#jqcheck {

    background: #fff9d7;

    text-align: center;

    color: #333;

    padding: 10px 0px;

    font-size: 13px;

    font-weight: bold;

    position: fixed;

    z-index: 9991;

    width: 100%;

    font-family: Arial, Helvetica, sans-serif;

}



* {

    margin: 0px;

    padding: 0px;

}



::-moz-selection {

    background: var(--primary-color);

    color: var(--theme-white);

    text-shadow: none;

}



::selection {

    background: var(--primary-color);

    color: var(--theme-white);

    text-shadow: none;

}



::-webkit-scrollbar {

    width: 10px;

    height: 10px;

}



::-webkit-scrollbar-button:start:decrement,

::-webkit-scrollbar-button:end:increment {

    display: none;

}



::-webkit-scrollbar-track-piece {

    background-color: #ecedf1;

    -webkit-border-radius: 0px;

    border-left: 1px solid #888;

}



::-webkit-scrollbar-thumb:vertical {

    -webkit-border-radius: 0px;

    background: var(--primary-color);

}



img {

    width: 100%;

}

/*Popup Css*/

.modal-dialog.modal-lg {

    margin-top: 150px;

}

.modal-header .close {

   color: #fff;

   opacity: 1;

   font-size: 40px;

   padding: 0;

   padding-right: 12px;

   padding-top: 10px;

}

.modal-header {

    width: 100%;

    background-color: #403def;

}



.modal-header h5 {

    text-align: center;

    width: 100%;

    color: #fff;

    font-size: 25px;

    text-transform: capitalize;

}



.popup-form input , .popup-form textarea {

    margin-bottom: 25px;

    height: 45px;

    padding-left: 35px;

    font-size: 14px;

    width: 100%;

}



.popup-form .form-group {

    margin: 0;

}



.popup-form textarea {

    height: 100px;

    padding-top: 12px;

}



.popup-form input::placeholder, .popup-form textarea::placeholder {

    font-size: 14px;

}



.popup-form div#top-row .col-lg-6:first-child:before , .popup-form div#top-row .col-lg-6:last-child:before {

    content: "\f2be";

    font-family: 'FontAwesome';

    position: absolute;

    top: 12px;

    left: 25px;

    color: #403def;

}



div#top-row {

    position: relative;

}



.popup-form div#bottom-row .col-lg-6:first-child:before {

    content: "\f0e0";

    font-family: 'FontAwesome';

    position: absolute;

    top: 11px;

    left: 25px;

    color: #403def;

}



.popup-form div#bottom-row .col-lg-6:last-child:before {

    content: "\f095";

    font-family: 'FontAwesome';

    position: absolute;

    top: 11px;

    left: 25px;

    color: #403def;

}



.popup-form .form-group.message-field {

    position: relative;

}



.popup-form .form-group.message-field:before {

    content: "\f27a";

    font-family: 'FontAwesome';

    position: absolute;

    top: 12px;

    left: 9px;

    color: #403def;

}



.popup-form button[type="submit"] {

    border: 0;

    background-color: #403def;

    color: #fff;

    padding: 10px 30px;

    border-radius: 50px;

    font-size: 16px;

    font-weight: 600;

    display: block;

    margin: auto;

    cursor: pointer;
}



.popup-form button[type="submit"] i {

    padding-left: 10px;

}



.popup-form p {

    text-align: center;

    margin-top: 15px;

    color: #000;

    font-weight: 500;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    select {

        -webkit-appearance: none !important;

        line-height: 28px !important;

    }

}



body {

    font-family: var(--primary-font-family);

    color: var(--default-color);

    font-size: var(--base-font-size);

    position: relative;

}



.ff-primary {

    font-family: var(--primary-font-family);

}



.ff-secondary {

    font-family: var(--secondary-font-family);

}



.fc-primary {

    color: var(--primary-color);

}



.fc-secondary {

    color: var(--secondary-color);

}



.fc-dark {

    color: var(--theme-dark);

}



.fc-lite {

    color: var(--theme-lite);

}



.primary-btn,

.secondary-btn {

    font-size: 13px;

    font-weight: 400;

    text-transform: capitalize;

    padding: 8px 15px;

    position: relative;

    display: table;

    border-radius: 3px;

}



.primary-btn:after,

.secondary-btn:after {

    content: "\e957";

    font-family: 'icomoon' !important;

    font-size: 13px;

    color: white;

    padding-left: 10px;

    display: table-cell;

    vertical-align: middle;

}



.primary-btn {

    background: var(--primary-color);

    color: white;

}



.primary-btn:hover {

    background: var(--primary-color-dark);

    color: white;

}



.secondary-btn {

    background: var(--secondary-color);

    color: white;

}



.secondary-btn:hover {

    background: var(--secondary-color-dark);

    color: white;

}



.banner-btn {

    text-transform: capitalize;

    display: inline-block;

    transform: translateY(0rem);

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    color: #fff !important;

    background-color: transparent;

    padding: 20px 40px;

    font-size: 18px;

    font-weight: 600;

    border-radius: 5px;

    border: 1px solid #fff !important;

}



.secpad-100 {

    padding: 100px 0;

}



.sm-btn {

    font-size: 14px;

}



.md-btn {

    font-size: 16px;

}



.lg-btn {

    font-size: 18px;

}



.xl-btn {

    font-size: 20px;

}



h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6,

p {

    margin: 0;

    padding: 0;

}



h1,

.h1,

h2,

.h2 {

    font-family: var(--heading-font-family);

}



h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6 {

    font-family: var(--heading-font-family);

    padding-bottom: 10px;

    color: var(--theme-dark);

}



h2,

.h2 {

    font-size: 6.7vmin;

}



h3,

.h3 {

    font-size: var(--font-size-h3);

    font-weight: 600;

}



h4,

.h4 {

    font-size: var(--font-size-h4);

}



h5,

.h5 {

    font-size: var(--font-size-h5);

}



h6,

.h6 {

    font-size: var(--font-size-h6);

}



p {}



p {

    font-weight: 400;

    line-height: 1.4;

    padding: 0 0 20px;

    margin: 0px;

    font-size: 18px;

    color: #5C5856;

}



.sec-padding-100 {

    padding: 100px 0;

}



.sec-padding-90 {

    padding: 90px 0;

}



.sec-padding-80 {

    padding: 80px 0;

}



.sec-padding-70 {

    padding: 70px 0;

}



.sec-padding-60 {

    padding: 60px 0;

}



.sec-padding-xlarge {

    padding: 50px 0;

}



.sec-padding-large {

    padding: 40px 0;

}



.sec-padding-medium {

    padding: 30px 0;

}



.sec-padding-small {

    padding: 25px 0;

}



.sec-padding-xsmall {

    padding: 10px 0;

}



.sec-margin-100 {

    margin: 100px 0;

}



.sec-margin-90 {

    margin: 90px 0;

}



.sec-margin-80 {

    margin: 80px 0;

}



.sec-margin-70 {

    margin: 70px 0;

}



.sec-margin-60 {

    margin: 60px 0;

}



.sec-margin-xlarge {

    margin: 50px 0;

}



.sec-margin-large {

    margin: 40px 0;

}



.sec-margin-medium {

    margin: 30px 0;

}



.sec-margin-small {

    margin: 25px 0;

}



.sec-margin-xsmall {

    margin: 10px 0;

}



.p-0 {

    padding: 0;

}



.pt-0 {

    padding-top: 0px;

}



.pb-0 {

    padding-bottom: 0px;

}



.pl-0 {

    padding-left: 0px;

}



.pr-0 {

    padding-right: 0px;

}



.m-0 {

    margin: 0;

}



.mt-0 {

    margin-top: 0px;

}



.mb-0 {

    margin-bottom: 0px;

}



.ml-0 {

    margin-left: 0px;

}



.mr-0 {

    margin-right: 0px;

}



.tt-uppercase {

    text-transform: uppercase;

}



.tt-capitalize {

    text-transform: capitalize;

}



div#google_recaptcha {

    margin: 0 0 15px 0;

}



.gle-cpcha #google_recaptcha>div {

    margin: 0 auto !important;

}



p strong {

    color: black;

}



p span {

    color: black;

}



a:hover {

    text-decoration: none;

}



a:focus {

    outline: none;

    text-decoration: none;

}



img {

    border: 0px;

    outline: none;

}



ul,

li {

    list-style-type: none;

}



.relative {

    position: relative;

}



.absolute {

    position: absolute;

}



h2,

.h2 {

    color: #171717;

    line-height: 1.2;

    font-weight: 700;

    padding: 0 0 15px 0;

    position: relative;

}



h2 span,

.h2 span {

    color: var(--primary-color);

}



a {

    text-decoration: none;

}



.list-simple {

    list-style: none;

    margin: 0 0 15px 0;

    width: 100%;

    display: inline-block;

}



.list-simple li {

    color: var(--default-color);

    padding: 0 0 10px 16px;

    line-height: 20px;

    font-size: 14px;

    font-weight: 400;

    position: relative;

}



.list-simple li:before {

    position: absolute;

    left: 0px;

    top: 0px;

    font-size: 13px;

    color: var(--secondary-color);

    content: "\e93a";

    font-family: 'icomoon' !important;

}



.moreFull {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: block;

    text-indent: -9999px;

}



.transition {

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



.scale-with-transition {

    -webkit-transition: all 200ms ease-in;

    -ms-transition: all 200ms ease-in;

    -moz-transition: all 200ms ease-in;

    transition: all 200ms ease-in;

    -webkit-transform: scale(1.05);

    -ms-transform: scale(1.05);

    -moz-transform: scale(1.05);

    transform: scale(1.05);

}



.header-main {

    padding: 0 0 0 0;

    top: 0;

    z-index: 99;

    width: 100%;

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

}



.header-main.fixed {

    box-shadow: 0px 5px 20px #00000012;

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    position: fixed;

    background: #fff;

}



.header-main.fixed .main-menu>ul>li>a {

    text-transform: capitalize;

    color: #223235;

}



.header-main.fixed .logo {

    width: 100%;

}



.top-bar {

    position: fixed;

    background: #f5f8fa;

    padding: 0;

    width: 100%;

    top: 0;

    left: 0;

    border-bottom: 1px solid #cbd6e2;

    z-index: 99;

}



.top-info-list {

    float: right;

    margin: 25px 0;

}



.top-info-list li {

    float: left;

    color: #171717;

    font-size: 14px;

    padding: 0 10px;

}



.top-info-list li:first-child {

    padding-left: 0px;

}



.top-info-list li:last-child {

    padding-right: 0px;

}



.top-info-list li span {

    margin-right: 8px;

    color: #171717;

    font-size: 13px;

    line-height: 20px;

}



.top-info-list li span.icon-phone2 {

    font-size: 15px;

    top: 1px;

    position: relative;

}



.top-info-list li+li {}



.top-info-list li a {

    color: #171717;

}



.top-info-list li a:hover {

    color: #223235;

}



.nav-area-full {

    padding: 17px 0 16px;

    width: 100%;

    margin-top: 72px;

}



.logo {

    width: 100%;

    margin: 0;

    float: left;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

}



.logo a {

    display: block;

}



.top-area {

    display: inline-block;

    width: 100%;

}



.main-menu {

    width: 100%;

    display: inline-block;

    float: right;

    margin: 2px 0 0;

}



.main-menu>ul {

    float: right;

    margin: 0px;

}



.main-menu>ul>li {

    padding: 0px 15px;

    float: left;

    position: relative;

}



.main-menu>ul>li:last-child {

    padding-right: 0px;

}



.main-menu>ul>li:before {

    position: absolute;

    width: 1px;

    height: 12px;

    background: #71787e;

    left: 0px;

    top: 30%;

}



.main-menu>ul>li:first-child:before {

    display: none;

}



.main-menu>ul>li>a {

    padding: 20px 0;

    font-size: 16px;

    color: #171717;

    font-weight: 400;

    text-transform: capitalize;

}



.header-main .has-submenu.progmenu {

    font-size: 16px;

    color: #171717;

    font-weight: 400;

    margin: 0;

    padding: 3px 0 4px;

    font-family: var(--primary-font-family);

}



.main-menu>ul>li.active>a,

.main-menu>ul>li>a:hover,

.main-menu>ul>li>a.active,

.main-menu>ul>li>a:focus {

    color: #f38440;

}



.cstn-column {

    display: inline-block;

    width: 100%;

    font-size: 0;

}



.dropdown {

    width: 295px;

    position: absolute;

    top: 150%;

    left: 0%;

    visibility: hidden;

    opacity: 0;

    padding: 0px;

    background-color: #fff;

    border: 1px solid #cbd6e2;

    border-radius: .1875rem;

    box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);

    z-index: 95;

}



.main-menu>ul>li:hover .dropdown {

    visibility: visible;

    opacity: 1;

    left: 18px;

}



.main-menu>ul>li:hover .progmenu .dropdown {

    left: 0;

}



.dropdown>ul {

    padding: 10px 0;

    list-style: none;

}



.dropdown>ul>li {

    width: 100%;

}



.dropdown>ul>li:hover {

    background: #403def;

    color: #fff;

}



.dropdown>ul>li:hover a {

    color: #fff !important;

}



.dropdown>ul>li:before {

    display: none;

}



.dropdown>ul>li+li {}



.dropdown>ul>li>a {

    color: #070707 !important;

    font-size: 16px;

    text-decoration: none;

    padding: 8px 10px 8px 15px;

    display: block;

    padding-bottom: 8px !important;

    font-weight: 400 !important;

}



.dropdown>ul>li>a:hover {

    color: black;

    background: none;

}



.dropdown>ul>li>a:hover:before {

    display: none;

}



.double-drop {

    width: 400px !important;

}



.dropdown>ul>li>ul {

    display: none;

}



.dropdown>ul>li.level2:hover>ul {

    display: block;

}



.mheader.stickyheader {

    position: fixed;

    z-index: 9;

    min-height: auto;

    top: 0;

    width: 100%;

    background: #fff;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    box-shadow: 0px 10px 23px #0000000d;

}



.mheader.stickyheader .logo img {}



.mheader.stickyheader .mainbarr .boxednav .navigation .linkingchannel li a {

    color: #070707;

}



.mheader.stickyheader .mainbarr .boxednav .navigation .infochannel li .numbercta {

    color: #070707;

}



.nav-area-full.stickyhead {

    position: fixed;

    z-index: 9999;

    min-height: auto;

    top: 0;

    width: 100%;

    background: #fff;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    box-shadow: 0px 10px 23px #0000000d;

}



.sticky-container {

    padding: 0px;

    margin: 0px;

    position: fixed;

    right: -155px;

    top: 180px;

    width: 200px;

    display: none;

    z-index: 999;

}



.sticky li {

    border-radius: 5px;

    list-style-type: none;

    background-color: #333;

    color: #efefef;

    height: 45px;

    padding: 0px;

    margin: 0px 0px 0px 0px;

    -webkit-transition: all 0.25s ease-in-out;

    -moz-transition: all 0.25s ease-in-out;

    -o-transition: all 0.25s ease-in-out;

    transition: all 0.25s ease-in-out;

    cursor: pointer;

}



.sticky li:hover {

    margin-left: -115px;

}



.sticky li img {

    float: left;

    border-radius: 5px 0 0px 5px;

    margin: 0;

    margin-right: 10px;

}



.sticky li p {

    padding: 0px;

    margin: 0px;

    text-transform: capitalize;

    line-height: 45px;

    color: white;

}



.sticky li a {

    border-radius: 5px;

    color: white;

}



.slider-wrapper {

    background: #11151b;

    width: 100%;

    position: relative;

}



.home-banner {

    width: 100%;

    height: 760px;

    position: relative;

    background-image: url(../images/home-banner.jpg);

    background-position: top center;

    background-repeat: no-repeat;

    background-size: cover;

    display: table;

}

.development-banner .home-banner {

   height: 850px;

}

.home-banner:before {

    position: absolute;

    width: 100%;

    height: 100%;

    z-index: 8;

    content: "";

}



.home-banner-content {

    position: relative;

    z-index: 9;

}



.home-banner-content h1 {

    font-size: 64px;

    margin-bottom: 15px;

    font-weight: 400;

    color: #ffffff;

    position: relative;

    line-height: 1;

    text-transform: capitalize;

}



.home-banner-content h1:after {

    position: absolute;

    width: 10px;

    height: 10px;

    background: #ffffff;

    right: 0px;

    bottom: -5px;

    border-radius: 200px;

}



.home-banner-content h1 span {

    display: block;

    color: var(--primary-color);

}



.home-banner-content .subtitle {

    color: #ffffff;

    font-size: 24px;

    padding-top: 10px;

    line-height: 1.4;

    padding-bottom: 30px;

}

.wordpress-banner .home-banner-content h1 {

   font-size: 34px !important;

} 

.wordpress-banner .home-banner-content .subtitle {

   font-size: 22px !important;

}

.home-banner-content a.home-banner-link {

    margin: 0;

    font-size: 14px;

    line-height: 18px;

    font-weight: 400;

    text-transform: capitalize;

    padding: 10px 20px;

    background: var(--primary-color);

    color: white;

    position: relative;

    display: table;

    -moz-border-radius: 3px 3px 3px 3px;

    -webkit-border-radius: 3px 3px 3px 3px;

    border-radius: 3px 3px 3px 3px;

}



.home-banner-content a.home-banner-link:after {

    content: "\e93a";

    font-family: 'icomoon' !important;

    font-size: 13px;

    color: white;

    padding-left: 10px;

    display: table-cell;

    vertical-align: middle;

}



.home-banner-content a.home-banner-link:hover {

    background: var(--primary-color-dark);

}



.home-slider .slick-dots {

    position: absolute;

    bottom: 20px;

    right: 0px;

    left: 0px;

    display: block;

    padding: 0 15px;

    margin: 0 auto;

    border-radius: 3px;

    list-style: none;

    width: 1140px;

}



.home-slider .slick-dots li {

    position: relative;

    display: inline-block;

    margin: 0 6px 0 0;

    padding: 0;

    cursor: pointer;

}



.home-slider .slick-dots li button {

    font-size: 0;

    line-height: 0;

    display: block;

    width: 12px;

    height: 12px;

    padding: 0;

    cursor: pointer;

    color: transparent;

    outline: none;

    background: white;

    border: none;

    border-radius: 200px;

}



.home-slider .slick-dots li.slick-active button {

    background: var(--primary-color);

    border: none;

}



.home-slider .slick-prev,

.home-slider .slick-next {

    font-size: 0;

    line-height: 0;

    position: absolute;

    top: 50%;

    z-index: 100;

    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;

    border: none;

    outline: none;

    background: transparent;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

}



.home-slider .slick-prev {

    left: 15px;

}



.home-slider .slick-next {

    right: 15px;

}



.home-slider .slick-prev:before,

.home-slider .slick-next:before {

    font-family: 'icomoon' !important;

    color: white;

    font-size: 50px;

    line-height: 1;

}



.home-slider .slick-prev:before {

    content: '\e958';

}



.home-slider .slick-next:before {

    content: '\e957';

}



.home-slider .slick-prev:hover:before,

.home-slider .slick-next:hover:before {

    color: var(--primary-color);

}



.slider-progress {

    width: 100%;

    height: 5px;

    background: transparent;

    position: absolute;

    left: 0px;

    bottom: 0px;

}



.slider-progress .progress {

    width: 0%;

    height: 5px;

    background: var(--primary-color);

}



.banner-form {

    background: #fff;

    padding: 30px;

    position: relative;

    z-index: 9;

    margin: 60px 0;

}



.banform {}



.ban-form {}



.ban-form input {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #e5e5e5;

    background: white;

    padding: 10px 15px;

    color: gray;

    font-size: 14px;

    border-radius: 3px;

    height: 50px;

    font-weight: 400;

    outline: none !important;

    margin: 0 0 15px 0;

}



.banner-form .intl-tel-input {

    width: 100%;

}



.ban-form input[type="submit"] {

    color: #fff;

    font-weight: 600;

    background: #f38440;

    border-radius: 3px;

    padding: 10px 15px;

    margin: 20px 0 0;

    border: transparent;

}



.inner-banner {

    position: relative;

}



.inner-banner:before {

    position: absolute;

    width: 100%;

    height: 100%;

    background: #00000054;

    z-index: 0;

    content: "";

}



.inner-banner-content {}



.inner-banner-content h1 {

    font-size: var(--font-size-h1-inner-vmin);

    border-bottom: 1px solid #ffffff;

    padding-bottom: 15px;

    margin-bottom: 15px;

    font-weight: 700;

    color: #ffffff;

    position: relative;

    letter-spacing: -2px;

    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);

    line-height: 1.1;

    float: left;

}



.inner-banner-content h1:after {

    position: absolute;

    content: "";

    width: 10px;

    height: 10px;

    background: #ffffff;

    right: 0px;

    bottom: -5px;

    border-radius: 200px;

}



.inner-banner-content h1 span {

    color: var(--primary-color);

}



.inner-banner-content .subtitle {

    color: white;

    font-size: 16px;

}



.servicepg .inner-banner:before {

    display: none;

}



.slider-wrapper-number {

    width: 100%;

    margin-bottom: 20px;

    position: relative;

}



.number-banner {

    width: 100%;

    height: 438px;

    position: relative;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    display: table;

}



.number-banner-content {}



.number-banner-content h1 {

    font-size: var(--font-size-h1-home-vmin);

    border-bottom: 1px solid #ffffff;

    padding-bottom: 15px;

    margin-bottom: 15px;

    font-weight: 700;

    color: #ffffff;

    position: relative;

    letter-spacing: -2px;

    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);

    line-height: 1.1;

}



.number-banner-content h1:after {

    position: absolute;

    content: "";

    width: 10px;

    height: 10px;

    background: #ffffff;

    right: 0px;

    bottom: -5px;

    border-radius: 200px;

}



.number-banner-content h1 span {

    color: var(--primary-color);

}



.number-banner-content .subtitle {

    color: white;

    font-size: 16px;

}



.number-banner-content a.number-banner-link {

    margin: 0;

    font-size: 14px;

    line-height: 18px;

    font-weight: 400;

    text-transform: capitalize;

    padding: 10px 20px;

    background: var(--primary-color);

    color: white;

    position: relative;

    display: table;

    -moz-border-radius: 3px 3px 3px 3px;

    -webkit-border-radius: 3px 3px 3px 3px;

    border-radius: 3px 3px 3px 3px;

}



.number-banner-content a.number-banner-link:after {

    content: "\e93a";

    font-family: 'icomoon' !important;

    font-size: 13px;

    color: white;

    padding-left: 10px;

    display: table-cell;

    vertical-align: middle;

}



.number-banner-content a.number-banner-link:hover {

    background: var(--primary-color-dark);

}



.number-slider .slick-dots {

    position: absolute;

    bottom: 30px;

    right: 0px;

    left: 0px;

    display: block;

    padding: 0 15px;

    margin: 0 auto;

    border-radius: 3px;

    list-style: none;

    width: 1140px;

    text-align: left;

}



.number-slider .slick-dots li {

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    padding: 0;

    cursor: pointer;

}



.number-slider .slick-dots li a {

    line-height: 35px;

    display: block;

    width: 35px;

    height: 35px;

    padding: 0;

    cursor: pointer;

    color: var(--theme-white);

    outline: none;

    background-color: var(--secondary-color);

    border: none;

    border-radius: 200px;

    text-align: center;

    border: 1px solid var(--secondary-color-dark);

    transition: all 0.3s ease-in-out;

}



.number-slider .slick-dots li a:hover {

    color: var(--theme-white);

}



.number-slider .slick-dots li.slick-active a {

    background: var(--primary-color);

    color: #ffffff;

    border: 1px solid var(--primary-color);

}



.buttons-main {

    position: absolute;

    width: 100%;

    top: 50%;

    z-index: 100;

}



.prev-btn-main {

    position: absolute;

    left: -50px;

}



.next-btn-main {

    position: absolute;

    right: -50px;

}



.prev-btn,

.next-btn {

    width: 35px;

    height: 35px;

    background-color: var(--primary-color);

    border-radius: 100%;

    position: relative;

    display: inline-block;

    cursor: pointer;

    text-align: center;

}



.prev-btn:hover,

.next-btn:hover {

    background-color: var(--primary-color-dark);

}



.prev-btn:before,

.next-btn:before {

    font-family: 'icomoon' !important;

    color: white;

    font-size: 13px;

    line-height: 35px;

}



.prev-btn:before {

    content: "\e920";

}



.next-btn:before {

    content: "\e91f";

}



.testimonials-slider-main .slick-dots {

    position: absolute;

    bottom: 0px;

    right: 0px;

    left: 0px;

    padding: 0;

    margin: 0 auto;

    list-style: none;

}



.testimonials-slider-main .slick-dots li {

    position: relative;

    display: inline-block;

    margin: 0 3px 0 3px;

    padding: 0;

    cursor: pointer;

}



.testimonials-slider-main .slick-dots li button {

    line-height: 0;

    display: block;

    width: 11px;

    height: 11px;

    padding: 0;

    cursor: pointer;

    color: transparent;

    outline: none;

    background: url(../images/slick-dots.png) no-repeat 0 0;

    border: none;

}



.testimonials-slider-main .slick-dots li.slick-active button {

    border: none;

    background: url(../images/slick-dots.png) no-repeat top 0 left -11px;

}



.testimonials-slider-main .slick-prev,

.testimonials-slider-main .slick-next {

    line-height: 0;

    position: absolute;

    top: 50%;

    z-index: 100;

    display: block;

    width: 18px;

    height: 28px;

    padding: 0;

    cursor: pointer;

    color: transparent;

    border: none;

    outline: none;

    -webkit-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    transform: translate(0, -50%);

}



.testimonials-slider-main .slick-prev {

    left: -20px;

    background: url(../images/slick-arrows.png) no-repeat top 0 left 0;

}



.testimonials-slider-main .slick-next {

    right: -20px;

    background: url(../images/slick-arrows.png) no-repeat top 0 left -18px;

}



.tabs-custom-nav li a {

    color: black;

}



.tabs-custom-nav li a.current {

    color: #0076FB;

}



.tabs-custom .tab-content-panel {

    display: none;

    overflow: hidden;

    width: 100%;

}



.tabs-custom .tab-content-panel.selected {

    display: block;

}



.tab-custom-nav li a {

    color: black;

}



.tab-custom-nav li a.current {

    color: #0076FB;

}



.tab-custom .tab-content-panel {

    display: none;

    overflow: hidden;

    width: 100%;

}



.tab-custom .tab-content-panel.selected {

    overflow: visible;

    display: inline-block;

    width: 100%;

}



.tabs-main {

    display: inline-block;

    width: 100%;

    padding: 15px 0;

}



.tabs-main ul.tabs-nav {

    padding: 0px;

    width: 100%;

    float: left;

    margin: 0 0 -1px 0;

}



.tabs-main ul.tabs-nav li {

    list-style: none;

    float: left;

}



.tabs-main ul.tabs-nav li a {

    background: #003a7b;

    border: 1px solid #BCC5cB;

    border-bottom: 0px;

    color: white;

    padding: 7px 15px;

    display: block;

    text-decoration: none;

}



.tabs-main ul.tabs-nav li a.current {

    background: white;

    color: #003a7b;

}



.tabs-main .tab-content-panel {

    background: white;

    padding: 15px 30px 25px 30px;

    border: 1px solid #BCC5cB;

    display: none;

    overflow: hidden;

    width: 100%;

}



.points-boxes-area {

    background: #000000;

}



.points-boxes-area .col-lg-4 {

    border-right: 1px solid #292929;

}



.points-boxes-area .col-lg-4:nth-child(3) {

    border-right: 0px;

}



.points-box {

    padding: 30px 0 30px 80px;

    position: relative;

}



.points-box img {

    position: absolute;

    left: 0px;

    top: 30px;

}



.points-box h3 {

    color: white;

    font-size: 16px;

    font-weight: 600;

    margin: 0px;

    padding: 0 0 10px 0;

    text-transform: uppercase;

}



.points-box p {

    color: white;

    font-size: 13px;

    font-weight: 400;

    margin: 0px;

    padding: 0;

}



.accordion,

.accordion * {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



.accordion {

    overflow: hidden;

    background: none;

    margin-top: 50px;

}



.quest-title {

    font-size: 22px;

    font-weight: 500;

    color: #171717;

    margin-bottom: 0px;

    position: relative;

    width: 100%;

    line-height: 1.4;

    display: inline-block;

    transition: all linear 0.15s;

    text-decoration: none;

    padding-right: 40px;

}



.quest-title:before {

    position: absolute;

    content: "\e955";

    width: 20px;

    height: 20px;

    right: 15px;

    top: 0px;

    font-family: 'icomoon' !important;

    color: #1e1e1e;

    font-size: 20px;

}



.quest-title.active,

.quest-title:hover {

    color: #f38440;

    content: "\e91c";

}



.quest-title:after {

    width: 60px;

    height: 1px;

    left: -60px;

    bottom: -1px;

    background: #dbdbdb;

    position: absolute;

    content: "";

}



.quest-title.active:before {

    content: "\e956";

}



.quest-title:hover:before {}



.quest-content {

    padding: 15px 40px 15px 0;

    display: none;

    margin-bottom: 0px;

    float: left;

    width: 100%;

}



.quest-content p {

    line-height: 1.4;

    font-size: 18px;

    font-weight: 500;

    margin: 0px;

    color: #687087;

}



.form-box-main {

    background: #ffffff;

    padding: 30px 15px;

}



.form-box-main h2 {

    text-align: left;

    font-size: 36px;

    width: 100%;

    font-weight: 700;

    line-height: 1.2;

}



.form-box-main form {

    width: 80%;

    margin: 0 auto;

}



.form-box-main form .col-md-6,

.form-box-main form .col-md-12 {

    padding-bottom: 30px;

}



.form-box-main form label.field-txt {

    font-weight: 500;

    font-size: 18px;

    color: #5B6B7F;

    margin: 0 0 5px;

    width: 100%;

    display: block;

}



.form-box-main form label.field-txt span {

    color: #ec1d23;

}



.form-box-main form input[type="text"],

.form-box-main form input[type="email"],

.form-box-main form input[type="number"],

.form-box-main form input[type="tel"],

.form-box-main form textarea {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #B2B9C1;

    background: white;

    padding: 18px 15px;

    color: #000;

    font-size: 18px;

    font-weight: 400;

    height: 55px;

    border-radius: 5px;

}



.form-box-main form select {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #B2B9C1;

    background: white;

    padding: 12px 15px;

    color: #5B6B7F;

    font-size: 18px;

    font-weight: 400;

    border-radius: 5px;

}



.form-box-main form select[name="ddlMonth"],

.form-box-main form select[name="ddlDay"],

.form-box-main form select[name="ddlYear"] {

    float: left;

    width: 32.5%;

    margin: 0 1% 0 0;

}



.form-box-main form select[name="ddlYear"] {

    margin: 0;

}



.form-box-main form textarea {

    width: 100%;

    margin: 0;

    padding: 8px 12px;

    height: 100px;

}



.check-list {

    float: left;

}



.form-box-main form input[type=checkbox]:not(old),

.form-box-main form input[type=radio]:not(old) {

    width: 28px;

    margin: 0;

    padding: 0;

    opacity: 0;

    cursor: pointer;

}



.form-box-main form input[type=checkbox]:not(old)+label,

input[type=radio]:not(old)+label {

    display: inline-block;

    margin-left: -28px;

    padding-left: 28px;

    background: url('../images/checks.png') no-repeat 0 0;

    line-height: 24px;

    font-weight: 500;

    font-size: 14px;

    color: #5B6B7F;

}



.form-box-main form input[type=checkbox]:not(old):checked+label {

    background-position: 0 -24px;

}



.form-box-main form input[type=radio]:not(old):checked+label {

    background-position: 0 -48px;

}



.form-box-main form input[type="submit"] {

    display: inline-block;

    transform: translateY(0rem);

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    color: #fff;

    background: #f38440;

    border: 1px solid #f9653b;

    padding: 20px 60px;

    font-size: 18px;

    border-radius: 5px;

    cursor: pointer;

}



.form-box-main form input[type="submit"]:after {

    content: "\e93a";

    font-family: 'icomoon' !important;

    font-size: 13px;

    color: white;

    padding-left: 10px;

}



.form-box-main form input[type="submit"]:hover {

    display: inline-block;

    color: #fff;

    transform: translateY(-0.625rem);

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

}



.form-box-main form input::-webkit-input-placeholder {

    color: gray;

    opacity: 1 !important;

}



.form-box-main form input:-moz-placeholder {

    color: gray;

}



.form-box-main form input::-moz-placeholder {

    color: gray;

}



.form-box-main form input:-ms-input-placeholder {

    color: gray;

}



.form-box-main form textarea::-webkit-input-placeholder {

    color: gray;

    opacity: 1 !important;

}



.form-box-main form textarea:-moz-placeholder {

    color: gray;

}



.form-box-main form textarea::-moz-placeholder {

    color: gray;

}



.form-box-main form textarea:-ms-input-placeholder {

    color: gray;

}



.form-box-main form input:focus,

.form-box-main form textarea:focus,

.form-box-main form select:focus,

.form-box-main form option:focus,

.selected-flag {

    outline: none;

}



input[type="number"]::-webkit-outer-spin-button,

input[type="number"]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



input[type="number"] {

    -moz-appearance: textfield;

}



.form-box-main form .intl-tel-input {

    width: 100%;

}



.form-box-main form .intl-tel-input .country-list {

    width: 380px;

}



.form-box-main form .intl-tel-input .country-list .country {

    font-size: 13px;

}



.form-box-main form label.error,

label.error {

    color: red;

    font-style: italic;

    margin-bottom: 0px;

    display: none !important;

}



div.error {

    display: none;

}



input.checkbox {

    border: none

}



input.error {

    border: 1px solid red !important;

}



form.cmxform .gray * {

    color: gray;

}



@media only screen and (min-width: 768px) {



    h2,

    .h2 {

        font-size: var(--font-size-h2);

    }

}



@media only screen and (max-width: 1200px) {

    .home-slider .slick-dots {

        width: auto;

        text-align: center;

    }

}



@media only screen and (max-width: 1024px) {

    .home-banner {

        background-position: center left;

    }



    .testimonials-slider-main .slick-prev {

        left: 0px;

    }



    .testimonials-slider-main .slick-next {

        right: 0px;

    }

}



@media only screen and (max-width: 991px) {

    .logo {}

}



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

    .whatsapp {

        display: block;

    }



    .home-banner {

        height: 450px;

    }



    .inner-banner {

        height: 300px;

    }



    .sec-padding-100 {

        padding: 50px 0;

    }



    .sec-padding-90 {

        padding: 45px 0;

    }



    .sec-padding-80 {

        padding: 40px 0;

    }



    .sec-padding-70 {

        padding: 35px 0;

    }



    .sec-padding-60 {

        padding: 30px 0;

    }



    .sec-padding-xlarge {

        padding: 25px 0;

    }



    .sec-padding-large {

        padding: 20px 0;

    }



    .sec-padding-medium {

        padding: 15px 0;

    }



    .sec-padding-small {

        padding: 15px 0;

    }



    .sec-padding-xsmall {

        padding: 10px 0;

    }



    .sec-margin-100 {

        margin: 50px 0;

    }



    .sec-margin-90 {

        margin: 45px 0;

    }



    .sec-margin-80 {

        margin: 40px 0;

    }



    .sec-margin-70 {

        margin: 35px 0;

    }



    .sec-margin-60 {

        margin: 30px 0;

    }



    .sec-margin-xlarge {

        margin: 25px 0;

    }



    .sec-margin-large {

        margin: 20px 0;

    }



    .sec-margin-medium {

        margin: 15px 0;

    }



    .sec-margin-small {

        margin: 15px 0;

    }



    .sec-margin-xsmall {

        margin: 10px 0;

    }



    .sliderxs {

        padding-bottom: 30px;

    }



    .copyright {

        margin-top: 10px;

        text-align: left;

    }



    .footer-nav2 {

        float: none;

        margin-top: 0;

    }



    .disclaimer {

        text-align: center;

    }

}



.analyzeform {

    margin-top: 30px;

}



.analyzeform form label.error {

    display: none !important;

}



.analyzeform form input.error {

    border: 1px solid red !important;

}



.analyzeform form input[type="text"],

.analyzeform form input[type="email"],

.analyzeform form input[type="number"],

.analyzeform form input[type="tel"],

.analyzeform form textarea {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #e5e5e5;

    background: white;

    padding: 13px 15px;

    color: gray;

    font-size: 13px;

    height: 55px;

    font-weight: 400;

    outline: none !important;

}



.round {

    border-radius: 5px 0 0px 5px;

}



.analyzeform form .intl-tel-input {

    width: 100%;

}



.analyzeform form .intl-tel-input.separate-dial-code .selected-dial-code {

    padding-left: 14px;

}



.analyzeform form .dtf {

    float: left;

    width: 25%;

    margin-bottom: 10px;

}



.analyzeform form input[type="submit"] {

    border: none;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    color: #fff;

    font-weight: 700;

    cursor: pointer;

    font-size: 12px;

    text-transform: uppercase;

    padding: 18px 60px 19px;

    margin-left: -10px;

    text-align: left;

    letter-spacing: 1px;

    border-radius: 5px;

    font-family: var(--primary-font-family);

    background: #20CB98;

}



.analyzeform form .wrap {

    padding-left: 40px;

    text-align: center;

    width: 100%;

}



.analyzeform form .finput:focus {

    outline: none !important;

}



.pkbtn {

    margin-top: -28px;

    text-align: center;

    clear: both;

}



.btn-blue {

    color: #fff;

    background: #4a8cfc;

    padding: 14px 50px;

    font-size: 16px;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    font-weight: 700;

    display: inline-block;

    border-radius: 30px;

    border: 1px solid #fff;

}



.btn-blue:hover {

    transform: translateY(-3.925px);

    color: #fff;

}



.btn-green {

    color: #fff;

    background: #20CB98;

    padding: 14px 50px;

    font-size: 16px;

    font-weight: 700;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    display: inline-block;

    border-radius: 30px;

    border: 1px solid #fff;

}



.btn-green:hover {

    transform: translateY(-3.925px);

    color: #fff;

}



.btn-red {

    color: #fff;

    background: #f45948;

    padding: 14px 50px;

    font-size: 16px;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    font-weight: 700;

    display: inline-block;

    border-radius: 30px;

    border: 1px solid #fff;

}



.btn-red:hover {

    transform: translateY(-3.925px);

    color: #fff;

}



.bottom-form {

    padding: 100px 0;

}



.bottom-form .txtwrap {}



.bottom-form .txtwrap h2 {

    font-size: 36px;

    font-weight: 700;

    line-height: 1.2;

}



.bottom-form .txtwrap figure {

    margin: 20px 0 30px;

}



.bottom-form .txtwrap figure img {}



.bottom-form .txtwrap p {

    font-size: 20px;

    line-height: 1.4;

    padding-bottom: 0;

}



.bot-form {}



.bot-form form label.error {

    display: none !important;

}



.bot-form form input.error {

    border: 1px solid red !important;

}



.bot-form form select,

.bot-form form input[type="text"],

.bot-form form input[type="email"],

.bot-form form input[type="number"],

.bot-form form input[type="tel"],

.bot-form form textarea {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #c6c6c6;

    background: transparent;

    padding: 10px 15px;

    color: white;

    font-size: 14px;

    border-radius: 30px;

    height: 60px;

    font-weight: 400;

    outline: none !important;

}

.bot-form form select option {

   color: #000;

}

.bot-form form .intl-tel-input {

    width: 100%;

}



.bot-form form .intl-tel-input.separate-dial-code .selected-dial-code {

    padding-left: 27px;

}



.bot-form form .fldset {

    margin-bottom: 20px;

}



.bot-form form input[type="submit"] {

    padding: 14px 60px;

    outline: none;

}



.bot-form form textarea {

    width: 100%;

    margin: 0;

    padding: 20px 20px;

    height: 120px;

    resize: none;

}



.bot-form form .finput:focus {

    outline: none !important;

}



.flogo {

    padding: 30px 0 10px;

}



.btn-main {

    color: #fff !important;

    font-weight: 600;

    text-transform: capitalize;

    background: #f38440;

    border-radius: 3px;

    padding: 10px 15px;

}



.btn-main:hover {

    color: #fff !important;

    background: #f38440;

}



.mheader {

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    position: absolute;

    width: 100%;

    top: 0;

}



.mheader .topbarr {

    background: #2c214a;

    padding: 12px 0;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    max-height: 11.111111rem;

    transition: max-height 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);

    overflow: hidden;

    will-change: max-height;

}



.mheader .topbarr .offerbar {

    text-align: center;

}



.mheader .topbarr .offerbar h4 {

    padding-bottom: 0;

    color: #fff;

    line-height: 1;

    font-size: 16px;

}



.mheader .topbarr .offerbar h4 span {

    font-weight: 900;

    font-size: 20px;

}



.mheader .mainbarr {

    background: #fff;

    position: relative;

    z-index: 99;

}



.mheader .mainbarr .boxednav {padding: 14px 0px;}



.mheader .mainbarr .boxednav .logo {

    width: 132px;

    display: inline-block;

    vertical-align: middle;

}



.mheader .mainbarr .boxednav .logo a {}



.mheader .mainbarr .boxednav .logo a img {

    width: 135%;

}



.mheader .mainbarr .boxednav .navigation {

    display: inline-block;

    width: calc(100% - 132px);

    vertical-align: middle;

    padding-left: 80px;

    font-size: 0;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel {

    display: inline-block;

    margin-bottom: 0;

    width: 63%;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel li {display: inline-block;padding: 0px 10px;}



.mheader .mainbarr .boxednav .navigation .linkingchannel li a {

    font-size: 16px;

    color: #000;

    font-weight: 700;

}



.mheader .mainbarr .boxednav .navigation .infochannel {

    width: 37%;

    text-align: right;

    display: inline-block;

    margin-bottom: 0;

}



.mheader .mainbarr .boxednav .navigation .infochannel li {

    display: inline-block;

}



.mheader .mainbarr .boxednav .navigation .infochannel li .numbercta {

    font-size: 16px;

    color: #000;

    font-weight: 700;

    position: relative;

    padding-left: 25px;

    padding-right: 20px;

}



.mheader .mainbarr .boxednav .navigation .infochannel li .numbercta span {

    margin-right: 10px;

    position: absolute;

    left: 0;

    top: 2px;

    color: #403def;

}



.mheader .mainbarr .boxednav .navigation .infochannel li a {}



.btn-primary-outline {

    background-color: #fff;

    color: #403def;

    font-size: 16px;

    border: 1px solid #403def;

    padding: 10px 25px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

}



.btn-primary-outline:hover {

    background: #403def;

    color: #fff;

}



.btn-primary-outline:active {}



.btn-primary {

    background-color: #403def;

    color: #fff;

    font-size: 16px;

    border: 1px solid #403def;

    padding: 14px 30px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

}



.btn-primary:hover {

    background-color: #fff;

    color: #403def;

    font-size: 16px;

    border: 1px solid #403def;

}



.btn-primary:active {

    background-color: #fff;

    color: #403def;

    font-size: 16px;

    border: 1px solid #403def;

}



.container-custom {max-width: 1480px;margin: auto;padding: 0 15px;}



.btn-wrap {}



.btn-wrap a {

    margin-right: 10px;

}



.btn-secondary {

    background-color: #070707;

    color: #fff;

    font-size: 16px;

    border: 1px solid #070707;

    padding: 14px 25px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

    cursor: pointer;

}



.btn-secondary:hover {

    background-color: #fff;

    color: #070707;

    font-size: 16px;

    border: 1px solid #070707;

}



.btn-secondary:active {

    background-color: #fff;

    color: #070707;

    font-size: 16px;

    border: 1px solid #070707;

}



.btn-secondary-outline {

    background-color: #fff;

    color: #070707;

    font-size: 16px;

    border: 1px solid #070707;

    padding: 14px 30px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

}



.btn-secondary-outline:hover {

    background-color: #070707;

    color: #fff;

    font-size: 16px;

    border: 1px solid #070707;

}



.btn-secondary-outline:active {

    background-color: #070707;

    color: #fff;

    font-size: 16px;

    border: 1px solid #070707;

}



.bottomSec {

    position: absolute;

    top: 690px;

    left: 0;

    width: 100%;

    border-top: solid 1px #ffffff38;

    z-index: 1;

    padding: 15px 0;

}

.development-banner .bottomSec {

   top: 760px;

}

.bottomSec h5 {

    color: #fff;

    font-size: 14px;

    padding: 10px 0 0;

    margin: 0;

}



.bottomSec ul {

    margin: 0;

}



.bottomSec ul li {}



.bottomSec ul li img {

    max-width: 80%;

}



.mservices {

    background: #ffffff;

    padding: 80px 0;

    font-size: 0;

}



.mservices .mainfigure {

    margin-bottom: 0;

}



.mservices .mainfigure img {

    float: right;

    width: 100%;

}



.mservices .textwrap {}



.mservices .textwrap .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.mservices .textwrap h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.mservices .textwrap p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.mservices .box {

    cursor: pointer;

    font-size: 0;

    padding: 0 40px 0 0;

}



.mservices .box figure {

    display: inline-block;

    vertical-align: top;

    width: 8%;

    margin-bottom: 0;

    padding-top: 3px;

}



.mservices .box figure img {}



.mservices .box .txt {

    padding-left: 20px;

    display: inline-block;

    vertical-align: top;

    width: 92%;

}



.mservices .box .txt h3 {

    color: #070707;

    font-size: 25px;

}



.mservices .box.fixwidth {

    width: 33.33%;

    display: inline-block;

    margin-top: 40px;

}



.mservices .box .txt p {

    font-size: 16px;

}



.solutionssec {

    padding: 80px 0;

    font-size: 0;

    background-position: -24px 150px;

    background-repeat: no-repeat;

    background-size: 55%;

}



.solutionssec .mainfigure {

    margin-bottom: 0;

}



.solutionssec .mainfigure img {

    float: right;

    width: 600px;

    margin-right: 140px;

    margin-top: -27px;

}



.solutionssec .textwrap {}



.solutionssec .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.solutionssec .textwrap .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.solutionssec .textwrap h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.solutionssec .textwrap p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.solutionssec .textwrap .solutionslist {

    display: inline-block;

    margin-bottom: 40px;

}



.solutionssec .textwrap .solutionslist li {

    font-size: 16px;

    display: inline-block;

    width: 100%;

    padding-left: 20px;

    padding-bottom: 10px;

    color: #070707;

    position: relative;

}



.solutionssec .textwrap .solutionslist li:before {

    content: "\e957";

    font-family: 'icomoon' !important;

    color: #403def;

    position: absolute;

    left: 0px;

}



.testimonialsss {

    padding: 80px 0;

}



.testimonialsss .testslider {}



.testimonialsss .testslider .item {

    text-align: center;

    padding: 0 120px;

}



.testimonialsss .testslider .item figure {

    margin-bottom: 30px;

}



.testimonialsss .testslider .item figure img {

    border-radius: 50%;

    width: 70px;

    border: 2px solid #403def;

    margin: 0 auto;

}



.testimonialsss .testslider .item blockquote {

    text-align: center;

    color: #070707;

    position: relative;

    font-size: 26px;

    line-height: 1.6;

    margin-bottom: 40px;

}



.testimonialsss .testslider .item blockquote:before {

    content: "";

    background: url(../images/quotes.svg);

    width: 238px;

    height: 180px;

    left: 0;

    right: 0;

    top: 0;

    margin: auto;

    position: absolute;

}



.testimonialsss .testslider .item .info {}



.testimonialsss .testslider .item .info h3 {

    font-size: 22px;

}



.testimonialsss .testslider .item .info h3 span {

    display: block;

    font-size: 14px;

    color: #5C5856;

    margin-top: 8px;

}



.portfolioo {

    background-position: top center;

    background-color: #8c78fd;

    padding: 80px 0;

    width: 100%;

    background-size: cover;

}



.innerpage .portfolioo {

    padding: 0px 0 0;

}



.portfolioo .imgwrp {}



.portfolioo .imgwrp img {

    width: 80%;

}



.portfolioo .textwrap {}



.portfolioo .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.portfolioo .textwrap .subheading {

    color: #ffffff;

    padding: 8px 20px;

    background-color: rgba(255, 255, 255, 0.3);

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.portfolioo .textwrap h2 {

    color: #ffffff;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.portfolioo .textwrap p {

    color: #ffffff;

    font-size: 18px;

    padding-bottom: 40px;

}



.portfolioo .bigport {

    text-align: center;

}



.portfolioo .bigport .item {}



.portfolioo .bigport .item .mainfigure {

    margin-bottom: 0;

}



.portfolioo .bigport .item .mainfigure img {

    width: 330px;

}



.portfolioboxes {

    background: #f6f6f8;

    padding: 80px 0;

}



.portfolioboxes .portwrappp {

    text-align: center;

}



.portfolioboxes .portwrappp .mportt {

    display: inline-block;

    width: 100%;

    font-size: 0;

}



.portfolioboxes .portwrappp .mportt li {

    width: 33.33%;

    display: inline-block;

    padding: 10px;

}



.portfolioboxes .portwrappp .mportt li a {

    position: relative;

    overflow: hidden;

    display: inline-block;

}



.portfolioboxes .portwrappp .mportt li a:hover:before {

    border-width: 5px;

    transition: all .2s ease-in-out;

}



.portfolioboxes .portwrappp .mportt li a:before {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    border: 0 solid #fff;

    transition: all .2s ease-in-out;

}



.portfolioboxes .portwrappp .mportt li a figure {

    margin-bottom: 0;

}



.portfolioboxes .portwrappp .mportt li a figure img {

    width: 100%;

}



.dmca {}



.dmca img {

    width: 45%;

}



. .portfolioboxes .portwrappp .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.portfolioboxes .portwrappp h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.portfolioboxes .portwrappp p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.portfolioboxes .portwrappp .btn-wrap {

    margin-top: 20px;

}



.portfolioboxes .tab-custom {}



.portfolioboxes .tab-custom .tabbing-links {

    margin-bottom: 40px;

}



.portfolioboxes .tab-custom .tabbing-links li {

    color: #000;

    font-size: 16px;

    padding: 12px 20px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

    margin: 0 5px;

    cursor: pointer;

    transition: all .2s ease-in-out;

}



.portfolioboxes .tab-custom .tabbing-links li.current {

    transition: all .2s ease-in-out;

    background-color: #403def;

    color: #fff;

}



.portfolioboxes .tab-custom .tabbing-links li:hover {

    background-color: #403def;

    color: #fff;

    transition: all .2s ease-in-out;

}



.portfolioboxes .tab-custom .tabs {

    display: none;

}



.portfolioboxes .tab-custom .tabs.current {

    display: inline-block;

}



.packagesmain {

    padding: 80px 0;

    text-align: center;

    background: #f6f6f8;

}



.packagesmain .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.packagesmain h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.packagesmain p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.packagesmain .packk {

    display: inline-block;

    width: 100%;

}



.packagesmain .packk .packlliist {

    display: inline-block;

    width: 100%;

}



.packagesmain .packk .packlliist .mypack {

    padding: 70px 50px;

    background: #fff;

    width: 31%;

    margin: 0 13px;

    display: inline-block;

    vertical-align: top;

    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06);

    margin-top: 40px;

}



.packagesmain .packk .packlliist .mypack.popular {

    position: relative;

}



.packagesmain .packk .packlliist .mypack.popular:before {

    content: "Popular";

    position: absolute;

    left: 0;

    right: 0;

    top:-15px;

    background-color: #403def;

    margin: 0 auto;

    color: #fff;

    font-size: 18px;

    border-radius: 30px;

    display: inline-block;

    padding: 4px 10px;

    width: 36%;

}



.packagesmain .packk .packlliist .mypack .pkhead {

    padding-bottom: 25px;

}



.packagesmain .packk .packlliist .mypack:nth-child(even) {

    background-color: #28304A;

}



.packagesmain .packk .packlliist .mypack:nth-child(even) .pkhead h3 {

    color: #fff;

}



.packagesmain .packk .packlliist .mypack:nth-child(even) .pkhead h2 {

    color: #fff;

}



.packagesmain .packk .packlliist .mypack:nth-child(even) .bdy .listscroll li {

    color: #fff;

}



.packagesmain .packk .packlliist .mypack:nth-child(even) .pkhead p {

    color: #fff;

}



.packagesmain .packk .tab-custom {}



.packagesmain .packk .tab-custom .tabbing-links {

    margin-bottom: 20px;

}



.packagesmain .packk .tab-custom .tabbing-links li {

    color: #000;

    font-size: 16px;

    padding: 12px 20px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

    margin: 0 3px;

    cursor: pointer;

    transition: all .2s ease-in-out;

}



.packagesmain .packk .tab-custom .tabbing-links li.current {

    transition: all .2s ease-in-out;

    background-color: #403def;

    color: #fff;

}



.packagesmain .packk .tab-custom .tabbing-links li:hover {

    background-color: #403def;

    color: #fff;

    transition: all .2s ease-in-out;

}



.packagesmain .packk .tab-custom .tabs {

    display: none;

}



.packagesmain .packk .tab-custom .tabs.current {

    display: inline-block;

}



.packagesmain .packk .packlliist .mypack .pkhead h3 {

    font-size: 21px;

    font-weight: 600;

    color: #070707;

    line-height: 1;

    padding-bottom: 20px;

}



.packagesmain .packk .packlliist .mypack .pkhead h2 {

    color: #070707;

    font-size: 48px;

    font-weight: 500;

    padding-bottom: 10px;

}



.packagesmain .packk .packlliist .mypack .pkhead p {

    color: #a6b0ba;

    font-size: 16px;

    padding-bottom: 0;

    display: none;

}



.packagesmain .packk .packlliist .mypack .bdy {

    text-align: left;

}



.packagesmain .packk .packlliist .mypack .bdy .listscroll {

    height: 200px;

}



.packagesmain .packk .packlliist .mypack .bdy .listscroll li {

    color: #5C5856;

    font-size: 16px;

    padding: 0 0px 15px 30px;

    position: relative;

    line-height: 1.2;

}



.packagesmain .packk .packlliist .mypack .bdy .listscroll li:before {

    content: "\e91a";

    font-family: 'icomoon' !important;

    color: #403def;

    position: absolute;

    left: 0;

    top: 0;

}



.packagesmain .packk .packlliist .mypack .ftter {

    margin-top: 30px;

}



.packagesmain .packk .packlliist .mypack .ftter a {

    padding: 14px 60px;

}



.packagesmain .packk .packlliist .mypack .ftter .viewdetails {

    color: #a6b0ba;

    text-align: center;

    display: none;

    font-size: 14px;

    font-weight: 400;

    margin-top: 10px;

    padding: 0;

}



.packagesmain .packk .packlliist .mypack .ftter .viewdetails span {

    font-size: 16px;

    margin-right: 10px;

}



.mcta {

    padding: 80px 0;

    text-align: left;

    background: #2c214a;

    background-image: url(../images/cta.png);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

}



.mcta .subheading {

    color: #ffffff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.mcta h2 {

    color: #ffffff;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.mcta p {

    color: #ffffff;

    font-size: 18px;

    padding-bottom: 40px;

}



.mcta ul {

   margin-left: 35px;

   margin-bottom: 25px;

}

.mcta ul li {

   color: #ffffff;

   font-size: 16px;

   padding-bottom: 15px;

   list-style: disc;

}

.mservices .mainfigure {

    background: url(../images/logo-second.png);

    width: 745px;

    height: 594px;

    background-size: cover;

    background-repeat: no-repeat;

}



.mservices .mainfigure.logoimg {

    background: url(../images/logo-second.png);

}



.mservices .mainfigure.webimg {

    background: url(../images/website-second.png);

}



.mservices .mainfigure.videoimg {

    background: url(../images/animation-second.png);

}



.mservices .mainfigure.mobimg {

    background: url(../images/mobile-second.png);

}



.footer-top {}



.footer-top h3 {

    color: #fff;

    font-size: 22px;

    line-height: 1;

    padding-bottom: 10px;

}



.footer-top .linkinglist {

    display: inline-block;

    margin-bottom: 0;

}



.footer-top .linkinglist li {

    padding: 5px 0;

}



.footer-top .linkinglist li a {

    color: #cbd6e2;

    font-size: 15px;

}



.footer-top .socialmid {

    border-bottom: 1px solid #171717;

    margin: 0px auto 0;

    padding-bottom: 30px;

    width: 100%;

}



.footer-bottom .fologo {

    width: 130px;

}



.footer-bottom .fologo img {

    width: 100%;

}



.footer-main {

    background: #070707;

}



.footer-top {

    padding: 60px 0 0;

}



.footer-top h4 {

    color: white;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    margin: 10px 0;

    padding: 0px;

    position: relative;

}



.address-main {}



.address-main ul {

    width: 100%;

    display: inline-block;

    margin: 10px 0;

}



.address-main ul li {

    display: inline-block;

    line-height: 28px;

    font-size: 14px;

    padding: 0 0 8px 18px;

    position: relative;

    color: white;

}



.address-main ul li a {

    color: white;

}



.address-main ul li a:hover {

    color: #c2c2c2;

}



.address-main ul li span {

    position: absolute;

    left: 0;

    top: 5px;

    color: var(--primary-color);

    font-size: 15px;

}



.ftr-social {

    text-align: left;

    display: table;

    margin-bottom: 0;

}



.ftr-social li {

    float: left;

    margin: 0 15px 0 0;

    position: relative;

    text-align: center;

}



.ftr-social li a {

    display: block;

    padding: 0;

    text-align: center;

}



.ftr-social li a span {

    color: #cbd6e2;

    font-size: 14px;

    margin: 0;

}



.ftr-social li a:hover span {

    color: #fff !important;

}



.ftr-social li a:hover span.icon-facebook {

    color: #3b5998;

}



.ftr-social li a:hover span.icon-twitter {

    color: #1da1f2;

}



.ftr-social li a:hover span.icon-google-plus {

    color: #dd5044;

}



.ftr-social li a:hover span.icon-linkedin {

    color: #007bb6;

}



.ftr-social li a:hover span.icon-youtube-play {

    color: #c4302b;

}



.ftr-social li a:hover span.icon-pinterest-p {

    color: #C92228;

}



.ftr-social li a:hover span.icon-instagram {

    color: #fb3958;

}



.ftr-social li a:hover span.icon-vimeo {

    color: #4EBBFF;

}



.ftr-social li a:hover span.icon-medium {

    color: #347235;

}



.main-thankyou-sec {

    padding: 100px 0;

}



.thankyou-inner {

    position: relative;

    z-index: 9;

}



.main-thankyou-sec img {

    width: 100px;

    padding: 0 0 10px 0;

    display: inline-block;

}



.main-thankyou-sec h1 {

    color: #141315;

    font-size: 56px;

    margin-bottom: 15px;

    font-weight: 600;

}



.main-thankyou-sec p.subtitle {

    color: #676767;

    line-height: 1.4;

    font-size: 22px;

    font-weight: 500;

    padding: 5px 0 30px 0;

}



.main-thankyou-sec a.btn-main {

    font-size: 20px;

    padding: 15px 30px;

}



.thankyoupg .mheader .mainbarr {

    position: relative;

    z-index: 99;

}



#notfound {

    position: relative;

    padding: 100px 0;

    height: 600px;

    margin: 20px 0 0 0;

}



#notfound .notfound {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}



.notfound {

    max-width: 545px;

    width: 100%;

    text-align: center;

    line-height: 1.4;

}



.notfound .notfound-404 {

    height: 190px;

}



.notfound .notfound-404 h1 {

    font-size: 146px;

    font-weight: 700;

    margin: 0px;

    color: #141315;

}



.notfound .notfound-404 h1>span {

    display: inline-block;

    width: 120px;

    height: 120px;

    background-image: url(../images/emoji.png);

    background-size: cover;

    -webkit-transform: scale(1.4);

    -ms-transform: scale(1.4);

    transform: scale(1.4);

    z-index: -1;

}



.notfound h2 {

    font-size: 36px;

    font-weight: 700;

    margin: 0;

    text-transform: uppercase;

    color: #141315;

}



.notfound p {

    color: #676767;

    line-height: 1.4;

    font-size: 22px;

    font-weight: 500;

    padding: 5px 0px 30px 0;

}



.flex.belief-illustration-wrapper img {

    width: 100px;

}



.notfound a.btn-main {

    font-size: 20px;

    padding: 15px 30px;

}



.notfoundpage .mheader .mainbarr {

    background: #d6d6d6;

    position: relative;

    z-index: 99;

}



.floatbutton.active {

    right: 0;

    z-index: 9;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

}



.floatbutton {

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    position: fixed;

    right: -370px;

    top: 18%;

    font-size: 0;

    width: 420px;

    z-index: 999;

}



.floatbutton .clickbutton {

    width: 50px;

    z-index: 999;

    height: 200px;

    cursor: pointer;

    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);

    border-radius: 3px 0px 0px 3px;

    border-radius: 30px 0px 0px 30px;

    display: inline-block;

    padding-top: 0;

    vertical-align: top;

    margin-top: 125px;

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    position: relative;

    text-transform: uppercase;

    background-color: #403def;

    box-shadow: 0px 0px 40px #00000026;

    -webkit-box-shadow: 0px 0px 40px #00000026;

    -ms-box-shadow: 0px 0px 40px #00000026;

    -o-box-shadow: 0px 0px 40px #00000026;

}



.floatbutton .clickbutton .crossplus:before {

    content: "";

    display: none;

    position: absolute;

    width: 20px;

    height: 2px;

    right: 0;

    background: #fbb334;

    z-index: 99;

    top: 0;

    left: 0;

    bottom: 0;

    margin: auto;

}



.floatbutton .clickbutton .crossplus:after {

    content: "";

    display: none;

    position: absolute;

    width: 2px;

    height: 20px;

    right: 0;

    background: #fab334;

    z-index: 99;

    top: 0;

    left: 0;

    bottom: 0;

    margin: auto;

}



.floatbutton .clickbutton .crossplus {

    position: absolute;

    display: block;

    transform: rotate(-90deg);

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    left: -50px;

    white-space: pre;

    bottom: 87px;

}



.floatbutton .clickbutton .crossplus.rotate {

    transform: rotate(45deg);

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

}



.floatbutton .clickbutton .crossplus i {

    font-size: 18px;

    color: #ffffff;

    margin: 17px 0 0 15px;

}



.banner-form {

    background: #fff;

    padding: 30px;

    position: relative;

    z-index: 99999 !important;

    border-radius: 5px;

    margin: 0;

    width: 370px;

    display: inline-block;

    box-shadow: 0px 0px 30px #0000001f;

}



.ban-form input {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #e5e5e5;

    background: white;

    padding: 10px 15px;

    color: gray;

    font-size: 14px;

    border-radius: 3px;

    height: 50px;

    font-weight: 400;

    outline: none !important;

    margin: 0 0 15px 0;

}



.banner-form .intl-tel-input {

    width: 100%;

}



.banner-form h3 {

    color: #141315;

    font-size: 24px;

    margin-bottom: 5px;

    font-weight: 700;

}



.banner-form h3 strong {

    font: 24px/24px "Poppins", sans-serif;

    font-weight: 600;

}



.ban-form input[type="submit"] {

    color: #fff;

    font-weight: 600;

    border-radius: 3px;

    text-align: center;

    padding: 10px 15px;

    margin: 20px 0 0;

    border: transparent;

    cursor: pointer;

    background-color: #403def;

}



.ban-form textarea {

    width: 100%;

    border: 1px solid #e5e5e5;

    background: white;

    padding: 10px 15px;

    color: gray;

    font-size: 14px;

    border-radius: 3px;

    font-weight: 400;

    height: 120px;

    outline: none !important;

    margin: 15px 0 0px 0;

    resize: none;

}



.btns_wrap {

    position: fixed;

    right: -6px;

}



.btns_wrap a:hover {

    text-decoration: none !important;

    right: 0px;

}



.btns_wrap .call_wrap {

    width: 280px;

    background-color: #403def;

    position: absolute;

    right: -225px;

    top: 63px;

    border-radius: 3px 0px 0px 3px;

    overflow: hidden;

    box-shadow: 0px 0px 40px #00000026 !important;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    z-index: 9999;

    border-radius: 30px 0px 0px 30px;

}



.btns_wrap .call_wrap span {

    color: #fff;

    font-size: 20px;

    vertical-align: middle;

    padding: 15px 20px 15px 15px;

}



.btns_wrap .chat_wrap {

    display: block;

    position: absolute;

    right: -225px;

    width: 280px;

    background-color: #403def;

    top: 0;

    border-radius: 0px;

    overflow: hidden;

    box-shadow: 0px 0px 40px #00000026 !important;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

    border-radius: 30px 0px 0px 30px;

    z-index: 9999;

}



.btns_wrap .chat_wrap span.icoo,

.btns_wrap .call_wrap span.icoo {

    color: #fff;

    font-size: 18px;

    padding: 15px 20px;

    border-right: 1px solid #ded9d9;

    vertical-align: middle;

    display: inline-block;

    border-radius: 10px 0px 0px 10px;

}



.btns_wrap .chat_wrap span {

    color: #fff;

    font-size: 15px;

    vertical-align: middle;

    padding: 15px 30px 15px 15px;

}



.ban-form .fldset.inpchecbx label {

    display: inline-block;

    margin: 0;

    line-height: 1.4;

    color: #676767;

    font-size: 13px;

}



.ban-form .fldset.inpchecbx input {

    display: inline-block;

    width: auto;

    height: auto;

    margin: 0;

}



.fldset.inpchecbx {

    margin: 10px 0 0 0;

}



.fldset p {

    font-size: 13px;

    color: #676767;

    padding: 0;

    margin: 10px 0 0 0;

}



.fldset p a {

    display: block;

    padding: 5px 0px 0 0;

    color: #141315;

    font-weight: 500;

    font-size: 14px;

}



.main-services-banner-sec .ban-form .fldset textarea {

    height: 60px;

}



.main-services-banner-sec .ban-form input {

    height: 40px

}



.intl-tel-input .country-list .country {

    font-size: 14px;

}



.ftr-social2 {

    display: inline-block;

    margin: 10px 0;

    width: 100%;

}



.ftr-social2 li {

    float: left;

    margin: 0 10px 0 0;

    position: relative;

    text-align: center;

}



.ftr-social2 li a {

    display: block;

    padding: 0;

    text-align: center;

}



.ftr-social2 li a span {

    background: #3b5998;

    width: 30px;

    height: 30px;

    line-height: 30px;

    border-radius: 50%;

    color: white;

    font-size: 15px;

    margin: 0;

    display: block;

}



.ftr-social2 li a:hover span {

    color: white;

}



.ftr-social2 li a span.icon-facebook {

    background: #3b5998;

}



.ftr-social2 li a span.icon-twitter {

    background: #1da1f2;

}



.ftr-social2 li a span.icon-google-plus {

    background: #dd5044;

}



.ftr-social2 li a span.icon-linkedin {

    background: #007bb6;

}



.ftr-social2 li a span.icon-youtube-play {

    background: #c4302b;

}



.ftr-social3 {

    display: inline-block;

    margin: 10px 0;

    width: 100%;

}



.ftr-social3 li {

    float: left;

    margin: 0 15px 0 0;

    position: relative;

    text-align: center;

}



.ftr-social3 li a {

    display: block;

    padding: 0;

    text-align: center;

}



.ftr-social3 li a span {

    color: white;

    font-size: 25px;

    margin: 0;

}



.ftr-social3 li a:hover span {

    color: lightgray;

}



.footer-nav {

    text-align: right;

    list-style-type: none;

    margin: 12px 0 20px;

    width: 100%;

    display: inline-block;

}



.footer-nav li {

    margin-right: 20px;

    position: relative;

    display: inline-block;

}



.footer-nav li:before {

    position: absolute;

    font-family: 'icomoon' !important;

    left: 0px;

    top: 3px;

    font-size: 13px;

    color: var(--primary-color);

}



.footer-nav li a {

    font-size: 12px;

    font-weight: 400;

    color: white;

}



.footer-nav li a:hover {

    color: #c2c2c2;

}



.subscribe-main {

    margin: 30px 15px 10px;

    width: 100%;

    float: right;

    text-align: right;

    display: inline-block;

}



.subscribe-main input[type='text'] {

    background: white;

    border: 0;

    border-radius: 5px 0 0 5px;

    color: #9d9d9d;

    padding: 10px;

    font-size: 14px;

    font-weight: 300;

    float: left;

    height: 30px;

    line-height: 30px;

    width: 65%;

}



.subscribe-main input[type='submit'] {

    background: #20CB98;

    border: 0px;

    color: white;

    border-radius: 0px 5px 5px 0;

    padding: 0;

    font-size: 14px;

    font-weight: bold;

    text-transform: capitalize;

    cursor: pointer;

    float: left;

    height: 30px;

    width: 35%;

}



.subscribe-main input[type='submit']:hover {

    background: #23bb8f;

}



.subscribe-main input::-webkit-input-placeholder {

    color: #9d9d9d;

    opacity: 1 !important;

}



.subscribe-main input:-moz-placeholder {

    color: #9d9d9d;

}



.subscribe-main input::-moz-placeholder {

    color: #9d9d9d;

}



.subscribe-main input:-ms-input-placeholder {

    color: #9d9d9d;

}



.footer-bottom {

    background: #070707;

    padding: 30px 0;

}



.footer-nav2 {

    list-style-type: none;

    ;

    margin: 10px 0 10px 0;

    float: right;

}



.footer-nav2 li {

    float: left;

    padding: 0 12px;

    position: relative;

}



.footer-nav2 li:first-child {

    padding-left: 0px;

}



.footer-nav2 li:before {

    position: absolute;

    content: "";

    width: 1px;

    height: 13px;

    background: white;

    left: 0px;

    top: 30%;

}



.footer-nav2 li:first-child:before {

    display: none;

}



.footer-nav2 li a {

    font-size: 13px;

    font-weight: 400;

    color: #cbd6e2;

}



.footer-nav2 li a:hover {

    color: #fff;

}



.copyright {

    padding: 10px 0 0px 0;

    margin: 0px;

    font-size: 12px;

    color: #cbd6e2;

}



.copyright span {

    color: #cbd6e2;

}



.disclaimer-area {

    background: black;

    padding: 10px 0;

}



.disclaimer {

    font-size: 11px;

    font-weight: 400;

    color: white;

    line-height: 18px;

    margin: 0;

    padding: 10px 0;

}



.disclaimer strong {

    color: var(--primary-color);

    font-weight: 500;

}



.queryform {

    background-color: #403def;

    padding: 80px 0;

}



.queryform.innerfrom {

    text-align: center;

}



.queryform.innerfrom .bot-form {

    margin: 0 auto;

    width: 75%;

}



.queryform.innerfrom {

    background-color: transparent;

    padding: 80px 0;

}



.queryform.innerfrom .textwrap .subheading {

    color: #fff;

    background-color: #403def;

}



.queryform.innerfrom .textwrap h2 {

    color: #070707;

}



.queryform.innerfrom .textwrap p {

    color: #070707;

}



.queryform.innerfrom .bot-form input::placeholder {

    color: #070707;

    opacity: 1;

}



.queryform.innerfrom .bot-form form select,

.bot-form form input[type="text"],

.bot-form form input[type="email"],

.bot-form form input[type="number"],

.bot-form form input[type="tel"],

.bot-form form textarea {

    color: #070707;

}



.queryform.innerfrom .bot-form form select {

    color: #070707;

}



.queryform.innerfrom .bot-form form textarea {

    color: #070707;

}



.queryform.innerfrom .bot-form form textarea::placeholder {

    color: #070707;

    opacity: 1;

}



.queryform.innerfrom .bot-form form input[type="submit"] {}



.bot-form form textarea .queryform .textwrap {}



.queryform .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.queryform .textwrap .subheading {

    color: #000;

    padding: 8px 20px;

    background-color: rgba(255, 255, 255);

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.queryform .textwrap h2 {

    color: #ffffff;

    font-size: 38px;

    font-weight: 500;

    padding-bottom: 15px;

}



.queryform .textwrap p {

    color: #ffffff;

    font-size: 18px;

    padding-bottom: 40px;

}



.queryform .intl-tel-input.separate-dial-code .selected-flag {

    border-radius: 30px 0 0 30px;

}



.queryform input::-webkit-input-placeholder {

    color: #fff;

    opacity: 1 !important;

}



.queryform input:-moz-placeholder {

    color: #fff;

}



.queryform input::-moz-placeholder {

    color: #fff;

}



.queryform input:-ms-input-placeholder {

    color: #fff;

}



.queryform form textarea::-webkit-input-placeholder {

    color: #fff;

    opacity: 1 !important;

}



.queryform form textarea:-moz-placeholder {

    color: #fff;

}



.queryform form textarea::-moz-placeholder {

    color: #fff;

}



.queryform form textarea:-ms-input-placeholder {

    color: #fff;

}



.mlogos {}



.mlogos li {

    width: 32%;

    display: inline-block;

}



.mlogos li img {}



.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu {

    position: relative;

    padding-right: 24px;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu a {

    padding-bottom: 32px;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu a span {

    line-height: 1;

    position: absolute;

    top: 5px;

    right: 8px;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu:hover .dropdown {

    visibility: visible;

    opacity: 1;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel li:hover {}



.mheader .mainbarr .boxednav .navigation .linkingchannel li:hover a {

    color: #403def;

}



.mheader .mainbarr .boxednav .navigation .linkingchannel li.active a {

    color: #403def;

}



.myinnersection {

    width: 100%;

    height: 600px;

    background-size: cover;

    background-position: top center;

}



.myinnersection .textwrap {

    padding-top: 24%;

    text-align: center;

}



.myinnersection .textwrap h1 {

    color: #fff;

    font-size: 58px;

    margin-bottom: 20px;

}



.myinnersection .textwrap p {

    color: #fff;

    font-size: 24px;

    line-height: 1.4;

    padding-bottom: 0;

}



.abtinfo {

    padding: 80px 0;

    background-color: #F6F6F8;

}



.abtinfo .textwrap {}



.abtinfo .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.abtinfo .textwrap .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.abtinfo .textwrap h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 30px;

}



.abtinfo .textwrap p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.abtinfo .textwrap figure {

    margin-bottom: 0px;

}



.abtinfo .textwrap figure img {

    width: 100%;

}



.clientssec {

    padding: 80px 0;

    background-color: #070707;

}



.clientssec .textwrap {}



.clientssec .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.clientssec .textwrap .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.clientssec .textwrap h2 {

    color: #ffffff;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 50px;

}



.clientssec .textwrap p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.clientssec .clientsslider {

    margin-bottom: 0;

}



.clientssec .clientsslider li {

    display: inline-block;

}



.clientssec .clientsslider li img {}



.methodologysec {

    padding: 80px 0;

}



.methodologysec .textwrap {}



.methodologysec .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.methodologysec .textwrap .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.methodologysec .textwrap h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 30px;

}



.methodologysec .textwrap p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.methodologysec .mbox {

    margin-bottom: 30px;

}



.methodologysec .mbox .iconss {

    padding-top: 2px;

    margin-bottom: 0;

    display: inline-block;

    width: 15%;

    vertical-align: top;

}



.methodologysec .mbox .iconss img {}



.methodologysec .mbox .text {

    width: 100%;

    vertical-align: top;

    display: inline-block;

}



.methodologysec .mbox .text h3 {

    font-size: 24px;

    color: #070707;

    line-height: 1.2;

}



.methodologysec .mbox .text p {

    padding-bottom: 10px;

}



.methodologysec .mbox .text a {

    color: #403def;

    font-weight: 500;

    text-decoration: underline;

    transition: color .2s ease-in-out;

    position: relative;

    font-size: 18px;

}



.methodologysec .myfigure {

    background: url(../images/methodology-1.jpg);

    width: 482px;

    height: 780px;

    background-size: cover;

    background-position: top center;

}



.contactinfo {

    padding: 150px 0 80px;

    background-color: #F7F7F8;

}



.contactinfo .textwrap {}



.contactinfo .textwrap.mwrapp {

    text-align: center;

    margin-bottom: 100px;

}



.contactinfo .textwrap .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.contactinfo .textwrap h2 {

    color: #070707;

    font-size: 60px;

    font-weight: 700;

    padding-bottom: 30px;

}



.contactinfo .textwrap p {

    color: #5C5856;

    font-size: 16px;

    padding-bottom: 0;

}



.contactinfo .textwrap h3 {

    color: #070707;

    font-size: 24px;

    font-weight: 500;

    margin-top: 30px;

}



.contactinfo .formwrap {

    padding: 15px 60px;

    background: #fff;

}



.contactinfo .formwrap form {}



.contactinfo .formwrap form .fldset {

    background: #f7f7f8;

    margin-bottom: 20px;

}



.contactinfo .formwrap form .fldset input[type="text"],

.contactinfo .formwrap form .fldset input[type="email"],

.contactinfo .formwrap form .fldset input[type="number"],

.contactinfo .formwrap form .fldset textarea,

.contactinfo .formwrap form .fldset select {

    position: relative;

    z-index: 0;

    border: 0;

    width: 100%;

    background: transparent;

    color: #5C5856;

    padding: 10px 20px;

    height: 70px;

    font-size: 18px;

    outline: none;

    border-bottom: 1px solid #C9D0DB;

}



.contactinfo .formwrap form .fldset input[type="number"] {

    padding-left: 24%;

}



.contactinfo .formwrap form .fldset textarea {

    height: 130px;

}



.contactinfo .formwrap form .fldset input[type="submit"] {

    padding: 14px 70px;

}



.contactinfo .formwrap form .intl-tel-input {

    width: 100%;

}



.contactinfo .formwrap form .fldset input[type="text"]:focus,

.contactinfo .formwrap form .fldset input[type="email"]:focus,

.contactinfo .formwrap form .fldset input[type="number"]:focus,

.contactinfo .formwrap form .fldset textarea:focus,

.contactinfo .formwrap form .fldset select:focus {

    border-bottom-color: #403def;

}



.ddparrow {

    position: relative;

}



.ddparrow span {

    position: absolute;

    right: 25px;

    top: 0;

    bottom: 0;

    margin: auto;

    font-size: 20px;

    z-index: 0;

    left: auto;

    color: #9ea5af;

    display: flex;

    flex-direction: row;

    align-items: center;

}



.contactinfo .formwrap form .fldset.btnn {

    background: transparent;

}



.packagesmain .packk .packlliist .mypack .bdy .listscroll li.heading {

    font-weight: 700;

    color: #403def;

}



.packagesmain .packk .packlliist .mypack .bdy .listscroll li.heading:before {

    display: none;

}



.works-wrap {

    padding: 140px 0 60px;

    position: relative;

    background-color: #ffffff;

    z-index: 2;

    border-bottom: 1px solid #eaeaea;

}



.subscribe-fold {

    padding: 0px 0 0;

}



.subscribe-fold .myheading {

    position: relative;

    padding-bottom: 40px;

    font-size: 44px;

    color: #160c28;

    line-height: 1.1em;

    margin-bottom: 30px;

    padding: 0px;

}



.subscribe-fold .mytext {

    text-align: left;

    margin: 0 0 70px;

    padding: 0px;

    font-size: 18px;

}



.subscribe-fold .myheading:after {

    position: absolute;

    background: -moz-linear-gradient(left, rgb(129, 40, 185) 0%, #0c6ed6 100%);

    background: linear-gradient(to right, rgb(129, 40, 185) 0%, #0c6ed6 100%);

    width: 76px;

    height: 2px;

    left: 0;

    bottom: 0;

}



.bronze {

    border: 1px solid transparent;

}



.subs-pac {

    box-shadow: 0 3px 30px #0000001f;

    display: block;

    width: 100%;

    text-align: center;

    height: 505px;

    margin: 0 0 60px;

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    border-radius: 10px;

    padding: 75px 0 0;

}



.subscribe-fold h3 {

    font-size: 24px;

    margin: 0;

    font-weight: 400;

    position: relative;

    text-transform: capitalize;

    font-weight: 800;

    width: 100%;

    text-align: center;

}



.subs-pac h6 {

    color: #403def;

    font-size: 40px;

    font-weight: 700;

    display: inline-block;

    line-height: 0.9;

    margin: 30px 0 0;

    position: relative;

    padding: 0 20px;

}



.subs-pac h6 span.old {

    position: absolute;

    right: 0;

    left: 0;

    top: -30px;

    text-decoration: line-through;

    font-weight: bold;

    margin: 0;

    font-size: 16px;

}



.subs-pac h6 b {

    position: relative;

    font-size: 20px;

    display: inline-block;

    top: -28px;

    color: #555;

}



.subs-pac h6 span {

    font-size: 16px;

    color: #687087;

    display: inline-block;

    margin: 30px 0 0;

    padding: 0;

    position: relative;

    line-height: 1.3;

}



.subs-pac h6 span b.monthss {

    position: absolute;

    right: -61px;

    font-size: 20px;

    top: -37px;

    color: #555;

}



.subs-pac.bronze:hover {

    background: #403def;

}



.subs-pac span {

    display: block;

    margin: 30px 0 20px;

    font-weight: 400;

}



.subs-pac a.ordrrrr {

    text-align: center;

    margin: 30px auto 0;

    border: none;

    padding: 14px 60px;

    color: #ffffff;

    box-shadow: none;

    border-radius: 10px;

    font-weight: 600;

    cursor: pointer;

    display: inline-block;

    font-size: 16px;

    background: #403def;

    font-family: var(--heading-font-family);

}



.subs-pac:hover a.ordrrrr {

    background: #ffffff;

    color: #403def;

}



.subs-pac .actions {

    border-top: 1px solid #eeeeee;

    padding: 0px 0;

    margin: 40px 0 0;

    position: relative;

}



.subs-pac:hover div.actions {

    border-top: 1px solid #fff;

}



.subs-pac .actions a.chatbtn {

    font-size: 14px;

    font-weight: 600;

    padding: 15px 0px;

    display: inline-block;

    color: #000000;

    margin: 0px;

}



.subs-pac .actions a.numberbtn {

    font-size: 14px;

    font-weight: 600;

    padding: 15px 0px;

    color: #000000;

    display: inline-block;

    margin: 0px;

}



.subs-pac.bronze:hover h3,

.subs-pac.bronze:hover h6,

.subs-pac.bronze:hover span,

.subs-pac.silver:hover h3,

.subs-pac.silver:hover h6,

.subs-pac.silver:hover span,

.subs-pac.gold:hover h3,

.subs-pac.gold:hover h6,

.subs-pac.gold:hover span {

    color: #fff;

}



.subs-pac:hover h6 b {

    color: #fff;

}



.subs-pac.bronze:hover a.chatbtn {

    color: #fff !important;

}



.subs-pac.bronze:hover a.numberbtn {

    color: #fff !important;

}



.subscribe-fold .table-packages.bronze {

    border: none;

}



.subscribe-fold .table-packages {

    -ms-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    transition: all 0.3s ease-out;

    width: 100%;

}



sub-list {

    padding-left: 40px

}



.subscribe-fold .table-packages .head {

    width: 100%;

}



.subscribe-fold .table-packages .head h5 {

    text-align: left;

    font-size: 28px;

    font-weight: 700;

    margin: 0;

    padding: 0;

    display: inline-block;

    color: #160c28;

}



.subscribe-fold .table-packages .body .subscription-list {

    height: 430px;

    margin-top: 20px;

    padding: 0;

}



.mCustomScrollBox {

    position: relative;

    overflow: hidden;

    height: 100%;

    max-width: 100%;

    outline: none;

    padding: 0 10px;

    direction: ltr;

}



.mCSB_container {

    overflow: hidden;

    width: auto;

    height: auto;

}



.subscribe-fold .table-packages .body ul li {

    position: relative;

    text-align: left;

    padding: 14px 0 14px 0;

    border-bottom: 1px solid #eaeaea;

    width: 93%;

}



.subscribe-fold .table-packages .body ul li h6 {

    font-size: 16px;

    font-weight: 400;

    margin: 0;

    padding: 0;

    display: inline-block;

    font-family: var(--primary-font-family);

}



.subscribe-fold .table-packages .body ul li span.tick {

    font-size: 18px;

    color: #01e252;

    position: relative;

    display: block;

    margin: 0;

    padding: 0;

    text-align: center;

    width: 30px;

    height: 32px;

    line-height: 1.6;

    float: right;

    top: 7px;

    position: absolute;

    right: -10px;

}



.subscribe-fold .table-packages .body ul li span.tick:before {

    font-family: 'icomoon' !important;

    content: "\e91a";

    position: absolute;

    top: 2px;

}



.mCSB_scrollTools {

    opacity: 0.75;

    filter: "alpha(opacity=75)";

    -ms-filter: "alpha(opacity=75)";

}



.mCSB_scrollTools {

    position: absolute;

    width: 16px;

    height: auto;

    left: auto;

    top: 0;

    right: 0;

    bottom: 0;

}



.mCSB_scrollTools {

    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;

    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;

    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;

    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;

}



.subscribe-fold {

    padding: 0px 0 0;

}



.subscribe-fold .table-packages .body ul li.heading {

    color: #403def;

    font-weight: 700;

}



.subscribe-fold .table-packages .body .subscription-list {

    height: 430px;

    margin-top: 20px;

    padding: 0;

}



.personal {

    padding: 140px 0 60px;

}



.personal .newsle {

    margin-bottom: 20px;

}



.personal .newsle h3 {

    font-size: 24px;

    text-align: left;

    color: #2e2e2e;

    padding: 0;

    margin: 0 0 10px;

    font-weight: 900;

}



.personal .newsle p {

    color: #737373;

    text-align: left;

    padding: 0;

    font-size: 16px;

    margin: 0 0 5px;

    line-height: 22px;

    font-weight: 200;

}



.personal .newsle p a {

    color: #403def;

    text-decoration: none;

}



.personal .newsle p a:hover {

    text-decoration: underline;

}



.personal .newsle ul {

    margin-bottom: 11px;

    display: block;

}



.personal .newsle ul li {

    font-size: 14px;

    list-style-type: none;

    margin-top: 15px;

    color: #4f4f4f;

    display: block;

    font-weight: 400;

    margin-left: 25px;

    position: relative;

}



.personal .newsle ul li:before {

    content: "";

    width: 5px;

    height: 5px;

    top: 6px;

    bottom: 0px;

    left: -21px;

    border-radius: 50%;

    right: 0;

    position: absolute;

    background-color: #4f4f4f;

    margin: 0;

}



.personal .newsle ul li a {

    color: #403def;

}



.personal .newsle ul li a:hover {

    text-decoration: underline;

}



.personal .newsle strong {

    font-size: 16px;

    margin: 0 0 5px;

    text-align: left;

    font-weight: 700;

    color: #403def;

    line-height: 22px;

}



.mbileapp {

    padding: 80px 0;

}



.mbileapp .textwrp {

    padding: 0 0 0 0;

}



.mbileapp .textwrp .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.mbileapp .textwrp h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.mbileapp .textwrp p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.mbileapp .img-wrp {

    text-align: center;

    position: relative;

}



.mbileapp .img-wrp:after {

    content: "";

    background: url(../images/case-studies/mobile-bg.png);

    display: block;

    position: absolute;

    top: 50px;

    right: 0;

    left: 0;

    margin: 0 auto;

    z-index: -1;

    width: 500px;

    height: 500px;

    background-size: cover;

    background-repeat: no-repeat;

}



.mbileapp .img-wrp img {

    margin: 0 auto;

    display: block;

}



.wbstecas {

    padding: 80px 0;

}



.wbstecas .textwrp {

    padding: 0 0 0 0;

}



.wbstecas .textwrp .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.wbstecas .textwrp h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.wbstecas .textwrp p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.wbstecas .img-wrp {

    text-align: center;

    position: relative;

    padding: 36px 0;

}



.wbstecas .img-wrp:after {

    content: "";

    background: url(../images/case-studies/web-bg.png);

    display: block;

    position: absolute;

    top: -40px;

    right: 0;

    left: 0;

    margin: 0 auto;

    z-index: -1;

    width: 100%;

    height: 510px;

    background-size: contain;

    background-repeat: no-repeat;

}



.wbstecas .img-wrp img {

    margin: 0 auto;

    display: block;

}



.wbstecas .img-wrp .lptop {

    overflow: hidden;

    height: 402px;

    position: relative;

}



.wbstecas .img-wrp .lptop img {

    transition: 11s;

    width: 85%;

    position: absolute;

    left: 0;

    top: 30px;

    right: 0;

    margin: 0 auto;

}



.wbstecas .img-wrp .lptop:hover img {

    transform: translateY(-1180px);

    transition: 11s;

}



.wbstecas .img-wrp .lngimgs {

    background: url(../images/case-studies/empty-laptopnew.png);

    background-size: contain;

    background-repeat: no-repeat;

    height: 410px;

    z-index: 2;

    position: relative;

}



.wbstecas .img-wrp .lngimgs img {}



.valuablewrp {

    background: #f6f6f8;

    padding: 60px 0px 90px;

    position: relative;

}



.valuablewrp .txtwrp {

    display: block;

    text-align: center;

}



.valuablewrp .maindiv {

    display: block;

    margin-top: 15px;

}



.valuablewrp .maindiv .mainwrp {

    background: #fff;

    padding: 44px 28px;

    margin-bottom: 26px;

    text-align: left;

    min-height: 255px;

    border-radius: 10px;

    box-shadow: 4px 2px 18px 0 #cccccc40;

    position: relative;

    margin: 20px 0;

}



.valuablewrp .maindiv .mainwrp:before {

    position: absolute;

    content: "\e93d";

    font-family: 'icomoon' !important;

    bottom: 5px;

    left: 12px;

    color: #fff;

    font-size: 90px;

    line-height: 0;

}



.valuablewrp .maindiv .mainwrp .starwrp {

    display: block;

}



.valuablewrp .maindiv .mainwrp .starwrp i {

    color: #ffdd65;

    font-size: 16px;

}



.valuablewrp .maindiv .mainwrp p {

    font-size: 16px;

    color: #3a3a3a;

    line-height: 1.4;

    padding-right: 4px;

    margin-top: 15px;

    font-weight: 200;

    padding-bottom: 0;

    text-align: left;

    height: 156px;

}



.valuablewrp .maindiv .icli {

    padding: 0px 0 0 10px;

    display: inline-block;

}



.valuablewrp .maindiv .icli .round {

    display: inline-block;

    width: 60px;

    background: #403def;

    margin-right: 20px;

    height: 60px;

    border-radius: 50%;

    vertical-align: top;

}



.valuablewrp .maindiv .icli .round h5 {

    color: #fff;

    font-size: 22px;

    padding-top: 13px;

    text-align: center;

    width: 100%;

    display: inline-block;

    line-height: 1.6;

    padding-bottom: 0;

}



.valuablewrp .maindiv .icli .clname {

    display: inline-block;

    padding-top: 10px;

}



.valuablewrp .maindiv .icli .clname h6 {

    font-size: 15px;

    margin: 0 0 5px;

    color: #403def;

    padding: 0;

    font-family: inherit;

    font-weight: 500;

    line-height: 1.1;

}



.valuablewrp .maindiv .icli .clname p {

    font-size: 14px;

    color: #3a3a3a;

    line-height: 1.5;

    margin: 0;

    padding: 0;

    font-weight: 500;

}



.valuablewrp .txtwrp .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.valuablewrp .txtwrp h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.valuablewrp .txtwrp p {

    color: #5C5856;

    font-size: 16px;

    padding-bottom: 0;

}



.innserservice-commonfolds {

    padding: 30px 0px;

    background: #f6f6f8;

}



.innserservice-commonfolds .factorlink {

    background: #000;

    border: 1px solid #000;

    color: #fff;

    padding: 13px 31px;

    text-align: center;

    text-transform: uppercase;

    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;

    -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;

    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;

    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;

    -moz-user-select: none;

    -webkit-user-select: none;

    -ms-user-select: none;

    display: inline-block;

    margin-top: 36px;

    font-weight: 600;

}



.innserservice-commonfolds .factorlink:hover {

    background: #fff;

    color: #000;

    border-radius: 2px;

}



.innserservice-commonfolds.customsoftware {

    background: #fff url(../images/3services.jpg)no-repeat;

    background-position: top right -80px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.experience {

    background: #fff url(../images/experience.jpg)no-repeat;

    background-position: top left -80px !important;

    background-size: 40% !important;

    margin: 70px 0 40px;

}



.innserservice-commonfolds .subheading {

    color: #fff;

    background-color: #403def;

    padding: 8px 20px;

    font-size: 16px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.innserservice-commonfolds h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.innserservice-commonfolds p {

    color: #5C5856;

    font-size: 18px;

    padding-bottom: 40px;

}



.innserservice-commonfolds.cwebdesign {

    background: #ffffff url(../images/abt/custom-website-design.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.clogo {

    background: #ffffff url(../images/abt/logo.jpg)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.wordpress {

    background: #fff url(../images/abt/wordpress-development.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.cwriting {

    background: #fff url(../images/abt/content-writing.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.ecommerce {

    background: #fff url(../images/abt/ecommerce.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.webapp {

    background: #ffffff url(../images/abt/web-application-development.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.backend {

    background: #ffffff url(../images/abt/backend-development.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.mobapp {

    background: #fff url(../images/abt/mobile.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.webmain {

    background: #fff url(../images/abt/web-maintanance.jpg)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.domain {

    background: #fff url(../images/abt/domain-hosting.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.branding {

    background: #fff url(../images/abt/branding.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.video {

    background: #fff url(../images/abt/video-animation.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.seo {

    background: #fff url(../images/abt/seo.png)no-repeat;

    background-position: top right -20px;

    background-size: 40%;

    padding: 60px 0;

}



.innserservice-commonfolds.socialmm {

    background: #fff url(../images/abt/social.png)no-repeat;

    background-position: right -95px;

    background-size: 40%;

    padding: 60px 0;

}



input.error {

    border: 1px solid red !important;

}



.boxesinfo {

    background: #ffffff;

    padding: 0px 0 60px;

}



.boxesinfo .wrp .listboxes {

    text-align: center;

    margin-bottom: 0;

    width: 100%;

    font-size: 0;

    display: inline-block;

}



.boxesinfo .wrp .listboxes li {

    padding: 0 15px;

}



.boxesinfo .wrp .listboxes li figure {

    margin-bottom: 0;

}



.boxesinfo .wrp .listboxes li figure img {

    height: 60px;

    width: auto;

    margin: 0 auto;

    display: table;

}



.boxesinfo .wrp .listboxes li .textwrap {}



.wrp {

    width: 100%;

}



.boxesinfo .wrp .listboxes li .textwrap h4 {

    font-size: 14px;

    font-family: var(--secondary-font-family);

    text-align: center;

    margin-top: 20px;

    line-height: 1.4;

    padding-bottom: 0;

    letter-spacing: 0.5px;

    color: #070707;

}



.mheader .wlogo {

    display: none;

}



.mheader.stickyheader .wlogo {

    display: inline-block;

}



.mheader .blogo {

    display: inline-block;

}



.mheader.stickyheader .blogo {

    display: none;

}



.innerpgee .mheader .blogo {

    display: none;

}



.innerpgee .mheader .wlogo {

    display: inline-block;

}



.innerpgee .mheader {

    position: fixed;

    z-index: 9999;

    min-height: auto;

    top: 0;

    width: 100%;

    background: #fff;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    -o-transition: 0.4s;

    transition: 0.4s;

    box-shadow: 0px 10px 23px #0000000d;

}



.innerpgee .mheader .mainbarr .boxednav .navigation .linkingchannel li a {

    color: #070707;

}



.innerpgee .mheader .mainbarr .boxednav .navigation .infochannel li .numbercta {

    color: #070707;

}



.slick-prev:before {

    content: "\f104";

    font-family: FontAwesome;

    font-size: 50px;

    color: #403def;

}



.slick-next:before {

    content: "\f105";

    font-family: FontAwesome;

    font-size: 50px;

    color: #403def;

}



.testmslider1 .slick-prev,

.testmslider1 .slick-next {

    top: 40%;

}



.nav-area-full {

    display: none;

}



@media screen and (max-width: 1024px) {

    .mheader .mainbarr .boxednav {

        padding-right: 0px;

        padding-left: 0px;

    }



    .mheader .mainbarr .boxednav .navigation .linkingchannel li {

        padding: 0px 8px;

    }



    .mheader .mainbarr .boxednav .navigation .linkingchannel li a {

        font-size: 14px;

        font-weight: 600;

    }



    .mheader .mainbarr .boxednav .navigation {

        padding-left: 30px;

    }

}



@media screen and (max-width: 991px) {

    .mobile-nav-btn {

        display: block;

        z-index: 99999;

        top: 15px;

    }



    .mobile-nav img {

        width: 130px;

    }



    .mobile-nav-btn span:before,

    .mobile-nav-btn span:after,

    .mobile-nav-btn span {

        background-color: #c0334d;

    }

}



@media screen and (max-width: 768px) {

    .mheader .mainbarr {

        display: none;

    }



    .logo {

        width: 20%;

    }



    .nav-area-full {

        margin-top: 0;

        display: block;

    }



    .mservices .mainfigure {

        width: 100%;

    }



    .portfolioboxes .portwrappp h2,

    .mcta h2,

    .solutionssec .textwrap h2,

    .valuablewrp .txtwrp h2,

    .queryform .textwrap h2,

    .packagesmain h2,

    .mservices .textwrap h2 {

        font-size: 30px;

    }



    .portfolioboxes .portwrappp p,

    .mcta p,

    .solutionssec .textwrap p,

    .queryform .textwrap p,

    .packagesmain p,

    .mservices .textwrap p {

        font-size: 16px;

    }



    .mservices .textwrap {

        padding: 40px 0 0 0;

    }



    .packagesmain .packk .packlliist .mypack {

        width: 45%;

    }



    .mservices .box.fixwidth {

        width: 100%;

    }



    .solutionssec .mainfigure img {

        float: none;

        width: 100%;

        margin-right: 0px;

    }



    .methodologysec .myfigure {

        width: 100%;

    }



    .comboopack .combopackwrap .headdd figure img {

        width: 125px !important;

    }



    .comboopack .combopackwrap .headdd figure {

        right: 0 !important;

    }



    .comboopack .combopackwrap .footterr .left .btnwrap {

        width: 100% !important;

        padding-left: 0 !important;

    }



    .comboopack .combopackwrap .footterr .left .btnwrap .numbercta {

        display: block;

        width: 100%;

        text-align: center;

        margin: 20px 0;

    }



    .comboopack .combopackwrap .footterr .left .btnwrap .chatcta {

        display: block;

        width: 100%;

        text-align: center;

    }



    .comboopack .combopackwrap .footterr .left .txtt {

        width: 100% !important;

    }



    .comboopack .combopackwrap .footterr .right .price {

        width: 100% !important;

        margin: 20px 0;

        padding-left: 0 !important;

        text-align: center;

    }



    .comboopack .combopackwrap .footterr .right figure img {

        top: 0 !important;

        display: none !important;

    }



    .comboopack .combopackwrap .footterr .right .orderbtn {

        width: 100% !important;

        text-align: center !important;

    }



    .comboopack .combopackwrap .footterr .right {

        vertical-align: top !important;

    }



    .fltg_frm .btns_wrap .chat_wrap.newClass {

        right: -225px;

    }



    .fltg_frm .m_bhar {

        right: 0;

    }



    .floatbutton {

        display: none;

    }



    a.mob_only {

        position: absolute;

        top: 3px;

        right: 60px;

        color: #403def;

        font-size: 16px;

        font-weight: 600;

    }



    a.mob_only span {

        margin: 0 5px 0 0;

        vertical-align: middle;

    }



    .Faqs .accordion h2 button {

        font-size: 10px;

    }



    .Faqs .card-header {

        padding: 5px;

    }



    section.Faqs .card-body {

        font-size: 14px;

    }

}



@media screen and (max-width:736px) {



    .portfolioboxes,

    .mcta,

    .packagesmain,

    .solutionssec,

    .queryform,

    .footer-top,

    .mservices,

    .methodologysec,

    .abtinfo,

    .queryform.innerfrom {

        padding: 40px 0;

    }



    .clientssec {

        padding: 40px 0 70px 0;

    }



    .portfolioboxes .portwrappp h2,

    .mcta h2,

    .solutionssec .textwrap h2,

    .valuablewrp .txtwrp h2,

    .queryform .textwrap h2,

    .packagesmain h2,

    .mservices .textwrap h2,

    .abtinfo .textwrap h2,

    .clientssec .textwrap h2,

    .methodologysec .textwrap h2,

    .innserservice-commonfolds h2 {

        font-size: 24px;

    }



    .portfolioboxes .portwrappp p,

    .mcta p,

    .solutionssec .textwrap p,

    .queryform .textwrap p,

    .packagesmain p,

    .mservices .textwrap p,

    .abtinfo .textwrap p,

    .methodologysec .textwrap p,

    .innserservice-commonfolds p,

    .subscribe-fold .mytext {

        font-size: 16px;

    }



    .portfolioboxes .tab-custom .tabbing-links li {

        font-size: 14px;

    }



    .portfolioboxes .portwrappp .mportt li {

        width: 100%;

    }



    .portfolioboxes .tab-custom .tabbing-links {

        margin-bottom: 20px;

    }



    .mcta .subheading {

        font-size: 16px;

    }



    .packagesmain .packk .packlliist .mypack {

        width: 93%;

        display: block;

        margin: 40px 15px 0 15px;

    }



    .solutionssec .textwrap .solutionslist li {

        font-size: 14px;

    }



    .solutionssec .textwrap.mwrapp {

        margin-bottom: 30px;

    }



    .solutionssec .mainfigure img {

        float: none;

        width: 100% !important;

        margin-right: 0px;

        margin-top: 0px;

    }



    .btn-primary,

    .btn-secondary-outline,

    .btn-secondary {

        font-size: 14px;

    }



    .valuablewrp {

        padding: 40px 0px 70px;

    }



    .boxesinfo {

        padding: 0px 0 40px;

    }



    .mservices .mainfigure {

        width: 100%;

        display: none;

        height: 500px;

        background-size: cover !important;

        background-position: center !important;

    }



    .home-banner-content h1 {

        font-size: 30px;

    }



    .home-banner-content .subtitle {

        font-size: 17px;

        padding-bottom: 20px;

    }



    .home-banner {

        height: 700px;

    }



    .nav-area-full {

        margin-top: 0;

    }



    .logo {

        width: 30%;

    }



    .bottomSec ul.top-slider li img {

        max-width: 50%;

        display: inline-block;

        margin: 0 auto;

    }



    .bottomSec ul.top-slider li {

        text-align: center;

        padding-top: 15px;

    }



    .myinnersection .textwrap h1 {

        font-size: 40px;

    }



    .myinnersection {

        height: 350px;

    }



    .queryform.innerfrom .bot-form {

        margin: 0 auto;

        width: 100%;

    }



    .contactinfo {

        padding: 100px 0 40px;

    }



    .contactinfo .formwrap {

        padding: 40px 30px;

    }



    .contactinfo .textwrap h2 {

        font-size: 30px;

    }



    .subscribe-fold .myheading {

        font-size: 30px;

    }



    .works-wrap {

        padding: 100px 0 0px;

    }



    .subscribe-fold .mytext {

        margin-bottom: 40px;

    }



    .myinnersection .textwrap p {

        font-size: 20px;

    }



    .myinnersection .textwrap {

        padding-top: 30%;

    }



    .mservices .textwrap {

        padding: 0px 0 0 0;

    }



    .packagesmain p {

        padding-bottom: 0px;

    }



    .innserservice-commonfolds.clogo,

    .innserservice-commonfolds.cwebdesign,

    .innserservice-commonfolds.wordpress,

    .innserservice-commonfolds.ecommerce,

    .innserservice-commonfolds.webapp,

    .innserservice-commonfolds.backend,

    .innserservice-commonfolds.mobapp,

    .innserservice-commonfolds.branding,

    .innserservice-commonfolds.video,

    .innserservice-commonfolds.seo,

    .innserservice-commonfolds.cwriting {

        padding: 40px 0;

        background-image: none;

    }



    .fr_banner .home-banner {

        height: 850px;

    }

}



@media screen and (max-width: 667px) {}



@media screen and (max-width: 480px) {

    .mservices .box.fixwidth {

        width: 100%;

        display: block;

        margin-top: 0px;

    }



    .footer-nav2 {

        float: none;

        text-align: center;

    }



    .footer-nav2 li {

        float: none;

        display: inline-block;

    }



    .copyright {

        text-align: center;

    }



    .footer-bottom .fologo {

        width: 100%;

        max-width: 150px;

        margin: 0 auto;

    }



    .comboopack .combopackwrap .headdd figure {

        display: none;

    }



    .comboopack .combopackwrap .bodyyy .coll {

        width: 100% !important;

    }



    .comboopack .combopackwrap .bodyyy {

        padding: 30px 10px !important;

    }



    .comboopack .combopackwrap .footterr {

        padding: 30px 10px !important;

    }



    .comboopack .combopackwrap .footterr .right figure {

        display: none !important;

    }



    .comboopack .combopackwrap .footterr .left .txtt {

        width: 100% !important;

    }



    .comboopack .combopackwrap .footterr .left {

        width: 100% !important;

    }



    .comboopack .combopackwrap .footterr .left .btnwrap {

        width: 100% !important;

        padding-left: 0 !important;

    }



    .comboopack .combopackwrap .footterr .left .btnwrap .numbercta {

        display: block;

        width: 100%;

        text-align: center;

        margin: 20px 0;

    }



    .comboopack .combopackwrap .footterr .left .btnwrap .chatcta {

        display: block;

        width: 100%;

        text-align: center;

    }



    .comboopack .combopackwrap .footterr .right {

        width: 100% !important;

    }



    .comboopack .combopackwrap .footterr .right .price {

        width: 100% !important;

        margin: 20px 0;

        padding-left: 0 !important;

        text-align: center;

    }



    .comboopack .combopackwrap .footterr .right .orderbtn {

        width: 100% !important;

        text-align: center !important;

    }

}



@media screen and (max-width: 375px) {

    .packagesmain .packk .packlliist .mypack {

        padding: 40px 30px;

    }



    .mcta .subheading {

        font-size: 14px;

    }

}



@media screen and (max-width: 360px) {

    .mcta .subheading {

        font-size: 13px;

    }



    .packagesmain .packk .packlliist .mypack {

        padding: 70px 20px;

    }



    .packagesmain .packk .packlliist .mypack .bdy .listscroll li {

        font-size: 14px;

        padding: 0 0px 15px 20px;

    }



    .solutionssec .textwrap .solutionslist li {

        font-size: 13px;

    }



    .valuablewrp .txtwrp .subheading {

        font-size: 14px;

    }



    .portfolioboxes .portwrappp h2,

    .mcta h2,

    .solutionssec .textwrap h2,

    .valuablewrp .txtwrp h2,

    .queryform .textwrap h2,

    .packagesmain h2,

    .mservices .textwrap h2 {

        font-size: 22px;

    }



    .portfolioboxes .portwrappp p,

    .mservices .box .txt p,

    .mcta p,

    .solutionssec .textwrap p,

    .queryform .textwrap p,

    .packagesmain p,

    .mservices .textwrap p {

        font-size: 14px;

    }



    .mservices .box .txt h3 {

        font-size: 20px;

    }



    .solutionssec .textwrap .subheading,

    .mservices .textwrap .subheading,

    .portfolioboxes .portwrappp .subheading,

    .packagesmain .subheading {

        font-size: 14px;

    }



    .btn-secondary-outline,

    .btn-primary {

        padding: 10px 20px;

    }

}



@media screen and (max-width: 320px) {

    .mcta .subheading {

        font-size: 12px;

        font-weight: 600;

        padding: 8px 18px;

    }

}



.comboopack {

    background: #f6f6f8;

    padding-bottom: 90px;

}



.comboopack .combopackwrap {

    background: #fff;

    width: 100%;

    display: inline-block;

    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06);

}



.comboopack .combopackwrap .headdd {

    padding: 20px 50px;

    background: #403def;

    text-align: left;

    position: relative;

}



.comboopack .combopackwrap .headdd figure {

    position: absolute;

    margin-bottom: 0;

    right: -72px;

    top: -30px;

}



.comboopack .combopackwrap .headdd figure img {

    width: 185px;

}



.comboopack .combopackwrap .headdd h3 {

    text-align: left;

    padding-bottom: 0;

    color: #fff;

    font-size: 34px;

    text-transform: capitalize;

}



.comboopack .combopackwrap .headdd h3 span {

    display: block;

    font-size: 24px;

    margin-top: 10px;

}



.comboopack .combopackwrap .bodyyy {

    font-size: 0;

    padding: 30px 50px;

}



.comboopack .combopackwrap .bodyyy .coll {

    width: 33.33%;

    display: inline-block;

    vertical-align: top;

    padding: 0 15px;

}



.comboopack .combopackwrap .bodyyy .coll ul {}



.comboopack .combopackwrap .bodyyy .coll ul li {

    color: #5C5856;

    font-size: 15px;

    padding: 0 0px 10px 30px;

    position: relative;

    line-height: 1.4;

}



.comboopack .combopackwrap .bodyyy .coll ul li:before {

    content: "\e91a";

    font-family: 'icomoon' !important;

    color: #403def;

    position: absolute;

    left: 0;

    top: 0;

}



.comboopack .combopackwrap .bodyyy .coll ul li.heading {

    font-weight: 700;

    color: #403def;

    padding-left: 0;

}



.comboopack .combopackwrap .bodyyy .coll ul li.heading:before {

    display: none;

}



.comboopack .combopackwrap .footterr {

    padding: 30px 50px;

    font-size: 0;

    background: #28304a;

    border-top: 1px solid #f3f3f3;

}



.comboopack .combopackwrap .footterr .left {

    display: inline-block;

    width: 45%;

    vertical-align: bottom;

    font-size: 0;

}



.comboopack .combopackwrap .footterr .left .btnwrap {

    display: inline-block;

    width: 70%;

    padding-left: 20px;

    vertical-align: middle;

}



.comboopack .combopackwrap .footterr .left .btnwrap .numbercta {

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    margin-right: 15px;

    padding: 14px 20px;

    border: 1px solid #fff;

    border-radius: 30px;

}



.comboopack .combopackwrap .footterr .left .btnwrap .numbercta span {

    margin-right: 10px;

}



.comboopack .combopackwrap .footterr .left .btnwrap .chatcta {

    color: #fff;

    font-size: 16px;

    font-weight: 600;

    margin-right: 21px;

    padding: 15px 30px;

    border: 1px solid #fff;

    border-radius: 30px;

}



.comboopack .combopackwrap .footterr .left .btnwrap .chatcta span {

    margin-right: 10px;

}



.comboopack .combopackwrap .footterr .left .txtt {

    display: inline-block;

    width: 25%;

    vertical-align: middle;

}



.comboopack .combopackwrap .footterr .left .txtt h4 {

    color: #ffffff;

    font-size: 20px;

    padding-bottom: 0;

}



.comboopack .combopackwrap .footterr .right {

    display: inline-block;

    width: 55%;

    vertical-align: bottom;

    position: relative;

}



.comboopack .combopackwrap .footterr .right .price {

    display: inline-block;

    width: 40%;

    vertical-align: middle;

    padding-left: 10px;

}



.comboopack .combopackwrap .footterr .right .price h2 {

    font-size: 44px;

    color: #403def;

    padding-bottom: 0;

}



.comboopack .combopackwrap .footterr .right .price h2 span {

    position: relative;

    font-size: 20px;

    padding-bottom: 0;

    color: #b3b1b1;

    margin-left: 10px;

}



.comboopack .combopackwrap .footterr .right figure {

    margin-bottom: 0;

    display: inline-block;

    width: 30%;

}



.comboopack .combopackwrap .footterr .right figure img {

    width: 180px;

    position: absolute;

    top: -50px;

    left: 0;

}



.comboopack .combopackwrap .footterr .right .price h2 span:before {

    content: "";

    width: 60px;

    height: 2px;

    display: block;

    background: #9e9c9c;

    position: absolute;

    left: 0;

    top: 44%;

}



.comboopack .combopackwrap .footterr .right .price h6 {

    color: #fff;

    font-size: 21px;

    padding-bottom: 0;

}



.comboopack .combopackwrap .footterr .right .orderbtn {

    display: inline-block;

    vertical-align: middle;

    width: 30%;

    text-align: right;

}



.comboopack .combopackwrap .footterr .right .orderbtn a {}



.footer-top .socialmid {

    font-size: 0;

}



.footer-top .socialmid .left {

    display: inline-block;

    width: 50%;

}



.footer-top .socialmid .right {

    width: 50%;

    text-align: right;

    display: inline-block;

}



.footer-top .socialmid .right img {

    width: 70%;

}



.mycustompop input[type="submit"] {

    outline: none;

    position: relative;

    bottom: 0;

    border: 0;

    display: block;

    right: 0;

    background: #403def;

    width: 100%;

    height: 50px;

    border-radius: 30px;

    cursor: pointer;

    font-size: 16px;

    color: #fff;

    margin-bottom: 0;

}



.ys-layer {

    display: none;

    opacity: 0.7;

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1000;

}



.ys-container {

    display: none;

    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background-color: rgba(0, 0, 0, .5);

    z-index: 9999;

}



.ys-container.visible,

.ys-layer.visible {

    display: block;

}



.ys-box {

    background-color: #f5f5f5;

    width: 0;

    height: 0;

    margin: 0 auto;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

    transition: height .2s ease-in-out;

}



.ys-popup-close {

    position: absolute;

    color: #000;

    text-align: center;

    font-size: 17px;

    text-decoration: none;

    display: block;

    right: 20px;

    top: 20px;

    font-weight: 700;

}



.ys-container.finished .ys-popup-close {

    width: 40px;

    height: 40px;

    text-indent: 0;

}



.ys-popup-content {

    padding: 20px 40px;

    background: #f5f5f5;

    border-radius: 0px 0px 10px 10px;

}



.ys-container.finished .ys-popup-content {

    display: block;

}



.ys-popup-close:hover {

    text-decoration: none;

    color: #f00;

}



.ys-box {

    height: 574px;

    width: 572px !important;

    padding: 0;

    background-size: cover;

}



.ys-box .mainbann {

    border-radius: 20px 20px 0 0;

    width: 100%;

}



.popupform p {

    color: #42526E;

    font-size: 18px;

    padding: 0 0 8px;

    text-align: center;

}



.popupform form p {

    color: #42526E;

    font-size: 13px;

    font-weight: 500;

}



.popupform form p span {

    color: #0c71f4;

}



p.small {

    font-size: 14px;

    color: #000;

    text-align: center;

    display: block;

}



.popupform form {

    font-size: 0;

}



.popupform form .fldst {

    margin: 0px;

    display: block;

    width: 100%;

}



.popupform form .fldst .intl-tel-input {

    width: 100%;

    margin-bottom: 15px;

}



.popupform form .fldst.btnattach button {

    outline: none;

    position: relative;

    bottom: 0;

    border: 0;

    display: block;

    right: 0;

    background: #fa130d;

    ;

    width: 100%;

    height: 50px;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

    color: #fff;

}



.popupform form p a {

    color: #fa130d;

    ;

    font-weight: 600;

}



.popupform form .lst-p {

    text-align: center;

    padding: 15px 0px 0;

}



.popupform form input {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #cbcbcb;

    background: white;

    padding: 10px 15px;

    color: gray;

    font-size: 14px;

    border-radius: 30px;

    height: 50px;

    font-weight: 400;

    outline: none !important;

    margin: 0 0 15px 0;

    color: #535353;

}



.popupform figure {

    display: none;

    text-align: center;

    margin: 0px 0 0px 0;

}



.popupform figure img {

    width: 30%;

}



.intl-tel-input .country-list .country,

.intl-tel-input .country-list .country-name {

    font-size: 14px;

}



.popupform .btn::after {

    border-radius: 10px !important;

}



.mycustompop {}



.mycustompop .ys-box {

    width: 800px !important;

    height: auto;

    border-radius: 10px;

    overflow: hidden;

}



.mycustompop .ys-box .ys-popup-content {

    font-size: 0;

    padding: 0;

}



.mycustompop .ys-box .ys-popup-content .left {

    background: url(../images/exit-pop-up.png);

    height: 550px;

    padding: 30px;

    width: 40%;

    vertical-align: top;

    display: inline-block;

}



.mycustompop .ys-box .ys-popup-content .left h3 {

    color: #ffffff;

    padding-bottom: 0;

}



.mycustompop .ys-box .ys-popup-content .right {

    padding: 45px 60px;

    width: 60%;

    display: inline-block;

    vertical-align: top;

}



.mycustompop .intl-tel-input.separate-dial-code .selected-flag {

    border-radius: 30px 0 0 30px;

}



.mycustompop .intl-tel-input {

    width: 100%;

}



.mycustompop textarea {

    width: 100%;

    margin: 0 0 0 0;

    border: 1px solid #cbcbcb;

    background: white;

    padding: 10px 15px;

    color: gray;

    font-size: 14px;

    border-radius: 20px;

    height: 108px;

    font-weight: 400;

    outline: none !important;

    margin: 15px 0 15px 0;

    color: #535353;

}



.innerpgee .innerfrom {

    padding-top: 130px;

}



.slct-field {

    position: relative;

}



.slct-field:after {

    content: "\f107";

    position: absolute;

    right: 33px;

    top: 17px;

    font-family: fontawesome;

    color: #999;

    font-size: 16px;

}



.mainvideo {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -100;

    background-size: cover;

    transform: scale(1.8);

}



.home-banner .video-overlay {

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    background: url(../images/video-overlay.png) rgba(0, 0, 0, 0.65);

    width: 100%;

    height: 100%;

}



.home-banner {

    position: relative;

    z-index: 1;

    overflow: hidden;

}



.vidcta {

    background: #e77f59;

    background-image: url(../images/rabbit.gif);

    background-size: 50%;

    background-repeat: no-repeat;

    background-position: top right;

}



.packagesmain .packk .tab-custom .tabbing-links li a {

    color: #070707;

}



.packagesmain .packk .tab-custom .tabbing-links li.current a {

    color: #fff;

}



.packagesmain .packk .tab-custom .tabbing-links li:hover a {

    color: #fff;

}



.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails {

    color: #a6b0ba;

    text-align: right;

    display: none;

    font-size: 14px;

    font-weight: 400;

    margin-top: 10px;

    padding: 0 20px 0 0;

}



.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails span {

    font-size: 16px;

    margin-right: 10px;

}



.howsec {

    padding: 60px 0;

}



.howsec .textwrap {

    text-align: center;

}



.howsec .textwrap h2 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.howsec .textwrap p {

    color: #070707;

}



.howsec .wrap {

    padding: 60px 0;

}



.howsec .wrap h3 {

    color: #070707;

    font-size: 40px;

    font-weight: 500;

    padding-bottom: 15px;

}



.howsec .wrap p {

    color: #070707;

}



.howsec .fig {}



.howsec .fig img {

    width: 65%;

    margin: 0 auto;

    display: table;

}



.custompackages .topwrap {

    padding: 20px;

    border: 1px solid #e4e4e4;

    border-radius: 8px;

}



.custompackages {

    font-size: 0;

    padding: 60px 0 20px;

}



.custompackages .textwrap {

    vertical-align: middle;

    display: inline-block;

    width: 60%;

    padding-right: 20px;

}



.custompackages .textwrap h2 {

    font-size: 44px;

    font-weight: 700;

    color: #160c28;

    line-height: 1;

    padding-bottom: 15px;

}



.custompackages .textwrap p {

    font-size: 18px;

}



.custompackages .btnwrap {

    vertical-align: middle;

    display: inline-block;

    width: 40%;

    text-align: right;

}



.custompackages .btnwrap a {}



.securedmca {

    display: inline-block;

    width: 100%;

    margin-top: 20px;

}



.innserservice-commonfolds.clogo-new {

    background: #ffffff;

}



.innserservice-commonfolds.clogo-new ul {}



.innserservice-commonfolds.clogo-new ul li {

    color: #5C5856;

    font-size: 16px;

    padding-left: 20px;

    position: relative;

}



.innserservice-commonfolds.clogo-new ul li:before {

    content: "";

    position: absolute;

    width: 5px;

    height: 5px;

    background-color: black;

    border-radius: 50%;

    left: 6px;

    top: 8px;

}



.innserservice-commonfolds.clogo-new figure {}



.innserservice-commonfolds.clogo-new figure img {

    width: 100%;

}



.innserservice-commonfolds figure {}



.innserservice-commonfolds figure img {

    width: 100%;

}



.home-banner.netzz {}



.whatsapp {

    width: 50px;

    height: 51px;

    color: #fff;

    display: none;

    text-align: center;

    border-radius: 100%;

    font-size: 34px;

    position: fixed;

    bottom: 1%;

    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: #403def;

    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);

}



.whatsapp:hover {

    color: #fff;

}



@keyframes scrollDownAnimation {

    from {

        transform: translateY(0);

    }



    to {

        transform: translateY(-10px);

    }

}



@-webkit-keyframes scrollDownAnimation {

    from {

        transform: translateY(0);

    }



    to {

        transform: translateY(-10px);

    }

}



.btns_wrap .chat_wrap.newClass {

    right: 0px;

}



#msform {

    text-align: center;

    position: relative;

    margin-top: 5px;

}



#msform fieldset .form-card {

    background: white;

    border: 0 none;

    border-radius: 0px;

    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);

    padding: 15px;

    box-sizing: border-box;

    width: 94%;

    margin: 0 3% 20px 3%;

    position: relative;

}



#msform fieldset {

    background: white;

    border: 0 none;

    border-radius: 0.5rem;

    box-sizing: border-box;

    width: 100%;

    margin: 0;

    padding-bottom: 20px;

    position: relative

}



#msform fieldset:not(:first-of-type) {

    display: none

}



#msform fieldset .form-card {

    text-align: left;

    color: #9E9E9E

}



#msform input,

#msform textarea {

    padding: 0px 8px 4px 8px;

    border: none;

    border-bottom: 1px solid #ccc;

    border-radius: 0px;

    margin-bottom: 25px;

    margin-top: 2px;

    width: 100%;

    box-sizing: border-box;

    font-family: montserrat;

    color: #2C3E50;

    font-size: 16px;

    letter-spacing: 1px;

}



#msform input:focus,

#msform textarea:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border: none;

    font-weight: bold;

    border-bottom: 2px solid skyblue;

    outline-width: 0

}



#msform .action-button {

    width: 100px;

    background: #403def;

    font-weight: bold;

    color: white;

    border: 0 none;

    border-radius: 0px;

    cursor: pointer;

    padding: 10px 5px;

    margin: 10px 5px;

}



#msform .action-button:hover,

#msform .action-button:focus {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #403def;

}



#msform .action-button-previous {

    width: 100px;

    background: #616161;

    font-weight: bold;

    color: white;

    border: 0 none;

    border-radius: 0px;

    cursor: pointer;

    padding: 10px 5px;

    margin: 10px 5px

}



#msform .action-button-previous:hover,

#msform .action-button-previous:focus {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161

}



select.list-dt {

    border: none;

    outline: 0;

    border-bottom: 1px solid #ccc;

    padding: 2px 5px 3px 5px;

    margin: 2px

}



select.list-dt:focus {

    border-bottom: 2px solid skyblue

}



.card {

    z-index: 0;

    border: none;

    border-radius: 0.5rem;

    position: relative

}



.fs-title {

    font-size: 25px;

    color: #2C3E50;

    margin-bottom: 10px;

    font-weight: bold;

    text-align: left

}



#progressbar {

    margin-bottom: 5px;

    overflow: hidden;

    color: lightgrey;

}



#progressbar .active {

    color: #000000

}



#progressbar li {

    list-style-type: none;

    font-size: 12px;

    width: 16%;

    float: left;

    position: relative;

}



#progressbar #account:before {

    font-family: FontAwesome;

    content: "1";

}



#progressbar #personal:before {

    font-family: FontAwesome;

    content: "2";

}



#progressbar #payment:before {

    font-family: FontAwesome;

    content: "3";

}



#progressbar #confirm:before {

    font-family: FontAwesome;

    content: "\f00c"

}



#progressbar li:before {

    width: 50px;

    height: 50px;

    line-height: 45px;

    display: block;

    font-size: 18px;

    color: #ffffff;

    background: lightgray;

    border-radius: 50%;

    margin: 0 auto 10px auto;

    padding: 2px

}



#progressbar li:after {

    content: '';

    width: 100%;

    height: 2px;

    background: lightgray;

    position: absolute;

    left: 0;

    top: 25px;

    z-index: -1

}



#progressbar li.active:before,

#progressbar li.active:after {

    background: #403def;

}



.radio-group {

    position: relative;

    margin-bottom: 25px

}



.radio {

    display: inline-block;

    width: 204;

    height: 104;

    border-radius: 0;

    background: lightblue;

    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);

    box-sizing: border-box;

    cursor: pointer;

    margin: 8px 2px

}



.radio:hover {

    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)

}



.radio.selected {

    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)

}



.fit-image {

    width: 100%;

    object-fit: cover

}



.six-modal-body {}



.six-modal-body .form-card {}



.six-modal-body .form-card h2.fs-title {

    font-size: 40px;

}



.six-modal-body .form-card .grp {

    display: block;

    margin: 0 0 10px 0;

}



.six-modal-body .form-card .grp input {

    width: auto !important;

    margin-top: 0 !important;

    margin-bottom: 0 !important;

}



.six-modal-body .form-card .grp label {

    margin: 0 0 0 8px;

    padding: 0;

    font-size: 16px;

}



.six-modal-body .form-card .grp label input {}



#progressbar #payment-4:before {

    font-family: FontAwesome;

    content: "4";

}



#progressbar #payment-5:before {

    font-family: FontAwesome;

    content: "5";

}



#progressbar #payment-6:before {

    font-family: FontAwesome;

    content: "6";

}



.modal {

    z-index: 9999 !important

}



.blink_me {

    animation: blinker 1s linear infinite;

}



@keyframes blinker {

    50% {

        opacity: 0;

    }

}



.grecaptcha-badge {

    visibility: hidden !important;

    overflow: hidden !important;

}



.dropdown-content {

    display: none;

    position: absolute;

    min-width: 160px;

    z-index: 1;

    right: -226px;

    top: -1px;

    background-color: #fff;

    border: 1px solid #cbd6e2;

    border-radius: 0.1875rem;

    box-shadow: 0 1px 24px rgb(45 62 80 / 12%);

}



.dropdown-content a {

    color: black;

    padding: 12px 16px;

    text-decoration: none;

    display: block;

}



.dropdownnx {

    position: relative;

    display: inline-block;

}



.dropdownnx:hover .dropdown-content {

    display: block;

}



.dropdown-content ul {}



.dropdown-content ul li {

    display: block !important;

    padding: 10px 0 !important;

}



.dropdown-content ul li a {

    color: #000 !important;

    padding-bottom: 0 !important;

    padding-top: 0;

}



.fr_banner .home-banner-content h1 {

    font-size: 42px;

    line-height: 1.3;

}



.fr_banner .home-banner-content .subtitle {

    color: #ffffff;

    font-size: 22px;

}



.fr_banner .home-banner-content h1 span {

    color: #403def;

    font-size: 50px;

    font-weight: 800;

}



.fr_banner .home-banner-content ul {}



.fr_banner .home-banner-content ul li {

    font-size: 16px;

    font-weight: 600;

    color: #fff;

    font-family: system-ui;

    padding: 0 0 10px 30px;

    position: relative;

}



.fr_banner .home-banner-content ul li:before {

    content: "\e91a";

    font-family: 'icomoon' !important;

    color: #403def;

    position: absolute;

    left: 0;

    top: 0;

}



.main-work-box {

    margin: 15px 0 0 0;

    position: relative;

    border: 1px solid #ccc;

    border-radius: 10px;

    overflow: hidden;

}



.inner-work-box {

    position: relative;

    -webkit-transition: all 700ms;

    -moz-transition: all 700ms;

    -o-transition: all 700ms;

    transition: all 700ms;

    min-height: 330px;

    overflow: hidden;

}



.inner-img-box {

    background-repeat: no-repeat;

    height: 550px;

    width: 100%;

    background-size: cover;

    background-position: center;

    -webkit-transition: all 700ms;

    -moz-transition: all 700ms;

    -o-transition: all 700ms;

    transition: all 700ms;

}



img.image-responsive {

    padding: 0px;

    width: 100%;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    transition: transform 1s ease-in-out 0.5s;

    margin: 0 auto;

}



img.image-responsive:hover {

    transform: translateY(-50%);

}



.fraddres {

    padding: 20px 0 0 0;

}



.fraddres li {}



.fraddres li i {

    font-size: 20px;

    vertical-align: middle;

    margin: 0 10px 0 0;

}



.fraddres li h4 {

    display: inline-block;

    padding: 0;

    vertical-align: middle;

}



.fraddres li p {

    padding: 10px 0;

    color: #000;

    font-size: 16px;

}



.framw2 iframe {

    height: 250px;

    width: 100%;

}



img.helw {

    position: fixed;

    right: 70px;

    top: 0;

    width: 100px;

    -webkit-animation-name: rotate;

    animation-delay: 3s;

    -webkit-animation-duration: 2s;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-direction: linear;

    -webkit-transform-origin: 50% 0%;

    -webkit-animation-timing-function: ease-in-out;

}



@-webkit-keyframes rotate {

    0% {

        -webkit-transform: rotate(0deg);

    }



    10% {

        -webkit-transform: rotate(10deg);

    }



    20% {

        -webkit-transform: rotate(20deg);

    }



    30% {

        -webkit-transform: rotate(10deg);

    }



    40% {

        -webkit-transform: rotate(5deg);

    }



    50% {

        -webkit-transform: rotate(0deg);

    }



    60% {

        -webkit-transform: rotate(-5deg);

    }



    70% {

        -webkit-transform: rotate(-10deg);

    }



    80% {

        -webkit-transform: rotate(-20deg);

    }



    90% {

        -webkit-transform: rotate(-10deg);

    }



    100% {

        -webkit-transform: rotate(0deg);

    }

}



.ban .home-banner-content h1 {

    font-size: 38px;

    line-height: 1.3;

}



.newcbysaf .home-banner-content h1 {

    font-size: 42px;

}



.newcbysaf .home-banner-content h2 {

    font-size: 30px;

    color: #403def;

}



.newcbysaf .boxesinfo {

    padding: 60px 0px;

}



.newcbysaf .home-banner-content ul {}



.newcbysaf .home-banner-content ul li {

    font-size: 17px;

    color: #fff;

    padding: 0 0 5px 30px;

    position: relative;

}



.newcbysaf .home-banner-content ul li:before {

    content: "\e91a";

    font-family: 'icomoon' !important;

    color: #403def;

    position: absolute;

    left: 0;

    top: 0;

}



.Faqs .accordion {

    margin-top: 0;

}



.Faqs .accordion h2 button {

    font-size: 20px;

    text-decoration: none;

    font-weight: 700;

    color: #fff;

}



.Faqs .accordion h2 {

    padding: 0;

    text-align: left;

}



.Faqs .card-header {

    background: #403def;

    border: 1px solid #000;

}



section.Faqs {

    padding: 60px 0;

}



section.Faqs .card-body {

    font-size: 18px;

    color: #000;

}



.Faqs .accordion h2 .btn.btn-link {

    position: relative;

}



.Faqs .accordion h2 .btn.btn-link:after {

    content: '\2212';

    color: #fff;

    font-weight: bold;

    position: absolute;

    left: 1050px;

    font-size: 28px;

    top: 0px;

}



.Faqs .accordion h2 .btn.btn-link.collapsed:after {

    content: '\002B';

}



.Faqs h2 {

    text-align: center;

    margin: 0 0 20px 0;

}



.home-banner-content h2 {

    font-size: 30px;

    color: #403def;

}



.logo_Pg .home-banner-content h1 {

    font-size: 50px;

}



.mbl_pg .home-banner-content h1 {

    font-size: 47px;

}



.rep_pg .home-banner-content h1 {

    font-size: 48px;

}



.seo_Pg .home-banner-content h1 {

    font-size: 48px;

}



.web_pg .home-banner-content h1 {

    font-size: 50px;

}



.nft_mar .home-banner-content h1 {

    font-size: 48px;

}



.nft_mar .home-banner-content h2 {

    font-size: 25px;

}



.nft-des .home-banner-content h1 {

    font-size: 48px;

}



.nft-des .home-banner-content h2 {

    font-size: 25px;

}



.smm .home-banner-content h1 {

    font-size: 48px;

}



.smm .home-banner-content h2 {

    font-size: 25px;

}



.logo_n {

    width: 35%;

    margin: 5px 0 0 20px;

}



.dropdown-content.for_nft {

    right: -170px;

}



.newcbysaf .packagesmain h2 {

    font-size: 30px;

}



.rep_pg .solutionssec .textwrap .solutionslist li {

    font-size: 15px;

}



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

    .newcbysaf .home-banner-content ul li {

        font-size: 14px;

    }



    .newcbysaf .home-banner-content h1 {

        font-size: 28px;

    }



    .newcbysaf .home-banner-content h2 {

        font-size: 20px;

    }



    .bottomSec {

        top: 590px;

    }



    .mainvideo {

        transform: scale(4);

    }



    .Faqs .accordion h2 button {

        font-size: 11px;

    }



    .Faqs .accordion h2 .btn.btn-link:after {

        left: 360px;

        font-size: 18px;

    }



    section.Faqs .card-body {

        font-size: 14px;

    }



    .footer-top .socialmid .right {

        width: 100%;

        text-align: left;

    }



    .footer-bottom .fologo {

        width: 60%;

        max-width: unset;

        margin: 0 0 10px 0;

    }



    .copyright {

        text-align: left;

        padding: 10px 0;

    }



    .footer-nav2 {

        text-align: left;

    }



    .logo_n {

        width: 15%;

        margin: 10px 0 0 0px;

    }



    .footer-bottom {

        padding: 0px 0 30px 0;

    }



    .portfolioboxes,

    .mcta,

    .packagesmain,

    .solutionssec,

    .queryform,

    .footer-top,

    .mservices,

    .methodologysec,

    .abtinfo,

    .queryform.innerfrom {

        padding: 40px 0 0 0;

    }



    .rep_pg .home-banner-content h1 {

        font-size: 26px;

    }



    .rep_pg .home-banner-content h2 {

        font-size: 20px;

    }



    .rep_pg .home-banner-content .subtitle {

        font-size: 15px;

        padding-bottom: 10px;

    }



    .rep_pg .innserservice-commonfolds {

        background: none;

    }



    .rep_pg section.mcta {

        padding: 40px 0;

    }



    .rep_pg .solutionssec .textwrap .solutionslist li {

        font-size: 11px;

    }



    .rep_pg section.solutionssec {

        padding: 40px 0;

    }

}



.inner-img-box {

    position: relative;

}



.new_clrthankx header {

    background: #000;

}



.new_clrthankx .mheader.stickyheader {

    z-index: 9999;

}



.inner-img-box:after {

    position: absolute;

    content: "";

    background-color: #00000045;

    width: 100%;

    height: 0;

    left: 0;

    transition: 0.5s;

    bottom: 0;

}



.inner-img-box:hover:after {

    height: 100%;

    transition: 0.5s;

}



.inner-img-box:hover .image-responsive {

    transform: translateY(-50%) !IMPORTANT;

}



.inner-img-box:before {

    position: absolute;

    content: "+";

    font-size: 50px;

    color: #fff;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 1;

    transform: scale(0);

    transition: 0.5s;

}



.inner-img-box:hover:before {

    transition: 0.5s;

    transform: scale(2);

}



.home-banner img.mobl_bg_main_banner {

    display: none;

}



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

    .home-banner .mainvideo {

        display: none !IMPORTANT;

    }



    .home-banner img.mobl_bg_main_banner {

        display: block !IMPORTANT;

        position: absolute;

        height: 100%;

        width: 100%;

        object-fit: cover;

    }



    .mobile-nav-btn {

        z-index: 99 !IMPORTANT;

    }



    .portfolioboxes {

        padding-bottom: 40px;

    }



    .mcta {

        padding-bottom: 40px;

    }



    .comboopack .combopackwrap .footterr .right .orderbtn .viewdetails {

        text-align: center;

    }



    .comboopack {

        padding-bottom: 40px !IMPORTANT;

    }



    .intl-tel-input .selected-flag .iti-arrow {

        right: 0;

    }



    .abtinfo {

        padding-bottom: 40px;

    }



    .methodologysec .myfigure {

        height: 300px;

    }



    .methodologysec {

        padding-bottom: 40px;

    }



    .neww_responsivee .bottomSec {

        top: 730px;

    }



    .ban .home-banner-content h1 {

        font-size: 30px !important;

    }



    .wd_new_respnsive .custompackages .topwrap {

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

    }



    .wd_new_respnsive .custompackages .textwrap {

        width: 100%;

        text-align: center;

    }



    .wd_new_respnsive .custompackages .btnwrap {

        width: 100%;

        text-align: center;

    }



    .wd_new_respnsive .custompackages .textwrap h2 {

        font-size: 30px;

    }



    .neew_respnsive_wrpp .innserservice-commonfolds.socialmm {

        background-image: none;

    }



    .myinnersection {

        height: 100%;

        padding-bottom: 30px;

    }



    .responsive_chngs_neww .intl-tel-input .selected-flag .iti-arrow {

        right: 6px;

    }



    .queryform.innerfrom {

        padding-top: 21%;

    }

}
.Complaintext {
    background: #403def;
    color: #fff!important;
    padding: 10px 10px;
}


// Please paste your code here and press Beautify button