@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
.jost-<uniquifier> {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Jost", serif;
    --body-font-Size: 18px;
    --body-color: #515151;
    --primary-color: #f7ab31;
    --secondary-color: #000000;
    --black: #000;
    --white: #fff;
    --grey: (#ccc);
    --heading-font: "Jost", serif;   
    
}
body{
    
    font-family: var(--body-font);
    font-size:var(--body-font-Size);
    font-style: normal;
    line-height: normal;
    font-weight:400;
    color: var(--body-color);
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: var(--primary-color); /* Safari */
    color:#fff;
        }
::-moz-selection {
    background: var(--primary-color); /* Firefox */
    color:#fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  padding:1px ;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}

a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: var(--secondary-color);
    }

p {
    margin:0px 0 30px 0;
    clear:left;
    padding:0;
    font-weight: normal;
    line-height: 29px
    }
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    font-family: var(--heading-font);
    }
    h2{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px
    }
  
hr {
    margin:50px  0 50px 0;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    position:relative;
}

img{
    border:0;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
}   
a img {
    border: 0;
    }

/*-----------text styles------------*/
.text-white{
    color:var(--white)!important;
}
.text-black{
    color: #000  !important;
}
.text-primary{
    color: var(--primary-color) !important;
} 
.text-secondary{
    color: var(--secondary-color) !important;
} 
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.uppercase{text-transform: uppercase;}
/*-----------background styles------------*/
.bg-yellow{background-color: var(--primary-color)}
.bg-black{background-color: var(--black)}
.bg-grey{background-color: #f6f8fa;}
/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.png); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}
#status{
/* -webkit-animation: flipInY 1s infinite alternate;
  -moz-animation: flipInY 1s infinite alternate;
  -ms-animation: flipInY 1s infinite alternate;
  -o-animation: flipInY 1s infinite alternate;
  animation: flipInY 1s infinite alternate;*/
    }
/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
    }

.container{
    width:1420px;
    margin:0 auto;
}
.fullwidth{
    width:100%;
    display:block;
}
.two-col{
    width: 46%;
    margin-right: 8%;
}
.three-col{
    width:30%;
    margin-right:5%;
}
.four-col{
    width:22%;
    margin-right:4%;
}
.last{
    margin-right:0 !important;
}


section , footer {
    width: 100%;
    position: relative;
}



/*************** HOME PAGE CSS ***************/
header{  
width: 100%;
top:-100px;
z-index: 2;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
 }
.header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}
.logo{ 
 }
.logo img{ max-width: 187px; }
.header-right{
display: flex;
align-items: center;
gap:25px;
}


.social {
    display: inline-block;
}
.social a {
width: 43px;
height: 43px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 100%;
font-size: 23px;
line-height: 23px;
color: var(--black)
    }
    .social a:hover {
    color: var(--white);
    background-color: var(--primary-color)
    }
.topbar{
    display: flex;
    justify-content: flex-end;
}
.inline {
    display: inline-block;
    padding: 4px 8px;
    line-height: 20px;
    color: #fff;
}
.number{
    position: relative;
    font-size: 16px;
    color: #4b5469;
}
.number i{
    position: absolute;
    top:0;
    width:30px;
    height: 30px;
    background: #edb523;
    border-radius: 100%;
}

.menu-wrap{
     
}
.menu {
    position: relative;
    z-index: 100;
    margin-top: 8px;
}

.sch-btn {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 18px;
    position: relative;
    z-index: 100;
}
.slider-wrap {
    position: relative;
    width: calc( ((100%  - 1420px) / 2 )   + 1420px );
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /* overflow: hidden; */
}

.subtitle{
    color: #999;
}
.link{}

.link a{
    background: var(--secondary-color);
    color: var(--white);
    padding: 14px 52px 14px 28px;
    margin: 0;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 10px 0;
    border-radius: 45px;
    overflow: hidden;
    font-weight: 400;
}
.white-link a{
    border: 1px solid #fff;
    color: var(--black);
    background: var(--white);
}
.yellow-link a{
    border: 1px solid var(--primary-color);
    color: var(--white);
    background: var(--primary-color);
}
.yellow-link a:after{
    background: var(--black) !important;
}
.yellow-link a:hover {
    border: 1px solid var(--black);
    color: var(--white);
    background: var(--black);
}


.link a span {
    position: relative;
    z-index: 2;
}
.link a:hover span {
    color: #fff;
}
.link a:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    border-radius: 45px;
    background: var(--primary-color);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.white-link a:after{
background: var(--primary-color);
}
.link a:before{
    content: '\e5c8';
    width: 34px;
    height: 33px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    z-index: 2;
    background-color: transparent;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    transform: rotate(-44deg);
}
.link a:hover:before{
     transform: rotate(0deg);
    }
.white-link a:before{
color: var(--black);
}
.yellow-link a:before{
color: var(--white);
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


.link a:hover:before{
   filter: brightness(0) invert(1);}
.link a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}


.sidelinks {
    display: inline-flex;
    width: 35px;
    height: auto;
    position: absolute;
    left: -38px;
    bottom: 0;
    top: 0;
    margin: auto 0;
}
.sidelinks .links {
   /* padding: 43px 14px 20px 14px;*/
   position: absolute;
   font-weight: 700;
   writing-mode: tb-rl;
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   /* transform: rotate(180deg); */
   white-space: nowrap;
   z-index: 2;
   font-size: 14px;
   top: 0;
   bottom: 0;
   margin: auto 0;
   text-align: center;
}
.sidelinks .links a{font-size: 16px;color: var(--black);padding: 27px 0px 10px 0px;position: relative;font-weight: 400;margin-top: 0;}
.sidelinks .links a:after{
    content: '';
    width: 2px;
    height: 16px;
    background: var(--primary-color);
    position: absolute;
    top: 2px;
    left: 10px;
    }
    .sidelinks .links a:last-child:after{
       
    }
.sidelinks{
    /* left:calc(18% - 35px); */
}

.heading{
    font-size: 63px;
    line-height: 73px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 30px;
}
.heading span{
    color: var(--primary-color);
    }

.intro-img-box{
    width: 100%;
    position: relative;
}

.emblem{
    width: 155px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-20px;
    left:-40px;
}
.emblem-icon{
    width:85px;
    height: 85px;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    padding: 20px;
}
.emblem-icon img{
    max-width: 100%;
    }

.split-bg{
    width: 30%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top:0;
    right:0;
}

.wrap{
    position: relative;
    z-index: 1;
}
.feature-box{
    background-color: var(--black);
    color: var(--white);
    padding: 35px 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:120px;
    margin-bottom: 0px;
        -webkit-box-shadow: 2px 8px 21px -11px rgb(0 0 0 / 65%);
    -moz-box-shadow: 2px 8px 21px -11px rgba(0, 0, 0, 0.65);
    box-shadow: 2px 8px 21px -11px rgb(0 0 0 / 65%);


}
.feature-box{

    .f-cont{
        padding-right: 10px;

    }
    .f-cont p{
margin-bottom: 0;
        font-size: 16px;
        line-height: 23px;
    }
       .f-cont h3{
position: relative;
padding-left: 25px;
font-size: 26px;
line-height: 36px;
margin-bottom: 15px;

    }
     .f-cont h3:before{
    content: "\f111"; 
    position: absolute;
    top:0px;
    left:0;
     font-family: "FontAwesome";
     color: var(--primary-color);
     font-size: 8px;
     }
}

.display-list{
    display: inline-flex;
    gap: 30px;
    align-items: center;
    padding: 10px 43px;
    margin: 0;
    background-color: var(--white);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -6px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 38px -6px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 38px -6px rgba(0,0,0,0.25);
}
.display-list li{
    display: inline-flex;
    align-items: center;
    list-style:none;
    color: #515151;
    gap:10px;
}

.mobile-screens-slide{

}
.mobile-screens-slide .item{
      border-radius: 20px;
    -webkit-box-shadow: 0px 5px 26px  -6px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 26px  -6px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 26px  -6px rgba(0,0,0,0.45);
    margin:25px 0;
    overflow: hidden;  
}

.why-box{
    padding: 32px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.why-box:last-child{
     border-top: 0px solid #ccc;
    }
.why-box h3{
    font-size: 26px;
    line-height: 36px;
    color: var(--black);
    margin-bottom: 12px;
    }
.why-box p{
    line-height: 25px;
    margin-bottom: 0;
}
.why-box .number{
    width: 45px;
    height: 65px;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 26px;
    line-height: 26px;
    align-self: flex-start;
    align-items: flex-end;
}
.why-box .why-cont{width: 50%;/* padding: 15px 0; */}
.why-box .why-img
{
     border-left: 7px solid var(--white);
border-bottom: 7px solid var(--white);
    width: 25%;
    /* padding-right: 25px; */
  border-radius: 75px;
    overflow: hidden;
    line-height: 0;
    margin: 15px 0;
        -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
.why-box .why-img img{
    max-width: 100%;
       border-radius: 75px;

    }
    .why-box:hover{
        background-color: #f2f2f2;
    }
.why-box:hover .why-img {
    border-radius: 95px;
   transform: scale(1.15);
   border-left: 7px solid var(--primary-color);
border-bottom: 7px solid var(--primary-color);
    }

.testimonial-box{
    background-color: #303030;
    color: var(--white);
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  
}
.testimonial-left{
    flex:0 0 40%;
    display: flex;
    align-items: flex-end;
    background: url(../images/img1.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 53px;
}
.testimonial-right{
    
  /*  padding: 50px 0;*/

}
.testimonial-cont{
    width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
     min-height: 50vh;
 /*  gap:120px;*/
}
.testimonial-cont p{
    padding-left: 55px;
    position: relative;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
    font-weight: 300;
    }
    .testimonial-cont p:before{
        content: url(../images/icons/quote.png);
        color: var(--primary-color);
        position: absolute;
        top:0;
        left:0;

    }

.client-name{
    display: inline-block;
    padding-left: 118px;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    font-weight: 300;
    align-self:flex-end;
}
.client-name:before{
    content: '';
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top:15px;
    left:0;
    }
.small-text{
    font-size: 12px;
}

.linebox{
    border:2px solid var(--white);
    padding: 50px;
}
.curved{
    border-radius: 25px;
    overflow: hidden;
}
/*************** HOME PAGE CSS End ***************/


/*************** footer CSS ***************/
footer{}

.footer{}
.footer-logo{
    display: inline-block;
}
.footer-logo img{
    max-width: 186px;
    }
.footer-div{

flex: 0 0 20%;
}
.footer-div h3{
    position: relative;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--black);
}
ul.footerlinks{
    margin:0 0 20px 0;
    padding: 0;
}
ul.footerlinks li{
    list-style: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
ul.footerlinks li a{
     padding: 2px 0;
     position: relative;
     display: inline-block;
     margin-bottom: 2px;
     color: var(--black);
}
ul.footerlinks li a:after{
    content: '';
    width: 0px;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left:0;
     -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
        }
    ul.footerlinks li:hover a:after{
         width: 50px;
      }
.footer-social{
}
.footer-social a{
    color: #fff!important;
}
.footer-social a i {
    margin-right: 7px;
    font-size: 19px;
    color: #fff;
}
.footer-social a:hover i {
    color: #d7ae6c;
}
.footer-bottom{
    border-top:1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    color: #000;
    font-size: 14px;

}
.b-links{
    display: flex;
    gap:10px;
}
.b-links a{
    color: var(--blck);


}
.copy{
    display: flex;
    justify-content: space-between;
}
.copy p{
    margin-bottom: 0;
    }


/*************** INNER PAGE CSS ***************/

.flex-gap{gap:2%;}
.two-flex-col{
flex:0 0 48%; 
}
.three-flex-col{
flex:0 0 31%;
}
.four-flex-col {
flex:0 0 22%;
    }
.five-flex-col {
flex:0 0 18%;
    }
.image-box{
    padding-right:35px;
    padding-bottom:35px;
    position: relative;
    width: 100%;
}
.stickybar{
    position: sticky !important;
    top: 120px;
}

.image-box .overlay-effect4{
    border-radius: 15px;
       /* -webkit-box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);*/

    }
.image-box:after, .image-box2:before{
    width: 70%;
    height: 70%;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: radial-gradient(#f7ab31 2px, transparent 2px), radial-gradient(#f7ab31 2px, transparent 2px);
    background-color: transparent;
    background-position: 0 0, 0px 0px;
    background-size: 16px 16px;

    }
.image-box2:before{
        bottom: auto;
    right:auto;
    top:0;
    left:0;
      background:#d7ae6c;
}
    .highlight-text{
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: var(--black);
    }
    .wrap-box{
     border-radius: 15px;
    -webkit-box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    overflow: hidden;

    }

ul.list{
    margin:0;
    padding: 0;
    margin-bottom: 30px;
}
ul.list li{
list-style: none;
    padding: 2px 7px 2px 20px;
    line-height: normal;
    position: relative;
}
ul.list li:before{
     content: "\f111"; 
    position: absolute;
    top:10px;
    left:0;
     font-family: "FontAwesome";
     color: var(--primary-color);
     font-size: 8px;

    }

.cnt-wrap {  
background-color: var(--primary-color); 
padding-top: 26px;
padding-bottom: 20px;
}
.icon_box {
    padding: 25px 25px 25px 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
}
.icon_box i {
    margin: 0;
    padding: 8px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: var(--black);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: var(--white);
    position: absolute;
    top: 30px;
    left: 15px;
}

.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #fff; font-weight: 400}
.icon_box p {margin:0;}
.icon_box a { color:#ccc}
.icon_box:last-child{ margin-bottom:0px;  border-bottom:none;}
.cnt-form{   }
.map{ overflow: hidden; width: 100%  }
.map iframe{}
.map iframe:hover{}
.table-row{
    width: 100%;
    overflow-x: scroll;
}
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color:var(--primary-color); color: white;}


.client-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 2%;
    padding: 0;
    margin: 0;
}
.client-info li {
    list-style-type: none;
    flex: 0 0 15%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 5px;
}
.client-info li img {
    display: block;
    max-width: 100%;
}


.contact-inner-wrap {
    display: flex;
    flex-wrap: wrap;
}
.contact-left {
    flex: 0 0 30%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.contact-right {
    flex: 0 0 70%;
    padding-left: 60px;
}
.contact-right form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
}
.contact-right form .form-group {
    flex: 0 0 49%;
}
.contact-right form .form-group-full {
    flex: 0 0 100%;
}
.contact-right form textarea {
    min-height: 100px;
}
.contact-left .icon_box p,
.contact-left .icon_box p a {
    color: #000;
}
.contact-left .icon_box .descripion h5 {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: bold;
}
.contact-left .icon_box i {
    background-color: var(--primary-color);
}
.contact-left .icon_box {
    border-bottom: 1px solid #f1f1f1;
}


.box-style-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
    justify-content: center;
    margin:30px 0;
}
.box-style {
    flex: 0 0 32%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: var(--white);
    padding: 30px;
    border-radius: 15px;
    color: var(--black);
    transition: all .2s ease 0s;
}
.box-style h3 {
    font-weight: 600;
    line-height: normal;
    color: var(--primary-color);
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    font-size: 20px;
}
.box-style:hover {
    transform: translateY(-10px);
}

.why-choose-section {
    padding: 100px 0;
    background-image: url(../images/why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.why-choose-section.table-reserved-bg {
    background-image: url(../images/table-reserved-bg.webp);
}
.why-choose-section.customer-mobile-app-bg {
    background-image: url(../images/customer-mobile-app-bg.webp);
}
.why-choose-section.delivery-manager-app-bg {
    background-image: url(../images/delivery-manager-app-bg.webp);
}
.why-choose-section.website-builder-bg {
    background-image: url(../images/website-builder-bg.webp);
}
.why-choose-section.inventory-management-bg {
    background-image: url(../images/inventory-management-bg.webp);
}


.why-choose-left {
    width: 50%;
    background: var(--primary-color);
    padding: 50px;
    border-radius: 15px;
}
.why-choose-left .heading {
    font-size: 25px;
    font-weight: bold;
}
.why-choose-left .heading {
    font-size: 35px;
    font-weight: bold;
    line-height: 45px;
}
.why-choose-left ul.list li:before {
    color: var(--grey);
}

.img-style {
    border-radius: 25px;
    border-left: 5px solid var(--primary-color);
    border-bottom: 5px solid var(--primary-color);
}
.prd-head {
    font-weight: 500;
    line-height: normal;
    color: var(--black);
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.contact-right fieldset.hidden-fields-container {
    display: none;
}

/*************** INNER BANNER ***************/
.banner{
 float: left;
 z-index: 0;
 width: 100%;
 height: 350px;
 display: flex;
 align-items: end;
 background-image: url(../images/banner1.jpg);
 background-position: center;
 background-repeat: no-repeat;
 position: relative;
 background-size: cover;
 border-top-left-radius: 25px;
 border-bottom-left-radius: 25px;
 overflow: hidden;
 }
.banner-caption h2{color: var(--black);font-size: 40px;margin-bottom: 10px;font-weight: 500;line-height: 42px;/* text-shadow: 0px 3px 4px #000000d1; */}
.banner-caption h4 span{color: var(--white);}
.banner-caption h4 a{color: var(--white);}
.banner-caption h4 {
    padding: 0px 0px;
    display: inline-flex;
    margin-bottom: 0px;
    align-items: center;
    color: var(--black);
    margin-bottom: 52px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    /* text-shadow: 0px 3px 4px #000000d1; */
}
.banner-caption{position: relative;z-index: 1;padding-left: 50px;}
.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    opacity: 0;
}

.banner-caption h4 span.b-sep{
    font-size: 0;
    width: 21px;
    height: 1px;
    margin: 0 12px;
    /* transform: rotate(20deg); */
    display: inline-block;
    background-color: var(--black);
    margin:0 10px;
}


/*************** FIXED HEADER ***************/
header.smaller {
top:0; 
left:0px; 
position: fixed; 
z-index: 9; 
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.21);
box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.21) ;
-moz-box-shadow: 0px 0px 20px #00000021; background-color: #fff;
}
header.smaller .top-header{ }

.top-btns {
    display: flex;
    gap: 20px;
}


.social .desk-hide {
    display: none;
}
/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}

.bg1{background: url(../images/bg1.jpg) no-repeat top center;}
.bg2{background: url(../images/bg2.jpg) no-repeat top center;}
.bg3{background: url(../images/bg3.jpg) no-repeat top center;}
/**********forms**************/
form{
    margin:0;
    padding:0;
}
*:focus {  
    outline: none;
}
.fieldset{
        width: 100%;
        height: 52px;
        padding: 8px 10px;
        background-color: none;
        background-color: transparent;
        display: block;
        border: 1px solid rgb(211 211 211);
        margin: 0 0 10px 0;
        color: #626262;
        font-size: 14px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-left: 2px solid var(--primary-color);

}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 30px 15px;
    text-align: center;
    background-color:var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

    
    }

    .sendbutton:hover{
        background-color: #000;
    }
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
.contact-form{ width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  var(--body-color) !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  var(--body-color) !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  var(--body-color) !important;
}
:-ms-input-placeholder {  
   color:  var(--body-color) !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

/*************** backToTop *************/
.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
   /* box-shadow: inset 0 0 0 2px rgb(0 0 0 / 100%);*/
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: "\f062";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color:var(--secondary-color);
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: var(--secondary-color);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1420px) {
.container{ width:90%;}
.slider-wrap {
    width: calc( ((100%  - 90%) / 2 )   + 90% );
}
.feature-box{
    gap:50px;
}
}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1320px) {

}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1280px) {
.contact-right {
    flex: 0 0 68%;
    padding-left: 60px;
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {


.client-info li {
    flex: 0 0 32%;
}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.split-bg {
    width: 100%;
    height: 30%;
    background-color: var(--primary-color);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
}
.testimonial-cont{min-height: auto}
.testimonial-cont p{
    padding-left: 50px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    }

}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {
    .contact-right {
        flex: 0 0 60%;
        padding-left: 60px;
    }
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.header {
    flex-direction: column;
    gap:10px;
}
.heading {
    font-size: 50px;
    line-height: 60px;
    }
    .emblem {
    top: 30px;
    left: 10px;
}
 .why-box{
        flex-direction: column;

    }
    .why-box .why-cont {
    width: 100%;
   
}
 .why-box .why-img{
    width: 100%; 
}
.testimonial-box{
    flex-direction: column;
}
.testimonial-box .testimonial-left, .testimonial-box .testimonial-right{
width: 100%; padding: 25px;
}
.testimonial-left{
    min-height: 500px;
}
.linebox {width: 100%;}
.footer{
    flex-direction: column;
    gap:25px;
    justify-content: center;
    align-items: center;
}
.footer .smd25, .footer .smd75{width: 100%; padding: 0}
.footer-logo {
    display: block;
    width: 100%;
    text-align: center;
}
.contact-left {
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.contact-right {
    flex: 0 0 100%;
    padding-left: 0px;
}
.box-style {
    flex: 0 0 48%;
}
.top-btns {
    display: flex;
    gap: 20px;
}
.top-btns {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}
.header-right {
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.two-flex-col {
    flex: 0 0 100%;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
.heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
.footer-bottom {
    padding: 15px 0;
}
.copy {
    flex-direction: column;
    align-items: center;
}
.sidelinks {
display: none;
    }
    .box-style {
    flex: 0 0 100%;
    padding: 25px;
}
.feature-box {
    padding: 35px;
    flex-direction: column;
}
.feature-box .f-img {
    display: none;
}
.social .desk-hide {
    display: inline-flex;
}
.prd-head {
    font-size: 25px;
}
.why-choose-left .heading {
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
}
.why-choose-left {
    width: 100%;
    padding: 20px;
}
.img-style {
    margin-bottom: 25px;
}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.footer-div {
    flex: 0 0 42%;
}
.footer-div h3 {
    margin-bottom: 7px;
}
.client-info li {
    flex: 0 0 48%;
}
.top-btns .yellow-link a {
    padding: 10px 15px;
    font-size: 15px;
}
.yellow-link a:before {
    display: none;
}

}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    .top-btns {
    gap: 10px;
}

}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}