/*font-family: 'Barlow Condensed', sans-serif;*/
body{font-family: 'Barlow Condensed', sans-serif;}
.top_nav_stripe .col {
    display: flex;
}
.top_nav_stripe {
    background: #e08539;
    padding: 3px 0;
}
a{text-decoration:none;}
.top_nav_stripe a{font-family: 'Barlow Condensed', sans-serif;color: #fff;text-decoration:none;font-size:16px;letter-spacing:0.5px;font-weight:500;}
.top_nav_stripe span a{margin-left:10px;}
header.main_header .navbar .navbar-brand img {
    max-width: 200px ;
    
}
/* .nav-link{
    font-weight: 100px;
} */
header.main_header .navbar {
    padding: 5px 0;
    background:#f5f5f5 !important;/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}
header.main_header .navbar ul.navbar-nav li a::before {
    content: "";
    position: absolute;
    width: 80%;
    background: #e08539;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 600ms all;
    transform: scaleX(0);
}
header.main_header .navbar ul.navbar-nav li a.active::before,header.main_header .navbar ul.navbar-nav li a:hover::before {
   transform: scaleX(1);
}
header.main_header .navbar ul.navbar-nav li a.active,header.main_header .navbar ul.navbar-nav li a:hover {
    color: #e08539;transition: 600ms all;
    /*background: #fff;*/
    /*box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
    border-radius: 0 0 8px 8px;*/
   /* box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;*/
    font-weight: 600;
    border-radius: 5px;
}
header.main_header .navbar ul.navbar-nav li a:hover,header.main_header .navbar ul.navbar-nav li a:focus,header.main_header .navbar ul.navbar-nav li a:active{font-weight:500;}
header.main_header .navbar ul.navbar-nav .dropdown-menu li a:hover,header.main_header .navbar ul.navbar-nav .dropdown-menu li a:focus,header.main_header .navbar ul.navbar-nav .dropdown-menu li a:active,header.main_header .navbar ul.navbar-nav .dropdown-menu li a.active{font-weight:500;background: #fff;}
header.main_header .navbar ul.navbar-nav li a {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    margin-left: 5px;transition: 600ms all;
    font-family: 'Barlow Condensed', sans-serif;
}
header.main_header .navbar ul.navbar-nav li:last-child a {
    padding-right: 0;
}
header.main_header .navbar ul.navbar-nav {
    margin-right: 0 !important;
    margin-left: auto;
}


header.main_header {
    transition: 600ms all;
}

header.main_header.darkHeader-in {
    position: fixed;
    top: -80px;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
    transition: 1s all;
    transform: translateY(80px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    background: #fff !important;
}

header.main_header.darkHeader-in .navbar {
    background: #fff !important;
}
footer.main_footer {
    background: #0e549b;
    position: relative;padding-top: 40px;
}
.col.foot_col {
    display: flex;
}
.col.foot_col .col-8{
    display: flex;
}
.footlink ul li {
    list-style: none;
    display: block;
}
.footlink ul {
    padding: 0;
    margin: 0;
}
.footlink h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-family: 'Barlow Condensed', sans-serif;
}
.footlink li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 3px 0;
    display: block;
    opacity: 0.8;
    font-family: 'Barlow Condensed', sans-serif;
}
.footlink li a:hover{opacity:1;}
.foot_box .social_foot a:hover {
    transform: scale(1.2);
    background: #ef7f1c;
}
.foot_box .social_foot a {
    transition: 600ms all;
    width: 30px;
    height: 30px;
    background: #0b427a;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}
.foot_box p a {
    color: #fff;
}
.foot_box p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-top: 15px;font-family: 'Barlow Condensed', sans-serif;
}
.foot_box img {
    max-width: 200px;
    filter: invert(1);
}
.foot_box {
    border-left: 1px solid rgb(255 255 255 / 30%);
    padding-left: 40px;
}
.foot_stripe p {
    margin: 0;font-family: 'Barlow Condensed', sans-serif;
}
.foot_stripe {
    background: #ef7f1c;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    margin-top:30px;
}
/*banner css*/
section.banner {
    position: relative;
    min-height: 350px;
    padding-top: 20px;
}
.video_holder video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.highlight_stripe {
    background: #0e549b;
    padding:6px 0;
    margin-bottom:20px;margin-top:20px;
}
.highlight_stripe .col {
    display: flex;align-items: center;
    padding:0 6px;
}
.highlight_stripe a {
    background: #ef7f1c;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 0px;
    font-family: 'Barlow Condensed', sans-serif;
}
.highlight_stripe p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'Barlow Condensed', sans-serif;
}
.highlihts_box .highligh_block:last-child {
    padding-right: 0;
}
.highlihts_box .highligh_block:first-child {
    padding-left: 0;
}
.highligh_block .highligh_txt {
    width: 60%;
}
.highligh_block .highligh_img {
    width: 40%;
}
.highligh_block .highligh_img img {
    display: block;
    max-width: 100%;
}
.highligh_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}
.highligh_txt {
    padding-left: 15px;
}
.highligh_txt p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.highligh_txt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'Barlow Condensed', sans-serif;
}
.highlihts_box {
    padding: 15px 0 20px;
    border-bottom: 1px solid #bacee2;
    box-shadow: 0px 1px 0 0 #5183b6;
    margin-bottom: 10px;
}
section.about_sec .row {
    border-bottom: 1px solid #bacee2;
    box-shadow: 0px 1px 0 0 #5183b6;
    padding-bottom: 20px;
}
section.about_sec {
    padding: 20px 0 0;
}
.about_img img {
    max-width: 100%;
}
.page_head h2 {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-family: 'Barlow Condensed', sans-serif;
}

.page_head1 h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-family: 'Barlow Condensed', sans-serif;
}
.about_txt p {
    font-size: 14.5px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
}
/*services*/
.services .services_head .col{display:flex;}
section.services {
    position: relative;
    padding: 30px 0;
}
.row.serivese_text .col {
    width: 30%;
}
.service_box .service_img img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}
section.services .service_box{
	text-align: center;
}
section.services .service_box h3{
	text-align: center;font-family: 'Barlow Condensed', sans-serif;
}
section.services .service_box h3 {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}
section.services .service_box h3 a{color:#000;}
/*clients*/
.clients_sec .container > .row, .testimonials_sec .container > .row.services_head{
	border-top: 1px solid #bacee2;
    box-shadow: 0px -1px 0 0 #5183b6;
    padding-top: 30px;
}
section.services.clients_sec {
    padding-top: 0;
}
.clients_img img:hover {
    opacity: 1;
    filter: grayscale(0);
}
.clients_img {
    text-align: center;
}
.clients_img img {
    max-height: 50px;
    width: auto;
    max-width: 145px;
    object-fit: contain;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    transition: 600ms all;
    filter: grayscale(1);
    opacity: 0.3;
}
.clients_slider {padding-top:20px;}
.clients_slider .slick-dots {
    bottom: -50px;
}
.clients_slider .slick-dots button,.testimonials_sec .certificates_slide .slick-dots button{
    border: 2px solid #ef7f1c;
    border-radius: 50px;
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: relative;
}

.clients_slider .slick-dots li,.testimonials_sec .certificates_slide .slick-dots li {
    margin: 0 2px;
}

.clients_slider .slick-dots button::before,.testimonials_sec .certificates_slide .slick-dots button::before {
    width: 100%;
    line-height: 12px;
    color: #0e549b;
    font-size: 6px;
    height: 100%;
}
.clients_slider .slick-dots li.slick-active button:before,.testimonials_sec .certificates_slide .slick-dots li.slick-active button:before{color: #0e549b;}
.testimonials_sec .row .col {
    display: flex;
    align-items: center;
}
.testimonial_img img {
    max-width: 100%;
}
.h_testimonial {
    width: calc(100% - 60px);
    margin: auto 0 auto auto;
    border: 2px solid #ef7f1c;
    padding: 30px;
}
.testim_box span {
    display: block;
    text-align: right;
    font-style: italic;
    color: #000;
    font-weight: 400;
    line-height: 18px;
    font-size: 15px;
    padding-right:15px;
}

.testim_box span i {
    display: block;
}

.testim_box h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
}
.home_form .col > div {
    padding: 5px 15px;
}
.home_form .col,.home_form .col .form-group{display:flex;}
.home_form .col .form-group input,.home_form .col .form-group select {
    width: 70%;
    border: 2px solid #ef7f1c;
    border-radius: 0;
}
.home_form .col .form-group label {
    width: 30%;
}


.home_form .col .form-group select {
    appearance: auto;
    color: #ef7f1c;
}
.home_form .col .form-group label {
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.home_form .col:first-child label {
    width: 14.5%;
}
.home_form .col:first-child select{
	width: calc(100% - 14.5%);
}
.home_form button {
    background: #0e549b;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 18px;
    border-radius: 0;
    margin-top: 30px;
    padding: 6px 30px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
}
.home_form button:hover{background:#0d4b8a;color:#fff;}

.get_querry_btns a {
    background: #0e549b;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 18px;
    border-radius: 0;
    padding: 6px 10px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    margin: 6px 4px 5px;
    min-width: 180px;
}

.get_querry_btns2 a {
    background: #0e549b;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 18px;
    border-radius: 0;
    padding: 6px 10px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    margin: 6px 4px 5px;
    min-width: 100px;
}

.form-group.language_pair small {
    display: block;
    width: 100%;
    text-align: right;
    font-style: italic;
    color: #3f87d0;
    text-decoration: underline;
    cursor: pointer;
}
.home_form .form-group.language_pair {
    flex-wrap: wrap;
}
.get_quote_sec{padding:40px 0;}
/*in about*/
.about_insec{
	padding:40px 0;
}
.in_about_stats ul.bottom_stats li {
    padding-top: 50px;
}
.in_about_stats ul.top_stats {
    border-bottom: 2px solid #0e549b;
    padding-bottom: 5px;
    justify-content: center;
}
.in_about_stats ul.top_stats li{width:18%;}
.in_about_stats ul.bottom_stats li{width: 16.666%;}
.in_about_stats ul.top_stats li::before {
    top: 5px;
    height: 100%;
}
.in_about_stats ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 90px);
    background: #fff;
    left: 0;
    top: 0;
    border: 1px dashed #0e549b;
}
.in_about_stats ul li span b::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50px;
    left: -20px;
    top: 5px;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
}
.in_about_stats ul li span small {
    max-width: 100%;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 14px;
}
.in_about_stats ul.top_stats li span small{width:100%;}
.in_about_stats ul li span b {
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
}
.in_about_stats ul li span * {
    display: block;
}
.in_about_stats ul li span {
    display: block;
    position: relative;
    padding-left: 14px;
}
.in_about_stats ul li {
    list-style: none;
    position: relative;
}
.in_about_stats ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}


.verticals_about ul::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    background: #0e549b;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.verticals_about ul li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0;
    top: 60px;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
    right: 0;
    margin: 0 auto;
}
.verticals_about ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    top: 0;
    border: 1px dashed #0e549b;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.verticals_about ul li .vert_box {
    padding: 0 10px;
}
.verticals_about ul li .vert_box p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 21px;
    font-weight: 400;
    text-align: justify;
}
.verticals_about ul li .vert_box > img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    margin-top: -30px;
    margin-bottom:10px;
}
.verticals_about ul li .vert_img img {
    max-width: 100%;
}
.verticals_about ul li {
    list-style: none;
    width: 25%;
    padding: 0px 15px;
    padding-top: 60px;
    position: relative;
}
.verticals_about ul {
    margin: 0;
    padding: 0;
    display: flex;
    /* border-top: 2px solid #0e549b; */
    margin-top: 40px;
    position: relative;
}

/* end */

.verticals_about1 ul::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background: #0e549b;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.verticals_about1 ul li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    left: 0;
    top: 60px;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
    right: 0;
    margin: 0 auto;
}
.verticals_about1 ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    top: 0;
    border: 1px dashed #0e549b;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.verticals_about1 ul li .vert_box {
    padding: 0 10px;
}
.verticals_about1 ul li .vert_box p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 21px;
    font-weight: 400;
    text-align: justify;
}
.verticals_about1 ul li .vert_box > img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
    margin-top: -30px;
    margin-bottom:10px;
}
.verticals_about1 ul li .vert_img img {
    max-width: 100%;
}
.verticals_about1 ul li {
    list-style: none;
    width: 25%;
    padding: 0px 15px;
    padding-top: 60px;
    position: relative;
}
.verticals_about1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    /* border-top: 2px solid #0e549b; */
    margin-top: 40px;
    position: relative;
}


.certificates_slide {
    padding-top: 20px;
}
.testimonials_sec .certificates_slide .service_box{display:block;}
.testimonials_sec .certificates_slide .service_box h3 {
    font-size: 18px;
}
.testimonials_sec .certificates_slide .service_box {
    padding: 0 15px;
}
.testimonials_sec .certificates_slide .service_box .service_img img {
    max-height: 200px;
    min-height: 200px;
    width: auto;
    object-fit: contain;
}
.testimonials_sec .certificates_slide .service_box .service_img {
    box-shadow: rgb(33 35 38 / 30%) 0px 10px 10px -10px;
    border: 2px solid #f36b15;
    padding: 10px;
    overflow: hidden;
}
.b-line-0 {
    border: 0 !important;
    box-shadow: none !important;
}

.nmcl{
    color: #e08539;
}

/* voiceover */
.voicc{
    font-size: 18px;
    font-weight: 1000;
}