* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --orange: #ee5934;
  --light_orange: #fa922a;
  --blue: #22479f;
  --light_blue: #1384c8;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
}




/* time pass ruff it at deployment time*/
.wrapper {
  padding: 3rem 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

h2 {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2.5rem;
  color: var(--orange);
}

h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  color: var(--orange);
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

p {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
}

.main-btn {
  display: inline-block !important;
  padding: 0.675rem 1.875rem;
  line-height: 1.1625rem;
  background: var(--light_blue);
  border: 0.1875rem solid var(--light_blue);
  border-radius: 5px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
  transition: all .4s ease-out 0s;
}

.white-btn {
  display: inline-block;
  padding: 0.675rem 1.875rem;
  line-height: 1.1625rem;
  background: #fff;
  border: 0.1875rem solid #fff;
  color: var(--blue);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
  transition: all .4s ease-out 0s;
}

/* time pass ruff it at deployment time*/












/* navbar style */
.navigation-wrap {
  position: fixed;
  width: 100vw;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap img {
  height: 100px;
  margin-left: 10px;
}

/*.navigation-wrap i{
        font-size:1.8rem;
        color:var(--blue);
      }*/


.navigation-wrap .myBtn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 5 !important;
}

.navigation-wrap .myBtn span {
  width: 24.5px;
  height: 2px;
  background-color: var(--orange);
  border-radius: 5px;
  transition: all .4s ease-in-out;
}

.navigation-wrap .myBtn span::before,
.navigation-wrap .myBtn span::after {
  content: "";
  position: absolute;
  width: 24.5px;
  height: 2px;
  background-color: var(--orange);
  border-radius: 5px;
  transition: all .4s ease-in-out;
}

.navigation-wrap .myBtn span::before {
  transform: translateY(-8px);
  margin-left: -27%;
}

.navigation-wrap .myBtn span::after {
  transform: translateY(8px);
  margin-left: -27%;
}

/* navigation btn animation */
.navigation-wrap .myBtn.anime span {
  background: transparent;
}

.navigation-wrap .myBtn.anime span::before {
  transform: rotate(45deg);
}

.navigation-wrap .myBtn.anime span::after {
  transform: rotate(-45deg);
}

.navigation-wrap .nav-item {
  padding: 0 0.625rem;
  transition: all 200ms linear;
}

.navigation-wrap .nav-link {
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: var(--orange) !important;
}

.navigation-wrap .nav-link:hover {
  color: #fff !important;
}

.navigation-wrap.scroll-on .nav-link:hover {
  color: #000 !important;
}

.navigation-wrap .navbar-toggler {
  border: unset;
}

.navigation-wrap .navbar-toggler:focus {
  outline: unset;
  border: unset;
  box-shadow: unset;
}

.navigation-wrap.scroll-on {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff !important;
  width: 100vw;
  transition: all .3s linear;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
}

.block {
  height: 118px;
}

@media screen and (max-width: 450px) {
  .navigation-wrap img {
    height: 90px !important;
  }

  .navigation-wrap .nav-item {
    padding: 0 1rem;
  }

  .top-banner h1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrap {
    background: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .navigation-wrap img {
    height: 95px;
  }
}

@media screen and (min-width: 991px) {
  .block {
    //display:none;
  }
}




/* hero section */
.hero_section .box-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero/bg2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16.875rem 0 9.375rem;
}

.hero_section .box-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero/bg3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16.875rem 0 9.375rem;
}

.hero_section .box .text {
  max-width: 500px;
}

.hero_section .box .text h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.3rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.hero_section .box .text p {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 27px;
}

.hero_section .box .text a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 5px;
}

.hero_section .box .text .heroBtn {
  background-color: var(--light_blue);
  margin-right: 5px;
}

@media screen and (max-width: 500px) {
  .hero_section .box .text h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .hero_section .box .text p {
    font-size: 1rem;
    margin-bottom: 27px;
  }
}




.owl-services .box {
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
  padding: 8px 10px;
  border-radius: 6px;
  max-width: 350px;
  margin: 0 auto;
  height: 310px;
}

.owl-services .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.owl-services .box i {
  font-size: 3rem;
  color: var(--orange);
}

.owl-services .box .text {}


.owl-services .box .text h3 {
  font-size: 1.5rem;
}

.owl-services .box .text p {}









#about {
  background-color: #1a3852;
}

#about .text {
  margin-top: 220px;
}

#about span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #fff;
}

#about h2 {
  color: car(--orange);
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 2.5rem;
}

#about p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.5rem;
}

#about a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#about img {
  width: 100%;
  height: 100%;
}

#about .img-shadow {
  box-shadow: 0 0 30px rgba(115, 128, 157, 0.3);
}

#about .wrap-service .img-hover {
  transition: all 0.2s ease-in;
}

#about .wrap-service .img-hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#about .wrap-service .uneven-box {
  margin-top: 100px;
}

@media(max-width:768px) {
  #about .wrap-service .uneven-box {
    margin-top: 10px;
  }

  #about .text {
    margin-top: 0px;
  }

}

/* about section */
/*#about{
  background:#f7f7f7;
}

.about-section .card,
.about-section img{
  border-radius:0.675rem;
}

.about-section .text-sec{
  padding-left:2rem;
}

.about-section span{
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:0.8rem;
}

.about-section h2{ 
  color: black;
  font-size:1.7rem;
  font-weight:700;
  text-transform:capitalize;
  line-height:2.5rem;
}

.about-section p{
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  line-height:1.5rem;
}

@media screen and (min-width: 991px){}
*/





.ourServices {
  text-align: center;
}

.ourServices .changeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.ourServices .changeBtn div {
  min-width: 200px;
  border: 1px solid var(--light_blue);
  padding: 7px 0px;
  display: inline-block;
  color: black;
  transition: 0.2s all ease-in-out;
}

.ourServices .changeBtn .active {
  background: var(--light_blue);
  color: #fff;
}

.ourServices .services-swiper {
  transition: 0.3s all linear;
  margin: 20px 0;
}

.ourServices .swiper-slide {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ourServices .swiper-slide img {
  width: 100%;
  height: 100%;
}

.ourServices h3 {
  position: absolute;
  font-size: 1.5rem;
  bottom: 0px;
  width: 100%;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  background-color: #41403e;
  margin-bottom: 0px;
}

.ourServices .swiper-slide .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0px;
  padding-left: 25px;
  padding-right: 20px;
  background-color: rgb(65, 64, 62, 0.8);
  text-align: left;
  transition: 0.3s all ease-in-out;
  overflow: auto;

}

.ourServices .swiper-slide h4 {
  letter-spacing: 0.25px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #fff;
}

.ourServices .swiper-slide .info p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}

.ourServices .swiper-slide:hover .info {
  height: 320px;
  padding-top: 50px;
}

.swiper-pagination-bullet-active {
  background: var(--orange);
}

.ourServices #services_2 {
  display: none;
}

@media screen and (max-width: 420px) {
  .ourServices .changeBtn div {
    min-width: 167px;
  }
}

@media screen and (max-width: 350px) {
  .ourServices .changeBtn div {
    max-width: 150px !important;
  }
}

.single-services {
  parding: 40px 0;
  background-color: #f7f7f7;
}





/* call to action */
.quickAction {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/quickAction.webp);
  background-size: cover;
  background-position: 0 4.4945rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 120px 0px;
  background-color: rgb(65, 64, 62, 0.8);
  text-align: center;
}

.qa-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.qa-content h2 em {
  font-style: normal;
  color: #ed563b;
}

.qa-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}



/* Partners Style */

.partners {
  //	margin-top: 140px;
  background-color: #f7f7f7;
  padding: 60px 0px;
  text-align: center;
}

.partners h2 {
  margin-bottom: 30px;
  color: #000;
}

.owl-item {
  text-align: center;
  cursor: pointer;
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px !important;
}

.partners .partner-item img {
  max-width: 156px;
  max-height: 110px;
  margin: auto;
}



/*direct call to director*/
.directCall {
  //	padding: 100px 0;
}

.directCall h2 {
  text-transform: none;
}

.directCall-view {
  //margin-bottom: 30px;
  position: relative;
}

.directCall-view .owl-item.active.center .directCall-box {
  transform: scale(1.15);
  opacity: 1;
}

.directCall-box {
  background: #fff;
  padding: 30px 20px;
  margin: 50px 15px 90px 15px;
  border-radius: 10px;
  box-shadow: 0 15px 50px -3px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  min-width: 300px;
}

.directCall-box .profile__perfil {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 10px auto;
  border: 2px solid var(--orange);
  padding: 5px;
}

.directCall-box .profile__perfil img {
  width: 66px;
}



.directCall .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 0.7;
  font-size: 30px !important;
  z-index: 1;
}

.directCall .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 0.7;
  font-size: 30px !important;
  z-index: 1;
}

.directCall .owl-dots {
  text-align: center;
}

.directCall .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #ccc !important;
  margin-left: 5px;
  margin-right: 5px;
  outline: none;
}

.directCall .owl-dots .owl-dot.active {
  background: #999 !important;
}





/* contact us */
/*.contact {
  background:linear-gradient(rgba(0,0,0,0.5) , rgba(0,0,0,0.5)) ,url(../img/contact_bg.jpg);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}*/

.contact {
  background-color: #1a3852;
}

.contact .heading {
  text-align: center;
  margin: 12px 0 10px 0;
  color: #fff;
}

.contact .details {
  background: #fff;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
  border-radius: 10px;
  padding: 40px 30px 35px 30px;
  max-width: 400px;
  margin: 25px auto;
}

.contact .details .item {
  display: flex;
  padding: 0 15px;
  margin-bottom: 30px !important;
}

.contact .details .item i {
  color: var(--orange);
  font-size: 2.5rem;
}

.contact .details .item .info {
  margin-left: 25px;
}

.contact .details .item .head {
  color: var(--orange);
  margin-bottom: 15px !important;
  font-size: 1.2rem;
}

.contact .details .item p {
  color: var(--fade);
  margin-bottom: 0px !important;
}

.contact .details .item p a {
  color: #000;
}

.center {
  display: flex;
  justify-content: center;
}


.contact form {
  padding: 25px 0;
  background: #fff;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 / 19%);
}

.contact form div {
  margin: 15px 0;
}

.contact input,
.contact textarea {
  border-radius: 10px;
  max-width: 380px;
  min-width: 300px;
  width: 100%;
  padding: 20px 20px;
  display: block;
  margin: auto;
  border: 1.5px solid gray;
  outline: none;
}

.contact form button {
  border-radius: 20px;
  max-width: 380px;
  width: 100%;
  padding: 20px 20px;
  display: block;
  margin: auto;
  background: var(--orange);
  color: #fff !important;
  border-radius: 5px;
}

@media (min-width: 720px) {
  .contact .main {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 800px) {
  .contact .details {
    padding: 30px 30px 27px 30px;
  }
}

@media (max-width: 800px) {
  .contact .details {
    padding: 30px 10px 20px 10px;
  }
}

@media (max-width: 400px) {

  .contact input,
  .contact textarea {
    width: 300px;
  }

  .contact form button {
    width: 300px;
  }
}



/*footer*/
footer {
  background: #242424;
  padding: 25px 0 0 0;
}

footer .main {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

footer .main img {
  height: 100px;
  margin-bottom: 7px;
}

footer .main .links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

footer .main a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 200ms linear;
}

footer .main a:hover {
  color: var(--orange);
}

footer .main .socialLinks {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .main .socialLinks li {
  margin: 5px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 1rem;
  transition: all 200ms linear;
}

footer .main .socialLinks li:hover {
  border-color: var(--orange);
}

.sub-footer {
  background-color: #343434;
  text-align: center;
  padding: 25px 0px;
  margin-top: 25px;
}

.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sub-footer a {
  color: #fff;
}