@charset "utf-8";
/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


 @font-face {
    font-family: 'FellixRegular';
    src: url('../fonts/FellixRegular.eot');
    src: url('../fonts/FellixRegular.eot') format('embedded-opentype'),
         url('../fonts/FellixRegular.woff2') format('woff2'),
         url('../fonts/FellixRegular.woff') format('woff'),
         url('../fonts/FellixRegular.ttf') format('truetype'),
         url('../fonts/FellixRegular.svg#FellixRegular') format('svg');
 
}

@font-face {
    font-family: 'FellixMedium';
    src: url('../fonts/FellixMedium.eot');
    src: url('../fonts/FellixMedium.eot') format('embedded-opentype'),
         url('../fonts/FellixMedium.woff2') format('woff2'),
         url('../fonts/FellixMedium.woff') format('woff'),
         url('../fonts/FellixMedium.ttf') format('truetype'),
         url('../fonts/FellixMedium.svg#FellixMedium') format('svg');
}

@font-face {
    font-family: 'FellixSemiBold';
    src: url('../fonts/FellixSemiBold.eot');
    src: url('../fonts/FellixSemiBold.eot') format('embedded-opentype'),
         url('../fonts/FellixSemiBold.woff2') format('woff2'),
         url('../fonts/FellixSemiBold.woff') format('woff'),
         url('../fonts/FellixSemiBold.ttf') format('truetype'),
         url('../fonts/FellixSemiBold.svg#FellixSemiBold') format('svg');
}

@font-face {
    font-family: 'FellixBold';
    src: url('../fonts/FellixBold.eot');
    src: url('../fonts/FellixBold.eot') format('embedded-opentype'),
         url('../fonts/FellixBold.woff2') format('woff2'),
         url('../fonts/FellixBold.woff') format('woff'),
         url('../fonts/FellixBold.ttf') format('truetype'),
         url('../fonts/FellixBold.svg#FellixBold') format('svg');
}
/*************** DEFAULT CSS ***************/
 :root {
     --body-font: 'FellixRegular';
     --body-font-Size: 16px;
     --body-color: #000;
     --primary-color: #0022b5;
     --secondary-color: #fa6807;
     --tertiary-color: #001366;
     --light-grey: #F0F0F4;
     --grey: #DBDBDB;
     --black: #000;
     --white: #fff;
     --font-regular: 'FellixRegular';
     --font-medium: 'FellixMedium';
     --font-semibold: 'FellixSemiBold';
     --font-bold: 'FellixBold';
}
 body{
     font-family: var(--body-font);
     font-size:var(--body-font-Size);
     font-style: normal;
     line-height: normal;
     font-weight:normal;
     color: var(--body-color);
     text-decoration: none;
     margin:0px;
     padding:0;
     -webkit-font-smoothing: antialiased;
     
     
}

 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;
}

/* .row-flex {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.info-section h3 {
  font-size: 1.1em;
  margin-bottom: 0.3em;
  font-weight: 600;
} */



 ::-webkit-scrollbar-track {
     background: rgba(255, 255, 255, 0.02);
     padding:1px ;
}
 ::-webkit-scrollbar-thumb {
     background: var(--secondary-color);
     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: 23px 
}
 h1, h2, h3, h4, h5, h6 {
     margin:0 0 20px 0;
     padding:0;
     font-weight:normal;
    
}
 h2{
     font-size: 28px;
     line-height: 30px;
     margin-bottom: 10px 
}
 hr {
     height:1px;
     border:0;
     border-top:1px solid var(--primary-color);
     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;
}


/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:var(--white);
    z-index: 999999;
}

#status {
    width: 100px;
    height:  100px;
    position: absolute;
    /*background-color:var(--white);*/
    left: 50%;
    top: 50%;
    background-image: url(../images/salogi-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100px;
    margin: -50px 0 0 -50px;
}



/*-----------text styles------------*/
 .text-white{
     color:var(--white)!important;
}
 .text-black{
     color: var(--black)!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-primary{
    background-color: var(--primary-color)
}
 .bg-secondary{
    background-color: var(--secondary-color)
}

.bg-tertiary{
    background-color: var(--tertiary-color)
}
.bg-white{
    background-color: var(--white)
}
 
 .whitebar{
     width: 100%;
     height: 180px;
     background-color: var(--white);
     position: absolute;
     top:0;
     left:0;
     z-index: 1;
}
/*************** BACK TO TOP ***************/
/*************** COLUMS AND ROWS ***************/
 main{
     position:relative;
}
 .container{
     width:1320px;
     margin:0 auto;
}
 .fullwidth{
     width:100%;
     display:block;
} 
 .last{
     margin-right:0 !important;
}
 section , footer {
     width: 100%;
     position: relative;
}
/*************** HOME PAGE CSS ***************/
 header{
     width: 100%;
     z-index: 2;
     position: absolute;
     -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;
    border-bottom: 1px solid var(--grey);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 header.smaller  .header{
     border-bottom:0;
     padding:0;
 }
 
/*************** 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 1px 5px 0px rgba(50, 50, 50, 0.41);
     -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
     box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
     -moz-box-shadow: 0px 4px 20px #F0F0F4;
     background-color: #fff;
}
 header.smaller .top-header{
}
 .logo{
}
 .logo img{
     max-width: 200px;
}
 header.smaller  .logo img{
    max-width:150px;
 }

.header-group{
    display: flex;
    align-items: center;
    }


 .header-right{
    display: flex;
    align-items: center;
    gap: 23px;
    margin-left: 30px;
}
 .call{
     color: var(--black);
     font-size: 18px;
     line-height: 20px;
}
 .call i{
     color: var(--secondary-color);
     font-size: 17px;
     margin-right: 8px;
}
 a.btn{
     display: inline-block;
     padding: 13px 12px;
     border-radius: 5px;
     background-color: var(--secondary-color);
     color: var(--white);
     font-size: 12px;
     line-height: 12px;
     text-transform: uppercase;
}
 a.btn:hover{
     background-color: var(--primary-color);
}
 a.btn-blue{
     display: inline-block;
     padding: 10px 20px !important; 
     border-radius: 5px;
     background-color: var(--primary-color);
     color: var(--white) !important;
     font-size: 12px;
     line-height: 12px;
     text-transform: uppercase;
}
 a.btn-blue:hover{
     background-color: var(--secondary-color);
}
 .languages{
     display: flex;
     align-items: center;
     color: var(--black);
}
 .languages span{
     font-size: 14px;
     line-height: 14px;
}
 .languages a{
     margin:0 4px;
     color: var(--black);
} 
 
 .topbar{
     display: flex;
     justify-content: flex-end;
}
 .inline {
     display: inline-block;
     padding: 4px 8px;
     line-height: 20px;
     color: #fff;
}
 
.menu-wrap{
}
 .menu {
     position: relative;
     z-index: 100;
     margin-top: 8px;
}


 .link{
}
 .link:nth-child(2){
     margin-right: 15px;
}
 .link a{
    /* font-weight: 500;
     */
     background: var(--primary-color);
     color: var(--white);
     padding: 14px 80px 17px 30px;
     margin: 0;
     position: relative;
     font-size: 14px;
     line-height: 14px;
     display: inline-block;
     margin:0 0px 20px 0;
     border-radius: 55px;
     overflow: hidden;
}
 .link a:before{
     content: '';
     width: 30px;
     height: 100%;
     position: absolute;
     bottom: 0;
     right: 15px;
     z-index: 2;
     background-image: url(../images/icons/arrow.svg);
     background-size:20px;
     background-repeat: no-repeat;
     background-position: center center;
     background-color: transparent;
     color: var(--primary-color);
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
  
}
 .link a:hover{
      
}
 .white-link a{
     color: var(--black);
     background: var(--white);
     border: 1px solid var(--secondary-color);
}
 .red-link a{
     color: var(--white);
     background: var(--secondary-color);
     border:1px solid var(--secondary-color);
}
 .link a span {
     position: relative;
     z-index: 2;
}
 .link a:hover span {
     color: var(--white);
}
 .link a:after{
     content: '';
     width: 0;
     height: 100%;
     position: absolute;
     bottom: 0;
     left: 100%;
     z-index: 1;
     background: var(--secondary-color);
     color: #000;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .white-link a:after{
}
 .white-link a:hover span {
}
 .link a .arrow{
    /* width: 30px;
     height: 100%;
    */
     position: absolute;
     top: 0;
     bottom: 0;
     right: 25px;
     margin: auto 0;
     height: 24px;
     z-index: 2;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
     filter: brightness(0) invert(1);
}
 .white-link a:before{
     filter:none;
}
 .link a:hover:before{
    /* filter:none;
    */
}
 .white-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;
}
 .heading, .subheading{
     font-size: 100px;
     line-height: 90px;
     font-weight:normal;
     font-family:var(--font-bold);
     margin-bottom: 30px;
     color: var(--black) 
}
.subheading{
     font-size: 28px;
     line-height: 34px;
     font-family:var(--font-semibold);
}
 .small-heading{
     font-size: 50px;
     line-height: 60px;
}
 h3{
     font-size: 28px;
     line-height: 38px;
     font-weight: 500;
     margin-bottom: 20px;
     color: var(--black);
}
 .intro-img{
     position: relative;
     border-radius: 10px;
}
 .curved{
     border-radius: 10px;
 
}
/*--------------------------*/
 .data-progress{
    position: absolute;
    bottom: 0px;
    left:0;
    padding: 35px;
    width: 100%;
}
 .data-progress ul {

     width:100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-radius: 7px;
     background: var(--secondary-color);
     color: var(--white);
     padding: 20px 45px;
     margin: 0;
}
 .data-progress li {
     list-style: none;
     vertical-align: middle;
     padding:0 20px;
     border-left: 1px solid var(--white);
 
}
 .data-progress li:first-child {
     border-left: 0;
     
}
 .data-progress li h2 {
     font-weight:normal);
     font-family:var(--font-bold);
     color: #fff;
     font-size: 36px;
     margin-bottom: 8px;
     line-height: 40px;
}
 .data-progress li h2 span {
    /* font-size: 58px;
     color: #000;
    */
}
 .data-progress p {
     font-size: 16px;
     line-height: 16px;
     font-weight:normal;
     font-family:var(--font-bold);
     bottom: 0px;
     color: var(--white);
     text-transform: capitalize;
     margin-bottom: 0;
}
 .subtitle{
     display: inline-block;
     font-size: 16px;
     line-height: 18px;
     padding-bottom: 15px;
     border-bottom: 1px solid var(--secondary-color);
     font-weight:normal;
     font-family:var(--font-medium);
}
 .service-box{
     position: relative;
     flex:0 0 48.7%;
     margin-bottom: 15px;
}
 .service-box-cont{
     position: absolute;
     bottom: 0;
     padding: 28px;
}
 .service-box-cont-in{
     background: var(--white);
     padding: 27px 110px 27px 27px;
     position: relative;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .service-box:hover .service-box-cont-in{
     padding: 27px 110px 47px 27px;
}
 .more{
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 45px;
     height: 45px;
     border-radius: 100%;
      background-image: url(../images/icons/arrow.svg);
     background-size:20px;
     background-repeat: no-repeat;
     background-position: center center;
     background-color: var(--primary-color);
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .more:hover, .service-box:hover .more{
     transform: rotate(-360deg);
     background-color: var(--secondary-color) 
}
 .service-box-cont .more{
     position: absolute;
     top:0;
     bottom: 0;
     right:30px;
     margin:auto 0;
}
 .service-box-cont a{
     color: var(--body-color) 
}
 .service-box-cont h3{
     font-size: 28px;
     line-height: 38px;
     font-weight: normal;
     font-family:var(--font-bold);
     margin-bottom: 10px;
}
 .store-box{
     position: relative;
     z-index: 2;
     background: url(../images/blue-bg.jpg) no-repeat center center;
     background-size: cover;
}
 .store-box-in{
     padding: 100px 90px;
}
 .features{
     padding: 0;
     margin: 0;
     display: flex;
     flex-wrap: wrap 
}
 .features li{
     flex:0 0 48%;
     padding: 0;
     margin: 0;
     list-style: none;
     padding: 5px 5px 15px 127px;
     position: relative;
     margin-bottom: 25px;
}
 .features li h3{
     font-size: 30px;
     line-height: 30px;
     font-weight:normal;
     font-family:var(--font-bold);
     text-transform: uppercase;
     margin-bottom: 15px;
     color: var(--white) 
}
 .features li p{
     margin-bottom: 0;
}
 .features li img{
     position: absolute;
     top:0;
     left:0;
}
/*--------------------------------scroll-------------*/
 .bannerH {
     white-space: nowrap;
     position: relative;
     color: white;
}
 .bannerH ul{
    padding:0;
    margin: 0;
    display: flex;
}
 .bannerH ul li{
     padding:15px 20px 15px 20px;
     margin: 0;
     display: inline-flex;
     position: relative;
     align-items: center;
     gap: 13px;
     flex-direction: column-reverse;
}
 .bannerH ul li .thumb-img{
     width: 115px;
     height: 115px;
     border-radius: 100%;
     overflow:hidden;
     line-height: 0;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .bannerH ul li:hover .thumb-img{
     transform: scale(1.25);
}
 .bannerH ul li .sep{
    /* width: 50px;
     */
    /* height: 50px;
     */
     display: inline-block;
     position: relative;
     font-size: 43px;
     line-height: 28px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
     color: var(--secondary-color);
     align-self: flex-end;
     justify-self: flex-end;
}
 .bannerH ul li h2{
     display: inline-block;
     position: relative;
     font-size: 38px;
     line-height: 38px;
     font-weight:normal;
     font-family:var(--font-bold);
     text-transform: uppercase;
     margin: 0;
}
 .bannerH ul li h2:after{
     content: '';
     width: 98px;
     height: 10px;
     position: absolute;
     z-index: 2;
     right: -111px;
     top:15px;
     background: url(../images/icons/line.png) no-repeat center right;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 .bannerH ul li:hover h2:after{
     width: 40px;
     right:-50px;
}
 .bannerH p .points:hover{
     color: var(--black);
     cursor:pointer;
}
 .bannerH p .sep {
     margin: 0 40px;
}
 .bannerH p .points{
     margin:0 10px;
     color:var(--primary-color);
}
 .bannerH p .points:nth-child(even){
     color:var(--secondary-color);
}
 .sideScroll {
     display: inline-block;
     animation: sideScroll 10s linear infinite;
}
 @keyframes sideScroll {
     0% {
         transform: translateX(20px);
    }
     100% {
         transform: translateX(-2000px);
    }
}
 .sidescroll-row{
     overflow: hidden;
}
/*************** HOME PAGE CSS End ***************/
 .mission-box{
     background: var(--primary-color);
     color: var(--white);
     padding: 25px;
}
 .service-inner-row{
}
 .service-inner-row .service-box{
     margin-bottom: 30px;
}
 ul.products-inner-row{
     display: flex;
     flex-wrap: wrap;
     gap:2%;
     padding:0;
     margin: 0;
}
 ul.products-inner-row li {
     flex:0 0 23.5%;
     padding: 25px;
     border-radius: 15px;
     background-color: #f0f0f0;
     list-style: none;
     margin-bottom: 19px;
}
 ul.products-inner-row li a{
     display: inline-flex;
     flex-direction: column-reverse;
     justify-content: flex-end;
     align-items: center;
     text-align: center;
     gap:15px;
     width:100%;
}
 ul.products-inner-row li h2{
     font-size: 20px;
     line-height: 23px;
     font-weight:normal;
     font-family:var(--font-bold);
     color: var(--primary-color);
     text-transform: uppercase;
}
 ul.products-inner-row li .thumb-img{
     width: 119px;
     height: 119px;
     border-radius: 100%;
     overflow: hidden;
}
 ul.products-inner-row li .thumb-img img{
     width: 100%;
}
 .career-single {
     flex: 0 0 47%;
     background: #fff;
     border-radius: 15px;
     margin:0 0% 20px 0;
     padding: 30px;
     position: relative;
     border: 1px solid #f1f1f1;
     font-size: 16px;
     line-height: 25px;
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     gap: 10px;
     -webkit-box-shadow: 2px 8px 21px -11px rgb(0 0 0 / 55%);
     -moz-box-shadow: 2px 8px 21px -11px rgba(0,0,0,0.55);
     box-shadow: 2px 8px 21px -11px rgb(0 0 0 / 55%);
}
 .career-single:hover {
     -webkit-box-shadow: 2px 8px 21px -11px rgb(0 0 0 / 75%);
     -moz-box-shadow: 2px 8px 21px -11px rgba(0,0,0,0.75);
     box-shadow: 2px 8px 21px -11px rgb(0 0 0 / 75%);
}
 .career-single strong{
     color: var(--secondary-color);
     margin-right: 10px;
}
 .career-single p{
     margin-bottom: 10px;
     font-size: 16px;
     line-height: 20px;
     display: flex;
}
 .career-single .link{
     align-self: flex-end;
     line-height: 0;
}
 .gap{
     gap:2%;
}

/*-------timeline-----------*/
.timeline {
  position: relative;
  margin: 0;
  padding: 0 0em;
   display: flex;
   align-items: center;
}
.timeline:before {content: " ";height: 100%;width: 1px;border: 1px solid #ccc;position: absolute;left: 1em;top: 0px;bottom: 0;background: #ccc;border-radius: 2px;}
/*.timeline:after {
  content: "↓";
  position: absolute;
  color: maroon;
  font-weight: bold;
  font-size: 3em;
  left: -1px;
  bottom: -1em;
  background-color: white;
  padding-top: 2px;
}*/
.timeline > div {
  position: relative;
  margin-bottom: 4em;
  margin-top: 4em;
  flex: 1;
}
.timeline:nth-child(even){
flex-direction: row-reverse;
}
.timeline > div:before {
/*  background-color: maroon;
  position: absolute;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  top: 0;
  left: calc(-3em + 1px);*/
}
.timeline > div .num {
    background-color: var(--secondary-color);
    position: absolute;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    top: 32%;
    right: calc(-4.4em + 1px);
    overflow: hidden;
    border: 5px solid #ccc;
}
.timeline:nth-child(even) > div .num {
 top: 32%;
 left: calc(-4.4em + 1px);
 right:auto;
 overflow: hidden;
 border: 5px solid #ccc;
}
/*.timeline > div.timeline-dot:before {
  content: " ";
}*/

.timeline-item {
  border-radius: 2em;
  padding: 25px 0;
  text-align: right;
}
.timeline:nth-child(even) .timeline-item {
  text-align: left;
}
.timeline-item  h2{

}
.timeline-item  p{
 font-size: 18px;
 line-height: 27px;
 margin-bottom: 15px;
}
.timeline-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 3em;
}

@media screen and (min-width: 60em) {
  .timeline {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    /* grid-auto-rows: auto; */
    flex: 1;
  }
  .timeline .intro-text {
    grid-row: span 3;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline:after {
    left: calc(50% - 16px);
  }
  .timeline > div:not(:has(.timeline-item)) {
    margin-left: 6em;
    text-align: left;
    padding-top: 10px;
  }
   .timeline:nth-child(even) > div:not(:has(.timeline-item)) {
    margin-left: 0em;
    margin-right: 6em;
    text-align: left;
    padding-top: 10px;
  }
  .timeline > div:not(:has(.timeline-item)):before {
    content: none;
  }
  .timeline > div:has(.timeline-item) {
    margin-right: 6em;
  }
    .timeline:nth-child(even) > div:has(.timeline-item) {
    margin-right: 0em;
    margin-left: 6em;
  }
  .timeline > div:has(.timeline-item):before {
    content: " ";
  }

  .timeline-image img {
    margin-top: 0;
    float: right;
  }
}
/*************** footer CSS ***************/
 footer{
     background-attachment: fixed;
     background-color: top-left;
     background-image: url(../images/footer-bg.png);
     background-repeat: no-repeat;
     background-position: left top;
     padding-top:80px;
     border-top: 1px solid  var(--grey);
}
 footer a{
    color: var(--body-color);
}
 footer a:hover{
    color: var(--secondary-color);
}
 .footer{
}
 .footer-left{
     flex:0 0 70%;
}
 .footer-right{
     flex:0 0 30%;
     display: flex;
     justify-content: space-between;
 
} 
 .footer-div{
}
 .footer-div h3{
     position: relative;
     font-size: 18px;
     margin-bottom: 16px;
     font-weight:normal;
     font-family:var(--font-bold);
}
 ul.footerlinks{
     margin:0 0 20px 0;
     padding: 0;
}
 ul.footerlinks li{
     list-style: none;
     padding: 3px 0;
     line-height: 20px;
     font-size: 16px;
     line-height: 20px;
}
 .footer-logo{
     width: 140px;
     margin-bottom: 15px 
}
 .footer-social{
    display: flex;
    gap: 8px;
}
 .footer-social a{
     color: #fff;
     display: inline-flex;
     width: 50px;
     height: 50px;
     background: var(--black);
     align-items: center;
     justify-content: center;
     border-radius: 100%;
}
 .footer-social a i {
     margin-right: 0;
     font-size: 20px;
}
 .footer-social a:hover { 
      color: #fff;
      background-color:var(--secondary-color);
}
 .footer-bottom{
     border-top: 1px solid  var(--grey);
     padding: 20px 0;
     font-size: 14px;
     width:100%;
}
 .copy{
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .copy p{
     margin-bottom: 0;
}
 
 .image-box{
     padding-right: 15px;
     padding-bottom: 15px;
     position: relative;
     width: 100%;
}
 .stickybar{
     position: sticky !important;
     top: 120px;
}
 .image-box .overlay-effect2{
     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{
     content: '';
     width: 70%;
     height: 70%;
     background: transparent;
     border-radius: 10px;
     position: absolute;
     bottom: 0;
     right:0;
     background-color:var(--primary-color);
     z-index: -1;
}
 .image-box2:before{
     bottom: auto;
     right:auto;
     top:0;
     left:0;
     background:#d7ae6c;
}
 .highlight-text{
     font-size: 26px;
     font-weight: 500;
     line-height: 30px;
}
 .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(--secondary-color);
     font-size: 8px;
}
 .cnt-wrap {
    padding-bottom: 0;
    background-color: var(--primary-color);
    padding-top: 0;
    padding-bottom: 20px;
    border-radius: 15px;
}
 .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(--white);
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
     background: var(--secondary-color);
     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%;
     height:450px;
     margin:50px 0 0 0;
     border-radius: 10px;
     padding:0;
     outline:none;
     border:0;
}
 .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;
}
 
/*************** INNER BANNER ***************/
 .banner{
     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;
}
 .banner-caption h2{
    color: var(--primary-color);
    font-size: 40px;
    margin-bottom: 10px;
    font-weight:normal;
    font-family:var(--font-bold);
    line-height: 42px;
    /* text-shadow: 0px 3px 4px #000000d1;
     */
}
 .banner-caption h4 span{
    color: #000;
}
 .banner-caption h4 a{
    color: #000;
}
 .banner-caption h4 {
     padding: 0px 0px;
     display: inline-flex;
     margin-bottom: 0px;
     align-items: center;
     color: #000;
     margin-bottom: 52px;
     font-size: 14px;
     text-transform: uppercase;
     font-weight:var(--font-regular);
    /* text-shadow: 0px 3px 4px #000000d1;
     */
}
 .banner-caption{
    position: relative;
    z-index: 1;
}
 .banner:after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
     background-color: #fff;
     opacity: .1;
}
 .banner-caption h4 span.b-sep{
     font-size: 0;
     width: 1px;
     height: 21px;
     margin: 0 12px;
     transform: rotate(20deg);
     display: inline-block;
     background-color: #000;
     margin:0 10px;
}
/*************** 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: 22px;
     cursor: pointer;
     vertical-align: top;
     padding: 15px 30px 15px;
     text-align: center;
     border-radius: 10px;
     background-color: var(--secondary-color);
     text-transform: capitalize;
     font-weight:normal;
     font-family:var(--font-bold);
     -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;
}
.coustamer-sction {
    padding: 30px 50px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.coustamer-sction h4 {
    font-size: 27px;
    font-weight: 100;
    font-family: var(--font-bold);
    color: #0022b5;
    text-transform: capitalize;
    margin-bottom: 60px;
    position: relative;
}
.coustamer-sction h4::after {
    content:"" ;
    position: absolute;
    bottom: -14px;
    width: 250px;
    height: 1px;
    background-color:#a1a1a1;
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.coustamer-sction a {
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    background: #fa6807;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.coustamer-sction a:hover {
    background: #0022b5;
}

.chart-box {
    padding: 30px;
    /* box-shadow: rgb(250 104 7) 0px 0px 0px 3px; */
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    position: relative;
    overflow: hidden;
}
.chart-box span {
    position: absolute;
    top: -11px;
    left: -11px;
    padding: 20px;
    border-radius: 50%;
    background: #0022b5;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 60px;
    height: 60px;
}
.chart-box img {
    width: 50px;
    margin-bottom: 15px;
}
.chart-sction {
    margin-bottom: 40px;
}
h4.form-model-head {
    font-size: 25px;
    padding-left: 15px;
    font-weight: 800;
    text-transform: capitalize;
    color: #00115a;
    letter-spacing: 0.8px;
}


/*************FLOATING WHATSAPP*******/
.whtsapp-link{position:fixed;right: 30px;bottom: 115px;z-index:11;}
.whtsapp-link h5{float:left;width:165px;position:absolute;right:-11px;opacity:0;color:#6d6d6d;font-size:13px;font-weight:500;margin: 1px -12px 0 0;background-color:#e8e8e8;padding: 10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{width: 55px;height: 55px;background:#2db742;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0px 6px 8px 2pxrgba(0,0,0,0.14);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);text-align:center;line-height: 52px;float:right;margin-left:0;z-index:1;position:relative;display: flex;justify-content: center;align-items: center;}
.whatsapp-icon img{width: 30px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}


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

 .container{
    width:100%;
     padding:0 20px;
    }

 
 header {
         position: relative;
         background-color: var(--white);
         left:auto;
         top:auto;
    }

 header.smaller .header{
     padding: 15px 0;
 }
 
.header-group{
    flex-direction: row-reverse;
    row-gap:20px;
    }
    
 .logo img,  header.smaller .logo img{
         max-width: 140px;
    }
     .call span{
        display: none;
    }
     .call i {
         color: var(--white);
         background-color: var(--secondary-color);
         font-size: 17px;
         margin-right: 8px;
         width: 40px;
         height: 40px;
         display: inline-flex;
         align-items: center;
         justify-content: center;
        /* background-color: #000;
         */
         border-radius: 100%;
    }
     .header-right {
         gap: 10px;
         margin-left: 0;
    }
    

    
     ul.products-inner-row li {
         flex: 0 0 48.5%;
    }
     .heading {
         font-size: 65px;
         line-height: 75px;
    }
}
/************************************* 1024px *************************************/
 @media only screen and (max-width: 1024px) {
}
/************************************* 980px *************************************/
 @media only screen and (max-width: 980px) {

    .timeline:before {
        left: 2.9em;
    }
    .timeline {
        flex-direction: column;
    }
    .timeline > div .num {
        top: 0;
        left: 0;
    }
    .timeline-item {
        padding-left: 150px;
        text-align: left;
    }
    .timeline:nth-child(even) {
        flex-direction: column;
    }
    .timeline:nth-child(even) > div .num {
        top: 0;
        left: 0;
        right: auto;
    }
    .timeline-image.timeline-dot {
        margin-bottom: 0;
        margin-top: 0;
    }
    .timeline-image.timeline-dot {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 100px;
    }
    .timeline-image img {
        width: 80%;
        margin-top: 0em;
    }


}
/************************************* 900px *************************************/
 @media only screen and (max-width: 900px) {
}
/************************************* 767px *************************************/
 @media only screen and (max-width: 767px) {
   .heading {
         font-size: 55px;
         line-height: 65px;
    }
    

 
     .features li {
         flex: 0 0 100%;
    }
     .service-box {
         position: relative;
         flex: 0 0 100%;
         margin-bottom: 20px;
    }
     .intro-section .smd40, .intro-section .smd60{
        width: 100%;
    }
     .career-single {
         flex: 0 0 100%;
    }
}
/************************************* 640px *************************************/
 @media only screen and (max-width: 640px) {
     .heading {
         font-size: 40px;
         line-height: 50px;
    }
     .highlight-text {
         font-size: 20px;
    }
     .header-right {
         gap: 10px;
         margin-left: 0;
    }
     .call i {
         font-size: 12px;
         margin-right: 0px;
         width: 30px;
         height: 30px;
    }
     a.btn {
         padding: 8px 12px;
         font-size: 12px;
         line-height: 12px;
    }
     
     
.data-progress{
    position:relative;
    bottom: auto;
    left:auto;
    padding: 0;
    margin-top:10px;
 
} 
     

.data-progress ul {
    padding: 20px 10px;
    flex-direction: column;

}
.data-progress li {
    padding: 0 10px;
    border-bottom: 1px solid var(--white);
    border-left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
}
.data-progress li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
 
 .data-progress li h2 {
     font-size: 24px;
     line-height:24px;
}    
.banner {
    height: 230px;
}
     
     
     
.store-box-in {
         padding: 50px 30px;
    }
     .copy {
         flex-direction: column;
         gap: 10px;
    }

.service-box-cont {
         position: relative;
         background: var(--light-grey);
         bottom: 0;
         padding: 20px;
         border-radius: 10px;
    }
     
     .image-box {
         margin-bottom: 25px;
    }

 .bannerH ul li h2{
     font-size: 24px;
     line-height:24px;
 
}
.service-box-cont .more {
    position: absolute;
    top: auto;
    bottom: 11px;
    right: 14px;
    left: auto;
    margin: auto 0;
    width: 100;
}
 }

/************************************* 480px *************************************/
 @media only screen and (max-width: 575px) {
     .footer-left {
         flex: 0 0 100%;
    }
     .footer-right{
         flex: 0 0 100%;
         border-top: 1px solid #ccc;
         padding-top: 12px;
    }
     .features li {
         padding: 5px 5px 15px 5px;
         margin-bottom: 10px;
    }
    .features li img {
        max-width: 63px;
        position: relative;
        margin-bottom: 10px;
    }
     .features li h3 {
         font-size: 25px;
         line-height: 25px;
         margin-bottom: 10px;
    }
    .store-box-in {
        padding: 25px 15px;
    }
    .coustamer-sction {
        padding: 30px 20px; 
    }
    .service-box-cont-in {
        padding: 20px 20px 80px 20px;
    }
    .banner {
       height: 230px;
    }
    a.btn-blue {
        padding: 10px 0px !important;
        border-radius: 0 !important;
        background-color: #fff !important;
        text-transform: uppercase;
        color: #333333 !important;
        font-weight: 500 !important;
        font-size: 15px;
        text-transform: capitalize !important;
    }
}
/************************************* 480px *************************************/
 @media only screen and (max-width: 480px) {
 
     .header{
        flex-wrap: wrap;
    }
     .logo {
         width: 100%;
         text-align: center;
         border-bottom: 1px solid #ccc;
         padding-bottom: 8px;
    }
     .header,    header.smaller  .header {
         padding: 15px 0 4px 0;
    }
    .header-group{
     width: 100%;
     justify-content: space-between;
    }



    .timeline-item .heading {
        font-size: 25px;
        line-height: 50px;
    }
    .timeline-item p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 15px;
    }
    .timeline-item {
        padding-left: 120px;
    }
    .timeline > div {
        margin-bottom: 0em;
    }

 
}

/************************************* 400px *************************************/
@media only screen and (max-width: 400px) {
    .timeline > div .num {
        height: 4rem;
        width: 4rem;
    }
    .timeline:before {
        left: 1.9em;
    }
    .timeline-item {
        padding-left: 80px;
        padding-top: 10px;
    }
        .timeline-item .heading {
        font-size: 25px;
        line-height: 35px;
    }
}

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