 /* import css variables */
@import "custom-color.css"; 
/* @import "fonts.css"; */
.text-muted{
    margin-bottom: 12px !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat" ;
    color:#20272c !important;
}   
p{  
    font-size: 15px;
    font-family: 'Poppins' !important;
    color:#63727e !important;
}
span{
    font-family: 'helvetica_bold';
    font-family: 'Poppins' !important;
}
 
body{
    /* background-color: #FCFCFC;  */
    background-color: #fff;
    overflow-x: hidden !important; /* Hide horizontal scrollbar */ 
    /* user-select: none; */
    box-sizing: border-box;
     
} 



.logo-container{
    z-index: 1000 !important;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    align-content: center;
    background-color: #fff;
}
.logo-container img{
    width: 35%;
    height: auto;
    margin-bottom: 34px;
}
.preloader-bar{
    width: 35%;
    height: 10px;
    position: relative;
    background-color: #e9e9e9;
    border-radius: 12px; 
    overflow: hidden;
} 
.preloader-bar:after{
    position: absolute;
    content:'';
    top:0;             
    width: 35%;
    height: 10px;
    border-radius: 12px;
    background-color: #0c0c0c;
    animation:preloader 2s infinite;
}
@keyframes preloader {
   0%{
    left:-20%;
   }  
   50%{
    left:85%;
   }  
   100%{
    left:-20%;
   }   
}
@media (min-width:767px){
    .logo-container img{
        width: 15%;
        height: auto;
    } 
    .preloader-bar{
        width: 18%;
    }  
}



nav{
    min-height: 100px;
    background-color: #fafafa !important; 
    padding: 0px !important;   
} 
nav .navbar-nav li a{
    font-size: 14px !important;
    line-height: 21px !important;
}
.nav-shadow{
    -webkit-box-shadow: 1px 21px 56px -18px rgba(125,125,125,0.3);
    -moz-box-shadow: 1px 21px 56px -18px rgba(125,125,125,0.3);
    box-shadow: 1px 21px 56px -18px rgba(125,125,125,0.3);
}
.top-nav{
    width: 100%;
    height:40px;
    background-color:#f4f4f4; 
    display:flex;  
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.top-nav {
    display:flex;   
    align-content: center;
    align-items: center;
}
.top-nav  marquee{
    margin: 0px !important;
    padding: 0px !important; 
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins' ;
    color:#000 !important;
}
.top-nav ul {
    display:flex;  
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    list-style:none;
    text-align: end; 
    margin: 0px;
}
.top-nav .col-md-5 ul:nth-child(1){
    justify-content: flex-start;
}
.top-nav ul li{ 
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins' ;
    color:#63727e !important;
}

.regulare-nav{
    width: 100%;
    height: 74px;    
} 
.regulare-nav .navbar-nav li a{
    text-transform: capitalize;
    font-size: 14px;  
    font-weight: 500;
    font-family: 'Poppins' ;
    color:#63727e !important;
    padding: 0px 22px;
}
.regulare-nav .navbar-nav .nav-item{
    border-bottom:2px solid transparent; 
    height: 74px;
    display: flex ;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all 0.4s ease;
    user-select: none;
}
.regulare-nav .navbar-nav .nav-item:hover,
.regulare-nav .navbar-nav .active-nav-item{
    border-bottom:2px solid var(--primary-dark); 
}
 
.regulare-nav input[type="checkbox"]:checked ~ .menu-icon-close{
    display: block;
}

.regulare-nav input[type="checkbox"]:checked ~ .menu-icon{
    display: none;
}

.dropdown-box{
    cursor: pointer;
    position: relative; 
}

.dropdown-content {
    border-top:2px solid var(--primary-dark); 
    display:none;
    flex-direction: column; 
    position: absolute;
    top:72px;
    right: 0;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a { 
    font-size: 14px;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown-box:hover .dropdown-content {display: block;}
 

.mobile-menu-container{
    opacity:1;
    position: fixed;
    top: 100px; 
    left: -80%;
    width: 70%;
    height:90%;
    background-color: #fafafa !important; 
    z-index:10000;
    border-radius: 3px;
    padding: 10px; 
    padding-bottom:80px;
    justify-content: center;
    align-items: center;
    align-content: center;  
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}
.mobile-menu-container-show{ 
    left:0%;
}
.mobile-menu-item{
    width: 100%;
    height: 100%;
}
.mobile-menu-item ul{
    width: 100%;
    height: 100%; 
    list-style: none;
    margin: 0px;
    padding: 4px; 
} 

.mobile-menu-item ul li { 
    margin-bottom: 2px; 
    width: 100%;
    border-bottom: 2px solid var(--border);
    text-transform: uppercase; 
    font-size: 14px;  
    font-weight: 500;
    font-family: 'Poppins' ;
    color:#63727e !important;
    /* text-align: start;   */ 
    display: flex;
    flex-direction: column; 
} 
.mobile-menu-item ul li:hover{
    background-color: var(--secondary-light);
}
.mobile-menu-item ul li a,
.mobile-menu-item ul li label{
    width: 100% !important; 
    height: 100%; 
    padding: 18px 14px;
}
.mobile-menu-item input[type=checkbox]{
    display: none;
}
.mobile-submenu{
    display: none;
}
.mobile-menu-item input[type=checkbox]:checked ~  .mobile-submenu{
    display: block;
}
 
/* header style start  */
header{
    position: relative;
    background-color:#fff !important;  
}
header h1{  color:var(--black);
    font-size: 34px;
    font-weight: 900; 
    margin: 0px !important;
    padding: 0px !important; 
    font-family: 'montserrat';
}
header h1 span{
    color: var(--yellow);   
    font-family: 'montserrat';
}
header h2{
  font-size: 34px;
  font-weight: 900 !important; 
  color:var(--white-primary);
  font-family: 'montserrat';
}
header h2 span{
    color:var(--yellow);  color:var(--black);
    font-family: 'montserrat';
}
header p{
    font-size:16px; color:var(--black); 
    padding-right: 84px !important;
    
}
header .header-img{ 
    position: relative;
    width: 500px ;
    height: 220px  ;
    margin-bottom: 20px;
}

header .trailer-type-container{
    margin-top:25px;
    width: 100%;
    height: 40px; 
    border: 1px solid var(--border);
    border-left:none;
    border-right:none;
    display: flex ;    
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content:center; 
    padding: 4px 0px;
} 
header .trailer-type-container .trailer-type-item{
    height: 100%; 
    /* background-color: var(--red); */
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content:center;
    justify-content: center;
    padding: 0px 12px;
}
header .trailer-type-container .trailer-type-item:nth-child(1){ 
    width: 30%;
    /* background-color: var(--yellow);  */
     justify-content: flex-start;
}
header .trailer-type-container .trailer-type-item:nth-child(2) {
    width: 37.3%;
    border:1px solid var(--border);
    border-top:none;
    border-bottom:none; 
}
header .trailer-type-container .trailer-type-item:nth-child(3){
    width: 30%; 
    /* background-color: var(--yellow);  */
    justify-content: flex-end;
}
header .trailer-type-container .trailer-type-item{
    font-size: 15px; 
    margin: 0px;
    cursor: pointer;
    color:var(--white-secondary);
}
 
header .trailer-type-container .active-text{
   color:var(--white-primary);
}

header .header-calculator{
    margin-top:20px;
    width: 100%;
    height: 220px; 
}

header .header-calculator{
    display: flex;

}
header .header-calculator p{
    font-size: 16px; 
}

header .header-calculator .circle-box{
    width: 20px;
    height:20px;
    background-color: var(--yellow);
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
}

header .header-calculator .circle_first {
    background-color: var( --white-third);
}

header .header-calculator .circle_first::after{
    position: absolute;
    content: '';
    top:20px;
    left: 9px;
    width: 1.4px;
    height: 50px;
    background-color: Var(--white-secondary);
}

header .header-calculator p.input-container {
    width: 350px;
    position: relative;
    margin-left: 10px; 
    /* top: 50px; */
    /* margin-bottom: 25px; */
}
header .header-calculator  label {
    color: #CCC;
    position: absolute;
    cursor: text;
    transform: translateY(-25px);
    transition: all 0.4s ease;
    left: 0;
    bottom: -15px;
    text-transform: uppercase;
    font-size: 13px;
}
header .header-calculator  input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    transition: 0.4s;
    border: none;
    border-bottom: 1px solid var(--white-secondary);
    background-color: transparent;
    color:var(--white-secondary)
}
header  .header-calculator  input:focus {
    outline: none;
    border-bottom: 1px solid var(--white-secondary);
  }
header .header-calculator  .animation label {
    transform: translateY(-55px);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
header .header-calculator  .animation-color label {
    color: var(--white-third);
}
   
header .header-calculator .form-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content:center;
    margin:0px 0px 30px 25px;
    cursor: pointer;
}

header .header-img{
    margin-top:-40px;
    width: 50%;
    height:58%;
}

header .col-lg-4{ 
    padding: 0;
}
header .firstAncord h3{
    font-size: 26px !important;
}
/* header style end */

/* brands start  */
.brands{

}
.brands .container .row{
    background-color: var(--border);
    border-radius: 12px;
    padding: 45px 0px;
}
.brands .container .row .col-12{
    height: 110px;
}
/* brands ends */

/* short-services start */
.short-services{
    width: 100%;
    background-color: var(--secondary-light);
} 
.short-services .card-item{ 
    background-color: var(--white-primary);
    height:220px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content:center;
    align-items:center; 
    cursor: pointer; 
    overflow:hidden; 
    transition: all 0.4s ease-in-out;
    padding: 0px 12px;
} 
.short-services .card-item .card-item-img{
  width: 75px;
  height: 75px;       
  transition: all 0.4s ease-in-out;
}
.short-services .card-item .short-services-circle-box{  
    transition: all 0.4s ease-in-out;
    width:120px;
    height: 120px;
    border-radius: 12px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;  
} 
 
.short-services .card-item  h2{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    line-height: auto; 
    padding: 0px 12px;
    margin-bottom:10px; 
}
.short-services .card-item p{
    text-align: center;
    font-size: 12px;
    margin: 0;  
    opacity: 0;
    transition: all 0.4s ease-in-out;  
}
.short-services .card-item .card-item-details{
    position: absolute;
    bottom: -45px;
    transition: all 0.4s ease-in-out;
    padding: 10px 12px;
} 
.short-services .card-item:hover .card-item-details{
    bottom: 10px;
}
.short-services .card-item:hover  p{
    opacity: 1;
}
.short-services .card-item:hover .card-item-img{
    width: 60px;
    height: 60px;
}
.short-services .card-item:hover .short-services-circle-box{
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    background-color:transparent
}
/* short-services end */

/* how we work start */
.how-we-work .how-we-work-header-row h2{ 
    color:var(--secondary-dark);
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.how-we-work .how-we-work-header-row p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
}

.how-we-work .how-we-work-content .box-item-line{
    width: 100%;
    height: 2px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23EFEFEFFF' stroke-width='4' stroke-dasharray='0%2c 0' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.how-we-work .steps-explain .steps-explain-items{ 
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
}

.how-we-work .steps-explain .steps-explain-items  img{
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}
.how-we-work .steps-explain .steps-explain-items span{
    font-size: 14px;
    font-weight: 600;
    width: 21%;
    padding: 2px 0px;
    text-align: center;
    border-radius: 3px;
    background-color: var(--yellow);
    margin-bottom: 12px;
}
.how-we-work .steps-explain .steps-explain-items h3{
    font-size: 18px;
    font-weight: 600;    
}
.how-we-work .steps-explain .steps-explain-items p{
    font-size: 14px;  
}

/* andorican starts */
    .ancordian-steps{
        width: 100%; 
    }
    
    .ancordian-steps .progress-container {
        display: flex;
        justify-content: space-between;
        position: relative; 
        width: 100%; 
    }

    .ancordian-steps .progress-container::before {
        content: "";
        background-color: var(--primary-light);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 3px;
        width: 100%;
        z-index: -1;
    }

    .ancordian-steps .progress {
        background-color: var(--primary-dark);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 3px;
        width: 0%;
        z-index: -1;
        transition: 0.4s ease;
    }

    .ancordian-steps .circle {
        background: var(--primary-light);
        color: #000;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid var(--primary-light);
        transition: 0.4s ease; 
    }

    .ancordian-steps .circle.active {
        border-color: var(--primary-dark);
        background-color: #fff;
        color: var(--primary-dark);
        scale: 1.1;
    }

    .ancordian-steps .circle .icon {
        position: absolute;
        font-size: 25px;
        bottom: 25px;
    }

    .ancordian-steps .circle .caption {
        width: 120px; 
        position: absolute; 
        font-size: 14px;
        font-weight: bolder;
        bottom: 22px;
        user-select: none;
    }
    .ancordian-steps .circle-fst .caption{
        left: 0px !important;
    }
    .ancordian-steps .circle-trd .caption{
        right: 0px !important;
    }


    .ancordian-steps .btn {
        background: var(--primary-dark);
        color: #fff;
        border: 0;
        border-radius: 20px;
        cursor: pointer;
        font-family: inherit;
        font-size: inherit;
        padding: 8px 30px;
        margin: 5px;
    }

    .ancordian-steps .btn:active {
     transform: scale(0.9);
    }

    .ancordian-steps .btn:focus {
        outline: 0;
    }

    .ancordian-steps .btn:disabled {
        background-color: #eee;
        cursor: not-allowed;
        color:#000;
    }
/* andorican ends */



 .firstAncord span, p, h2{
    margin: 0; 
    padding: 0;
}
 .firstAncord span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
 .firstAncord h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
 .firstAncord p{
    font-size: 16px;
    margin-bottom: 8px;
}

 .firstAncord .ancord-calculator-box{
    width: 100%;
    min-height: 30vh;
    border-radius: 12px;
    padding: 22px 12px;
    background-color: #fff; 
    color:var(--white-primary);
    -webkit-box-shadow: 0px 16px 46px 11px rgba(248,249,253,1);
    -moz-box-shadow: 0px 16px 46px 11px rgba(248,249,253,1);
    box-shadow: 0px 16px 46px 11px rgba(248,249,253,1);
     
}
 .firstAncord .ancord-calculator-box h3{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 16px;
} 

.ziocodeerror{
    position: absolute;
    right: 10px;
    top:16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:2px solid red;
    display: none;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.doterror{
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
}
.loader {
    border: 4px solid #e1e1e1;
    border-radius: 50%;
    border-top: 4px solid var(--primary-dark);
    width: 20px;
    height: 20px;
    float:right;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    right: 10px;
    top:16px; 
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.firstAncord .ancord-calculator-box .ancord-input,
.firstAncord .ancord-calculator-box .ancord-select{
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
    background-color: var(--var-gray);
    border-radius: 6px;
    color:#20272c;
    border: 2px solid var(--border);
}
 .firstAncord .ancord-calculator-box .ancord-select:focus{
    border-color:var(--primary-dark)
}
.firstAncord .ancord-calculator-box .ancord-input::placeholder {
    color:#63727e;
    font-weight: 600;
}  

.custom-input-primary,
.custom-select-primary{
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
    background-color: var(--secondary-light);
    border-radius: 6px;
    color:var(--primary-dark);
    border: 2px solid var(--border); 
}
.custom-input-primary:focus,
.custom-select-primary:focus{
    border-color:var(--primary-dark)
}
.custom-input-primary::placeholder,
.custom-select-primary::placeholder{
    color:var(--primary-dark);
    font-weight: 600;
}
.c-visually-hidden{
    visibility: hidden;
}
.contact-form-input{
    width: 100%;
    margin-bottom: 12px;
}
.contactmessage{
    width: 100%;
    height: 240px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
    background-color: var(--secondary-light);
    border-radius: 6px;
    color:var(--primary-dark);
    border: 2px solid var(--border);
    margin-bottom:14px;
}
.contactmessage:focus{
    border-color:var(--primary-dark)
} 
.contactmessage::placeholder{
    color:var(--primary-dark);
    font-weight: 600;
}
.custom-btn-primry{ 
    border-radius: 6px ;
    color:var(--primary-dark); 
    background-color: var(--yellow);
    font-size: 14px !important;
    font-weight: 600 !important;
    width: 100%;
    height: 52px; 
    text-transform: uppercase; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;  
    cursor: pointer;
    border: 2px solid var(--border);
    transition: all 0.4s ease; 
    user-select: none; 
    font-family: 'Poppins' !important;
} 
.custom-btn-primry-helf{
     width:100%;
}
.custom-btn-small{
    border-radius: 3px; 
    margin-top:10px;
}
.custom-box-small{
    width: 100% !important;
}
.custom-btn-primry:hover{
    background-color: var(--yellow-bark);    
}

.custom-btn-primry-shadow{
    -webkit-box-shadow: 0px 8px 18px -7px rgba(249,188,107,1);
    -moz-box-shadow: 0px 8px 18px -7px rgba(249,188,107,1);
    box-shadow: 0px 8px 18px -7px rgba(249,188,107,1);
    transition: all 0.4s ease;
}
.custom-btn-primry-shadow:hover{
    -webkit-box-shadow: 0px 8px 18px -7px rgba(249,188,107,1);
    -moz-box-shadow: 0px 8px 18px -7px rgba(249,188,107,1);
    box-shadow: 0px 8px 18px -7px rgba(249,188,107,1);
}

.custom-btn-secondary{
    background-color: red;
}
.custom-btn-third{
    background-color: transparent;
    color:#000;
    border-color: #000;
}
.custom-btn-third:hover{
    background-color: var(--border);
}
.custom-primry-link-arrow{
    font-size: 14px !important;
    font-weight: 600 !important;  
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color:#63727e !important;
}
.custom-primry-link-arrow-rotated > svg{
    transform: rotate(-30deg); 
}
.custom-primry-link-arrow > svg{
    transition: all 0.4s ease;
    margin-left: 4px;
}
.custom-primry-link-arrow:hover > svg{
    transform: rotate(-30deg);
}
 .firstAncord .ancord-calculator-box .ancord-trailer-type,
 .firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER{ 
    margin-bottom: 16px;
    width: 100%;
    height: 52px;
}
 .firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-enclosed,
 .firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-enclosedHEADER,
.firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-closed,
.firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-closedHEADER
{
    width: 48.5%;
    height: 100%;
    background-color: var(--secondary-light); 
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    color:var(--primary-dark);
    border-radius: 6px;
    cursor: pointer;
}   
 .firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-enclosed p,
 .firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-enclosedHEADER p,
.firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-closed p ,
.firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-closedHEADER p{
    font-size: 16px;
    margin: 0 !important;
    font-size: 14px;
    font-weight: 600;
}   

.firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-enclosed .circle-tick,
.firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-enclosedHEADER .circle-tickHEADER,
.firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-closed  .circle-tick ,
.firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-closedHEADER .circle-tickHEADER{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center; 
    border: 2px solid var(--primary-dark);
}
.firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-enclosedHEADER .circle-tickHEADER 
{   
    margin-left: -45px;
} 
.firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-closedHEADER .circle-tickHEADER{
    
    margin-left:-30px;
}
 .firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-enclosed .circle-tick .circle-tick-dot,
 .firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-enclosedHEADER .circle-tickHEADER .circle-tick-dotHEADER,
 .firstAncord .ancord-calculator-box .ancord-trailer-type .ancord-trailer-closed  .circle-tick .circle-tick-dot,
 .firstAncord .ancord-calculator-box .ancord-trailer-typeHEADER .ancord-trailer-closedHEADER .circle-tickHEADER .circle-tick-dotHEADER{
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background-color: var(--primary-dark);
}   

/* second ancord */

.how-we-work .how-we-work-content .secondAncord{
     
}
.how-we-work .how-we-work-content .secondAncord span, p, h2{
    margin: 0; 
    padding: 0;
}
.how-we-work .how-we-work-content .secondAncord span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.how-we-work .how-we-work-content .secondAncord h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
}
.how-we-work .how-we-work-content .secondAncord p{
    font-size: 16px;
    margin-bottom: 8px;
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .divContianer{
    width: 100%; 
}   
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer{
  
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer .locationfrom{ 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer .locationfrom p{
    font-size: 16px;
    font-weight: 600; 
    text-transform: uppercase;
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer .dottedLine{
    padding: 10px 0px;
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer .dottedLine .locationfrom-circle{
    width: 25px;
    height: 25px;
    background: var( --secondary-light);
    border-radius: 50%;
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer .dottedLine .locationfrom-line{
    width:2px;
    height: 290px; 
    margin-left: 11px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='40' ry='40' stroke='black' stroke-width='8' stroke-dasharray='6%2c 18' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-first .divContianer .dottedLine .locationfrom-line-mobile{
    width:100%;
    height: 2px;  
    margin-left: 0px; 
    margin-top:10px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='40' ry='40' stroke='black' stroke-width='8' stroke-dasharray='6%2c 18' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-second .select-option {
    border: none;
    outline: none;
    border-radius: 6px ;
    color:var(--primary-dark);  
    background-color: var(--secondary-light);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 52px; 
    text-transform: uppercase;  
    cursor: pointer;
    margin-bottom: 16px;
    border: 2px solid var(--border);
}
.how-we-work .how-we-work-content .secondAncord .snd-row-vehicle .snd-row-vehicle-second .select-option:focus{
    border-color:var(--primary-dark);
}
 .vehiclesbox{
    width: 100%;
    min-height: 80px;
    background-color: var(--secondary-light);
    border-radius: 6px;
    border:2px solid var(--border); 
}
.vehiclesbox{
    width: 100%;
    min-height: 80px;
    background-color: var(--secondary-light);
    border-radius: 6px;
    border:2px solid var(--border); 
}
.vehiclesbox .static-box p{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor:text;
}


.how-we-work .how-we-work-content .thirdAncord span, p, h2{
    margin: 0; 
    padding: 0;
}
.how-we-work .how-we-work-content .thirdAncord span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.how-we-work .how-we-work-content .thirdAncord h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
}
.how-we-work .how-we-work-content .thirdAncord p{
    font-size: 16px;
    margin-bottom: 8px;
}
.how-we-work .how-we-work-content .thirdAncord .fill-details {
    min-height: 200px;
}
.how-we-work .how-we-work-content .thirdAncord .fill-details p{
    font-size: 16px;
    font-weight: 600;  
}
.how-we-work .how-we-work-content .thirdAncord  .custom-input {
    border: none;
    outline: none;
    border-radius: 6px ;
    color:var(--primary-dark);  
    background-color: var(--secondary-light);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 52px; 
    text-transform: uppercase;  
    cursor: pointer;
    margin-bottom: 16px;
    border: 2px solid var(--border);
}
.how-we-work .how-we-work-content .thirdAncord  .custom-input:focus{
    border-color:var(--primary-dark)
}

.custom-input {
    border: none;
    outline: none;
    border-radius: 6px ;
    color:var(--primary-dark);  
    background-color: var(--secondary-light);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 52px; 
    text-transform: uppercase;  
    cursor: pointer;
    margin-bottom: 16px;
    border: 2px solid var(--border);
}
.custom-input:focus{
    border-color:var(--primary-dark)
}


.price-range{
    background-color: var(--primary-dark);
    color:#fff;
}
.price-range .main-header{
    color:var(--white-primary)
}

/* about start  */
.about-section-item{
    width: 100%;  
    height:72vh;
    position: relative;
    border-radius: 6px;    
    overflow: hidden;
}
.about-section-item .about-section-item-text{ 
    position: absolute;
    bottom: 0;
    right: 0;
} 
.about-section-item .about-section-item-text::before{
    width:45px;
    height: 6px;
    background-color: var(--yellow);
    position: absolute;
    content: '';
    top:8px;
    left: -50px;
    border-radius: 6px;
}
.about-section-item .about-section-item-text h4{ 
    margin: 0;
    padding: 0;
    font-size:18px;
    line-height: 28px;
    font-weight: 600;
}
.about-section-item .about-section-item-text p{
    font-size: 14px;
    font-weight: 400; 
}
 .about-section-item img{
    width: 48%;
    height:80%; 
    border-radius: inherit; 
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 0;
}
.about-section-item img:nth-child(1){
    position: absolute;   
    top:0;
    right: 0;  
}
 
.about-section-item img:nth-child(2){
    position: absolute;   
    bottom:0;
    left: 0; 
}
.about-section-item-extra-div .about-section-item-extra-div-item{ 
    width: 100%; 
    padding:0px 2px 0px 0px;
}
.about-section-item-extra-div .about-section-item-extra-div-item h5{
    font-size: 16px;
    font-weight: 700; 
    color:#000;  
    font-family: 'montserrat';
}
.about-section-item-extra-div .about-section-item-extra-div-item h5 img{
    height:20px !important;
    width: auto;
}
.about-section-item-extra-div .about-section-item-extra-div-item p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Poppins';
}
/*
.about-section-item img:hover{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
}
.about-section-item img:nth-child(1){
    position: absolute;   
    top: 90px;
    left: -40px;
}

.about-section-item img:nth-child(2){
    position: absolute;   
    top: -35px;
    right: 35px;
} */
.about-section-item .about-section-owner-content{
    position: absolute;
    bottom: -22px;
    right: -20px;
    padding: 10px;
    background-color: var(--primary-dark);
    color:var(--primary-light);
    border-radius: 6px;
}
.about-section-item .about-section-owner-content h5{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color:var(--white-primary)
}
.about-section-item .about-section-owner-content p{
    font-size: 14px;
    font-weight: 400;
    color:var(--white-primary)
}
.team .team-items{ 
    position: relative;
}
.team .team-items img{
    width: 100%;
    height: 310px;
    border-radius: 6px;
    margin-bottom: 8px;
    transition: all 0.4s ease ;
    cursor: pointer;
} 
.team .team-items img:hover{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
}
.team .team-items .team-item-content{  
    display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.team .team-items .team-item-content h4{
    font-size:18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom:2px;
    transition: all 0.4s ease;
}
.team .team-items .team-item-content p{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    color:var(--dark-black) !important;
}
.team .team-items:hover h4{
    margin-top: -2px;
}
/* about ends */



/* common-design  start*/
.commom-align-column span,.commom-align-column p,.commom-align-column h2{
    margin: 0; 
    padding: 0; 
}
.commom-align-column span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
.commom-align-column h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.commom-align-column p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
} 
/* common-design ends */

/* safest shipping start */
.safestshippingspan span, p, h2{
    margin: 0; 
    padding: 0;
}
.safestshippingspan span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
.safestshippingspan h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.safestshippingspan p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
}

.safestshippingspan .safe-item{
    background-color:#fff;  
    margin-bottom: 12px;
    width: 100% !important;
    height: 420px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-items: center;
    align-content: center;
    padding: 6px 14px;
    border-radius: 6px;
    transition: all 0.4s ease-in;
    cursor: pointer;  
    border:1px solid var(--border); 
    position: relative;
    -webkit-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
} 
.safestshippingspan .safe-item:hover{  
    transform:translate(0px,-8px); 
}

.safestshippingspan h1{
    font-size: 34px;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 10px;
    color:var(--border) !important;
    transition: all 0.4s ease-in;
}
.safestshippingspan .safe-item:hover h1{
    color:var(--dark-black) !important;
}
.img-box{
    margin-top: 12px;
    width:180px;
    height:180px;   
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 6px;
    margin-bottom: 14px;
    transition: all 0.4s ease-in-out; 
}
.safestshippingspan .safe-item img,
.safestshippingspan .safe-item svg{
    width:160px;
    height:160px; 
    transition: all 0.4s ease-in-out; 
    padding: 14px 18px; 
}
.safestshippingspan .safe-item:hover {
    border-color: var(--primary-dark);
    -webkit-box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
}
.safestshippingspan .safe-item:hover .img-box img,
.safestshippingspan .safe-item:hover .img-box svg{
    width: 180px;
    height: 180px;
}
.safestshippingspan .safe-item h3{
    font-size: 21px;
    line-height:27px;
    font-weight: 600;   
    text-align: center; 
}
.safestshippingspan .safe-item p{
    font-size: 14px; 
    line-height: 24px;
    font-weight: 400; 
    text-align: center; 
}

.safestshippingspan .safe-item:hover h3, .safestshippingspan .safe-item:hover p{
    color:var(--white-primary)
}   
 
.safestshippingspan img{
    border-radius: 12px !important;
}
/* how we work end */

/* pricing start  */
.pricing-div{
    width: 100%;
    min-height: 360px;
    background-color: #fff;
    border-radius: 12px;
    border:1px solid var(--border);
    padding: 12px 14px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
  
}
.pricing-div:hover{
 
}
.pricing-div h3{
    font-size: 22px;
    font-weight: 600;
}
.pricing-div p,
.pricing-div a{
    margin-bottom: 16px;
    font-size: 14px;
}

.package-div{
     width: 100%;
     height: 140px;
     background-color: var(--primary-light);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     align-content: center;
     border-radius: 12px;
     margin-bottom: 22px !important;
}

.package-div p{
    font-size: 14px;
    font-weight: 600;
    color:var(--dark-black) !important;
    margin-bottom:0px;
}
.package-div h2{
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 0px;
}

.pricing-div .custom-btn-primry{
    background-color:var(--dark-black);
    color:#fff;
}
.pricing-div .custom-btn-primry:hover{
    background-color: var(--yellow-bark);
}
 
.pricing-div .custom-btn-third {
    background-color: transparent;
    color:#000;
}
.pricing-div .custom-btn-third:hover{
    background-color:var(--dark-black);
    color: #fff;
}
/* pricing end */

/* testomonial start  */
.testomonial .row{
    padding: 122px 16px 23px !important;
}
.testomonial span, p, h2{
    margin: 0; 
    padding: 0;
}
.testomonial span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
.testomonial h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.testomonial p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;  
}
 
.testomonial-clients .row:nth-child(1){
    padding:90px 0px 16px !important;
}
.testomonial-clients .row:nth-child(2){
    padding-bottom: 111px;
}
.testomonial-clients .testomonial-item{
    padding:0px 12px;
} 
.testomonial-clients p{ 
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-bottom: 12px;
}
.testomonial-clients h5{
    font-size: 16px;
    font-weight: 400;
    color:var(--yellow-bark)
}
.prev-btn,.next-btn{
    cursor: pointer;
}
.next-btn{
    margin-left:6px;
}
/* testomonial ends */

/* faq-section start */
.faq-section .faq-items{
    margin-bottom: 32px !important;
} 
.faq-items .div-img { 
    width: 10%; 
    padding-top: 14px;  
    margin-bottom: 8px;
}  
.faq-items .div-img img{
    padding: 6px; 
    width: 45px;
    height:40px;
    border-radius: 6px;
    /* background-color: var(--secondary-light); */
    border: 2px solid var(--border);
}
.faq-items .div-content{ 
    width: 90%;
    padding: 0px ;
}
.faq-items .div-content h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.faq-items .div-content p{
    font-size: 15px;

}
/* faq-section ends */

/* lets shipping start */
.let-shipping span, p, h2{
    margin: 0; 
    padding: 0;
} 
.let-shipping h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.let-shipping h2 span{
    color:var(--yellow);
    font-size: 34px;
    line-height:42px; 
    font-weight: 600; 
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.let-shipping p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
}
.let-shipping .circle-btn {
    position: absolute;
    top:-35px;
    right: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content:center;
    margin:0px 0px 30px 25px;
    cursor: pointer;
}
.let-shipping img{
    width:100%; 
    height:280px;
}
/* lest shippping end */

/* extra data start  */
.extra-data{
    padding: 75px 0px;
    background-color: var(--secondary-light);
}
.extra-data img{
    width:100%; height:380px; 
    border-radius: 6px;
}
.extra-data::before{
    position: absolute;
    content: '';
    top:15%;
    bottom: 15%;
    left: 0;
    width: 8px;
    height:70%;
    background-color: var(--yellow);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.extra-data span,.extra-data p,.extra-data h2{
    margin: 0; 
    padding: 0; 
}
.extra-data span{
    color:var(--primary-dark);
    font-size:18px;
    line-height: 28px;
    font-weight: 500;
}
.extra-data h2{
    font-size: 34px;
    line-height:42px; 
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.extra-data h3,
.extra-data h3 span,
.extra-data h3 em
{
    font-size: 34px;
    line-height:42px; 
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.service-page-specific-h3,
.service-page-specific-h3 em{
    font-size: 64px !important;
    line-height:68px !important;
    font-weight: 700 !important; 
}
.extra-data h3 span,
.extra-data h3 em{
    color:var(--yellow)
}
.extra-data p{
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 8px;
    color:#000;
}

.service-page-specific{
    position: relative !important;
}
.service-page-specific div{
    height:340px !important;
    display: flex ;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.service-page-specific img{
    width: 160px;
    height: 160px;
}
.service-page-specific h5 { 
    font-size: 22px; 
    font-weight: 600;
    color:var(--white-primary);
}
.service-page-specific p{
     margin-bottom: 0px;
    font-size: 12px; 
    font-weight: 400;
    color:#fff !important;
} 
.extra-data-img .col-12:nth-child(2) img{
    height: 280px;
}


/* extra data end */
 
/* newslettere start  */
.newsletter{
    margin-bottom: 90px !important;
}
.newsletter span, p, h2{
    margin: 0; 
    padding: 0;
}
.newsletter span{ 
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
.newsletter h2{
    font-size: 34px;
    line-height:42px; 
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.newsletter p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px; 
    color:var(--white-primary);
}
.newsletter .newsletter-main-box{ 
    min-height: 350px !important;  
}
.newsletter .newsletter-main-box .newsletter-content{
    display: flex ;
    flex-direction: column;
    justify-content: center;
    background-color:var(--new-gray);  
    border-top-right-radius: 6px !important; border-bottom-right-radius: 6px !important;
    padding: 32px !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.newsletter .newsletter-main-box h3{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat'; 
    color:var(--white-primary);
}
.newsletter .newsletter-main-box p{ 
    margin-bottom:22px;
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
}
.newsletter .newsletter-main-box form{ 
  border-radius: 6px;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content:center;
}
.newsletter .newsletter-main-box .custom-input{
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none; 
    background-color: var(--secondary-light); 
    color:var(--primary-dark); 
    border-radius: 0px;
    margin: 0px !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
} 
.newsletter .newsletter-main-box .custom-input::placeholder {
    color:var(--primary-dark);
    font-weight: 600;
} 
 
.newsletter .newsletter-main-box .custom-button{
    background-color: var(--yellow);
    outline: none;
    border: none;
    height: 52px;
    width: 100%;
    margin: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.newsletter a{
    width: 50% !important;
}
.newsletter-new{
    margin: 40px auto 0px;   
    background:var(--dark-black);
    position: relative;
    overflow: hidden;
}
.newsletter-new .svg-pattern1{
    position: absolute;
    left: -120px;
    top: -20px; 
}
.newsletter-new .svg-pattern2{
    position: absolute;
    right: -90px;
    bottom:-20px; 
}
.newsletter-new .col-12{ 
    height: 480px; 
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items:center;
    background:var(--dark-black);
    position: relative;
    overflow: hidden;
} 
.newsletter-new .col-12 img{  
    width:100%;
    height: 100%;
    background-color: yellow;  
} 

.newsletter-new .text-content{
    position:absolute; 
    z-index:10; 
    width: 100%;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 40px 0px;
}
.newsletter-new h3{
    font-size: 32px;
    line-height: auto;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat'; 
    color:#fff !important;
    text-align: center;
}
.newsletter-new  p{ 
    margin-bottom:22px;
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    text-align: center;
    padding: 0% 2%;
}
.newsletter-new .custom-box-small-new{ 
    position: relative;
    width: 100%; 
    height: 60px;
    border-radius:6px;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 100;
}
.newsletter-new .custom-box-small-new input{
    width: 100% !important;
    height: 100% !important;
    border-radius: 6px !important;
    border: 0px solid transparent;
}
.newsletter-new .custom-box-small-new button{
    position: absolute; 
    border: 0px;
    bottom: 10%;
    right: 2%;
    width: 28%;
    height: 80%;
    text-transform: capitalize;
    border-radius:6px;  
    background:var(--dark-black);
    color:#fff;
}
/* newsletter end */
.service-box{
    position: relative; 
    padding: 6px; 
    margin-bottom:18px;
} 
.service-box div{
    border:2px solid var(--border);
    padding: 16px;
    border-radius: 3px;
    position: relative;
}
.service-box:nth-child(1) div::before{

}
/* footer start  */
footer {
    background:#fff;
 }
 /* 
footer .footer-secondary .col-12{
    padding: 18px 12px;     
}
footer .footer-first{ 
    background:#fff;
    padding: 55px 0px 2px;
}
footer .footer-first h4{ 
    color:var(--primary-dark);
    font-size: 22px;
    font-weight: 600;
}
.footer-primary .pmefreemancer {
  
}
.footer-primary .pmefreemancer ul{
    padding: 0px !important;
}
.footer-primary .pmefreemancer ul li{
    text-decoration: none;
    display: inline;
    margin:0px 20px;
}
.footer-primary .pmefreemancer ul li:nth-child(1){
    margin-left: 0px;
}
footer .footer-first .footer-primary p{
    font-size: 15px;
}
footer .footer-first .footer-primary 
footer .footer-first ul {      
    padding: 0px; 
}
footer .footer-first ul li{
    text-decoration: none;
    list-style: none;
    margin-bottom: 8px; 
}
footer .footer-snd{ 
    background-color: var(--secondary-light);
    background:#fff;
}

footer .footer-secondary .col-12 a:hover{
    color:var(--primary-dark)
}
footer .footer-secondary .col-12:nth-child(2) a{
    margin: 0px 6px;
} */

footer .footer-first .logo-details{
    
}
footer .footer-first .logo-details p{
    font-size: 16px; 
}
footer .footer-first .footer-links{
    min-height: 310px;   
}
footer .footer-first .footer-links ul{ 
    list-style: none; list-style-type: none;
}
footer .footer-first .footer-links:nth-child(1) ul{
    margin: 0px;
    padding: 0px;
}
footer .footer-first .footer-links:nth-child(1) ul li{
    display: inline; 
    padding: 0px !important;
    margin: 0px 10px !important;
}

footer .footer-first .footer-links:nth-child(1) ul li:nth-child(1){
    margin: 0px !important;
}

footer .footer-first .footer-links ul{
     padding: 0px !important;
}
footer .footer-first .footer-links ul li{
    padding-left: 0px !important;
    margin: 22px 0px ;
}
footer .footer-first .footer-links:nth-child(3) ul li a,
footer .footer-first .footer-links:nth-child(4) ul li a{
    font-size: 15px !important;
}
footer .footer-first .footer-links:nth-child(3) ul li:nth-child(1) a ,
    footer .footer-first .footer-links:nth-child(4) ul li:nth-child(1) a{
    font-weight: 600 !important;
    font-size: 16px !important;
}
footer .footer-first .footer-links ul li a{
    font-weight: 500 !important; 
}

footer .footer-secondary { 
    border-top: 1.4px solid rgb(0,11,15);
    padding: 35px 0px 25px;  
}

footer .footer-secondary p,
footer .footer-secondary  a,
footer .footer-secondary span{ 
    font-size: 14px !important; 
    font-weight: 400;
    margin-bottom: 8px; 
    margin: 0;
    padding: 0;
    color: #63727e;
}

footer .footer-secondary p>a{
    font-weight: 700;
    color: #63727e;
    text-decoration: none;
}
 
.pmefreemancer>ul>li{
    font-size: 15px !important;  
    color: red !important;
}
/* footer end */


/* about-header start */
.about-header{ 
    padding-bottom: 60px;   
    background-color: transparent;
}
.about-header h1,
.about-header p {
    margin: 0;
    padding: 0;
}
.about-header h1,
.about-header h1 span{  
    color:var(--black); 
    font-size: 34px;
    font-weight: 900 !important;
    margin: 0px !important;
    padding: 0px !important;  
    font-family: 'montserrat';
}  
.about-header h1 span
{   
    text-transform: capitalize;
    color:var(--yellow);
    font-weight: 900 !important;
}
.about-header p{
    font-size: 16px;
    line-height: 24px;
    color:#000;
}

/*------------------------------------------*/
.about-header span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
.about-header h3{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
    color:var(--primary-dark); 
}   
.about-header h3 em{ 
    color:var(--yellow); 
}
.about-header p{  
    color:#000; 
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
}
/*------------------------------------------*/


.about-header-snd{ 
    padding: 35px 0px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto;
}
.about-header-snd .row .about-header-snd-item{
    background-color: #fafafa; 
    border-radius: 6px; 
    min-height: 220px;
    margin-bottom:14px;
    padding: 14px 12px;
    display: flex; 
    flex-direction: column;
    justify-content: start;
    align-content: start; 
    cursor: pointer;
    user-select: none;
}
.about-header-snd .row .about-header-snd-item img{
    width: 60px;
    height: auto;
    margin-top: 14px;
    margin-bottom: 12px; 
     
}
.about-header-snd .row .about-header-snd-item h2{
    font-size: 24px;
    line-height:32px; 
    font-weight: 600;
    color:var(--white-primary); 
    margin-bottom: 12px;
    font-family: 'Montserrat';
} 
.about-header-snd .row .about-header-snd-item p{
    font-size: 14px;
    font-weight: 400;
    color:var(--white-primary);  
    font-family: 'Poppins' ; 
    margin-bottom: 8px; 
}





.imagepin {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    margin: 30px auto;
  }
  .imagepin .pins {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .imagepin img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .imagepin .pin {
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 100%;
    position: absolute;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    text-decoratio: none;
  }
  .imagepin .pin span {
    position: absolute;
    top: -10px;
    font-size: clamp(12px, 2vw, 13px);
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    color: #111;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    line-height: 1;
    opacity: 0;
    transition: 0.4s all ease-in-out;
  }
  .imagepin .pin:hover {
    border-color: #fff;
  }
  .imagepin .pin:hover:after {
    width: 7px;
    height: 7px;
  }
  .imagepin .pin:hover span {
    opacity: 1;
    top: -20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .imagepin .pin:active {
    border-color: #ffaa67;
  }
  .imagepin .pin:active:after {
    width: 20px;
    height: 20px;
  }
  .imagepin .pin:after {
    content: "";
    width: 20px;
    height: 20px;
    transition: 0.4s all ease-in-out;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 100%;
  }
  .imagepin .pin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    -webkit-animation: shockwave 2s 0.5s ease-out infinite;
            animation: shockwave 2s 0.5s ease-out infinite;
  }
  @-webkit-keyframes shockwave {
    0% {
      transform: scale(1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
    }
    95% {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }
    100% {
      transform: scale(1.8);
    }
  }
  @keyframes shockwave {
    0% {
      transform: scale(1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px #fff;
    }
    95% {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
    }
    100% {
      transform: scale(1.8);
    }
  }
  .imagepin .pin:nth-of-type(1):before {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .imagepin .pin:nth-of-type(2):before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .imagepin .pin:nth-of-type(3):before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .imagepin .pin:nth-of-type(4):before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .imagepin .pin:nth-of-type(5):before {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .imagepin .pin:nth-of-type(6):before {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .imagepin .pin:nth-of-type(7):before {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .imagepin .pin:nth-of-type(8):before {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  .imagepin .pin:nth-of-type(9):before {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }

  .about-numbers-items{ 
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
 }
.about-numbers-items .about-numbers-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    align-content:center;
    height:180px;
    border: 1px solid var(--border); 
    background: #fff; 
    cursor: pointer;
    transition: all 0.4s ease;
}
.about-numbers-items .about-numbers-item:hover{
    background-color: var(--primary-dark);
    -webkit-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.25);
    box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.25);
}
.about-numbers-items .about-numbers-item:nth-child(1){
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px; 
}
.about-numbers-items .about-numbers-item:nth-child(4){
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; 
}
.about-numbers-items .about-numbers-item h3{
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
} 
.about-numbers-items .about-numbers-item:hover h3,
.about-numbers-items .about-numbers-item:hover p{
    color:#fff !important;
}

























.aboutus-section .team-design{
    width: 90%;
    height: 410px;
    background-color: var(--primary-dark);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content:center;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}
.aboutus-section .team-design::before{
    position: absolute;
    content: '';
    left: -12px;
    top: -12px;
    width: 240px;
    height: 200px;
    background-color:var(--primary-dark);
    border-radius: 23px;
    border-top-left-radius: 6px;
    z-index: -1;
    transition: all 0.4s ease;
}
.aboutus-section .team-design:hover::before{
    left: -8px;
    top: -8px;
}
.aboutus-section .team-design::after{
    position: absolute;
    content: '';
    right: -12px;
    bottom: -12px;
    width: 240px;
    height: 200px;
    background-color:var(--primary-dark);
    border-radius: 23px;
    border-bottom-right-radius: 6px;
    z-index: -1;
    transition: all 0.4s ease;
}
.aboutus-section .team-design:hover::after{
    right: -10px;
    bottom: -10px;
}
.aboutus-section .team-design h1{
    font-size: 155px;
    line-height: 145px;
    font-weight: 700;
    color:var(--yellow);
    user-select: none;
}
.aboutus-section .team-design p{
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color:var(--white-primary);
    user-select: none;
}
 

.about-team-member img{
    width: 100%;
    height: 310px;
    margin-bottom: 12px;
    border-radius: 3px;
}
 
.about-team-member h5, .about-team-member p{
    margin: 0;
    padding: 0;
    margin-left: 2px;
}
.about-team-member h5{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}
.about-team-member p{
    font-size: 16px;
    font-weight: 500;
}
/* about-header end */

/* services-page start */
.services-page{
    background-color: var(--primary-dark);
    overflow: hidden;
    position: relative;
}

.services-page h2,
.services-page p{
    margin: 0;
    padding: 0;
}
.services-page h2{
    font-size: 34px;
    line-height:42px; 
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.services-page p{
    font-size: 16px;
    font-weight: 400;
    color:var(--white-primary);  

}
.services-page .div-for-p{
    width:60%; 
    min-height:50px;
    margin-bottom: 14px; 
}
.services-page .div-for-btn{
    width: 55%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
}
.services-page .div-for-btn a:nth-child(1){
    width: 50%;
    display: flex;
    flex-direction: row;
} 
.services-page .div-for-btn a span{
    text-decoration: underline;
}
.services-page img{
    width: auto;
    height: auto;
    z-index: 100 !important;
    border-radius: 6px;
}
.services-page::after{
    position: absolute;
    content: '';
    width:400px;
    height:400px;
     background-image: url('/assets/img/pattern/pattern_box.png');
    bottom: -28%;
    right: -12%; 
    /* border-radius: 50%; */
}
.services-all-container .col-id {
    position: relative;
    padding-bottom: 22px;
    margin-bottom:45px; 
    cursor: pointer;
    background-position: center;     
    background-repeat: no-repeat;      
    background-size: cover;       
    object-fit: cover; 
    border-radius: 12px;
    min-height: 240px !important;
}
.services-all-container .col-id .img{
    width: 100%;
    height: 240px;
    border-radius: 6px;  
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;  
    object-fit: cover; 
}
.services-all-container .col-id .col-id-content{
    background-color: var(--new-gray);
    position: absolute;
    bottom: -14px;
    left:7.5%;
    right:7.5%;
    width: 85%;
    padding:22px 16px;
    -webkit-box-shadow: 0px 30px 18px -33px rgba(153,153,153,1);
    -moz-box-shadow: 0px 30px 18px -33px rgba(153,153,153,1);
    box-shadow: 0px 30px 18px -33px rgba(153,153,153,1); 
    border-radius: 3px;
    transition: 0.4s all ease-in-out;
}
.services-all-container .col-id:hover .col-id-content{
    background-color: var(--primary-dark);
    color:#fff; 
}
.services-all-container .col-id:hover .col-id-content h5{
    color:var(--yellow) !important;
}
.services-all-container .col-id .col-id-content h5{  
    font-size:18px;
    line-height: 28px;
    font-weight:600;
    color:var(--primary-dark); 
}
.services-all-container .col-id .col-id-content p{
    /* font-size: 12px;
    line-height: 16px;
    font-weight: 400;  
    padding: 0; */
    font-family: 'Poppins' ;
    font-size: 13px; 
    line-height: auto;
    font-weight: 500;
    margin-bottom: 8px; 
}
.services-all-container .col-id:hover .col-id-content p{
    color:#fff !important;
}
/* services-page end */

/*
    header bannener start 
*/
 .header-banner{
    width: 100%;
    height: 65vh;
    background-color: var(--secondary-light);
 }   
 .header-banner img{
    width: 100%;
    height: 100%; 
 }
.how-we-do .owl-nav{
    margin-top: 10px;
}
.owl-howwe-work-item{ 
    width: 100% !important;
    position:relative;
    right: 0%;   
}
 .howwe-work-item{   
    height: 380px !important;
    background-color: var(--secondary-light);
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;  
    object-fit: cover; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    padding: 14px;  
    overflow: hidden;
 }
 .howwe-work-item img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
 }
 .howwe-work-item h3, .howwe-work-item p{
    margin-bottom: 0px;
    padding-bottom: 0px; 
    color:var(--white-primary) !important;
 }
 .howwe-work-item h3{
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 4px;    
    color:var(--white-primary) !important;
 }
 .howwe-work-item p{ 
    font-size: 14px; 
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 14px;   
    color:var(--white-primary) !important;
 }
 .divider-sec {
    width: 100%;
    height:125px;
    padding: 10px 12px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
 }
 .divider-sec h4{
    color:var(--primary-dark);
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 0px;
 }
 .divider-sec p{
    font-family: 'Poppins' ;
    font-size: 14px; 
    font-weight: 500;
    margin-bottom: 8px; 
 }
 .our-approch-col-2 img{
    height:340px; width: 100%;
 }
/*
    header bannener end
*/

/* our approch start  */
.our-approch .our-approch-header-row h2{
    /* text-transform: uppercase; */
    color:var(--secondary-dark);
    font-size: 34px;
    line-height:42px; 
    font-weight: 600;
    font-family: 'montserrat'; 
}
 .our-approch-header-row p{
    font-size: 16px;
}
 
/* out approch ends */



/* otp-verification start */
.otp-verification{
    
}
.otp-verification img{
    width: 200px;
    height: auto;
}
.otp-verification h1{
    font-size: 34px;
    line-height: 52px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
}
.otp-verification p{
    font-size: 16px;
    margin-bottom: 8px;
}
 
/* otp-verification end */

/* new-design start */
.new-design {
    padding: 60px 0px 40px !important;
}
.new-design .col-12 h2{
    font-size: 34px ;
    line-height:42px; 
    font-weight:600;
    margin: 0;
    padding: 0;
    color:#000;
}
.new-design .new-design-items{
    min-height: 160px;
    padding: 0px 14px; 
    margin-bottom: 60px; 
    cursor: pointer;
}
.new-design .new-design-items img{
    margin-bottom: 16px;
    /* background-color: var(--secondary-light); */
    /* border: 2px solid var(--border); */
    padding: 12px;
    border-radius: 6px;
    transform: all 0.4s ease-in;
}
.new-design .new-design-items svg{
    margin-bottom: 16px;
}
/* .new-design .new-design-items:hover img{
    background: #939fca2d;
} */
.new-design .new-design-items h5{
    font-size: 18px;
    font-weight: 600;   
    margin-bottom: 13px; 
}
.new-design .new-design-items{
    font-size: 16px; 
}
.new-design p{
    font-size:16;
    font-weight: 400;
    font-family: 'Poppins';
}
/* new-design end */
 
.sticky-div h6{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 22px;
}
/* .sticky-div h6::after{
    position: absolute;
    content: '';
    bottom:-5px;
    left: 0;
    width: 40px;
    height: 4px;
    background-color: var(--yellow-bark);
    border-radius: 3px;
} */
.sticky-div .sticky-div-item{ 
    width:100%;
    height: 60px;
    background-color: var(--primary-light); 
    border-radius: 6px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items:center;  
    position: relative;
    margin-bottom: 12px;
    overflow: hidden; 
}
.sticky-div .sticky-div-item img{
    width: 100%;
    height: 200%; 
    border-radius: 6px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.sticky-div .sticky-div-item:hover img{
    transform: scale(1.2);
}
.sticky-div .sticky-div-item h5{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color:var(--dark-black) !important;
    position:absolute;
    left:14px;
}
.sticky-div .sticky-div-item svg{
    position:absolute;
    right: 14px;
    transition: all 0.4s ease-in-out;
}
.sticky-div .sticky-div-item:hover svg{
    transform: rotate(-20deg);
}

.sticky-div .sticky-div-item p{
    font-size: 32px;
    font-weight: 900;
    position: absolute;
    right:18px;
    margin: 0;
    padding: 0; 
    transition: all 0.4s ease-in-out;
}
.sticky-div .sticky-div-item:hover p{
   color: var(--primary-dark) !important;
}
.service-content p , .servic-single p{
    font-size: 15px;
    margin-bottom: 12px; 
}
#servic-single-h2{
    color: var(--primary-dark);
    font-size: 34px;
    line-height:42px; 
    font-weight: 600; 
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
#servic-single-h3{
    color: var(--black);
    font-size: 28px;
    font-weight: 700; 
}
#servic-single-span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600; 
    font-family: 'helvetica_bold';
    margin: 0;
    padding: 0; 
}

/* contact-form start */
 
.contact-form h2,
.contact-form span{
    margin: 0;
    padding: 0;
} 
.contact-form span{
    color:var(--primary-dark);
    font-size:14px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'helvetica_bold';
}
.contact-form h2{
    font-size: 34px;
    line-height:42px; 
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.contact-form p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; 
}
.contact-form .contact-div{
    width: 100%;
    min-height: 70px;
    background-color: transparent;
    position: relative; 
    margin-bottom: 8px;  
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start; 
    margin-bottom: 14px;
}
.contant-div-icon{
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; 
    border-radius: 50%;
    border:2px solid #131313;
}
.contact-div-content{
    background: transparent;
    width: 80%;
    height: auto;    
    padding: 0px 16px; 
    display: flex;
    flex-direction: column;
}
.contact-div-content span{
    font-size: 14px;
    font-weight: 600;
    color:var(--primary-dark);
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
/* contact-form end */
 

.careers-section{
     position: relative;
}
.careers-section   img{
   border-radius: 12px;
}

.careers-section .images-section .col-12:nth-child(2){ 
    position:relative;
}


.careers-section .images-section .col-12:nth-child(2) img:nth-child(1){
    width: auto;
    height: 280px;
    margin-bottom:35px;
}

.careers-section .images-section .col-12:nth-child(1) img:nth-child(1),
.careers-section .images-section .col-12:nth-child(2) img:nth-child(2){
    width: 100%;
    height: auto;
    margin-bottom:35px;
}

.perks-benefits{
    margin: 40px 0px;
    
}
.perks-benefits h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color:var(--black);
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
.perks-benefits p{
    font-family: 'Poppins' ;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;  
}
 

/* team-member-testominial start*/
.team-member-testominial .row .col-12{
    border:1px solid  var(--border); ;
    background-color: #fff;
    height: 490px;
}
.team-member-testominial .row .col-12:nth-child(1) img{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
}
.team-member-testominial .row .col-12:nth-child(2){
   
}
.team-member-testominial .row .col-12:nth-child(3){
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; 
}

.team-member-testominial .row .col-12 h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}
.team-member-testominial .row .col-12 p{
    font-size:15px;
    font-weight: 400;
    margin-bottom: 12px;
}
.team-member-testominial .row .col-12 p:nth-child(1){
    font-size: 15px;
    font-weight: 400; 
}
.team-member-testominial .row .col-12 p:nth-child(2){
    
}
.halp-section{
    height: 50%;;
    width: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.halp-section:nth-child(1){
    border-bottom: 1px solid var(--border); 
}
.team-member-testominial .col-12 p:nth-child(3){
    margin-bottom: 0px;
}
.team-member-testominial .col-12 p:nth-child(4){
    font-size: 13px;
    color: var(--primary-dark) !important;
    font-weight: 500;
}
.team-member-testominial .col-12 .their-icon img{
    border-radius: 50%; margin-right: 12px;
}
.team-member-testominial .col-12 .their-icon p:nth-child(1){
    margin-bottom: 0px;
}
.team-member-testominial .col-12 .their-icon p:nth-child(2){
    font-size: 13px;
    color: var(--primary-dark) !important;
    font-weight: 500;
}
/* team-member-testominial ends */

.open-opsitions-item-container{
   
}
.open-opsitions-item-container .arrowcontinaer{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all 0.4s ease;
} 
.open-position-items{
    width: 100%;
    min-height: 80px; 
    border-bottom: 1px solid var(--dark-black);
    margin-top: 40px;
}
.open-position-items:hover  .arrowcontinaer{
   background: var(--primary-dark)
}
.open-position-items a{
    width: 100%;
    height: 100%; 
}

.open-position-items a h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    transition: all 0.4s ease;
}
.open-position-items:hover  h4{
    color:var(--primary-dark) !important;
}
.arrowcontinaer svg{
    transition: all 0.4s ease;
}
.open-position-items:hover .arrowcontinaer svg{
    transform: rotate(-30deg);
}
.open-position-items a h5{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 8px;
    color: #575757 !important;
}
.open-position-items-opsition{
    width: 100% !important; 
} 

.open-position-items-l-e{
    width: 100% !important; 
} 

.open-position-items-location{
    width:60% !important;  
}
.open-position-items-employment-type{
    width:40% !important;  
}


.open-position-items-arrow{
    width: 100%; 
}


/* our-story start  */
.our-story img{
    border-radius: 12px;
    margin-bottom: 34px;
}
.our-story .col-12 .our-story-content{ 
   min-height: 280px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   
} 
.our-story .our-story-content{
    margin-bottom: 34px; 
}
.our-story .our-story-content h3{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;  
    margin-bottom: 18px;
}
.our-story .our-story-content p{
    font-size: 16px; 
    margin-bottom: 18px;
}
/* our-story ends */

/* extra column start  */ 
 
.extra-column .row .col-12{
    padding:12px;
    background-color:var(--dark-black);
    padding-top: 45px !important;
    padding-bottom: 45px !important; 
}
.extra-column .row h3{
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    color: #fff !important;
}
.extra-column .row p{
    font-size: 15px; 
    color:#fff !important;
}
.extra-column .row img{
    border-radius: 50%;
}
.ceo-name{
    margin-left: 12px;
}
.ceo-name p:nth-child(1){
    font-size: 16px;
    font-size: 600;
}
.ceo-name p:nth-child(2){
    font-size: 13px;
    font-size: 500;
}
/* extra column ends  */


.team-item{
    height: 460px !important; 
    padding: 12px 10px;
    transition: all 0.4s ease; 
    border-radius: 12px;
}
.team-item .team-item-space{
    width: 100%; height: 100%;   border: 2px solid rgba(217,217,217,24%);
    -webkit-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    border-radius: 12px;
}
.team-items .team-item .team-item-content-img{
    height: 75%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
}
.team-items .team-item .team-item-content-img img{
    height:100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
}
.team-items .team-item .team-item-content { 
    width: 100%;
    height: 25%; 
    padding: 12px 14px; 
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:flex-start;
    align-content: center; 
    transition: all 0.4s ease;
}
.team-items .team-item .team-item-space{
    transition: all 0.4s ease;
    cursor: pointer;
}
.team-items .team-item .team-item-space:hover {
    border-color: var(--primary-dark);
    transform: translate(0px,-8px);
    -webkit-box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
}
.team-items .team-item .team-item-content p:nth-child(1){
    color: var(--dark-black) !important;
    font-size: 16px ;
    font-weight: 600;
}
.team-items .team-item .team-item-content p:nth-child(2){
    font-size: 13px;
    font-weight: 500;
}

/* blog start  */

.blog-container{
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 0px 0px;
    min-height: 320px;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    box-shadow: 0px 11px 15px -16px rgba(0,0,0,0.15);
    margin-bottom: 24px;
    cursor: pointer;  
}
.blog-container:hover{
    transform: translate(0%,-8px);
    -webkit-box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    box-shadow: 0px 11px 25px -6px rgba(0,0,0,0.25);
    border-color:var(--primary-dark);
} 
.blog-img-content{
    position: relative !important;
    overflow: hidden !important;
    
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.blog-container img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.blog-container:hover img{
    transform: scale(1.11); border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.blog-container .col-12:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start; 
}
.blog-container .col-12:nth-child(2) h5{
    font-size: 14px ;
    font-weight: 700;
    line-height: 22px;
    color:var(--lignt-text) !important;
}
.blog-container .col-12:nth-child(2) h2{
    font-size: 22px;
    line-height: auto;
    font-weight: 700;
    margin-bottom: 12px;
}
.blog-container .col-12:nth-child(2) p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.blog-most-popular h3{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color:var(--black);     
    font-family: 'Montserrat'; 
    padding: 0px 0px 12px; 
    border-bottom: 2px solid var(--border);
}
.blog-most-popular-content {  
    min-height: 60px;
    width: 100%;
    padding-top: 24px ;
    padding-bottom: 24px;
    border-bottom:2px solid var(--border);
}
.blog-most-popular-content a{
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color:var(--dark-black);  
}
.blog-most-popular-content a span{
    margin-top: 10px;
    font-family: 'Montserrat'; 
    font-size: 14px;
    font-weight: 600;
}
.blog-most-popular-content a span svg{
    transition: all 0.4s ease;
    margin-left:6px;
}
.blog-most-popular-content a:hover{
    color:var(--primary-dark)
}
.blog-most-popular-content a:hover span svg{
    transform: rotate(-30deg);   
}

.blog-content{
    padding:0px 0px 35px;
}
.blog-content .blog-writer{
    width: 100%;
    height: 440px;
    background-color: var(--dark-black);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content:center;
    padding: 10px 24px;
}
.blog-content .blog-writer img{
    width: 40%;
    height: auto;
    border-radius: 12px; 
    margin-bottom:22px;
}
.blog-content .blog-writer h3{
    text-align: center;
    font-size: 24px;
    color:#fff !important; 
    margin-bottom:22px;
}
.blog-content .blog-writer p{
    text-align: center;
    font-size: 14px;
    color:#fff !important; 
    margin-bottom:22px;
}
.social-media-icons ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    align-content: center;  
    margin: 0;
    padding: 0;
}
.social-media-icons ul li{
    margin: 0 10px;
    padding: 0; 
}
.blog-actual-content{

}
.blog-actual-content h1{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-actual-content p{
    font-size: 15px;
    margin-bottom: 12px;
}
.blog-actual-content img{
    margin-bottom: 12px;
    border-radius: 12px;
}
/* blog ends */

.chart{
    width: 100%;
    height: auto;
}



.reservationdetailswrapper{
    width: 100%;
    min-height: 90px; 
    margin: 22px 0px;
}
.reservation-box{
    width: 100%;
    min-height: 120px;
    background-color:#fff;
    -webkit-box-shadow: 0px 17px 34px -10px rgba(212,212,212,1);
    -moz-box-shadow: 0px 17px 34px -10px rgba(212,212,212,1);
    box-shadow: 0px 17px 34px -10px rgba(212,212,212,1); 
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    text-align: start;
}
@media (min-width:769px) {
    .reservation-box{
        width: 35%;
    }
}
.reservation-box:hover{
    z-index: 100;
    transform: translate(0px,-8px);
    -webkit-box-shadow: 0px 17px 67px -10px rgba(189,189,189,1);
    -moz-box-shadow: 0px 17px 67px -10px rgba(189,189,189,1);
    box-shadow: 0px 17px 67px -10px rgba(189,189,189,1);
}

.res-header{
    position: relative;
}
.res-header::before{
    width: 40%;
    height: 4px; 
    background-color: var(--primary-dark);
    position: absolute;
    content: "";
    left: 0px;
    bottom:-4px;
    border-radius: 3px;
}
 
.location-data,
.location-data span{
    font-size: 14px !important ;
    font-family: 'poppins';
    color:var(--dark-black) !important;
} 
 
.highlighted{
    margin: 40px auto 0px;   
    background:var(--dark-black);
}

.three-steps-items{

}

.number-count{
    font-size:14px !important;  
    width: 45px;
    height: 45px;
    background-color: var(--primary-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    color:#fff !important;
}

.three-steps-items .row .data-item{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}
.three-steps-items .row .data-item p{
    font-weight: 600;
}
.three-steps-items .row:nth-child(2) .col-12{
    position: relative;
    margin-top: 20px;
}
.three-steps-items .row:nth-child(2) .col-12 img{
    width: 100%;
    height: auto;
}