 @font-face{
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Medium.woff2) format(woff2);
    src: url(../fonts/Poppins-Medium.woff) format(woff);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }
 @font-face{
   font-family: 'Poppins';
   src: url(../fonts/Poppins-Regular.woff2) format(woff2);
   src: url(../fonts/Poppins-Regular.woff) format(woff);
   font-weight: normal;
   font-style: normal;
   font-display: swap;
 }
 @font-face{
   font-family: 'Poppins';
   src: url(../fonts/Poppins-Light.woff2) format(woff2);
   src: url(../fonts/Poppins-Light.woff) format(woff);
   font-weight: 300;
   font-style: normal;
   font-display: swap;
 }
 @font-face {
   font-family: 'fontello';
   src: url('../fonts/fontello.woff2') format('woff2'),
        url('../fonts/fontello.woff2') format('woff');
   font-weight: normal;
   font-style: normal;
 }
 [class^="icon-"]:before, [class*=" icon-"]:before, .slick-prev:before, .slick-next:before , .recognitions-tabs .nav-pills .nav-link::before{
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   margin-right: .2em;
   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em;
   margin-left: .2em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 .icon-basket:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-ok:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-pencil:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-up-open:before { content: '\e807'; } /* '' */
.icon-down-open:before { content: '\e808'; } /* '' */
.icon-heart-empty:before { content: '\e809'; } /* '' */
.icon-star:before { content: '\e80a'; } /* '' */
.icon-star-empty:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before, .slick-prev:before { content: '\e80c'; } /* '' */
.icon-right-open-mini:before, .slick-next:before { content: '\e80d'; } /* '' */
.icon-heart:before { content: '\e80e'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-comment:before { content: '\e810'; } /* '' */
.icon-share:before { content: '\e811'; } /* '' */
.icon-download-alt:before { content: '\e812'; } /* '' */
.icon-clock:before { content: '\e813'; } /* '' */
.icon-eye:before { content: '\e814'; } /* '' */
.icon-eye-off:before { content: '\e815'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-left:before, .main-slide .slick-prev:before { content: '\f177'; } /* '' */
.icon-right:before, .main-slide .slick-next:before { content: '\f178'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
 
:root{
  /* counter-reset: headings; */
  --primary-font:'Poppins', sans-serif;
  --yellow:#AE946A;
  --red:#762D30;
  --black:#000;
  --white:#fff;
  --gray-bg:#F5F5F5;
} 
body {
  width: 100%;
  height: 100%;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size:16px;
  background-color:var(--white);
  line-height:1.8;
  color:var(--black);
  font-display: swap;
}
html {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: 0px dotted;
}

b, strong{
font-family: var(--primary-font);
font-weight: 500;
color:var(--black);
}

p{
color:var(--black);
line-height:1.8;
font-size: 16px;
}

h1{
  font-family: var(--primary-font);
  color:var(--blue);
  line-height:1.5;
  font-size:36px;
  font-weight:500;
  margin-top: 0;
  margin-bottom:25px;
}

h2{
font-family: var(--primary-font);
color:var(--blue);
line-height:1.4;
font-size:31px;
font-weight:500;
margin-top: 0;
margin-bottom:25px;
}
h3{
 font-family: var(--primary-font);
 color: var(--black);
 font-size:24px;
 line-height:1.4;
 font-weight:500;
}
h4{
font-family: var(--primary-font);
color: var(--black);
font-size:21px;
line-height:1.5;
font-weight:300;
}
h5{
font-family: var(--primary-font);
color: var(--black);
font-size:18px;
line-height:1.5;
font-weight:300;
}
 
.bold{
font-weight: bold;
} 
.text-justify{
text-align: justify;
}
.row-box{
width:100%;
clear:both;
display: flex;
flex-wrap: wrap;
}
section, footer{
width:100%;
clear:both;
display: flex;
flex-wrap: wrap;
position: relative;
}
.gray-bg{
background-color:var(--gray-bg);
}  
.padding{
padding:70px 0;
}
.padding-sm{
padding:50px 0;
}
.img-zoom img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.img-zoom:hover img, .img-zoom:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.zoom {
-webkit-animation: zoomout 10s ease-in infinite;
animation: zoomout 10s ease-in infinite;
transition: all .5s ease-in-out;
overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
0% {transform: scale(1);}
50% {transform: scale(1.2);}
100% {transform: scale(1);}
}
@keyframes zoomin {
0% {transform: scale(1);}
50% {transform: scale(1.2);}
100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
0% {transform: scale(1.2);}
50% {transform: scale(1);}
100% {transform: scale(1.2);}
}
@keyframes zoomout {
  0% {transform: scale(1.2);}
50% {transform: scale(1);}
100% {transform: scale(1.2);}
}/*End of Zoom out Keyframes */

/*navbar*/
.navbar-toggler{
  border:0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  width: 25px;
  height:2px;
  background:var(--black);
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
  width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
  width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  width: 25px;
  -webkit-transform: rotate(45deg) translate(5px,5px);
  -ms-transform: rotate(45deg) translate(5px,5px);
  transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
-webkit-transform:rotate(-45deg) translate(4px,-4px);
-ms-transform:rotate(-45deg) translate(4px,-4px);
transform:rotate(-45deg) translate(4px,-4px);
}
.bg-dark{
background-color:transparent !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
font-size:16px;
padding:44px 21px;
font-family: var(--primary-font);
font-weight: normal;
color: var(--black);
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
color:var(--red);
}
.navbar-expand-lg .navbar-nav .btn{
padding: 9px 20px;
margin: 10px 0;
background:var(--bg-gradient);
color: var(--white);
}
.navbar-expand-lg .navbar-nav .btn:hover{
background:var(--bg-hover);
color: var(--white);
}
.dropdown-menu{
min-width: 16rem;
margin-top: 0;
border:0;
border-top: 1px solid var(--orange);
box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.185);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-radius: 0;
}
.dropdown-menu .dropdown-item {
  padding:.36rem 1.5rem;
  font-weight: normal;
  font-size:16px;
  border: 0;
  color: #000;
  white-space: normal;
}
.dropdown-menu .dropdown-item:hover{
color:var(--red);
padding-left:1.8rem;
}
.nav-link.dropdown-toggle::after{
content:none;
}
.dropdown-menu li.dropdown::after {
position: absolute;
content: "›";
right: 17px;
top:1px;
font-size: 19px;
color: #333;
border:0;
}
.dropdown-menu li.dropdown:hover::after{color:var(--orange);}
.dropdown-menu li.dropdown .dropdown-toggle::after{
content: none;
}
.navbar  li.dropdown:hover > a{color:var(--red)}
.navbar ul.dropdown-menu > li.dropdown:hover > a{background: #fff; color:var(--orange);}
.dropdown-item:hover{background: #fff; color:var(--orange)}
@media only screen and (min-width:991px) {
.navbar ul li:hover> .dropdown-menu{display:block}
.navbar ul .dropdown-menu{position:absolute;top:100%;left:0;min-width:360px;display:none;margin:0;}
.navbar ul li.mega-menu:hover > ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.navbar-expand-lg .navbar-nav {
align-items: center;
}
.navbar ul li.mega-menu{
  position:inherit;
}

}

.navbar>.container{
  position: relative;
}
.navbar ul .list-menu>li {
    padding: 20px;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.list-menu h4{
  font-size:18px;
  font-weight: 500;
}
.sub-list {
    list-style: none;
    padding-left: 0;
    display: block;
    margin-top:20px;
}

.sub-list li{
  font-size: 16px;
    position: relative;
    padding-left:15px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: normal;
}
.sub-list li::after {
    position: absolute;
    content: '';
    width:5px;
    height:5px;
    border-radius: 50%;
    background-color: var(--yellow);
    top:11px;
    left: 0;
}
.sub-list li a{
   color:var(--black);
   display: block;
}
.sub-list li a:hover{
  color:var(--yellow);
  padding-left:5px;
}

.fix-nav .navbar {
  padding: 0;
  background-color:var(--white);
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
  box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fix-nav .navbar-brand img{
  width:112px;
}
.fix-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding:20px 21px;
}

.gray-bg{
background-color:#F6F6F6;
}
.btn{
  border-radius:8px;
  padding:11px 25px;
  font-family:var(--primary-font);
  font-size:16px;
  font-weight: 500;
  transition: all 0.5s;
}  
.btn-red{
  background-color: var(--red);
  color:var(--white);
  border-color:var(--red);
}
.btn-red:hover{
  background-color:var(--white);
  color:var(--red);
}
.btn-yellow{
  background-color: var(--yellow);
  color:var(--white);
  border-color:var(--yellow);
}
.btn-yellow:hover{
  background-color:var(--white);
  color:var(--yellow);
}
.btn-br{
  background-color:var(--white);
  border-color:var(--red);
  color:var(--red);
}
.btn-br:hover{
  background-color:var(--red);
  border-color:var(--red);
  color:var(--white);
}
.m-top{
  margin-top:90px;
}
.slide-img{
  position: relative;
  overflow: hidden;
  border-radius:80px 20px 20px 20px;
}
.slide-img-box{
  position: relative;
}
.sld-sm{
  border-radius:10px;
  padding:15px;
  text-align: center;
  max-width:140px;
  position: absolute;
  z-index:1;
  background-color: var(--white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.sld-sm img{
  margin:0 auto 10px auto;
}
.sld-sm span{
  font-size:19px;
  font-weight: bold;
  color:var(--red);
  line-height: 1;
}
.sld-sm p{
  font-size:16px;
  color:#666;
  margin-bottom:0;
  line-height:1.7;
}
.sld1{
  bottom:50px;
  left:-57px;
}
.sld2{
  top:50px;
  right:-34px;
  max-width:220px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
}
.slide-text p{
  font-size:20px;
  color:#222;
}
.slide-text .btn{
  margin-top:20px;
}
.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}
.moveVertical2 {
  animation: moveVertical 4000ms infinite ease-in-out;
}
@-webkit-keyframes moveVertical {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}

@keyframes moveVertical {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
  }
  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}
.banner{
  padding-top: 150px;
  background-color:#F9F8F5;
}
.banner .slick-list{
  margin:0 -50px;
}
.banner .slick-slide{
  padding:0 50px;
}
.banner .slick-prev, .banner .slick-next{
  top:auto;
  bottom:-10px;
  z-index:2;
  right: auto;
  width: 60px;
  height: 31px;
  border-radius:50px;
  background-color:var(--gray-bg);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.banner .slick-prev{
  left:3px;
}
.banner .slick-next{
  left:80px;
}
.banner .slick-prev:before, .banner .slick-next:before{
  color:#666;
}
.banner .slick-slide .slide-text{
  display: none;
}
.banner .slick-slide.slick-active .slide-text{
   display: block;
   width: 90%;
}
.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1-5s{
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.why-slide img{
  margin:0 auto 15px auto;
}
.why-slide .img-zoom:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
  
footer{
  padding-top:60px;
  background-color:var(--red);
}
footer ul{
  list-style-type: none;
  padding-left:0;
}
footer ul li a{
    color: var(--white);
    padding-bottom: 5px;
    display: block;
}
footer ul li a:hover{
    color: var(--yellow);
}
footer h5{
  color:var(--white);
  font-weight: 500;
  font-size:16px;
}
footer p{
  color:var(--white);
  font-size:15px;
}
footer a{
  color:var(--white);
}
footer a:hover{
  color:var(--yellow);
}
.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:var(--white);
  color:var(--red);
  margin-right: 15px;
  margin-top: 6px;
  text-align: center;
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon .icon-mail-alt{
  font-size:15px;
}
.icon-text {
  -ms-flex: 1;
  flex: 1;
}
.footer-bottom{
  padding-top:20px;
  margin-top:30px;
  border-top:1px solid #975F62;
  display: flex;
  justify-content: space-between;
}

.follo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
}
.follo-icon a {
  background-color:var(--white);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px;
  color: var(--red);
  align-items: center;
  justify-content: center;
}
.follo-icon a:hover{
  background-color:var(--yellow);
  color:var(--white);
}
.input-group>.form-control{
  border-radius:50px;
  border:0;
  padding-left:24px;
}
.input-group .btn {
  border-radius: 50px;
  padding:11px 20px;
  min-width: auto;
  font-size: 15px;
}

.img-box-d {
  overflow: hidden;
  height: 100%;
}
.round-20 {
  border-radius: 20px;
}
.img-box-d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.br-box{
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px 30px;
}
.challenges-sec{
  background-color: var(--red);
}
.challenges-sec h2, .challenges-sec h4{
  color:var(--white);
}
.bottom-line{
  text-align: center;
  color:var(--yellow);
  position: relative;
  padding-top: 48px;
  z-index: 1;
}
.bottom-line::before{
  content:'?';
  font-size:100px;
  color:var(--white);
  position: absolute;
  left:0;
  right:0;
  top:0;
  z-index: -1;
  opacity: 0.1;
}
.succ-sec h4{
  counter-increment: headings;
  position: relative;
  padding-left:35px;
  color: #222;
}
.succ-sec h4{
  padding-top:15px;
  border-top:1px solid #DEDEDE;
  margin-top:15px;
  font-weight: 500;
}
.succ-sec h4:hover{
  color:var(--yellow);
}
.succ-sec h4:first-child{
  border-top:0;
}
.succ-sec h4::before{
  content:'A' counter(headings);
  color: var(--yellow);
  font-size:18px;
  position: absolute;
  left:0;
  top:15px;
}
.inst-box{
  position: relative;
  overflow: hidden;
  display: block;
  border-radius:20px;
}
.inst-box-img{
  background-color:var(--black);
  overflow: hidden;
  position: relative;
  z-index:0;
}
.inst-box-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height:300px;
    z-index:1;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%);
}
.inst-box-img img{
  opacity:0.8;
}
.inst-content{
  position: absolute;
  top:100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  left: 0;
  right: 0;
  height: auto;
  flex-direction: column;
  padding:30px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.inst-content .fo{
  margin-top: -118px;
  display: flex;
  align-content: end;
  flex-wrap: wrap;
  min-height: 67px;
}
.inst-content p, .inst-content h3, .inst-content .view-link{
  color: var(--white);
}
.inst-content ul{
  width: auto;
  padding-left: 17px;
  margin-top: 20px;
}
.fo{
  margin-bottom:5px;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.inst-content ul li{
  color: var(--white);
  font-size:18px;
  padding-bottom:15px;
  line-height: 1.5;
  padding-left:3px;
}
.inst-content ul li a{
  color: var(--white);
}
.inst-content ul li a:hover{
  color: var(--yellow);
}
.inst-content .list-dot li::after{
  background-color: var(--white);
}
.inst-box:hover .inst-content{
  top:0;
}
.inst-box:hover .inst-content .fo{
  margin-top:0;
}
.inst-box:hover .inst-box-img img{
  opacity:0.3;
}
.exp{
  padding:50px;
}
.exp-list{
  padding-left:0;
  margin-bottom:0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  overflow: hidden;
}
.exp-list li{
  flex: 0 0 auto;
  width: 50%;
  padding:20px;
  text-align: center;
  margin: -1px;
  align-content: center;
}
.exp-list li + li{
  border-top:1px solid #D6BD93;
}
.exp-list>li:nth-of-type(odd){
   border-right:1px solid #D6BD93;
}
.exp-list li span{
  font-size:18px;
  font-weight: normal;
}
.exp-list li:hover{
  background-color:var(--white);
}
.exp-list li:hover span{
  font-weight: 500;
  color: var(--red);
}
.journey-sec p{
  margin-bottom:0;
}
.j-list{
  list-style-type:none;
  padding-left:0;
}
.j-list li{
  font-size:18px;
  color:var(--red);
  position: relative;
  padding-left:30px;
  font-weight: normal;
  padding-bottom:5px;
}
.j-list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.journey-sec .br-box{
  border-color:var(--red);
}
.journey-sec .br-box h3, .journey-sec .br-box p{
  color: var(--red);
}
.w-box{
  padding:21px;
  border-radius:20px;
  background-color: var(--white);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.w-box h4{
  margin:15px 0;
  font-weight: 500;
}
.img-box{
  overflow: hidden;
  border-radius:20px;
}
.blog-box h4{
  font-weight: 500;
  margin-top:20px;
}
.blog-box:hover h4{
  color:var(--red);
}
.read-sec{
  position: relative;
  overflow: hidden;
  background-color: var(--black);
}
.read-sec img{
  opacity:0.4;
}
.read-sec h2, .read-sec p{
  color:var(--white);
}
.read-sec-cont{
  position: absolute;
  left: 0;
  right:0;
  top: auto;
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-logo{
  text-align: center;
}
.challenges-sec .img-zoom:hover img, .w-box:hover img {
    animation: icon-bounce 0.5s ease;
}
@keyframes icon-bounce {
  0% { transform: scale(1); }
  25% { transform: scale(1.3) rotate(-10deg); }
  50% { transform: scale(1) rotate(10deg); }
  75% { transform: scale(1.2) rotate(-5deg); }
  100% { transform: scale(1); }
}
h1 span{
    font-size: 24px;
    display: block;
    padding-top: 15px;
    font-weight: normal;
}
.inner-banner{
  padding-top: 170px;
}
.case-list{
  list-style-type: none;
  padding-left:100px;
}
.case-list span{
    background-color: var(--red);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    padding: 10px;
    position: absolute;
    left:-80px;
    top: -14px;
}
.case-list span img{
  width:100%;
}
.case-list>li{
  position: relative;
  padding-bottom:25px;
}
.case-list{
  position: relative;
}

.case-list h3{
  color: var(--red);
}
.case-list::before{
  content: '';
  position: absolute;
  width:1px;
  height:75%;
  left:49px;
  top: 0;
  background-color: var(--red);
}
.services-p h3{
  font-size: 20px;
}
.contact-info .icon{
     background-color:var(--red);
    color: var(--white);
}
.contact-info .icon-text a{
  color:var(--black);
}
.contact-info .icon-text a:hover{
  color:var(--red);
}
.contact-info h5{
  font-weight: 500;
  margin-bottom:4px;
}
input.form-control {
    height: 50px;
}


@media only screen and (min-width:991px) {
  .page-section{
    overflow:hidden;
  }
  .left-content{
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .right-content{
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .bottom-content{
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .top-content{
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .zoom-content{
    opacity: 0;
    -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
    -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .animate .zoom-content{
    opacity: 1;
    -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  .animate .left-content, .animate .right-content {
    opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .animate .bottom-content, .animate .top-content{
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }

  }
@media (min-width:1600px){
   .navbar-expand-lg .navbar-nav .nav-link {
      padding:44px 26px;
   }
    .container{
      max-width:1400px;
     }
    .banner .slick-slide.slick-active .slide-text {
      display: block;
      width: 95%;
    }
    .succ-sec h4 {
      padding-top: 20px;
      margin-top: 20px;
    }
    .succ-sec h4::before {
      top: 22px;
    }
    .exp-list li span {
      font-size: 21px;
    }
    .j-list li {
      font-size: 20px;
      padding-bottom: 10px;
    }
    .w-box {
      padding: 35px 28px;
   }
   .case-list::before {
      height: 70%;
   }
     .max-1200{
    max-width:1200px;
  }
    .max-900{
    max-width:900px;
  }
}  
@media (min-width:1300px) and (max-width:1599px){
  .container{
    max-width:1240px;
   }
  .max-970{
    max-width:970px;
    margin:0 auto;
  } 
  .max-1200{
    max-width:1200px;
  }
  .max-900{
    max-width:900px;
  }
}
@media (min-width:1200px) and (max-width:1299px){
  h1{
    font-size:40px;
  }
  .slide-text p{
    font-size:18px;
  }
  .slide-text .btn {
    margin-top: 10px;
  }
  footer p{
    font-size:15px;
  }
  .icon{
    margin-right: 10px;
  }
}
@media (max-width:991px){
  .navbar-brand img{
    width:120px;
  }
  .fix-nav .navbar-brand img{
    width:90px;
  }
  header .container{
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .fix-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 15px;
  }
  .navbar-nav{
    padding-bottom:15px;
  }
  .navbar-collapse{
    background-color:var(--white);
  }
  .navbar ul .list-menu > li {
    padding:10px;
    width:100%;
    }

  .sub-list {
    margin-top: 10px;
  }  
   .navbar-nav {
    overflow-x: scroll;
    max-height:700px;
    padding-bottom: 30px;
  } 
  .list-menu h4 {
    font-size: 16px;
  }
    nav li.dropdown::after {
    position: absolute;
    content: "›";
    right: 17px;
    top: 5px;
    font-size: 25px;
    color: #666;
    border: 0;
    font-weight: 300;
  }
  .banner .slick-slide.slick-active .slide-text{
    width:100%;
  }
  .slide-text .btn{
    padding: 9px 16px;
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 20px;
  }
  .padding {
    padding: 40px 0;
  }
  .sld-sm{
    display: none;
  }
  .steps{
    flex-direction: column;
  }
  .steps li {
    width: 100%;
  }
  header .btn{
    transform: rotate(7deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 45%;
    z-index: 99;
    padding:10px;
    margin: 0;
    width: 235px;
    height: 41px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size:15px;
    position: fixed;
    left: auto;
    right:-98px;
    line-height: 1;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .banner {
    padding-top: 110px;
  }
  .banner .slick-list {
    margin: 0;
  }
  .banner .slick-slide {
    padding: 0;
  }
  .recognitions-tabs .nav-pills .nav-link{
    line-height: 1.6;
  }

}
@media (min-width:992px) and (max-width:1199px)  {
  .navbar-brand img{
    width:130px;
  }
  h1{
    font-size:28px;
    margin-bottom: 15px;
  }
  h3{
    font-size:18px;
  }
  h4{
    font-size:17px;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .fix-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 24px 15px;
    font-size: 15px;
  }
  header .btn {
   padding: 11px 16px;
   font-size: 15px;
  }
  .slide-text p {
   font-size: 17px;
  }
  .sld2 {
   right: -15px;
  }
  .inst-content ul{
    margin-top: 10px;
  }
  .inst-content ul li {
  font-size: 16px;
  padding-bottom:10px;
}
.exp {
  padding: 20px;
}
.exp-list li{
  padding:10px;
}
.icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
   

}
@media (min-width:768px) and (max-width:991px)  {
 
  h1{
    font-size:31px;
  }
  h2{
    font-size:26px;
  }
  h4{
    font-size:18px;
  }
  .succ-sec .img-box-d{
    margin-top:30px;
  }
 .inst-content{
  padding: 15px;
 }
 .inst-content .fo{
  font-size:15px;
  min-height: 46px;
  margin-top: -75px;
 }
 .inst-content ul li{
  font-size:14px;
  padding-bottom: 6px;
  line-height: 1.3;
 }
 .inst-content ul {
  margin-top: 5px;
 }
 .bal-container {
  height:500px;
 }
 .read-sec img {
  object-fit: cover;
  aspect-ratio: 100/50;
}

}
@media (max-width:767px) {

  h1{
    font-size:28px;
  }
  h2{
    font-size:24px;
  }
  h4{
    font-size:18px;
  }
 .succ-sec .img-box-d{
    height: auto;
    margin-top:30px;
  }
  .exp {
    padding: 0;
   }
  .exp-list li {
    padding: 12px;
    line-height: 1.5;
  }
  .bal-container {
    height: 300px;
  }
  .read-sec img {
    height: auto;
    aspect-ratio: 100/80;
    width: 100%;
    object-fit: cover;
  }
  .read-sec-cont{
    text-align: center;
    padding:0 20px;
  }
  .footer-logo{
    text-align: center;
  }
  footer .input-group {
    margin-bottom: 20px;
  }
  .inner-banner h1 {
    font-size: 24px;
  }
  .case-list {
  padding-left: 50px;
  }
  .case-list span {
  width: 40px;
  height: 40px;
  padding: 5px;
  left: -52px;
  top: -7px;
  }
  .case-list::before {
  height: 75%;
  left: 18px;
  top: 0;
}
.br-box .d-flex{
  flex-direction: column;
  text-align: center;
}

}
@media (max-width:575px){
  h1{
    font-size:28px;
  }
  h3{
    font-size:18px;
  }
  .slide-text p {
    font-size: 16px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right:0;
  }
  .why-slide .slick-slide {
    padding: 16px;
  }
  .courses-tabs .nav-pills .nav-link {
    font-size: 18px;
  }
  h2{
    font-size:24px;
  }
  .footer-bottom{
    flex-direction: column;
  }
  .follo-icon{
    margin:20px 0;
  }
  .why-slide .slick-prev {
    left: -30px;
  }
  .why-slide .slick-next {
    right: -30px;
  }


}