@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{  
font-family: 'Myriad Pro';
overflow-x: hidden; 
background-color: #fff;
color: #4e4e4e;
position: relative;    
} 


html {    
  scroll-behavior: smooth !important;   
} 
.dropdown:hover>.dropdown-menu {
 display: block;
}    
button:focus {  
    outline: 1px dotted;
    outline: none; 
}
::placeholder{
      color: #707070;     
}

a{
    text-decoration: none !important;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}
/*.navbar-light .navbar-nav .nav-link {
    color: #b8b8b8;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 0px;
    border-bottom: 3px solid transparent;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
        position: relative;
}
.navbar-light .navbar-nav .show > .nav-link,
 .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #f97e5e;
    border-bottom: 3px solid #f97e5e;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #f97e5e;
    border-bottom: 3px solid #f97e5e;
}*/
.nav-link {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding: 31px 0px;
}
.navbar-light .navbar-nav .show > .nav-link, 
.navbar-light .navbar-nav .active > .nav-link,
 .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #f97b60;
}
li.nav-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #d1651a;
    background-image: -webkit-gradient(linear, left top, right top, from(#d1651a), to(#c1282a));
    background-image: -webkit-linear-gradient(left, #d1651a, #c1282a);
    background-image: -moz-linear-gradient(left, #d1651a, #c1282a);
    background-image: -ms-linear-gradient(left, #d1651a, #c1282a);
    background-image: -o-linear-gradient(left, #d1651a, #c1282a);
    background-image: linear-gradient(left, #d1651a, #c1282a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1651a', endColorStr='#c1282a', gradientType='1');
    height: 5px;
    width: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -khtml-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
li:hover > a:before{
    width: 100%;
}
.nav-link.active:before{
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #f97b60;
}
li.nav-item {
    margin: 0px 10px;
}
.header {
    padding: 0px 200px;
}
.navbar{
    padding: 0px;
}
a.navbar-brand img {
    width: 100px;
    padding: 15px 10px;
}

.bantext{
    color: #d4d4d4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
}
.bantext p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bantext h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bantext p a {
    background-color: #f97e5e;
    color: #fff;
    border-top: 2px solid #fff;
    font-size: 16px;
    padding: 10px;
    margin-top: 15px;
}
div#head .owl-dots {
    display: none;
}
div#head .owl-nav {
    position: absolute;
    bottom: 6%;
    right: 10%;
}
button.owl-prev span {
        background-color: #3c4140;
    color: #fff;
    padding: 6px 22px;
    font-size: 40px;
}
button.owl-next span {
        background-color: #3c4140;
    color: #fff;
    padding: 6px 22px;
    font-size: 40px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f97e5e;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]:hover span{
    background: #f97e5e;
}
.grey{
/*     background-color: #2e4a5b; */
    background-color: #2e4a5b;
    color: #fff;
    text-align: center;
}
.grey-head h3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
        font-weight: 600;
}
.grey-head img{
    margin-bottom: 30px;
}
.solution{
    text-align: center;
}
.client{
    text-align: center;
    background-color: #f8fcfe;
}
.solut-box{
  text-align: left;
}

.solut-box h4 img{
    margin-right: 10px;
}
.solut-box h4 {
    color: #f97e5e;
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.solut-box p {
    color: #777777;
    height: 65px;
}
.copyright {
    padding: 20px 0px;
    background-color: #22353f;
    text-align: center;
}
.copyright p {
    color: #aeaeae;
    margin-bottom: 0px;
    width: 100%;
}
.copyright p a{
    color: #f97e5e;
}
.footer{
    background-color: #2e4a5b;
    padding: 80px 0px;
}
.footer-box h4{
  color: #b2b2b2;
}
.footer-box p {
    color: #b2b2b2;
    margin-bottom: 0px;
}
.footer-box p a{
    color: #b2b2b2;
}
.footer-box p span{
    font-weight: 600;
    margin-right: 10px;
}
.footer .row {
    align-items: center;
    justify-content: center;
}
.touch {
    padding: 70px 0px;
}
.touch-left iframe {
    width: 100%;
}
.form-control {
    border: 1px solid #90aebd;
    margin-bottom: 15px;
    border-radius: 0px;
}
.touch-form form {
    width: 80%;
}
.sub_req {
    background-color: #f97e5e;
    color: #fff;
    width: 100%;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.blueorange{

}
.blueorange_box{
    background-color: #2e4a5b;
    text-align: center;
        padding: 30px 0px;

}
.blueorange_box h6 {
    color: #f97e5e;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px;
}
.blueorange .col-md-3 {
    padding: 0px;
}
.blueorange_box1{
    background-color: #f97e5e;
    text-align: center;
        padding: 30px 0px;

}
.blueorange_box1 h6 {
    color: #fff;;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0px;
    margin: 0px;
}
.blueorange img {
    height: 100px;
    padding: 15px;
}
.blueorange_box i {
    background-color: #f97e5e;
    color: #fff;
    padding: 30px;
    font-size: 25px;
    border-radius: 44px;
   
}
.blueorange_box1 i {
    background-color: #25333c;
    color: #fff;
    padding: 30px 33px;
    font-size: 25px;
    border-radius: 44px;        
}
h6.counter {
    padding-bottom: 0px;
    font-size: 30px;
}

.bxes_brder1 {
    border: 1px solid #18cfab;
    width: fit-content;
    margin: auto;
    padding: 20px;
    border-radius: 78px;
}
.bxes_brder2 {
    border: 1px solid #25333c;
    width: fit-content;
    margin: auto;
    padding: 20px;
    border-radius: 78px;
}
.tp-ban1{
 display: block !important;
}
.tp-ban2{
 display: none !important;
}
.team-box{
    margin-top: 20px;
    cursor: pointer;
}
.team-data {
    background-color: #2e4a5b;
    color: #fff;
    text-align: left;
    padding: 15px;
}
.team-box img {
    width: 100%;
    height: 300px;
}
.team-data h4 {
    margin-bottom: 0px;
    font-size: 20px;
}
.team-data h6{
       color: #f77960;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.team-data ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    border-top: 1px solid #fff;
    padding-top: 18px;
}
.team-data ul li {
    margin-right: 20px;
}
.team-data ul a{
    
}
.team-data ul a i{
    color: #fff;
}
.team-box:hover .team-data{
    background-color: #f77960;
    cursor: pointer;
}
.team-box:hover .team-data h6{
    color: #fff;
}
.nav-tabs .nav-link {
    border: 1px solid #eeeeef;
   border-radius: 0px;
    background-color: #f8fcfe;
    padding: 15px 10px;
    color: #717171;
    font-weight: 600;
    position: relative;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #f77960;
    border-color: #eeeeef;
    border-radius: 0px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    color: #fff;
    background-color: #f77960;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 0px;
}
.tabs_data {
    display: flex;
    align-items: center;
}
.tabs_data img{
    margin-right: 20px;
}
.tabs_data p {
    text-align: left;
    margin-bottom: 0px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.nav-tabs .nav-link.active:after, .nav-tabs .nav-item.show .nav-link:after{
  content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #f77960;
    clear: both;
}
.tabs_data p span {
    display: block;
    font-weight: 600;
    font-size: 20px;
}
.ico-box {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 1px;
}
.ico-box img {
    height: 480px;
}
.team-data p {
  
    height: 220px;
}

/*19102023*/

.grey-text ol {
    text-align: left;
}
.grey-text ol li {
    margin-bottom: 10px;
}
.grey-text p{
    text-align: justify;
}
.main_banner img {
    width: 100%;
}
.main_banner {
    position: relative;
}
.main_banner-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main_banner-cont h3 {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 100;
}
.client-box{
    margin-bottom: 10px;
}
.our-client-hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
    margin-bottom: 40px;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
    text-align: center;
}
.our-client-hover img {
    width: auto;
    margin: auto;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    height: 100px;
}
.grey-head {
    text-align: center;
}
.our-client-hover:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);        
}
.our-client-hover img:hover {
    width: auto;
    -webkit-filter:initial;
    filter: initial;
}
.clher img{
    height: 140px;
}
.our-client-hover a p {
    font-weight: 600; 
    font-size: 16px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #202021;
    margin: 10px 0px 0px;
    height: 50px;
}
.highlight {
    background-color: #f3f3f3;
}
.headss {
    width: 100%;
    text-align: center;
}
.headss h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0px;
}
.headss p {
    margin-bottom: 5px;
}
.subscribe {
    width: 40%;
    margin: auto;
}
.subscribe form.example input[type=text] {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #fff;
    float: left;
    width: 70%;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
form.example button {
    float: left;
    width: 30%;
    padding: 10px 6px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #000;
    border-left: none;
    cursor: pointer;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.clnhrs img{
    height: 60px !important;
}
.clnhrs a p{
    height: auto !important;
}

.our-client-hover1 img {
    aspect-ratio: 3 / 2;
}
/* .promo.promo-light {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding-left: 30px;
}
.promo h3 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 22px;
}
.promo h3  span{
    color: #f97b60;
} */