.icon-list-icon{
    font-size: 18px;
}@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

 
:root{
  --primary:#031569;
  --secondary:#F5FCFF;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
  scroll-behavior: smooth;
}

/* nav start */

.main-nav{
    max-width: 100%;
    padding:0 1.5rem;
    height: 100px;
}

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100px;*/
  background:var(--secondary);
   box-shadow: var(--light-shadow); 
  z-index: 100;
}

.logo{
    display: flex;
}

.logo .button img:hover{
  transform: translateY(45deg)
}

.main-nav img{
    width: 6rem;

    margin-right: auto;
}

.menu{
    width: 70%;
    height: 0;
    overflow: hidden;
    background-color: var(--secondary);
    
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;

    display: grid;
    grid-template-columns: 50% 50% 100%;
}

.showHeight{
    height: 100vh;
    transform: translate(0,0);
}

.menu .menu-left img{
    width: 8rem;
    padding: 1.3rem 0 1.5rem 1.7rem;
}

.menu .links{
	padding:10px 30px;
    list-style: none;
}

.menu button{
    align-self: flex-start;
    padding: 2.4rem 0;
    font-size: 1.5rem;
    animation: myani 2s infinite;
}

.menu button {
  align-self: flex-start;
  padding: 2.4rem 0;
  font-size: 1.5rem;
  animation: myani 2s infinite;
 
}

.menu .links li{
    padding: 0 0 2rem 0.6rem;
    text-decoration: none;
    transition: all 0.3s;   
}

.menu .links li a{
    text-decoration: none;
    color: #031569;
    font-size: 1.2rem;
    text-shadow: 0px 4px 4px rgba(133, 144, 243, 0.25);
    transition: all 0.3s;
}

.menu .links li:hover{
    transform:scale(1.2);
}


.main-nav button{
    background-color: transparent;
    border: none; 
}

.main-nav button img{
    width: 2rem;
}

.contact-icon i{
  margin-right: 1rem;
  font-size:1.5rem;
  border-radius: 50%;
  color: #fff;
}

.contact-icon{
  display: flex;
  margin-left: 200px;
  align-self: center;
}

.social-icon{
  background-color:var(--primary);
  padding: 7px;
  transition: all 0.3s;
}

.social-icon:hover{
  background-color:#fff;
  color: var(--primary);
}

/* menu end */


/*  nav and hero responsive start */

@media screen and (min-width: 750px) {
  .main-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menu{
        width: auto;
        height: auto;

        display: flex;
        align-items: center;
        position: static;
        background: transparent;
    }

    .menu .links{
      margin: 0;
      padding: 1.5rem 0;

      display: flex;
      justify-content: center;
    }

    .main-nav button{
        display: none;
    }

    .menu .links li{
        margin-left: 5rem;
        padding: 0;
    }

    .menu .menu-left img{
        display: none;
    }

  }

  @media screen and (max-width: 1150px){
    .contact-icon{
      display: none;
    }
  }

  @media screen and (max-width: 749px){
    .main-nav{

      background:#FAFAFA;
    }
    
    .menu .links li:hover{
        transform:translateX(20px);
       
    }
  }

  /*  nav and hero responsive end */

  @keyframes myani {
   0%{
     transform: scale(1);
   }

   50%{
     transform: scale(1.3);
   }

   0%{
    transform: scale(1);
  }
  }

  /* reveal */
  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
  }
  
  .reveal.active{
    transform: translateY(0px);
    opacity: 1;
  }
  /* reveal */


/* scroll top */

.scroll-top{
  background:#031569;
  border: none;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;  
  padding:5px 10px;

  position: fixed;
  bottom: 30px;
  right: 30px;
  animation: myani 3s infinite;
  display: none;

  z-index: 100;
  
}

.scroll-top:hover{
 background-color:#fff;
 color:#031569;
}

.show-scroll-top{
  display: block;
}
 
/* scroll top */



/* hero start */

.hero img{
    width: 100%;
    height: auto;
}

.mobile{
  display: none;
}

.laptop{
  display: block;
}

@media(max-width:800px){
  .laptop{
    display: none;
  }

  .mobile{
    display: block;
  }
} 
/* hero end */

/*Services Section*/
.container-head{
  padding: 30px 0;
  display: flex;

  align-items: center;
  justify-content: center;
}

.container-head .service-title{
  text-align: center;
  margin: 0;
  padding: 0;
  }

  .services{
      color:#000;
      padding: 0px 0px 30px 0px;
      
  }

  .container{
    box-sizing: border-box;
   
  } 
  
  .services .container{
    width: 90%;
    margin: auto;
      display: grid;
      grid-gap:20px ;
      grid-template-columns: repeat(6,15%);
  
      text-align: center;
  }
  
  .services i{
      color: #083d69;
      margin-bottom: 5px;
  }

  .serviceicon{
    background-color:var(--primary);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
  }

  .services .icons{
      padding: 50px 0px;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-color: #EAEAEA;
      border-radius: 10px 10px 10px 10px;
      transition: all .4s ease;
      position: relative;
      z-index: 1;
  }

  .services .icons p{
  font-size: 20px;
  font-weight: 500;
  }

  .services .icons::before {
    content: '';
    position: absolute;
    
    background: #fdeff2;
    right: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    transition: all 0.4s;
    z-index: -1;
  }

  .services .icons:hover::before {
    background:var(--primary);
    right: 0;
    border-radius: 10px;
  }
  .services .icons:hover{
    color: #fff;
  }
  .services .icons:hover i{
    width: 60px;
    height: 60px;
    border-radius:50%;
    color:#fff;
  }

  @media(max-width:992px){
      .services{
        height: 500px;;
      }

    .services .container{
      grid-template-columns: repeat(3,1fr);
      
      }

    .services .icons{
    margin-bottom: 20px;
      }
  }


  @media(max-width:700px){
      .services{
        height:800px;
      }

      .services .container{
        grid-template-columns: repeat(2,1fr);
      }

      .services .icons{
        margin-bottom:10px;
      }
      .services .container>div:nth-of-type(1),.services .container>div:nth-of-type(2){
      padding-bottom: 20px;
      }   
  } 

  /*Packages Section*/

  .packages {
    padding-bottom: 50px;
    background:linear-gradient(180deg, #213b52 0%, #213c54 35%, #204564 100%);  
  }

  .packages-title{
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-align: center;
    padding-bottom: 30px;
  }

  .all_circle{
    display:flex;
  }

  .wrapper{
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;  
  }

  .wrapper .card{
    background: #fff;
    width: 19%;
     margin:0 0 20px 10px; 
    padding: 30px 0px;
  
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1); 
  }

  .wrapper .card .circle{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    cursor: default;
  }

  .card .circle .box,
  .card .circle .box span{
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .card .circle .box{
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: all 0.2s;
   
  }

  .card .circle:hover .box{
    transform: translate(-50%, -50%) scale(0.91);
  }

  .card .circle .box span,
  .wrapper .card .text{
    /* background: -webkit-linear-gradient(left, #707692, #4254fa); */
    background:#222;
  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
  }

  .circle .box span{
    font-size: 29px;
    font-family: sans-serif;
    font-weight: 600;
    transform: translate(-50%, -50%);
    transition: all 0.1s;
  }

  .card .circle:hover .box span{
    transform: translate(-50%, -50%);
  }

  .card .text{
    font-size: 20px;
    font-weight: 600;
  }
  
  

  .packageicon{
    padding: 8px;
    margin:10px auto;
    background-color: var(--secondary);
    color: #000;
   
    border-radius: 100%;
    text-align: center;
  }

  li{
    list-style-type: none;
  }

  .icon {
    margin-bottom: 15px;
  }
  
  .icon-list-item{
    margin: 10px 0;
    padding: 5px 0;
  }

  .icon-list-icon{
    font-size: 16px;
  }

  .packages ul{
    padding: 0;
  }
  
  .prices .line1 .price{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--primary);
  }
    
  .prices .line1 .currency{
    font-size: 18px;
    font-weight: normal;
    }

  .prices .line1 .permonth{
      font-size: 20px;
  }

  .bt{
    color: #fff;
  }

  .bt a{
  color: #1D1B31;
  border: 1px solid var(--primary);
  width:50%;
  border-radius:20px;
  padding: 5px 15px;
  transition: all 0.5s;
  text-decoration: none;
  }

  .bt:hover a{
    background: #1D1B31;
    color: #fff;
    }

  .bt a:hover{
    cursor: pointer;
  }

  @media(max-width: 1235px){
    .wrapper .card{
        width: 30%;
  }
}
@media(max-width: 800px){
  .wrapper .card{
    width: calc(50% - 20px);
    margin-bottom: 50px;
  }

  .icon-list-icon{
    font-size: 18px;
  }
}

@media(max-width: 580px){
  .wrapper .card{
    width: 100%;
  }
}
/* packages end */

/* faq start */
/* section */

.questions{
  padding: 3rem 0;

}

.title h2 {
margin-bottom: 3rem;
  color: #163A5F;
  text-align: center;
}
.section-center {
  width: 90vw;
  margin: 0 auto;
  max-width: 1170px;
}
@media screen and (min-width: 992px) {
  .section-center {
    width: 90%;
  }
}

.section-center {
  max-width: 620px;
}
.question {
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin-bottom: 2rem;
}

.question-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  padding-bottom: 1rem;
  
}

.question-title p {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  color: var(--primary);
}
.question-btn {
  font-size: 1.5rem;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  color: #1D1B31;
  transition: all 0.3s linear;
}

.question-text {
  padding: 1rem 0 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: max-height 650ms;
}
.question-text::before{
  transform: translateY(-50%);
}
.question-text p {
  font-size: 16px;
  margin-bottom: 0;
 
}
/* hide text */
.question-text {
  display: none;
}
.show-text .question-text { 
  display: block;
}
.minus-icon {
  display: none;
}
.show-text .minus-icon {
  display: inline;
}
.show-text .plus-icon {
  display: none;
}

.detail{
  text-decoration: none;
  color: var(--primary);
}

/* faq end */


/* footer start */
footer{
  
  bottom: 0px;
  width: 100%;
  background: #1D1B31;
  color: #d9d9d9;
}
.main-content{
  display: flex;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  /* text-transform: uppercase; */
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: var(--secondary);
  top: -10px;
}
.left .content p{
  text-align: justify;
  font-size: 16px;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  color:#d9d9d9;
  height: 40px;
  width: 40px;
  background: #1D1B31;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.left .content .social a span:hover{
  background:#d9d9d9;
  color: #1D1B31;
}


.center .content .fas{
  font-size: 1.4375rem;
  background: #1D1B31;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #f12020;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}
.main-content .right{
  text-align: justify; 
  margin-left: 80px;
} 

.main-content .links ul {
  text-align: justify;
  list-style: none;
}
.main-content .links ul a{
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  text-decoration: none;
  color: #d9d9d9;
  transition: all .3s;
  
}
.main-content .links ul a:hover{
  margin-left: 15px;
  transition: all .3s;
}

.bottom .center{
  text-align: center;
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom .center span{
  color: #656565;
}
.bottom .center a{
  color: var(--secondary);
  text-decoration: none;
}
.bottom .center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }

  
}

/* footer end */







