@import url("http://fonts.cdnfonts.com/css/digital-geometric");
@import url("http://fonts.cdnfonts.com/css/acherus-grotesque");

* {
	border: 0px;
	outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

body,
html {
	overflow-x: hidden;

}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
.color-o1 {
  color: #001b27 !important
}

.color-o2 {
  color: #f1c705 !important
}

.color-o3 {
  color: #2b8fd8 !important
}

.color-o4 {
  color: #becf2d !important
}

.color-o5 {
  color: #3abe6c !important
}

.color-o6 {
  color: #fff !important
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;


    color: #0366d6 !important;

}

a:hover,
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
	color: #3aa8fd !important;
}

a:focus {
	outline: none;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
}


h1 { /*font-size: 3.9rem;*/
    font-size: 3rem;
}
h2{ font-size: 3rem;}
h3{ font-size: 1.5rem;}
h4 {
    /*font-size: 1.3rem;*/
    font-size: 1.3rem;
}

h1, h2{ font-family: 'Poppins-Bold';}

h3, h4, p { font-family:'Poppins-Regular';}

.mt-1{ padding-top:10px;}

.mt-3{ padding-top: 30px;}


.v-align-center{
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.v-align-bottom{
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


nav{  border-bottom: 1px solid #ececec; margin-bottom: 30px;}
.navbar-text{ display: flex;
  margin-left: 30px;
  align-items: center;}
.navbar-text .nav-link{ margin-right:30px;}
.banner{
  width: 100%;


background:no-repeat;

background-position: left;

background-size:calc(90%);
padding-bottom: 100px;



}

.nav-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  color: #01295C !important;
  letter-spacing: 1px;
  text-decoration: none;
}
.nav-link:hover {


  color: #24b5e9 !important;

}

.column-gap-2{ column-gap: 20px;}

.banner h1{ color:  #062f44;  line-height:50px;}

.banner h1 span{ color:  #c1d72e;}

.banner h4{ font-size: large; color:  #344ba7; margin-top: 20px; margin-bottom: 30px; line-height:30px}
.banner p{  color:  #585858; }
.banner a{  color:  #3C85E0;  font-weight: 600;}


.button{background-color: #3C85E0; font-size: 1rem; line-height: 1rem;
  color: #fff !important; border-radius: 10px; text-transform: uppercase;
  padding:15px 30px;   display: inline-block; }

  .button:hover{
    color: #fff !important;
    background-color: #24b5e9;
     }

     .login-with-button{ background: #0780bb; font-size: 1rem; line-height: 1rem;
      color: #fff !important; border-radius: 10px; text-transform: uppercase;
      padding:10px;   display: flex; height: 50px; }



      .serction01{
        width: 100%;
        padding: 100px 0;


      background:no-repeat;

      background-position: center;
      background-size: cover;




      }

      .serction01 h2{

color: #fff; font-size:3rem;  padding-top: 20px; padding-top: 20px;


      }


      .serction01 h2::before{
        content: "";
        position:absolute;
        border-top: 2px solid #c1d72e;

        width: 70px;
        height: 10px;

        margin-top:-8px;
        color: #c1d72e;





              }

      .serction01 p{

        color: #c1d72e; font-size: 1rem; line-height: 30px;



              }

              .serction02{
                width: 100%;
                padding: 300px 0;

                background:no-repeat;
              background-position: center;

              }

              .serction02 h3{  font-size: 22px; margin-top: 30px; text-align: center;}


      .serction03{
        width: 100%;
        padding: 50px 0;


      background:no-repeat;

      background-position: center;
      background-size: cover;





      }

      .serction03 h2{

        color: #054463;

         font-size : clamp(2rem, 10vw, 3rem);

         font-weight: 100;



      }
      .serction03 p{

        color: #496C7D; font-size:16px; line-height: 30px;



      }

      .serction04{
        width: 100%;
        padding: 100px 0;


      }

     .serction04 .arcIconBox{
      display: flex;

      padding: 20px 20px;
      align-items: center;


     }
     .serction04 .arcIconBox img{
      width: 60px;
      height: 60px;


     }
     .serction04  h2{
      color: #293238;  font-weight: 100;  text-align: center;
      margin-bottom: 40px;


     }

     .serction04 .arcIconBox h4{
      margin-left: 15px;
      color: #7a7a7a;
      font-size: 20px;
      font-weight: 600;


     }

   .serction04  .border-right{ border-right: 1px solid #c7c7c7;}

   .serction04  .border-bottom{ border-bottom: 1px solid #c7c7c7;}




   .serction05 {
    width: 100%;
    padding: 100px 0;
    text-align: center;


  }
  .serction05 h3 {
    color: #293238; font-size: 2rem; font-weight: 100;  text-align: center;
      margin-bottom: 40px;


  }
  .serction06{
    width: 100%;
    padding: 100px 0;

    /* background-image:url(../images/testimonials-bg.png) !important; */
  background:no-repeat;

  background-position: center;
  background-size: cover;
  text-align: center;
border-bottom: 1px solid #e8e8e8;
  }

  .serction06 h4{
     color: #1d7fc3;   font-size: 24px; font-weight: 600;
  }
  .serction06 h3{
    color: #345a77;   font-size: 2rem;
 }

 .serction06 ul{
 margin: 20px 0;
}
.serction06 ul li p{
  font-size: 18px; line-height: 30px;  margin: 20px 0;
  color: #345a77;
 }

 .serction06 .imgPerson{
  display: inline-block !important;
  border-radius: 50%;
  width: 100px !important; height: 100px; border: 4px solid #afc42c;
 }


 .serction06 ul li h5{
  font-size: 20px; line-height: 30px;
  color: #fff;
 }

 .serction06 ul li h6{
  font-size: 14px; line-height: 30px;
  color: #a7aeb4;
 }



/*Carousel Nav Buttons*/
.owl-dots{
  display: flex;
  justify-content:center;
}


.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #a8a8a8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4f9c81;
}


footer { padding: 40px 0;}

 .footerBox { display: flex; flex-direction: column; justify-content: center;}

 .footerBox img{ width: 140px;}

 .footerBox p{ font-size: 16px; color: #6b6b6b;}

 .socialIcon h5 { font-size: 18px; margin-bottom: 20px; }
 .socialIcon a { color: #656563; font-size: 22px; margin-right: 10px; }
 .socialIcon a:hover { color: #5f5f5f; }


 .bodyBanner {
	position: relative;
  overflow: hidden;
}


.bodyBannerCaption2 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 4;
  padding: 100px 0;
  overflow: hidden;
}

.bodyBannerCaption2 h4 {
	position: absolute;
	bottom: 28%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
  width: 100%;
  text-align: center;


}

.bodyBannerCaption3 {
	position: absolute;
	top: 80%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 5;
  padding: 100px 0;
}
.bodyBannerCaption2 h4 {
	font-size: 26px; font-weight: bold;
}

.bodyBannerCaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.aboutBox{ background: #fff; padding: 20px; border-bottom:4px solid  #afc42c; opacity: 0;}

.aboutBox h6{ font-size: 24px; color: #6b6b6b; margin-bottom: 10px;}
.aboutBox p{ font-size:16px; color: #6b6b6b;}





.accordion {
  width: 100%;
  margin: 20px auto;
  border-radius: 4px;
  border:0px;
  transition: all .5s ease-in-out
}

.accordion-item {
  border-top: 0px solid #4673d4;
  border-left: 0px solid #4673d4;
  border-right: 0px solid #4673d4;
  border-bottom: 1px solid #b0b0b0;
  transition: all .5s ease-in-out
}

.accordion-header {
  display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px 0px;

    border: none;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    column-gap: 20px;
    background-color: #fff;
    text-align: left;
    }
    .accordion-header h3{ font-weight: 600;}
.accordion-content {
  display: none;
  padding: 0px 0px 20px 0px;
  transition: all .5s ease-in-out;
}

.accordion-content .active {

  transition: all .5s ease-in-out;
}

.accordion-content p{
  padding-left: 30px;
  line-height: 22px;
  transition: all .5s ease-in-out;
}

.accordion-header.active .arrow {
  transform: rotate(90deg);
  transition: all .5s ease-in-out
}

.arrow {
  transition: transform 0.3s;
  transition: all .5s ease-in-out
}

.arrow i {
  font-size: 30px; color: #3C85E0;
}

.contactLInk {
  font-size: 16px;
  display: flex;
  color: #0063ea;
  align-items: center
}

 .contactLInk i {
  display: inline-block;
  margin-left: 10px;
  transition: all .5s ease-in-out
}

.contactLInk:hover {
  color: #000
}

.contactLInk:hover i {
  margin-left: 20px
}


.DiscoverBox{width: 100%;
  min-height: 200px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 15px #00000029;
  border: 1px solid #E3E3E3;
  border-radius: 10px; padding: 20px; margin-bottom: 15px;}
  .DiscoverBox h3{ display: flex; justify-content: space-between; font-weight:600; font-style: italic; margin-bottom: 30px;}
  .DiscoverBox h3 i{  font-weight: 300;  transform: rotate(-42deg);}

  .DiscoverBox1{ border-bottom: 6px solid #5BD5FA;}
  .DiscoverBox1 h3{ color:  #5BD5FA;}

  .DiscoverBox2{ border-bottom: 6px solid #0997EC;}
  .DiscoverBox2 h3{ color:  #0997EC;}

  .DiscoverBox3{ border-bottom: 6px solid #3268FE;}
  .DiscoverBox3 h3{ color:  #3268FE;}


  .bg-roundbox{ background-color: #DCEFFF; color: #344ba7; border-radius: 4px; display: inline-block; padding: 5px 10px;}
  .link-monthly{ color: #496C7D;}
  .link-monthly-active{ color: #253ac5; font-weight: 400;}



  .priceBox{width: 100%;
    min-height: 200px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #00000029;
    border: 1px solid #E3E3E3;
    border-radius: 10px; padding: 20px; margin-bottom: 10px;}
    .priceBox h4{ display: flex; justify-content: space-between; font-weight: 600; font-style: italic; margin-bottom: 10px;}
    .priceBox p{  line-height: 22px;}
    .priceBox h3{ font-size: 30px; margin-top: 30px; margin-bottom:30px; font-weight: 600;  }

    .priceBox h3 span{ font-size: 14px; color: #496C7D;}

.button-price-box{ display: flex; justify-content: center;}
.button-price{ background: #0780bb;
  font-size: 1rem;

  color: #fff !important;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 10px 30px;
  display: flex;}


    .priceBox1{ border-bottom: 6px solid #7BC6FF;}
    .priceBox1 h4{ color:  #7BC6FF;}
    .priceBox1 .button-price{ background: #7BC6FF;}

    .priceBox2{ border-bottom: 6px solid #013464;}
    .priceBox2 h4{ color:  #013464;}
    .priceBox2 .button-price{ background: #013464;}

    .priceBox3{ border-bottom: 6px solid #0981D1;}
    .priceBox3 h4{ color:  #0981D1;}
    .priceBox3 .button-price{ background: #0981D1;}
.priceBox-section{ display: flex; column-gap: 15px;}

.footerLink {
  margin-bottom: 20px;
}

.footerLink h1 {
  font-size: 4rem;
  font-family: Gilroy, sans-serif;
  color: #01295C;
  line-height: 4.4rem;
  font-weight: 900;
}

.footerLink h4 {
  font-weight: 600;
  font-size: 22px;
}

.footerLink h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.footerLink ul  {
 padding-left: 0px;
}


.footerLink ul li {
  list-style: none;
  margin: 0px 0px 10px 0px;
  line-height: 18px;
}


.ContactBox {
  display: flex;
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #00000024;
        border: 1px solid #D6D6D6;
        border-radius: 20px;
        opacity: 1;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;

}

.ContactBox h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #000;
  font-family: 'Poppins-Regular', sans-serif;
}

.ContactBox .icon-01 {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: var(--primary-color);
}

.ContactBox .contactLInk {
  font-size: 16px;
  display: flex;
  color: #0063ea;
  align-items: center;
}

.ContactBox .contactLInk i {
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ContactBox .contactLInk:hover {
  color: #000;
}

.ContactBox .contactLInk:hover i {
  margin-left: 20px;
}

.BorderTop {
  border-top: 1px solid #cbcbcb;

  padding-top: 20px;
  padding-bottom: 20px;
}

.recommended-text-nrmal {
  background-color: #d6e9ff;
  border: 1px solid #d6e9ff;
  border-radius: 6px;
  padding: 2px 10px;

  color: #1e63b0;
  display:flex;
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  height: 26px;
vertical-align: middle;
  align-items: center;
  width: fit-content;
}
.footerSection {
  display: flex;
  justify-content: space-between;
}

.social-icon {
  font-size: 20px;
  display: flex;
  column-gap: 10px;
}

.social-icon a {
  color: #006bd6;
}

.social-icon a:hover {
  opacity: .5;
}


/* menu section 25-8 */
/* add styles on elements */

.header {

  background-color: #0909096f;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.5rem;
}

.headerFix {
position: fixed;
background-color: #fff;
}

.header {

  background: #ffffff;
  color: #f1f1f1;
  height: 62px;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* background-color: #101010; */
  background-color: #2a5dcb;
}

.nav-menu {
  display: flex;
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  margin-left: 2rem;
}

.nav-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
  padding: 0px 10px;
  color: #01295C;
  letter-spacing: 1px;
  text-decoration: none;
}
/* .nav-item .active{  color: #dfad32;  }
.nav-item .active::after{ content: ""; position: absolute; height:2px; width: 80px; background-color: #dfad32;} */

.nav-link:hover {
  color: #1e92ff;
}

.nav-logo {
  /* font-size: 2.1rem; */
  font-size: 3rem;
  font-weight: 500;
  /* color: #482ff7; */
  color: #fff;
}

@media only screen and (max-width: 768px) {
.navbar{ width: 100%;
      background-color: #ffffff72;
  }
  .nav-menu {
      position: fixed;
      left: -100%;
      top: 62px;
      flex-direction: column;
      /* background-color: #fff; */
      background-color: #ffffff;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      transition: 0.3s;
      box-shadow:
          0 10px 27px rgba(0, 0, 0, 0.05);
          padding: 20px 0;
  }

  .nav-link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    color: #01295C;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .nav-menu.active {
      left: 0;
  }

  .nav-item {
      margin: .5rem 0;
  }

  .hamburger {
      display: block;
      cursor: pointer;
      position: fixed;
      left: 90%;
      z-index: 9999;

  }

  .hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }

}

/* add styles on elements */
/* menu section 25-8 end */