.newsletter_input buttonbody {
    overflow-x: hidden;
}

.container_header, .container_custom {
    margin: 0 auto;
}

.banner_content {
    width: 60%;
    margin: 0;
}

    .banner_content h2 {
        font-size: 65px;
        font-family: 'PoppinsBold';
        color: #fff;
        margin-bottom: 60px;
        margin-top: 14px;
    }

    .banner_content h4 {
        font-size: 40px;
        color: #ffffff;
        font-family: 'PoppinsSemiBold';
        margin-bottom: 0px;
    }

    .banner_content .btn-get-started {
        font-family: 'PoppinsSemiBold';
        text-transform: uppercase;
        background: #6e6ee2;
        padding: 20px 80px;
        display: inline-block;
        color: #fff;
        min-width: inherit;
        text-align: center;
        font-size: 20px;
        border-radius: 8px;
        transition: 0.3s;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    z-index: 997;
    padding: 20px 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997;
}

.home #header {
    position: fixed;
}

#header.header-scrolled,
#header.header-pages {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    position: fixed;
}

    #header.header-scrolled #topbar,
    #header.header-pages #topbar {
        display: none;
    }

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #413e66;
        text-decoration: none;
    }

#header .logo img {
    padding: 0;
    margin: 7px 0;
    margin-top: -5px;
}

.main-pages {
    margin-top: 60px;
}

body:not(.home) #header .main-nav a {
    color: #000;
}

body:not(.home) #header .main-nav .btn_large a {
    color: #fff;
    background: #5d5de7;
    margin-top: 3px;
    padding: 16px 30px;
}

#header.header-scrolled .logo img {
    max-width: 130px;
    margin: 0;
    margin-top: 0px;
}

.header-scrolled .main-nav a {
    color: #000;
    padding: 9px 25px;
}

.header-scrolled .main-nav .login__btn a {
    color: #fff;
}

.header-scrolled .main-nav a:hover {
    color: #6e6ee2;
}

.main-nav a {
    padding: 12px 25px;
}

.main-nav .login__btn a {
    background-color: #6e6ee2;
    border-radius: 11px;
    margin-right: 24px;
    border: 2px solid transparent;
}

    .main-nav .login__btn a:hover {
        background: #fff;
        border-color: #fff;
        color: #333;
    }

.header-scrolled .main-nav .login__btn a:hover {
    background: transparent;
    border-color: #6e6ee2;
    color: #6e6ee2;
}

.main-nav .btn_large a {
    color: #000000;
    background: #fff;
    font-family: 'PoppinsBold';
    border-radius: 11px;
    padding: 12px 25px;
    display: inline-block;
    border: 2px solid transparent;
}

.main-nav > ul > li.active > a:before {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #5656e8;
    content: '';
}

.main-nav > ul > li.active a {
    position: relative;
}

.header-scrolled .main-nav .btn_large a {
    padding: 9px 30px;
    background: #6e6ee2;
    color: #fff;
}

    .header-scrolled .main-nav .btn_large a:hover {
        background: transparent;
        border-color: #6e6ee2;
        color: #6e6ee2;
    }

.banner_content .btn-get-started:hover {
    background: #fff;
    color: #6e6ee2;
}

.main-nav .btn_large a:hover {
    background: #6e6ee2;
    color: #fff;
}

body:not(.home) #header.header-scrolled .main-nav .btn_large a {
    padding: 9px 30px;
    margin-top: 0;
}

body:not(.home) #header .main-nav .btn_large a:hover {
    background: transparent;
    color: #6e6ee2;
    border-color: #6e6ee2;
}

/* Common button
--------------------------------*/

.common_btn svg {
    width: 24px;
    height: 24px;
    margin-bottom: 3px
}

.common_btn a {
    border: 2px solid #6e6ee2;
    color: #2a2a2a;
    font-size: 18px;
    font-family: 'PoppinsBold';
    padding: 13px 27px;
    border-radius: 9px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
}

    .common_btn a:before {
        content: '';
        /*  position: absolute;
  right: 0px;
  width: 13px;
  height: 100%;
  top: 0;
  background: #6e6ee2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
    }

.common_btn span {
    margin-left: 12px;
    display: inline-block;
}

.common_btn a:hover {
    background: #6e6ee2;
    color: #fff;
}

    .common_btn a:hover svg path {
        fill: #fff !important;
    }

.common_btn svg path {
    transition: 0.3s;
}

.common_btn {
    text-align: center;
}

.common_btn_wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.main_btn {
    display: inline-block;
}

    .main_btn a {
        padding: 12px 24px 12px 34px;
        text-align: center;
        float: left;
        background: linear-gradient(to right, #fff 47%, #5f5fe6 0%);
        background-size: 200% 100%;
        background-position: left bottom;
        display: inline-block;
        font-family: 'PoppinsBold';
        font-size: 16px;
        border: 2px solid #5f5fe6;
        border-radius: 10px;
        line-height: 28px;
        color: #5f5fe6;
        text-transform: uppercase;
    }

        .main_btn a:hover {
            background-position: right bottom;
            color: #fff;
        }

        .main_btn a:before {
            content: '';
            transition: all 500ms cubic-bezier(0, 0.4, 0.51, 1.35);
            background: url(../images/multi_icon.png);
            display: inline-block;
            width: 30px;
            height: 23px;
            float: right;
            background-position: -66px -19px;
            margin-top: 3px;
            margin-left: 10px;
        }

        .main_btn a:hover:before {
            background-position: -16px -19px;
        }

    .main_btn.color_black a {
        color: #2a2a2a;
    }

        .main_btn.color_black a:before {
            background-position: -108px -19px;
            margin-top: 2px;
        }

        .main_btn.color_black a:hover:before {
            background-position: -16px -19px;
        }

        .main_btn.color_black a:hover {
            color: #fff;
        }

/* Common title
--------------------------------*/

.title_commn h2 {
    font-size: 60px;
    color: #2a2a2a;
    line-height: 85px;
    font-family: 'PoppinsBold';
}

.great_growth .title_commn h2 {
    position: relative;
    margin-bottom: 0;
}

    .great_growth .title_commn h2:before {
        content: '';
        width: 180px;
        position: absolute;
        height: 2px;
        background: #000000;
        top: 50%;
        left: -7%;
    }

.title_commn h5 {
    font-family: 'PoppinsMedium';
    color: #5d5d5d;
    font-size: 24px;
}
/* Our Client Section
--------------------------------*/

.our_client_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 120px 0;
}

    .our_client_grid .our_client_boxes {
        flex: 0 0 23%;
        text-align: center;
        max-width: 310px;
        height: 180px;
        z-index: 1;
        position: relative;
    }

.clint_border {
    border: 1px solid #b7b7b7;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 9px 21.16px 1.84px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    background: #fff;
}

.our_client_grid .our_client_boxes:hover .clint_border {
    transform: scale(1.1);
    border-color: #6e6ee2;
    border-width: 2px;
    box-shadow: 0px 9px 21.16px 1.84px rgba(110, 110, 226, 0.25);
}

.our_client_grid:before, .our_client_grid:after {
    content: '';
    background: url(../images/dot_repeater.png);
    position: absolute;
    width: 200px;
    height: 95px;
    bottom: -40px;
    left: -90px;
    z-index: 0;
}

.our_client_grid:after {
    bottom: auto;
    top: -46px;
    right: -77px;
    left: auto;
}

section.our_client {
    margin: 130px 0;
    overflow: hidden;
}



/* Great growth Tremendous trust
--------------------------------*/

.growth_grid_main {
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0;
    padding: 130px 0;
    overflow: hidden;
}

    .growth_grid_main::after {
        content: "";
        background: url(../images/dotted-pattern.png) no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 172px;
        height: 426px;
    }

    .growth_grid_main .growth_img {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .growth_grid_main .growth_content {
        max-width: 50%;
        flex: 0 0 50%;
    }

.growth_img img {
    width: 100%;
    height: auto;
}

.great_growth .container_fullwidth:before {
    content: '';
    position: absolute;
    right: 0;
    width: calc(100% - 15%);
    height: 100%;
    background: #f0f0fc;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
}

.great_growth .container_fullwidth {
    position: relative;
    margin-top: 60px;
}

.growth_grid h4 {
    margin: 0;
    font-size: 28px;
    color: #444444;
    margin-left: 40px;
}

.growth_content ul {
    margin: 0;
    padding: 0;
}

    .growth_content ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 34px;
    }

.growth_grid {
    display: flex;
    height: 100%;
    align-items: center;
}

    .growth_grid span {
        background-image: -moz-linear-gradient( 65deg, rgb(86,86,232) 0%, rgb(122,122,225) 100%);
        background-image: -webkit-linear-gradient( 65deg, rgb(86,86,232) 0%, rgb(122,122,225) 100%);
        background-image: -ms-linear-gradient( 65deg, rgb(86,86,232) 0%, rgb(122,122,225) 100%);
        box-shadow: 0px 9px 59.8px 5.2px rgba(106, 106, 228, 0.25);
        border-radius: 50%;
        width: 115px;
        height: 115px;
        line-height: 115px;
        text-align: center;
    }

.growth_content {
    margin-left: 20px;
}

    .growth_content ul li:nth-child(2), .growth_content ul li:nth-child(4) {
        padding-left: 60px;
    }

    .growth_content ul li:nth-child(2), .growth_content ul li:nth-child(3), .growth_content ul li:nth-child(4) {
        padding-left: 10%;
    }

    .growth_content ul li:last-child {
        margin-bottom: 0;
    }



/* Our sevices section
--------------------------------*/
/*
.textanim-container {
  position: relative;
  max-width: 250px;
  min-height: 250px;
  margin: auto;
  overflow: hidden;
}

.textanim-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
}

.textanim-container:hover .textanim-title {
  top: 10px;
  transform: translateY(0);
}

.textanim-hidden {
  position: absolute;
  top: 400px;
  opacity: 0.5;
  transition: 0.8s;
  text-align: center;
}

.textanim-container:hover .textanim-hidden {
  top: 50%;
  transform: translateY(-50%);
}*/


.our_service_grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

    .our_service_grid .services_boxes {
        flex: 0 0 25%;
        margin-bottom: 10px
    }



.normal_box h4 {
    margin: 0;
    font-size: 22px;
    color: #5d5d5d;
    margin-top: 20px;
}

.textanim-container .hover_box {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.2s;
    height: 100%;
    border-radius: 28px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 9px 59.8px 5.2px rgba(0, 0, 0, 0.13);
    left: 0
}

.textanim-container {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .textanim-container:hover .hover_box {
        opacity: 1;
        background: #6e6ee2;
    }

.services_description h5 {
    color: #fff;
    font-size: 22px;
    font-family: 'PoppinsMedium';
    margin: 0;
    margin-bottom: 14px;
}

.services_description {
    padding: 15px;
    height: 195px;
    overflow-y: auto
}

    .services_description p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
    }

section.our_services {
    margin-top: 120px;
}

.our_services .our_service_grid {
    margin: 4% 0;
}

.textanim-container .hover_box:before {
    content: '';
    background: url(../images/square_repeater_purple.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.textanim-container .hover_box:after {
    content: '';
    background: url(../images/square_repeater_purple.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 80px;
}

.our_services.wow.fadeIn {
    margin: 120px 0;
}


/* Our Partner
--------------------------------*/
.brands_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
    margin: 0;
    padding: 0;
    padding-top: 7%;
    padding-bottom: 4%;
}

    .brands_grid li {
        flex-basis: 15%;
        margin-bottom: 30px;
        border: 1px #ddd solid;
        list-style: none;
        padding: 20px;
        max-width: 15%;
        background-color: #fff;
        transition: all ease-in-out 0.3s;
        /* display: flex; */
        min-height: 150px;
        text-align: center;
        /* justify-content: center; */ line-height: 110px;
        border-radius: 12px;
    }

        .brands_grid li img {
            max-width: 100%;
        }

.partner_grid {
    right: 0;
    left: 0;
    width: 80%;
    margin-left: auto;
    position: relative;
    padding-right: 60px;
    margin-top: 50px;
}

.our_partners .container_fullwidth:before {
    content: '';
    background: #f1f1f1;
    position: absolute;
    right: 0;
    height: 100%;
    width: calc(100% - 15%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.our_partners {
    position: relative;
    clear: both;
}

    .our_partners .container_fullwidth {
        position: relative;
    }

.brands_grid li:hover {
    box-shadow: 0px 9px 21.16px 1.84px rgba(0, 0, 0, 0.2);
}

.title_fullwidth {
    width: 80%;
    margin-left: auto;
}



/* Our Locations
--------------------------------*/

.our_locations {
    margin: 120px 0;
}

.location_grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 120px 0;
}

    .location_grid .location_boxes {
        max-width: 400px;
        width: 100%;
        flex-basis: 50%;
        text-align: center;
        position: relative;
    }

.location_boxes:after {
    content: '';
    left: -40px;
    top: -40px;
    width: 100%;
    height: 100%;
    background: #ececfc;
    position: absolute;
    border-radius: 22px;
    z-index: 0;
}

.location_grid .location_boxes:nth-child(2):after {
    left: auto;
    right: -40px;
}

.location_wrapper {
    margin: 0 auto;
    background: #5858e7;
    border-radius: 22px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.location_title {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .location_title h3 {
        font-size: 24px;
        color: #fff;
        margin: 0;
    }

.location_info {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .location_info p {
        color: #fff;
        font-size: 18px;
        padding: 0 20px;
        margin: 0;
        margin-bottom: 15px;
    }

    .location_info a {
        clear: both;
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #fff;
        font-size: 18px;
        margin: 4px 0;
        transition: 0.3s;
    }

        .location_info a:hover {
            color: #000;
        }

.location_boxes.location_usa:after {
    left: auto;
    right: -40px;
}



/* Footer
--------------------------------*/
footer.footer_main {
    clear: both;
    width: 100%;
    display: inline-block;
}

.footer-top {
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgb(27,27,71) 0%, rgb(13,13,34) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(27,27,71) 0%, rgb(13,13,34) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgb(27,27,71) 0%, rgb(13,13,34) 100%);
    padding-top: 50px;
}

.newslatter_grid p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.newslatter_grid h3 {
    margin: 10px 0 0;
    font-size: 40px;
    color: #fff;
}

.newsletter_input {
    text-align: right;
    position: relative;
}

    .newsletter_input input[type="email"] {
        background: #fff;
        border: 0;
        font-size: 16px;
        height: 80px;
        border-radius: 12px;
        padding-left: 24px;
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        padding-right: 210px;
    }

    .newsletter_input button {
        position: absolute;
        right: 0;
        background: #6e6ee2;
        border: 0;
        color: #fff;
        font-size: 18px;
        font-family: 'PoppinsBold';
        display: flex;
        padding: 16px 30px;
        border-radius: 14px;
        top: 12px;
        right: 12px;
    }

        .newsletter_input button span {
            width: 24px;
            height: 24px;
            margin-left: 10px;
        }

            .newsletter_input button span svg, .newsletter_input button span path {
                fill: #fff !important;
            }

        .newsletter_input button:hover {
            background: #000;
        }

.footer_info_grid {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .footer_info_grid .footer_address {
        width: 600px;
        flex-shrink: 0;
    }

.footer_links {
    max-width: 100%;
    text-align: left;
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    flex-basis: 0;
}

.footer_inner p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.footer_inner a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.footer_socila_icon ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer_socila_icon ul li {
        display: inline-block;
        margin-right: 13px;
    }

        .footer_socila_icon ul li a {
            font-size: 24px;
            transition: 0.3s;
        }

.footer_inner {
    max-width: 300px;
}

.footer_socila_icon {
    margin-top: 30px;
}

.footer_links_wrapper h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'PoppinsRegular';
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 30px;
}


.footer_links_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer_links_wrapper ul li {
        margin-bottom: 15px;
    }

        .footer_links_wrapper ul li a {
            color: #fff;
            font-size: 18px;
            text-transform: capitalize;
            transition: 0.3s;
        }

            .footer_links_wrapper ul li a:hover,
            .footer_inner a:hover,
            .footer_socila_icon ul li a:hover {
                color: #6e6ee2;
            }

.footer_bottom {
    background: #6262e5;
}

.footer_bottom_grid {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    height: 60px;
    text-align: left;
}

.back-to-top {
    bottom: 115px;
}

.footer_bottom_grid .copyright {
    /* -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; */
    color: #fff;
    font-size: 16px;
}

/* .footer_bottom_grid .credits {
           -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
        text-align: right;
    } */

.credits ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .credits ul li {
        display: inline-block;
        margin-right: 6px;
    }

        .credits ul li:after {
            content: '|';
            color: #fff;
            margin-left: 10px;
            padding-left: 0;
            display: inline-block;
        }

        .credits ul li a {
            color: #fff;
            transition: 0.3s;
            font-size: 16px;
        }

            .credits ul li a:hover {
                color: #000;
            }

/* About us page
--------------------------------*/
.banner_inner {
    height: 600px;
    background-size: cover !important;
}

.banner_title {
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

    .banner_title h1 {
        color: #fff;
        font-size: 60px;
        margin: 0;
    }

span.purple {
    color: #9090ff;
}

.title_about_us {
    text-align: center;
}

    .title_about_us h2 {
        font-size: 50px;
        font-family: 'PoppinsBold';
        margin-top: 0;
        margin-bottom: 30px;
    }

    .title_about_us .lead-content {
        margin: 0;
        font-size: 18px;
        color: #5f5e5e;
        font-family: 'PoppinsMedium';
        line-height: 36px;
    }

.container_inner {
    max-width: 1260px;
    margin: 0 auto;
}

.mission_grid {
    position: relative;
}

    .mission_grid:before {
        content: '';
        background: #f0f0fc;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 200px);
        height: 100%;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .mission_grid.adw_our_vision:before {
        left: auto;
        right: 0;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mission_grid .mission_info {
        flex-basis: 60%;
        text-align: left;
        padding: 60px;
    }

    .mission_grid .mission_icon {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 415px;
    }

    .mission_grid.adw_our_vision .mission_icon {
        right: auto;
        left: 200px;
    }

    .mission_grid.adw_our_mission .mission_icon {
        right: 0;
        left: auto;
    }

.adw_our_vision .inside_column {
    justify-content: flex-end;
}

.mission_info .title_about_us {
    text-align: left;
}

.inside_column {
    position: relative;
    display: flex;
    padding: 30px 0;
}

.mission_info .title_about_us h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.mission_info .title_about_us {
    text-align: left;
    max-width: 550px;
}

.icon_wrapper {
    padding: 50px;
    width: 237px;
    height: 230px;
    position: relative;
    display: inline-block;
    z-index: 2;
}

    .icon_wrapper img {
        max-width: 140px;
        width: 100%;
        height: auto;
        line-height: 250px;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }

    .icon_wrapper:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        transition: .5s ease;
        -ms-transform: rotate(46deg);
        -webkit-transform: rotate(46deg);
        transform: rotate(46deg);
        background-image: -moz-linear-gradient( 65deg, rgb(86,86,232) 0%, rgb(122,122,225) 100%);
        background-image: -webkit-linear-gradient( 65deg, rgb(86,86,232) 0%, rgb(122,122,225) 100%);
        background-image: -ms-linear-gradient( 65deg, rgb(86,86,232) 0%, rgb(122,122,225) 100%);
        box-shadow: 0px 9px 59.8px 5.2px rgba(0, 0, 0, 0.13);
        border-radius: 30px;
    }

.anchor_wrapper {
    position: relative;
}

    .anchor_wrapper:before {
        content: '';
        background: url(../images/round_repeater.png);
        position: absolute;
        top: -20px;
        width: 140px;
        height: 80px;
        right: -50px;
    }


    .anchor_wrapper:after {
        content: '';
        background: url(../images/round_repeater.png);
        position: absolute;
        bottom: 0;
        width: 140px;
        height: 80px;
        left: -50px;
        z-index: 0;
    }

.mission_grid.adw_our_vision {
    margin-top: 70px;
}

.who_we_are {
    padding: 80px 0;
}

section.our_values {
    padding: 80px 0;
}

.our_values .title_about_us {
    max-width: 80%;
    margin: 0 auto;
}

    .our_values .title_about_us .lead-content {
        margin-top: 40px;
    }

.title_about_us h2 {
    text-transform: uppercase;
}

.our_value_grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;
}

    .our_value_grid .value_boxes {
        max-width: 25%;
        padding: 0 10px;
        text-align: center;
    }

.value_img {
    position: relative;
}

    .value_img:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        background: #eeeefc;
        border-radius: 50%;
        top: -10px;
        right: 0;
    }

    .value_img img {
        position: relative;
    }

.value_title {
    min-height: 70px;
    margin-top: 30px;
}

    .value_title h4 {
        font-size: 22px;
        color: #5d5d5d;
    }

.our_model_grid {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

    .our_model_grid .model_boxed {
        display: inline-block;
        width: 33%;
        margin: 0 -2px;
        text-align: center;
        margin-bottom: 80px;
    }

.model_title {
    max-width: 315px;
    margin: 0 auto;
    background: #f0f0fc;
    min-height: 190px;
    border-radius: 14px;
    position: relative;
    box-shadow: -8px 8px 0px 0px rgba(0, 0, 0, 0.11);
    z-index: 9
}
/*.model_title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 7px;
    content: '';
    left: -7px;
    background: #e3e3e3;
    border-radius: 14px;
        z-index: 1;
}*/
.box_wrapper {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    background: #f0f0fc;
    z-index: 2;
    border-radius: 14px;
}

.model_title:hover:before {
    background: #dedef9;
}

.model_title:hover .box_wrapper {
    /* background: red; */
    background-image: -moz-linear-gradient( 65deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    background-image: -webkit-linear-gradient( 65deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    background-image: -ms-linear-gradient( 65deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    box-shadow: -8px 8px 0px 0px rgba(101, 101, 228, 0.21);
    background: #5656e8;
}

.box_wrapper h4 {
    font-size: 22px;
    color: #42444b;
    margin-bottom: 0;
}

.model_title:hover .box_wrapper h4 {
    color: #fff;
}

.box_wrapper .model_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/engagement_model_icon.png)no-repeat;
    transition: all .4s ease-in-out;
    display: inline-block;
    margin-top: 18px;
}

    .box_wrapper .model_icon.f_price {
        background-position: -26px -23px;
    }

.model_title:hover .box_wrapper .model_icon.f_price {
    background-position: -26px -123px;
}

.box_wrapper .model_icon.f_material {
    background-position: -136px -23px;
}

.model_title:hover .box_wrapper .model_icon.f_material {
    background-position: -136px -121px;
}

.box_wrapper .model_icon.f_build {
    background-position: -268px -20px;
}

.model_title:hover .box_wrapper .model_icon.f_build {
    background-position: -267px -121px;
}


.box_wrapper .model_icon.f_dedicated {
    background-position: -408px -22px;
}

.model_title:hover .box_wrapper .model_icon.f_dedicated {
    background-position: -408px -125px;
}


.box_wrapper .model_icon.f_development {
    background-position: -562px -33px;
}

.model_title:hover .box_wrapper .model_icon.f_development {
    background-position: -561px -134px;
}

section.our_engagement_models {
    margin-bottom: 80px;
}




.case_study_section {
    clear: both;
    display: inline-block;
    width: 100%;
}

.container-fluid {
    padding: 0 120px;
}

.case_study_slider {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

    .case_study_slider .figure_part {
        float: left;
        width: 740px;
    }

    .case_study_slider .figcaption_part {
        float: left;
        width: 480px;
        padding-left: 80px;
        margin-top: 35px;
        position: relative;
    }

        .case_study_slider .figcaption_part:before {
            content: "";
            background-color: #6e6ee2;
            width: 98px;
            left: -33px;
            height: 1px;
            position: absolute;
            top: 29px;
            z-index: 1;
        }

        .case_study_slider .figcaption_part .item {
            padding-bottom: 95px;
        }

    .case_study_slider .project_name {
        font-size: 34px;
        color: #6e6ee2;
        position: relative;
        font-weight: 700;
        font-family: 'PoppinsSemiBold';
    }

    .case_study_slider .headline_text {
        font-weight: 700;
        font-size: 48px;
        text-transform: none;
        line-height: 56px;
        font-family: 'PoppinsSemiBold';
    }

#sync1 .item {
    padding: 40px;
}

    #sync1 .item:before {
        content: '';
        position: absolute;
        right: 0px;
        bottom: 0;
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        background: #ececfc;
    }

    #sync1 .item img {
        position: relative;
    }

.case_study_slider .headline_text span {
    color: #6e6ee2;
}

.slider_test .common_btn_wrapper {
    text-align: left;
}

.case_study_slider .desciption_text {
    font-size: 18px;
    color: #0b1430;
    line-height: 30px;
    font-weight: 400;
}

.case_study_section .common_btn {
    text-align: left;
}

.case_study_slider .desciption_text strong {
    color: #6e6ee2;
}

.case_study_slider .action_button {
    padding-top: 25px;
}

    .case_study_slider .action_button a {
        font-size: 16px;
        color: #0b1430;
        position: relative;
        padding-left: 64px;
        padding-right: 26px;
        transition: all ease-in-out 0.3s;
        padding-top: 6px;
    }

        .case_study_slider .action_button a:before {
            background: #49cc84 url(../images/homepage/arrow-icons.png) 16px -62px no-repeat;
            content: "";
            width: 50px;
            height: 50px;
            position: absolute;
            border-radius: 999em;
            left: 0px;
            top: -7px;
            transition: all ease-in-out 0.3s;
            z-index: -1;
        }

        .case_study_slider .action_button a:hover {
            color: #fff;
            padding-left: 50px;
        }

    .case_study_slider .action_button:hover a:before {
        width: 100%;
    }

.case_study_slider .owl-dots {
    position: absolute;
    left: -80px;
    top: 40%;
    transform: translateY(-50%);
}

.case_study_slider .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #555555;
    border-radius: 50%;
    margin: 35px 0px;
    display: block;
    transition: all ease-in-out 0.3s;
    position: relative;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
}

    .case_study_slider .owl-dot:not(:last-child):after {
        content: "";
        top: 0;
        height: 24px;
        background-color: #aaaaaa;
        width: 1px;
        left: 5px;
        top: 18px;
        position: absolute;
    }

    .case_study_slider .owl-dot.active {
        background-color: #fff;
        border-color: #6e6ee2;
        border-width: 2px;
    }

section.slider_test {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}


/*Location slider*/

.location_section .owl-carousel .owl-stage-outer {
    padding: 80px 0px 30px;
}

.location_section .owl-item .item {
    opacity: 0.7;
}

.location_section .item {
    /*transition: all ease-in-out 0.3s;*/
    transform: scale(0.87);
    margin: 0 -15px;
}

.location_section .owl-item .figcaption {
    background: #6e6ee2;
    padding: 0;
    margin: 0;
}

.location_section .owl-item.center .item {
    opacity: 1;
}

.location_section .center .item {
    transform: scale(1);
    -ms-transform: scale (1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.location_section .item {
    /*transition: all ease-in-out 0.3s;*/
    transform: scale(0.87);
    margin: 0 -15px;
    padding: 15px;
}

.location_section .center .item .image_figure {
    box-shadow: 0px 9px 29.8px 5.2px rgba(0, 0, 0, 0.19);
}

.location_section .center .item img {
    position: relative;
    z-index: 9;
}

.location_section .owl-item.center .figcaption {
    visibility: visible;
    text-align: center;
}

.location_section .owl-item .figcaption h5 {
    color: #fff;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.location_slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    width: 100%;
}

    .location_slider .owl-nav [class*="owl"] {
        position: absolute;
        width: auto;
        top: 60%;
        width: 50px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #151536;
        color: #fff;
    }

    .location_slider .owl-nav .owl-next {
        right: -60px;
    }

    .location_slider .owl-nav .owl-prev {
        left: -60px;
    }

.location_section .owl-item .item a {
    display: inline-block;
    box-shadow: 0px 9px 10px 2.07px rgba(0, 0, 0, 0.2)
}




/*Services page*/
.text_left {
    text-align: left;
}

.services_page h1 {
    color: #fff;
}

.services_page h4 {
    font-size: 22px;
    color: #ffffff;
    font-family: 'PoppinsMedium';
    margin-top: 15px;
}

.btn_simple a {
    background: #6e6ee2;
    color: #fff;
    font-size: 18px;
    font-family: 'PoppinsMedium';
    padding: 14px 70px 14px 34px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

/*.btn_simple a::after {
    content: "";
    background: url(../images/right-arrow.png) no-repeat;
    position: absolute;
    right: 30px;
    width: 25px;
    top: 50%;
    height: 19px;
    margin-top: -9px;
}*/


.btn_simple {
    display: inline-block;
}

.services_page .btn_simple {
    margin-top: 50px;
}

.container_small {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.service_title h2 {
    margin: 0;
    font-size: 60px;
    color: #6e6ee2;
    font-family: 'PoppinsBold';
    line-height: normal;
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}

    .service_title h2::after {
        content: "";
        background-color: #6e6ee2;
        width: 74px;
        height: 3px;
        position: absolute;
        right: -94px;
        bottom: 12px;
    }

.service_title h4 {
    font-size: 30px;
    color: #333333;
}

.service_title p {
    margin: 0;
    padding: 0;
    color: #545353;
    font-size: 18px;
    line-height: 34px;
    margin-top: 40px;
}

.services_about .common_btn {
    text-align: left;
    margin-top: 50px;
}

.services_wrapper {
    max-width: 100%;
    width: 100%;
    border-top-left-radius: 160px;
    overflow: hidden;
    border-bottom-right-radius: 160px;
    max-width: 500px;
    margin: 0 auto;
    height: 460px;
}

    .services_wrapper img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 1;
    }

.about_img {
    padding: 60px 0;
}

.services_about .common_btn .common_btn_wrapper {
    text-align: left;
}

.services_wrapper:after, .services_wrapper:before {
    background: url(../images/round_dot_repeater--BLACK.png);
    position: absolute;
    width: 170px;
    height: 80px;
    content: '';
}

.services_wrapper:before {
    bottom: 30px;
    left: 22px;
}

.services_wrapper:after {
    top: 30px;
    right: 22px;
}

.our_services_page .item {
    padding: 10px;
}

.our_services_page .owl-stage-outer {
    padding-top: 40px;
}

.our_services_page .services_boxes {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    border-left: 4px solid #6e6ee2;
    position: relative;
    transition: 0.6s;
    background: #fff;
}

.our_services_page .icon_services {
    position: absolute;
    top: -50px;
    right: 0;
    left: 48%;
    transform: translateX(-50%);
    min-width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
}

.our_services_page .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin-top: -6px;
}

.our_services_page .services_details {
    /* margin-top: 40px; */
}

    .our_services_page .services_details h5 {
        font-size: 18px;
        color: #333333;
        margin: 0;
        /* margin-bottom: 25px; */
        text-transform: uppercase
    }

    .our_services_page .services_details p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #888888;
        font-family: 'PoppinsMedium';
        line-height: 22px;
    }

.our_services_page .services_boxes:hover p,
.our_services_page .services_boxes:hover h5 {
    color: #fff;
}

.our_services_page .services_boxes:hover {
    background: #6e6ee2;
}

.our_services_page .serivice_slider {
    margin-top: 80px;
}

.our_services_page .our_services_page {
    margin-top: 100px;
}

.our_services_page .owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 50px;
    position: absolute;
    bottom: -110px;
    right: 0;
}

    .our_services_page .owl-nav .owl-prev {
        margin-right: 40px;
    }

.our_services_page .serivice_slider .owl-prev span,
.our_services_page .serivice_slider .owl-next span {
    display: inline-block;
}

    .our_services_page .serivice_slider .owl-prev span:before,
    .our_services_page .serivice_slider .owl-next span:before {
        content: '';
        background: url(../images/engagement_model_icon.png)no-repeat;
        display: inline-block;
        clear: both;
        width: 50px;
        height: 30px;
        transition: all .4s ease-in-out;
    }

    .our_services_page .serivice_slider .owl-prev span:before {
        background-position: -18px -222px;
    }

    .our_services_page .serivice_slider .owl-next span:before {
        background-position: -88px -222px;
    }

    .our_services_page .serivice_slider .owl-prev span:hover:before {
        background-position: -18px -257px;
    }

    .our_services_page .serivice_slider .owl-next span:hover:before {
        background-position: -88px -256px;
    }


.our_services_page .services_grid:before {
    content: '';
    background: url(../images/round_dot_repeater--BLACK.png);
    position: absolute;
    width: 170px;
    height: 80px;
    content: '';
    right: -26px;
    bottom: -16px;
}

.our_services_page .services_grid {
    position: relative;
}

.our_services_page {
    background: url(../images/our_services_page_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 120px;
    padding-bottom: 70px;
}

.choose_grid ul {
    padding: 0;
    margin: 0;
}

.why_choose_us img {
    max-width: 100%;
}

.choose_boxes ul li {
    display: flex;
    align-items: center;
}
/*.choose_boxes ul li .why_choose_icon {
    width: 90px;
    height: 100px;
    background: #6e6ee2;
}*/
.why_choose_content h3 {
    font-size: 18px;
    color: #333333;
    margin: 0;
}

.radius_odd {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.radius_even {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.why_choose_icon h4 {
    margin: 0;
    color: #e9e9fb;
    font-size: 50px;
    font-family: 'PoppinsBold';
    text-align: center;
}

.choose_boxes ul li .why_choose_icon:before {
    /*    content: '';
    background: url(../images/intelligence.png) no-repeat;
    width: 90px;
    height: 100px;
    display: inline-block;
    background-position: center;*/
}

.why_choose_content {
    margin-left: 50px;
}

.icon_grid_number:before {
    content: '';
    background: url(../images/services_page.png) no-repeat;
    width: 90px;
    height: 100px;
    display: inline-block;
    background-position: center;
}

.icon_grid_number {
    position: relative;
    width: 90px;
    height: 100px;
    background: #6e6ee2;
    z-index: 1;
}

.choose_counter {
    position: absolute;
    top: -36px;
    z-index: 0;
    right: 0;
    left: 0;
}

.why_choose_icon {
    display: flex;
    align-items: center;
}

    .why_choose_icon .blue_icon {
        position: relative;
    }

.choose_boxes ul li:nth-child(even) {
    padding-left: 12%;
    margin: 30px 0;
}

.why_choose_us_img:before {
    content: '';
    background: url(../images/round_dot_repeater--BLACK.png);
}

.image_corner {
    max-width: 100%;
    border-top-right-radius: 140px;
    overflow: hidden;
    border-bottom-left-radius: 140px;
    position: relative;
    z-index: 2;
}

.why_choose_us_img {
    max-width: 100%;
    border-top-right-radius: 140px;
    border-bottom-left-radius: 140px;
}

.why_choose_us_img {
    position: relative;
    max-width: 500px;
}

    .why_choose_us_img:before,
    .why_choose_us_img:after {
        content: '';
        background: url(../images/round_dot_repeater--BLACK.png);
        width: 140px;
        height: 80px;
        position: absolute;
    }

    .why_choose_us_img:before {
        left: -50px;
        top: -38px;
    }

    .why_choose_us_img:after {
        bottom: 0;
    }

    .why_choose_us_img:after {
        bottom: -33px;
        right: -30px;
        z-index: 1;
    }

.why_choose_us .service_title {
    margin-bottom: 100px;
}

.why_choose_us {
    margin-top: 120px;
    margin-bottom: 120px;
}

.choose_boxes ul li:nth-child(1) .icon_grid_number:before {
    background-position: 16px 0;
}

.choose_boxes ul li:nth-child(2) .icon_grid_number:before {
    background-position: -64px 0;
}

.choose_boxes ul li:nth-child(3) .icon_grid_number:before {
    background-position: -140px 0;
}

.choose_boxes ul li:nth-child(4) .icon_grid_number:before {
    background-position: -214px 0;
}

.choose_boxes ul li:nth-child(5) .icon_grid_number:before {
    background-position: -295px 0;
}

.choose_boxes ul li:nth-child(6) .icon_grid_number:before {
    background-position: -377px 0;
}
/*Portfolio section*/



section.were_section {
    clear: both;
    margin-top: 110px;
}

.mobile_app {
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}

.slide_grid {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
}

    .slide_grid .star {
        position: relative;
        align-items: center;
        background: none;
        border: 0;
        margin: 0;
        outline: none;
        padding: 0;
        cursor: pointer;
        flex: 0 0 18%;
        -ms-flex: 0 0 18%;
        max-width: 18%
    }

.adw_circle {
    position: relative;
}

.adw_line:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #cccccc;
    width: 100%;
    top: 14px;
    left: -50%;
}

.adw_circle:after {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #cccccc;
    border-radius: 50%;
    position: relative;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 1;
}

.adw_circle {
    position: relative;
}

.slide_grid .star.selected .adw_circle:after {
    background: #6e6ee2;
}

.slide_grid .star:nth-child(1) .adw_line:before,
.slide_grid .star:nth-child(1) .adw_line:after {
    visibility: hidden;
}

.adw_process {
    position: relative;
}


.slide_grid .star.selected .adw_line:after {
    width: 100%;
}

.slide_grid .star .adw_line:after {
    content: '';
    width: 0;
    position: absolute;
    height: 2px;
    top: 14px;
    left: -50%;
    animation: width-animation 1s;
    background-color: transparent;
    transition: all 1s;
}

.slide_grid .star.selected .adw_line:after {
    animation: width-animation 1s;
    background-color: #6e6ee2;
}


.pinkBg {
    border: 3px solid transparent;
    width: 24px !important;
    height: 24px !important;
}

.intro-banner-vdo-play-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -21px 0 0 -12px;
    border-radius: 100px;
    z-index: 1;
}

    .intro-banner-vdo-play-btn i {
        line-height: 56px;
        font-size: 30px
    }

    .intro-banner-vdo-play-btn .ripple {
        position: absolute;
        width: 100px !important;
        height: 100px !important;
        z-index: -1;
        left: 50%;
        top: 50%;
        opacity: 0;
        margin: -50px 0 0 -50px;
        border-radius: 50%;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite;
        border: 2px solid #6e6ee2;
    }

.ripple_circle {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.slide_grid .star.active .ripple_circle {
    opacity: 1;
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.adw_title {
    color: #585c65;
    font-size: 22px;
    font-family: 'PoppinsSemiBold';
}

.adw_text {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.slide_grid .star.active .adw_text {
    opacity: 1;
}

.adw_process {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

.adw_text {
    font-size: 18px;
    color: #888888;
    line-height: 24px;
}

.adw_icon {
    top: 0;
    left: 50%;
    position: relative;
    color: #ebebeb;
    font-family: AvertaStd;
    font-weight: 800;
    font-size: 100px;
    line-height: normal;
    transition: top .4s ease;
    transform: translateX(-50%);
}

.slide_grid .active .adw_icon {
    top: -40px;
    opacity: 1;
}

.slide_grid [data-value="1"] .adw_icon:before {
    background-position: 650px -26px;
}

.slide_grid [data-value="2"] .adw_icon:before {
    background-position: 132px -26px;
}

.slide_grid [data-value="3"] .adw_icon:before {
    background-position: 479px -30px;
}

.slide_grid [data-value="4"] .adw_icon:before {
    background-position: -25px -26px;
}

.slide_grid [data-value="5"] .adw_icon:before {
    background-position: 284px -26px;
}



.slide_grid .active[data-value="1"] .adw_icon:before {
    background-position: 650px -160px;
}

.slide_grid .active[data-value="2"] .adw_icon:before {
    background-position: 132px -160px;
}

.slide_grid .active[data-value="3"] .adw_icon:before {
    background-position: 479px -160px;
}

.slide_grid .active[data-value="4"] .adw_icon:before {
    background-position: -25px -160px;
}

.slide_grid .active[data-value="5"] .adw_icon:before {
    background-position: 284px -160px;
}

.adw_icon:before {
    content: '';
    background: url(../images/were_icon.png);
    display: inline-block;
    width: 80px;
    height: 80px;
    float: none;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slide_grid [data-value="1"] .adw_icon:before {
}

.slide_grid .star.active .adw_slide_info {
    top: 40px;
}

.adw_slide_info {
    transition: top .4s ease;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    top: 0;
}

.adw_icon img {
    max-width: 50px;
}

.slide_grid .star.active .adw_title {
    color: #6e6ee2;
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes width-animation {
    /* You could think of as "step 1" */
    0% {
        width: 0%;
    }
    /* You could think of as "step 2" */
    100% {
        width: 100%;
    }
}


/*Portfolio page*/
.portfolio-web-detail-banner {
    background: #79c5a2 url(../images/details-page.png) no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 160px;
}

.home-banner-animation {
    width: 1660px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -830px;
    overflow: hidden;
}

.path3 {
    width: 1040px;
    height: 1040px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid rgba(207, 208, 209,0.14);
    position: absolute;
    top: 310px;
    left: 304px;
    z-index: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.circle-ani3 {
    width: 34px;
    margin: -17px auto;
    border-radius: 50%;
}

    .circle-ani3 > i {
        display: block;
        width: 34px;
        height: 34px;
        border: 5px solid #61eb98;
        border-radius: 50%;
        box-sizing: border-box;
        background: transparent;
    }
/** Animation along a circular path **/
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.circle-ani {
    animation: spin 14s infinite linear;
    transform-origin: 50% 340px;
}

    .circle-ani > i {
        animation: inherit;
        animation-direction: reverse;
    }

.circle-ani {
    width: 20px;
    margin: -10px auto;
    border-radius: 50%;
}

    .circle-ani > i {
        display: block;
        width: 20px;
        height: 20px;
        border: 5px solid #61eb98;
        border-radius: 50%;
        box-sizing: border-box;
        background: #f2f2f2;
    }

.path {
    width: 660px;
    height: 660px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid rgba(207, 208, 209,0.278);
    position: absolute;
    top: 58px;
    left: -54px;
    z-index: 0;
}

@keyframes spin2 {
    from {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin2 {
    from {
        transform: rotate(1turn);
    }
}

.circle-ani2 {
    animation: spin2 18s infinite linear;
    transform-origin: 50% 415px;
}

    .circle-ani2 > i {
        animation: inherit;
        animation-direction: reverse;
    }

.circle-ani2 {
    width: 30px;
    margin: -15px auto;
    border-radius: 50%;
}

    .circle-ani2 > i {
        display: block;
        width: 30px;
        height: 30px;
        border: 4px solid #61eb98;
        border-radius: 50%;
        box-sizing: border-box;
        background: #f2f2f2;
    }

.path2 {
    width: 800px;
    height: 800px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid rgba(207, 208, 209,0.278);
    position: absolute;
    top: -10px;
    left: -124px;
    z-index: 0;
}

.home-banner-animation {
    width: 1660px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -830px;
    overflow: hidden;
}

@keyframes spin3 {
    from {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin3 {
    from {
        transform: rotate(1turn);
    }
}

.circle-ani3 {
    animation: spin3 12s infinite linear;
    transform-origin: 50% 534px;
}

    .circle-ani3 > i {
        animation: inherit;
        animation-direction: reverse;
    }

.circle-ani3 {
    width: 34px;
    margin: -17px auto;
    border-radius: 50%;
}

    .circle-ani3 > i {
        display: block;
        width: 34px;
        height: 34px;
        border: 5px solid #61eb98;
        border-radius: 50%;
        box-sizing: border-box;
        background: transparent;
    }

.path3 {
    width: 1040px;
    height: 1040px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid rgba(207, 208, 209,0.14);
    position: absolute;
    top: 310px;
    left: 304px;
    z-index: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

@keyframes spin4 {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin4 {
    to {
        transform: rotate(1turn);
    }
}

.circle-ani4 {
    animation: spin4 14s infinite linear;
    transform-origin: 50% 717px;
}

    .circle-ani4 > i {
        animation: inherit;
        animation-direction: reverse;
    }

.circle-ani4 {
    width: 94px;
    margin: -47px auto;
    border-radius: 50%;
}

    .circle-ani4 > i {
        display: block;
        width: 94px;
        height: 94px;
        border: 8px solid #00ff66;
        border-radius: 50%;
        box-sizing: border-box;
        background: transparent;
    }

.path4 {
    width: 1340px;
    height: 1340px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid rgba(207, 208, 209,0.14);
    position: absolute;
    top: 184px;
    left: 148px;
    z-index: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

@keyframes spin5 {
    from {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes spin5 {
    from {
        transform: rotate(1turn);
    }
}

.circle-ani5 {
    animation: spin5 16s infinite linear;
    transform-origin: 50% 826px;
}

    .circle-ani5 > i {
        animation: inherit;
        animation-direction: reverse;
    }

.circle-ani5 {
    width: 42px;
    margin: -21px auto;
    border-radius: 50%;
}

    .circle-ani5 > i {
        display: block;
        width: 42px;
        height: 42px;
        border: 8px solid #00ff66;
        border-radius: 50%;
        box-sizing: border-box;
        background: transparent;
    }

.path5 {
    width: 1610px;
    height: 1610px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255,0.14);
    position: absolute;
    top: 50px;
    left: 24px;
    z-index: 0;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.portfolio-detail-web-section .services-offered-for ul li {
    margin-right: 34px;
    padding-right: 34px;
}

    .portfolio-detail-web-section .services-offered-for ul li .build-detail-main {
        padding-right: 10px;
    }

    .portfolio-detail-web-section .services-offered-for ul li:last-child {
        margin: 0px;
        padding: 0px;
    }

.slider-col {
    z-index: 2;
}

.error-title {
    text-align: center;
}

.portfolio-web-hero-image {
    width: 1044px;
    margin: 0 auto;
    margin-bottom: -170px;
    text-align: center;
}

    .portfolio-web-hero-image img {
        max-width: 100%;
        height: auto;
    }

.portfolio-web-detail-inner {
    text-align: center;
    padding-top: 10px;
}

    .portfolio-web-detail-inner h1 {
        color: #ffffff;
        font-size: 50px;
        font-weight: 700;
    }

.web_portfolio_details .portfolio-web-detail-inner p {
    font-size: 18px;
}

.portfolio-web-detail-inner p {
    color: #ffffff;
    margin: 0px;
    padding: 26px 0px;
    line-height: 24px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 100px;
    position: relative;
}

.portfolio-detail-web-section .services-offered-for {
    padding-bottom: 82px;
    width: 100%;
    margin: 0 auto;
}

.portfolio-web-detail-inner h4 {
    font-size: 30px;
    color: #fff;
}

.portfolio-web-detail-inner p:before {
    content: '';
    left: 0;
    right: 0;
    width: 100px;
    height: 8px;
    background: #6767e4;
    position: absolute;
    bottom: 53px;
    margin: 0 auto;
}

section.portfolio_offered {
    margin-top: 160px;
}

.grid_portfolio {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
}

    .grid_portfolio .offered_boxes {
        background: #5f5fe6;
        min-width: 300px;
        text-align: center;
        min-height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        border-radius: 18px;
        transition: all ease-in-out 0.3s;
    }

.portfolio_small_title {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

    .portfolio_small_title label {
        font-size: 20px;
        color: #ffffff;
        font-family: 'PoppinsSemiBold';
        margin: 0;
    }

    .portfolio_small_title ul {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .portfolio_small_title ul li {
            margin: 0 6px;
        }

.grid_portfolio .offered_boxes:hover {
    box-shadow: 0px 9px 21.16px 1.84px rgba(0, 0, 0, 0.2);
}

.what_you_see .title_about_us h2 {
    font-size: 34px;
}

.what_you_see .title_about_us .lead-content {
    font-size: 22px;
    color: #3c3f46;
    margin-top: 18px;
    margin-bottom: 50px;
}

.what_you_see a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 60px;
    display: inline-block;
    font-family: 'PoppinsMedium';
    background-image: -moz-linear-gradient( -86deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    background-image: -webkit-linear-gradient( -86deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    background-image: -ms-linear-gradient( -86deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    border-radius: 4px;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}

    .what_you_see a:hover {
        /* background: #000; */
        background-image: -moz-linear-gradient( -86deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
        background-image: -webkit-linear-gradient( -86deg, rgb(103, 103, 160) 0%, rgb(87, 87, 195) 100%);
        background-image: -ms-linear-gradient( -86deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
    }

section.what_you_see {
    margin-bottom: 60px;
}


/*Portfolio Details page*/
.real_time_features .title_about_us {
    text-align: left;
    margin-bottom: 50px;
    margin-top: 110px;
}

.img_features {
    text-align: right;
    margin-bottom: -140px;
    position: relative;
    z-index: 1;
}

.feature_listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature_listing {
    position: relative;
    padding-left: 100px;
    padding-top: 60px;
}

.feature_grid .common_btn_wrapper {
    text-align: left;
}

.feature_listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 450px;
}

    .feature_listing ul li {
        list-style: none;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        transition: 0.3s;
        background-color: #fff;
    }

        .feature_listing ul li:hover {
            background-image: -moz-linear-gradient( -90deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
            background-image: -webkit-linear-gradient( -90deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
            background-image: -ms-linear-gradient( -90deg, rgb(110,110,226) 0%, rgb(86,86,232) 100%);
            box-shadow: 1.873px 4.636px 10px 0px rgba(0, 0, 0, 0.24);
            color: #fff;
        }

            .feature_listing ul li:hover p {
                color: #fff
            }

        .feature_listing ul li span {
            font-size: 40px;
            margin-right: 15px;
            color: #e5e5fa;
            font-family: 'PoppinsSemiBold';
            line-height: 40px;
        }

        .feature_listing ul li p {
            font-size: 16px;
            color: #3c3f46;
            margin: 0;
        }

.feature_listing .common_btn {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 60px;
}

.feature_grid:before {
    content: '';
    position: absolute;
    left: 0;
    width: calc(100% - 180px);
    height: 100%;
    background: #eef2f5;
    border-top-right-radius: 180px;
    border-bottom-left-radius: 180px;
}

.feature_grid {
    position: relative;
}

    .feature_grid:after {
        content: '';
        background: url(../images/rounded_img.png);
        position: absolute;
        right: -14%;
        width: 850px;
        height: 850px;
        top: 0;
        background-size: 100%;
    }

section.about_ecitibiz {
    background: url(../images/project_banner.png);
    margin-top: 320px;
    background-position: bottom;
    background-repeat-y: no-repeat;
    min-height: 600px;
}

.project_img img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.project_img {
    max-width: 100%;
}

.project_grid:after {
    content: '';
    background: url(../images/rounded_img.png);
    position: absolute;
    right: 60%;
    width: 750px;
    height: 750px;
    top: -50%;
    background-size: 100%;
}

.project_grid {
    position: relative;
}

.project_details p {
    color: #3c3f46;
    font-size: 18px;
    margin-top: 40px;
}

.free_quote_details h3 {
    text-transform: uppercase;
}

.free_quote_details h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.free_quote_details {
    text-align: center;
}

section.free_quote {
    margin-top: 120px;
}

section.about_ecitibiz.bg_green {
    background: url(../images/bg_green.png);
    position: relative;
    background-size: 100% 100%;
    min-height: 680px;
    padding: 90px 0;
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 170px;
}

.about_ecitibiz.bg_green .project_grid:after {
    right: -16%;
    top: -10%;
}

.project_details .common_btn {
    width: auto;
    display: inline-block;
    margin-left: 30px;
}

.project_details .what_you_see {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.about_ecitibiz .title_about_us h2 {
    font-size: 50px;
    text-align: left;
}

section.about_ecitibiz.bg_green .project_details .what_you_see a {
    padding: 16px 30px;
}

.project_grid .common_btn_wrapper {
    width: auto;
    padding-left: 40px;
    vertical-align: top;
    padding-top: 2px;
}


/*Popup css*/
#popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: hidden;
    z-index: 9999;
    background-color: rgba(255,255,255,.7);
}

    #popup-container .modal-content {
        border: 0;
        background-color: transparent;
        overflow: visible;
    }

.newslatter-popup-sub {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    display: block;
    transform: translate(-50%,-50%) !important;
    width: 100%;
}

.modal-content {
    position: relative;
    text-align: center;
}

#popup-window {
    position: relative;
}

.newslatter-popup-sub {
    background-color: #05095d;
    border-radius: 6px;
    background-image: -moz-linear-gradient( 150deg, rgb(72, 37, 181) 0%, rgb(65, 13, 134) 32%, rgb(86, 55, 160) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(72, 37, 181) 0%, rgb(65, 13, 134) 32%, rgb(86, 55, 160) 100%);
    background-image: -ms-linear-gradient( 150deg, rgb(72, 37, 181) 0%, rgb(65, 13, 134) 32%, rgb(86, 55, 160) 100%);
    padding: 40px 20px;
}

    .newslatter-popup-sub h1 {
        font-size: 42px;
        text-align: center;
        font-weight: 700;
        color: #7a7af0;
        margin-bottom: 0;
    }

        .newslatter-popup-sub h1 span {
            color: #fff;
            font-weight: 500;
        }

    .newslatter-popup-sub .pop-content {
        font-size: 16px;
        color: #fff;
        text-align: center;
        display: block;
        padding: 12px 0px;
        font-family: 'PoppinsRegular';
    }

    .newslatter-popup-sub .splash-bg {
        text-align: center;
    }

    .newslatter-popup-sub .seperator {
        color: #fff;
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .newslatter-popup-sub #popup-window {
        width: 100%;
    }

    .newslatter-popup-sub .form-group {
        margin-bottom: 10px;
    }

    .newslatter-popup-sub input[type="submit"] {
        background: #7a7af0;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
        height: 46px;
        border-color: #7a7af0;
        border-radius: 4px;
    }

    .newslatter-popup-sub .newslatter {
        max-width: 480px;
        margin: 20px auto;
    }

    .newslatter-popup-sub input[type="text"], .newslatter-popup-sub input[type="email"] {
        height: 46px;
        border-radius: 4px;
        border: none;
    }

    .newslatter-popup-sub .hero-button-phone {
        margin-left: 0px;
    }

    .newslatter-popup-sub .close {
        color: #fff;
        opacity: 1;
        font-size: 34px;
        position: absolute;
        top: -20px;
        right: 10px;
        font-weight: 100;
        cursor: pointer;
    }

    .newslatter-popup-sub label.error {
        color: #f00;
        font-size: 14px;
        display: block;
        text-align: left;
    }

    .newslatter-popup-sub .alert {
        margin-top: 20px;
    }

    .newslatter-popup-sub .loader-pop-img {
        position: absolute;
        top: -40px;
        left: -20px;
        background: rgba(255, 255, 255, 0.8);
        right: -20px;
        bottom: -60px;
        border-radius: 4px;
    }

        .newslatter-popup-sub .loader-pop-img img {
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;
            left: 50%;
            width: 40px;
        }

    .newslatter-popup-sub .hero-btn a {
        padding: 14px 22px 14px 22px !important;
        background: none;
    }

        .newslatter-popup-sub .hero-btn a:hover {
            background: #fff !important;
        }

        .newslatter-popup-sub .hero-btn a i {
            font-size: 24px;
            vertical-align: middle;
            margin-right: 4px;
            margin-top: -3px;
        }

.hero-button-phone.pop-btn a {
    font-size: 18px;
}

#popup-container input {
    width: 100%;
    padding-left: 10px;
}

.popup_phone a {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    wwwww
}

/*Portfolio page*/

.btn_style_arrow a:before {
    content: '';
    background: url(../images/multi_icon.png);
    display: inline-block;
    width: 30px;
    height: 23px;
    float: right;
    background-position: -16px -19px;
    margin-top: 3px;
    margin-left: 20px;
    transition: all 500ms cubic-bezier(0, 0.4, 0.51, 1.35);
}

.btn_simple.btn_style_arrow a {
    padding-right: 30px;
}

    .btn_simple.btn_style_arrow a:hover:before {
        background-position: -66px -19px;
    }

    .btn_simple.btn_style_arrow a:hover {
        background: #fff;
        color: #6e6ee2;
    }


.portfolio_list .nav-tabs .nav-link {
    border: 0;
}

.portfolio_list .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

    .portfolio_list .nav-tabs .nav-link {
        font-size: 22px;
        color: #6e6ee2;
        font-family: 'PoppinsSemiBold';
        margin-bottom: 0;
        padding: 0;
        border: 1px solid #d9d9d9;
        border-radius: 10px;
        padding: 18px 10px;
        display: inline-block;
        width: auto;
        max-width: 30%;
        margin: 0 2%;
    }

        .portfolio_list .nav-tabs .nav-link.active {
            background: #6e6ee2;
            color: #fff;
            border-color: #6e6ee2;
        }

.portfolio_list #nav-tab {
    margin: 80px 0;
}

.portfolio_list_content {
    box-shadow: 0px 9px 51px 0px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    border-width: 2px;
    border-color: rgb(140, 140, 140);
    padding: 40px;
    margin-bottom: 140px;
}

.portfolio_list .col-xs-12 {
    width: 100%;
}

.inner_img img {
    max-width: 100%;
    height: 100%;
}

.project_list_img {
    position: relative;
}

.inner_img {
    height: 360px;
}

.project_list_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 44, 0.9);
    transition: all ease 0.5s;
    opacity: 0;
}

.project_list_img:hover:before {
    opacity: 1;
}

.project_list_img .know_more_btn a {
    background: #6e6ee2;
    color: #fff;
    font-size: 22px;
    font-family: 'PoppinsSemiBold';
    padding: 12px 20px;
    display: inline-block;
    border-radius: 8px;
}

.project_list_img .know_more_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all ease 0.5s;
    opacity: 0;
}

.project_list_img:hover .know_more_btn {
    opacity: 1;
}

.project_description_list .project_btn a {
    font-size: 22px;
    color: #6e6ee2;
    font-family: 'PoppinsSemiBold';
}

.project_description_list .project_btn {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.project_description_list .destils_list p {
    margin: 0;
    padding: 0;
    color: #737373;
    font-size: 18px;
    margin: 10px 0;
}

.project_description_list .title_list h3 {
    margin: 0;
    color: #333333;
}

.project_description_list {
    margin: 30px 0;
}

    .project_description_list .project_btn a:hover {
        text-decoration: underline;
    }

.portfolio_list_content .tab-content .col-md-6 {
    margin-bottom: 40px;
}


/*Contact us page*/
.contact_us_banner .banner_title h1 {
    text-transform: capitalize;
}

.contact_us_banner {
    display: flex;
}

    .contact_us_banner .banner_title {
        flex-direction: column;
    }

    .contact_us_banner .btn_simple {
        margin-top: 60px;
    }

span.wpcf7-list-item {
    width: 40%;
    margin: 0;
    position: relative;
    float: left;
    margin-bottom: 24px;
}

.wpcf7-list-item label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.upd-for-req .inq-right .wpcf7-list-item input[type=checkbox] {
    visibility: hidden;
    margin-right: 0px;
    background: red;
    float: left;
    clear: both;
    width: 15px;
    height: 15px;
}

.upd-for-req .inq-right .wpcf7-list-item .wpcf7-list-item-label {
    text-indent: 35px;
    float: left;
    font-weight: normal;
}

.upd-for-req .inq-right .wpcf7-list-item > label > input[type=checkbox] + span {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    margin: 0;
    transition: 0.4s;
}

.upd-for-req .inq-right span.wpcf7-list-item-label::before {
    content: " ";
    width: 15px;
    height: 15px;
    background: #6e6ee2;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    /* display: flex; */
    float: left;
    position: absolute;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}

.upd-for-req .inq-right .wpcf7-list-item > label > input[type=checkbox] + span:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #6e6ee2;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    background-image: url(../images/multi_icon.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    transition: 0.4s;
    background-position: -12px -53px;
}

.upd-for-req .inq-right span.wpcf7-list-item-label::before {
    content: " ";
    width: 15px;
    height: 15px;
    background: #6e6ee2;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    /* display: flex; */
    float: left;
    position: absolute;
}

.upd-for-req .inq-right .wpcf7-list-item > label > input[type=checkbox]:checked + span:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.3s ease;
}

.upd-for-req .inq-right .wpcf7-list-item > label > input[type=checkbox]:checked + span:after {
    opacity: 1;
}

.inq-right {
    position: inherit;
    width: 100%;
    display: inline-block;
}

.contact_boxes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_boxes {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.filed_side {
    width: 50%;
    float: left;
}

    .filed_side .field_half {
        width: 50%;
        float: left;
    }

    .filed_side .field_info {
        width: 100%;
        margin-top: 40px;
    }

    .filed_side .field_info {
        width: 100%;
        margin-top: 40px;
        padding: 0 20px;
        display: inline-block;
    }

    .filed_side input, .filed_side textarea, .filed_side select {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #d9d9d9;
        background-color: transparent;
        outline: none;
        color: #000000;
    }

.checkbox_side {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.filed_side {
    width: 50%;
    float: left;
    padding-right: 10px;
}

    .filed_side textarea {
        height: 100px !important;
        resize: none;
    }

section.contact_form_wrapper {
    margin-top: -100px;
}

.contact_inner {
    float: left;
    width: 100%;
    clear: both;
    box-shadow: 0px 9px 29.44px 2.56px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 35px;
    text-align: center;
    position: relative;
    background: #fff;
    margin-bottom: 140px;
}

.title_contact h4 {
    color: #333333;
    font-size: 33px;
    font-family: 'PoppinsMedium';
    margin: 0;
}

.title_contact h2 {
    color: #6c6ce4;
    font-size: 55px;
    margin: 0;
    line-height: normal;
    margin-top: 10px;
}

.type_file .file_required:before {
    content: '';
    background-image: url(../images/multi_icon.png);
    width: 24px;
    height: 28px;
    display: inline-block;
    background-position: -46px -51px;
    position: relative;
    top: 9px;
}

.field_full.type_file input[type="file"] {
    /* visibility: hidden; */
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.type_file .file_required {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 1;
    background: #e6e6e6;
    height: 44px;
    padding-left: 15px;
}

.field_full.type_file .field_info .file_grid {
    position: relative;
    line-height: 37px;
}

.filed_side .type_file .field_info {
    margin-top: 20px;
}

.field_full.type_file .field_info .file_grid .file_warning {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.upd-for-req .inq-right .wpcf7-list-item > label > input[type=checkbox]:checked + span {
    color: #6c6ce4;
}

.corpo-title {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0 0 60px 0;
    position: relative;
}

    .corpo-title h2 {
        font-size: 22px;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
    }

        .corpo-title h2:before {
            content: '';
            height: 1px;
            width: 40px;
            position: absolute;
            bottom: -10px;
            text-align: center;
            margin: 0 auto;
            left: 0;
            background: #000;
            z-index: 3;
            right: inherit;
        }

        .corpo-title h2:after {
            content: '';
            height: 1px;
            position: absolute;
            bottom: -10px;
            text-align: center;
            margin: 0 auto;
            left: 17px;
            background: #6c6ce4;
            right: inherit;
            width: 63px;
        }

    .corpo-title:after {
        content: '';
        height: 1px;
        width: 25px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        text-align: center;
        margin: 0 auto;
        left: 34px;
        right: auto;
    }

.nda-checkbox .wpcf7-list-item > label > input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    margin: 0;
    transition: 0.4s;
}

.nda-checkbox .wpcf7-list-item > label > input[type=checkbox] + span:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #6c6ce4;
    top: -1px;
    left: -1px;
    opacity: 0;
    right: 0;
    background-image: url(../images/multi_icon.png);
    background-position: -12px -53px;
    transition: 0.4s;
}

.copy_nda input[type="checkbox"] {
    visibility: hidden;
}

.copy_nda span.wpcf7-list-item {
    width: 100%;
}

.nda-checkbox .wpcf7-list-item > label > input[type=checkbox]:checked + span:after {
    opacity: 1;
}

.nda-checkbox .wpcf7-list-item > label > input[type=checkbox]:checked + span {
    color: #6c6ce4;
}

.copy_nda .wpcf7-list-item-label p {
    margin: 0;
    padding-left: 35px;
    font-weight: normal;
    display: inline-block;
}

span.wpcf7-list-item-label {
    position: relative;
}

.copy_nda span.wpcf7-list-item {
    text-align: left;
}


.field_full.copy_nda {
    position: relative;
    padding: 0 20px;
    float: left;
    width: 100%;
    margin-top: 35px;
    padding: 0 20px 0 6px;
}

.contact_form_wrapper .common_btn_wrapper {
    text-align: left;
    padding-left: 20px;
}



/*------------------------*/
/* New Css done by A
/*------------------------*/

.footer_logo {
    margin-bottom: 20px;
}

.footer_info_grid .footer_address {
    width: 500px;
}

section.about_us {
    padding-top: 80px;
}

.our_locations .title_commn h2 {
    text-align: center;
    font-size: 50px;
}

.contact_us_banner {
    height: 710px;
}

.main-nav ul > li:not(:last-child) > a:hover:before {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #5656e8;
    content: '';
}

.footer_logo {
    text-align: center;
}

.footer_inner {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .footer_inner p {
        margin-bottom: 15px;
    }

.footer_socila_icon {
    margin-top: 15px;
}

.page-not-found-wrapper .banner_title {
    padding-top: 160px;
}

.page-not-found-wrapper p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.btn__wrapper {
    text-align: center;
    padding-bottom: 40px;
}

.page-not-found-wrapper .banner_inner {
    padding: 4vw 0;
    height: auto;
}

.swal-text {
    text-align: center;
}

.common_btn a span {
    display: inline-block;
    vertical-align: middle;
}

.location_section h3.TeamMemberName {
    text-align: left;
    margin-bottom: 6px;
}

.location_section .modal-body {
    text-align: left;
}

.location_section p.description {
    font-size: 15px;
    line-height: 27px;
    border-top: 1px #ddd solid;
    padding-top: 20px;
}

.location_section h6.designation {
    font-size: 14px;
    font-weight: 100;
    font-family: 'PoppinsRegular';
}

.location_section span.close-icon {
    font-size: 30px;
    position: absolute;
    right: 30px;
}

.location_section h3.TeamMemberName {
    margin-bottom: 8px;
}

.location_section .modal-body {
    text-align: left;
}

.location_section span.close-icon {
    font-size: 30px;
    position: absolute;
    right: 14px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    cursor: pointer;
}


#spnError_message {
    color: red;
    font-size: 18px;
}

#message-error {
    padding-right: 0;
    float: left;
}

label.error {
    float: left;
    padding-top: 6px;
    text-align: left;
    padding-right: 0px !important;
    color: red;
    font-size: 13px;
}

img.image-responsive {
    max-width: 100%;
}


.services_description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(110, 110, 226, 0.3);
    border-radius: 10px;
    background-color: #f4f4f4;
}

.services_description::-webkit-scrollbar {
    width: 8px;
    background-color: #5858e7;
}

.services_description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(110, 110, 226, 0.3);
    background-color: #5858e7;
}

/*blog listing*/
.blog-section {
    padding-top: 30px;
}

#sidebar {
    padding-top: 120px;
}

    #sidebar .sidebar_block {
        border: 1px solid rgb(172, 172, 172);
        border-radius: 15px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    #sidebar h5 {
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(172, 172, 172);
        padding: 15px 20px;
        margin-bottom: 0;
        background: #5d5de7;
        color: #fff;
        font-size: 20px
    }

    #sidebar ul {
        list-style: none;
        padding: 20px 20px 10px;
        margin-bottom: 0;
        display: inline-block;
        width: 100%
    }

    #sidebar .popular_blog li {
        padding-bottom: 18px;
        border-bottom: 1px solid rgb(172, 172, 172);
        display: inline-block;
        width: 100%;
        margin-bottom: 18px
    }

        #sidebar .popular_blog li:last-child {
            margin-bottom: 0;
            border-bottom: 0;
            padding-bottom: 0
        }

    #sidebar .left-block {
        float: left;
        width: 30%;
        height: 75px
    }

        #sidebar .left-block img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

    #sidebar .right-block {
        width: 70%;
        float: right;
        padding-left: 20px
    }

        #sidebar .right-block .blog-heading {
            font-size: 16px;
            font-family: 'PoppinsMedium';
            color: #444;
            display: block;
            margin-bottom: 8px
        }

        #sidebar .right-block .date {
            display: block;
            width: 100%;
            font-size: 14px;
            color: #5f5e5e;
        }

    #sidebar .category_block li {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

        #sidebar .category_block li:last-child {
            margin-bottom: 0
        }

    #sidebar .category_block .styled-checkbox {
        position: absolute;
        opacity: 0;
    }

        #sidebar .category_block .styled-checkbox + label {
            position: relative;
            cursor: pointer;
            padding: 0;
            margin-bottom: 0
        }

            #sidebar .category_block .styled-checkbox + label:before {
                content: '';
                margin-right: 10px;
                display: inline-block;
                vertical-align: text-top;
                width: 20px;
                height: 20px;
                background: white;
                border: 1px solid rgb(172, 172, 172);
                border-radius: 6px
            }

        #sidebar .category_block .styled-checkbox:hover + label:before {
            background: #6d6de2;
        }

        #sidebar .category_block .styled-checkbox:focus + label:before {
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
        }

        #sidebar .category_block .styled-checkbox:checked + label:before {
            background: #6d6de2;
            border-color: #6d6de2;
        }

        #sidebar .category_block .styled-checkbox:disabled + label {
            color: #b8b8b8;
            cursor: auto;
        }

            #sidebar .category_block .styled-checkbox:disabled + label:before {
                box-shadow: none;
                background: #ddd;
            }

        #sidebar .category_block .styled-checkbox:checked + label:after {
            content: '';
            position: absolute;
            left: 5px;
            top: 9px;
            background: white;
            width: 2px;
            height: 2px;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            transform: rotate(45deg);
        }

.popular-blog h2, #left-content h2 {
    color: #6e6ee2;
    font-size: 60px;
    font-family: 'PoppinsBold';
    line-height: normal;
    margin-bottom: 30px
}

.popular-blog h2 {
    margin-bottom: 0
}

.blog-block {
    border: 1px solid rgb(172, 172, 172);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-img {
    width: 100%;
    height: 400px;
    position: relative;
}

    .blog-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.blog-content {
    padding: 30px
}

    .blog-content p {
        margin: 0;
        padding: 0;
        color: #545353;
        font-size: 18px;
        line-height: 34px;
        margin: 20px 0;
    }

.popular-blog .common_btn, #left-content .common_btn {
    text-align: left;
}

#left-content .blog-content .common_btn a {
    transform: scale(0.7);
    margin-left: -30px;
}

section.popular-blog {
    padding: 50px 0;
    background: url(../images/our_services_page_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 130px;
}

#popular_blogs {
    position: relative;
    margin-left: -30px;
    width: calc(100% + 40px);
}

.popular-blog .blog-block .blog-img {
    height: 250px
}

.popular-blog .blog-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    min-height: 55px;
}

.popular-blog .blog-block {
    margin: 30px;
    box-shadow: 0px 5px 36px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.popular-blog .blog-content {
    padding: 20px;
    background: #fff;
    min-height: 380px;
    position: relative;
}

    .popular-blog .blog-content p {
        font-size: 16px;
        line-height: 29px;
    }

.popular-blog .owl-prev span, .popular-blog .owl-next span {
    display: inline-block;
}

    .popular-blog .owl-prev span:before, .popular-blog .owl-next span:before {
        content: '';
        background: url(../images/engagement_model_icon.png)no-repeat;
        display: inline-block;
        clear: both;
        width: 50px;
        height: 30px;
        transition: all .4s ease-in-out;
    }

    .popular-blog .owl-prev span:before {
        background-position: -18px -222px;
    }

    .popular-blog .owl-next span:before {
        background-position: -88px -222px;
    }

    .popular-blog .owl-next span:hover:before {
        background-position: -88px -256px;
    }

    .popular-blog .owl-prev span:hover:before {
        background-position: -18px -257px;
    }

.popular-blog .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    padding-top: 50px;
    position: absolute;
    bottom: -110px;
    right: 30px;
}

.popular-blog #popular_blogs:after {
    content: '';
    background: url(../images/round_dot_repeater--BLACK.png);
    position: absolute;
    width: 170px;
    height: 80px;
    content: '';
    right: -26px;
    bottom: -16px;
    z-index: -1
}

.popular-blog .common_btn a {
    margin-left: -30px;
    transform: scale(0.7);
    position: absolute;
    bottom: 22px;
}

.popular-blog .owl-nav .owl-prev {
    margin-right: 40px;
}

#left-content .blog-content h4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: normal;
}
/*privacy policy*/
.policy-section ul {
    margin-top: 10px
}

.policy-section p, .policy-section li, .blog-detail p {
    margin: 0;
    padding: 0;
    color: #545353;
    font-size: 18px;
    line-height: 34px;
    margin-top: 0px;
}

.policy-section h3:first-of-type {
    margin-top: 20px
}

.policy-section h3 {
    font-size: 30px;
    margin: 40px 0 20px;
    position: relative;
    padding-left: 50px;
}

.policy-section {
    position: relative;
    top: -70px;
}

    .policy-section .container_inner {
        background: #fff;
        padding: 40px
    }

    .policy-section h3:after {
        position: absolute;
        content: '';
        width: 40px;
        height: 5px;
        background: #5d5de7;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
/*listing*/
.more-blog-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 40px
}

    .more-blog-listing .blogs {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%
    }

        .more-blog-listing .blogs:nth-child(3n + 0) {
            margin-right: 0
        }

.popular-blog .more-blog-listing .blog-block {
    margin: 0;
}

.blog-content span.date-block {
    margin-right: 10px
}

.blog-content span:before {
    font-size: 15px;
    color: #5d5de7;
    font-family: 'FontAwesome';
    padding-right: 8px
}

.blog-content span.date-block:before {
    content: '\f073';
}

.blog-content span.comments:before {
    content: '\f086';
}

.listing-pagination .pagination {
    justify-content: flex-end;
}

.listing-pagination {
    padding-top: 30px;
    border-top: 2px solid #6d6de2;
}

    .listing-pagination .page-item.active .page-link {
        background-color: #5d5de7;
        border-color: #5d5de7;
    }

    .listing-pagination .page-link {
        margin-left: 8px;
        border-color: #5d5de7;
        border-radius: 0 !important;
        color: #5d5de7
    }

    .listing-pagination .page-item.disabled .page-link {
        color: #5d5de7;
        border-color: #5d5de7;
    }

/*detail page*/
.blog-detail span.date {
    border-left: 17px solid #5d5de7;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #5d5de7;
    border-top: 17px solid #5d5de7;
    height: 0;
    display: inline-block;
    line-height: 3px;
    position: absolute;
    top: 22px;
    color: #fff;
    padding: 0 0px;
    width: 150px;
    left: 0
}

.blog-detail .blog-img {
    margin-bottom: 30px
}

.blog-detail p {
    margin-bottom: 20px
}

.blog-detail .blog-img:hover {
    box-shadow: 0px 5px 36px 0px rgba(0, 0, 0, 0.1);
}

.social-buttons {
    padding: 10px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #acacac;
    margin: 30px 0
}

    .social-buttons ul {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
        margin-bottom: 0;
        padding: 0 0 0 10px
    }

        .social-buttons ul li {
            float: left;
        }

            .social-buttons ul li a {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #ccc;
                color: #fff;
                margin-right: 15px;
                text-align: center;
                display: inline-block;
                padding: 9px
            }

                .social-buttons ul li a.facebook {
                    background: #3b5998
                }

                .social-buttons ul li a.twitter {
                    background: #38A1F3
                }

                .social-buttons ul li a.instagram {
                    background: #f09433;
                    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
                    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
                }

                .social-buttons ul li a.youtube {
                    background: #c4302b
                }
/*20.6.19*/
#contactForm {
    position: relative;
    z-index: 3
}

.our_team button.close {
    color: #6e6ee2;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999
}

.our_team .modal-content {
    position: relative;
    text-align: center;
    background: #f0f0fc;
    border: 4px solid #6e6ee2;
    border-radius: 5px;
    overflow: hidden;
}

    .our_team .modal-content .col-sm-5 {
        text-align: center;
    }

#header.header-scrolled .nav-toggle .line {
    background: #6e6ee2;
}

.page-not-found-wrapper .btn_simple a {
    padding-right: 34px
}

#contactForm label.error {
    position: absolute;
    left: 22px;
    top: 26px;
    font-size: 12px;
    line-height: 16px
}

#contactForm .filed_side .field_info {
    position: relative;
}

.location_section .modal-dialog {
    z-index: 9999
}

.newsletter_input button:focus, .newsletter_input input[type="email"]:focus {
    outline: none;
}

#contactForm .field_full label.error {
    top: auto;
    bottom: -26px;
}

.our_team .modal-dialog {
    top: 25%;
    transform: translateY(-50%);
}
/*27.6.19*/
h3.blog-heading {
    font-size: 22px;
    color: #6e6ee2;
    line-height: 30px;
    margin-bottom: 10px
}

.sharethis-inline-share-buttons {
    display: inline-block !important;
    margin-left: 20px;
}

.page-not-found-wrapper .btn_simple a:hover {
    background: #fff;
    color: #6e6ee2;
}

.our_team button.close:focus {
    outline: none;
}

/*04.07.19*/
.policy-section h3.text-center, .policy-section h2.text-center {
    color: #6e6ee2;
    font-size: 32px;
    padding-left: 0
}

    .policy-section h3.text-center:after {
        display: none;
    }

body #st-el-2 .st-close {
    padding: 8px
}

.our_services_page .item {
    width: 100%
}

.our_services_page .services_boxes {
    min-height: 100%
}

.our_services_page .owl-carousel .owl-stage, .our_services_page .owl-carousel .owl-item {
    display: flex !important;
    min-height: 100%;
}

.our_services_page .services_boxes {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.location_section .owl-carousel .owl-nav.disabled {
    display: block !important;
}
/*06-09-19*/
.our_services_page .serivice_slider, .our_client .container_custom {
    position: relative;
}

.ads-logo {
    position: absolute;
    left: 50%;
    top: 74%;
    opacity: 0.3;
    transform: translate(-50%, -50%);
}

.were_section .ads-logo, .our_services_page .serivice_slider .ads-logo {
    top: 44%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footer_bottom {
        margin-bottom: -70px
    }

    .footer-top {
        margin-bottom: -2px
    }
}

.active .intro-banner-vdo-play-btn .ripple {
    display: block;
    visibility: visible;
    opacity: 1
}

.intro-banner-vdo-play-btn .ripple {
    display: none
}



.footer_bottom:after {
    /*    height: 1px;
    background: red;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 100%;*/
}

.footer-top {
    margin-bottom: -1px;
}


.our_team {
    float: left;
    width: 100%;
    clear: both;
}


button.playvideo {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: transparent;
    border: 0;
    background-image: url(../images/play-button.png);
    width: 60px;
    font-size: 0;
    height: 60px;
    cursor: initial !important;
}

p.play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
/*	Our Team
============================*/
#OurTeam .modal-header {
    border-bottom: none;
}

#OurTeam .modal-title {
    visibility: hidden;
}

#OurTeam .close {
    background: #6868dc;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    margin: 0;
}

.about_member {
    clear: both;
    position: relative;
    padding: 100px 0;
    margin: 0;
}

    .about_member .sec_title {
        font-size: 50px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: 'PoppinsBold';
        letter-spacing: 0.02em;
        padding: 0 25px;
        margin: 0 0 70px 0;
        color: #1b1b1b;
    }

    .about_member .details_wrapper {
        clear: both;
    }

        .about_member .details_wrapper .flex_grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

            .about_member .details_wrapper .flex_grid .flex_box {
            }

        .about_member .details_wrapper .image_holder {
            width: 500px;
        }

            .about_member .details_wrapper .image_holder .image_box {
                width: 450px;
                height: 568px;
                border-radius: 15px;
                margin-left: 25px;
                -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
            }

                .about_member .details_wrapper .image_holder .image_box img {
                    width: 100%;
                    height: 100%;
                    border-radius: 15px;
                    object-fit: cover;
                    object-position: top center;
                }

        .about_member .details_wrapper .info_holder {
            width: calc(100% - 500px);
            padding-left: 60px;
        }

            .user_wrapper .info_holder .user_name,
            .about_member .details_wrapper .info_holder .member_name {
                font-family: 'PoppinsBold';
                font-size: 40px;
                line-height: 40px;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                padding: 0;
                margin: 0;
                color: #6e6ee2;
            }

            .user_wrapper .info_holder .user_position,
            .about_member .details_wrapper .info_holder .member_position {
                font-family: 'PoppinsSemiBold';
                font-size: 25px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                padding: 0;
                margin: 0 0 10px 0;
                color: #0c0c30;
            }

            .user_wrapper .info_holder .user_details,
            .about_member .details_wrapper .info_holder .member_details {
                margin-top: 30px;
            }

                .user_wrapper .info_holder .user_details p,
                .about_member .details_wrapper .info_holder .member_details p {
                    font-family: 'PoppinsSemiBold';
                    font-size: 18px;
                    line-height: 35px;
                    font-weight: 400;
                    color: #606060;
                    letter-spacing: -0.015em;
                    text-align: justify;
                }

            .user_wrapper .info_holder .user_social,
            .about_member .details_wrapper .info_holder .member_social {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-items: center;
            }

                .user_wrapper .info_holder .user_social label,
                .about_member .details_wrapper .info_holder .member_social label {
                    font-family: 'PoppinsSemiBold';
                    font-size: 25px;
                    font-weight: 600;
                    padding: 0;
                    margin: 0 15px 0 0;
                    color: #7a7ae4;
                }

                .user_wrapper .info_holder .user_social a,
                .about_member .details_wrapper .info_holder .member_social a {
                    font-size: 35px;
                    vertical-align: baseline;
                    color: rgba(0, 0, 0, 0.5);
                    margin: 0 15px;
                }

                    .user_wrapper .info_holder .user_social a:hover,
                    .about_member .details_wrapper .info_holder .member_social a:hover {
                        color: #7a7ae4;
                    }

.user_wrapper {
    clear: both;
}

    .user_wrapper .flex_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .user_wrapper .image_holder {
        width: 300px;
        padding: 0 10px;
    }

        .user_wrapper .image_holder .image_box {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            overflow: hidden;
            margin: 20px auto;
            -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
        }

            .user_wrapper .image_holder .image_box img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                object-fit: cover;
                object-position: top center;
            }

    .user_wrapper .info_holder {
        width: calc(100% - 300px);
        padding-left: 50px;
        text-align: left;
    }

        .user_wrapper .info_holder .user_name {
            margin-bottom: 10px;
        }

        .user_wrapper .info_holder .user_details {
            margin-top: 10px;
        }

#memberModal .modal-header {
    border-bottom: none;
}

#memberModal .modal-title {
    visibility: hidden;
}

#memberModal .close {
    background: #6868dc;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    margin: 0;
}

.all_member {
    clear: both;
    position: relative;
    padding: 100px 0;
    margin: 0;
    background: rgba(110, 110, 226, 0.1);
}

    .all_member .title_group {
        clear: both;
        margin-bottom: 50px;
    }

        .all_member .title_group .sec_title {
            font-family: 'PoppinsBold';
            font-size: 50px;
            font-weight: bold;
            letter-spacing: 0.02em;
            padding: 0;
            margin: 0 0 15px 0;
            color: #1b1b1b;
            text-align: center;
        }

        .all_member .title_group p {
            font-family: 'PoppinsSemiBold';
            font-size: 18px;
            line-height: 35px;
            font-weight: 400;
            color: #606060;
            text-align: center;
            max-width: 960px;
            margin: 0 auto;
        }

    .all_member .member_group {
    }

        .all_member .member_group .member_lists {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
        }

            .all_member .member_group .member_lists li {
                width: 316px;
                margin-bottom: 30px;
            }

        .all_member .member_group .member_box {
            text-align: center;
        }

    .all_member .member_box .member_data,
    .all_member .member_box .member_image {
        width: 100%;
    }

        .all_member .member_box .member_image .image {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            overflow: hidden;
            margin: 20px auto;
            -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
        }

            .all_member .member_box .member_image .image img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                object-fit: cover;
                object-position: center;
            }

    .all_member .member_data .member_name {
        font-family: 'PoppinsBold';
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        padding: 0;
        margin: 0;
        color: #6868dc;
        text-align: center;
    }

    .all_member .member_data .member_position {
        font-family: 'PoppinsSemiBold';
        font-size: 25px;
        font-weight: 400;
        color: #0c0c30;
        text-align: center;
        display: block;
        width: 100%;
    }

    .all_member .member_data .more_link {
        font-family: 'PoppinsSemiBold';
        font-size: 16px;
        font-weight: 400;
        color: #6e6ee2;
        text-decoration: underline;
        display: block;
        width: 100%;
    }

        .all_member .member_data .more_link:hover {
            color: #0c0c30;
            display: block;
            width: 100%;
        }

    .all_member .member_box .member_data {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .all_member .member_box:hover .member_data {
        opacity: 1;
        visibility: visible;
    }


.banner_inner .container {
    height: 100%;
}

.form__main_box {
    background-color: #fff;
    margin-top: -70px;
    padding: 50px 60px 12%;
    border-radius: 2px;
    max-width: 680px;
    margin: -70px auto 0;
}

    .form__main_box .form-control {
        height: 45px;
        border-radius: 0;
        width: 100%;
    }

    .form__main_box input.bg-primary {
        background: #6e6ee2 !important;
        color: #fff;
        padding: 8px 34px;
        border: 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        margin-top: 10px;
        border-radius: 3px;
        transition: all ease-in-out 0.3s;
        border: 2px #6e6ee2 solid;
    }

        .form__main_box input.bg-primary:hover {
            background: #fff !important;
            color: #333;
        }

.datatable__design .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px #ddd solid;
    height: 42px;
    border-radius: 4px;
}

.datatable__design table#myTable {
    border: 1px #ddd solid;
}

    .datatable__design table#myTable td, .datatable__design table#myTable th {
        border: 1px #ddd solid;
        padding: 8px 24px;
    }

.datatable__design table#myTable {
    border: 1px #ddd solid;
    border-collapse: collapse;
}

.datatable__design .center {
    text-align: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #6e6ee2 !important;
    color: #fff !important;
    border: 1px #6e6ee2 solid;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    padding-top: 14px;
}


@media (min-width: 1266px) {
    .modal-big {
        max-width: 1266px;
    }

    #memberModal .modal-body {
        padding: 50px;
        padding-top: 0;
    }
}

@media (max-width: 1400px) {
    .about_member .container_small {
        padding: 0 50px;
    }

    .about_member .details_wrapper .image_holder {
        width: 400px;
    }

    .about_member .details_wrapper .info_holder {
        width: calc(100% - 400px);
        padding-left: 40px;
    }

    .about_member .details_wrapper .image_holder .image_box {
        width: 350px;
        height: 416px;
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    }

    .about_member .sec_title {
        font-size: 38px;
        margin: 0 0 35px 0;
    }

    .all_member .title_group .sec_title {
        font-size: 38px;
    }

    .all_member .member_group .member_lists li {
        width: 240px;
        margin-bottom: 20px;
    }

    .all_member .title_group p {
        font-size: 16px;
        line-height: 30px;
    }

    .user_wrapper .info_holder .user_details p, .about_member .details_wrapper .info_holder .member_details p {
        font-size: 16px;
        line-height: 30px;
    }

    .user_wrapper .info_holder .user_details, .about_member .details_wrapper .info_holder .member_details {
        margin-top: 10px;
    }

    .user_wrapper .info_holder .user_name, .about_member .details_wrapper .info_holder .member_name {
        font-size: 32px;
    }

    .all_member .member_data .member_name {
        font-size: 22px;
    }

    .all_member .member_data .member_position {
        font-size: 18px;
        margin-bottom: 0;
    }

    .user_wrapper .image_holder .image_box,
    .all_member .member_box .member_image .image {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1266px) {
    .modal-big {
        max-width: 90% !important;
        padding: 25px !important;
        padding-top: 0 !important;
    }

    .about_member .container_small {
        padding: 0 0;
    }
}

@media (max-width: 1199px) {
    .all_member,
    .about_member {
        padding: 60px 0;
    }

        .about_member .sec_title,
        .all_member .title_group .sec_title {
            font-size: 36px;
        }

        .about_member .container_small {
            padding: 0 15px;
        }

        .about_member .details_wrapper .image_holder {
            width: 410px;
        }

            .about_member .details_wrapper .image_holder .image_box {
                width: 340px;
                height: 405px;
            }

        .about_member .details_wrapper .info_holder {
            width: calc(100% - 410px);
            padding-left: 30px;
        }

            .all_member .title_group p,
            .about_member .details_wrapper .info_holder .member_details p {
                font-size: 16px;
                line-height: 32px;
            }

            .user_wrapper .info_holder .user_name,
            .about_member .details_wrapper .info_holder .member_name {
                font-size: 36px;
                line-height: 36px;
            }

            .user_wrapper .info_holder .user_social label,
            .about_member .details_wrapper .info_holder .member_social label {
                font-size: 22px;
            }

            .user_wrapper .info_holder .user_social a,
            .about_member .details_wrapper .info_holder .member_social a {
                font-size: 30px;
                margin: 0 12px;
            }

        .user_wrapper .image_holder .image_box,
        .all_member .member_box .member_image .image {
            width: 200px;
            height: 200px;
        }

        .all_member .member_group .member_lists li {
            width: 240px;
        }

        .all_member .member_data .member_name {
            font-size: 20px;
        }

        .all_member .member_data .member_position {
            font-size: 16px;
        }

        .all_member .member_data .more_link {
            font-size: 14px;
        }
}

@media (max-width: 991px) {
    .footer_info_grid .footer_address {
        width: 100%;
    }

    .footer_info_grid {
        flex-wrap: wrap;
    }

    .user_wrapper .image_holder,
    .user_wrapper .info_holder,
    .about_member .details_wrapper .info_holder,
    .about_member .details_wrapper .image_holder {
        width: 100%;
    }

    .about_member .details_wrapper .info_holder {
        margin-top: 30px;
    }

    .all_member .member_box .member_data {
        opacity: 1;
        visibility: visible;
    }

    .user_wrapper .info_holder {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .about_member .details_wrapper .image_holder .image_box {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .about_member .sec_title, .all_member .title_group .sec_title {
        font-size: 28px;
    }

    .about_member .details_wrapper .info_holder {
        padding-left: 0px;
    }

        .about_member .details_wrapper .info_holder .member_details {
            margin-top: 0;
        }

        .user_wrapper .info_holder .user_social label,
        .about_member .details_wrapper .info_holder .member_social label {
            font-size: 18px;
        }

    .about_member .sec_title {
        margin-bottom: 20px;
    }
}


.datatable__design button.dt-button.buttons-excel {
    background: #6e6ee2 !important;
    color: #fff;
    border: 0;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 6px 24px;
}


.section__header .h2 {
    font-size: 50px;
    font-family: 'PoppinsBold';
    margin-top: 0;
    margin-bottom: 20px;
}

.section__header p {
    margin: 0;
    font-size: 18px;
    color: #5f5e5e;
    font-family: 'PoppinsMedium';
    line-height: 36px;
}

.intro__section {
    padding: 6% 0 4%;
}

.current__opening_section {
    background-color: #f0f0fc;
    padding: 4% 0;
}

.accordion-section {
    border: 1px #6e6ee2 solid;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 40px;
    overflow: hidden;
}

.accordion-title {
    padding: 24px 60px;
}

    .accordion-title .h3 {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 0;
    }

    .accordion-title .trigger {
        float: right;
        font-size: 20px;
        color: #6e6ee2;
        font-family: 'PoppinsSemiBold';
        cursor: pointer;
    }

.accordion-content {
    padding: 40px 60px;
    display: none;
}

    .accordion-content ol li {
        margin: 0;
        font-size: 18px;
        color: #5f5e5e;
        font-family: 'PoppinsMedium';
        line-height: 36px;
    }

    .accordion-content .h6 {
        font-size: 18px;
        font-family: 'PoppinsSemiBold';
        color: #6e6ee2;
    }

.accordion-section.active {
    box-shadow: 0px 0px 51px 0px rgba(110, 110, 226, 0.66);
}

    .accordion-section.active .accordion-title {
        background-color: #6e6ee2;
        color: #fff;
        border-radius: 0px 0px 20px 20px;
    }

    .accordion-section.active .trigger {
        color: #fff;
    }

.joinus_section, .joinus__form_section {
    padding: 5% 0;
}

.culture_section {
    background-color: #f0f0fc;
    padding: 4% 0;
}

.joinus_section .image-figure {
    text-align: center;
    padding: 6% 0;
}

    .joinus_section .image-figure img {
        box-shadow: 0px 0px 76px 0px rgba(110, 110, 226, 0.54);
    }

.points__grid .h5 {
    font-size: 26px;
    color: #6e6ee2;
}

.points__grid p {
    margin: 0;
    font-size: 18px;
    color: #5f5e5e;
    font-family: 'PoppinsMedium';
    line-height: 26px;
    padding-left: 22px;
}

.points__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1440px) {
    .career_page_main .container {
        max-width: 1260px;
    }
}

.points__grid .point-col {
    flex-basis: 30%;
    max-width: 30%;
    margin-bottom: 4rem;
}


.grid__wrapper_main .inside_content {
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 50px 30px;
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.grid__wrapper_main {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem -1rem 0;
}

    .grid__wrapper_main .grid-col {
        flex-basis: 25%;
        max-width: 25%;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .grid__wrapper_main .h5 {
        font-size: 22px;
    }

    .grid__wrapper_main .grid-col:hover .inside_content {
        background-color: rgb(110, 110, 226);
        box-shadow: 0px 0px 51px 0px rgba(110, 110, 226, 0.004);
    }

    .grid__wrapper_main .grid-col:hover .h5 {
        color: #fff;
    }

    .grid__wrapper_main .grid-icon {
        width: 110px;
        height: 100px;
        display: inline-block;
        margin-bottom: 10px;
        background: url(../images/cultue-icons-sprite.png) no-repeat;
    }

        .grid__wrapper_main .grid-icon.icon-equal {
            background-position: 8px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-growth {
            background-position: -185px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-advancement {
            background-position: -379px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-insurance {
            background-position: -573px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-training {
            background-position: -769px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-opportunity {
            background-position: -989px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-satisfaction {
            background-position: -1210px 0px;
        }

        .grid__wrapper_main .grid-icon.icon-infrastructure {
            background-position: -1429px 0px;
        }

    /* Hover */

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-equal {
        background-position: 8px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-growth {
        background-position: -185px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-advancement {
        background-position: -379px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-insurance {
        background-position: -573px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-training {
        background-position: -769px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-opportunity {
        background-position: -989px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-satisfaction {
        background-position: -1210px -318px;
    }

    .grid__wrapper_main .grid-col:hover .grid-icon.icon-infrastructure {
        background-position: -1429px -318px;
    }




.form__wrapper {
    max-width: 830px;
    margin: 70px auto 0;
}


    .form__wrapper .input-text {
        width: 100%;
        border-radius: 10px;
        border: 1px #ddd solid;
        padding: 0 30px;
        color: #5a5a5a;
        height: 68px;
    }

    .form__wrapper .row {
        margin-bottom: 34px;
    }

    .form__wrapper .select_box {
        border-radius: 10px;
        border: 1px #ddd solid;
        padding: 0px;
        color: #5a5a5a;
        overflow: hidden;
    }

.career-page h1 {
    text-transform: uppercase;
}

.form__wrapper select {
    height: 68px;
    width: 100%;
    border: 0;
    padding: 0 30px;
    -webkit-appearance: none;
    appearance: none;
}

.form__wrapper textarea.input-text {
    padding-top: 20px;
    height: 100px;
}


.form__wrapper .attachment_custom {
    width: 100%;
    border-radius: 10px;
    border: 1px #ddd solid;
    padding: 0 30px;
    color: #5a5a5a;
    height: 68px;
}

.form__wrapper .input-text#attachment_file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.form__wrapper .custom-col-3 .col:not(.or-text) {
    flex-basis: 46%;
}

.form__wrapper .row.custom-col-3 .or-text {
    font-size: 18px;
    font-family: 'PoppinsBold';
    color: #0c0c30;
    padding-top: 20px;
}


.form__wrapper .attachment_custom {
    width: 100%;
    border-radius: 10px;
    border: 1px #c5c5c5 solid;
    padding: 0 30px;
    color: #5a5a5a;
    height: 68px;
    background-color: #c5c5c5;
    line-height: 68px;
    white-space: nowrap;
    font-size: 18px;
    color: #000000;
    padding-left: 64px;
    position: relative;
}

    .form__wrapper .attachment_custom::before {
        background: url(../images/attachment-icon.png) no-repeat;
        content: "";
        position: absolute;
        left: 18px;
        top: 19px;
        width: 30px;
        height: 30px;
    }

.form__wrapper span.note-text {
    font-size: 14px;
    color: #6e6ee2;
    margin-top: 10px;
    display: block;
}


.form__wrapper button.submit-btn {
    background-color: #6e6ee2;
    border: 2px #6e6ee2 solid;
    width: 270px;
    height: 70px;
    color: #fff;
    font-size: 22px;
    border: 0;
    border-radius: 10px;
    margin: 20px auto 0;
    display: block;
    font-family: 'PoppinsSemiBold';
}

    .form__wrapper button.submit-btn:hover {
        color: #6e6ee2;
        background-color: transparent;
        border: 2px #6e6ee2 solid;
    }

input:focus, select:focus {
    outline: none;
}

.no__opening_section {
    text-align: center;
    padding: 4% 0 0;
}

    .no__opening_section .details__section {
        margin-top: 30px;
    }

        .no__opening_section .details__section .h3 {
            font-size: 40px;
            color: #7171e2;
            margin-bottom: 10px;
            margin-top: 50px;
            font-family: 'PoppinsBold';
        }

        .no__opening_section .details__section p {
            font-size: 30px;
            color: #1b1b1b;
            font-family: 'PoppinsMedium';
        }
