@import url('../fonts/font-style.css');

html{
scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'DM Sans';
    font-weight: normal;
    font-size: 18px;
}
.top-header {
    margin: 0;
    display: block;
    padding: 0px 0;
    width: 100%;
    position: relative;
    z-index: 1030;
    background:#fff;  
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; 
}
html:has(.mfp-iframe-holder),
html:has(.mfp-zoom-out-cur){
    overflow: auto!important;
    margin:0!important;
}
.header-part-info {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color:#fff; 
}
.right-part {
    float: right;
}
.top-logo {
    max-width: 394px;
    float: left;
    margin: 0 56px 0 0;
    position: relative;
}
.top-logo a {
    padding: 0;
    margin-right: 0px;
}
.top-logo a img {
    max-width: 100%;
    border: 0;
}
.top-header .navbar {
    padding: 10px 16px;     
}
.top-header.fixed  .navbar{
    border-color: transparent;
}
.top-store-info {
    min-height: 57px;
    background-color: #EDFED8;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    float: right;
}
.header-menu-part {
    float: right;
    clear: both;
    margin: 0 0;
}
#main-menu ul {
    margin: 0px;
    padding: 0;
}
#main-menu ul li {
    padding: 0 10px;
    margin: 0;
}
#main-menu ul li a {
    color: #000;    
    font-family: "DM Sans";
    font-size: 18px;
    font-weight:400;
    line-height: normal;
    padding: 0 15px;
    text-decoration: none;
}
#main-menu ul li a:hover {
    color: #2A4076;
}
#main-menu ul li.current-menu-item a{
    color: #2A4076;  
}
#main-menu ul li > a:hover{
    text-decoration: underline; 
    text-decoration-color:#F47C2C;    
    text-decoration-thickness: 2.5px!important;
    text-underline-offset: 6px;
}
#main-menu ul li.current_page_item > a{
    color: #2A4076;  
    text-decoration: underline; 
    text-decoration-color:#F47C2C;    
    text-decoration-thickness: 2.5px!important;
    text-underline-offset: 6px;
}


#main-menu .sub-menu{
background: #002F87;
border-radius: 10px;
max-width: 180px;
width: 100%;
margin-top: 5px;
padding: 0px 6px;

}
#main-menu ul li a .dropdown-toggles{
    margin-left: 5px;  
}
#main-menu ul li a .dropdown-toggles .fa{
    font-size: 15px;
    line-height: normal;
}
#main-menu .sub-menu  li{
    margin: 12px 0;
}
#main-menu .sub-menu  li a{
    color: #fff;    
   font-family: "DM Sans";
    font-size: 18px;
    font-weight:500;
    line-height: normal;
    padding: 0 15px;
    text-decoration: none;
}

/**/
.header-promo{
    display: block;
    width: 100%;
    position: relative;
    background:#F2832C;
    padding: 6px 0;
}
.header-promo-inner{
    display:block;
    float: right;
    padding: 0;
    max-width: 899px;
    width: 100%;
    position: relative;
}
.header-promo  .row{
    justify-content: end;
}
.header-promo-inner ul{
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    gap: 15px;
    justify-content: end;
}
.header-promo-inner ul li{
    list-style-type: none;
    margin: 0 15px 0 0;
    padding: 0;
    color: #fff;
}
.header-promo-inner ul li:last-child{
    margin-right: 0;
}
.header-promo-inner ul li span{
    margin-right:10px;
    font-size: 15px;
}

.header-promo-inner ul li a{
    text-decoration: none;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
.header-promo-inner ul li a:hover{
    color: #fff;
}
/**/



.top-search{
    margin: 0;
    padding: 0 20px;
    position: relative;
}
.top-search img{
    max-width: 100%;
}
.top-right-link{
    margin: 0;
    padding: 0;
}
.right-btn-link{
    margin: 0;
    display: flex;
}
.right-btn-link li {
    list-style-type: none;
    display: inline-block!important;
    margin:0 22px !important;
}
.right-btn-link li:last-child{
    margin-right: 0!important;
}
  .right-btn-link li a{
        border-radius: 50px;
        padding: 30px 50px;
        justify-content: center;
        align-items: center;
        gap: 10px;    
        display: flex;  
       font-family: "DM Sans";
        font-size: 18px;
        font-weight: 500;
        line-height: 30px; 
        border: 1px solid #D163CE;
   }
    .right-btn-link li.cta-stud a{
        background: #D163CE;
        color: #fff!important;
    }
    .right-btn-link li.cta-stud a:hover{
        color: #002F87!important;        
    }
    .right-btn-link li.cta-cal a{
        color: #000;
        border: 1px solid #D163CE;
    }
    .right-btn-link li.cta-cal a:hover{
        color: #000!important;
        background: #D163CE;
    }
    .right-btn-link li.cta-cal a img{
        max-width: 24px;
        width: 100%;
    }
    .right-btn-link li.cta-cal a:hover img {
        filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }


/**main-footer**/
.main-footer {
    background-color: #2A4076;
    padding:30px 0;
    clear: both;
    width: 100%;
    position: relative;
    width: 100%;
    display: block;
}
.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-menu-list{
    display: flex;
    gap:60px;
    justify-content: center;
}

.footer-menu-items{
    margin: 0;
    width: 35%;
    position: relative;
}
.footer-menu-items:first-child:after{
    width: 1px;
   height: calc(100% - 40px);
    position:absolute;
    background: rgb(255, 255, 255, 0.5);
    content: " ";
    right:10px;
    top: 11px;
}
.footer-menu-items ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-menu-items ul li{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-menu-items ul li a{
    text-decoration: none;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
.footer-menu-items ul li a:hover{
    color: #F47C2C;
}
.footer-address{
    display: block;
    margin: 0;
   
}
.address-info{
    display: flex;
    gap: 15px;
}
.address-info span{
    color: #fff;
    font-size: 15px;
    line-height: 27px; 
}
.address-info p{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.1px;
    margin: 0;
}
.contact-info{
     display: flex;    
     margin-top: 30px;
     color: #fff;
     gap: 3px;
}
.contact-info span{
     margin-right: 10px;
    font-size: 15px;
    line-height: 27px;
}
.contact-info a{
     color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.1px;
    margin: 0;
    text-decoration: none;
}

.fo-con-add-ino{
    margin: 0;
    padding: 0 0 30px;
    display: block;
}
.fo-con-add-ino h5{
    color: #F2F2F2;
    font-family: 'Mooli';
    font-size: 18px;
    font-weight: 400;
    line-height: 15.4px; 
    letter-spacing: 0.14px;
    text-transform: capitalize;
    margin: 0 0 16px;
    padding: 0;
}
.fo-con-add-ino p{
    color: #F2F2F2;
    font-family: Mooli;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}
.fo-con-add-ino p a{
    color: #F2F2F2;
    text-decoration: none;
}
.fo-con-add-ino p a:hover{
    color: #800000;
}
.fo-social-info{
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.fo-social-info ul{
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style-type: style none;;
}
.fo-social-info ul li{
    list-style-type: none;
}
.fo-social-info ul li a{
    text-decoration: none;
}
.fo-social-info ul li a img{
    max-width: 100%;
}

.fo-signup-form{
    display: block;
    width: 100%;
    margin: 0 0 20px;
    max-width: 404px;
}
.fo-signup-form p{
    color: #FFF;    
    font-family: Mooli;
    font-size: 12px;   
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.fo-signup-form p a{
    color: #F1C5C5;
    text-decoration: none;
}
.footer-logo img{
    margin-bottom: 28px;
    max-width: 100%;
}
.footer-logo p{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;   
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    max-width: 369px;
    width: 100%;
}

/***/
.footer-social{
    margin: 0 0 20px;
}
.footer-social ul {
    display: block;
    list-style-type: none;
    position: relative;
    margin:0px 0 0;
    padding: 0;
    
}
.footer-social ul li {
    list-style-type: none;
    margin: 0px 8px 0 0;
    padding: 0;
    display: inline-block;
}
.footer-social ul li a {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    line-height: normal;
}

.footer-social ul li a img {
    max-width: 100%;
}
.footer-copyright {
    display: block;
    position: relative;
    margin:6px 0 0;
}
.footer-copyright p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.1px;
    text-align: center;
    margin: 0;
}
.signup-form-meth{
    display: block;
}
.signup-form-meth form{
    display: flex;
}
.signup-form-meth input{
    border-radius: 4px 0px 0px 4px;
    border-top: 1px solid #776867;
    border-bottom: 1px solid #776867;
    border-left: 1px solid #776867;
    background: #FFF;
    padding: 14.41px 15.8px 14.4px 17px;
    max-width: 320px;
}
.signup-form-meth .tnp-submit{
    display: flex;   
    padding: 13.99px 11px 15.01px 11px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Mooli;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: 0.16px;
    background: #800000;
    border: 0;
}

/***/
.main-banner-info{
    position: relative;
    width: 98%;
    margin: 0px auto 0;
    border-radius: 5px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  
}
.main-banner-info .row{
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 750px;
    justify-content: end;
}
.banner-desc{
    max-width: 696px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.banner-desc h1{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.banner-desc h1 strong{
    display: block;
    color: #F47C2C;
}
.banner-desc p{
    color: #FFF;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight:300;
    line-height: 30px;
    margin:0 0 40px;
}
.banner-desc .more-cta{
    border-radius: 5px;
    background:  #F47C2C;
    text-decoration: none;
    color: #000;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
     padding: 5px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.banner-desc .more-cta span{
    background: #fff;
    padding: 8px 20px;
    border-radius: 5px;
}
.banner-desc .more-cta img{
    max-width: 100%;
}

/**/
.about-info{
    margin: 0px;
    padding: 50px 0;
    display: block;
    width: 100%;
    position: relative;
}
.about-media{
    display: block;
    position: relative;
}
.about-media img{
    max-width: 100%;
}
.about-info .row{
    justify-content: space-between;
    align-items: center;
}
.about-desc-info{
    display: block;
    position: relative;
}
.about-desc-info h4{
    color:#F47C2C;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.about-desc-info h3{
    color: #000;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.about-desc-info  h3 strong{
    font-weight: 500;
    display: block;
}
.about-desc-info p{
    color: #2F2F2F;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    margin: 0 0 30px;
}
.more-cat-btn{
    border-radius: 5px;
    background: #F47C2C;
    text-decoration: none;
    color: #000;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.more-cat-btn span{
  background: #fff;
  padding: 8px 20px;
  border-radius: 5px;
}

/**/
.our-service-info {
    display: block;
    position: relative;
    width: 100%;
    background: url(../images/service-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
}
.top-title-info {
    display: block;
    margin: 0;   
    width: 100%;
    position: relative;
}
.top-title-info h4 {
    color: #F47C2C;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.top-title-info h3 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 40px;
}
.our-srvice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: stretch;
}
.list-items {
    border-radius: 10px;
    border: 2px solid #FAFAFA;
    padding: 20px;
    color: #fff;
    text-align: center;
}
.list-items:hover {
    border-color: #F47C2C;
}
.list-items h4 a,
.list-items h4 {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 10px;
    cursor: pointer;
    text-decoration: none;
}
.list-items p {
    color: #EBEBEB;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0;
}

/**/
.our-advantages{
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.adv-inner-data{
    justify-content: space-between;
    align-items: center;
}
.adv-media{
    display: block;
}
.adv-media img{
    max-width: 100%;
    border-radius: 10px;
}
.adv-content{
    position: relative;
    width: 100%;
}
.right-ad-desc{
    padding-left: 70px;
}
.adv-content h4 {
    color: #F47C2C;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.adv-content h3{
    color: #000;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.adv-content  ul{
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    display: block;
    position: relative;
    width: 100%;
}
.adv-content ul li{   
    padding: 0;
    clear: both;
    color: #2F2F2F;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
     margin: 0 0 16px;
}
.our-adv-exp-info{
    display: block;
    position: relative;
    width: 100%;
    background: #F47C2C;
    border-radius: 10px;
    padding: 20px 30px;
    margin:10px 0 0;
}
.our-adv-exp-info p{
    color: #FFF;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

/***/
.our-patner-info{
    position: relative;
    width: 100%;
    display: block;
}
.our-patner-inner{
    border-radius: 10px;
    background: #202020;
    display: flex;
    padding: 80px 48px;
    justify-content: space-between;
    align-items: center;;
}
.patner-left-cont{
    max-width: 614px;
    width: 100%;
    margin: 0;
}
.patner-left-cont h4{
    color:  #F47C2C;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.patner-left-cont h3{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
   margin: 0 0 16px;
}
.patner-left-cont p{
    color: #FFF;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; 
    margin: 0 0 40px;
}
.patner-media-info{
    display: block;
}
.patner-media-info img{
    border-radius: 10px;
    max-width: 100%;
}
/**/
.our-testimonial-info{
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.testimonial-top-title{
    display: block;
    text-align: center;
    max-width: 774px;
    margin: 0px auto 0;
}
.testimonial-top-title h4{ 
    color: #F47C2C;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.testimonial-top-title h3{ 
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
     margin: 0 0 16px;
}
.testimonial-top-title p{
    color: #2F2F2F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
}
.testimonial-list{
    position: relative;
    width: 100%;
    display: block;
      margin-top:0px;
}
.ts-list-item{
    position: relative;
    /* padding-top: 80px; */
    padding: 80px 40px ;
}
.ts-list-item-inner{
    border-radius: 10px;
    background: #F4F4F4;
    padding:32px;
    text-align: center;
    position: relative;
}
.ts-list-item-inner::before{
    width:90%;
    height: 90%;
    content: " ";
    position: absolute;
    top: 18px;
    left: 0;
    background: #2A4076;
    z-index: -1;  
   transform: rotate(71.282deg);
    border-radius: 10px;
}
.ts-list-item-inner:hover:before{
    background-color: #F47C2C;
}

.ts-list-item-inner img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    max-width: 100%;
    margin: -80px auto 0;
}
.ts-list-item-inner h4{
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 0;
}
.ts-list-item-inner span{
    color: #2F2F2F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
    display: block;
}
.ts-list-item-inner p{
    color: #2F2F2F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.testimonial-list .slick-track{
    display: flex;
    /* gap: 60px; */
}
.testimonial-controls{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 0 0;
}
.testimonial-controls .custom-dots{
    display: flex;
    text-align: center;
    justify-content: center;
 
}
.testimonial-controls .custom-dots ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;    
}
.testimonial-controls .custom-dots ul li{
    list-style-type: none;
    height: 16px;
    
}
.testimonial-controls .custom-dots ul li button{
    background:#E4E4E4;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
}
.testimonial-controls .custom-dots ul li button[aria-selected="true"]{
    background-color:#F47C2C;
}
.testimonial-controls .slick-arrow {
    width: 40px;
    height: 40px;
    background-color:#F4F4F4;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin: 0 30px;
    cursor: pointer;
}
/***/
.contact-page-info{
    position: relative;
    width: 100%;
    display: block;
    padding: 80px 0 0;
}
.contact-form-inner{
    position: relative;
    display: flex;
    margin: 0;
    padding: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form-inner .top-contact-lgo{
    display: block;
    margin-bottom: 50px;
}
.top-contact-lgo img{
    max-width: 100%;
}
.contact-info-list{
    display: flex;
    flex-wrap: wrap;
}
.contact-info-list .conat-itme{
    margin-bottom:40px;
}
.contact-info-list .conat-itme h5{
	color: #F2832C;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 600;
	line-height: normal;	
	text-transform: capitalize;
	display: block;
	margin: 0 !important;
}
    .contact-info-list .conat-itme a{
        color: #FFF;
        font-family: "DM Sans";
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        display: inline-block;
        clear: both;
        text-decoration: none;
        float: left;
        margin: 0 0 5px;
    }
    .contact-info-list .conat-itme a:hover{
       color: #F2832C;
    }
    .contact-info-list .conat-itme p{
        color: #FFF;
        font-family: "DM Sans";
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        clear: both;
        text-decoration: none;
    }
    .con-form-desc{
        background: #fff;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        border-radius: 10px;
        padding: 30px 30px;
    }
    .con-form-desc h4{
        color: #1E1E1E;
        font-family: "DM Sans";
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin: 0 0 25px;
    }
    .con-form-data{
        display: block;
        position: relative;
        width: 100%;
    }
    .con-form-data .wpcf7-form {
        display: block;
        clear: both;
    }
    .con-form-data .wpcf7-text {
        display: block;
        border-radius: 4px;
        background: #F5F5F5;
        border: 0;
        text-decoration: none;
        color: #000;
        font-family: "DM Sans";
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        margin: 0 0 20px;
        padding: 10px 15px;
        width: 100%;
    }
.con-form-data .wpcf7-textarea{
    display: block;
    border-radius: 4px;
    background: #F5F5F5;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 0;
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.contact-hide-btn{
    display: none;
}
.cta-black-info{
    display: block;
    margin: 0px auto 0;
    text-align: center;
}
.contact-btn{
    margin: 0px auto;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background: #F47C2C;
  padding: 5px;
  width: auto;
}
.contact-btn .wpcf7-submit{
    border: 0;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0;
}
.contact-btn .wpcf7-spinner{
    position: absolute;
    top: 0;
    right: -50px;
}
/**/
.testimonial-con-inner-page{
    position: relative;
    margin: 0px;
    padding: 80px  0;
    display: block;
    width: 100%;
}
.testimonial-grid-card{
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
.quo-itme-info {
  position: relative;
  padding: 80px 0 0;
}
.test-list-items{
  border-radius: 10px;
  background: #F4F4F4;
  padding: 32px;
  text-align: center;
  position: relative;
}
.test-list-items img{
    max-width: 100%;
    margin-top: -80px;
}
.test-list-items  h4{
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 0;
}
.test-list-items span{
    color: #2F2F2F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.quo-lsit-desc p{
    color: #2F2F2F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
    margin: 0;
    }
.quots-pagination-wrapper{
        position: relative;
        display: block;
        text-align: center;
        margin: 60px 0 0;
    }
.quots-pagination-wrapper .page-numbers{
        color: #2F2F2F;
        font-family: "DM Sans";
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-decoration: none;
        text-decoration-thickness: auto;
        background: #E4E4E4;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        border-radius: 50%;
        margin: 7px;
    }
  .quots-pagination-wrapper .page-numbers.current{
            background-color:#F2832C;
            color: #fff;
 }



 .recommended-post-info{
    position: relative;
    margin: 75px 0 0;
 }
 .recommended-info-list{
    max-height: 480px;
    overflow: hidden;
    overflow-y: scroll;
 }
 .rec-info-item{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
 }
  .rec-info-item .rec-media{
    width: 100px;
    height: 100px;
 }
 .rec-info-item .rec-media img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
 }
  .rec-info-item .rec-desc{
    max-width: 300px;
    width: 100%;
  }
  .rec-info-item .rec-desc .rec-date{
    color: #F2832C;
    font-family: "DM Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .rec-info-item .rec-desc  h5{
    color: #5B5B5B;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
  }
  .rec-info-item .rec-desc h5 a{
    color: #5B5B5B;
    text-decoration: none;
  }
 .rec-info-item .rec-desc h5 a:hover{
    color: #000;
 }
  .recommended-post-info h4{
    color: #2F2F2F;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 20px;
  }
  .blog-info.blogs .more-cat-btn span{
  margin: 0;
  color: #000;
}
.blog-content .more-cat-btn span{
  margin: 0;
  color: #000;
}
/**/
.not-found{
    display: block;
    margin: 0px;
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: url(../images/service-bg.png) no-repeat;  
    background-size: cover;  
}
.not-found .row{
    min-height: 480px;
    align-items: center;
}
.top-title{
    text-align: center;
    display: block;
}
.top-title h4{
    color: #F47C2C;
    font-family: "DM Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.pro-title{ 
   color: #fff;
  font-family: "DM Sans";
  font-size: 47px;
  margin: 0 0 20px;
  line-height: normal;
  font-weight: 600;
}
.page-content h5{
    color: #fff;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.page-content {
    text-align: center;
}
.page-content p{
     color: #fff;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.page-content p a{
    color: #F47C2C;
    text-decoration: none;
}


/***/

.home-search-box{
position: relative;
border-radius: 5px;
background: #F47C2C;
text-decoration: none;
text-decoration-thickness: auto;
color: #000;
text-align: justify;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
padding: 5px;
display: flex;
justify-content:flex-start;
align-items: center;
max-width: 490px;
width: 100%;
margin: 0 0 26px;
}
.home-search-box input[type="text"]{
    border-radius: 5px;
    background: #FFF;
    margin: 0;
    padding: 0;
    color: #7E7E7E;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding: 11px 15px;
    max-width: 100%;
  width: 100%;
}
.home-search-box button{
    border: 0;
    background: transparent;
}
.home-main-search-banner .banner-desc{
    max-width: 576px;
}

.inner-search-banner .inner-banner-search{
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0;
  max-width: 479px;
  width: 100%;
}
.inner-search-banner .inner-banner-search h1 strong{
    color: #F47C2C;
}
/**/
.trck-search{
    position: relative;
    width: 100%;
}
.trck-search .custom-search-form{
    display: block;
}
.trck-search .custom-search-form .search-input{
    margin: 0 0 30px;
    padding: 13px 15px;
    width: 100%;
    border-radius: 5px;
    color: #FFF;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    background: transparent;
  
    }
.trck-search .search-btn{
    border-radius: 5px;
    background:#F47C2C;
    border: 1px solid #F47C2C;
    color: #000;
    text-align: justify;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 12px;
}
.trck-search .search-btn span{
    background: #fff;
    padding: 9px 20px;
    border-radius: 5px;
}


/***/
.ts-containers-search-info{
    position: relative;
    width: 100%;
    display: block;
    padding: 30px 0;
}

.ts-containers-inner{
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 40px 0;
}

.ts-con-num {
    position: relative;
}
.ts-con-num:not(:last-child)::after {
    content: " ";
    width:2px;
    height: 100%;
    background: #000;
    position: absolute;
    right: -17px;
    top: 0;
}
.ts-con-num label{
    color: #2a4076;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px; 
    margin: 0;
}
.ts-con-num span{
    color: #2F2F2F;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight:normal;
    line-height: 20px;
    margin: 0 10px;
}


.ts-list-containers-itme{
    border-radius: 20px;
    background: #272727;
    position: relative;
    padding: 0 0 20px;
    display: block;
    margin: 0 0 30px;
}
.ts-con-item-num{
    margin: 0;
    padding: 25px 20px;
    border-radius: 20px 20px 0 0;
    background-color: #F2832C;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}
.ts-con-item-num .ts-con-no{
    color:#F2F2F2;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.ts-booking-info {
 display: flex;
  color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  gap: 70px;
  align-items: center;
}

.ts-booking-col {
  flex: 1;
  padding: 0 0;
  position: relative;
}

.ts-booking-col:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #626262;
  position: absolute;
  right: -23px;
  top: 0;
}


.ts-booking-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ts-booking-item .label {
  flex: 1;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}

.ts-booking-item .value {
  flex: 1;
  text-align: left;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  text-transform: capitalize;
}

.ts-booking-item:last-child {
  margin-bottom: 0;
}

/* .ts-book-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0px;
  max-width: 100%;
  background-color: #fff;
  padding: 36px 20px;
    gap: 50px;
}

.ts-book-timeline::before {
 content: "";
  position: absolute;
  top: 50px;
  left: 20px;
  width: calc(100% - 40px);
  height: 3px;
  background: #ccc;
  z-index: 1;
  padding: 0 0;
  margin: 0px auto;


}

.ts-step {
  position: relative;
  flex: 1;
}

.ts-step .ts-dot {
  width: 18px;
  height: 18px;
  background: #f57c20;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 0;
}
.ts-step p {
 font-size: 14px;
  color: #f2f2f2;
  margin: 30px 0 0 0;
  padding: 0 0 0 10px;
}
 */

.ts-progress-bar {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0;
}

.ts-step {
  position: relative;
  text-align: center;
  flex: 1;
}

.ts-step .ts-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto 8px;
  background: #ccc; /* default gray */
  position: relative;
  z-index: 2;
}

/* Line between steps */
.ts-step::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  height: 4px;
  width: 100%;
  background: #ccc;
  z-index: 1;
}

.ts-step:last-child::after {
  display: none; /* No line after the last dot */
}

/* Completed step */
.ts-step.completed .ts-dot {
  background: #378ecc;
}

.ts-step.completed::after {
  background: #378ecc;
}

/* Current step */
.ts-step.current .ts-dot {
  background: #ef8c2c;
}
.ts-progress-bar p {
    font-size: 12px;
    color: #f2f2f2;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

/***/

.ts-movements-list {
  margin:0 0;
  overflow-x: auto;
}

.ts-movements-list table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background: #111;
  color: #eee;
  font-size: 14px;

}

.ts-movements-list thead {
  background: #3B3B3B;
}

.ts-movements-list th,
.ts-movements-list td {
  border: 1px solid #474747;
  padding: 15px 12px;
  text-align: left;
}

.ts-movements-list th {
	color: #F47C2C;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
}


.ts-movements-list tbody tr:hover {
  background: #2a2a2a;
  transition: background 0.3s ease;
}
.ts-movements-list td{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 39px; 
    text-transform: capitalize;
}


.tes-get-report-mail-info{
    position: relative;
    width: 100%;
    max-width: 650px;
    display: block;
}
.tes-get-report-mail .email{
    margin: 0 20px 0 0;
    padding: 11px 15px;
    font-size: 18px;
    border: 1px solid #ccc;
    max-width: 400px;
    float: left;
}
.tes-get-report-mail .email:focus{
    outline: none;
    box-shadow: none;
}
.btn-get-info{
  position: relative;
  border-radius: 5px;
  background: rgb(244, 124, 44);
  text-decoration: none;
  color: rgb(0, 0, 0);
  text-align: justify;
  font-family: "DM Sans";
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin:0px 0px 0;
  border: 0px;
  letter-spacing: 0.25px;
}
.btn-get-info span {
  background: rgb(255, 255, 255);
  padding: 8px 28px;
  border-radius: 5px;
}
.btn-get-info img{
    max-width: 100%;
}
.tes-report-mail-note p{
  color: #2F2F2F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin:25px 0;
  text-align: left;
}
.mail-succes, .mail-error,
.mail-sending{
  color: #2F2F2F;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 25px 0 0;
  text-align: left;
}
.mail-succes{
    color: green;
}
.mail-error{
    color: red;
}

/***/
.ts-container-page{
    position: relative;
    width: 100%;
    display: block;
}
.ts-captcha-banner{
    position: relative;
    width: 100%;
    display: block;
    padding: 70px 0;
    background: url(../images/ship-banner.webp) no-repeat;
    background-position: right center;
    background-size: cover;
}

.ts-captcha-wrapper{
    max-width: 650px;
    width: 100%;
    display: block;
    min-height: 400px;
}
.ts-captcha-wrapper .form-group{
    position: relative;
}
.ts-captcha-wrapper .form-group label{
 color: #2A4076;
  text-align: center;
  font-family: "DM Sans";
  font-size: 21px;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 500;
}
.ts-captcha-wrapper .form-group .form-control{
    margin: 0px;
    padding: 13px 15px;
    font-size: 18px;
    
}
.ts-captcha-wrapper .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #666;
}
.ts-captcha-box-info{
    margin: 20px  0;
    display: block;
}

.ts-btn-sub{
  position: relative;
  border-radius: 5px;
  background: #F47C2C;
  text-decoration: none;
    text-decoration-thickness: auto;
  text-decoration-thickness: auto;
  color: #000;
  text-align: justify;
  font-family: "DM Sans";
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 26px;
  border: 0px;
  letter-spacing: 0.25px;
}
.ts-btn-sub span{
    background: #fff;
  padding:8px 28px;
  border-radius: 5px;
}
.ts-btn-sub  img{
    max-width: 100%;
    margin: 0 5px;
}
.ts-captcha-wrapper p{
    color: #2F2F2F;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-align: left;
}
.ts-captcha-wrapper p a{
    color: #3490D1;
    text-decoration: underline;
}
.ts-captcha-wrapper p a:hover{
    cursor: pointer;
     text-decoration: underline;
}
.contact-list p {
	margin-bottom:0px;
	color: #ffffff !important;
}
.contact-list  h6 {
    color: #F2832C;
    font-family: "DM Sans";
    font-size: 16px !important;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}
.infos {
    display: grid;
    margin-bottom: 20px;
}

.contact-info-list .conat-itme {
	margin-bottom: 0 !important;
}
.contact-form-inner .top-contact-lgo {
	margin-bottom: 25px !important;
}

.left-contact-info .contact-info-list .conat-itme .infos .infos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

/*rama worked*/
@media screen and (min-width:1200px) and (max-width:1499px){
	.contact-info-list .conat-itme h5 {font-size: 16px;}
	.contact-info-list .conat-itme p {font-size: 14px;}
	.contact-info-list .conat-itme a {font-size: 14px;}
	.infos-wrapper img {
		max-width: 80px;
	}
	.contact-info-list {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
	}	
}