* {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

p {
    font-size: 14px;
}

a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}


/* css for hover effect */

.zoom {
    overflow: hidden;
}

.zoom img {
    transition: transform 3.5s ease;
}

.zoom:hover img {
    transform: scale(1.2);
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cacdd0d9;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #cacdd0d9;
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #cacdd0d9;
}

body {
    font-family: 'Roboto', sans-serif;
    max-width: 2540px;
    margin: 0 auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#apply-post{
    background-color: #66a8d6b8;
    border-color: #1f7de2;
    color: #000;
}

.font-weight-500 {
    font-weight: 500
}

.navbar_bg.scroll_nav {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    /* height: 85px; */
}

.scroll_nav a.nav-link {
    color: #000 !important;
    margin: 0px 10px;
    padding: 0 !important;
   border-bottom: 1px solid transparent;
}

.scroll_nav a.nav-link:hover {
    color: #2059f9 !important;
    border-bottom: 1px solid blue;
}

.compindia_white_logo .scroll_nav {
    display: none;
}

.compindia_logo {
    display: none;
}


/* Navigation */

.navigation_bar {
    max-width: 1350px;
}

.toggler_color {
    color: #ffffff;
}

.scroll_nav .toggler_color {
    color: #2059f9;
}

.scroll_nav.navbar-dark .navbar-toggler {
    border-color: #2059f9;
}

a.nav-link {
    padding: 5px 10px !important;
}

.banner {
    width: 100%;
    background-image: url("../images/banner_1.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.logo a img {
    width: 100%;
}

.navbar .logo a {
    display: block;
    width: 160px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 10px;
}

.nav-link {
    color: #ffffff !important;
    /* transition: all 0.5s; */
}

a.nav-link {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.navbar_bg {
    background-color: #2f5be9;
    transition: all 0.5s;
}

.body_content_sec {
    padding-top: 78px;
}

button.navbar-toggler {
    outline: none;
}


/* Banner */

p.white.py-4 {
    font-size: 16px;
}


/* .banner_content {
    margin: 0 auto;
}
 */

.banner_content .text {
    letter-spacing: 2px;
}

.white {
    color: #ffffff;
}

.btn-warning:hover {
    color: #ffffff;
}

.get_started {
    background-color: #f99d29;
    margin-bottom: 30px;
    -webkit-appearance: none;
}

.get_started:hover {
    background-color: #F99D28;
}

.slider_image img {
    width: 100%;
    margin: 0 auto;
}

.carousel-indicators {
    justify-content: flex-end;
    bottom: -100px;
    right: -31px;
}

.carousel-indicators li {
    background-color: #808080;
}

.carousel-indicators .active {
    background-color: #2059f9;
}


/* section1 */

.sub_heading {
    font-size: 16px;
}

.millions_of_people {
    color: #808080;
}

.section_heading {
    font-size: 19px;
    letter-spacing: 1px;
}

.dflex_class {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}

.content_sec {
    color: #2059f9;
    font-size: 16px;
    letter-spacing: 1px;
}

.content_sec_1 {
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}


/* section2 */

.picture {
    max-width: 290px;
    width: 100%;
}


/* section3 */

.built_for_growth {
    font-size: 16px;
    padding-bottom: 15px;
}

.background {
    background-color: #F6F8F9;
}

.tools {
    max-width: 150px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/* section4 */

.card_content {
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px #aaaa;
    flex: 0 0 calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
}

.picture {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    display: block;
}


/* 
.card_content p {
    font-size: 14px;
    
    
    
} */

.card_content_para {
    font-size: 14px;
    font-style: italic;
    color: #808080;
}

.testimonials_cmt_user {
    font-size: 14px;
    font-weight: bold;
}

.card_content {
    position: relative;
}

.section4_banner {
    background: url("../images/.png");
}

.testimonials {
    font-size: 16px;
}

.testimonials a,
span.fa.fa-caret-right {
    color: #5E81ED;
}

.testimonials a {
    display: inline;
    text-decoration: none;
}

.text {
    font-size: 22px;
}

.absolute {
    position: absolute;
    bottom: 0px;
}

.absolute img {
    max-width: 40px;
    margin-right: 10px;
}

span.absolute.p-2 {
    font-size: 14px;
}


/* section 5 */

.sec5_images {
    align-items: center;
}


/* section6 */

.track_record_banner {
    background: url("../images/track_record.png");
    background-size: cover;
}

.proven_track_record {
    font-size: 36px;
}

.num {
    font-size: 40px;
    font-weight: 500;
}

.content {
    font-size: 16px;
    letter-spacing: 1px;
}


/* section7 */

a.text_color {
    color: #000000;
    font-weight: 400;
}

.card_bottom {
    margin-bottom: 20px;
    border-bottom: none!important;
}

.card-header.bg {
    background-color: #ffffff!important;
}

.card_bottom .collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.join_with_us {
    padding: 10px;
    background-color: #F4AE48;
}

.job_description li a u {
    font-size: 16px;
}

.job_description li a {
    text-decoration: none;
}

.job_description,
.we_are_hiring {
    font-size: 16px;
}

.hiring {
    font-weight: 400;
}

.font_arrow {
    font-size: 24px;
    color: #2059f9;
}

.text_decoration a {
    text-decoration: none;
}

.text_decoration span {
    color: #000000;
    font-weight: 380;
    font-size: 18px;
}

.icon-more {
    font-size: 12px !important;
    color: #2059f9 !important;
}


/* .carousel-item {
    height: 500px
} */


/* footer */

.footer_bg {
    background: url("../images/footer_bg.png");
}

.footer_headings {
    font-size: 20px;
    padding-top: 20px;
}

.gray {
    color: gray;
}
.terms_conditions .gray:hover {
    text-decoration: none;
    color: #fff;
}
.gray li a {
    color: gray;
    text-decoration: none;
}

.gray li a:hover {
    color: #007bff;
    text-decoration: none;
}

.branch_address ul {
    list-style-type: none;
}

.font {
    font-size: 16px;
}

.copyrights_bg {
    background-color: #1A2135;
}

.social_icons {
    color: #9c9fa5 !important;
    font-size: 18px;
    cursor: pointer;
}

a.social_icons:hover {
    color: #fff !important;
}

.icons_sec {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

.copyrights {
    font-size: 14px;
}

.footer_logo img {
    width: 50px;
}

.client_img1 {
    max-width: 110px !important;
    width: 100%;
}

.client_img {
    max-width: 180px !important;
}

.testimonials_cmt_user {
    width: 100%;
}

.testimonials_cmt_user span {
    display: inline-block;
    vertical-align: middle;
}

.testimonials_cmt_user .user_img {
    width: 45px;
}

.testimonials_cmt_user .user_cmt {
    width: calc(100% - 60px);
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.built_growth_img {
    max-width: 500px;
}

.want_to_join {
    max-width: 450px;
}

.company ul li {
    padding-bottom: 13px;
}

.company {
    padding-left: 35px;
}

.line_height {
    line-height: 2;
}

.join_with_us {
    min-width: 300px;
}

a.btn.shadow-none.white.get_started {
    padding: 12px 20px;
    color: #fff !important;
}

.gallery_sec {
    border-top: 1px solid #efefef;
}

.when_you_need {
    max-width: 520px;
}

.line_height li {
    padding-left: 30px;
}

.relative {
    position: relative;
}

.address_icon_1 {
    position: absolute;
    top: 4px;
    font-size: 25px;
}

.address_icon_2 {
    position: absolute;
    bottom: 100px;
    font-size: 25px;
}

.copyrights_sec {
    padding: 0px 30px;
}

.terms,
.terms:hover {
    color: #ffffff;
    text-decoration: none;
}

.shadow_effect {
    box-shadow: 0px 0px 3px 0px #aaaa !important;
}

.banner_img {
    height: 500px;
    max-width: 480px;
    width: 100%;
}

.banner_img2 {
    padding-top: 10%;
    /* height: 300px !important; */
}

@media screen and (min-width: 480px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 20px 50px;
    }
    .banner {
        height: 750px;
    }
    .banner_section {
        padding: 0 90px;
    }
    .banner_content {
        padding-top: 80px;
    }
    .text {
        font-size: 46px;
    }
    p.white.py-4 {
        font-size: 20px;
    }
    .section_heading {
        font-size: 30px;
    }
    .dflex_class {
        padding-bottom: 15px;
    }
    .picture {
        max-width: 380px;
    }
    .join_with_us {
        margin: 30px 0px;
    }
    .icons_sec {
        text-align: right;
    }
    span.absolute.p-2 {
        font-size: 17px;
    }
    button.btn.shadow-none.white.get_started {
        min-width: 280px;
    }
    .client_mobile {
        display: none;
    }
    .testimonials {
        font-size: 18px;
    }
    .sub_heading {
        font-size: 18px;
    }
    .font_arrow {
        font-size: 35px;
    }
    .text_decoration span {
        font-size: 16px;
    }
    .testimonials {
        font-size: 18px;
    }
    .body_content_sec {
        padding-top: 75px;
    }
    .testimonials_cmt_user .user_cmt {
        font-size: 18px;
    }
    .card_content_para {
        font-size: 16px;
    }
}

@media screen and (min-width: 375px) {
    .col-lg-4.col-md-6.p-2 {
        padding: 15px !important;
    }
}


@media screen and (max-width: 767px) {
    .dflex_class {
        display: block;
    }
    .dflex_class img {
        max-width: 40px;
        margin: 0 auto;
        padding: 10px 0px;
    }
    .sub_sec_heading,
    .content_sec,
    .content_sec_1 {
        text-align: center;
    }
    .track_record_banner {
        background: none;
        background-color: #2059f9;
    }
    .client_desktop {
        display: none;
    }
    .client_mobile {
        display: contents;
    }
}

@media screen and (max-width: 425px) {
    .track_record_banner {
        background: none;
        background-color: #2059f9;
    }
    .sec4_center {
        text-align: center;
    }
    .tools_center {
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .active>.nav-link {
        border: 0;
    }
    .scroll_nav a.nav-link {
        margin: 5px !important;
        border: 0;
    }
    .banner {
        height: auto;
    }
    .banner_content {
        text-align: center;
        padding-top: 60px;
    }
    .slider_image {
        margin: 0 auto;
    }
    .banner_get_started {
        width: 100%;
        text-align: center;
    }
    .banner {
        background-image: none;
        height: auto;
        background-color: #2f5be9;
        padding-bottom: 20px;
    }
    .banner_section {
        padding: 0 15px !important;
    }
    .text,
    .section_heading,
    .proven_track_record {
        font-size: 32px;
    }
    .banner_content p {
        padding: 20px 0 !important;
    }
    .banner_inner_sec {
        display: block !important;
    }
    .card_content {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 15px;
    }
    .card_content_inner {
        padding-bottom: 20px;
    }
    .icons_sec,
    .copyrights {
        text-align: center;
    }
    .d-block {
        display: inline !important;
    }
    .landing_page .py-5 {
        padding: 20px 0 !important;
    }
    .landing_page .pt-5 {
        padding-top: 15px !important;
    }
    .landing_page .pb-5 {
        padding-bottom: 15px !important;
    }
    .landing_page .p-5 {
        padding: 20px !important;
    }
    .when_you_need {
        margin: 0 auto;
    }
    .icons_sec {
        display: block !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .terms_conditions {
        padding-right: 0 !important;
    }
    .carousel-indicators li {
        background-color: #d8c8cd;
    }
    .carousel-indicators .active {
        background-color: #ffffff;
    }
    .carousel-indicators {
        bottom: -26px;
        right: 0px;
        justify-content: center;
    }
    .banner_img {
        height: 360px;
        max-width: 300px;
        /* margin: 0 auto; */
    }
}

@media screen and (max-width: 768px) {
    .card_content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-6.company {
        width: 50%;
    }
    .text,
    .section_heading,
    .proven_track_record {
        font-size: 26px;
    }
    .sub_sec_heading {
        font-size: 20px;
    }
    .footer_logo img {
        width: 55px;
    }
    .built_for_growth_img {
        padding: 15px !important;
    }
    .built_for_growth_content {
        padding: 15px !important;
    }
}

@media screen and (min-width: 425px) {
    .get_started {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1031px) {
    .banner_get_started {
        position: absolute;
        bottom: -12px;
        left: 90px;
    }
    .banner_section {
        position: relative;
    }
}

@media screen and (min-width: 991px) and (max-width:1030) {
    .banner_get_started {
        bottom: -50px;
    }
}


/* customer logos section */

.clients {
    position: relative;
    /* background: #f9fbff; */
    background: #fff;
    padding: 20px 15px 15px;
    /* box-shadow: 0px 2px 20px 0 rgba(12,84,141,0.1); */
}

.section_wrap {
    max-width: 1250px;
    margin: 0 auto;
}

.position-relative {
    position: relative !important;
}

.cmobile_img {
    display: none;
}

img {
    width: 100%;
}

.cdisktop_img {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    align-items: center;
}

p.trusted_by_client {
    text-align: left;
    position: relative;
    left: -20px;
    padding: 0;
    /* text-transform: uppercase; */
    margin-right: 60px;
    /* font-size: 15px ! important; */
    font-weight: 600;
    max-width: 120px;
    color: #000000;
    width: 100%;
}

.client_logo.nbc {
    background-position: 0 -2px;
    width: 96px;
    height: 90px;
}

.client_logo.com {
    background-position: -164px -6px;
    width: 103px;
    height: 90px;
}

.client_logo.synopsys {
    background-position: -314px -6px;
    width: 156px;
    height: 90px;
}

.client_logo.tony_robbins {
    background-position: -522px -6px;
    width: 222px;
    height: 90px;
}

.client_logo {
    background: url(../../assets/images/c_active.png) no-repeat;
    margin-right: 60px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* cursor: pointer;*/
    opacity: 0.7;
    background-size: cover;
}

.client_logo.tapright {
    background-position: -795px -6px;
    width: 158px;
    height: 90px;
    margin-right: 0;
}

.client_logo:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

@media screen and (max-width: 1024px) {
    .cmobile_img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .cmobile_img img {
        opacity: 1;
    }
    .cdisktop_img {
        display: none;
    }
    .clients {
        padding: 0px 15px 15px;
    }
}

.card-header a:after {
    font-family: 'FontAwesome';
    font-family: 'CI-Website';
    font-style: normal;
    font-size: 18px;
    content: "\e93c";
    color: #1f7de2;
    float: left;
    padding-right: 1rem;
}

.card-header a.collapsed:after {
    content: "\e93b";
}