
@font-face {
    font-family: 'IBMPlexSansCondensed-Bold';
    src: url(../fonts/IBMPlexSansCondensed-Bold.ttf);
}
@font-face {
    font-family: 'Museo_Slab_500';
    src: url(../fonts/Museo_Slab_500.otf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Regular';
    src: url(../fonts/IBMPlexSansCondensed-Regular.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-SemiBold';
    src: url(../fonts/IBMPlexSansCondensed-SemiBold.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Thin';
    src: url(../fonts/IBMPlexSansCondensed-Thin.ttf);
}
@font-face {
    font-family: 'IBMPlexSansCondensed-Medium';
    src: url(../fonts/IBMPlexSansCondensed-Medium.ttf);
}
dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, .home-contact form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
body{
	 font-family: 'IBMPlexSansCondensed-Regular';
	line-height: unset;
}
.banner{
    position: relative;
}
.banner .image{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height:calc(100vh - 7px);
    position: relative;
    display: flex;
    align-items: center;
}
.banner .image:before {
    position: absolute;
    left: 0;
     height:calc(100vh - 7px);
    width: 100%;
    top: 0;
    content: "";
    background: rgb(4 16 35 / 35%);
    z-index: 0;
}
.banner-content{
    margin-left: 250px;
}
.banner-content h1{
    white-space: nowrap;
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    z-index: 9;
     text-shadow: 1px 1px #333;
     font-family: 'Museo_Slab_500';
}
.banner-content h2{
    white-space: nowrap;
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    position: relative;
    text-shadow: 1px 1px #333;
    font-family: 'Museo_Slab_500';
}
.banner-content h2:before{
    content: "";
    position: absolute;
    left:-100px;
    height:5px;
    width: 75px;
    top: 45px;
    background: #7fc242;
    display: none;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 10px;
  background: #7fc242;
}
.banner-top-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: rgb(255 255 255 / 75%);
}
.top-header{
  border-bottom: 1px solid #ccc;
  padding:10px 0;
}
.top-ul li{
    padding-right:25px;
    color: #132849;
    font-size: 12px;
}
.top-header i{
    margin-right: 5px;
    color: #132849;
}
.top-social li{
    padding-left:25px;
    color: #132849;
    font-size: 15px;
}
header{
    padding: 15px 0;
}
.mind-nav li{
    margin-left: 25px;
}
.mind-nav li a{
    font-size: 15px;
    color: #132849;
    font-weight: 500;
}
.logo img{
    max-width: 190px;
}
.contact-top{
    position: absolute;
    bottom: 100px;
    right: 50px;
    display: flex;
    z-index: 1;
    color: #fff;
}
@-webkit-keyframes scaleIn {
  to {
    transform: scale(1);
  }
}
@keyframes scaleIn {
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes slideIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.play-toggle {
  position: relative;
  cursor: pointer;
}
.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after, .play-toggle span {
  display: inline-block;
  vertical-align: middle;
}
.play-toggle span {
  color: white;
  margin-left: 1rem;
  font-size: 1.2rem;
  transition: transform 350ms ease;
}
.play-toggle span i, .play-toggle span strong {
  display: inline-block;
  opacity: 0;
  transform: translate3d(-1rem, 0, 0);
  -webkit-animation: slideIn 400ms ease forwards;
          animation: slideIn 400ms ease forwards;
}
.play-toggle span i {
  color: rgba(255, 255, 255, 0.7);
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.play-toggle span strong {
  font-size: 1.25em;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}
.play-toggle .play-circle, .play-toggle .play-circle:before, .play-toggle .play-circle:after {
  position: relative;
  height: 4rem;
  width: 4rem;
  background: white;
  border-radius: 50%;
  transform: scale(0);
  -webkit-animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards;
          animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards;
}
.play-toggle .play-circle:before, .play-toggle .play-circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  opacity: 0.04;
}
.play-toggle .play-circle:before {
  height: 8rem;
  width: 8rem;
  margin-left: -4rem;
  margin-top: -4rem;
}
.play-toggle .play-circle:after {
  height: 12rem;
  width: 12rem;
  margin-left: -6rem;
  margin-top: -6rem;
}
.play-toggle .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 50%;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.3);
  transition: transform 350ms ease;
}
.play-toggle .play-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #0274FA;
  border-bottom: 10px solid transparent;
}
.play-toggle:hover .play-icon {
  transform: scale(1.1);
}
.play-toggle:hover span {
  transform: translateX(0.3rem);
}

.about-sec{
    padding: 75px 0;
    margin-bottom: 100px;
}
.about-sec h2{
    text-align: center;
    font-family: 'Museo_Slab_500';
    font-size: 50px;
    line-height: 65px;
    padding-bottom: 25px;
    text-transform: uppercase;
}
.about-sec h3{
    text-align: center;
    font-family: 'Museo_Slab_500';
    font-size: 40px;
    line-height: 65px;
    padding-top: 50px;
}

.about-sec p{
    font-size: 17px;
    line-height: 21px;
    color: #696666;
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.about-img{
   margin-top: 75px;
   text-align: center;
   position: relative;
   width: 125px;
   height: 125px;
   margin:50px auto 0 auto;
}
.about-img .user{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about-img .user img{
    max-width: 75px;
}
.about-img .image {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.about-img img{
    max-width: 125px;
}
.staffing{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.staffing:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: rgb(4 16 35 / 70%);
    z-index: 0;
}
.staffing .staffing-block .list{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 150px 0;

}
.circle-border {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  padding: 30px;
  background-color: black;
}

.circle {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: none;
  border: 0;
  box-sizing: border-box;
  border-radius: 100%;
  font-size: inherit;
  position: relative;
  vertical-align: middle;
  border: 1px solid #3b72e0;
  margin: auto;
}
.circle .block{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3b72e0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle img{
    max-width: 50px;
     transition: all 500ms ease;
}
.circle::before, .circle::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.staffing .list:hover .circle {
  color: #FFA500;
  border: 0 !important;
}
.circle::before, .circle::after {
  top: 0;
  left: 0;
}
.circle::before {
  border: 2px solid transparent;
}
.staffing .list:hover .circle:before {
  border-top-color: #FFA500;
  border-right-color: #FFA500;
  border-bottom-color: #FFA500;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.circle::after {
  border: 0 solid transparent;
}
.staffing .list:hover .circle:after {
  border-top: 2px solid #FFA500;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.staffing .list:hover h2{
    color: #FFA500;
    transition: all 500ms ease;
    letter-spacing: .5px;
}
.staffing .list:hover img{
    max-width: 80px;
}
.staffing h2{
    text-align: center;
    font-family: 'Museo_Slab_500';
    font-size: 25px;
    line-height: 65px;
    padding-top: 50px;
    color: #fff;
}
.staffing-content{
    position: relative;
    top: -100px;
}
.staffing h3 {
    text-align: center;
    font-family: 'Museo_Slab_500';
    font-size: 25px;
    line-height: 35px;
    padding-top: 50px;
    color: #fff;
    z-index: 9;
    position: relative;
}
.staff-btn{
    position: relative;
    z-index: 9;
}
.staff-btn a{
        position: relative;
    display: inline-block;
    color: #000;
    background: #ffcc00;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding:9px 35px;
    transition: all 500ms ease;
    border: 0;
    border-radius: 0;
}

.explore {
    min-height: 650px;
    background-image: url(../img/office-365-education-header.jpg);
    background-size: cover !important;
    background-position: bottom !important;
    background-attachment: fixed;
    position: relative;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 100px 0;
}
.explore:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(4 16 35 / 85%)
}
 .explore h2{
    padding:50px 0;
        font-size:35px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: 'Museo_Slab_500';
}
.explore p{
        font-size:17px;
    color: #fff;
    line-height:21px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    z-index: 9;
    position: relative;
}
.explore-block{
    position: absolute;
    bottom: 0;
  left:0;
  z-index: 9;
    width: 100%;
    border-top:1px solid #fff;
}
.explore-items .block{
    padding: 25px 0;
}
.explore-items > div{
    border-right:1px solid #fff;
}
.explore-items > div:last-child{
    border:0;
}
 .explore-block h3{
    padding-top: 25px;
        font-size: 50px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;

}

  .explore-block p{
    padding-top: 18px;
        font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    padding-bottom: 15px;
    text-align: center;

}
.explore-block i{
    color: #FFA500;
    font-size: 60px;
    text-align: center;
}
.expolore-logo{
    position: relative;
    z-index: 9;
}
.home-contact{
    background: rgb(4 16 35 / 85%);
  padding: 100px 0;
}
.home-contact form {
 padding: 75px 35px 25px 35px;
  margin: 12px auto;
  border: 2px solid #ccc;
  border-radius: 20px;
  position:relative;
  z-index:1;
}

.home-contact form > div{
  position:absolute;
  top:0;
  left:50%;
  padding:0 20px;
   transform:translate(-50%,-50%);
  background-color:rgb(70 79 94 / 100%);
  border: 2px solid #ccc;
  border-radius: 20px;
  text-align:center;
}

.home-contact form > div > img{
  filter:invert(1);
  width:100px;
}

.home-contact form > input,
.home-contact form > textarea {
  padding: 15px;
  margin: 12px auto;
  border: 1px solid #ccc;
  color: #ddd;
  background-color: rgb(70 79 94 / 50%);
  border-radius:0;
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

.home-contact form > textarea{
  height:100px;
  resize:none;
}

.home-contact form > input[type="submit"] {
  padding: 9px 35px;
  cursor: pointer;
  transition: 0.35s;
  background: #ffcc00;
  border: 0;
  max-width: 200px;
  color: #000;
  font-family: 'Museo_Slab_500';
  font-size: 19px;
}

.home-contact form > input[type="submit"]:hover {
  background-color:#d0a808;
}
 .home-contact h2{
     margin-bottom: 100px;
        font-size:35px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    z-index: 9;
    position: relative;
    font-family: 'Museo_Slab_500';
}

footer {
  background-color: #27282c;
  padding: 50px 0 0 0;
}

footer .f-add {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
  margin-top: 5px;
}

footer .f-add p {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

footer img {
  max-width: 100%;
}

footer p {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}
footer .f-add a{
    color: #fff;
}
footer h3 {
  font-size: 15px;
  color: #c19d1d;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Museo_Slab_500';
}

footer .social {
  margin: 25px 0;
}

footer .social i {
  color: #fff;
  margin-left: 25px;
  font-size: 21px;
}

.f-bottom-link {
  margin-top: 15px;
}

.f-bottom-link a {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  margin: 0 0 0 25px;
}

.f-top {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.copyright {
  padding: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.clienttele{
    padding: 100px 0;
    background: #fff;
}
.clienttele h2{
    text-align: center;
    font-family: 'Museo_Slab_500';
    font-size: 40px;
    line-height: 65px;
}
.hire{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}
.hire h2{
    font-size: 35px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    z-index: 9;
    position: relative;
    font-family: 'Museo_Slab_500';
}
.hire p{
    font-size: 17px;
    color: #222;
    line-height: 21px;
    font-weight: 400;
    font-style: normal;
    z-index: 9;
    position: relative;
    padding:10px 0 15px 0;
}
.hire a{
    position: relative;
    display: inline-block;
    color: #000;
    background: #ffcc00;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 35px;
    transition: all 500ms ease;
    border: 0;
    border-radius: 0;
}
.inner-banner{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-banner:before {
    position: absolute;
    left: 0;
    height:100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(4 16 35 / 50%);
}
.inner-banner h1{
    white-space: nowrap;
    font-size: 70px;
    line-height: 78px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    z-index: 1;
     text-shadow: 1px 1px #333;
     font-family: 'Museo_Slab_500';
}
.about-content-block{
    padding: 75px 0 50px 0;
}
.about-content-block p{
    font-size: 16px;
    color: #222;
    padding:5px;
    text-align: justify;
    line-height: 21px;
 }
.about-content-block .image{
background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
min-height:275px;
}



.sec-title-style1 .text .decor-left span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #FFA500;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .text .decor-right{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
.sec-title-style1 .text .decor-right span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #FFA500;
    content: "";
    margin: 2px 0;
}
.sec-title-style1 .text .decor-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}
.sec-title-style1 .text .decor-right:after{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #FFA500;
    border-radius: 50%;
    content: "";
}

.sec-title-style1 .bottom-text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title-style1 .bottom-text p{
    color: #848484;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.sec-title-style1 .bottom-text.clr-gray p{
    color: #cdcdcd;    
}
.sec-title-style1 .text a{
    color: #000;
}
.contact-address-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0 120px;
}
.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px;
}
.contact-address-box{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;    
}
.single-contact-address-box {
    position: relative;
    display: block;
    background: #27282c;
    padding: 85px 30px 77px;
}
.single-contact-address-box .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-contact-address-box .icon-holder span:before{
    font-size: 75px;
}
.single-contact-address-box h3{
    color: #ffffff;
    margin: 0px 0 9px;
}
.single-contact-address-box h2{
    color: #FFA500;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px;
}
.single-contact-address-box a{
    color: #000;
}

.single-contact-address-box.main-branch {
    background: #FFA500;
    padding: 53px 30px 51px;
    margin-top: -20px;
    margin-bottom: -20px;
}
.single-contact-address-box.main-branch h3{
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center;
}
.single-contact-address-box.main-branch .inner{
    position: relative;
    display: block;
    
}
.single-contact-address-box.main-branch .inner ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-contact-address-box.main-branch .inner ul li{
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px;
}
.single-contact-address-box.main-branch .inner ul li:last-child{
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.single-contact-address-box.main-branch .inner ul li .title{
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
}
.single-contact-address-box.main-branch .inner ul li .title h4{
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #a5821e;
}

.single-contact-address-box.main-branch .inner ul li .text{
    position: relative;
    display: block;
}
.single-contact-address-box.main-branch .inner ul li .text p{
    color: #131313;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
.single-contact-address-box h3{
    font-family: 'Museo_Slab_500';
    font-size: 25px;
    text-align: left;
}
.single-contact-address-box .top-social li{
    padding-left: 0 !important;
    padding-right: 25px;
}
.single-contact-address-box i{
    font-size: 19px;
}
.about-content-block h3{
    font-family: 'Museo_Slab_500';
    font-size: 25px;
    line-height: 35px;
    padding-bottom:25px;
    text-transform: uppercase;
    color: #0069ff;
}
.about-content-block h4{
    font-family: 'Museo_Slab_500';
    font-size: 37px;
    line-height: 45px;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.about-content-block h5{
    font-family: 'Museo_Slab_500';
    font-size: 17px;
    line-height: 35px;
    padding-bottom:0;
    text-transform: uppercase;
    color: #555;
}

.vision{
  padding: 100px 0;
  position: relative;
}

.vision{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.vision .wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../img/wave.png);
    background-size: 1000px 100px;
}
.vision .wave.wave1{
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;

}
.vision .wave.wave2{
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
    
}
.vision .wave.wave3{
    animation: animate3 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: 2s;
    bottom: 15px;
    
}
.vision .wave.wave4{
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 10px;

}
@keyframes animate{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 1000px;
    }
}
@keyframes animate2{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: -1000px;
    }
}
.vision-block{
    background: #3176e1;
    padding-bottom: 100px;
}
.vision-block .image-block{
   margin-top: 50px;
   text-align: center;
   position: relative;
   width: 125px;
   height: 125px;
   margin:50px auto 0 auto;
}
.vision-block .user{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.vision-block .user img{
    max-width: 60px;
}
.vision-block .image {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.vision-block img{
    max-width: 125px;
}
.vision-block h3{
        font-family: 'Museo_Slab_500';
    font-size: 25px;
    line-height: 35px;
    padding: 25px 0 0 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.vision-block p{
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.vision-block h2{
    font-family: 'Museo_Slab_500';
    font-size: 37px;
    line-height: 45px;
    padding-top: 75px;
    text-align: center;
    color: #fff;
}
.vision-block h6{
    font-family: 'Museo_Slab_500';
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}

.services-details .img-block{
    overflow: hidden;
    height: 100%;
    position: relative;
}
.services-details .img-block:before{
     position: absolute;
    left: 0;
     height:100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgb(4 16 35 / 25%);
    z-index: 0;
}
.services-details .img-block .img{
     background-size: cover !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
     transition: all 1s ease;
     height: 100%;
     width: 100%;
}
.services-details .img-block:hover .img{
     width: calc(100% + 50px);
}
.services-details .content{
    padding:50px;
    min-height: 300px;
    display: flex;
    justify-content:center;
    flex-direction: column;
}
.services-details .content h1{
      font-size: 25px;
    line-height: 32px;
    color: #fff;
    font-family: 'Museo_Slab_500';
    margin-bottom: 10px;
}
.services-details{
    background: #f8f8f8;
}
.services-details .content h3{
    color: #222;
    font-size: 14px;
}
.services-details .content p {
    color: #333;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
   }
   .expolore-logo img{
    max-width: 450px;
   }
   .top-social li a{
    color: #fff;
   }
   .hamburger-menu {
    position: absolute;
    top: 50px;
    /* r: 0; */
    width: 35px;
    height: 50px;
    left: -50px;
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#394e78;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 13px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.skill .image-block{
   margin-top: 50px;
   text-align: center;
   position: relative;
   width: 125px;
   height: 125px;
   margin:50px auto 0 auto;
}
.skill .user{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.skill .user img{
    width: 60px;
}
.skill .image {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.skill img{
    max-width: 125px;
}
.skill h3{
        font-family: 'Museo_Slab_500';
    font-size: 15px;
    line-height: 25px;
    padding: 25px 0 0 0;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    max-width: 175px;
    margin: auto;
}
.services-details .skill{
    max-width: 750px;
    margin: auto;
}
.services-details .skill .block{
    min-width: 250px;
}
.inner-banner p{
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    margin-top: 25px;
    max-width: 700px;
}
.owl-carousel{
    display: block;
}
.skill{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.skill .item{
    margin: 10px;
    min-width: 220px;
    
}

.reserve-block{
    margin-bottom: 25px;
}
.reserve-block i{
    font-size: 45px;
    color: #9CA7AD;
    margin-right: 25px;
}
.reserve-block h4{
    font-size: 30px;
    font-weight:700;
    text-transform: uppercase;
    color: #333;
}
.reserve-block span{
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    color: #9CA7AD;
}
.reserve-block p{
    font-size: 15px;;
    font-weight: 600;
    color: #333;
}
.reserve-block a{
    color: #333;
}
.contact-address-area h3{
    font-size: 21px;
    color: #222;
    margin-bottom: 50px;
    font-weight: 700;
}
.top-header,header{
    max-width: 1000px;
    margin: auto;
}
.expolore-logo p{
    padding: 10px;
    background: #fff;
}
.address-block h4{
   font-size: 21px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
}
.address{
    max-width: 900px;
    margin: auto;
}
.address-block.text-right.border-ad{
    border-right: 1px solid #999;
    padding-right:25px;
}
.nk{
    margin-top:25px;
}
.nk i{
    margin-right: 30px;
}

 .download-brochure a {
    background: linear-gradient(135deg, #ffefae, #ffcc00);
    border-radius: 5px;
    padding: 5px 15px;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 95px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.download-brochure a img{
    max-width: 13px;
    margin-left: 5px;
}