﻿:root {
    --primary-color: #6cc5a7;
    --pre-primary-color: #ebf6f3;
    --secondary-color: #142847;
    --section-bg: #eff7fd;
    --bg-light-blue: #f5f8fb;
    --body-font-color: #505155;
    --Black-color: #000000;
    --white-color: #ffffff;
    --heading-colors: #0d0f1c;
    --dark-blue: #0075dd;
    /* --footer-bg:#0b0916; */
    --menu-color: #001b40;
    --mid-color: #4fadff;
    --innerlightbg: #bcdffe;
    --DGrey: #020202;
    --worldCompanies: #0f0f14;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    color: #505155;
}

section {
    position: relative
}


/* Spacers */


.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}

/* Spacers End */

/* Backgrounds */

.pri-bg{
    background-color: var(--primary-color);
}


.js-title {
    font-weight: 300;
    color: #0a0909;
    margin-bottom: 0;
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
}
.sj-content{
    flex:1;
    
}

.sj-content p{
    font-size: 15px;
    color: #a4a4a7;
    margin-bottom: 0;
}

.sj-button-holer{
    flex: 1 0 50px;
    max-width: 50px;
}
.sj-btn{
    display: flex;
    align-items: center;
    height: 50px;
    background-color:#f3f7fa;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    justify-content: center;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    font-size: 25px;
    color: #4c525a;
}

.sj-btn:hover{
    background-color: var(--primary-color);
    color: #000;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}


.single-job {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d2d5d6;
}

.js-serial-no{
    color: #a4a4a7;
    font-size: 15px;
}

.btn-count-holder{
    position: relative;
}

.post-count {
    font-size: 10px;
    top: 4px;
    position: absolute;
    right: -10px;
}

/* job tabs styling End */


/* Header Css Start*/


header #navbarSupportedContent, header .contact-btn {
    margin-top: 10px;
    /*position: relative;*/
}

.main-header {
    transition: all 0.5s;
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    background-color: #fbfbfb;
}

.main-header.fixed-top {
    padding: 10px 0;
    background-color: #fbfbfb !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0px 13px #0000005c;
}

.main-header .navbar-expand-lg {
    position: inherit;
}
.main-header .navbar-expand-lg .nav-item {
    position: inherit;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.main-header .navbar-expand-lg .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;

}
.main-header .navbar-expand-lg .nav-item .dropdown-menu.sty1 {
    width: 250px;
    padding-top: 0;
    padding-bottom: 0;
    top: 40px;
}
    .main-header .navbar-expand-lg .nav-item .dropdown-menu.sty1 .leftCol {
        width: 100%;
            max-width: 100%;
        flex: 0 0 100%;
}

.main-header .navbar-expand-lg .nav-item .dropdown-menu li a.dropdown-item {
    max-width: 23%;
}
.main-header .mainList .rightCol .dropdown-item .falgs  {
    width: 25px;
    display: inline-block;
}
.main-header .mainList .rightCol .falgs img {
    width: 100%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li.block .contectArea {
    display: inline-flex;
    height: 100%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea {
    display: none;
    max-width: 75%;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    top: 0;
    justify-content: space-between;
    background: var(--pre-primary-color);
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu  .statesList {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    flex-wrap: wrap;
    opacity: 1;
    color: #fff;
    top: 0;
    max-width: 100%;
    flex: 0 0 100%;
    flex-direction: initial;
    justify-content: space-between;
    /*visibility: visible;*/
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu  .statesList li {
    display: flex;
    align-items: center;
    min-width: inherit;
    width: 48%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu  .statesList li a {
    color: var(--white-color);
    padding: 12px 0;
    margin: 0;
    font-size:calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
    transition: all ease-in-out 0.3s;
    font-weight: 400;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu .statesList li a:hover {
    font-weight: 400;
}
    .main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox {
        display: flex;
        max-width: 57%;
        flex: 0 0 57%;
        /*height: 100%;*/
        line-height: 1.8;
        padding-right: 25px;
        margin-right: 15px;
        border-right: #dcdcdc solid 1px;
        flex-direction: column;
    }
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox p {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #8d94a1;
    line-height: 26px;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox .achivments {
    position: absolute;
    bottom: 0;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox .imgBox {
    width: 100%;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .contentBox .imgBox img {
    width: 100%;
}

.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .cta {
    display: flex;
    max-width: 40%;
    flex: 0 0 40%;
    align-items: flex-start;
    justify-content: center;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .cta .ctaBox {
    background-color: var(--white-color);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    box-shadow: 0px 3px 9px 0px rgba(127, 137, 161, 0.20);
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .ctaImg {
    width: 100%;
    height: 150px;
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .ctaImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea a {
    padding: 0;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea h5 {
    font-size: calc(13px + (19 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}
.dropdown-menu li .contectArea .cta .ctaBox .linksArea h6 {
    color: var(--primary-color);
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.main-header .navbar-expand-lg .nav-item .dropdown-menu li .contectArea .cta img {
    width: 100%;
}

.main-header .navbar-expand-lg .nav-item .dropdown-menu li:hover .contectArea {
    display: flex;
    width: 100%;
    height: 100%;
    background: var(--pre-primary-color);
    z-index: 1;
}

.main-header .mainList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #142847;
}
.main-header .mainList .leftCol {
    max-width: 25%;
    flex: 0 0 25%;
    background-color: var(--secondary-color);
    padding: 10px;
    /*height: 300px;*/
}
.main-header .mainList .leftCol .Innerlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.main-header .mainList .leftCol .Innerlist a {
    margin: 0;
}
.main-header .mainList .rightCol {
    max-width: 100%;
    flex: 0 0 100%;
    min-height: 200px;
}

.main-header .mainList .rightCol li a {
    color: #858788;
}



.ctm-main-title {
    font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
}



.social-list {
    padding: 0;
    margin: 0;
    display: flex;
}

.social-list li {
    list-style: none;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    margin: 0 10px;
    width: 25px;
    height: 25px;
    text-align: center;

}

.social-list li a {
    font-family: "FontAwesome";
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    margin: 0;
    text-decoration: none;
}

/*header .navbar .nav-item {
    display: flex;
    flex-wrap: wrap;
}*/

.navbar .nav-link, .navbar .nav-item a {
    color: #858788;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    margin: 0 5px;
    padding: 12px 7px;
}

.navbar .dropdown .innerTabCon {
    display: flex;
    padding: 0;
}

.navbar .dropdown .innerTabCon ul {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 1;
    box-shadow: none;
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    height: auto;
    max-width: 35%;
    flex: 0 0 35%;
}

.navbar .dropdown .innerTabCon ul li {
    min-width: inherit;
}
.navbar .dropdown .innerTabCon ul li a {
    background-color: transparent;
    border-radius: 0;
    padding: 20px 20px;
    margin: 0;
    border-bottom: #f0f0f0 dashed 1px !important;
    border: 0;
    color: #ffffff;
    font-weight: 500;
}

.navbar .dropdown .innerTabCon ul li.nobrdr a {
    border-bottom: 0 !important;
}

.navbar .dropdown .innerTabCon ul li a .tabLinksBox {
    display: flex;
    align-items: center;
}
.navbar .dropdown .innerTabCon ul li a .tabLinksBox .iconBox {
    display: flex;
    max-width:78px;
    flex: 0 0 78px;
    align-items: flex-start;
}
.navbar .dropdown .innerTabCon ul li a .tabLinksBox .iconBox img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.navbar .dropdown .innerTabCon ul li a .tabLinksBox h3 {
    color: #fff;
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}
.navbar .dropdown .innerTabCon ul li a .tabLinksBox p {
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}

.navbar .dropdown .innerTabCon ul li:hover a {
    font-weight: 500;
}
.navbar .dropdown .innerTabCon ul li a.active {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.navbar .dropdown .tab-content {
    /*background-color: #fbfbfb;
    border: #f0f0f0 solid 1px;*/
    padding: 15px 50px;
    display: flex;
    max-width: 65%;
    flex: 0 0 65%;
    align-items: flex-start;
    justify-content: flex-start;
}
.navbar .dropdown .tab-content .active {
    opacity: 1 !important;
    padding: 0 !important;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
}
.navbar .dropdown .tab-content:hover {
    /*padding: 10px;*/
    font-weight: 500;
}
.navbar .dropdown .tab-content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
}
.navbar .dropdown .tab-content h6 {
    color: #000;
}
.navbar .dropdown .tab-content ol {
    padding: 0 0;
}
.navbar .dropdown .tab-content ol li::marker {
    display: none;
    content: none;
}
.navbar .dropdown .tab-content ol li {
    position: relative;
    padding-left: 15px;
}
.navbar .dropdown .tab-content ol li i, .navbar .dropdown .tab-content ol li svg {
    position: absolute;
    left: 0;
    top: 3px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 0px);
    margin: 0;
    padding: 0;
    z-index: 1;
    opacity: 0;
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border: 0;
    border-radius: 0;
    height: auto;
}

.navbar .dropdown ul li {
    min-width:100%;
    border: 0;
    padding: 0;
    position: static;
    transition: all ease-in-out 0.3s;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    transition: all ease-in-out 0.3s;
    color: #fff;
    border-bottom: #f0f0f0 dashed 1px;
}
.navbar .dropdown ul a.nobrdr {
    border-bottom: 0;
}

.main-header .mainList .Innerlist a:hover {
    background-color: var(--primary-color);
}

.navbar .dropdown ul a i {
    font-size: 14px;
}

/*.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: var(--white-color);
    background-color:  var(--primary-color)
}*/

.navbar .dropdown ul a:hover .tabLinksBox .iconBox img, .navbar .dropdown ul .active:hover .tabLinksBox .iconBox img, .navbar .dropdown ul li:hover>a .tabLinksBox .iconBox img {
    filter: brightness(0.5);
}
.navbar .dropdown .innerTabCon ul li a.active .tabLinksBox .iconBox img {
    filter: brightness(0.5);
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 60px;
    visibility: visible;
    left: 0;
    padding: 0;
    overflow: hidden;
    background-color: #142847;
    border-radius: 27px;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown ul .container {
    position: relative;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

header .contact-btn {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400 !important;
    padding: 10px 15px !important;
    margin-left: 20px !important;
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
header .contact-btn .iconBox {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

header .contact-btn:hover {
    color: var(--Black-color);
    background-color: var(--primary-color);
}
header .contact-btn:hover .iconBox {
    background-color: var(--secondary-color);
}
a {
    text-decoration: none;
}

/* Header Css End*/

/*  Main Banner Css start */
.main-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    /*min-height: 870px;*/
    padding: 150px 0 70px 0;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}
.main-banner h1 {
    font-size: calc(22px + (41 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #0b1321;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.main-banner h1.eiNnumber {
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.main-banner h3 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: calc(17px + (28 - 17) * ((100vw - 300px) / (1920 - 300)));
    text-transform: capitalize;
}
.main-banner h1 span {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 0 10px;
}

.bannerHsm {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--secondary-color);
    margin-left: 20px;
    margin-top: 0;
}

.main-banner p {
    font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.3;
    color: #727576;
    font-weight: 300;
}

.main-banner .bannImg {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.main-banner .bannImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .formBox {
    background-color: var(--secondary-color);
    border-radius: 20px;
    padding: 20px;
}
.main-banner .formBox .form-group {
    margin-bottom: 12px;
}
.main-banner .formBox .form-control {
    border-radius: 20px;
    height: 45px;
}
.main-banner .formBox .form-control .iti__selected-flag {
    border-radius: 20px 0 20px 0;
}
.main-banner .formBox textarea.form-control {
    resize: none;
    height: 75px;
}
.main-banner .formBox .btn-primary {
    background-color: var(--primary-color);
    border-radius: 20px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 100%;*/
    padding: 0 15px;
    color: var(--secondary-color) !important;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    height: 45px;
    transition: all ease-in-out 0.3s;
}

.main-banner .formBox .btn-primary .icon {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--secondary-color);
    margin-left: 10px;
}
.main-banner .formBox .btn-primary:hover .icon {
    background-color: var(--secondary-color);
    color: var(--pre-primary-color);
}
.main-banner .formBox .btn-primary:hover {
    background-color: var(--pre-primary-color);
}
.banner-reviews {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.banner-reviews h5 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .banner-reviews {
        flex-direction: column;
    }
}

.main-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
}
.main-title h2 {
    font-size: calc(20px + (39 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.main-title p {
    color: #676a6a;
    line-height: 1.5;
    font-weight: 400;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
}

.monitize-area {
    background-position: top center;
    background-size: cover;
    padding: 120px 0;
}

.monitize-area .nav-tabs {
    border: 0;
}
.monitize-area .nav-tabs li a {
    padding: 14px 20px;
    font-size: calc(14px + (19 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #494d54;
    border-radius: 20px;
    border-color: var(--bs-nav-tabs-link-hover-border-color) !important;
    margin: 0 5px;
}

.monitize-area .nav-tabs li a.nav-link.active {
    background-color: var(--secondary-color) !important;
    color: var(--white-color);
}

.monitize-area .tab-content {
    border: 0;
    padding: 50px 0 0;
}

.monitize-area .tab-content h2{
    font-size: calc(20px + (39 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.monitize-area .tab-content p {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #656b73;
    line-height: 1.5;
    font-weight: 400;
}
.monitize-area .tab-content .title {
    position: relative;
    text-transform: uppercase;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--secondary-color);
    margin: 25px 0;
}
.monitize-area .tab-content .title:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #979ca4;
    width: 100%;
    height: 1px;
    left: 0;
    content: '';
}
.monitize-area .tab-content .title h5 {
    background-color: #fff;
    padding: 0 15px 0 0;
    position: relative;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 0;
    z-index: 1;
    display: inline-block;
}
.monitize-area .tab-content .includeBox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 14px;
    border-radius: 20px;
    background-color: #f7fbfe;
}
.monitize-area .tab-content .includeBox i, .monitize-area .tab-content .includeBox svg {
    color: var(--primary-color);
    font-size: calc(27px + (30 - 27) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
}
.monitize-area .tab-content .includeBox h6 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}
.monitize-area .tab-content .includeBox p {
    margin-bottom: 0;
    color: #5f6f86;
    color: #5f6f86;
    font-weight: 600;
    font-size: calc(12px + (12 - 12) * ((100vw - 300px) / (1920 - 300)));
}

.monitize-area .imgBox {
    display: inline-block;
    position: relative;
    padding-right: 125px;
    width: 100%;
}

.monitize-area .imgBox .imgSection {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.monitize-area .imgBox .imgSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.monitize-area .imgBox .monitize-list {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.monitize-area .imgBox .monitize-list ul {
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.monitize-area .imgBox .monitize-list ul li {
    font-weight: 600;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    background-color: #ebf2fa;
    border-radius: 0 10px 10px 10px;
    padding: 10px 12px;
    margin: 0 0 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.h-support-business {
    padding: 80px 0;
    background-color: #fdfeff;
    position: relative;
}

.h-support-business:before {
    background-image: url(../img/mix/support1-left.webp);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 561px;
    height: 462px;
    pointer-events: none;
    content:"";
}

.h-support-business:after {
    background-image: url(../img/mix/support2-right.webp);
    background-repeat: no-repeat;
    background-position: center top;
    bottom: 0;
    right: 0;
    width: 654px;
    height: 635px;
    position: absolute;
    pointer-events: none;
    content:"";
}

.h-support-business .boxes {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: #ccd5e6 dashed 1px;
    height: 100%;
}

.h-support-business .boxes .imgBox {
    display: flex;
    max-width: 110px;
    margin-right: 15px;
}

.h-support-business .boxes .contentBox {
    display: flex;
    flex-direction: column;
}

.h-support-business .boxes .contentBox h4 {
    font-weight: 600;
    font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.h-support-business .boxes .contentBox p {
    font-weight: 400;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #8b929a;
    margin-bottom: 0;
    line-height: 1.5;
}

.h-support-business .buttonsArea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.btn-primary {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400 !important;
    padding: 10px 10px 10px 20px !important;
    background-color: var(--primary-color);
    color: var(--white-color) !important;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.btn-primary .iconBox {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: var(--white-color);
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}

.btn-primary:hover .iconBox {
    background-color: var(--primary-color);
}

.brder-btn-primary {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400 !important;
    padding: 10px 10px 10px 20px !important;
    background-color: transparent;
    border: solid 1px;
    border-color: var(--primary-color);
    color: var(--secondary-color) !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.brder-btn-primary .iconBox {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brder-btn-primary:hover {
    color: var(--white-color) !important;
    background-color: var(--secondary-color);
}

.brder-btn-primary:hover .iconBox {
    background-color: var(--primary-color);
}

.btn-secondary {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400 !important;
    padding: 10px 10px 10px 20px !important;
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.btn-secondary .iconBox {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-secondary:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.btn-secondary:hover .iconBox {
    background-color: var(--secondary-color);
}

.trustArea {
    padding: 100px 0;
    position: relative;
}

.trustBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 65px 28px;
    border-radius: 30px;
    min-height: 325px;
    overflow: hidden;
    background-color: var(--white-color);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12);
    transition: all ease-in-out 0.3s;
    margin: 15px 0;
    background-image: url(../img/mix/trust-bg.webp);
    background-repeat: no-repeat;
    background-position: right top;
}

.trustBox h4 {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
}

.trustBox p {
    color: #727677;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 500;
}

.trustBox .iconBox {
    display: flex;
    margin-bottom: 15px;
}

.trustBox:hover {
    background-color: #263959;
    background-image: url(../img/mix/trust-bg.webp);
    background-repeat: no-repeat;
    background-position: right top;
    background-blend-mode: screen;
}

.trustBox:hover h4, .trustBox:hover p {
    color: var(--white-color);
}

/* Maintain States Css Start Here */
.maintainStates {
    padding: 0 0 100px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.maintainStates .CompaniesList {
    margin: 0;
    background-image: none;
    padding: 0;
}
.maintainStates .CompaniesList li {
    color: var(--secondary-color);
}

.maintainStates .CompaniesList li a {
    color: var(--secondary-color);
}
.maintainStates .CompaniesList li a:hover {
    color: var(--primary-color);
}

/* Maintain States Css End */

.howLLC-section {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.howLLC-section p {
    color: #656b73;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.7;
    font-weight: 500;
}
.howLLC-section p a {
    color: var(--primary-color);
}
.howLLC-section .videoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: #0b1422 solid 1px;
    height: 322px;
}
.howLLC-section .videoBox img, .howLLC-section .videoBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.businessOptions {
    padding: 80px 0;
    position: relative;
}

.businessOptions:before {
    background-image: url(../img/mix/business-option-left-img.webp);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 870px;
    height: 1007px;
    pointer-events: none;
    content: "";
}

.businessOptions:after {
    background-image: url(../img/mix/business-option-img2.webp);
    background-repeat: no-repeat;
    background-position: center top;
    bottom: 0;
    right: 0;
    width: 793px;
    height: 846px;
    position: absolute;
    pointer-events: none;
    content: "";
}

.businessOptions .optionBox {
    border-radius: 20px;
    background-color: var(--white-color);
    padding: 30px 0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.12);
    position: relative;
}
.businessOptions .optionBox .titleArea {
    display: flex;
    margin-bottom: 20px;
    padding: 0 20px;
    flex-direction: column;
}
.businessOptions .optionBox .titleArea p {
    color: #656b73;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.5;
    margin-bottom: 0;
}
.businessOptions .optionBox .titleArea h3 {
    color: var(--secondary-color);
    font-size: calc(18px + (27 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}
.businessOptions .optionBox .listing {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
    flex-direction: column;
    position: relative
}
.businessOptions .optionBox .listing .heading {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
    font-weight: 600;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.businessOptions .optionBox .listing ul {
    padding: 64px 0px 0 0px;
    margin: 0;
}
.businessOptions .optionBox .listing ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    position: relative;
    color: #505553;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
}
.businessOptions .optionBox .listing ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    background-color: var(--primary-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    pointer-events: none;
    content: "";
}
.businessOptions .buttonsArea {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.businessOptions .buttonsArea p {
    margin-bottom: 0;
    margin-top: 12px;
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #6f7472;
}

.solutionThing {
    padding: 100px 0;
    position: relative;
}
.solutionThing .contentArea {
    padding-top: 135px;
    position: sticky;
    top: 0;
    padding-right: 50px;
    padding-bottom: 120px;
}
.solutionThing .bottomContent {
    position: absolute;
    bottom: 75px;
}
.solutionThing .btn-secondary {
    display: inline-flex;
}

.solutionThing .rightPostBox {
    padding-top: 250px;
}

.solutionThing .postBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}
/*.solutionThing .postBox .imgBox {
    display: inline-block;
    width: 100%;
    height: 372px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: var(--pre-primary-color);
}*/
.solutionThing .postBox .imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 372px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: var(--pre-primary-color);
}
.solutionThing .postBox .imgBox img {
    width: 75%;
    height: auto;
    object-fit: cover;
}
.solutionThing .postBox h4 {
    font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: #0a0909;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}


.expertimg_area {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px px;
}
.expertimg_area img, .expertimg_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.registeredTabs {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.registeredTabs ul {
    margin-bottom: 20px;
    border: 0;
}
.registeredTabs ul .nav-item {
    color: #94989d;
    display: flex;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.registeredTabs ul .nav-link {
    color: #94989d;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    line-height: 1.3;
    padding: 0;
    border-bottom: #94989d solid 1px;
}
.registeredTabs ul .nav-link.active, .registeredTabs ul .nav-link:hover {
    border: 0;
    color: var(--primary-color);
    border-bottom: #6cc5a7 solid 1px;
}


.testimonialsSection {
    position: relative;
    padding: 90px 0;
}

.testimonialsSection .leftImgSec {
    padding-right: 130px;
    position: relative;
}
.testimonialsSection .leftImgSec:after {
    position: absolute;
    right: 20px;
    top: 0;
    width: 54px;
    height: 439px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../img/mix/line-bg.webp);
    content: '';
}
.testimonialsSection .leftImgSec .imgBox {
    height: 439px;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: var(--Black-color);
}
.testimonialsSection .leftImgSec .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonialsSection .leftImgSec .imgBox .contentArea {
    position: absolute;
    left: 0;
    bottom: 25px;
    background-color: var(--secondary-color);
    padding: 8px 20px;
    width: 100%;
}
.testimonialsSection .leftImgSec .imgBox .contentArea h4 {
    color: var(--primary-color);
    margin-bottom: 3px;
    font-weight: 500;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
}

.testimonialsSection .leftImgSec .imgBox .contentArea h6 {
    color: #9ba0a6;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}
.testimonialsSection .leftImgSec .imgBox .contentArea h5 {
    color: var(--white-color);
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}

.testimonialsSection .slick-dots {
    text-align: right;
    width: 50%;
    right: 0;
}
.testimonialsSection .slick-dots li button:before {
    content: '→';
    font-size: 25px;
    font-weight: bold;
    color: var(--secondary-color);
    opacity: 1;
}
.testimonialsSection .slick-dots li #slick-slide-control00 {
    transform: rotate(-180deg);
}
.testimonialsSection .slick-dots li.slick-active button:before {
    color: var(--primary-color);
}

.testimonialsSection:after {
    background-image: url(../img/mix/testimonials-right-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    right: 0;
    width: 1129px;
    height: 727px;
    position: absolute;
    pointer-events: none;
    content: "";
}
.testimonialsBox .quoteIcon {
    display: flex;
    width: 91px;
    height: 65px;
    background-image: url(../img/mix/quote-icon.webp);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 30px;
}
.testimonialsBox .contentArea {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.testimonialsBox .contentArea:after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/mix/quote-icon.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
}

.testimonialsBox .contentArea p {
    color: #869093;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8;
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
}
.testimonialsBox .statusBox h4 {
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0;
}
.testimonialsBox .statusBox h5 {
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #9ba0a6;
    margin-bottom: 0;
}
.testimonialsBox .statusBox h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #879093;
    margin-bottom: 0;
}


.main-banner .bannImg.aboutVideo {
    height: 469px;
    overflow: hidden;
    position: relative;
}
.main-banner .bannImg.aboutVideo .videoIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background-color: var(--Black-color);
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size:  calc(38px + (40 - 38) * ((100vw - 300px) / (1920 - 300)));
}
.main-banner .bannImg.aboutVideo img, .main-banner .bannImg.aboutVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section2 {
    padding: 65px 0 20px 0;
    background-color: var(--white-color);
}
.expertimg_area {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.expertimg_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compliance-sec {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 95px 0;
}
.compliance-sec:after {
    background-image: url(../img/mix/testimonials-right-bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    right: 0;
    width: 1129px;
    height: 727px;
    position: absolute;
    pointer-events: none;
    content: "";
}

.smboxmain {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 30px;
    border-right: #9fa3a9 dashed 1px;
    height: 100%;
}
.smboxmain.br-0 {
    border-right: 0px;
}
.smboxmain.pl-0 {
    padding-left: 0;
}
.smboxmain.pr-0 {
    padding-right: 0;
}

.smboxmain .iconBox {
    display: flex;
    margin-bottom: 20px;
}
.smboxmain .iconBox img {
    max-width: 60px;
}
.smboxmain h4 {
    font-weight: 600;
    font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    margin-bottom: 5px;
}
.smboxmain h4 {
    font-weight: 600;
    font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    margin-bottom: 5px;
}
.smboxmain h2 {
    font-weight: 600;
    font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    margin-bottom: 5px;
}
.smboxmain p {
    font-weight: 400;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #8b929a;
    margin-bottom: 0;
    line-height: 1.5;
}

.official-difference {
    padding: 100px 0;
    position: relative;
}
.official-difference .container {
    position: relative;
    z-index: 1;
}
.official-difference .shapes {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.official-difference .leftShape {
    left: 0;
}
.official-difference .rightShape {
    right: 0;
}

.officialSection {
    padding-bottom: 100px;
}
.corporateBox {
    display: flex;
    align-items: flex-start;
    border-radius: 30px;
    background-color: #eff8f4;
    padding: 55px 45px;
    height: 100%;
    flex-direction: column;
}
.corporateBox h3 {
    font-size: calc(20px + (39 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 30px;
}
.corporateBox h5 {
    font-size: calc(15px + (19 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 8px;
}
.corporateBox p {
    color: #5b6067;
    font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
}
.corporateBox .list {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.lg-imgArea {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.lg-imgArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-buttonsArea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.heighlightSec {
    padding-bottom: 80px;
}

.positionSec {
    padding: 80px 0;
}
.positionSec .portfolio-menu {
    margin-bottom: 20px;
}
.positionSec .portfolio-menu .control {
    border: 0;
    color: #9d9d9d;
    font-size: calc(15px + (25 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    padding: 8px 20px;
    text-decoration: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.positionSec .portfolio-menu .control:hover {
    color: var(--secondary-color);
}
.positionSec .portfolio-menu .control:hover::after {
    background: var(--secondary-color);
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.positionSec .portfolio-menu .control.mixitup-control-active {
    color: var(--secondary-color);
}
.positionSec .portfolio-menu .control.mixitup-control-active:after {
    background: var(--secondary-color);
    height: 2px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.positionSec .portfolio-item .pd.content .mix {
    display: flex;
    padding: 10px 20px;
    border-bottom: #e0dedb solid 1px;
    align-items: center;
}
.positionSec .portfolio-item .pd.content.bdtop .mix {
    border-top: #e0dedb solid 1px;
}

.positionSec .portfolio-item .pd.content p, .positionSec .portfolio-item .pd.content h4 {
    margin-bottom: 0;
}
.positionSec .portfolio-item .pd.content .contentArea {
    display: flex;
    max-width: 85%;
    flex: 0 0 85%;
    flex-direction: column;
}
.positionSec .portfolio-item .pd.content .vieaAll {
    display: flex;
    align-items: flex-end;
    color: var(--primary-color);
    font-size: calc(13px + (24 - 13) * ((100vw - 300px) / (1920 - 300)));
    transition: all ease-in-out 0.3s;
}
.positionSec .portfolio-item .pd.content .vieaAll svg {
    margin-left: 15px;
    transform: rotate(318deg);
    position: relative;
    top: -6px;
}
.positionSec .portfolio-item .pd.content .vieaAll:hover {
    color: var(--secondary-color);
}

.positionSec .portfolio-item .pd.content .contentArea h4 {
    color: var(--secondary-color);
    font-size: calc(15px + (21 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.positionSec .portfolio-item .pd.content .contentArea p {
    color: var(--secondary-color);
    font-size: calc(15px + (22 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
}
.positionSec .portfolio-item .pd.content .mix {
    display: flex;
    width: 100%;
    align-items: center;
}
.cl-primary {
    color: var(--primary-color) !important;
}

.crm-sec {
    position: relative;
}
.crm-sec .tab-content {
    border-bottom: 0;
}
.crm-sec .slick-slide img {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

.space {
    padding: 120px 0;
    position: relative;
}
.space2 {
    padding: 110px 0;
    position: relative;
}
.space3 {
    padding: 140px 0;
    position: relative;
}

.bg1 {
    background: rgb(36,61,149);
    background: linear-gradient(82deg, rgba(36,61,149,1) 0%, rgba(74,173,225,1) 100%);
    /* padding: 50px 0; */
}
.bg2 {
    background: rgb(2,170,157);
    background: linear-gradient(82deg, rgba(2,170,157,1) 0%, rgba(29,181,116,1) 100%);
}
.bg3 {
    background: rgb(69,59,0);
    background: linear-gradient(82deg, rgba(69,59,0,1) 0%, rgba(2,2,2,1) 100%);
}
.bg4 {
    background: rgb(249,206,112);
    background: linear-gradient(90deg, rgba(249,206,112,1) 0%, rgba(249,206,112,1) 100%);
}
.bg5 {
    background: #0a1b1f;
}

.bgc-white {
    background-color: #fff;
}


.bgc-gradient1 {
    background: rgb(0,169,156);
    background: linear-gradient(90deg, rgba(0,169,156,1) 0%, rgba(30,180,118,1) 100%);
}
.bgc-gradient2 {
    background: rgb(0,170,154);
    background: linear-gradient(90deg, rgba(0,170,154,1) 0%, rgba(24,178,121,1) 100%);
}
.bgc-gradient3 {
    background: rgb(249,206,112);
    background: linear-gradient(90deg, rgba(249,206,112,1) 0%, rgba(249,206,112,1) 100%);
}
.crm-sec .common-title {
    color: var(--white-colors);

}
.crm-sec h2{
    color: var(--white-color)!important;
    font-weight: 400;
    padding-bottom:10px;
}
.crm-sec p{
    color: var(--white-color);
    font-weight: 400;
    padding-bottom:20px;
}
.crm-sec .top-text {
    color: #a5d1cb;
    font-size: calc(22px + (51 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    left: 5%;
    text-align: center;
    text-transform: uppercase;
}
.crm-sec .top-text.web {
    color: #fff;
}
.crm-sec .top-text.web span::before {
    background-color: #fff;
}
.crm-sec .top-text.sty1 {
    font-size: calc(22px + (51 - 22) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 12px;
}
.crm-sec .top-text span::before {
    content: "";
    background-color: #a5d1cb;
    width: 2px;
    min-height: 100px;
    height: 100vh;
    position: absolute;
    bottom: -100vh;
    left: 49%;
    opacity: 0.5;
}

.crm-sec .top-text span {
    position: relative;
}
.crm-sec .slick-dots {
    display: grid;
    justify-content: center;
    margin: 0;
    padding: 0px 0;
    list-style-type: none;
    position: absolute;
    right: 0 !important;
    top: 300px;
    width: 142px;
    height: 50px;
}
.crm-sec .slick-dots li {
    margin: 0 0.25rem;
}
.crm-sec .slick-dots button {
    display: block;
    width: 12px;
    height:12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    text-indent: -9999px;

}
.crm-sec .slick-dots li.slick-active button {
    background-color: var(--white-color);
    /* border:1px solid #fff; */
}
.crm-sec .slick-dots li.slick-active button:after {
    position: absolute;
    left: -4px;
    right: 0;
    top: -4px;
    bottom: 0;
    border: solid 2px #fff;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.case-sec{
    position: relative;
    padding:80px 0;
}
.case-sec h3{
    font-weight: 500;
    padding:40px 0;
}
.case-box {
    position: relative;
    margin:0 20px 20px 20px;
}
.case-box .case-img img{ 
    width: 100%;
    margin-bottom: 20px;
}
.case-box .case-text h6{
    font-size: calc(20px + (23 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color: var(--heading-colors);
    
}
.case-box .case-text p{
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: #797a7c;
    
}

.case-space {
    /* max-width: 83vw;
   max-width:1280px; */
    /* margin-left:275px; */
    margin-left: auto;
}
.case-a {
    text-decoration: none;
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color: var(--Black-color);
    /* display: flex; */

}
.case-a svg{
    width:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items: center;
    color: var(--Black-color);
    background-color: var(--primary-color);
    margin-left: 10px;
    border: 0;
    border-radius: 50%;
    padding: 5px;
 
}
.know-sec{
    position:relative;
    padding:60px 0;
}
.know-sec .greybg{
       background-color:#faf9f8;
       padding:50px 100px 0 100px;
       border: 0;
       border-radius: 40px 40px 0 0;
       -webkit-border-radius: 40px 40px 0 0;
       -moz-border-radius: 40px 40px 0 0;
       -ms-border-radius: 40px 40px 0 0;
       -o-border-radius: 40px 40px 0 0;
}
.employ-box-top{
    padding: 20px 0;
    border-bottom: 1px solid var(--Black-color);
    margin-bottom: 20px;
}
.employ-box-top p{
    margin: 0;
    color: var(--primary-color);
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)))
}
.employ-box{
    padding: 10px 0; 
    border-bottom: 1px solid var(--Black-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
}
.employ-box:hover {
    transform: scale(1.02) !important;
}



.employ-box .employ-left {
    max-width: 85%;
}
.employ-box .employ-left h4 {
    font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1920 - 300)))
}
.date-box {
    margin-bottom: 15px;
    color: #48494b;
    font-size: calc(14px + (15 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:300;
}



/* Main Banner Css End */
/* Common Style */
.small-title {
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    line-height: 1.8;
    color: var(--primary-color);
    text-transform: uppercase;
}

.common-text {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--body-font-color);
}

.blk-btn {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    text-decoration: none;
    background-color: var(--Black-color);
    padding: 15px 50px;
     text-transform: uppercase;

}

.blk-btn:hover {
    background-color: var(--primary-color);
    color: var(--Black-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.common-title {
    /*font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));*/
    font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--heading-colors);
}
.white-btn {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    text-decoration: none;
    background-color: transparent;
    padding: 15px 46px;
    color: var(--white-color);
    text-transform: uppercase;
    border:2px solid var(--white-color);
}
.white-btn:hover {
    background-color: var(--primary-color);
    color: var(--Black-color);
    border:2px solid var(--primary-color);
}
.black-btn {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--Black-color);
    text-decoration: none;
    background-color: transparent;
    padding: 15px 50px;
    color: var(--Black-color);
    text-transform: uppercase;
    border: 2px solid var(--Black-color);
    transition: all ease-in-out 0.3s;
}
.black-btn:hover {
    background-color: var(--Black-color);
    color: var(--white-color);
}
.ylw-btn{
    display:table;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--Black-color);
    text-decoration: none;
    background-color: var(--primary-color);
    padding: 15px 50px;

    text-transform: uppercase;
    margin-bottom:20px;
}
.ylw-btn:hover{
    background-color: var(--white-color);

}
.blk-bdr-btn{
    border: 2px solid var(--Black-color);
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500 ;
    padding: 10px 40px ;
    margin:20px 0;
    text-transform: uppercase ;
    color: var(--Black-color);
}
/* Common Style End */

/* About Page Css Start */
.about-sec{
    position: relative;
    padding: 60px 0;
}
.about-sec .blk-bdr-btn {
    position: relative;
    z-index: 5;
}
.about-sec .container{
    position: relative;
}
/* .glance-buttoms-slick{
    position: absolute;
    top:0;
    right: 0;
} */
.glance-img{
    margin: 0 20px;
}
.glance-img img{
    width: 100%;     
  margin-right:0;
}
.growth-sec{
    position: relative;
    background-color: var(--bg-light-blue);

}
.groth-box{
    border: 0;
    border-radius: 20px;
    background-color: var(--white-color);
    /*padding: 25px 25px 40px 25px;*/
    padding: 10px 25px 10px 25px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.3s;
    height: 100%;
}
.groth-box:hover {
    background: var(--primary-color);
}
.groth-box .groth-icon{
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background-color: #fcf6e5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.groth-box h6{
    font-size: calc(15px + (17 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: #343130;
    font-weight: 500;
}
.groth-box p{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #6c6a6a;
    font-weight:400;
}
.sp-tp{
    margin-top:100px;
}
.acc-box{
    border-right: 1px solid #d3d3d3;
    text-align: center;
    padding: 0 20px;
}
.acc-box .count{
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--primary-color);
    font-weight: 500;
}
.acc-box p{
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: #7e7d7d;
    font-weight:400;
    margin-bottom: 0;
    
}

.shaping-sec:after{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500px;
    height: 500px;
    background-image: url(../images/bg-shape-1.webp);
    background-size: contain;
    display: block;
    content: "";
    z-index: -1;
    background-repeat: no-repeat;
}


.shaping-sec{
    position: relative;
    padding: 100px 0;
    background-color: #f2cd1a;
    z-index: 1;
    overflow: hidden;
}
.shaping-box{
    margin-bottom: 20px;
    border: 0;
    border-radius: 20px;
    background-color: #000;
    min-height: 100px;
    padding:20px;
}

.shaping-box .shaping-icon{
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
.shaping-box .shaping-icon img {
    filter: brightness(0.5);
}
.shaping-box .shaping-text{
    color: #f2cd1c;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height:1;
    font-weight:500;
}
.offer-sec{    
    position: relative;
    padding: 100px 0;
    background-color: var(--white-color);
}
.offer-box{
    position: relative;
    margin-bottom: 10px;
}
.offer-box .offer-icon{
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    background-color: #fcf6e5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.offer-box h6{
    font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #343130;
    font-weight: 500;
}
.offer-box p{
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #6c6a6a;
    font-weight:400;
}
.testimonial-sec{
    background-color: #f5f8fb;
    position: relative;
    padding: 100px 0;
}
.testimonail-slider{
    max-width: 950px;
    margin: 0 auto;
}
.testimonial-item{
    text-align: center;
}
.testimonial-item .testimonial-img {
    max-width: 200px;
    margin: 0 auto;
}
.testimonial-item .testimonial-img img{
    width:100px;
    height:100px;
    margin: 0 auto;
}
.testimonial-item .testimonial-text label{
    display: block;
    color: #0a0909;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    margin: 10px 0;

}
.testimonial-item .testimonial-text em{
    display: block;
    color: #9ba0a6;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    margin-bottom:12px;

}
.testimonial-item .testimonial-text p{
    display: block;
    color: #0a0909;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    margin: 0;

}

.tm-cont {
    font-size: 22px;
    font-weight: 500;
    color:#313234;
}

.tm-slick-btns {
    justify-content: flex-end;
    display: flex;
    gap: 8px;
}
.tm-slick-btns button{
    background-color: transparent;
    border: none;
}
.tm-slick-btns button:hover img{
    filter: brightness(0) saturate(100%) invert(86%) sepia(1%) saturate(787%) hue-rotate(65deg) brightness(99%) contrast(83%);
}

.tm-cont:before {
    content: "";
    display:inline-block;
    width:18px;
    height:18px;
    background-image:url(../images/quote-icon-top.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}

.tm-cont:after {
    content: "";
    display:inline-block;
    width:18px;
    height:18px;
    background-image:url(../images/quote-icon-bottom.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}


.team-sec{
    background-color: #131820;
    padding: 100px 0;
    position: relative;
}
.team-sec h2{
    font-size: calc(26px + (39 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white-color);
}
.team-sec p{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white-color);
}
.team-text {
    margin-top: 10px;
    text-align: center;
    min-height: 100px;
}
.team-text span{
    display: block;
    font-size: calc(17px + (21 - 17) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color: var(--white-color);
}
.team-text label{
    display: block;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color: #99a2ac;
}
.innative-sec{
    position: relative;
    padding: 100px 0;
}
.help-box{
    margin-bottom: 20px;
}

.help-text h6{
    font-size: 19px;
    color: #343130;
}

/* the slides */
.help-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.help-slider .slick-list {
    margin: 0 -10px;
}

.help-img img{
    width: 100%;
}
.help-img{
    margin-bottom: 20px;
}

.glance-buttoms-slick {
    justify-content: flex-end;
    display: flex;
    gap: 8px;
    position: relative;
    top: -20px;
    /*margin-bottom: 30px;*/
}

.glance-buttoms-slick button{
    background-color: transparent;
    border:none;
}

.glance-img.gm-half img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gm-full{
    height: 520px;    
}

.gm-full img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.gm-half {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.glance-slide img {
    border-radius: 10px;
}

.img-col{
    height: 250px;
}

.img-col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glance-img.gm-half{
    margin: 0;
}

.glance-img.gm-full{
    margin: 0;
}

/* the slides */
.ab-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.ab-slider .slick-list {
    margin: 0 -10px;
}


.glance-slider .slick-slide {
    margin: 0 10px;
}

.glance-slider .slick-list {
    margin: 0 -10px;
}

/* Award Section */

.award-sec {
    padding: 80px 0;
    background-color: #f5f8fd;
}




/* Career page banner  */

.groth-text {
    min-height: 100px;
}

.our-work-sec{
    background-color: var(--bg-light-blue);
    position: relative;
    z-index: 1;
}

.our-work-sec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-color: var(--primary-color);
    z-index: -1;
}
/* Career page banner end */



/* Footer Css Start */
.footer {
    background-color: #fbfbfb;
    padding-top: 50px;
}

.footer h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #383838;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.footer h6:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 19px;
    height: 3px;
    background-color: var(--primary-color);
    content: '';

}
.footer p{
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: ##383838;
    margin:20px 0;

}
.foot-list{
    padding: 0;
    margin-bottom: 20px;
}
.foot-list li{
    list-style: none;
    margin-bottom: 10px;
}
.foot-list.sty1 li {
        width: 49%;
    display: inline-block;
}

.foot-list li a{
    font-size: calc(12px + (12 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    text-transform: uppercase;
    color: #383838;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}
.foot-list li a:hover {
    color: var(--primary-color);
}
.copyright {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    /*margin-top: 40px;*/
    border-top: 1px solid #21232a;
    background-color: #07080a;
}
.copyright .copylinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.copyright .copylinks a {
    margin: 0 10px;
    transition: all ease-in-out 0.3s;
}
.copyright .copylinks a:hover {
    color: var(--primary-color);
}
.copyright p, .copyright a{
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #e7e7e7;
    margin: 0;
    text-transform: uppercase;
}
.soical-media-footer{
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.soical-media-footer h5 {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: #383838;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 10px;
    margin-right: 10px;
}
  .social-links-ft{
    padding:0;
   display:flex;
   align-items: baseline;
   margin: 0;
  }
.social-links-ft li {
    list-style-type: none;
}
.social-links-ft li a {
    list-style: none;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
}
.social-links-ft li a{
color:  var(--white-color);
font-size:15px;
}
.social-links-ft li a:hover{
background-color: var(--primary-color);
}
.social-links-ft li:hover a{
color: var(--Black-color);
}
  .social-links-ft li a i{
    font-family: "FontAwesome";
    font-size:16px;
    margin: 0 auto;
  
  }

/* Footer Css End */


/* World Comanies Css Start Here */
.worldCompanies {
    background-color: #000;
    padding: 50px 0 30px;
}
.worldCompanies .titleArea {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.worldCompanies .titleArea h2 {
    color: var(--primary-color);
    font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin-bottom: 0;
}
.CompaniesList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 30px 0 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.CompaniesList li {
    display: flex;
    max-width: 25%;
    flex: 0 0 25%;
    align-items: center;
    list-style-type: none;
    padding: 0 10px;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white-color);
    margin: 0;
}

.CompaniesList li a {
    color: var(--white-color);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: #181818 solid 1px;
    width: 100%;
}
.CompaniesList li a img {
    margin-right: 5px;
    max-width: 30px;
}
.CompaniesList li a:hover {
    color: var(--primary-color);
    font-weight: 700;
}

/* World Comanies Css End */

.mob-app-banner-sec {
    position: relative;
    padding: 60px 0 0 0;
}

footer .linksBox {
    display: inline-block;
    width: 100%;
}

.mob-ban-inner {
    background: no-repeat center 0, -webkit-linear-gradient(3deg, #f0d504 0, #f4af00 100%);
    max-height: 500px;
}

.mob-ban-inner.chatBanner {
    max-height: inherit;
    padding: 50px;
}

.crm-ban-inner {
    background: no-repeat center 0, -webkit-linear-gradient(3deg, #a6c1e5 0, #c2e9fb 100%);
    max-height: 500px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.hrm-ban-inner {
    background: no-repeat center 0, -webkit-linear-gradient(3deg, #bab6db 0, #b9daf3 100%);
    max-height: 500px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.lms-ban-inner {
    background: no-repeat center 0, -webkit-linear-gradient(3deg, #f2ee84 0, #62bf7a 100%);
    max-height: 500px;
    padding-bottom: 30px;
    padding-top: 30px;
}


.mob-col-1-full {
    padding-top: 50px;
}
.align-item-center {
    align-items: center !important;
}
.mob-cont {
    /*padding: 0 0 0 50px;*/
    padding: 0 0 100px 50px;
}
.mob-cont2 {
    /*padding: 0 0 0 50px;*/
    padding: 0 0 0 50px;
}
.img-col-n {

}
.img-postion {
    position: relative;
    top: -200px;
}
.mb-half {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.img-postion-2 {
    position: relative;
    top: 90px;
}
.mob-app-dev-sev-sec {
    position: relative;
    background-color: var(--white-color);
}
.group-1 {
    margin: 0.8rem auto 0;
    min-height: 628px;
    position: relative;
}
.ellipse-4 {
    height: 539px;
    left: 50%;
    max-width: 539px;
    position: absolute;
    top: 55px;
    width: 539px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #08162a;
    margin-left: -270px;
}
.ellipse-5 {
    height: 539px;
    left: 50%;
    max-width: 539px;
    position: absolute;
    top: 55px;
    width: 539px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #009f8a;
    margin-left: -270px;
}
.vector-smart-object-holder {
    left: 50%;
    max-width: 351px;
    padding: 16px 2.962963% 19px;
    position: absolute;
    top: 44px;
    width: 65%;
    background: url(/assets/images/mob-app-development/vector_smart_object_7.webp) no-repeat center 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: -81px;
}
.vector-smart-object-2 {
    display: block;
    margin: 0 auto;
    max-width: 303px;
    position: relative;
    right: 2.507837%;
    width: 100%;
}
.vector-smart-object-holder-2 {
    left: 50%;
    max-width: 332px;
    padding: 15px 2.777778% 18px;
    position: absolute;
    top: 0;
    width: 61.48148%;
    background: url(/assets/images/mob-app-development/vector_smart_object_9.webp) no-repeat center 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: -270px;
}
.layer-5 {
    display: block;
    left: 2.483444%;
    margin: 0 auto;
    max-width: 287px;
    position: relative;
    width: 100%;
}
.crm-sec .mad-top-text {
    color: grey;
    font-size: calc(26px + (100 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 150px;
    left: 5%;
    text-transform: uppercase;
}
.crm-sec .mad-top-text.sty2 {
    color: rgba(255,255,255, 0.55);
    font-size: calc(26px + (70 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 100px;
    left: 5%;
    text-transform: none;
}
.crm-sec .mad-top-text.sty3 {
    color: rgba(255,255,255, 0.55);
    font-size: calc(26px + (62 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 130px;
    left: 5%;
    text-transform: none;
}
.crm-sec .mad-top-text::before {
    content: "";
    background-color: grey;
    width: 2px;
    height: 100%;
    position: absolute;
    bottom: 600px;
    left: 49%;
    /* bottom: 0; */
    opacity: 0.5;
    display: none;
}
.count-sec {
    background-color: var(--bg-light-blue);
    position: relative;
    padding: 80px 0;
}
.count-box {
    font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
    font-weight: 500;
    border: 0;
    /*border-radius: 20px;*/
    background-color: var(--white-color);
    /* padding: 25px 25px 40px 25px; */
    padding: 50px 10px 35px 10px;
    margin-bottom: 20px;
    text-align: center;
}
    .count-box span {
        font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 600;
        color: var(--heading-colors);
        display: block;
        padding-bottom: 10px;
    }
    .count-box p {
        font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
        color: #6c6a6a;
        font-weight: 400;
    }
.tools-list ul {
    list-style: none;
}
    .tools-list ul li:before {
        content: '';
        left: -25px;
        right: 25px;
        top: 15px;
        width: 14px;
        height: 14px;
        /* border-radius: 5px; */
        background-image: url(/assets/images/astrik-flower.webp);
        display: block;
        /* margin-right: 10px; */
        vertical-align: middle;
        /* margin-left: -15px; */
        position: relative;
    }
.tools-sec {
    position: relative;
    padding: 60px 0 30px 0;
}
.tools-title h3 {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #343130;
    font-weight: 550;
}
.tools-list ul li {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--body-font-color);
}
.tools-box {
    font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
    font-weight: 500;
    border: 0;
    /* border-radius: 20px; */
    background-color: var(--white-color);
    /* padding: 25px 25px 40px 25px; */
    padding: 25px 10px 10px 10px;
    margin-bottom: 20px;
}
.process-sec {
    position: relative;
    padding: 50px 0;
    background-color: var(--white-color);
}
.process-box {
    font-size: calc(16px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
    font-weight: 500;
    border: 0;
    /* border-radius: 20px; */
    background-color: var(--white-color);
    /* padding: 25px 25px 40px 25px; */
    padding: 25px 10px 10px 10px;
    margin-bottom: 20px;
}
.process-box span {
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--primary-color);
    display: block;
    padding-bottom: 10px;
}
.process-box .headings {
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    color: var(--heading-colors);
}
/*.process-box p:after {
    border-bottom: 1px solid grey;
    content:"";
    width: 250px;
}*/
    /*.process-box:after {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url('/assets/images/tri-process-after-box-img1.webp');
    }*/


.process-box ul li {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--body-font-color);
}
.process-box ul {
    list-style: none;
}
.tools-list ul li:before {
    content: '';
    left: -25px;
    right: 25px;
    top: 15px;
    width: 14px;
    height: 14px;
    /* border-radius: 5px; */
    background-image: url(/assets/images/astrik-flower.webp);
    display: block;
    /* margin-right: 10px; */
    vertical-align: middle;
    /* margin-left: -15px; */
    position: relative;
}
.process-list ul li:before {
    content: '';
    left: -25px;
    right: 25px;
    top: 15px;
    width: 14px;
    height: 14px;
    /* border-radius: 5px; */
    background-image: url(/assets/images/astrik-flower.webp);
    display: block;
    /* margin-right: 10px; */
    vertical-align: middle;
    /* margin-left: -15px; */
    position: relative;
}
.process-list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
    width: max-content;
}
.category-sec {
    background-color: var(--bg-light-blue);
    position: relative;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    
}
.category-sec .imgRightBox {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: 40%;
}
.category-sec .imgRightBox.sty1 {
    height: auto;
}
.category-sec .imgRightBox img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.categ-cont {
    padding: 100px 20px;
}
.nav-link {
    color: var(--body-font-color);
    font-weight: 500;
}
    .nav-link:focus, .nav-link:hover {
        color: var(--primary-color);
    }
.nav-serv-title {
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: var(--heading-colors);
}


.colored-bg {
    background-color: var(--bg-light-blue) !important;
}
.mob-app-dev-sev-sec em {
    display: block;
    color: #9ba0a6;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    padding: 15px 0 30px 0;
}

@media (max-width: 1600px) {
    .ellipse-4{
        display: none;
    }
}
@media (max-width: 375px) {
    .group-1 {
        margin: 0.8rem auto 0;
        min-height: 275px;
        position: relative;
    }

    .vector-smart-object-holder-2 {
        width: 30%;
        margin-left: -100px;
    }
    .vector-smart-object-holder {
        width: 30%;
        margin: -35px;
    }
}
.common-text-2 {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--heading-colors);
}
.prod-dev-ban-inner {
    background: -webkit-linear-gradient(176deg, #0032e0 0, #001755 100%);
    background: linear-gradient(274deg, #0032e0 0, #001755 100%);
    background-position: center center;
    position: relative;
}
.prod-dev-cont {

}
.prod-dev-cont .common-title {
    color: var(--white-color);
}
    .prod-dev-cont p {
        color: var(--white-color);
    }
.ban-btn {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
    background-color: transparent;
    padding: 15px 50px;
    text-transform: uppercase;
    border: 1px solid var(--white-color);
}
.ban-btn-inside {
    padding: 30px 0 0 0;
}
.ban-btn:hover {
    background-color: var(--primary-color);
    color: var(--Black-color);
    border: 1px solid var(--primary-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.testimonials {
    position: relative;
    padding: 60px 0;
    background: var(--white-color);
}
.testimonial-box {

}
    .testimonial-box span {
        display: block;
        font-size: calc(16px + (19 - 16) * ((100vw - 300px) / (1920 - 300)));
        color: var(--heading-colors);
        font-weight: 500;
    }
    .testimonial-box em {
        font-size: calc(10px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
        color: grey;
    }
.testimonial-cont {
    padding: 25px 0;
}
.tbh {

}
@media (max-width: 991px) {
    .mob-cont {
        padding: 20px 0 0 30px;
    }
    .mob-col-1-full {
        padding-top: 0;
    }
    .tbh{
        display: none !important;
    }
    .mb-hide {
        display: none !important;
    }
    .logo-sec-cont {
        border-right: none;
        padding: 0;
    }
    .positionSec .portfolio-item .pd.content .mix {
        justify-content: space-between;
    }
    .positionSec .portfolio-item .pd.content .contentArea {
        max-width: 75%;
        flex: 0 0 75%;
    }
}

@media (max-width: 575px) {
    .positionSec .portfolio-item .pd.content .contentArea {
        max-width: 65%;
        flex: 0 0 65%;
    }
    .positionSec .portfolio-item .pd.content .mix {
        padding: 10px 0;
    }
    .portfolio-section .controls .control {
        display: block;
        width: 100%;
        text-align: center;
    }
}


.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}

.clientsSec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.clientsSec .cBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    max-width: 20%;
    flex: 0 0 20%;
}
.clientsSec .cBox .iconBox {
    background-color: var(--white-color);
    width: 100%;
    height: 98px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.clientsSec .cBox .iconBox img {
    width: 75%;
}


.top-clients-item {
    min-height: 465px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 70px;
}
.top-clients-item.pholox {
    background: rgb(150,114,178);
    background: linear-gradient(82deg, rgba(150,114,178,1) 0%, rgba(112,59,150,1) 100%);
    color: #fff;
}
.top-clients-item.pholox .logoClient {
    margin-bottom: 20px;
    display: inline-block;
}
.top-clients-item.pholox h2 {
    margin-bottom: 15px;
}
/*CLIENT SLIDER END*/

.slide1Bg {
    padding: 60px 20px;
    background: rgb(223,230,239);
    background: linear-gradient(82deg, rgba(223,230,239,1) 0%, rgba(206,219,236,1) 100%);
}
.starategySlide {
    background: rgb(243,204,25);
    background: linear-gradient(82deg, rgba(243,204,25,1) 0%, rgba(242,179,28,1) 100%);
}

.transformationSlide {
    background: rgb(214,194,223);
    background: linear-gradient(82deg, rgba(214,194,223,1) 0%, rgba(153,194,231,1) 100%);
}
.DevelopmentSlide {
    background: rgb(126,210,234);
    background: linear-gradient(82deg, rgba(126,210,234,1) 0%, rgba(87,201,233,1) 100%);
}

.solutionsCta {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 150px 0;
}
.solutionsCta .CtaMain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.solutionsCta .CtaMain h5 {
    color: var(--primary-color);
    text-align: center;
}
.solutionsCta .CtaMain h2 {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: calc(20px + (49 - 20) * ((100vw - 300px) / (1920 - 300)));
}
.solutionsCta .CtaMain i, .solutionsCta .CtaMain svg {
    color: var(--primary-color);
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
}
.solutionsCta .CtaMain p {
    text-align: center;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: var(--white-color);
}

.buildSec {
    padding: 150px 0;
    position: relative;
}
.buildSec .content-Box {
    padding-top: 100px;
    padding-bottom: 250px;
}
.buildSec .content-Box .black-btn {
    margin-top: 20px;
    display: inline-block;
}
.buildSec .content-Box h3 {
    font-size: calc(20px + (39 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: var(--Black-color);
    font-weight: 300;
    line-height: 1.3;
}
.buildSec .rightImg {
    position: absolute;
    right: 0;
    top: 150px;
    bottom: 150px;
    width: 45%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}


/*SOLUTIONS PAGE CSS END*/

.innerSlide .glance-top-Item {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    min-height: 490px;
    overflow: hidden;
    position: relative;
    display: flex !important;
    align-items: center;
}
.innerSlide .glance-top-Item .slideImg {
    position: absolute;
    right: -70px;
    bottom: 0;
}
.starategySlide .contentBox {
    display: flex;
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 50px;
}

.innerSlide .glance-top-Item .slideImg1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.contentBoxSlideHalf {
    /*display: flex;*/
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 50px;
}
.contentBoxSlideHalf .blk-btn {
    display: inline-block;
    font-size: calc(14px + (21 - 14) * ((100vw - 300px) / (1920 - 300)));
}

/*STRATEGY PAGE CSS END*/



.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f068";
}

.accordion.transformation .card {
    border-radius: 0;
    border: 0;
    border-bottom: #d1d3d2 solid 1px;
    margin: 0 0 ;
}
.accordion.transformation .card-header {
    background-color: transparent;
    padding-left: 0;
}
.accordion.transformation .card-header button {
    text-decoration: none;
    color: #494849 !important;
    font-weight: 600;
    text-transform: none !important;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
}

.cl-white {
    color: var(--white-color) !important;
}
.cl-black {
    color: var(--Black-color) !important;
}
.tranasTabs {
    max-width: 75%;
}
.tranasTabs.nav-pills .nav-link {
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: #92d4cc solid 1px;
    position: relative;
    color: #dbe3d4;
    transition: all ease-in-out 0.3s;
    display: flex;
    align-items: center;
}
.tranasTabs.nav-pills .nav-link svg {
    display: none;
    margin-right: 10px;
    color: var(--primary-color);
    transition: all ease-in-out 0.3s;
}
.tranasTabs.nav-pills .nav-link:hover svg {
    display: block;
}

.tranasTabs.nav-pills .nav-link.active, .tranasTabs.nav-pills .show > .nav-link {
    background: transparent;
    color: #fff;
}
.tranasTabs.nav-pills .nav-link.active svg, .tranasTabs.nav-pills .show > .nav-link svg {
    display: block;
}

/*TRANSFORMATION CSS END*/

.workBanner {
    padding-bottom: 100px
}

.teamBanner {
    padding-bottom: 50px;
}

.workTop-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.workTop-sec .mad-top-text span::before {
    content: "";
    background-color: #f7b82f;
    width: 2px;
    min-height: 100px;
    height: 100vh;
    position: absolute;
    bottom: -100vh;
    left: 49%;
    opacity: 0.5;
}


.workTop-sec .mad-top-text.team {
    color: #b3b3b3;
}
.workTop-sec .mad-top-text {
    color: #eeeeef;
    font-size: calc(22px + (51 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 150px;
    left: 5%;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    letter-spacing: 12px;
    margin: auto;
}
.workTop-sec .mad-top-text span {
    position: relative;
}

.workTop-sec .mad-top-text.sty1 {
    color: #eeeeef;
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 150px;
    left: 5%;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    letter-spacing: 2px;
    margin: auto;
}

.workTop-sec .mad-top-text.sty2 {
    color: #b3b3b3;
    font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 150px;
    left: 5%;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    letter-spacing: 6px;
    margin: auto;
}

.bgc-detail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.workTabs1 .listing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
}
.workTabs1 .listing .nav-tabs {
    border: 0;
}
.workTabs1 .listing .nav-tabs .nav-link {
    font-size: calc(12px + (22 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 300;
}
.workTabs1 .tab-content {
    padding: 0;
    border: 0;
}
.workTop-sec.second {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #0b1532;
}
.workTabs1.sty2 .listing .nav-tabs .nav-link {
    color: #fff;
}
.workTabs1.sty2 .listing .nav-tabs .nav-link.active {
    color: var(--primary-color);
}
.workTop-sec.second .mad-top-text {
    
    right: 5%;
    left: auto;
}



.workTop-sec.second .mad-top-text::before {
    background-color: #62719d;
    opacity: 0.5;
}

.nav-tab-btn.sty2 {
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
    background-color: transparent;
    padding: 15px 50px;
    text-transform: uppercase;
    border: 1px solid var(--white-color);
}

.nav-tab-btn.sty2:hover {
    background-color: var(--primary-color);
    color: var(--Black-color);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/*WORK section CSS END*/


.lrgPop .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lrgPop .modal-dialog .modal-body {
    /*background-image: url(../img/mix/popupBg.jpg);*/
    background-repeat: no-repeat;
    background-position: center right;
    padding: 30px;
    border-radius: 18px;
    display: flex;
    background-size: cover;
    background-color: #142847;
    position: relative;
}

.lrgPop .modal-dialog .popImgBox {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lrgPop .modal-dialog .popImgBox img {
    width: 100%;
    height: auto;
}

.lrgPop .modal-dialog .address {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.lrgPop .modal-dialog .address a {
    color: var(--primary-color);
}
.lrgPop .modal-dialog .modal-content {
    height: auto;
    width: 50%;
    background-color: transparent;
    border: 0;
}
.lrgPop .modal-dialog .modal-content .contact-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.modal-content .contact-box .titleArea {
    padding: 0 0 25px 0;
    border-bottom: #8d8d8d solid 2px;
    margin-bottom: 25px;
    text-align: center;
}
.modal-content .contact-box .titleArea h4 {
    color: #142847;
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    margin-bottom: 0;
}
.modal-content .contact-box .titleArea h6 {
    color: #000000;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin-bottom: 0;
}

.lrgPop .modal-header {
    position: absolute;
    right: 0;
    border: 0;
    z-index: 10;
}
.lrgPop .modal-header .close {
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 0;
    border: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactPop .form-group {
    margin-bottom: 15px;
}
.contactPop .form-control {
    background-color: transparent;
    color: #000;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    border-radius: 20px;
    border: var(--primary-color) solid 1px;
    height: 48px;
    line-height: 1;
}
.contactPop .form-control::placeholder {
    color: #000 !important;
}
.contactPop textarea.form-control {
    height: 80px;
    resize: none;
}
.contactPop .form-control::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.contactPop button {
    border: 0;
    border-radius: 20px;
}


.lrgPop .mad-top-text {
    color: grey;
    font-size: calc(22px + (60 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    writing-mode: tb;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 5%;
    letter-spacing: 10px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .lrgPop .modal-dialog .modal-content {
        width: 100%;
    }
    .lrgPop .modal-dialog .modal-body {
        padding: 20px;
    }
}

.crmBox {
    display: flex;
    align-items: center;
    border-radius: 18px;
    background-color: var(--white-color);
    padding: 25px 15px;
    border: solid 1px var(--primary-color);
    color: #515251;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    margin: 20px 0;
    min-height: 119px;
}
.crmBox .iconBox {
    display: flex;
    width: 85px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.crmBox:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}




/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/

.hrmsModule {
    display: flex;
    flex-wrap: wrap;
}
.hrmsModule li {
    list-style-type: none;
    color: #515251;
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    position: relative;
    padding-left: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    max-width: 49%;
    flex: 0 0 49%;
}
.hrmsModule.sty1 li {
    max-width: 100%;
    flex: 0 0 100%;
}
.hrmsModule li i, .hrmsModule li svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--primary-color);
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
}

.solutionsCta .form-control {
    color: #5f5f65;
    border-color: #000;
}
.solutionsCta .form-control::placeholder {
    color: #5f5f65;
}
.solutionsCta .iti__selected-flag {
    border-radius: 0 0 0 0;
}
.solutionsCta.innerCta {
    padding: 100px 0;
}


@media (max-width: 1400px) {
    .portfolio-section .controls .control {
        font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
        padding: 10px 18px;
        margin: 0 3px;
    }
}



@-webkit-keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        transform: translate(-50%, -50%) scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}


@property --i {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}


@keyframes move {
    0% {
        --i: 1;
    }

    100% {
        --i: 6;
    }
}

@keyframes colorChange {
    100% {
        background-color: turquoise;
    }
}

@keyframes spin {
    100% {
        rotate: 360deg;
    }
}

@keyframes clip {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}


@keyframes circle-move {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@media (max-width: 1600px) {
    .case-space {
        max-width: 94vw;
    }
    .workTop-sec .mad-top-text {
        left: 2%;
    }
    .crm-sec .top-text {
        left: 2%;
    }
}


@media (max-width: 1400px) {
    .navbar .nav-link, .navbar .nav-item a {
        font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1920 - 300)));
        padding: 12px 8px;
    }
    .crm-sec .top-text {
        left: 2%;
    }
    .case-space {
        max-width: 100%;
    }
    .crm-sec .mad-top-text {
        display: none;
    }
    .contentBoxSlideHalf {
        padding-left: 0;
    }
    .space3 {
        padding: 80px 0;
    }
    .top-clients-item.pholox .imgBox img {
        width: 100%;
    }
    .workTop-sec .mad-top-text {
        display: none;
    }
    .workBanner {
        padding-bottom: 0;
    }
    .workTop-sec {
        padding-top: 80px;
    }
}

@media (max-width: 1199px) {
    .know-sec .greybg {
        padding: 50px 50px 0 50px;
    }
    .white-btn {
        padding: 15px 25px
    }
    .innerSlide .glance-top-Item .slideImg1 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        top: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .innerSlide .glance-top-Item .slideImg {
        width: 50%;
        right: 0;
    }
    .starategySlide .contentBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .innerSlide .glance-top-Item .slideImg {
        width: 36%;
    }
    .portfolio-section .controls {
        flex-wrap: wrap;
    }
    .portfolio-section .controls .control {
        margin: 5px 0px;
        padding: 10px 5px;
        font-size: calc(13px + (22 - 13) * ((100vw - 300px) / (1920 - 300)));
    }
    footer .locationBox .boxes {
        padding: 0 10px;
    }
}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    .crm-sec .slick-dots {
        width: 55px;
    }

    .CompaniesList li {
        max-width: 33.3%;
        flex: 0 0 33.3%;
    }
    .monitize-area .imgBox {
        padding-right: 0;
    }
    .h-support-business:before, .h-support-business:after {
        display: none;
    }
    .businessOptions:before, .businessOptions:after {
        display: none;
    }
    .testimonialsSection:after, .testimonialsSection:before {
        display: none;
    }
    .worldCompanies {
        padding:50px 0;
    }
    .CompaniesList {
        padding: 0;
    }
    .maintainStates {
        padding: 0 0 50 0;
    }
    .main-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 45px;
        left: 0;
        background-color: #fff;
        width: 100%;
        box-shadow: 0px 0px 13px #0000005c;
        overflow-y: scroll;
        height: 85vh;
    }
    .hidden-md {
        display: none !important;
    }
    footer .locationBox .boxes {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    
    .navbar .dropdown ul {
        opacity: 1;
        display: block;
        visibility: visible;
        position: relative;
        min-height: inherit;
        box-shadow: none;
    }
    header .navbar .nav-item {
        flex-direction: column;
    }
    .what-sec::before {
        width: 50%;
    }
    .what-sec .common-title br {
        display: none;
    }
    .know-sec .greybg {
        padding: 30px 30px 0 30px;
    }
    .category-sec .imgRightBox {
        display: none;
    }
    .clientsSec .cBox {
        max-width: 33%;
        flex: 0 0 33%;
    }
    .mob-cont2 {
        padding-left: 0;
    }
    .solutionThing .contentArea {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .solutionThing .contentArea br {
        display: none;
    }
    .solutionThing .rightPostBox {
        padding-top: 0;
    }
    .workTabs1 .tab-content {
        padding: 0;
        text-align: center;
    }
    .crm-sec .slick-dots {
        display: flex;
        top: auto;
        width: 100%;
    }
    .crm-sec .tranasTabs {
        max-width: 100%;
    }
    .crm-sec.styh .space {
        min-height: 600px;
    }
    .mob-app-banner-sec .slideImg1 img {
        width: 100%;
    }
    .know-sec {
        padding-top: 0;
    }
    
    .portfolio-menu {
        margin-top: 25px !important;
    }
    .businessOptions .optionBox {
        margin-bottom: 30px;
    }
    .solutionThing .bottomContent {
        bottom: 0;
    }
    .testimonialsSection .leftImgSec {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .testimonialsSection .leftImgSec:after {
        display: none;
    }
    header .contact-btn {
        display: none;
    }
    .copyright p, .copyright a {
        text-align: center;
        text-transform: none;
    }
    .copyright .copylinks {
        justify-content: center;
        margin-top: 10px;
    }
    .copyright .copylinks a {
        margin: 0 7px;
    }
}

@media (max-width: 767px) {
    footer .locationBox .boxes {
        max-width: 100%;
        flex: 0 0 100%;
        border-right: 0;
        border-bottom: #daa900 solid 1px;
        padding: 20px 10px 10px;
    }

    .groth-box {
        height: auto;
    }

    .workTabs1 .contentBox {
        align-items: center;
    }
    .employ-box {
        align-items: flex-end;
    }
    .employ-box .employ-left {
        max-width: 100%;
    }
    .team-sec {
        text-align: center;
    }
    .team-sec .team-box .team-img {
        text-align: center;
    }
    .contentBoxSlideHalf {
        max-width: 100%;
        flex: 0 0 100%; 
    }
    .innerSlide .glance-top-Item .slideImg1 {
        position: relative;
        top: 20px;
        width: 100%;
    }
    .innerSlide .glance-top-Item {
        flex-direction: column;
    }
    .acc-box {
        border-bottom: 1px solid #d3d3d3 !important;
        border-right: 0;
        padding: 20px 20px;
    }
    .innerSlide .glance-top-Item .slideImg {
        width: 100%;
        right: 0;
        position: relative;
    }
    .starategySlide .contentBox {
        padding-left: 0;
    }
    .collapsible-link::before {
        font-size: 1rem;
        right: 0;
    }
    .sj-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .openingTabs .nav-tabs .nav-item a {
        padding: 10px 16px;
        font-size: 16px;
    }
    .space-p-b {
        padding-bottom: 50px;
    }
    .space-p-tb {
        padding: 50px 0;
    }
    .space-m-tb {
        margin: 50px 0;
    }
    .single-job {
        align-items: flex-end;
    }
    .buildSec .rightImg {
        display: none;
    }
    .buildSec .content-Box {
        padding-top: 0;
        padding-bottom: 0;
    }
    .buildSec {
        padding: 80px 0;
    }
    .lrgPop .modal-dialog .modal-body {
        flex-direction: column;
    }
    .lrgPop .mad-top-text {
        writing-mode: inherit;
        transform: rotate(0);
        position: relative;
        top: 0;
        left: 0;
        text-transform: uppercase;
        right: 0;
        margin: auto;
    }
    .workTabs1 .listing .nav-tabs {
        align-items: center;
        justify-content: center;
    }
    .solutionsCta {
        padding: 100px 0;
    }
    .category-sec .nav.nav-tabs {
        justify-content: center;
    }
    .space {
        padding: 60px 0;
    }

    .space2 {
        padding: 60px 0;
    }

    .space3 {
        padding: 60px 0;
    }
    .viewButton {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .viewButton .justify-content-end {
        justify-content: center !important;
    }
    .viewButton .case-a {
        margin-bottom: 20px;
        display: inline-block;
    }
    .case-sec {
        padding: 30px 0;
    }
    .mob-cont {
        padding: 20px 20px 0 30px;
    }
    .category-sec {
        padding: 50px 0;
    }
    .offer-sec {
        padding: 50px 0;
    }
    .count-sec {
        padding: 30px 0;
    }
    
    .soical-media-footer {
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 25px;]
    }
    
    br {
        display: none;
    }
    .crm-sec .slick-dots {
        top: auto;
        bottom: -10px;
    }
    .CompaniesList li {
        max-width: 49.5%;
        flex: 49.5%;
    }
    .monitize-area .tab-content .includeBox {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .foot-list.sty1 li {
        width: 100%;
    }
    .pd img {
        height: auto;
    }
    .crm-sec .top-text {
        display: none;
    }
    .clientsSec .cBox {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .hrm-ban-inner {
        height: auto;
        max-height: inherit;
    }
    .crm-ban-inner {
        height: auto;
        max-height: inherit;
    }
    .lms-ban-inner {
        height: auto;
        max-height: inherit;
    }
}
@media (max-width: 360px) {
    .clientsSec .cBox {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .crm-sec.styh .space {
        min-height: 680px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

/*AHMAD CSS START HERE*/

@media (max-width: 1199.98px) {
    
    .main-banner .bannImg.aboutVideo {
        height: auto;
    }

    .businessOptions {
        padding: 60px 0;
    }

    .how-to-final-sec {
        padding: 60px 0 !important;
    }

    .compliance-sec {
        padding: 60px 0;
    }

    .main-banner {
        padding: 120px 0 50px 0;
    }

    .faqSection {
        padding: 60px 0;
    }
    .howLLC-section {
        padding: 60px 0;
    }

    .how-to-final-sec h4 {
        padding: 7px 0;
        font-size: calc(1.2rem + .3vw);
    }

    .lg-buttonsArea {
        margin-top: 10px;
    }
    .investor-rel-sec {
        padding: 60px 0 !important;
    }
}

@media (max-width: 991.98px) {
    .businessOptions:before {
        display: none;
    }
    .compliance-sec:after {
        display: none;
    }

    .smboxmain {
        border-right: none;
    }

    .lg-buttonsArea {
        margin: 0;
    }
    .main-title {
        margin-bottom: 15px;
    }
    .registeredTabs ul {
        padding: 5px;
    }
    .registeredTabs ul .nav-item {
        margin: 10px;
    }
    .investor-rel-sec:before {
        display: none;
    }
    .main-header {
        background-color: var(--white-color);
    }
    .main-header {
        z-index: 50;
    }
    .CompaniesList {
        padding: 0 0;
    }
    .maintainStates {
        padding: 0 0 60px 0;
    }
}

@media (max-width: 767.98px) {
    .md-flex {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .md-text-center {
        text-align: center;
    }
    .brder-btn-primary {
        padding: 5px 10px 5px 10px !important;
    }
    .btn-primary {
        padding: 5px 10px 5px 10px !important;
    }
    .btn-secondary {
        padding: 5px 10px 5px 10px !important;
    }
    .brder-btn-primary .iconBox {
        width: 25px;
        height: 25px;
        margin-left: 5px;
    }
    .btn-primary .iconBox {
        width: 25px;
        height: 25px;
        margin-left: 5px;
    }
    .btn-secondary .iconBox {
        width: 25px;
        height: 25px;
        margin-left: 5px;
    }
    
    .md-justify-center {
        justify-content: center !important;
    }
    .main-banner .contImg {
        display: none;
    }

    .main-banner .bannImg.aboutVideo {
        display: none;
    }
    .lg-imgArea, .expertimg_area {
        margin: 15px 0;
    }
    .corporateBox {
        height: auto;
        margin: 10px 0;
    }
    .smboxmain {
        border-bottom: #9fa3a9 dashed 1px;
        padding: 0 0 30px 0;
        height: auto;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .buttonArea-sec {
        margin-top: 20px;
        justify-content: center;
    }

    .img-box {
        max-width: 250px;
    }

    .smboxmain {
        padding: 0 0 30px 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .h-support-business .buttonsArea {
        flex-direction: column;
    }
    .h-support-business .buttonsArea .btn {
        margin: 10px 0;
        width: 50%;
        justify-content: space-between;
    }
    .main-banner .banner-reviews {
        flex-direction: column;
    }
    .lg-buttonsArea {
        flex-direction: column;
    }
    .lg-buttonsArea .btn {
        margin: 10px 0;
        min-width: 50%;
        justify-content: space-between;
    }
    
}

.file-annual-sec {
    padding: 50px 0 10px 0;
}

.buttonArea-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
}

.file-annual-sec span {
    font-weight: 600;
    color: #000;
    margin-left: 20px;
}

.file-annual-sec h5 {
    font-weight: 600;
    color: var(--secondary-color);
}

.price-tag {
    padding: 0;
}

.price-tag p {
    color: #83a899;
}

.price-tag p span {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-color);
}

.how-to-final-sec {
    padding: 110px 0;
}

.how-to-final-sec h4 {
    color: var(--secondary-color);
    padding: 10px 0;
}

.how-to-final-sec h6 {
    color: var(--secondary-color);
    font-size: 20px;
}

.how-to-final-sec h6 span {
    font-size: 22px;
    font-weight: 600;
}

.compliance-sec-edit .smboxmain {
    padding: 0 15px !important;
}

.list-steps {
    margin: 25px 0;
}

.list-steps h5 {
    color: var(--secondary-color);
    font-weight: 600;
}

.list-steps p {
    line-height: normal;
    display: flex;
}

.list-steps span {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    color: var(--secondary-color);
    /* font-size: 1.7rem; */
    font-weight: 500;
    background: #6cc5a782;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section2 h5 {
    font-weight: 600;
    color: var(--secondary-color);
}

.about-section2 span {
    font-weight: 600;
    color: #000;
}

.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heighlightSec.why-choose-them {
    padding: 0;
}

.banner-bottom {
    background: var(--secondary-color);
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-bottom p, h6 {
        color: #fff;
    }

.alaska-bannner {
    position: relative;
}

.main-banner.alaska-bannner {
    padding: 150px 0 145px 0;
}

.hidden {
    display: none;
}
/*stlying for toggle switch button starts here*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--primary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggle-btn-styl {
    padding: 0px 25px 8px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .toggle-btn-styl .switch {
        margin: 0 5px;
    }

    .toggle-btn-styl span {
        color: #cacaca;
    }

.banner-left-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.banner-right-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
}

.alaska-bannner .bannImg img {
    position: relative;
    z-index: 1;
}

.investor-filing-sec:after {
    background-image: url(../img/mix/testimonials-right-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
    right: 0;
    width: 1129px;
    height: 727px;
    position: absolute;
    pointer-events: none;
    content: "";
}

.investor-manage-sec {
    padding: 80px 0 50px 0;
}

.selection-list {
    display: flex;
}

    .selection-list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .selection-list li {
        height: 52px;
        width: 330px;
        /*width: 100%;*/
        border: 1px solid var(--secondary-color);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        background: #ffffff;
        background-clip: padding-box;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--secondary-color);
        font-weight: 500;
        transition: 0.4s ease-in-out;
    }

        .selection-list li:hover {
            border: 1px solid var(--secondary-color);
            background: var(--secondary-color);
            color: #fff;
        }

        .selection-list li a {
            color: var(--secondary-color);
        }

        .selection-list li:hover a {
            color: #fff;
        }

    .selection-list ul li {
        list-style: none;
    }

.custom-container {
    display: none;
}

.investor-manage-sec .videoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: #0b1422 solid 1px;
    height: 322px;
}

.investor-rel-sec:before {
    background-image: url(../img/mix/business-option-left-img.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 870px;
    height: 1007px;
    pointer-events: none;
    content: "";
}

.investor-rel-sec {
    padding: 100px 0;
}

/*AHMAD CSS END*/


/*MOBILE menu CSS START HERE*/

@media (max-width: 991px) {
    .main-header .navbar-expand-lg .nav-item .dropdown-menu.sty1 {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        top: 0;
        border-radius: 0;
    }
    .navbar .dropdown:hover > ul {
        top: 0;
    }
    .main-header .navbar-expand-lg .nav-item .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        display: none;
        width: 100%;
        border-radius: 0;
    }
    .main-header .navbar-expand-lg .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .dropdown ul .container {
        max-width: 100%;
    }
    .compliance-sec:after {
        display: none;
    }
    .official-difference .shapes {
        display: none;
    }
    .compliance-sec:after {
        display: none;
    }
    .dropdown-item.active, .dropdown-item:active {
        background-color: #fafafa;
    }
    .navbar .dropdown .innerTabCon ul {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .navbar .dropdown .innerTabCon ul li a .tabLinksBox .iconBox {
        display: none;
    }
    .navbar .dropdown .innerTabCon {
        flex-direction: column;
    }
    .navbar .dropdown .tab-content {
        max-width: 100%;
        padding: 10px;
    }
    .main-header .navbar-expand-lg .nav-item .dropdown-menu .statesList li {
        width: 100%;
    }
    .main-header .navbar-expand-lg .nav-item .dropdown-menu .statesList {
        background-color: #ffffff1a;
        padding: 10px;
    }
}

@media (max-width: 575px) {
    header #navbarSupportedContent, header .contact-btn {
        margin-top: 0;
    }
    .navbar-collapse {
        height: 85vh;
        overflow-y: scroll;
    }
    .main-header .navbar-expand-lg .nav-item .dropdown-menu li.block .contectArea {
        display: none;
    }
    .main-header .navbar-expand-lg .nav-item .dropdown-menu li:hover .contectArea {
        display: none;
    }
    .main-header .mainList .leftCol {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .main-header .mainList {
        flex-direction: column;
    }
    .main-header .mainList .rightCol {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .main-header .mainList .leftCol {
        padding: 0;
    }
    .navbar .dropdown ul a {
        padding: 10px 8px;
    }
}


/*CONTACT CSS START HERE*/

.contact-bottomSection {
    padding: 100px 0;
    position: relative;
}
.contact-chat-box {
    border-radius: 20px;
    background-color: var(--secondary-color);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.contact-chat-box .iconBox {
    display: flex;
    margin-bottom: 15px;
}
.contact-chat-box h5 {
    color: var(--white-color);
    font-size: calc(16px + (23 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    margin-bottom: 5px;
    padding: 0;
}
.contact-chat-box p {
    color: var(--white-color);
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    margin-bottom: 5px;
    padding: 0;
}
.contact-chat-box .links {
    color: var(--primary-color);
    font-size: calc(15px + (22 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
}

.contactFormsArea {
    background-color: var(--white-color);
    border-radius: 30px;
    box-shadow: 0px 0px 13px #0000005c;
    padding: 35px;
}

.contactFormsArea .form-group {
    margin-bottom: 20px;
}

.contactFormsArea .form-control {
    border-radius: 27px;
    height: 53px;
    line-height: 1;
}
.contactFormsArea textarea.form-control {
    height: 175px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contactFormsArea .iti__selected-flag {
    border-radius: 27px 0 0 27px;
}

@media (max-width: 991px) {
    .contact-bottomSection {
        padding: 50px 0;
    }
    .contactFormsArea {
        padding: 25px;
    }
    .official-difference {
        padding: 50px 0;
    }
}


/*Customer Revies Page Css Start Here*/

.main-banner.reviews .slick-slider {
    position: static;
}
.main-banner.reviews .container {
    position: relative;
}
.main-banner.reviews .slick-prev:before, .main-banner.reviews .slick-next:before {
    color: var(--Black-color);
    font-size: 36px;
}
.main-banner.reviews .slick-prev {
    left: 0;
    opacity: 0.5
}
.main-banner.reviews .slick-next {
    left: 50px;
    right: auto;
    opacity: 1
}

.main-banner.reviews .slick-prev, .main-banner.reviews .slick-next {
    top: auto;
    bottom: 0;
}
.customer-review-main {
    padding: 100px 0;
}
.reviewsBox {
    display: inline-block;
    width: 100%;
}
.reviewsBox ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.reviewsBox ul li {
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px 0;
    max-width: 33.3%;
    flex: 0 0 33.3%;
}
.reviewsBox ul li .review-Box {
    border-radius: 30px;
    background-color: #f7f9fa;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.reviewsBox ul li .review-Box p {
    color: #868a8c;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 0;
    font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.reviewsBox ul li .review-Box .headBox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.reviewsBox ul li .review-Box .headBox .iconBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    width: 66px;
    height: 66px;
    padding: 4px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}
.reviewsBox ul li .review-Box .headBox .titleArea {
    display: flex;
    flex-direction: column;
}
.reviewsBox ul li .review-Box .headBox .titleArea h5 {
    color: var(--Black-color);
    font-weight: 500;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    padding: 0;
    margin-bottom: 3px;
}
.reviewsBox ul li .review-Box .headBox .titleArea .ratings {
    display: flex;
    align-items: center;
}
.reviewsBox ul li .review-Box .headBox .titleArea .ratings span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: var(--white-color);
    background-color: #0eb47a;
    padding: 5px;
    margin: 0 1px;
}
.reviewsBox ul li .review-Box .headBox .titleArea .ratings span i, .reviewsBox ul li .review-Box .headBox .titleArea .ratings span svg {
    color: var(--white-color);
    font-size: 10px
}

@media (max-width: 991px) {
    .reviewsBox ul li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .main-banner.reviews .slick-slider {
        position: relative;
    }
    .main-banner.reviews .slick-prev, .main-banner.reviews .slick-next {
        bottom: -50px;
    }
    .testimonialsSlide .slick-next {
        right: 0;
    }
    .testimonialsSlide .slick-prev {
        left: 0;
    }
}
@media (max-width: 767px) {
    .main-banner .testimonialsBox .bannImg.aboutVideo {
        display: block;
    }
}

    @media (max-width: 575px) {
        .reviewsBox ul li {
            max-width: 100%;
            flex: 0 0 100%;
        }
    }



    /*COPARE PAGE CSS START HERE*/

    .compareBox {
        border-radius: 20px;
        padding: 32px;
        background-color: #f7fcfe;
        margin-bottom: 32px;
    }

        .compareBox h5 {
            color: #2e2e2e;
            font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 500;
            margin-bottom: 0;
        }

        .compareBox p {
            color: #5c5b5b;
            font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 400;
            margin-bottom: 20px;
            margin-top: 20px;
            line-height: 1.5;
        }

    .howLLC-section.compareLLC {
        background-size: contain;
    }

.countList {
    position: relative;
}

.countList .container {
    position: relative;
}

.counryListRight {
    position: absolute;
    right: 0;
}

.counryListRight ul {
    padding-top: 135px;
    position: sticky;
    top: 0;
    padding-right: 50px;
    padding-bottom: 120px;
    height: 200px;
}


@media (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        right: 0;
    }
    header #navbarSupportedContent, header .contact-btn {
        position: absolute;
    }
    .navbar .dropdown .tab-content .Content {
        display: none;
    }
}
@media (max-width: 480px) {
    .navbar .dropdown .innerTabCon ul li {
        min-width: 100%;
    }
    .navbar .dropdown .innerTabCon ul li a {
        border-radius: 0;
    }
    
}




/*.bannImg svg {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-30%, -50%);
    width: 100%;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    animation: draw 10s linear infinite;
}

@keyframes draw {
    100% {
        stroke-dashoffset: 0;
    }
}

.bannImg .st0 {
    opacity: 7.000000e-02;
}

.bannImg .st1 {
    fill: none;
    stroke: #142847;
    stroke-miterlimit: 20;
    stroke-width: 1;
}*/


.bannImg .st0 {
    fill: none;
    stroke: #000;
    stroke-width: 2.537;
    stroke-miterlimit: 25;
}

.bannImg svg {
    position: absolute;
    top: 62%;
    left: 61%;
    transform: translate(-30%, -50%);
    width: 74%;
    /* draw */
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    animation: draw 5s linear infinite;
}

@keyframes draw {
    100% {
        stroke-dashoffset: 0;
    }
}

.bannImg .st0 {
    opacity: 100%;
}

.bannImg .st1 {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 25;
    stroke-width: 1;
}

@media (max-width: 991px) {
    .navbar .dropdown .innerTabCon ul li.nobrdr a {
        border-bottom: #f0f0f0 dashed 1px !important;
    }
    .navbar .dropdown ul a.nobrdr {
        border-bottom: #f0f0f0 dashed 1px;
    }
}