*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}
.home{
  width: 100%;
  height: 50vh;
  background: linear-gradient(rgba(0, 17, 66, 0.7),rgba(0,0,0,0.5)),url(images/shipmentcover.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

/*---------------
---HEADER SECTION----
---------------*/
header{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 4%;
  background-color: #c7c7c7bb;
  backdrop-filter: blur(5px);
  width: 100%;
  z-index: 1;
}
/*---------------
---LOGO----
---------------*/
.header-logo{
  display: flex;
  align-items: center;
}
.header-logo-image{
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.header-logo-image img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header-logo-text h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: .5px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.header-logo-text span{
  color: #0a1174;
}

/*---------------
---NAVIGATION----
---------------*/
nav{
  background-color: #2626267d;
  font-size: 14px;
}
nav > ul{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
nav a{
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
}
nav ul li{
  color: #0a1174;
  list-style: none;
  transition: .5s ease;
}
ul img{
  width: 85%;
  height: 150px;
}
nav > ul > li > a{
  padding: 10px 25px;
}
nav ul>li.dropdown > a::after{
  position: relative;
  float: right;
  content: '';
}
nav > ul > li:hover{
  background: #0a1174;
}
nav ul.menu-area{
  padding: 40px 20px 0 20px;
  background: #fff;
  text-align: left;
  border-top: 5px solid #164c82 transparent;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: none;
  width: 100%;
  top: -9999px;
  left: 0;
  flex-wrap: wrap;
  z-index: 1;
}
nav ul li:hover ul.menu-area{
  top: 100%;
}
nav ul.menu-area ul{
  width: 25%;
  margin-bottom: 40px;
  color: #262626;
}
nav ul.menu-area h4{
  margin-bottom: 15px;
  text-transform: uppercase;
}
nav ul.menu-area ul li {
  display: block;
}
nav ul.menu-area ul li a{
  margin-top: 10px;
  color: #000;
  text-transform: none;
}
nav ul.menu-area ul li a:hover{
  color: #0a1174;
}
header i{
  color: #fff;
  font-size: 23px;
  display: none;
  cursor: pointer;
  transition: .5s ease;
  padding: 4px;
  border-radius: 50%;
}
header i:hover{
  color: #0a1174;
  padding: 5px;
  background-color: #f2f7fd5f;
  border-radius: 50%;
}
/*---------------
---Header Button----
---------------*/
.buttonh{
  padding: 8px 25px;
  text-decoration: none;
  background-color: #0a1174;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  letter-spacing: .5px;
  transition: .5s ease;
  cursor: pointer;
}
.buttonh:hover{
  background-color: #fff;
  color: #0a1174;
}
.menu-open{
  display: none;
}
.menu-close{
  display: none;
}
/*--------------
----QUOTE FORM-----*/
.quote{
  width: 600px;
  height: 550px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.1) ;
  border: 1px solid #0a1174;
  visibility: hidden;
  z-index: 1;
  position: fixed;
}
.quote-form{
  padding: 15px 20px;
  background: #0a1174;
}
.close-icon{
  position: absolute;
  top: 4.3%;
  right: 5%;
}
.close-icon i{
  font-size: 28px;
  color: #fff;
  width: 35px;
  height: 35px;
  background: #3688f4;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s ease;
}
.close-icon i:hover{
  background-color: #fff;
  color: #0a1174;
}
.quote-form h2{
  color: #3688f4;
  font-size: 30px;
  margin-bottom: 10px;
}
form .db1-field{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 0.5rem;
}
.db1-field .field{
  height: 40px;
  width: calc(100% / 2 - 13px);
  position: relative;
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 40px;
  border: 1px solid #0a1174;
  font-size: 13px;
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 40px;
  border: 1px solid #0a1174;
  font-size: 13px;
}
form .field input::placeholder,
form .message textarea::placeholder{
  color: #2b4d5943;
}
.quote-form .field i{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #2b4d5943;
}
.quote-form form i{
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #2b4d5943;
}
form .message{
  position: relative;
}
form .message i{
  top: 20px;
}
form .message textarea{
  min-height: 150px;
  padding-top: 10px;
}
.contact-button{
  margin-top: 30px;
}
.contact-button span{
  display: none;
}
.contact-button button{
  padding: 10px 20px;
  background-color: #3688f4;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: .5s ease;
  width: 100%;
}
.contact-button button:hover{
  background-color: #fff;
  color: #0a1174;
}
.open-quote{
  visibility: visible;
  top: 50%;
  transform: translate(-50%,-50%) scale(10);
  transition: transform 0.5s;
}
/*-----------
---SCROLL SECTION --*/
#scroll{
  display:none;
  padding: 12px;
  background-color: #0a1174;
  color: #fff;
  position: absolute;
  bottom: 5%;
  right: 2%;
  border-radius: 50%;
  font-size: 23px;
  cursor: pointer;
  position: fixed;
  border: 3px solid #fff;
  z-index: 1;
  transition: .5s ease;
  box-shadow: 0 0 10 rgba(0,0,0,0.2);
}
#scroll:hover{
  background-color: #3688f4;
}
/*---------------
---TITLE SECTION----
---------------*/
.title{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.title h2{
  font-size: 55px;
  color: #fff;
}
.title p{
  color: #3688f4;
  font-weight: 600;
}
.home{
  position: relative;
}
/*---------------
---ABOUT SECTION----
---------------*/
.about{
  width: 100%;
  height: 90vh;
  background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)), url(images/background.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(550px,auto));
  justify-content: center;
  padding-top: 30px;
}
.about-left{
  width: 550px;
  height: 500px;
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
}
.about-image{
  grid-column: 1/5;
  grid-row: 2/7;
  margin-left: 10px;
  border-radius: 15px;
  background: url(images/partners1.jpg);
  background-position: center;
  background-size: cover;
}
.about-image2{
  grid-column: 6/9;
  grid-row: 1/6;
  background: url(images/port3.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 15px;
  border-radius: 15px;
}
.about-image3{
  grid-column: 6/10;
  grid-row: 6/8;
  background: url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  margin-top: 15px;
}
.about-left-text{
  grid-column: 1/5;
  grid-row: 7/9;
  background-color: #0a1174;
  margin-left: 10px;
  margin-top: 15px;
  border-radius: 15px;
}
.about-left-text {
  padding: 10px;
  letter-spacing: .5px;
}
.about-left-text h4{
  color: #fff;
  font-size: 15px;
}
.about-left-text p{
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}
/*---------------
---ABOUT --right-- SECTION----
---------------*/
.about-right{
  width: 550px;
  height: 500px;
  background-color: #ffffffbe;
}
.about-text{
  width: 550px;
  height: 280px;
  padding: 15px;
  letter-spacing: .5px;
}
.about-text h5{
  color: #3688f4;
  margin-bottom: 4px;
}
.about-text h3{
  color: #0a1174;
  font-size: 28px;
}
.about-text p{
  font-size: 13px;
  font-weight: 300;
  color: #0a1174;
  margin-bottom: 10px;
}
.about-text span{
  color: #3688f4;
}
.about-video{
  width: 500px;
  height: 200px;
  background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  margin-left: 15px;
  border-radius: 15px;
  margin-top: 20px;
}
@media (min-aspect-ratio:9/9){
  .about-video{
    width: 500px;
    height: 200px;
  }
}
@media (max-aspect-ratio:16/9){
  .about-video{
    width: 500px;
    height: 100%;
  }
}
/*---------------
---CEO SECTION----
---------------*/
.ceo{
  width: 100%;
  height: 80vh;
  background-color: #3688f424;
  background:linear-gradient(rgba(213, 233, 250, 0.95),rgba(213, 233, 250, 0.95)), url(images/aboutcont1.jpg);
  background-position: center;
  background-size: cover;
}
.ceo-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(500px,auto));
  justify-content: center;
  padding-top: 35px;
}
.ceo-left{
  width: 500px;
  height: 400px;
}
.ceo-text{
  letter-spacing: .5px;
  padding: 35px 10px;
}
.ceo-text h4{
  color: #3688f4;
  font-size: 14px;
  margin-bottom: 2px;
}
.ceo-text h2{
  font-size: 40px;
  color: #0a1174;
}
.ceo-text p{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
.ceo-text span{
  color: #3688f4;
}
.ceo-right{
  width: 550px;
  height: 400px;
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
}
.ceo-image{
  grid-column: 1/9;
  grid-row: 1/7;
  background-color: #0a1174;
  margin-top: 20px;
}
.ceo-background{
  grid-column: 2/10;
  grid-row: 2/8;
  background:linear-gradient(rgba(8, 11, 101, 0.4),rgba(8, 11, 101, 0.4)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  background-color: #0a1174;
  margin-bottom: 20px;
}
/*---------------
---CTA SECTION----
---------------*/
.cta{
  width: 100%;
  height: 30vh;
  background: linear-gradient(rgba(30, 45, 100, 0.6),rgba(30, 45, 100, 0.6)), url(images/aboutus.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cta-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,auto));
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding-top: 30px;
}
.cta1{
  width: 250px;
  height: 140px;
}
.cta-text{
  text-align: center;
  letter-spacing: .5px;
  padding: 10px 15px;
}
.cta-text i{
  font-size: 30px;
  color: #3688f4;
}
.cta-text h3{
  font-size: 37px;
  color: #fff;
  letter-spacing: 1px;
}
.cta-text p{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
/*---------------
---MANAGEMENT SECTION----
---------------*/
.management{
  width: 100%;
  height: 70vh;
  padding: 0 10%;
  background-color: #3688f424;
}
.management-text{
  text-align: center;
  padding: 15px 0;
  letter-spacing: .5px;
}
.management-text h3{
  color: #0a1174;
  font-size: 35px;
}
.management-text p{
  font-size: 13px;
  font-weight: 300;
}
.management-container{
  max-width: 1100px;
  width: 100%;
}
.management-container .management-box{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 10px);
  gap: 1rem;
  cursor: pointer;
  overflow: hidden;
}
.management-box :where(.card,img){
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor.dragging .team-card{
  cursor: grab;
  user-select: none;
}
.management-box .team-card{
  width: 280px;
  height: 250px;
  border: 1px solid #0a1174;
  background: url(images/partners1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.team-overlay{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3688f436;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
.team-card:hover .team-overlay{
  top: 0;
  transition: 1s ease-in-out;
}
.team-text{
  text-align: center;
  padding-top: 80px;
}
.team-text h2{
  color: #FFF;
}
.team-text p{
  color: #0a1174;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-text i{
  font-size: 17px;
  color: #0a1174;
}
.team-icon {

  padding-top: 15px;
  padding-bottom: 20px;
}
.team-icon i{
  font-size: 32px;
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
.team-icon i:hover{
  color: #fff;
}
/* ------------------
----MISSION SECTION---
---------------------*/
.mission{
  height: 80vh;
  width: 100%;
}
.mission-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(550px, auto));
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
  padding: 30px 0;
}
.mission-left{
  width: 500px;
  height: 400px;
}
.mission-left h2{
  color: #0a1174;
  font-size: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.skills-bar{
  width: 500px;
  border-radius: 10px;
  padding: 15px 10px;
  background: #FFF;
}
.skills-bar, .bar{
  margin: 20px 0;
}
.skills-bar .bar:first-child{
  margin-top: 0px;
}
.skills-bar .bar .info span{
  font-size: 17px;
  font-weight: 500;
  color: #3688f4;
}
.skills-bar .bar .info{
  margin-bottom: 5px;
}
.skills-bar .bar .progress-line{
  position: relative;
  height: 10px;
  width: 100%;
  background: #f0f0f0;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate1 1s cubic-bezier(1,0,0.5,1) forwards;
}
.bar .progress-line span{
  height: 100%;
  width: 80%;
  border-radius: 10px;
  background: #0a1174;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate1 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}
@keyframes animate1 {
  100%{
    transform: scaleX(1);
  }
  
}
.progress-line.html span{
  width: 80%;
}
.progress-line.python span{
  width: 80%;
}
.progress-line.css span{
  width: 90%;
}
.progress-line.javascript span{
  width: 82%;
}
.progress-line.mysql span{
  width: 87%;
}
.bar .progress-line span::before{
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-color: #000;
}
.bar .progress-line span::after{
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  background: #0a1174;
  padding: 1px 8px;
  border-radius: 3px;
}
.progress-line.html span::after{
  content: "90%";
}
.progress-line.python span::after{
  content: "80%";
}
.progress-line.css span::after{
  content: "90%";
}
.progress-line.javascript span::after{
  content: "82%";
}
.progress-line.mysql span::after{
  content: "87%";
}
.mission-right{
  width: 550px;
  height: 430px;
  padding-left: 20px;
}
.mission-text{
  margin-top: 10px;
}
.mission1{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.mission1 i{
  font-size: 30px;
  color: #3688f4;
}
.mission1 h2{
  font-size: 32px;
  margin-left: 10px;
  color: #0a1174;
}
.mission-text p{
  font-size: 13px;
  font-weight: 200;
  color: #0a1174;
}
.vision{
  display: flex;
  margin-top: 2px;
}
.vision i{
  color: #0a1174;
  font-weight: 600;
  margin-right: 5px;
}
.vision p{
  font-weight: 500;
}
/* ------------------
----CTA2 SECTION---
---------------------*/
.cta2{
  width: 100%;
  height: 40vh;
  background:linear-gradient(rgba(110, 152, 251, 0.6),rgba(110, 152, 251, 0.6)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cta2-text{
  text-align: center;
  padding: 40px 0;
  letter-spacing: .5px;
}
.cta2-text h5{
  color: #0a1174;
}
.cta2-text h2{
  color: #fff;
  font-size: 50px;
}
.cta2-text p{
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 200;
}
.cta2-text a{
  padding: 8px 25px;
  background-color: #0a1174;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  transition: .5s ease;
  cursor: pointer;
}
.cta2-text a:hover{
  background-color: #fff;
  color: #0a1174;
}
/*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 60vh;
  background-color: #3688f47a;
  padding: 0 4%;
}
.reviews-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(400px,auto));
  justify-content: center;
  padding-top: 30px;
}
.reviews-text{
  width: 400px;
  height: 400px;
  padding: 15px 13px;
}
.reviews-text h2{
  font-size: 38px;
  color: #0a1174;
  margin-bottom: 5px;
}
.reviews-text p{
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 20px;
}
.reviews-text a{
  padding: 10px 22px;
  background-color: #0a1174;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  transition: .5s ease;
}
.reviews-text a:hover{
  background-color: #fff;
  color: #0a1174;
}
.reviews-box{
  max-width: 1100px;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow: hidden;
  gap: 5rem;
  cursor: pointer;
}
.reviews-icon {
  position: absolute;
  right: 8%;
  padding-top: 15px;
}
.reviews-icon i{
  font-size: 32px;
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
.reviews-icon i:hover{
  color: #fff;
}
.reviews-card{
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
}
.reviews-card h5{
  color: #3688f4;
  margin-bottom: 5px;
}
.reviews-card p{
  font-size: 13px;
  line-height: 1.4;
  font-weight: 200;
}
.review-partner{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.review-image{
  width: 60px;
  height: 60px;
  background-color: #3688f4;
  border-radius: 50%;
}
.review-title{
  margin-left: 10px;
}
.review-title h4{
  color: #0a1174;
  margin-bottom: 2px;
  font-size: 14px;
}
.review-title p{
  font-weight: 300;
}
/*-------------
---PARTNERS SECTION------
------------*/
.partners{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #0a1174;
  overflow: hidden;
}
.partners .partners-container{
  animation: scroll 20s infinite linear;
  display: flex;
  align-items: center;
  width: calc(250px * 15);
  padding-top: 15px;
}
@keyframes scroll{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(calc(-250px * 7));
  }
}
.partners:hover .partners-container{
  animation-play-state: paused;
}
.partner-card{
  width: 210px;
  height: 110px;
  border: 0px solid #0a1174;
  cursor: pointer;
  opacity: 0.1;
}
.partner-card img{
  width: 130px;
  height: 80px;
}
.partner-text{
  width: 150px;
  height: 110px;
  padding-top: 20px;
}
.partner-text h2{
  font-size: 16px;
}
/*-------------
---FOOTER SECTION------
------------*/
footer{
  width: 100%;
  height: 40vh;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,auto));
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  background:linear-gradient(rgba(106, 176, 234, 0.9),rgba(106, 176, 234, 0.9)), url(images/aboutcont1.jpg);
  background-position: center;
  background-size: cover;
}
.footer-left{
  width: 350px;
  height: 100%;
  padding: 15px;
}
.logo-box{
  display: flex;
  justify-content: center;
}
.logo-image{
  width: 120px;
  height: 50px;
  margin-right: 10px;
  margin-top: 10px;
}
.logo-image img{
  width: 100%;
  height: 100%;
}
.logo{
  text-align: left;
}
.logo-text h2{
  font-size: 25px;
  color: #0a1174;
  margin-bottom: 4px;
}
.logo-text p{
  font-size: 13px;
  font-weight: 300;
  color: #0a1174;
}
.logo-socials{
  margin-top: 10px;
}
.logo-socials i{
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
.logo-socials i:hover{
  color: #fff;
}
/*-------------
---FOOTER center------
------------*/
.footer-center{
  width: 350px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.navigation-title h3{
  color: #0a1174;
}
.navigation-links a{
  text-decoration: none;
  color: #0a1174;
  font-weight: 300;
  cursor: pointer;
  font-size: 14px;
}
.navigation-links a:hover{
  color: #fff;
}
.footer-right{
  width: 400px;
  height: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
}
.address-box h5{
  font-size: 20px;
  margin-bottom: 2px;
  color: #0a1174;
}
.address-box p{
  font-size: 14px;
  font-weight: 300;
  color: #0a1174;
}
/*---------------
---Copyright----
---------------*/
.copyright{
  text-align: center;
  padding: 5px 0;
  background-color: #0a1174;
}       
.copyright p{
  color: #0a1174;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: .5px;
  color: #fff;
}
.copyright a{
  color: #a5c4ec;
}
.copyright a:hover{
  color: #3688f4;
}


/*---------------
---Animation Scrolling----
---------------*/
@keyframes animate{
  0%,100% 
  {
    clip-path: polygon(0% 45%,15% 44%,32% 50%,48% 50%,70% 61%,87% 60%,100% 56%,100% 100%,0% 100%,);
  }
  50%
  {
    clip-path: polygon(0% 60%,16% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0% 100%,);
  }
}
div.animate{
  transition: 5s;
}
.sec-1 .animate{
  transform: translateX(-150%);
  opacity: 0;
}
.sec-1.show-animate .animate{
  transform: translateX(0);
  transition: 2s;
  opacity: 1;
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}
.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}





/*Mobile Devices*/
@media (max-width:480px){
 /*Header Nav Section*/
 header{
  position: fixed;
}
header i{
  display: block;
}
.nav-container{
  position: absolute;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  display: block;
  transition: all .35s ease;
  background: #0a1174f5;
  backdrop-filter: blur(5px);
  z-index: 1;
  transition: all 1.5s ease;
}
.menu-close{
  display: block;
  position: absolute;
  top: 2%;
  right: 3%;
}
.menu-open{
  display: block;
}
nav{
  height: 100%;
}
nav > ul{
  display: block;
  width: 100%;
  padding-top: 50px;
}
nav ul.menu-area{
  display: none;
}
nav > ul > li:hover{
  background: #3688f4;
}
nav a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
}
ul > li > a{
  display:block;
  flex-direction: column;
  z-index: 1;
}
.buttonh{
  display: none;
 }
 .quote{
  width: 360px;
  height: 100%;
  margin-left: 20px;
}
.quote-form h2{
  font-size: 27px;
}
.title{
  top: 60%;
  left: 50%;
}
.title h2{
  font-size: 40px;
}
.home{
  height: 40vh;
}
  .about{
    height: 100%;
  }
  .about-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(360px,auto));
    justify-content: center;
  }
  .about-left{
    width: 360px;
    height: 520px;
  }
  .about-image{
    grid-column: 1/4;
    grid-row: 2/6;
    margin-right: 15px;
  }
  .about-image2{
    grid-column: 4/7;
    grid-row: 1/6;
  }
  .about-image3{
    grid-column: 4/7;
    grid-row: 6/8;
  }
  .about-left-text{
    grid-column: 1/3;
    grid-row: 6/9;
  }
  .about-left-text {
    padding: 8px;
    letter-spacing: .5px;
  }
  .about-left-text h4{
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .about-left-text p{
    color: #fff;
    font-weight: 200;
    font-size: 11px;
  }
  .about-right{
    width: 360px;
    height: 100%;
  }
  .about-text{
    text-align: center;
    width: 100%;
    height: 400px;
  }
  .about-video{
    width: 100%;
    height: 150px;
  }
  @media (min-aspect-ratio:9/9){
    .about-video{
      width: 360px;
      height: 150px;
    }
  }
  @media (max-aspect-ratio:16/9){
    .about-video{
      width: 360px;
      height: 150px;
    }
  }
  .ceo{
    width: 100%;
    height: 100%;
  }
  .ceo-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(360px,auto));
    justify-content: center;
  }
  .ceo-left{
    width: 360px;
    height: 400px;
  }
  .ceo-text{
    text-align: center;
    letter-spacing: .5px;
    padding: 35px 10px;
  }
  .ceo-text h2{
    font-size: 30px;
  }
  .ceo-text p{
    font-size: 13px;
  }
  .ceo-right{
    width: 360px;
  }
  .ceo-image{
    grid-column: 1/7;
    grid-row: 1/6;
  }
  .ceo-background{
    grid-column: 1/7;
    grid-row: 2/7;
  }

.cta{
  width: 100%;
  height: 100%;
}
.cta-container{
  display: grid;
}
.cta1{
  width: 250px;
  height: 120px;
}
.cta-text{
  text-align: center;
  letter-spacing: .5px;
  padding: 10px 15px;
}
.cta-text i{
  font-size: 30px;
  color: #3688f4;
}
.cta-text h3{
  font-size: 37px;
  color: #fff;
  letter-spacing: 1px;
}
.cta-text p{
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}
.management{
  width: 100%;
  height: 100%;
  background-color: #3688f424;
}
.management-container .management-box{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 2) - 12px);
  gap: 10rem;
  cursor: pointer;
  overflow: hidden;
}
.team-card{
  width: 280px;
  height: 250px;
  border: 1px solid #0a1174;
  background: url(images/partners1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.mission{
  height: 100%;
  width: 100%;
}
.mission-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(360px, auto));
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
  padding: 30px 0;
}
.mission-left{
  width: 360px;
  height: 400px;
}
.mission-left h2{
  text-align: center;
  color: #0a1174;
  font-size: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.skills-bar{
  width: 360px;
  border-radius: 10px;
  padding: 15px 10px;
  background: #FFF;
}
.skills-bar .bar .info span{
  font-size: 15px;
  font-weight: 500;
  color: #3688f4;
}
.mission-right{
  width: 360px;
  height: 450px;
}

.cta2-text h2{
  color: #fff;
  font-size: 40px;
}
/*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 100%;
  background-color: #3688f47a;
}
.reviews-container{
  display: block;
  grid-template-columns: repeat(auto-fit,minmax(360px,auto));
  justify-content: center;
}
.reviews-icon{
  position: absolute;
  bottom: 0;
}
.reviews-text{
  text-align: center;
  width: 360px;
  height: 300px;
  padding: 15px 13px;
}
.reviews-text h2{
  font-size: 38px;
  color: #0a1174;
  margin-bottom: 5px;
}
.reviews-text p{
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 20px;
}
.reviews-text a{
  padding: 10px 22px;
  background-color: #0a1174;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  transition: .5s ease;
}
.reviews-text a:hover{
  background-color: #fff;
  color: #0a1174;
}
.reviews-box{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 1.5) - 10px);
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 70px;
}
.reviews-card{
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
  text-align: center;
  margin-top: 20px;
}
.reviews-card h5{
  color: #3688f4;
  margin-bottom: 5px;
}
.reviews-card p{
  font-size: 13px;
  line-height: 1.4;
  font-weight: 200;
}
.review-partner{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.review-image{
  width: 60px;
  height: 60px;
  background-color: #3688f4;
  border-radius: 50%;
}
.review-title{
  margin-left: 10px;
}
.review-title h4{
  color: #0a1174;
  margin-bottom: 2px;
  font-size: 14px;
}
.review-title p{
  font-weight: 300;
}
/*-------------
---PARTNERS SECTION------
------------*/
.partners{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #0a1174;
}
/*-------------
---FOOTER SECTION------
------------*/
footer{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,auto));
  align-items: center;
  justify-content: center;
  background-color: #a5c4ec;
  padding: 15px;
}
.footer-left{
  width: 350px;
  height: 100%;
  padding: 15px;
}
.logo-box{
  display: flex;
  justify-content: center;
}
.logo-image{
  width: 120px;
  height: 50px;
  margin-right: 10px;
  margin-top: 10px;
}
.logo-image img{
  width: 100%;
  height: 100%;
}
.logo{
  text-align: left;
}
.logo-text h2{
  font-size: 25px;
  color: #0a1174;
  margin-bottom: 4px;
}
.logo-text p{
  font-size: 13px;
  font-weight: 200;
  color: #0a1174;
}
.logo-socials{
  margin-top: 10px;
}
.logo-socials i{
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
.logo-socials i:hover{
  color: #fff;
}
/*-------------
---FOOTER center------
------------*/
.footer-center{
  width: 350px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  text-align: center;
}
.navigation{
  margin-top: 10px;
}
.navigation-title h3{
  color: #0a1174;
}
.navigation-links a{
  text-decoration: none;
  color: #0a1174;
  font-weight: 200;
  cursor: pointer;
}
.navigation-links a:hover{
  color: #fff;
}
.footer-right{
  width: 350px;
  height: 100%;
  display: inline-block;
  justify-content: center;
  text-align: center;
}
.address-box h5{
  font-size: 20px;
  margin-bottom: 2px;
  color: #0a1174;
}
.address-box p{
  font-size: 15px;
  font-weight: 200;
  color: #0a1174;
}
/*---------------
---Copyright----
---------------*/
.copyright p{
  font-size: 13px;
}


}
/*Extra Small Devices*/
@media (min-width:481px) and (max-width:767px){
  .top-header{
    display: none;
  }
  .logo h2{
    font-size: 16px;
  }
  .top-location-icon i{
    
  }
   /*Header Nav Section*/
 header{
  position: fixed;
}
header i{
  display: block;
}
.nav-container{
  position: absolute;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  display: block;
  transition: all .35s ease;
  background: #0a1174f5;
  backdrop-filter: blur(5px);
  z-index: 1;
  transition: all 1.5s ease;
}
.menu-close{
  display: block;
  position: absolute;
  top: 2%;
  right: 3%;
}
.menu-open{
  display: block;
}
nav{
  height: 100%;
}
nav > ul{
  display: block;
  width: 100%;
  padding-top: 50px;
}
nav ul.menu-area{
  display: none;
}
nav > ul > li:hover{
  background: #3688f4;
}
nav a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
}
ul > li > a{
  display:block;
  flex-direction: column;
  z-index: 1;
}
.buttonh{
  display: none;
 }
 .quote{
  width: 470px;
  height: 100%;
  margin-left: 20px;
}

  .title{
    top: 50%;
    left: 50%;
  }
  .title h2{
    font-size: 44px;
  }
  .about{
    height: 160vh;
    width: 100;
  }
  .about-container{
    display: block;
  }
  .about-left{
    width: 100%;
    height: 450px;
  }
  .about-image{
    grid-column: 1/5;
    grid-row: 2/6;
  }
  .about-image2{
    grid-column: 6/9;
    grid-row: 1/6;
  }
  .about-image3{
    grid-column: 6/9;
    grid-row: 6/8;
  }
  .about-left-text{
    grid-column: 2/5;
    grid-row: 6/8;
  }
  .about-left-text {
    padding: 10px;
    letter-spacing: .5px;
  }
  .about-left-text h4{
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .about-left-text p{
    color: #fff;
    font-weight: 200;
    font-size: 11px;
  }
  .about-right{
    width: 100%;
    height: 250px;
  }
  .about-text{
    text-align: center;
    width: 100%;
    height: 320px;
  }
  .about-video{
    width: 100%;
    height: 150px;
  }
  @media (min-aspect-ratio:9/9){
    .about-video{
      width: 90%;
      height: 150px;
    }
  }
  @media (max-aspect-ratio:16/9){
    .about-video{
      width: 90%;
      height: 150px;
    }
  }
  .ceo{
    width: 100%;
    height: 132vh;
  }
  .ceo-container{
    display: block;
  }
  .ceo-left{
    width: 100%;
    height: 400px;
  }
  .ceo-text{
    text-align: center;
    letter-spacing: .5px;
    padding: 35px 10px;
  }
  .ceo-text h2{
    font-size: 30px;
  }
  .ceo-text p{
    font-size: 13px;
  }
  .ceo-right{
    width: 450px;
  }
  .ceo-image{
    grid-column: 1/9;
    grid-row: 1/6;
  }
  .ceo-background{
    grid-column: 1/9;
    grid-row: 2/7;
  }

.cta{
  width: 100%;
  height: 100%;
}
.cta-container{
  display: grid;
  padding-top: 5px;
}
.cta1{
  width: 250px;
  height: 130px;
}
.cta-text{
  text-align: center;
  letter-spacing: .5px;
  padding: 10px 15px;
}
.cta-text i{
  font-size: 30px;
  color: #3688f4;
}
.cta-text h3{
  font-size: 37px;
  color: #fff;
  letter-spacing: 1px;
}
.cta-text p{
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}
.management{
  width: 100%;
  height: 100%;
  background-color: #3688f424;
}
.mission{
  height: 150vh;
  width: 100%;
}
.management-container .management-box{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 2) - 9px);
  gap: 8rem;
  cursor: pointer;
  overflow: hidden;
}
.mission-left{
  width: 100%;
  height: 400px;
}
.mission-left h2{
  text-align: center;
  color: #0a1174;
  font-size: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.skills-bar{
  width: 450px;
  border-radius: 10px;
  padding: 15px 10px;
  background: #FFF;
}
.mission-right{
  width: 500px;
  height: 430px;
  padding-left: 20px;
}

.cta2-text h2{
  color: #fff;
  font-size: 40px;
}
/*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 100%;
  background-color: #3688f47a;
}
.reviews-container{
  display: block;
  grid-template-columns: repeat(auto-fit,minmax(400px,auto));
  justify-content: center;
}
.reviews-icon{
  position: absolute;
  bottom: 0;
}
.reviews-box{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 2) - 10px);
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 70px;
}
.reviews-card{
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
  text-align: center;
  margin-top: 20px;
}

/*-------------
---PARTNERS SECTION------
------------*/
.partners{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #0a1174;
}
footer{
  width: 100%;
  height: 100%;
  display: grid;
}

.logo-text h2{
  font-size: 25px;
}


}
/*Small Tablets*/
@media (min-width:768px) and (max-width:991px){
  .top-header{
    display: none;
  }
  .logo h2{
    font-size: 16px;
  }
   /*Header Nav Section*/
 header{
  position: fixed;
}
header i{
  display: block;
}
.nav-container{
  position: absolute;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  display: block;
  transition: all .35s ease;
  background: #0a1174f5;
  backdrop-filter: blur(5px);
  z-index: 1;
  transition: all 1.5s ease;
}
.menu-close{
  display: block;
  position: absolute;
  top: 2%;
  right: 3%;
}
.menu-open{
  display: block;
}
nav{
  height: 100%;
}
nav > ul{
  display: block;
  width: 100%;
  padding-top: 50px;
}
nav ul.menu-area{
  display: none;
}
nav > ul > li:hover{
  background: #3688f4;
}
nav a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
}
ul > li > a{
  display:block;
  flex-direction: column;
  z-index: 1;
}
.buttonh{
  display: none;
 }
 .quote{
  margin-left: 20px;
}
  .title{
    top: 50%;
    left: 50%;
  }
  .title h2{
    font-size: 44px;
  }
  .about{
    height: 160vh;
  }
  .about-container{
    display: block;
    justify-content: center;
  }
  .about-left{
    width: 100%;
    height: 450px;
  }
  .about-image{
    grid-column: 1/5;
    grid-row: 2/6;
  }
  .about-image2{
    grid-column: 6/9;
    grid-row: 1/6;
  }
  .about-image3{
    grid-column: 6/9;
    grid-row: 6/8;
  }
  .about-left-text{
    grid-column: 2/5;
    grid-row: 6/8;
  }
  .about-left-text {
    padding: 10px;
    letter-spacing: .5px;
  }
  .about-left-text h4{
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .about-left-text p{
    color: #fff;
    font-weight: 200;
    font-size: 11px;
  }
  .about-right{
    width: 100%;
    height: 250px;
  }
  .about-text{
    text-align: center;
    width: 100%;
    height: 240px;
  }
  .about-video{
    width: 100px;
    height: 150px;
  }
  @media (min-aspect-ratio:9/9){
    .about-video{
      width: 80%;
      height: 150px;
    }
  }
  @media (max-aspect-ratio:16/9){
    .about-video{
      width: 80%;
      height: 150px;
    }
  }
  .ceo{
    width: 100%;
    height: 100%;
  }
  .ceo-container{
    display: block;
  }
  .ceo-left{
    width: 100%;
    height: 400px;
  }
  .ceo-text{
    text-align: center;
    letter-spacing: .5px;
    padding: 35px 10px;
  }
  .ceo-text h2{
    font-size: 30px;
  }
  .ceo-text p{
    font-size: 13px;
  }
  .ceo-right{
    width: 100%;
  }
  .ceo-image{
    grid-column: 4/12;
    grid-row: 1/6;
  }
  .ceo-background{
    grid-column: 3/11;
    grid-row: 2/7;
  }
  .cta{
    width: 100%;
    height: 100%;
  }
  .cta-container{
    display: grid;
    padding-top: 5px;
  }
  .cta1{
    width: 250px;
    height: 130px;
  }
  .cta-text{
    text-align: center;
    letter-spacing: .5px;
    padding: 10px 15px;
  }
  .cta-text i{
    font-size: 30px;
    color: #3688f4;
  }
  .cta-text h3{
    font-size: 37px;
    color: #fff;
    letter-spacing: 1px;
  }
  .cta-text p{
    font-size: 14px;
    font-weight: 200;
    color: #fff;
  }
  .management{
    width: 100%;
    height: 100%;
    background-color: #3688f424;
  }
  .management-container .management-box{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 10px);
    gap: 4rem;
    cursor: pointer;
    overflow: hidden;
  }
  .mission{
    height: 100%;
    width: 100%;
  }
  .mission-left{
    width: 100%;
    height: 400px;
  }
  .mission-left h2{
    text-align: center;
    color: #0a1174;
    font-size: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  .skills-bar{
    width: 450px;
    border-radius: 10px;
    padding: 15px 10px;
    background: #FFF;
  }
  .mission-right{
    width: 500px;
    height: 430px;
    padding-left: 20px;
  }
  
  .cta2-text h2{
    color: #fff;
    font-size: 40px;
  }
  /*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 100%;
  background-color: #3688f47a;
}
.reviews-container{
  display: block;
  grid-template-columns: repeat(auto-fit,minmax(400px,auto));
  justify-content: center;
}
.reviews-icon{
  position: absolute;
  bottom: 0;
}
.reviews-box{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 2.5) - 12px);
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 70px;
}
.reviews-card{
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
  text-align: center;
  margin-top: 20px;
}
  .partners{
    width: 100%;
    height: 30vh;
    text-align: center;
    color: #0a1174;
  }
  .partners-container{
    display: flex;
    overflow: hidden;
  }
  footer{
    width: 100%;
    height: 100%;
    display: grid;
  }


}
/*Large Tablets/Laptops*/
@media (min-width:992px) and (max-width:1199px){
  .top-header{
    display: none;
  }
  .top-header{
    display: none;
  }
  .logo h2{
    font-size: 16px;
  }
 
  /*Header Nav Section*/
  header{
    position: fixed;
  }
  header i{
    display: block;
  }
  .nav-container{
    position: absolute;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    display: block;
    transition: all .35s ease;
    background: #0a1174f5;
    backdrop-filter: blur(5px);
    z-index: 1;
    transition: all 1.5s ease;
  }
  .menu-close{
    display: block;
    position: absolute;
    top: 2%;
    right: 3%;
  }
  .menu-open{
    display: block;
  }
  nav{
    height: 100%;
  }
  nav > ul{
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  nav ul.menu-area{
    display: none;
  }
  nav > ul > li:hover{
    background: #3688f4;
  }
  nav a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  ul > li > a{
    display:block;
    flex-direction: column;
    z-index: 1;
  }
  .buttonh{
    display: none;
   }
  .title{
    top: 50%;
    left: 50%;
  }
  .title h2{
    font-size: 44px;
  }
  .about{
    height: 100%;
  }
  
  .management{
    width: 100%;
    height: 100%;
    background-color: #3688f424;
  }

    /*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 100%;
  background-color: #3688f47a;
}
.reviews-container{
  display: block;
  grid-template-columns: repeat(auto-fit,minmax(400px,auto));
  justify-content: center;
}
.reviews-icon{
  position: absolute;
  bottom: 0;
}
.reviews-box{
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 70px;
}
.reviews-card{
  width: 300px;
  height: 250px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
  text-align: center;
  margin-top: 20px;
}
  .about-video{
    width: 100px;
    height: 150px;
  }
  @media (min-aspect-ratio:9/9){
    .about-video{
      width: 100%;
      height: 150px;
    }
  }
  @media (max-aspect-ratio:16/9){
    .about-video{
      width: 100%;
      height: 150px;
    }
  }
  .ceo{
    width: 100%;
    height: 100%;
  }
  .ceo-container{
    display: grid;
    justify-content: center;
    padding-bottom: 20px;
  }
  .ceo-left{
    width: 500px;
    height: 400px;
  }
  .ceo-right{
    width: 500px;
  }
  .cta{
    width: 100%;
    height: 100%;
  }
  .management-container .management-box{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 3rem;
    cursor: pointer;
    overflow: hidden;
  }
  .mission{
    height: 100%;
    width: 100%;
  }
  .reviews-container{
    overflow: hidden;
  }
  .partners{
    width: 100%;
    height: 30vh;
    text-align: center;
    color: #0a1174;
  }
  .partners-container{
    display: flex;
    overflow: hidden;
  }
  footer{
    width: 100%;
    height: 100%;
    display: grid;
  }

  .logo-text h2{
    font-size: 25px;
  }
 
  
}
/*Desktops*/
@media (min-width:1500px) and (max-width:1919px){
  header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 4%;
    background-color: #c7c7c7bb;
    backdrop-filter: blur(5px);
    width: 100%;
    z-index: 1;
  }
  /*---------------
---LOGO----
---------------*/
.header-logo-image{
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
.header-logo-image img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header-logo-text h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
  /*---------------
  ---NAVIGATION----
  ---------------*/
  nav{
    background-color: #2626267d;
    font-size: 17px;
  }
  nav > ul{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  nav ul li{
    color: #0a1174;
    list-style: none;
    transition: .5s ease;
  }
  ul img{
    width: 85%;
    height: 150px;
  }
  nav > ul > li > a{
    padding: 10px 25px;
  }
  nav ul>li.dropdown > a::after{
    position: relative;
    float: right;
    content: '';
  }
  nav > ul > li:hover{
    background: #0a1174;
  }

  nav ul.menu-area ul li a:hover{
    color: #0a1174;
  }
  header i{
    color: #fff;
    font-size: 23px;
    display: none;
    cursor: pointer;
    transition: .5s ease;
    padding: 4px;
    border-radius: 50%;
  }

  /*---------------
  ---Header Button----
  ---------------*/
  .buttonh{
    padding: 8px 25px;
    text-decoration: none;
    background-color: #0a1174;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    letter-spacing: .5px;
    transition: .5s ease;
    cursor: pointer;
  }
  .buttonh:hover{
    background-color: #fff;
    color: #0a1174;
  }
  /*--------------
----QUOTE FORM-----*/
.quote{
  width: 700px;
  height: 900px;
  top: 50%;
  left: 50%;
}
.close-icon i{
  font-size: 35px;
}
.quote-form h2{
  font-size: 35px;
}
form .field input,
form .message textarea{
  font-size: 18px;
}
form .field input,
form .message textarea{
  font-size: 19px;
}
.quote-form .field i{
  font-size: 23px;
}
.quote-form form i{
  font-size: 16px;
}
.contact-button button{
  padding: 10px 20px;
  font-size: 19px;
}
.title h2{
  font-size: 65px;
  color: #fff;
}
.title p{
  color: #3688f4;
  font-weight: 600;
  font-size: 18px;
}
  /*---------------
---ABOUT SECTION----
---------------*/
.about{
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)), url(images/background.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(650px,auto));
  justify-content: center;
  padding: 80px 40px;
}
.about-left{
  width: 650px;
  height: 500px;
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
}
.about-image{
  grid-column: 1/5;
  grid-row: 2/8;
}
.about-image2{
  grid-column: 6/10;
  grid-row: 1/7;
}
.about-image3{
  grid-column: 6/11;
  grid-row: 7/10;
}
.about-left-text{
  grid-column: 1/5;
  grid-row: 8/11;
}

.about-left-text h4{
  color: #fff;
  font-size: 20px;
}
.about-left-text p{
  color: #fff;
  font-weight: 200;
  font-size: 17px;
}
/*---------------
---ABOUT --right-- SECTION----
---------------*/
.about-right{
  width: 680px;
  height: 600px;
  background-color: #ffffffbe;
}
.about-text{
  width: 680px;
  height: 280px;
  padding: 15px;
  letter-spacing: .5px;
}
.about-text h5{
  color: #3688f4;
  margin-bottom: 4px;
  font-size: 20px;
}
.about-text h3{
  color: #0a1174;
  font-size: 35px;
}
.about-text p{
  font-size: 18px;
  font-weight: 300;
  color: #0a1174;
  margin-bottom: 10px;
}
.about-text span{
  color: #3688f4;
}
.about-video{
  width: 550px;
  height: 200px;
  background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  margin-left: 15px;
  border-radius: 15px;
  margin-top: 100px;
}
@media (min-aspect-ratio:9/9){
  .about-video{
    width: 550px;
    height: 220px;
  }
}
@media (max-aspect-ratio:16/9){
  .about-video{
    width: 550px;
    height: 100%;
  }
}
  .management{
    width: 100%;
    height: 100%;
    background-color: #3688f424;
  }
  .mission{
    height: 100%;
    width: 100%;
  }
  .mission-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(600px, auto));
    justify-content: center;
    gap: 2rem;
    margin-top: 20px;
    padding: 30px 0;
  }
  .mission-left{
    width: 100%;
    height: 400px;
  }
  .mission-left h2{
    text-align: center;
    color: #0a1174;
    font-size: 45px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  .skills-bar{
    width: 450px;
    border-radius: 10px;
    padding: 15px 10px;
    background: #FFF;
  }
  .mission-right{
    width: 500px;
    height: 430px;
    padding-left: 20px;
  }
  
  .cta2-text h2{
    color: #fff;
    font-size: 40px;
  }
  .title h2{
    font-size: 75px;
    color: #fff;
  }
  .reviews{
    width: 100%;
    height: 100%;
    background-color: #3688f47a;
  }
  /*---------------
---CEO SECTION----
---------------*/
.ceo{
  width: 100%;
  height: 100%;
  background-color: #3688f424;
  background:linear-gradient(rgba(213, 233, 250, 0.95),rgba(213, 233, 250, 0.95)), url(images/aboutcont1.jpg);
  background-position: center;
  background-size: cover;
}
.ceo-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(650px,auto));
  justify-content: center;
  padding: 80px 0;
}
.ceo-left{
  width: 650px;
  height: 400px;
}
.ceo-text h4{
  color: #3688f4;
  font-size: 20px;
  margin-bottom: 2px;
}
.ceo-text h2{
  font-size: 47px;
  color: #0a1174;
}
.ceo-text p{
  font-size: 18px;
}

.ceo-right{
  width: 650px;
  height: 400px;
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
}
.ceo-image{
  grid-column: 1/10;
  grid-row: 1/8;

}
.ceo-background{
  grid-column: 2/11;
  grid-row: 2/9;
}
/*---------------
---CTA SECTION----
---------------*/
.cta{
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(30, 45, 100, 0.6),rgba(30, 45, 100, 0.6)), url(images/aboutus.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cta-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,auto));
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding: 50px 0;
}
.cta1{
  width: 300px;
  height: 140px;
}
.cta-text{
  text-align: center;
  letter-spacing: .5px;
  padding: 10px 15px;
}
.cta-text i{
  font-size: 40px;
}
.cta-text h3{
  font-size: 45px;
}
.cta-text p{
  font-size: 18px;
}
/*---------------
---MANAGEMENT SECTION----
---------------*/
.management{
  width: 100%;
  height: 100%;
  padding: 0 10%;
  background-color: #3688f424;
}
.management-text{
  text-align: center;
  padding: 15px 0;
  letter-spacing: .5px;
}
.management-text h3{
  color: #0a1174;
  font-size: 45px;
}
.management-text p{
  font-size: 20px;
  font-weight: 300;
}
.management-container{
  max-width: 1500px;
  width: 100%;
}
.management-container .management-box{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
}
.management-box .team-card{
  width: 400px;
  height: 350px;
}

.team-text h2{
  color: #FFF;
  font-size: 34px;
}
.team-text p{
  font-size: 18px;
}
.team-text i{
  font-size: 25px;
  color: #0a1174;
}
.team-icon i{
  font-size: 40px;
}
/* ------------------
----MISSION SECTION---
---------------------*/
.mission{
  height: 100%;
  width: 100%;
}
.mission-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(650px, auto));
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
  padding: 50px 0;
}
.mission-left{
  width: 650px;
  height: 500px;
}
.mission-left h2{
  color: #0a1174;
  font-size: 45px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.skills-bar{
  width: 650px;
  border-radius: 10px;
  padding: 15px 10px;
  background: #FFF;
}
.skills-bar .bar .info span{
  font-size: 22px;
}
.skills-bar .bar .progress-line{
  position: relative;
  height: 13px;
}

.bar .progress-line span::after{
  font-size: 18px;
}

.mission-right{
  width: 650px;
  height: 500px;
  padding-left: 20px;
}
.mission-text{
  margin-top: 10px;
}
.mission1{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.mission1 i{
  font-size: 35px;
  color: #3688f4;
}
.mission1 h2{
  font-size: 40px;
  margin-left: 10px;
  color: #0a1174;
}
.mission-text p{
  font-size: 18px;
  font-weight: 200;
  color: #0a1174;
}
.vision i{
  font-size: 25px;
}
/* ------------------
----CTA2 SECTION---
---------------------*/
.cta2{
  width: 100%;
  height: 100%;
  background:linear-gradient(rgba(110, 152, 251, 0.6),rgba(110, 152, 251, 0.6)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cta2-text{
  text-align: center;
  padding: 40px 0;
  letter-spacing: .5px;
}
.cta2-text h5{
  color: #0a1174;
  font-size: 20px;
}
.cta2-text h2{
  color: #fff;
  font-size: 52px;
}
.cta2-text p{
  font-size: 18px;
}
.cta2-text a{
  font-size: 16px;
}
/*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 100%;
  background-color: #3688f47a;
  padding: 0 4%;
}
.reviews-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(500px,auto));
  justify-content: center;
  padding: 30px 0;
}
.reviews-text{
  width: 500px;
  height: 440px;
  padding: 15px 13px;
}
.reviews-text h2{
  font-size: 45px;
}
.reviews-text p{
  font-size: 18px;
}
.reviews-text a{
  font-size: 18px;
}
.reviews-box{
  max-width: 1100px;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow: hidden;
  gap: 5rem;
  cursor: pointer;
}
.reviews-icon i{
  font-size: 38px;
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
.reviews-icon i:hover{
  color: #fff;
}
.reviews-card{
  width: 400px;
  height: 300px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
}
.reviews-card h5{
  color: #3688f4;
  margin-bottom: 5px;
  font-size: 20px;
}
.reviews-card p{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
}
.review-partner{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.review-image{
  width: 60px;
  height: 60px;
  background-color: #3688f4;
  border-radius: 50%;
}
.review-title{
  margin-left: 10px;
}
.review-title h4{
  color: #0a1174;
  margin-bottom: 2px;
  font-size: 18px;
}
.review-title p{
  font-weight: 300;
}
.partners{
  width: 100%;
  height: 100%;
}
.partners .partners-container{
  animation: scroll 30s infinite linear;
  display: flex;
  align-items: center;
  width: calc(300px * 15);
  padding-top: 30px;
}
.partner-card{
  width: 280px;
  height: 170px;
  border: 0px solid #0a1174;
  cursor: pointer;
  opacity: 0.1;
}
.partner-card img{
  width: 180px;
  height: 110px;
}
.partner-text{
  width: 180px;
  height: 110px;
  padding-top: 20px;
}
.partner-text h2{
  font-size: 25px;
}
/*-------------
---FOOTER SECTION------
------------*/
footer{
  width: 100%;
  height: 40vh;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(350px,auto));
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  background:linear-gradient(rgba(106, 176, 234, 0.9),rgba(106, 176, 234, 0.9)), url(images/aboutcont1.jpg);
  background-position: center;
  background-size: cover;
}
.footer-left{
  width: 500px;
  height: 100%;
  padding: 15px;
}
.logo-box{
  display: flex;
  justify-content: center;
}
.logo-image{
  width: 110px;
  height: 60px;
  margin-right: 10px;
  margin-top: 10px;
}
.logo-image img{
  width: 100%;
  height: 100%;
}
.logo{
  text-align: left;
}
.logo-text h2{
  font-size: 30px;
  color: #0a1174;
  margin-bottom: 4px;
}
.logo-text p{
  font-size: 20px;
  font-weight: 300;
  color: #0a1174;
}
.logo-socials{
  margin-top: 10px;
}
.logo-socials i{
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
  font-size: 28px;
}
/*-------------
---FOOTER center------
------------*/
.footer-center{
  width: 500px;
  height: 100%;
  justify-content: space-evenly;
}
.navigation-title h3{
  color: #0a1174;
  font-size: 30px;
}
.navigation-links a{
  text-decoration: none;
  color: #0a1174;
  font-weight: 300;
  cursor: pointer;
  font-size: 20px;
}
.navigation-links a:hover{
  color: #fff;
}
.footer-right{
  width: 500px;
  height: 100%;
}
.address-box h5{
  font-size: 28px;
  margin-bottom: 2px;
  color: #0a1174;
}
.address-box p{
  font-size: 20px;
  font-weight: 300;
  color: #0a1174;
}
/*---------------
---Copyright----
---------------*/
       
.copyright p{
  font-size: 20px;
}
}
/*Extra Large Screens*/
@media (min-width:1920px){
   /*---------------
---LOGO----
---------------*/
.header-logo-image{
  width: 70px;
  height: 70px;
  margin-right: 5px;
}
.header-logo-image img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header-logo-text h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
}
  /*---------------
  ---NAVIGATION----
  ---------------*/
  nav{
    background-color: #2626267d;
    font-size: 25px;
  }
  nav > ul{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
  }
  nav ul li{
    color: #0a1174;
    list-style: none;
    transition: .5s ease;
  }
  header i{
    font-size: 23px;
  }

  /*---------------
  ---Header Button----
  ---------------*/
  .buttonh{
    padding: 10px 25px;
    font-size: 25px;
  }
    /*--------------
----QUOTE FORM-----*/
.quote{
  width: 900px;
  height: 100vh;
  top: 50%;
  left: 50%;
}
.close-icon i{
  font-size: 40px;
}
.quote-form h2{
  font-size: 35px;
}
form .field input,
form .message textarea{
  font-size: 18px;
}
form .field input,
form .message textarea{
  font-size: 19px;
}
.quote-form .field i{
  font-size: 23px;
}
.quote-form form i{
  font-size: 16px;
}
.contact-button button{
  padding: 10px 20px;
  font-size: 19px;
}
  .title h2{
    font-size: 100px;
    color: #fff;
  }
  .title p{
    color: #3688f4;
    font-weight: 600;
    font-size: 35px;
  }
   /*---------------
---ABOUT SECTION----
---------------*/
.about{
  width: 100%;
  height: 75vh;
  background: linear-gradient(rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.9)), url(images/background.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.about-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(950px,auto));
  justify-content: center;
  padding: 80px 40px;
  gap: 1rem;
}
.about-left{
  width: 950px;
  height: 600px;
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
}
.about-image{
  grid-column: 1/7;
  grid-row: 2/10;
}
.about-image2{
  grid-column: 8/14;
  grid-row: 1/8;
}
.about-image3{
  grid-column: 8/14;
  grid-row: 8/11;
}
.about-left-text{
  grid-column: 1/7;
  grid-row: 10/13;
}

.about-left-text h4{
  color: #fff;
  font-size: 28px;
}
.about-left-text p{
  color: #fff;
  font-weight: 200;
  font-size: 22px;
}
/*---------------
---ABOUT --right-- SECTION----
---------------*/
.about-right{
  width: 950px;
  height: 600px;
  background-color: #ffffffbe;
}
.about-text{
  width: 900px;
  height: 280px;
  padding: 15px;
  letter-spacing: .5px;
}
.about-text h5{
  color: #3688f4;
  margin-bottom: 4px;
  font-size: 28px;
}
.about-text h3{
  color: #0a1174;
  font-size: 50px;
}
.about-text p{
  font-size: 25px;
  font-weight: 300;
  color: #0a1174;
  margin-bottom: 10px;
}
.about-video{
  width: 750px;
  height: 250px;
  background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  margin-left: 15px;
  border-radius: 15px;
  margin-top: 310px;
}
   /*---------------
---CEO SECTION----
---------------*/
.ceo{
  width: 100%;
  height: 70vh;
  background-color: #3688f424;
  background:linear-gradient(rgba(213, 233, 250, 0.95),rgba(213, 233, 250, 0.95)), url(images/aboutcont1.jpg);
  background-position: center;
  background-size: cover;
}
.ceo-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(950px,auto));
  justify-content: center;
  padding: 80px 0;
  gap: 2rem;
}
.ceo-left{
  width: 950px;
  height: 550px;
}
.ceo-text h4{
  color: #3688f4;
  font-size: 30px;
  margin-bottom: 2px;
}
.ceo-text h2{
  font-size: 60px;
  color: #0a1174;
}
.ceo-text p{
  font-size: 28px;
}

.ceo-right{
  width: 950px;
  height: 550px;
  display: grid;
  grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
  grid-template-rows: 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px;
}
.ceo-image{
  grid-column: 1/14;
  grid-row: 1/12;
}
.ceo-background{
  grid-column: 2/15;
  grid-row: 2/13;
}
/*---------------
---CTA SECTION----
---------------*/
.cta{
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(30, 45, 100, 0.6),rgba(30, 45, 100, 0.6)), url(images/aboutus.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cta-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,auto));
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding: 50px 0;
}
.cta1{
  width: 300px;
  height: 150px;
}
.cta-text{
  text-align: center;
  letter-spacing: .5px;
  padding: 10px 15px;
}
.cta-text i{
  font-size: 50px;
}
.cta-text h3{
  font-size: 55px;
}
.cta-text p{
  font-size: 25px;
}
/*---------------
---MANAGEMENT SECTION----
---------------*/
.management{
  width: 100%;
  height: 100%;
  padding: 0 10%;
  background-color: #3688f424;
}
.management-text{
  text-align: center;
  padding: 15px 0;
  letter-spacing: .5px;
}
.management-text h3{
  color: #0a1174;
  font-size: 55px;
}
.management-text p{
  font-size: 28px;
  font-weight: 300;
}
.management-container{
  max-width: 1800px;
  width: 100%;
}
.management-container .management-box{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
}
.management-box .team-card{
  width: 550px;
  height: 450px;
}
.team-text h2{
  color: #FFF;
  font-size: 50px;
}
.team-text p{
  font-size: 28px;
}
.team-text i{
  font-size: 35px;
  color: #0a1174;
}
.team-icon i{
  font-size: 60px;
}
/* ------------------
----MISSION SECTION---
---------------------*/
.mission{
  height: 75vh;
  width: 100%;
}
.mission-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(950px, auto));
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
  padding: 50px 0;
}
.mission-left{
  width: 950px;
  height: 600px;
}
.mission-left h2{
  color: #0a1174;
  font-size: 55px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.skills-bar{
  width: 850px;
  border-radius: 10px;
  padding: 15px 10px;
  background: #FFF;
}
.skills-bar .bar .info span{
  font-size: 34px;
}
.skills-bar .bar .progress-line{
  position: relative;
  height: 15px;
}

.bar .progress-line span::after{
  font-size: 25px;
}

.mission-right{
  width: 950px;
  height: 600px;
  padding-left: 20px;
}
.mission-text{
  margin-top: 10px;
}
.mission1{
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.mission1 i{
  font-size: 45px;
  color: #3688f4;
}
.mission1 h2{
  font-size: 60px;
  margin-left: 10px;
  color: #0a1174;
}
.mission-text p{
  font-size: 24px;
  font-weight: 200;
  color: #0a1174;
}
.vision i{
  font-size: 35px;
}
/* ------------------
----CTA2 SECTION---
---------------------*/
.cta2{
  width: 100%;
  height: 100%;
  background:linear-gradient(rgba(110, 152, 251, 0.6),rgba(110, 152, 251, 0.6)), url(images/partners3.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.cta2-text{
  text-align: center;
  padding: 40px 0;
  letter-spacing: .5px;
}
.cta2-text h5{
  color: #0a1174;
  font-size: 30px;
}
.cta2-text h2{
  color: #fff;
  font-size: 60px;
}
.cta2-text p{
  font-size: 28px;
}
.cta2-text a{
  font-size: 25px;
}
/*-------------
---REVIEWS SECTION------
------------*/
.reviews{
  width: 100%;
  height: 100%;
  background-color: #3688f47a;
  padding: 0 4%;
}
.reviews-container{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(700px,auto));
  justify-content: center;
  padding: 30px 0 10px;
}
.reviews-text{
  width: 700px;
  height: 600px;
  padding: 15px 13px;
}
.reviews-text h2{
  font-size: 65px;
}
.reviews-text p{
  font-size: 30px;
}
.reviews-text a{
  font-size: 27px;
}
.reviews-box{
  max-width: 1500px;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
.reviews-box .reviews-box2{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow: hidden;
  gap: 5rem;
  cursor: pointer;
}
.reviews-icon i{
  font-size: 38px;
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
.reviews-icon i:hover{
  color: #fff;
}
.reviews-card{
  width: 500px;
  height: 400px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #0a1174;
}
.reviews-card h5{
  color: #3688f4;
  margin-bottom: 5px;
  font-size: 28px;
}
.reviews-card p{
  font-size: 25px;
  line-height: 1.4;
  font-weight: 200;
}
.review-partner{
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.review-image{
  width: 60px;
  height: 60px;
  background-color: #3688f4;
  border-radius: 50%;
}
.review-title{
  margin-left: 10px;
}
.review-title h4{
  color: #0a1174;
  margin-bottom: 2px;
  font-size: 25px;
}
.review-title p{
  font-weight: 300;
}
.reviews-icon i{
  font-size: 55px;
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
}
/*--------------
--PARTNERS SECTION--
--------------*/
.partners{
  width: 100%;
  height: 100%;
}
.partners .partners-container{
  animation: scroll 30s infinite linear;
  display: flex;
  align-items: center;
  width: calc(300px * 15);
  padding-top: 30px;
}
.partner-card{
  width: 380px;
  height: 200px;
  border: 0px solid #0a1174;
  cursor: pointer;
  opacity: 0.1;
}
.partner-card img{
  width: 230px;
  height: 150px;
}
.partner-text{
  width: 280px;
  height: 150px;
  padding-top: 20px;
}
.partner-text h2{
  font-size: 35px;
}
/*-------------
---FOOTER SECTION------
------------*/
footer{
  width: 100%;
  height: 40vh;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(700px,auto));
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  background:linear-gradient(rgba(106, 176, 234, 0.9),rgba(106, 176, 234, 0.9)), url(images/aboutcont1.jpg);
  background-position: center;
  background-size: cover;
}
.footer-left{
  width: 700px;
  height: 100%;
  padding: 15px;
}
.logo-box{
  display: flex;
  justify-content: center;
}
.logo-image{
  width: 200px;
  height: 100px;
  margin-right: 10px;
  margin-top: 10px;
}
.logo-image img{
  width: 100%;
  height: 100%;
}
.logo{
  text-align: left;
}
.logo-text h2{
  font-size: 50px;
  color: #0a1174;
  margin-bottom: 4px;
}
.logo-text p{
  font-size: 28px;
  font-weight: 300;
  color: #0a1174;
}
.logo-socials{
  margin-top: 10px;
}
.logo-socials i{
  color: #0a1174;
  cursor: pointer;
  transition: .5s ease;
  font-size: 35px;
}
/*-------------
---FOOTER center------
------------*/
.footer-center{
  width: 700px;
  height: 100%;
  justify-content: space-evenly;
}
.navigation-title h3{
  color: #0a1174;
  font-size: 45px;
}
.navigation-links a{
  text-decoration: none;
  color: #0a1174;
  font-weight: 300;
  cursor: pointer;
  font-size: 30px;
}
.navigation-links a:hover{
  color: #fff;
}
.footer-right{
  width: 700px;
  height: 100%;
}
.address-box h5{
  font-size: 40px;
  margin-bottom: 2px;
  color: #0a1174;
}
.address-box p{
  font-size: 28px;
  font-weight: 300;
  color: #0a1174;
}
/*---------------
---Copyright----
---------------*/
       
.copyright p{
  font-size: 30px;
}
}