html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.portfolio-box.style-2 {
    height: 498px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "ÃƒÆ’Ã¢â‚¬â€";
}

#fade:hover~#boxclose {
    display: none;
}

section.count {
    /*background-color:#efefef;*/
    background-position: right;
}

section.count span {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 72px;
    color: #b8285a;
    line-height: 72px;
}

section.count h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2e2e2e;
    margin: 0px;
}

section.count .count-area {
    padding: 20px 0px 0px 0px;
}

.floating_wrap .float_form_box {
    position: fixed;
    right: 0;
    z-index: 99999999;
}

.floating_wrap .float_form_box .floating_form {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 20%;
    position: fixed;
    right: -334px;
    width: 400px;
    font-size: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 0 40px #00000026 !important;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
    float: left;
    width: 66px;
    overflow: hidden;
    height: 400px;
    position: relative;
    background: #000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.floating_wrap .float_form_box .floating_form .floating_inner {
    width: 83.5%;
    background: #fff;
    float: right;
    padding: 20px 30px 15px 30px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
    font-size: 24px;
    color: #16a085;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 24px;
}

.floating_wrap input {
    height: 40px;
    border-radius: 8px;
}

textarea.form-control {
    height: auto;
}

.floating_wrap .float_form_box {
    position: fixed;
    right: 0;
    z-index: 9999;
}

.floating_wrap .float_form_box .floating_form {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 20%;
    position: fixed;
    right: -334px;
    width: 400px;
    font-size: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 0 40px #00000026 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
    float: left;
    width: 66px;
    overflow: hidden;
    height: 400px;
    position: relative;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #ff0b52;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
    color: #03031c;
    font-size: 24px;
    width: 400px;
    text-align: center;
    height: 66px;
    padding-top: 16px;
    position: absolute;
    transform: rotate(360deg);
    text-decoration: none;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a span {
    color: #f06a1d;
    font-weight: 600;
}

.floating_wrap .float_form_box .floating_form .floating_inner {
    width: 83.5%;
    background: #012068;
    float: right;
    padding: 20px 30px 15px 30px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
    font-size: 24px;
    color: #16a085;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 15px;
}

.floating_wrap input {
    height: 40px;
    border-radius: 0;
}

textarea.form-control {
    height: auto;
}

.floating_wrap .btn {
    background: #f06a1d;
    color: #fff;
    padding: 12px 62px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid transparent;
}

.floating_wrap .btn:hover {
    background: #fff;
    color: #f06a1d;
}

.floating_wrap .float_form_box .floating_form.open {
    right: 0;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #012068;
}

#sec5 {
    background-image: url('../img/bg_contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

#sec5 .free_consult h5 {
    font-size: 18px;
}

#sec5 .free_consult h1 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
}

#sec5 .free_consult p {
    color: #5f6973;
    font-size: 16px;
    line-height: 2;
}

#sec5 .free_consult .q_details {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#sec5 .free_consult .q_details .icon_img {
    width: 50px;
}

#sec5 .free_consult .q_details a {
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: .4s;
}

#sec5 .free_consult .q_details a:hover {
    color: #012068;
    letter-spacing: 1px;
}

#sec5 .free_consult .q_details a span {
    font-size: 13px;
    font-weight: 600;
    color: #04367f;
}

#jumbopkg {
    padding: 30px 30px 52px 30px;
    background-color: #012068;
    color: #fff;
    border-radius: 10px;
    position: relative;
}

#jumbopkg:after {
    content: '';
    background-image: url(../images/popular.png);
    background-repeat: no-repeat;
    width: 131px;
    height: 120px;
    display: block;
    position: absolute;
    right: -6px;
    top: -4px;
}

#jumbopkg hr {
    border-top: 2px solid #483e61 !important;
    margin-top: 40px;
    margin-bottom: 30px;
}

#jumbopkg h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#jumbopkg p {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

#jumbopkg h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 22px 0;
    position: relative;
}


/*#jumbopkg h6:after {*/


/*    content: '';*/


/*    background-color: #f36d1e;*/


/*    width: 30px;*/


/*    height: 10px;*/


/*    display: block;*/


/*    margin-top: 8px;*/


/*    margin-bottom: -7px;*/


/*    border-radius: 0 0 50% 50%;*/


/*}*/

#jumbopkg h1.price {
    font-weight: bold;
    color: #fff;
    font-size: 75px;
    text-align: end;
    margin-top: -20px;
    line-height: normal;
}

#jumbopkg .details ul li {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #d7d7d7;
    text-align: left;
    position: relative;
    padding-left: 25px;
}

#jumbopkg .details ul li:before {
    content: '';
    width: 15px;
    height: 20px;
    background-image: url(../img/bullet_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
}

#jumbopkg .footer a {
    font-size: 18px;
    text-decoration: none;
}

#jumbopkg .order a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    color: #012067;
    width: 100%;
    padding: 10px 0;
    display: block;
    background-color: #fff;
    transition: .3s;
    border: 1px solid #fff;
}

#jumbopkg .order a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}

#pack_slide .slick-next,
#pack_slide .slick-prev {
    color: transparent;
    font-size: 0px;
    border: none;
    background-color: #04367f;
    padding: 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform .2s;
}

#pack_slide .slick-prev {
    position: absolute;
    top: 43%;
    left: -40px;
}

#pack_slide .slick-next {
    position: absolute;
    top: 43%;
    right: -40px;
}

#pack_slide .slick-next:hover,
#pack_slide .slick-prev:hover {
    transform: scale(1.1);
}

#pack_slide .slick-prev:before {
    content: "<";
    color: #fff;
    font-size: 15px;
}

#pack_slide .slick-next:before {
    content: ">";
    color: #fff;
    font-size: 15px;
}

ul.slick-dots {
    text-align: center;
    margin: 30px 0 0 0;
}

.combo-package .special-offer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.combo-package .special-offer img {
    width: 45%;
}

.combo-package .special-offer .price {
    text-align: center;
}

.combo-package .special-offer .price p {
    color: #fff;
    font-size: 18px;
}

.combo-package .special-offer .price span {
    text-decoration: line-through;
}

.combo-package .special-offer .price h4 {
    color: #f06a1d;
    font-size: 64px;
    font-weight: 600;
}


/*ends*/

.ptpx-14 {
    padding-top: 14px;
}

.counter {
    display: block;
}

.counter ul {
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
    font-size: 0;
}

.counter ul li {
    width: 25%;
    float: left;
    padding: 30px 50px;
}

.counter ul li:nth-child(1) {
    background: #ffa739;
}

.counter ul li:nth-child(2) {
    background: #fb5f39;
}

.counter ul li:nth-child(3) {
    background: #921a5e;
}

.counter ul li:nth-child(4) {
    background: #32347a;
}

.counter ul li a:hover {
    color: #fff;
}

.counter ul li a figure {
    float: left;
    width: 25%;
    margin-bottom: 0;
}

.counter ul li a figure img {
    max-width: 64px;
}

.counter ul li a .wrap {
    width: 70%;
    float: right;
    color: #fff;
    font-size: 22px;
    /* margin-left: 45px; */
}

.counter ul li a .wrap span.small {
    color: #fff;
    font-size: 12px;
}

.counter ul li a .wrap p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.counter ul li a .wrap span {
    display: inline-block;
    color: #fff;
}

.partners-cta {
    padding-bottom: 16px;
    margin-top: -84px;
    /* padding: 10px 0 0px; */
    /* background:#fb5740; */
}

.partners-cta .container-custom {
    width: 1270px;
    margin: 0 auto;
}

.partners-cta ul {
    z-index: 9;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.partners-cta ul li {
    /* margin: 0 30px 0; */
    display: inline-block;
}

.partners-cta ul li:last-child {
    margin-right: 0px;
}

.partners-cta ul li figure {
    margin-bottom: 0px;
}

.partners-cta ul li figure img {
    margin: 0 auto;
    display: table;
    width: 150px;
}

.banr-txt {
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.banr-txt h2 {
    line-height: 1.1;
    text-align: left;
    font-size: 54px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
}

.banr-txt p {
    display: block;
    font-size: 18px!important;
    color: #fff!important;
    padding-bottom: 0px!important;
}

.banr-txt>ul {
    margin: 20px 0;
    font-size: 0;
}

.banr-txt>ul li {
    text-align: left;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 0 0 2px 30px;
    font-weight: 500;
}

.banr-txt>ul li:before {
    position: absolute;
    content: "\f058";
    font-size: 19px;
    color: #ffa739;
    left: 0px;
    top: 0;
    font-family: "fontawesome";
}

.banr-txt>ul li span {
    font-weight: 500;
}

.banr-txt .banner-bot {}

.banr-txt .banner-bot ul {
    font-size: 0;
}

.banr-txt .banner-bot ul li {
    display: inline-block;
    /* width: 28%; */
    vertical-align: bottom;
}

.banr-txt .banner-bot ul li a {
    cursor: default;
}

.banr-txt .banner-bot ul li a img {}

a.nomber {
    color: #f8be4a;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

a.nomber span {
    color: #fff;
}

.values__item span {
    color: #f06b1e;
}

a.start {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    color: #b5285f;
    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

a.start:hover {
    text-decoration: none;
}

a.slideImg {
    cursor: default;
}

.formwrap .formhead h2:before,
.banr-txt h2:before {
    display: none;
}

.responsive-unique-design a {
    cursor: default;
}

a.nomber:hover {
    text-decoration: none;
}

.formwrap {
    background-color: #fff;
    margin: 40px 0 0 120px;
    border-radius: 20px;
    padding: 30px;
}

.formwrap .formhead {}

.formwrap .formhead h2 {
    margin: 0 0 20px;
    color: #000;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}

.formwrap .formhead h2 span {
    font-weight: 900;
    display: block;
}

.formwrap .hero_form {}

.formwrap .hero_form .form-control {
    color: #000;
    border: 1px solid #e0e0e0;
    padding: 6px 24px;
    border-radius: 10px;
}

.formwrap .hero_form .col-md-6 {
    width: 100%;
}

.formwrap .hero_form .margin-bottom-20 {
    margin-bottom: 10px;
}

.prolog .portfolio_button.bottom a,
.btn-line-fill,
.btn-line-fill:hover,
.formwrap .hero_form input#quoteSubmit {
    background: #5b03dc;
    background: -moz-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: -webkit-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: linear-gradient(to right, #5b03dc 0%, #9904a9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b03dc', endColorstr='#9904a9', GradientType=1);
    border: 0px;
    border-radius: 10px;
    color: #fff;
}

.formwrap .hero_form input#quoteSubmit {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 12px;
}

.professionallp .contest {
    border: 1px solid transparent;
}

.professionallp .contest:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    box-shadow: 0px 0px 40px 10px #d2d2d25c;
    border: 1px solid #b8285a;
}

.btn-fill:hover,
.btn-fill,
input#quoteSubmit,
.professionallp .btn-line-fill-order {
    border: 0px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}

.subscribe_fold .form-control,
.cbp-l-filters-buttonCenter .cbp-filter-item,
.btn-fill-white {
    border-radius: 10px;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover,
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active,
div.filter-industry div.cbp-filter-item-active.cbp-filter-item.all-btn {
    background: #e92553;
    border-radius: 0;
}

.contest-list.contest-list--scrollable .contest-list__item .contest div.single span.price strong {
    font-size: 20px;
}

.call-action.kon {
    padding-top: 3px;
    padding-right: 0px;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    display: none;
}

.cbp a,
.cbp a:hover,
.cbp a:active {
    cursor: default;
}

.professionallp .contest {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .1);
}

.prologodesign h2::before,
h3::before {
    display: none;
}

.prologodesign .professionallp {
    border-top: 1px solid #e6e6e6;
}

.testi_box p {
    min-height: 132px;
}

.counter ul li a {
    cursor: default;
}

.btn-fill {
    cursor: pointer;
}

.sub-footer ul li.newsletter .subscribe input[type="text"],
.sub-footer ul li.newsletter .subscribe input[type="email"],
.get_quote .form-control,
.cs-skin-elastic>span,
.get_quote textarea.form-control {
    border-radius: 10px!important;
}

.sec-combo-two {
    border-radius: 10px;
}

.counter ul li:nth-child(1) {
    background: #ffa739;
    padding: 28px 50px;
}

.get_quote p {
    color: #bdbaba !important;
}

#quoteFormBottom .cs-skin-elastic>span {
    color: #b1b7ba;
}

.counter ul li:nth-child(1) {
    background: #ffa739;
    padding: 28px 30px;
}

.stars i {
    font-size: 14px;
}

.portfolio-section {
    padding: 60px 0;
}

.portfolio-section .choose {
    padding: 80px 0 0;
}

.portfolio-section .choose .item {
    font-size: 0;
    padding: 0 20px 0 0px;
    margin: 70px 0px 0;
}

.portfolio-section .choose .item>div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.portfolio-section .choose .item .item-top {
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.portfolio-section .choose .cho-text {
    padding: 0 20px 0 0;
}

.portfolio-section .choose .cho-text h4 {
    color: #2e2e2e;
    font-size: 54px;
    line-height: 60px;
    font-weight: 900;
    position: relative;
    text-align: left;
    padding: 0 0 20px 0;
}

.portfolio-section .choose .cho-text h4:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 80%;
    left: 0;
    bottom: 0;
}

.portfolio-section .choose .cho-text h4 span {
    display: block;
}

.portfolio-section .choose .cho-text p {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 22px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0 0 0;
}

.portfolio-section .choose .cho-text ul.call-chat-btns li p {
    padding: 0 10px;
    font-size: 23px;
    vertical-align: middle;
    color: #f0584a;
}

.portfolio-section .choose .cho-text .cta {
    padding: 10px 0 0 0;
}

.portfolio-section .choose .cho-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.portfolio-section .choose .cho-img img {
    width: 100%;
    background: #eee;
    border-radius: 30px;
}

.portfolio-section .choose .slick-dots {
    font-size: 0;
    top: 0;
    bottom: unset;
    padding: 50px 0 0;
    text-align: left;
    position: absolute;
}

.portfolio-section .choose .slick-dots li {
    font-size: 0;
    width: auto;
    height: 40px;
    border-radius: 10px;
    background: #f0f0f5;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0px 7px 15px;
}

.portfolio-section .choose .slick-dots li.slick-active,
.portfolio-section .choose .slick-dots li:hover {
    background: #fff;
    transform: translateY(-0.625rem);
    box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.06);
    background: #5b03dc;
    background: -moz-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: -webkit-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: linear-gradient(to right, #5b03dc 0%, #9904a9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b03dc', endColorstr='#9904a9', GradientType=1);
}

.portfolio-section .choose .slick-dots li:hover button:before,
.portfolio-section .choose .slick-dots li.slick-active button:before {
    color: #fff;
}

.portfolio-section .choose .slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 100%;
    padding: 10px 55px;
}

.portfolio-section .choose .slick-dots li button:before {
    background: transparent;
    color: #000;
    content: "";
    width: 100%;
    font-size: 15px;
    opacity: 1;
    padding: 9px 0;
    font-family: var(--heading-font-family);
    font-weight: 500;
}

.portfolio-section .slick-dots li:nth-child(1) button:before {
    content: "Abstract Mark";
}

.portfolio-section .slick-dots li:nth-child(2) button:before {
    content: "Emblem";
}

.portfolio-section .slick-dots li:nth-child(3) button:before {
    content: "Letter";
}

.portfolio-section .slick-dots li:nth-child(4) button:before {
    content: "Wordmark";
}

.portfolio-section .slick-dots li:nth-child(5) button:before {
    content: "Mascot";
}

.portfolio-section .slick-dots li:nth-child(6) button:before {
    content: "Pictorial Mark";
}

.portfolio-section .slick-dots li:nth-child(7) button:before {
    content: "Calligraphy";
}

.portfolio-section .slick-dots li:nth-child(8) button:before {
    content: "2D Logos";
}

.portfolio-section .slick-dots li:nth-child(9) button:before {
    content: "3D Logos";
}

.portfolio-section .slick-dots li:nth-child(10) button:before {
    content: "Illustrative";
}

.portfolio-section .slick-dots li:nth-child(1) button {
    padding: 10px 60px;
}

.portfolio-section .slick-dots li:nth-child(2) button {
    padding: 10px 40px;
}

.portfolio-section .slick-dots li:nth-child(3) button {
    padding: 10px 32px;
}

.portfolio-section .slick-dots li:nth-child(4) button {
    padding: 10px 47px;
}

.portfolio-section .slick-dots li:nth-child(5) button {
    padding: 10px 36px;
}

.portfolio-section .slick-dots li:nth-child(6) button {
    padding: 10px 58px;
}

.portfolio-section .slick-dots li:nth-child(7) button {
    padding: 10px 49px;
}

.portfolio-section .slick-dots li:nth-child(8) button {
    padding: 10px 42px;
}

.portfolio-section .slick-dots li:nth-child(9) button {
    padding: 10px 42px;
}

.portfolio-section .slick-dots li:nth-child(10) button {
    padding: 10px 47px;
}

.portfolio-section .choose .slick-dots li button:before {
    font-size: 13px;
}

.prologodesign .main-menu {
    display: none;
}

.prologodesign .call-action.kon {
    padding-top: 14px;
}

.eggoffer .broken {
    display: none;
}

.eggoffer .unbroken {
    display: block;
}

.banr-txt h2 span {
    font-size: 20px;
    display: block;
    margin: 10px 0;
    color: #ffa739;
}

.copright,
.package_slide_wrap {
    position: relative;
    z-index: 9;
    background: #fff;
}

.promoport {}

.promoport .list-folio {}

.promoport .list-folio li {
    font-size: 0;
}

.promoport .list-folio li div {
    margin: 0px;
    width: 33.3333%;
}

.promoport .list-folio li div img {
    border-radius: 0;
}

.mybannn {
    border: 6px dotted #fff;
    position: relative;
    margin-top: -25px;
    text-align: left;
    padding: 45px 30px 30px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    /* background: #ffffffcc; */
    box-shadow: 0px 0px 25px #942060;
    font-size: 0;
}

.mybannn .left h2 {
    line-height: 1.3;
    text-align: left;
    font-size: 38px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 0;
}

.mybannn .left h2:before {
    display: none;
}

.mybannn .left h2 strong {
    background: #ffffff;
    color: #e60903;
    padding: 6px;
    border-radius: 5px;
    font-size: 42px;
}

.mybannn:before {
    position: absolute;
    content: "";
    background-image: url(../img/ltoffer.png);
    background-position: top center;
    background-size: cover;
    height: 130px;
    width: 120px;
    right: -20;
    top: -20px;
}

.mybannn .left p {
    display: block;
    font-size: 20px!important;
    color: #fff!important;
    padding-bottom: 0px!important;
    text-align: left !important;
    line-height: 1.4;
}

.mybannn .left>ul {
    margin: 20px 0;
    font-size: 0;
}

.mybannn .left>ul li {
    text-align: left;
    position: relative;
    font-size: 17px;
    color: #fff;
    padding: 0 0 2px 30px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.mybannn .left>ul li strong {
    background: #fff;
    padding: 7px;
    color: #e60903;
    border-radius: 5px;
    text-transform: capitalize;
    margin-left: 2px;
}

.mybannn .left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.mybannn .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    padding-right: 20px;
}

.mybannn .left>ul li:before {
    position: absolute;
    content: "\f058";
    font-size: 19px;
    color: #ffa739;
    left: 0px;
    top: 0;
    font-family: "fontawesome";
}

.mybannn .left>ul li span {
    font-weight: 500;
}

.mybannn .left .banner-bot {}

.mybannn .left .banner-bot ul {
    font-size: 0;
}

.mybannn .left .banner-bot ul li {
    display: inline-block;
    /* width: 28%; */
    vertical-align: bottom;
}

.mybannn .left .banner-bot ul li a {
    cursor: default;
}

.mybannn .left .banner-bot ul li a img {}

.mybannn .left a {
    margin-bottom: 0;
    background: #5b03dc;
    background: -moz-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: -webkit-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: linear-gradient(to right, #5b03dc 0%, #9904a9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b03dc', endColorstr='#9904a9', GradientType=1);
    color: #fff;
    width: 80%;
    margin-bottom: 15px;
}


/*banner form css start */

.mybannn .right .form_wrap h3 {
    font-size: 36px;
    margin-bottom: 28px;
}

.mybannn .right .form_wrap .hero_form .margin-bottom-20 {
    width: 100%;
    margin-bottom: 11px;
    padding-right: 15px;
}

.mybannn .right .form_wrap .hero_form .form-control {
    border-radius: 10px;
}

.mybannn .right .form_wrap .hero_form input#quoteSubmit {
    width: 100%;
    font-size: 14px;
    height: 50px;
    font-weight: 700;
    background: #fff;
    color: #6003d7;
}

.mybannn .right .form_wrap .hero_form textarea.form-control {
    height: 120px;
    margin-bottom: 10px;
}


/*banner form css end */

.progifbg {
    position: relative;
}


/*.progifbg:before{    position: absolute;
    content: "";
    background-image: url(../img/proban.gif);
    background-position: top center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
}*/

.progifbg .proanimmascot {
    position: absolute;
    bottom: 90px;
    right: 0;
    z-index: 4;
}

.progifbg .proanimmascot img {
    width: 400px;
    opacity: 1;
}

.promopack {
    width: 350px;
    position: relative;
}

.promopack figure {
    position: absolute;
    left: -20px;
    top: 170px;
    z-index: -1;
}

.promopack figure img {
    max-width: 464px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.offerthree {
    position: relative;
    /* overflow: hidden; */
}

.offerthree:before {
    position: absolute;
    content: "";
    /* background-image: url(../img/proban.gif); */
    background-position: top center;
    background-size: top center;
    height: 480px;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    /* background: #fffafd; */
    z-index: -1;
    border-radius: 20px;
}

.promo-offer {
    position: relative;
}

.promo-offer figure {
    position: absolute;
    right: 25px;
    top: 30px;
}

.promo-offer figure img {
    width: 70px;
    opacity: 1;
}

.progifbg .proanimmascot {
    position: absolute;
    bottom: 90px;
    right: 0;
    z-index: 4;
}

.progifbg .proanimmascot img {
    width: 400px;
    opacity: 1;
}

.progifbg .prologo1 {
    position: absolute;
    top: 170px;
    left: -11px;
}

.progifbg .prologo1 img {
    width: 170px;
    opacity: 1;
}

.progifbg .prologo2 {
    position: absolute;
    top: 170px;
    right: -11px;
}

.progifbg .prologo2 img {
    width: 170px;
    opacity: 1;
}

.progifbg .prologo3 {
    position: absolute;
    top: 345px;
    left: 70px;
}

.progifbg .prologo3 img {
    width: 150px;
    opacity: 1;
}

.progifbg .prologo4 {
    position: absolute;
    top: 486px;
    left: 135px;
}

.progifbg .prologo4 img {
    width: 150px;
    opacity: 1;
}

.mycounterwrap {}

.mycounterwrap .countter {
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000052;
    position: relative;
    z-index: 9;
}

.mycounterwrap .countter #timer {}

.mycounterwrap .countter #timer .dig {
    display: inline-block;
    line-height: 1;
    padding: 15px;
    font-size: 38px;
    font-weight: 700;
    /* color: #fff!important; */
}

.mycounterwrap .countter #timer span {
    display: block;
    font-size: 16px;
    color: #868585;
    font-weight: 400;
}

#days {
    font-size: 100px;
    color: #e60903;
}

#hours {
    font-size: 100px;
    color: #e60903
}

#minutes {
    font-size: 100px;
    color: #e60903
}

#seconds {
    font-size: 50px;
    color: #e60903
}

.promopack {}

.promopack h3 {
    font-size: 34px;
    color: #b8285a;
    margin-top: 0px;
    margin-bottom: 0;
}

.promopack h3 span {
    display: block;
    font-size: 22px;
    color: #000;
}

.mmwrap {}

.mmwrap img {
    width: 105px;
    margin: 0 10px;
}

.promopack h3 span strong {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background: #5b03dc;
    background: -moz-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: -webkit-linear-gradient(left, #5b03dc 0%, #9904a9 100%);
    background: linear-gradient(to right, #5b03dc 0%, #9904a9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b03dc', endColorstr='#9904a9', GradientType=1);
}

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 47%;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 0px;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    /* background: -webkit-linear-gradient(left, #ea018e 0%,#9b2c92 100%); */
    /* background: linear-gradient(to right, #ea018e 0%,#9b2c92 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
}

.whatsapp:hover {
    color: #fff;
}

.whatsapp:focus {
    color: #fff;
}

.whatsapp i {
    padding-top: 8px;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

.mtmwrap {
    margin-top: 15px;
}

.mtmwrap #mytimer {}

.mtmwrap #mytimer .dig {
    display: inline-block;
    padding: 10px;
    font-size: 26px;
    font-weight: 900;
    color: #d12e49;
    line-height: 1.2;
}

.mtmwrap #mytimer .dig span {
    display: block;
    font-size: 14px;
    color: #1c1c1c;
}

.dispvisible {
    display: inline-block!important;
}

.banr-txt.mlp h2 {
    line-height: 1.1;
    text-align: left;
    font-size: 54px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
}

.banr-txt.mlp h2 span {
    color: #ffcb05;
    display: inline-block;
    font-size: 54px;
}

.formwrap.mlpform .formhead h2 {
    font-size: 26px;
}

.formwrap.mlpform {
    margin: 40px 0 0 120px;
}

.formwrap.mlpform .formhead h2 span {
    background-image: linear-gradient(270deg, #5b03dc, #9904a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    margin-top: 5px;
}

.formwrap.mlpform {
    position: relative;
}

.formwrap.mlpform:before {
    content: "";
    background: url(../img/offerlplogos.html);
    width: 491px;
    height: 490px;
    position: absolute;
    top: -20px;
    left: -350px;
    z-index: -1;
}

.formwrap.mlpform:after {
    content: "";
    background: url(../img/specialofferlp.html);
    width: 169px;
    height: 117px;
    position: absolute;
    top: -60px;
    right: -83px;
    transform: rotate(40deg);
}

#who-we-are .tab-custom {}

#who-we-are .tab-custom .tabbing-links {
    font-size: 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

#who-we-are .tab-custom .tabbing-links li {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
    background: #eaeaea;
}

#who-we-are .tab-custom .tabbing-links li.current {
    color: #fff;
    background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: -webkit-linear-gradient(left, #7e00dc 0%, #001787 100%);
}

#who-we-are {
    padding: 60px 0;
}

#who-we-are .tab-custom .tabs {
    display: none;
}

#who-we-are .tab-custom .tabs.current {
    display: inline-block;
}

#who-we-are .section_title h3 {}

#who-we-are .section_title {}

#who-we-are .wrapcontents {
    padding-top: 40px;
}

#who-we-are .wrapcontents h6 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

#who-we-are .wrapcontents p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}

#who-we-are .wrapcontents p .text-grad {
    color: #6304ca;
}

#who-we-are .tabs img {
    width: 80%;
}

.mportfolio {
    padding: 0px 0 100px;
}

.mportfolio .lp_portslider {}

.mportfolio .lp_portslider .portfoliolist {
    font-size: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.mportfolio .lp_portslider .portfoliolist li:hover a figure img {
    transition: all 0.1s ease-out;
    transform: scale(1.08);
    background: #ffffff;
    content: "";
    border: none !important;
    color: #fff;
    z-index: 1;
    opacity: 1;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #00000040;
}

.mportfolio .lp_portslider .portfoliolist li {
    display: inline-block;
    padding: 0;
    width: 33.33%;
    margin: 0;
    border: 0;
}

.mportfolio .lp_portslider .portfoliolist li:hover {
    background: none;
    border-radius: 0px;
    opacity: 1;
}

.mportfolio .lp_portslider .portfoliolist li a {}

.mportfolio .lp_portslider .portfoliolist li a figure {}

.mportfolio .lp_portslider .portfoliolist li a figure img {
    opacity: 1;
}

.mportfolio .lp_portslider .tab-custom {}

.mportfolio .lp_portslider .tab-custom .tabbing-links {
    font-size: 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.mportfolio .lp_portslider .tab-custom .tabbing-links li {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
    background: #eaeaea;
}

.mportfolio .lp_portslider .tab-custom .tabbing-links li.current {
    color: #fff;
    background: -moz-linear-gradient(left, #f9ad1c 0%, #f9be36 100%);
    background: -webkit-linear-gradient(left, #7e00dc 0%, #001787 100%);
}

.mportfolio .lp_portslider .tab-custom .tabs {
    display: none;
}

.mportfolio .lp_portslider .tab-custom .tabs.current {
    display: inline-block;
}

.prologodesign .hidepro2 {
    display: none;
}


/*General CSS*/

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center;
}

.justfy-content-center {
    justify-content: center;
}

ul.inline-block>li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline-block>li:last-child {
    margin-right: 0;
}

ul.block>li {
    display: block;
    margin-right: 10px;
}

ul.block>li:last-child {
    margin-right: 0;
}

p {
    font-size: 14px;
    line-height: 1.43;
    font-family: 'Open Sans', sans-serif;
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

strong {
    font-weight: 700;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0!important;
}

.pt-0,
.py-0 {
    padding-top: 0!important;
}

.pr-0,
.px-0 {
    padding-right: 0!important;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}

.ml-0,
.mx-0 {
    margin-left: 0!important;
}

.mr-0,
.mx-0 {
    margin-right: 0!important;
}

.mt-0,
.my-0 {
    margin-top: 0!important;
}

.mb-0,
.my-0 {
    margin-bottom: 0!important;
}

.pl-1,
.px-1 {
    padding-left: .25rem!important;
}

.pl-2,
.px-2 {
    padding-left: .5rem!important;
}

.pl-3,
.px-3 {
    padding-left: 1rem!important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important;
}

.pl-5,
.px-5 {
    padding-left: 3rem!important;
}

.pr-1,
.px-1 {
    padding-right: .25rem!important;
}

.pr-2,
.px-2 {
    padding-right: .5rem!important;
}

.pr-3,
.px-3 {
    padding-right: 1rem!important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important;
}

.pr-5,
.px-5 {
    padding-right: 3rem!important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important;
}

.pt-1,
.py-1 {
    padding-top: .25rem!important;
}

.pt-2,
.py-2 {
    padding-top: .5rem!important;
}

.pt-3,
.py-3 {
    padding-top: 1rem!important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important;
}

.pt-5,
.py-5 {
    padding-top: 3rem!important;
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important;
}

.mt-1,
.my-1 {
    margin-top: .25rem!important;
}

.mt-2,
.my-2 {
    margin-top: .5rem!important;
}

.mt-3,
.my-3 {
    margin-top: 1rem!important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important;
}

.mt-5,
.my-5 {
    margin-top: 3rem!important;
}

.spacing__x {
    padding: 90px 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    list-style: none;
}

.btn-style-1 {
    position: relative;
    background: transparent;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    padding: 14px 25px 14px 20px;
    z-index: 1;
    margin: 0 10px;
}

.btn-style-1::before {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 31px;
    height: 31px;
    background-color: #788287;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn-style-1>i {
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-left: 10px;
}

.btn-style-1:hover,
.btn-style-1:focus {
    color: #FFFFFF;
}

.btn-style-1:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    left: -2px;
    top: -2px;
}

.btn-style-1.theme-dark {
    color: #111111;
}

.btn-style-1.theme-dark>i {
    background-position: 0 -14px;
}

.btn-style-1.theme-dark:hover {
    color: #FFFFFF !important;
}

.btn-style-1.theme-dark:hover i {
    background-position: 0 0;
}

.headingstyle1 h6 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.headingstyle1 h6::before {
    content: '';
    position: absolute;
    background-color: #788287;
    width: 50px;
    height: 1px;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.headingstyle1 h6::after {
    content: '';
    position: absolute;
    background-color: #788287;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.headingstyle1 h2 {
    color: #FFFFFF;
    font-size: 70px;
    display: block;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.headingstyle1 h3 {
    font-size: 36px;
    color: #111111;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

.headingstyle1 .parastyle1 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
}

.headingstyle1 .parastyle2 {
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    font-size: 15px;
    margin-bottom: 50px;
}

.headingstyle1.style-2 h6 {
    color: #111111;
}

.headingstyle1.style-2 .parastyle1 {
    color: #111111;
    margin-bottom: 20px;
}

.headingstyle1.style-3 h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.headingstyle1.style-3 h6::before,
.headingstyle1.style-3 h6::after {
    display: none;
}

.headingstyle1.style-4 h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.headingstyle1.style-4 h6::before,
.headingstyle1.style-4 h6::after {
    display: none;
}

.color-primary {
    color: #788287 !important;
}

.bg-color-primary {
    background-color: #f06a1d;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.ff-great-vibe {
    font-family: 'Great Vibes', cursive;
}

.color-white {
    color: #FFFFFF !important;
}

.bg-color-1 {
    background-color: #e5e3f1;
}

.bg-color-2 {
    background-color: #ffffff;
}

.bg-color-3 {
    background-color: #F9F9F9;
}


/*.bg-detail {background-image: linear-gradient(140deg, #012068, #0032a7);}*/

.bg-detail {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-inner-style-2 {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.element {
    position: absolute;
}

.ele-services-images-02 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slick-dots>li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots>li:last-child {
    margin-right: 0;
}

.slick-dots>li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    background-color: #dbdbdb;
}

.slick-dots>li.slick-active button {
    background-color: #04367f;
}

.pos-relative {
    position: relative;
}


/* Home CSS  */

.nav-theme-dark header {
    background-color: #000000;
}

.nav-theme-dark .top-navigation {
    margin-bottom: 25px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.top-navigation {
    text-align: right;
    margin-bottom: 35px;
}

.top-navigation>ul>li {
    display: inline-block;
    margin-right: 15px;
}

.top-navigation>ul>li:last-child {
    margin-right: 0;
}

.top-navigation>ul>li>a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
}

.top-navigation>ul>li>a .fa {
    color: #788287;
    margin-right: 5px;
    font-weight: 600;
}

.main-navigation {
    text-align: right;
}

.main-navigation>ul>li {
    display: inline-block;
    position: relative;
}

.main-navigation>ul>li:last-child {
    margin-right: 0;
}

.main-navigation>ul>li>a {
    color: #1c1e25;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 22px;
    position: relative;
}

.main-navigation>ul>li>a i {
    color: #04367f;
    font-weight: 600;
}

.ring {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 118px;
    height: 50px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.main-navigation>ul>li>a:hover .ring {
    opacity: 1;
}

.main-navigation>ul>li>ul {
    position: absolute;
    left: 0;
    top: 64px;
    width: 250px;
    background-color: #FFFFFF;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /* box-shadow: 0 0 5px 0 #c3c3c3; */
    transition: all 0.4s ease-in-out;
}

.main-navigation>ul>li>ul>li {
    border-bottom: 1px solid #ededed;
}

.main-navigation>ul>li>ul>li:last-child {
    border-bottom: 0;
}

.main-navigation>ul>li>ul>li a {
    display: block;
    padding: 14px 20px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.main-navigation>ul>li>ul>li a::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #04367f;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    width: 0;
}

.main-navigation>ul>li>ul>li a i {
    display: none;
}

.main-navigation>ul>li>ul>li a:hover {
    color: #FFFFFF;
}

.main-navigation>ul>li>ul>li a:hover::before {
    width: 100%;
}

.main-navigation>ul>li.has-dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

header.sticky-header {
    background-color: #ffffff;
    position: fixed !important;
    -webkit-box-shadow: 0px 0px 9px 3px rgb(41 41 41 / 10%);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .01);
    box-shadow: 0px 0px 9px 3px rgb(41 41 41 / 10%);
}

header.sticky-header .top-navigation {
    display: none;
}

header.sticky-header .main-navigation {
    margin-bottom: 0;
}

.logo img {
    transition: all 0.5s ease-in-out;
    width: 172px;
    object-fit: cover;
}

.banner-home {
    height: 760px;
    background-color: #012068;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.banner-element-left::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(../img/elements/element-1.png) no-repeat;
    width: 696px;
    height: 535px;
}

.banner-home .video-container {
    margin-bottom: 30px;
}

.brand-identity {
    border-bottom: 1px solid #e5e5e5;
}

.brand-identity .f-spacing {
    padding: 90px 450px 90px 90px;
}

.showcase {
    position: relative;
    overflow: hidden;
}

.showcase .headingstyle1 {
    margin-bottom: 40px;
}

.portfolioList-box .portfolioList li {
    display: none;
}

.portfolioList {
    font-size: 0;
}

.portfolioList li {
    width: 25%;
    display: inline-block;
}

.animlogo .portfolioList li {
    width: 25%;
}

.portfolio-box {
    position: relative;
    overflow: hidden;
}

.portfolio-box img {
    width: 100%;
}

.portfolio-box .hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateX(-100%);
    background-color: rgb(0 0 0 / 90%);
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-box .hover-effect .client-name {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.portfolio-box .hover-effect .client-name small {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.portfolio-box:hover .hover-effect {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.portfolio_page .portfolioList-box .portfolioList li {
    display: inline-block;
}

.showcase .marquee-style {
    position: absolute;
    top: 4%;
    display: none;
}

.showcase .marquee-style.style-2 {
    top: 14%;
}

.showcase .marquee-style.style-3 {
    top: 24%;
}

.showcase .marquee-style.style-4 {
    top: 35%;
}

.showcase .marquee-style.style-5 {
    top: 45%;
}

.showcase .marquee-style.style-6 {
    top: 56%;
}

.focus-services {}

.focus-services>ul {
    font-size: 0;
    padding: 0;
    margin: 0;
    position: relative;
    height: 38.125rem;
    display: flex;
    overflow: hidden;
}

.focus-services ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%)
}

.focus-services ul>li {
    position: relative;
    width: 25%;
    height: 38.125rem;
    display: block;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    transition: width .7s ease;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    color: #fff;
}

.focus-services ul>li .fs-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgb(18 18 18 / 60%);
    color: #fff;
    position: absolute;
    padding: 5rem 2.5rem 9.375rem;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    border-right: 1px solid hsla(0, 0%, 100%, .3);
}

.focus-services ul>li .fs-item .content {
    height: 100%;
    position: relative;
}

.focus-services ul>li:hover {
    width: 100%;
}

.focus-services .content span {}

.focus-services .content h5 {
    color: #FFFFFF;
    font-size: 24px;
}

.focus-services .content p {}

.focus-services .content a {}

.focus-services .content a svg {}

.tab-style-1 {
    margin-bottom: 40px;
}

.tab-style-1>ul {
    font-size: 0;
}

.tab-style-1 ul>li {
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

.tab-style-1 ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.tab-style-1 ul>li span {
    color: #111111;
    display: inline-block;
    font-size: 20px;
    margin-left: 12px;
}

.tab-style-1 ul>li a {
    font-size: 15px;
    color: #111111;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.tab-style-1 ul>li a span {
    margin-left: 10px;
}

.tab-style-1 ul>li.active a,
.tab-style-1 ul>li.active span {
    color: #04367f;
}

.pricing-box {
    position: relative;
    padding: 40px 28px;
    box-shadow: 0 0 15px 1px #e7e7e7;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background-color 600ms;
    margin-bottom: 50px;
}

.pricing-box .pricing-name {
    margin-bottom: 30px;
}

.pricing-box .pricing-name h4 {
    font-size: 17px;
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
    line-height: 20px;
}

.pricing-box .pricing-detail {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-box .pricing-detail>.ml- {
    margin-left: 80px;
}

.pricing-box .pricing-detail>.ml-.style-2 {
    margin-left: 35px;
}

.pricing-box .pricing-detail>div p {
    font-size: 13px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
}

.pricing-detail .price {
    display: inline-block;
    font-size: 40px;
    color: #04367f;
    font-weight: 600;
}

.pricing-detail .price sup {
    font-size: 20px;
    font-weight: 400;
}

.pricing-detail .price .duration {
    font-size: 16px;
}

.pricing-detail .old-price {
    font-size: 14px;
    display: block;
    color: #111111;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.pricing-detail .old-price small {
    text-decoration: line-through;
}

.pacakge-included {
    margin-bottom: 40px;
}

.pacakge-included ul {
    font-size: 0;
    height: 210px;
    overflow-y: scroll;
}

.pacakge-included ul::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.pacakge-included ul::-webkit-scrollbar-button:start:decrement,
.pacakge-included ul::-webkit-scrollbar-button:end:increment {
    display: none;
}

.pacakge-included ul::-webkit-scrollbar-track-piece {
    background-color: #FFFFFF;
}

.pacakge-included ul::-webkit-scrollbar-thumb:vertical {
    border-radius: 8px;
    background-color: #888888;
}

.pacakge-included ul li {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    color: #111111;
    line-height: normal;
    font-weight: 500;
}

.pacakge-included ul li h5 {
    font-size: 22px;
    font-weight: 700;
}

.pacakge-included ul h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111111;
}

.pacakge-included ul li:before {
    content: "\f00c";
    color: #788287;
    font-size: 12px;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    transition: .3s;
}

.pacakge-included ul li i {
    display: none;
}

.pricing-order a {
    display: block;
}

.pricing-order a i {
    position: absolute;
    right: 20px;
}

.pricing-box:hover,
.pricing-box:hover .pacakge-included ul::-webkit-scrollbar-track-piece {
    background-color: #04367f !important;
}

.pricing-box:hover .pricing-name h4,
.pricing-box:hover .pricing-detail .price,
.pricing-box:hover .pricing-detail .old-price,
.pricing-box:hover .pricing-detail>div p,
.pricing-box:hover .pacakge-included ul li,
.pricing-box:hover .pacakge-included ul h3,
.pricing-box:hover .pacakge-included ul li:before,
.pricing-box:hover .btn-style-1 {
    color: #FFFFFF !important;
}

.pricing-box:hover .btn-style-1 {
    border-color: #FFFFFF !important;
    color: #111111 !important;
}

.pricing-box:hover .btn-style-1::before {
    background-color: #FFFFFF !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 2px !important;
    left: -2px;
    top: -2px !important;
}

.pricing-box:hover .pacakge-included ul::-webkit-scrollbar-thumb:vertical {
    background-color: #FFFFFF !important;
}

.pricing-box.theme-dark,
.pricing-box.theme-dark .pacakge-included ul::-webkit-scrollbar-track-piece {
    background-color: #012068;
}

.pricing-box.theme-dark .pricing-name h4,
.pricing-box.theme-dark .pricing-detail .old-price,
.pricing-box.theme-dark .pricing-detail>div p,
.pricing-box.theme-dark .pacakge-included ul li,
.pricing-box.theme-dark .btn-style-1 {
    color: #FFFFFF;
}

.pricing-box.theme-dark:hover .btn-style-1::before {
    background-color: #788287;
}

.pricing-box.theme-dark:hover .btn-style-1 i {
    background-position: 0 -14px;
}

.combo-package {
    position: relative;
}

.combo-list {
    margin-bottom: 40px;
}

.combo-list h5 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.combo-list h5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
    z-index: -1;
    background-color: #515151;
    border-radius: 50px;
    width: 32px;
    height: 32px;
}

.combo-list ul li {
    font-size: 13px;
    color: #FFFFFF;
    margin-bottom: 6px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 20px;
}

.combo-list ul li:before {
    content: "\f00c";
    color: #788287;
    font-size: 12px;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 3px;
}

.combo-list ul li i {
    color: #f06a1d;
    margin-right: 5px;
    display: none;
}

.combo-package .combo-img-01 {
    right: 0;
}

.our-process {
    background-color: #012068;
    position: relative;
}

.our-process::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/elements/element-2.png) no-repeat;
    width: 711px;
    height: 544px;
}

.our-process .process-list ul {
    font-size: 0;
}

.our-process .process-list ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.our-process .process-list ul li .img-box .on-active {
    opacity: 0;
}

.our-process .process-list ul li .img-box {
    width: 100px;
    height: 86px;
    margin: auto;
    position: relative;
}

.our-process .process-list ul li .img-box img {
    position: absolute;
    left: 0;
}

.our-process .process-list ul li i {
    background: url(../img/sprite.png) no-repeat;
    background-position: -26px 0;
    width: 83px;
    height: 84px;
    display: inline-block;
    margin: auto;
}

.our-process .process-list ul li i.ic2 {
    background-position: -117px 0;
}

.our-process .process-list ul li i.ic3 {
    background-position: -207px 0;
    width: 86px;
}

.our-process .process-list ul li i.ic4 {
    background-position: -301px 0;
    width: 100px;
}

.our-process .process-list ul li i.ic5 {
    background-position: -409px 0;
}

.our-process .process-list ul li h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin: 50px 0 20px 0;
}

.our-process .process-list ul li p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0;
    height: 100px;
    overflow: auto;
}

.our-process .process-list ul li hr {
    border-color: #707070;
    margin-top: 35px;
}

.our-process .process-list ul li.active p {
    opacity: 1;
}

.our-process .process-list ul li.active h6 {
    color: #fff;
}

.our-process .process-list ul li.active hr {
    border: 2px solid #fff;
}

.our-process .process-list ul li.active .img-box .default {
    opacity: 0;
}

.our-process .process-list ul li.active .img-box .on-active {
    opacity: 1;
}

.values__intro h2 {
    color: #000000;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
}

section.values.is-white.is-inview {
    background: #e5e3f1;
}

h3.h4 {
    color: black;
}

.video-testimonials {
    padding-bottom: 180px;
}

.review-box {
    position: relative;
}

.review-box video {
    display: flex;
    object-fit: fill;
}

.review-box .btn-play-box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 90px;
    height: 90px;
}

.btn-play-box .btn-play {
    display: block;
    margin: auto;
    border: 2px solid #788287;
    border-radius: 50%;
    background: #788287;
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: relative;
    transition: background .3s;
    width: 90px;
    height: 90px;
}

.btn-play-box .btn-play:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 44px;
    top: 44px;
    display: block;
    width: 100px;
    height: 100px;
    background: #788287;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play-box .btn-play:before {
    position: absolute;
    top: 0;
    left: 15%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    content: "";
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 30px solid #e4e4e4;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.our-testimonials {
    position: relative;
}

.our-testimonials .testimonial-img-01 {
    right: 0;
    top: -60px;
}

.our-testimonials .headingstyle1 {
    position: relative;
}

.our-testimonials .headingstyle1::before {
    content: '';
    position: absolute;
    right: -90px;
    top: -100px;
    background: url(../img/elements/element-3.png) no-repeat;
    width: 372px;
    height: 282px;
}

.single-review-box {
    position: relative;
}

.single-review-box p {
    font-size: 16px;
    color: #111111;
    margin: 20px 0 25px 0;
}

.single-review-box h5 {
    font-size: 16px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.single-review-box h6 {
    font-size: 14px;
    color: #111111;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.single-review-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 60px;
    height: 60px;
    background-color: #f6f6f6;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.single-review-slider .slick-arrow:hover {
    background-color: #e5e5e5;
}

.single-review-slider .slick-arrow::before {
    content: '';
    position: absolute;
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 -14px;
    width: 18px;
    height: 13px;
}

.single-review-slider .slick-prev {
    right: 90px;
}

.single-review-slider .slick-prev::before {
    transform: rotate(180deg);
}

.single-review-slider .slider__counter {
    position: absolute;
    bottom: -50px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    letter-spacing: -2px;
}

.footer-form {
    position: relative;
    min-height: 811px;
    overflow: hidden;
    align-items: center;
    background-color: #e5e3f1;
}

.footer-form video {
    position: absolute;
    left: 44%;
    width: 49% !important;
    top: 73px;
}

.footer-form .form-box textarea {
    margin-bottom: 40px;
}

.footer-form .form-box .form-group {
    margin-bottom: 20px;
}

.custom-input-type {
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    color: #000000;
    font-size: 14px;
    height: 45px;
    border-radius: 3px;
    padding-left: 13px;
}

.custom-textarea {
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    color: #000000;
    font-size: 14px;
    resize: none;
    border-radius: 3px;
    padding: 13px 0px 0px 13px;
}

.custom-select-type {
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    color: #000000;
    font-size: 14px;
    height: 45px;
    border-radius: 3px;
    padding: 0px 0px 0px 10px;
}

.custom-input-type::placeholder,
.custom-textarea::placeholder,
.custom-select-type::placeholder {
    color: #111111;
}

.awards {
    position: relative;
    padding: 30px 0;
}

.awards-list ul {
    font-size: 0;
}

.awards-list ul li {
    display: inline-block;
    width: 16.6666%;
}

.awards-list ul li img {
    transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.awards-list ul li:hover img {
    background: #1b1b1b;
    transform: rotateY(360deg);
    max-width: 100%;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-links img {
    width: 305px;
    /* filter: invert(1); */
    margin: 0 0 31px 0;
}

.link-area {}

.link-area li {
    display: inline-block;
    margin-right: 30px;
}

.link-area li:last-child {
    margin-right: 0;
}

.link-area li a {
    font-size: 20px;
    color: #FFFFFF;
}

.link-area li a:hover {
    color: #788287;
}

footer {
    padding: 0 0 0 0;
    position: relative;
    background-image: linear-gradient(140deg, #012068, #0032a7);
}

footer .pt-pb {
    padding-top: 72px;
    padding-bottom: 44px;
    border-top: aliceblue;
    border-bottom: 1px solid #ffffff26;
}

.footer-contact-info ul {
    font-size: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact-info ul li {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    color: #FFFFFF;
    margin-right: 55px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.footer-contact-info ul li:last-child {
    margin-right: 0;
}

.footer-contact-info ul li .icon-box {
    position: absolute;
    left: 0;
    width: 43px;
    height: 43px;
    border: 1px solid #ffffff45;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-info ul li .icon-box i {
    color: #fff;
    font-size: 24px;
}

.footer-contact-info ul li h6 {
    font-size: 14px;
    font-weight: 700;
}

.footer-contact-info ul li .info {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.bt-0 {
    border-top: none !important;
}

.bb-0 {
    border-bottom: none !important;
}

.ft-nav h4 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.ft-nav h4 strong {
    font-weight: 600;
}

.ft-nav h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
}

.ft-nav ul {
    font-size: 0;
}

.ft-nav ul li {
    margin-bottom: 20px;
    display: inline-block;
    width: 50%;
}

.ft-nav ul li a {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.ft-nav ul li a:hover {
    color: #788287;
}

.footer-form-heading h5 {
    font-size: 28px;
    color: #788287;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-form-heading p {
    font-size: 14px;
    color: #ffffff;
}

.footer-input {
    width: 100%;
    border: 1px solid #252525;
    background-color: #111111;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
}

.footer-submit {
    width: 100%;
    color: #FFFFFF;
    background-color: #788287;
    border: none;
    padding: 14px 30px 14px 4px;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
}

.footer-submit i {
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.copyrights {
    margin-bottom: 30px;
}

.copyrights p {
    color: #c9c9c9;
    display: inline-block;
}

.copyrights ul {
    font-size: 0;
    display: inline-block;
    margin-left: 5px;
}

.copyrights ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}

.copyrights ul li a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: underline;
}

.disclaimer p {
    font-size: 12px;
    color: #CCCCCC;
}

.disclaimer p strong {
    font-weight: 700;
}

.faq__ {
    position: relative;
    overflow: hidden;
}

.faq__ .faq-box {
    position: relative;
}

.faq__ .faq-box img {
    margin: auto;
    display: block;
}

.faq__ .faq-box .headingstyle1 {
    margin-bottom: 25px;
}

.faq__ .faq-box .full-area {
    background: -moz-linear-gradient(top, rgba(229 227 241) 77%, rgb(229 227 241) 78%, rgb(255 255 255) 100%);
    background: -webkit-linear-gradient(top, rgb(229 227 241) 77%, rgb(229 227 241) 78%, rgb(255 255 255) 100%);
    background: linear-gradient(to bottom, rgb(229 227 241) 77%, rgb(229 227 241) 78%, rgb(255 255 255 / 85%) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00ffffff', GradientType=0);
    padding: 55px 45px;
}

.faq__ .faq-box form {
    position: relative;
    margin-bottom: 15px;
}

.faq__ .faq-box form i {
    position: absolute;
    color: #788287;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.faq__ .faq-box form input {
    width: 100%;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 53px;
    padding: 0 15px 0 40px;
    border-radius: 3px;
}

.faq__ .lets-talk .canmove {
    display: block;
    margin: auto;
    top: 0;
    position: relative;
    -webkit-animation: canmove 1.5s infinite alternate-reverse;
    animation: canmove 1.5s infinite alternate-reverse;
}

.faq__ .lets-talk .shadow {
    display: block;
    margin: auto;
}

.faq__ .lets-talk h4 {
    font-size: 45px;
    color: #111111;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.faq__ .lets-talk p {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 30px;
    line-height: 1.53;
    font-family: 'Poppins', sans-serif;
}

.faq__ .lets-talk ul {}

.faq__ .lets-talk ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 35px;
}

.faq__ .lets-talk ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/sprite.png) no-repeat;
    background-position: -1px -35px;
    width: 25px;
    height: 25px;
}

.faq__ .lets-talk ul li:last-child::before {
    background-position: -1px -92px;
    width: 26px;
    height: 22px;
}

.faq__ .lets-talk ul li a {
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.faq__ .lets-talk ul li a i {
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 -194px;
    position: absolute;
    right: -40px;
    width: 29px;
    height: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.faq__ .lets-talk .gradient-box {
    background: -moz-linear-gradient(top, rgba(229 227 241) 77%, rgb(229 227 241) 78%, rgb(255 255 255) 100%);
    background: -webkit-linear-gradient(top, rgb(229 227 241) 77%, rgb(229 227 241) 78%, rgb(255 255 255) 100%);
    background: linear-gradient(to bottom, rgb(229 227 241) 77%, rgb(229 227 241) 78%, rgb(255 255 255 / 85%) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff9f9', GradientType=0);
    padding: 50px 40px;
}

.accordian>li {
    position: relative;
    padding: 20px 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.accordian>li:last-child {
    border-bottom: none;
}

.accordian>li h5 {
    position: relative;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 15px;
    padding-right: 25px;
    line-height: 1.2;
}

.accordian>li h5::before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #c1c1c1;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 26px;
    font-weight: 400;
}

.accordian>li>div {
    display: none;
}

.accordian>li>div p {
    color: #111111;
    margin-bottom: 15px;
}

.accordian>li.active h5::before {
    content: "\f068";
}

.faq-slider .slick-arrow {
    position: absolute;
    bottom: -80px;
    font-size: 0;
    padding: 0;
    width: 62px;
    height: 62px;
    border: 2px solid #f06a1d;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    background: transparent;
    color: #788287;
    transition: all 0.4s ease-in-out;
}

.faq-slider .slick-arrow::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    font-weight: 600;
}

.faq-slider .slick-prev {
    right: 0;
}

.faq-slider .slick-next {
    left: 0;
}

.faq-slider .slick-next::before {
    content: "\f104";
}

.faq-slider .slick-arrow:hover {
    background-color: #f06a1d;
    color: #FFFFFF;
}

@keyframes canmove {
    from {
        top: 0px;
    }
    to {
        top: 20px;
    }
}

.banner-inner {
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #012068;
    background-blend-mode: soft-light;
}

.banner-inner-content {
    position: relative;
    z-index: 2;
}

.ele-logo-design {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ele-motion-graphic {
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ele-appdevelopment {
    right: 0;
    bottom: 0;
}

.ele-brand-development {
    right: 50px;
    top: 100px;
    bottom: 0;
    margin: auto;
}

.ele-domain-registration {
    right: 150px;
    top: 100px;
    bottom: 0;
    margin: auto;
}

.ele-marketing-collateral {
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ele-web-design {
    right: 20px;
    top: 100px;
    bottom: 0;
    margin: auto;
}

.mt-70 {
    margin-top: 70px;
}

.form-style-2 .custom-input-type,
.form-style-2 .custom-select-type,
.form-style-2 .custom-textarea {
    color: #111111;
    border-bottom: 1px solid #FFFFFF;
}

.form-style-2 .custom-select-type option {
    color: #111111;
}

.form-style-2 .custom-input-type::placeholder,
.form-style-2 .custom-select-type::placeholder,
.form-style-2 .custom-textarea::placeholder {
    color: #111111;
}

.form-style-2 .custom-textarea {
    margin-bottom: 40px;
}

.form-style-2 .btn-style-1 {
    color: #FFFFFF;
}

.form-style-2 .btn-style-1 i {
    background: url(../img/sprite.png) no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 13px;
    display: inline-block;
    margin-left: 10px;
}

.process {
    background-color: #012068;
    position: relative;
    overflow: hidden;
}

.process::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/elements/element-2.png) no-repeat;
    width: 711px;
    height: 544px;
}

.process .headingstyle1 {
    margin-bottom: 40px;
}

.process .cust-slider {
    margin-bottom: 40px;
    font-size: 0;
    display: flex;
    align-items: flex-start;
}

.process .cust-slider .process-img {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #969da1;
    border-radius: 3px;
    padding: 5px;
}

.process .cust-slider .contentpart {
    width: 80%;
    margin-left: 20px;
}

.process .cust-slider .contentpart h4 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 500;
}

.process .cust-slider .contentpart p {
    font-size: 15px;
    color: #FFFFFF;
}

.process .img-box img {
    vertical-align: middle;
}

.testimonials {
    position: relative;
    padding-top: 150px;
}

.testimonial-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial_bg-inner img {
    box-shadow: 0 14px 42px 0 rgba(0, 0, 0, .2);
}

.testimonial_radius {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 170px;
    background-color: #b8285a;
    right: -56px;
    width: 100px;
    height: 100px;
    font-size: 40px;
    border-radius: 500px;
    line-height: 108px;
    text-align: center;
    color: #ffffff;
}

.testimonial_radius img {
    border-radius: 100px;
}

.testimonial_bg-inner {
    width: 470px;
    position: relative;
    padding-bottom: 40px;
    padding-left: 30px;
}

.testimonial-name {
    text-align: left;
    color: #999999;
    margin-top: 15px;
    margin-left: 15px;
    font-size: 16px;
}

.testimonial_bg {
    position: relative;
}

.testimonial-sec-inner .testimonial-second-name {
    font-size: 14px;
    padding-bottom: 15px;
}

.testimonial-sec-tab h3 {
    font-size: 32px;
    letter-spacing: -.015em;
    line-height: 1.3;
    color: #111111;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-sec-tab h3::before {
    display: none;
}

.testimonial-co {
    float: left;
}

.testimonial-sec-inner {
    position: relative;
    padding-left: 40px;
}

.testimonial-sec-inner::before {
    content: '"';
    position: absolute;
    font-size: 100px;
    color: #2e2e2e;
    top: 0;
    left: 0;
}

.testimonials .testimonial-block .testimonial-text p {
    font-size: 18px;
    color: #999999;
}

.testimonials .testimonial-block .testimonial-second-name p {
    font-size: 15px;
    color: #999999;
    font-style: italic;
}

.star {
    border-top: 1px solid #e6e6e6;
    float: left;
    width: 200px;
    padding: 20px 0;
}

.star .fa {
    color: #f06a1d;
    font-size: 20px;
    margin-left: 10px;
}

.branding-detail img {
    width: 270px;
}

.service-edit {
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.wheelpopupwrap.visible:before {
    content: '';
    background-image: url(../img/pattern.png);
    opacity: 0.94;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.about__us {
    background: url(../img/mix/about-bg.jpg)no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-blend-mode: soft-light;
    background-color: #00164a;
}

.about-content ul li i {
    color: #04367f;
}

section.in-touch.section-padding {
    background: #e5e3f1;
    padding: 60px 0px 0px 0px;
}

.contact-topinfo {
    padding: 150px 0px 34px 0px;
}

.contact-info {
    margin-bottom: 40px;
}

.contact-info li {
    margin-bottom: 5px;
}

.contact-info li a {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
}

.contact-info li a>i {
    color: #04367f;
    margin-right: 5px;
}

.user_aplha {
    color: #fff;
    font-size: 24px;
    line-height: 140px;
    font-weight: bold;
    height: 135px;
    width: 135px;
    text-align: center;
    border-radius: 500px;
    background: rgb(221 83 7);
    background: -moz-linear-gradient(top, rgb(195 74 13) 0%, rgb(253 93 1) 100%);
    background: -webkit-linear-gradient(top, rgb(195 74 13) 0%, rgb(253 93 1) 100%);
    background: linear-gradient(to bottom, rgb(189 73 15) 0%, rgb(255 94 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f94452', endColorstr='#c51751', GradientType=0);
}

.award-slid {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.awards-img {
    display: block !important;
    margin: 0 auto;
}

.awards-img img {
    filter: grayscale(0);
}

.award-slid h4 {
    margin-top: 10px;
    line-height: 1.24;
}

.award-slid:hover img {
    filter: grayscale(100%);
}

.service-box {
    position: relative;
    margin-bottom: 55px;
}

.service-box h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: normal;
}

.service-box p {
    margin-bottom: 10px;
    color: #111111;
}

.portfolio_page {
    padding-top: 0;
}

.policy-terms-style {
    padding-top: 150px;
}

.policy-terms-style .margin-bottom-20 h3 {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.policy-terms-style .margin-bottom-20 a {
    color: #111111;
    text-decoration: underline;
}

.policy-terms-style .margin-bottom-20 p {
    color: #111111;
    font-size: 13px;
}

.policy-terms-style .margin-bottom-20 ul li {
    line-height: normal;
    color: #111111;
    font-size: 13px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.policy-terms-style .margin-bottom-20 ul>li>ul {
    padding-left: 20px;
    margin-top: 9px;
}

.policy-terms-style .margin-bottom-20 ul>li>ul>li {
    margin-bottom: 5px;
    list-style: auto;
}

.marquee-style marquee {
    font-size: 100px;
    text-shadow: 0 0 0 #b7b7b7, 0 0 2px #b7b7b7;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin: -1% 0;
}


/* Hamburger Menu */

.hamburger {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 8;
    display: none;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #f06a1d;
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.hamburger span:nth-child(3) {
    top: 16px;
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

.over-hidden {
    overflow: hidden;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 90%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.popup {
    border: 5px solid #ffdddc;
    background: rgb(255, 201, 201);
    background: radial-gradient(circle, #001a56 0%, #012068 78%);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    max-width: 90%;
    padding: 40px 45px;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.popup .custom-textarea {
    margin-bottom: 40px;
}

.popup .popup-close {
    background: #788287;
    border: 3px solid #ffdddc;
    position: absolute;
    left: -20px;
    top: -35px;
    width: 49px;
    height: 49px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
}

.popup .element {
    position: absolute;
    right: -168px;
    top: -79px;
}

.popup .headingstyle1 h3 {
    margin-bottom: 0;
    color: #ffffff;
}

.popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

.service-exclude-package {
    background-color: #f8f8f8;
}

.service-exclude-package .headingstyle1 h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.service-exclude-package .service-icon-box {
    position: relative;
    background-color: #788287;
    width: 77px;
    height: 77px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-exclude-package .service-icon-box i {
    background: url(../img/sprite.png) no-repeat;
}

.service-exclude-package .service-icon-box i.back-end-development {
    background-position: -42px -203px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.service-exclude-package .service-icon-box i.digital-marketing {
    background-position: -227px -202px;
    width: 46px;
    height: 46px;
}

.service-exclude-package .service-icon-box i.domain-registration {
    background-position: -164px -200px;
    width: 50px;
    height: 50px;
}

.service-exclude-package .service-icon-box i.website-management {
    background-position: -103px -202px;
    width: 50px;
    height: 50px;
}

.service-box a {
    font-size: 14px;
    color: #04367f !important;
    font-weight: 500;
}

.banner-inner .custom-select-type {
    display: none;
}

.ele-about-1 {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.home-package-slider .col-lg-4.slick-slide {
    margin: 15px;
    padding: 0;
}

.bg-style-1 {
    background: rgb(255, 201, 201);
    background: radial-gradient(circle, rgba(255, 201, 201, 1) 0%, rgba(255, 175, 175, 1) 78%);
    padding-top: 150px;
}

.thankyou-style {
    position: relative;
}

.thankyou-style .thankyou-content {
    text-align: center;
}

.thankyou-style .thankyou-content h3 {
    font-size: 145px;
    color: #111111;
    line-height: normal;
}

.thankyou-style .thankyou-content p {
    font-size: 18px;
    color: #111111;
    margin: 25px 0;
}

.style-404 .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-404 .img-box {
    text-align: right;
}

.style-404 .content-404 {
    color: #111111;
}

.style-404 .content-404 h6 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.style-404 .content-404 h3 {
    font-size: 181px;
    font-weight: 800;
}

.style-404 .content-404 h5 {
    font-size: 46px;
    font-weight: 600;
}

.style-404 .content-404 p {
    font-size: 20px;
    margin: 20px 0;
    line-height: normal;
}

.style-404 .content-404 a {}

.home-portfolio-slider .slick-slide {
    margin: 0 15px;
    padding: 0;
}

.style-fancy-anchor {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ban-txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-pic .hover-effect-bann .row,
.banner-pic .hover-effect-bann .column,
.banner-pic .hover-effect-bann .ItemCard,
.banner-pic .hover-effect-bann .ItemCard__thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    /* transform-style: preserve-3d; */
}

.banner-pic .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-pic .hover-effect-bann .row {
    position: absolute;
    top: 0;
    left: 114vh;
    width: 1000px;
    -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    transform: rotateX(30deg) rotateZ(-40deg) scale(1.2);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banner-pic .hover-effect-bann .column {
    width: 35%;
    max-width: 21%;
    padding: 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.banner-pic .hover-effect-bann {
    height: 554px;
    background-size: cover !important;
}

.banner-pic .ItemCard {
    position: relative;
    max-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-pic .ItemCard__thumb {
    position: relative;
    padding: 0;
}

figure {
    margin: 0;
}

.banner-pic .ItemCard__thumb img {
    display: block;
    cursor: pointer;
}

.banner-pic .hover-effect-bann .ItemCard__thumb img {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) levitate 2;
}

.banner-pic .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest {
    z-index: 10;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest,
.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb img {
    -webkit-transform: translate3d(0, 0, 45px) rotateX(0) rotateY(0);
    transform: translate3d(0, 0, 45px) rotateX(0) rotateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.banner-pic .hover-effect-bann .shadow {
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    -webkit-animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) shadow 2;
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb .shadow {
    opacity: .6;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 10%);
}

@-webkit-keyframes levitate {
    0% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px);
    }
}

@keyframes levitate {
    0% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px);
    }
}

@-webkit-keyframes shadow {
    0% {
        opacity: .9;
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }
    50% {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.18);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
    }
    100% {
        opacity: .9;
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }
}

@keyframes shadow {
    0% {
        opacity: .9;
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }
    50% {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.18);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.18);
    }
    100% {
        opacity: .9;
        background-color: rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (min-width: 1500px) {
    .progifbg .prologo1 {
        position: absolute;
        top: 160px;
        left: 95px;
    }
    .progifbg .prologo1 img {
        width: 220px;
        opacity: 1;
    }
    .progifbg .prologo2 {
        position: absolute;
        top: 160px;
        right: 95px;
    }
    .progifbg .prologo2 img {
        width: 220px;
        opacity: 1;
    }
    .progifbg .prologo3 {
        position: absolute;
        top: 345px;
        left: 120px;
    }
    .progifbg .prologo3 img {
        width: 150px;
        opacity: 1;
    }
    .progifbg .prologo4 {
        position: absolute;
        top: 486px;
        left: 200px;
    }
    .progifbg .prologo4 img {
        width: 150px;
        opacity: 1;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-navigation>ul>li>a {
        padding: 30px 30px 30px 0;
    }
    .main-navigation>ul>li>ul {
        top: 72px;
    }
    .main-navigation>ul>li>ul>li a {
        padding: 11px 20px;
    }
    .headingstyle1 h2 {
        font-size: 44px;
    }
    .headingstyle1 .parastyle1 {
        font-size: 16px;
    }
    .brand-identity .f-spacing {
        padding: 60px 60px;
    }
    .headingstyle1 h6 {
        font-size: 14px;
    }
    .headingstyle1 h3 {
        font-size: 38px;
        line-height: 1.2;
    }
    .headingstyle1 .parastyle2 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .spacing__x {
        padding: 60px 0;
    }
    .btn-style-1 {
        font-size: 13px;
        padding: 12px 20px 12px 15px;
    }
    .pricing-box {
        padding: 35px 30px;
    }
    .pricing-box .pricing-name {
        margin-bottom: 25px;
    }
    .pricing-box .pricing-detail {
        padding: 25px 0;
        margin-bottom: 35px;
    }
    .combo-package .combo-img-01 {
        right: 0;
        max-width: 40%;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .faq__ .faq-box .full-area {
        padding: 50px 40px;
    }
    .faq__ .faq-box .headingstyle1 h3 {
        font-size: 30px;
    }
    .faq__ .lets-talk h4 {
        font-size: 38px;
    }
    .faq__ .lets-talk p {
        font-size: 14px;
    }
    .faq__ .lets-talk ul li a {
        font-size: 18px;
    }
    .accordian>li h5 {
        padding-right: 25px;
    }
    .our-testimonials {
        overflow: hidden;
    }
    .our-testimonials .testimonial-img-01 {
        right: -220px;
    }
    .single-review-slider {
        padding-right: 50px
    }
    .single-review-slider .slider__counter {
        bottom: -25px;
    }
    .single-review-slider .slick-arrow {
        bottom: -30px;
        right: 20px;
    }
    .single-review-slider .slick-prev {
        right: 90px;
    }
    .footer-form {
        padding: 0;
        min-height: 729px;
        display: flex;
    }
    .footer-form video {
        width: 66% !important;
        display: flex;
        top: 60px;
        left: 38%;
    }
    footer .pt-pb {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .ft-nav h4 {
        font-size: 26px;
    }
    .footer-form-heading h5 {
        font-size: 24px;
    }
    .policy-terms-style,
    .testimonials.testimonials-page,
    .portfolio_page {
        padding-top: 150px;
    }
    .testimonials .testi_box {
        margin-top: 60px;
    }
    .testimonials .testi_box p {
        font-size: 14px;
    }
    .banner-inner-style-2 {
        min-height: 410px;
    }
    .banner-inner {
        height: auto;
        padding: 130px 0 30px;
    }
    .animation-style-1 {
        padding: 0;
    }
    .banner-inner-content.mt-70 {
        margin-top: 0;
    }
    .banner-inner .headingstyle1 h3 {
        font-size: 30px;
        letter-spacing: 0;
    }
    .banner-inner .custom-input-type,
    .banner-inner .custom-select-type {
        height: 35px;
    }
    .banner-inner .custom-textarea {
        margin-bottom: 25px;
    }
    .header-relative header {
        position: relative;
    }
    .ele-logo-design {
        right: -350px;
    }
    .ele-brand-development {
        max-width: 50%;
    }
    .ele-marketing-collateral {
        max-width: 50%;
    }
    .ele-web-design {
        max-width: 45%;
        top: 0;
    }
    .ele-appdevelopment {
        max-width: 45%;
    }
    .ele-motion-graphic {
        max-width: 50%;
    }
    .ele-domain-registration {
        max-width: 50%;
        right: 0;
        top: 0;
    }
    .ele-about-1 {
        right: -21%;
    }
    .ele-services-images-02 {
        max-width: 40%;
    }
    .logo img {
        max-width: 170px;
    }
    .main-navigation ul li a .ring {
        width: 100px;
    }
    .popup .element {
        top: -122px;
    }
    .popup .headingstyle1 h6 {
        margin-bottom: 5px;
    }
    .popup .custom-input-type,
    .popup .custom-select-type {
        height: 35px;
    }
    .popup .custom-textarea {
        margin-bottom: 20px;
    }
    .popup .headingstyle1 h3 {
        font-size: 30px;
    }
    .hero__copy .values {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .hero--agency.asymmetric .hero__copy .intro {
        padding-bottom: 6rem;
    }
}

@media (max-width: 1500px) {
    .portfolio-box.style-2 {
        height: 338px;
        background-size: 150% 100%;
    }
}

@media only screen and (min-width: 1300px) {
    .progifbg .proanimmascot {
        position: absolute;
        bottom: 90px;
        right: 0;
        z-index: 4;
    }
    .progifbg .proanimmascot img {
        width: 400px;
        opacity: 1;
    }
    .progifbg .prologo1 {
        position: absolute;
        top: 160px;
        left: 20px;
    }
    .progifbg .prologo1 img {
        width: 220px;
        opacity: 1;
    }
    .progifbg .prologo2 {
        position: absolute;
        top: 160px;
        right: 20px;
    }
    .progifbg .prologo2 img {
        width: 220px;
        opacity: 1;
    }
    .progifbg .prologo3 {
        position: absolute;
        top: 345px;
        left: 70px;
    }
    .progifbg .prologo3 img {
        width: 150px;
        opacity: 1;
    }
    .progifbg .prologo4 {
        position: absolute;
        top: 486px;
        left: 135px;
    }
    .progifbg .prologo4 img {
        width: 150px;
        opacity: 1;
    }
}

@media only screen and (max-width: 1300px) {
    .mybannn h2 {
        font-size: 30px;
    }
    .mybannn>ul li {
        font-size: 14px;
    }
    .mybannn>ul li:before {
        font-size: 14px;
    }
    .mycounterwrap .countter #timer .dig {
        font-size: 28px;
    }
    .mybannn h2 strong {
        font-size: 32px;
    }
    .mycounterwrap .countter #timer .dig span {
        font-size: 16px!important;
    }
}

@media (max-width: 1200px) {
    .hamburger {
        display: block;
        top: 0;
    }
    .menuwrap.open {
        display: flex;
        left: 0;
    }
    .menuwrap {
        position: fixed;
        left: -200%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #210b11;
        height: 100vh;
        display: flex;
        align-items: center;
        transition: all 0.4s ease;
        z-index: 3;
        width: 100vw;
        overflow-y: scroll;
        padding: 20px;
    }
    .main-navigation.menuwrap>ul>li {
        display: block;
        text-align: left;
        padding: 0;
        margin-bottom: 10px
    }
    .main-navigation.menuwrap>ul>li>a {
        padding: 0;
        font-weight: 400;
        color: #ffffff;
    }
    .main-navigation>ul>li>ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        box-shadow: none;
        width: auto;
        top: 0;
        padding-left: 15px;
        margin: 15px 0;
    }
    .main-navigation>ul>li>ul>li {
        border: none;
        margin-bottom: 10px;
    }
    .main-navigation>ul>li>ul>li a {
        color: #FFFFFF;
        font-weight: 400;
        padding: 0;
        font-size: 13px;
    }
    .main-navigation>ul>li>ul>li a i {
        display: inline-block;
        margin-right: 5px;
    }
    .main-navigation ul li a:hover,
    .main-navigation>ul>li>ul>li a:hover {
        color: #788287;
    }
    .main-navigation.menuwrap .ring,
    .main-navigation>ul>li>ul>li a::before {
        display: none;
    }
    /*.banner-home .video-container {display: none;}*/
    /*.banner-home .video-container+.headingstyle1 {display: none;}*/
    .banner-home .video-container video {
        height: auto !important;
    }
}

@media (max-device-width: 1200px) and (orientation: landscape) {
    .menuwrap.open {
        display: block;
    }
}

@media (max-width:1199px) {
    .testimonials_video_frame {
        width: 90%;
        height: 380px;
    }
    .testimonials-custom-add .testi_box {
        min-height: 380px;
    }
    .d-flex {
        display: block !important;
    }
    ul.process-ul {
        display: block;
    }
    ul.process-ul li a {
        min-height: auto;
    }
    .element,
    .footer-form video,
    .our-testimonials .headingstyle1::before,
    .footer-form-heading,
    .footer-subcribe-form,
    .footer-contact-info,
    .ft-nav h4,
    .ft-nav .btn-style-1 {
        display: none;
    }
    .footer-form {
        background-color: #ffafb0;
        min-height: auto;
        padding: 40px 0 !important;
    }
    .single-review-slider .slider__counter {
        position: relative;
        bottom: 0;
        margin-top: 5px;
    }
    .ft-nav {
        margin-bottom: 10px;
    }
    .ft-nav h6 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .ft-nav ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .ft-nav ul li a {
        font-size: 13px;
    }
    .copyrights ul {
        margin-left: 0;
        margin-top: 10px;
    }
    .hero__copy .values {
        display: none;
    }
}

@media (max-width:991px) {
    .testimonials-custom-add .testi_box {
        min-height: 280px;
    }
}

@media (max-device-width: 1024px) and (orientation: landscape) {
    .headingstyle1 h6 {
        margin-bottom: 10px;
    }
    .headingstyle1 h2,
    .headingstyle1 h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .headingstyle1 .parastyle1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .asymmetric .hero__copy {
        padding: 2.3125rem 0;
    }
    .hero--agency .headingstyle1 h3 {
        font-size: 20px;
        margin-bottom: 5px;
        letter-spacing: -1px;
    }
    .hero--agency .headingstyle1 .parastyle1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .hero--agency .headingstyle1 .parastyle2 {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .spacing__x {
        padding: 60px 0;
    }
    .our-process .process-list ul {
        text-align: center;
    }
    .our-process .process-list ul li {
        width: 50%;
        margin-bottom: 40px;
    }
    .our-process .process-list ul li h6 {
        margin: 20px 0;
    }
    .our-process .process-list ul li hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ft-nav ul li {
        width: 50%;
    }
    .single-review-slider .slick-arrow {
        bottom: 0;
    }
    .testimonial-sec-inner::before {
        left: -20px;
    }
    .banner-pic {
        display: none;
    }
    .ban-txt-box {
        position: relative;
    }
}

@media (max-width:1024px) {
    .review-box {
        margin-bottom: 15px;
    }
    .four-col-slider .slider .slide .slide-link .img-wrapper {
        flex: 0 0 40%;
    }
    .four-col-slider .slider .slide .slide-link .copy p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .asymmetric {
        height: auto;
        min-height: auto;
    }
    .hero--agency.asymmetric .hero__image {
        display: none;
    }
    .headingstyle1 {
        margin-bottom: 20px !important;
    }
    .testimonial_radius {
        right: -20px !important;
        font-size: 23px;
        width: 70px;
        height: 70px;
    }
    .custom-package h3 {
        font-size: 24px;
    }
    .custom-package input.cost_calc_button {
        min-width: auto;
    }
    .box-custom {
        top: 120px !important;
    }
    .logo {
        padding-top: 10px;
    }
    .tp-caption.mediumlarge_light_white_center.fade.start {
        padding: 0 15px !important;
    }
    .tp-caption.medium_light_black.fade.start {
        padding: 0px 15px !important;
    }
    .tp-banner-container {
        height: auto;
    }
    .mult-contact-form h3 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .awards h4 {
        font-size: 18px;
        line-height: 30px;
    }
    .testimonial_bg-inner {
        width: 100%;
    }
    .testimonial_radius {
        right: -40px;
    }
    .testimonial_radius {
        top: 110px;
    }
    .testimonial-sec-tab {
        margin-top: 5px;
    }
    .testimonial_bg-inner {
        padding: 0 15px;
    }
    .main-privacy {
        display: table;
        float: none;
        margin: 10px auto;
    }
    .login footer p {
        float: none;
        text-align: center;
    }
    .login .table {
        height: auto;
    }
    .login footer p {
        text-align: center;
    }
    .search {
        margin: 10px 15px;
    }
    .app {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .app {
        float: left;
    }
    .cust-cont .top-nav nav {
        margin-left: 0;
    }
    .top-nav nav {
        height: 80px
    }
    ul#parent {
        padding: 0;
    }
    #parent li {
        padding-left: 0px;
    }
    section p {
        font-size: 18px;
    }
    .actions-port {
        display: none;
    }
    .cbp-l-filters-buttonCenter {
        \margin-bottom: 15px;
    }
    section.count span {
        font-size: 48px;
        line-height: 50px;
    }
    section.count h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .slick-slide {
        padding: 0 15px;
    }
    .actions.slide-btn {
        display: block !important;
        margin: 0;
    }
    .tab-style-1 {
        text-align: left !important;
        margin-bottom: 20px;
    }
    .tab-style-1 ul>li {
        width: 48%;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .tab-style-1 ul>li a {
        border: 1px solid #788287;
        padding: 10px 10px;
        display: block;
        text-align: center;
    }
    .tab-style-1 ul>li span {
        display: none;
    }
    .showcase .marquee-style {
        display: none;
    }
    .pacakge-included ul li {
        margin-bottom: 20px;
    }
    .about-text-edit {
        margin-bottom: 20px;
    }
    .subscribe_fold button {
        min-width: 100px !important;
    }
    .banner-inner-style-2 {
        min-height: auto;
        padding: 100px 0 40px 0;
    }
    .portfolio_page,
    .testimonials-page,
    .policy-terms-style,
    .bg-style-1 {
        padding-top: 100px!important;
    }
    .testi_box {
        display: block;
        padding: 20px 20px;
        margin-top: 40px !important;
        text-align: center;
    }
    .testi_box .user_aplha {
        margin: auto;
    }
    .testi_box .ml- {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .banner-inner {
        height: auto;
        padding: 40px 0 40px 0;
    }
    .process {
        padding: 40px 0;
        text-align: center;
    }
    .process .img-box {
        display: none;
    }
    .process .cust-slider {
        display: block;
    }
    .process .cust-slider .process-img {
        margin: auto;
    }
    .process .cust-slider .contentpart {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .process .cust-slider .contentpart h4 {
        font-size: 19px;
        line-height: 1.4;
    }
    .subscribe_fold h3 {
        padding: 0;
        font-size: 24px;
        line-height: 1.2;
    }
    .testimonial-sec-inner {
        padding-left: 0;
    }
    .testimonial-sec-inner::before {
        font-size: 48px;
        left: -20px;
    }
    .testimonial-sec-inner .star {
        width: 100%;
    }
    .bg-postion-style1 {
        background-position: 0;
    }
    .display-none {
        display: none;
    }
    footer .pt-pb {
        padding-top: 0;
        padding-bottom: 0
    }
    footer {
        padding: 30px 0 30px 0;
    }
    .thankyou-style .thankyou-content img {
        max-width: 50%;
    }
    .thankyou-style .thankyou-content h3 {
        font-size: 94px;
    }
    .thankyou-style .thankyou-content p {
        margin: 15px 0 25px 0;
    }
}

@media (max-width:824px) {
    /* General CSS  */
    .headingstyle1 h2 {
        font-size: 37px;
    }
    p {
        font-size: 14px !important;
    }
    .headingstyle1 h6 {
        font-size: 14px;
    }
    .headingstyle1 h3 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .headingstyle1 .parastyle1 {
        font-size: 16px !important;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .spacing__x {
        padding: 40px 0;
    }
    .banner-home {
        height: auto;
        padding: 50px 0;
    }
    .brand-identity .f-spacing {
        padding: 40px 15px;
    }
    .brand-identity .img-box {
        display: none;
    }
    .pricing-box {
        padding: 25px 25px;
        margin-bottom: 25px;
    }
    .pricing-box .pricing-name {
        margin-bottom: 20px;
    }
    .pricing-box .pricing-detail {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .pacakge-included {
        margin-bottom: 20px;
    }
    .pricing-box .pricing-detail>.ml- {
        margin-left: 20px;
    }
    .pricing-detail .price {
        font-size: 36px;
    }
    .combo-list h5 {
        margin-left: 10px;
    }
    .special-offer {
        margin-bottom: 20px;
    }
    .faq__ .faq-box .full-area {
        padding: 25px 20px;
    }
    .faq__ .faq-box img {
        display: none;
    }
    .accordian>li {
        padding: 15px 0 5px 0;
    }
    .accordian>li h5 {
        font-size: 14px;
        margin-bottom: 10px;
        padding-right: 15px;
    }
    .accordian>li h5::before {
        font-size: 16px;
    }
    .faq__ .lets-talk h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .faq__ .lets-talk .gradient-box {
        padding: 20px 25px;
    }
    .faq__ .lets-talk>img {
        display: none !important;
    }
    .faq__ .lets-talk ul li a {
        font-size: 16px;
    }
    .faq__ .lets-talk ul li a i {
        display: none;
    }
    .faq-slider .slick-arrow {
        width: 30px;
        height: 30px;
        bottom: -35px;
    }
    .faq-slider .slick-arrow::before {
        font-size: 18px;
    }
    .our-process .process-list ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .our-process .process-list ul li p {
        opacity: 1 !important;
    }
    .our-process .process-list ul li h6 {
        margin: 15px 0;
    }
    .our-process .process-list ul li hr {
        margin-top: 25px;
    }
    .review-box .btn-play-box {
        width: 60px;
        height: 60px;
    }
    .btn-play-box .btn-play {
        width: 60px;
        height: 60px;
    }
    .btn-play-box .btn-play:before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #e4e4e4;
        left: 5%;
    }
    .btn-play-box .btn-play:after {
        left: 30px;
        top: 30px;
    }
    .popup {
        padding: 15px 15px;
    }
    .popup .headingstyle1 {}
    .popup .headingstyle1 h6 {
        font-size: 13px;
        margin-bottom: 5px
    }
    .popup .headingstyle1 h3 {
        font-size: 18px;
    }
    .popup .custom-textarea {
        margin-bottom: 15px;
    }
    .popup .custom-input-type,
    .popup .custom-select-type {
        height: 30px;
    }
    .portfolioList-box .portfolioList li {
        width: 25%;
    }
    .portfolio-box .hover-effect .client-name {
        font-size: 14px;
    }
    .portfolio-box .hover-effect .client-name small {
        font-size: 10px;
    }
    .hero--agency.asymmetric .hero__copy .intro {
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    a.popup-click.btn-style-1.btn_side {
        display: none;
    }
    .asymmetric .hero__copy {
        padding-top: 1.5rem;
    }
    .thankyou-style .thankyou-content h3 {
        font-size: 44px;
    }
    .thankyou-style .thankyou-content p {
        line-height: normal;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .mportfolio .lp_portslider .portfoliolist li {
        width: 100%;
    }
    .mportfolio .lp_portslider .tab-custom .tabbing-links li {
        margin-bottom: 10px;
    }
    #who-we-are .tab-custom .tabbing-links li {
        margin-bottom: 10px;
    }
    .formwrap.mlpform:after,
    .formwrap.mlpform:before {
        display: none;
    }
    .banr-txt.mlp h2 {
        font-size: 30px;
    }
    .wheelpopupwrap.visible,
    .overlay-bg.vis,
    .mypopup-wrap,
    .mypopup-wrap.active,
    .eggoffer,
    .mypopup-wrap {
        display: none!important;
    }
    .banr-txt h2 {
        font-size: 26px;
    }
    .banr-txt p {
        font-size: 16px!important;
        line-height: 1.3;
    }
    .formwrap {
        margin: 0px !important;
    }
    .banr-txt {
        padding-top: 60px;
    }
    .banr-txt>ul li {
        font-size: 16px;
    }
    a.nomber {
        display: block;
        margin-bottom: 10px;
    }
    .banr-txt .banner-bot ul li {
        width: 20%;
    }
    .banr-txt .banner-bot ul li:nth-child(2) {
        margin: 0 20px;
    }
    .banr-txt .banner-bot {
        padding: 12px 0;
    }
    .partners-cta {
        display: none;
    }
    .formwrap .formhead h2 {
        font-size: 20px;
    }
    .formwrap .hero_form .form-control {
        height: 35px;
    }
    .prologodesign .hero-banner,
    .prologodesign .hero {
        height: auto!important;
    }
    .hero-banner {
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 20px;
        background-position: top left !important;
    }
    .counter ul li {
        width: 100%;
    }
    .responsive-unique-design {
        display: none;
    }
    .prolog {
        width: 100%;
    }
    .prolog .portfolio {
        width: 100%;
    }
    .footer_content>p,
    .para_max {
        font-size: 14px;
        line-height: 1.4;
    }
    .header-content {
        padding-right: 0px;
    }
    .testi_box {
        margin-top: 80px;
    }
    .cs-select span,
    .get_quote .form-control {
        height: 35px;
        padding: 5px 18px;
        text-align: left !important;
    }
    .margin-bottom-20,
    .field-mergedright.margin-bottom-20 {
        margin-bottom: 8px;
    }
    .get_quote {
        padding-bottom: 30px;
    }
    .freeConsultation .consultationTitle,
    .footer_title {
        font-size: 20px;
        line-height: 1.2;
    }
    .pricingConsultationBlk {
        display: none;
    }
    .stars i {
        font-size: 10px;
    }
    .portfolio-section .choose .cho-text h4 {
        font-size: 20px;
        line-height: 1.2;
    }
    /*.portfolio-section .choose .slick-dots li.slick-active{display: block;}*/
    .portfolio-section .choose .slick-dots li {
        display: none;
    }
    .portfolio-section .choose .item>div {
        width: 100%;
    }
    .portfolio-section .choose {
        padding-top: 0px;
    }
    .portfolio-section .choose .cho-text h4 span {
        display: inline-block;
    }
    .portfolio-section .choose .cho-text h4 {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    .portfolio-section .choose .cho-text,
    .portfolio-section .choose .item .item-top {
        padding-right: 0px;
    }
    .portfolio-section .choose .cho-text p {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 10px;
    }
    .portfolio-section {
        padding: 60px 0 20;
    }
    .floating_wrap {
        display: none!important;
    }
    .progifbg .prologo1 {
        display: none;
    }
    .progifbg .prologo2 {
        display: none;
    }
    .progifbg {
        background-size: cover!important;
    }
    .mybannn>ul li {
        width: 100%;
    }
    .mycounterwrap {
        margin-top: 100px;
    }
    .mycounterwrap .countter #timer .dig span {
        font-size: 12px!important;
    }
    .mycounterwrap .countter #timer .dig {
        padding: 5px;
    }
    .mybannn .left h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .mybannn {}
    .mybannn .left h2 strong {
        font-size: 22px;
    }
    .mmwrap img {
        display: none;
    }
    .mybannn a {
        font-size: 12px;
    }
    .mybannn .left {
        width: 100%;
    }
    .mybannn .right {
        width: 100%;
        padding: 0;
    }
    .mybannn>ul {
        margin-bottom: 0px;
    }
    .promopack {
        display: none;
    }
    .mybannn .left>ul li strong {
        display: inline-block;
        margin-bottom: 5px;
    }
    .mybannn .right .form_wrap h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .contest-list.contest-list--scrollable .contest-list__item .contest .actions a span small {
        display: block !important;
    }
    .box-custom {
        top: 0 !important;
        position: relative !important;
    }
    section.count span {
        font-size: 28px;
        line-height: 36px;
    }
    section.count h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .slick-slide {
        padding: 0 15px;
    }
    footer a.collapsed {
        display: block;
    }
    footer .panel-heading h3 {
        display: none;
    }
    .spacing {
        padding: 0 15px;
    }
    .custom-package #cost_calc_breakdown_item {
        width: 100%;
    }
    #cost_calc_breakdown_price {
        width: 100%;
    }
    .site-panel nav {
        display: none;
    }
    .small-nav {
        display: block;
    }
    .user_profile nav {
        display: none;
    }
    .profile-fields a.btn-fill.cancel-btn {
        background: #b8285a;
        margin-bottom: 10px;
    }
    .top-nav nav {
        height: 80px;
    }
    .dataTables_length select.form-control.input-sm {
        margin-bottom: 5px;
        width: 100%;
    }
    .mdl-cell--6-col div#listing_filter {
        text-align: left;
    }
    #listing_filter input.form-control.input-sm {
        margin: 0;
    }
    .img-responsive,
    .img-thumbnail,
    .table,
    label {
        width: 100%;
    }
    ul.tabs-profile li {
        padding: 12px 30px;
    }
    a.ellips.pull-right {
        padding: 15px 10px;
        margin-top: -52px;
    }
    .privacy,
    .term {
        margin: 5px 5px;
    }
    .login p {
        margin: 5px 0;
    }
    .cust-cont .top-nav nav {
        margin-left: 0
    }
    ul.right-mid-nav {
        margin-top: 0;
    }
    .right-panel h4 {
        margin: 16px 0 0;
    }
    .main-body .dataTables_wrapper {
        margin-bottom: 30px;
    }
    .main-body section.pricing {
        padding-bottom: 0;
    }
    .main-body .contest {
        margin: 0 15px 0px 0;
    }
    /*#pieChart svg {width: 100% !important;}*/
    .tab-box-2 {
        margin-bottom: 15px;
    }
    .margin-0 {
        margin-bottom: 0;
    }
    section.side-bar .col-md-4 {
        min-height: auto;
    }
    .dash-footer {
        top: 0px;
    }
    .packages-tabs-margin-media {
        margin-bottom: 30px;
    }
    .four-col-slider .copy p {
        margin-bottom: 10px;
    }
    .portfolioList-box .portfolioList li {
        width: 50%;
    }
    section.hero.hero--agency.asymmetric {
        display: none;
    }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    .only-xs {
        display: block !important;
        position: relative;
    }
    .no-xs {
        display: none !important;
    }
    .portfolio_drop-xs .cbp-l-filters-dropdown-floated {
        margin: 0 auto;
        z-index: 100;
        float: none;
    }
    section.about h4,
    section.about h3,
    section.about p,
    section.breakdown h5 {
        text-align: center !important;
    }
    section.about .dc {
        padding: 8px;
    }
    section.about .no-pad-left {
        padding-right: 0;
    }
    section.about .about-img {
        height: 300px;
        background-size: cover;
    }
    .maps {
        display: grid;
        height: 600px;
    }
    .addresses {
        display: grid;
    }
    .get_quote *,
    section.testimonials *,
    .service-row * {
        text-align: center !important;
    }
    .xs-padding {
        padding: 20px;
    }
    .cup,
    .cam,
    .hand,
    .flower {
        display: none;
    }
    .portfolio-jump {
        bottom: 40px
    }
    .floating_form {
        display: none;
    }
}

@media only screen and (max-width: 320px) and (min-width: 0px) {
    .package_slide_wrap h3 {
        padding-right: 0px;
    }
    .pricing .contest-list {
        display: inline-flex;
        width: 100%;
        flex-direction: column;
    }
    .contest-list.contest-list--scrollable .contest-list__item .contest div.single h3 {
        width: 100%;
        word-wrap: break-word;
        display: block;
    }
    .contest-list.contest-list--scrollable .contest-list__item .contest div.single h3 br {
        display: block;
    }
    .package_slide_wrap.package_custom_logo .pricing>div {
        width: 100%;
    }
    .banr-txt {
        padding-top: 60px;
        width: 100%;
    }
    .formwrap {
        margin: 0px;
        display: block;
        width: 100%;
    }
    .mid-body {
        width: 100%;
        padding: 10px 0px;
    }
    .testi_box p {
        font-size: 13px;
    }
    .testi_box h3 {
        font-size: 16px;
    }
}

.theme-btn.bt-support-now {
    background: linear-gradient(45deg, #00082a, #012782);
    bottom: 101px;
}

.theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 40px;
    color: #fff;
    display: table;
    height: 49px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    animation: scrollDownAnimation .5s ease infinite alternate;
}

.theme-btn i {
    font-size: 21px;
    line-height: 50px;
}

i.fa.fa-whatsapp {
    font-size: 24px;
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    text-transform: uppercase;
}

.theme-btn.bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%);
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #fff339
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.x12 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 9%;
    top: 12%;
    background: #fc4f4f
}

.x14 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 9%;
    top: 9%;
    background: #fc4f4f
}

.x15 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #fc4f4f
}

.x16 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 15%;
    top: 17%;
    background: #fc4f4f
}

.x17 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 2%;
    top: 2%;
    background: #fc4f4f
}

.x18 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 60%;
    top: 80%;
    background: #fc4f4f
}

.x19 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 10%;
    top: 20%;
    background: #fc4f4f
}

.x20 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 1%;
    top: 2%;
    background: #fc4f4f
}

.x11 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 20%;
    background: #fc4f4f
}

.x11 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 20%;
    background: #fc4f4f
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

.book-wrapper {
    position: relative;
    margin: 2% auto;
    width: 670px;
}

.book-wrapper img {
    filter: drop-shadow(15px 5px 5px #494338);
}

.pages-container {
    position: absolute;
    top: 4%;
    left: 3%;
    right: 0;
    bottom: 0;
    width: 91.5%;
    height: 91%;
}

.pages {}

.pages [class^="page-num-"] {
    background-image: url("https://img00.deviantart.net/cbb9/i/2005/258/c/4/paper_texture_v5_by_bashcorpo.jpg");
    background-size: auto 100%;
    position: relative;
}

.pages-content {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10%;
}

.content-inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.book-wrapper {
    user-select: none;
}

.page-num-1 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*BEGIN RESPONSIVE*/

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .banner-home {
    height: 645px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-home {
    height: 606px;
    padding: 0 2rem;
}
.headingstyle1 h2 {
    font-size: 54px;
 
}
.ft-nav h4, .ft-nav,
.footer-contact-info{
    display:block !important;
}
.ft-nav h4 {

    font-size: 24px;

    margin-top: 59px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
     .banner-home {
    height: 570px;
    padding: 0 2rem;
}
.headingstyle1 h2 {
    font-size: 38px;
}
.ft-nav h4, .ft-nav{
    display:block !important;
}
.ft-nav h4 {

    font-size: 24px;

    margin-top: 59px;
}
.btn-style-1 {
    font-size: 9px;
    padding: 14px 25px 14px 20px;

}
}

/* @media only screen and (min-width: 1024px) and (max-width: 1400px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}
 */
 span.color-primary.color_new {
    color: #04367f !important;
}
span.figure, .slick-active {
    color: #04367f !important;
}
a.info:hover {
    color: white;
}
.copyrights p a:hover {
    color: #788287 !important;
}
span.pre-header {
    text-align: center;
    font-weight: 600;
}
.values__item__wrap h3 {
    text-align: center !important;
}
.values__item__wrap p {
    text-align: center;
}
section.values.is-white {
    background: #ebebeb;
    padding-top: 58px !important;
    padding-bottom: 30px !important;
}