
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:wght@300;400;600;700;800&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}



header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  background-color: #ebecee;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 1rem;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}
.wid-60{width: 60%;}
.wid-40{width: 40%;}


.text-green{color:#459b65;}

div.file {
  position: relative;
  overflow: hidden;
}
input.upload {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}
::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #000;
}

::placeholder {
  color: #000;
}
.form-control{
  border: 1px solid #000;
  color:#000;
  padding: .15rem .75rem;
  font-size: 0.75rem;
  display: block;
  width:100%;
}
.form-control input{width:100%;border: none;}
select.form-control{height: auto !important;width:100%;background-color: #fff;color:#000;}
.form-control select{height: auto !important;width:100%;border: none; background-color: #fff;color:#000;}

.form-group {
  margin-bottom: 0.75rem;
}
.w-40{width: 40% !important;}
section{padding: 100px 0 0 0;}   

.btn-violet{background-color: #69308f; color: #fff; border-radius: 0px; padding: 0.15rem 1.5rem;}
.pos-rel{position: relative;}
.pos-abs{position: absolute;}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

/*  Nav CSS */
header .main-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4000;
  background-color: #fff;
}

.navbar-brand {width:10% !important;}
.navbar-light .navbar-nav .nav-link{
	color: #393836;
}
.navbar-light .navbar-nav .active .nav-link{
  border-bottom: #f9a21f 5px solid;
}

.nav-item input[type="checkbox"]{
  display: none;
}

input + label {
  position: relative;
  top: 10px;
  left: 20px;
  height: 20px;
  width: 15px;
  z-index: 5;
}
  span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    display: block;
    background: #fff;
    transition: .5s;
  }
  span:first-child {
    top: 3px; 
  }
  span:last-child {
    top: 16px; 
  }      

label:hover {
  cursor: pointer;
}

input:checked + label span {
    opacity: 0;
    top: 50%;
  }
input:checked + label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
  }
input:checked + label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
  }
input ~ nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 3;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
  input ~ nav > ul {
    text-align: center;
    position: absolute;
    right: 1%;  
    background-color: #393e99;
    z-index: +1;
  }
  input ~ nav > ul > li {
      opacity: 0;
      transition: .5s;
      transition-delay: 0s;
  }
  input ~ nav > ul > li    > a {
        text-decoration: none;
        color: #393836;
        font-weight: 700;
         font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        display: block;
        padding: 1rem;
      }
   
input:checked ~ nav { 
  height: 100%;
  transition-delay: 0s;
  top:20%;
  background-color: #393e99;
}
input:checked ~ nav > ul > li {
      opacity: 1;
      transition-delay: .5s;
    }
  



 














/* HEADER CSS*/ 
.carousel-indicators li{
  background-color: rgba(255,255,255,0);
  border-radius: 10px;
  width:10px;
}

.carousel-indicators .active
{
  background-color:rgba(255,255,255,0) ;
}

.carousel-indicators li::before {
  background-color: #ccc;
border-radius: 10px;
width:10px;
}

.carousel-indicators li.active::before{
  background-color: rgba(0,0,0,0.8);
}








/* FORM CSS*/ 
section.form{
    padding: 50px 0 50px 0;
}

#myTab{border:none;}

.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
    margin-right: 6%;
    background-color: white;
    color: blue;
    margin-top: 4%;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.text-align{
    margin-top: -3%;
    margin-bottom: -9%;
    padding: 7% 0;
}
.form-new{
    margin-right: 22%;
    margin-left: 20%;
}
.register-heading{
    margin-left: 21%;
    margin-bottom: 10%;
    color: #e9ecef;
}
.register-heading h1{
    margin-left: 21%;
    margin-bottom: 10%;
    color: #e9ecef;
}
.btnLoginSubmit{
    border: none;
    padding: 2%;
    width: 25%;
    cursor: pointer;
    background: #29abe2;
    color: #fff;
}
.btnForgetPwd{
    cursor: pointer;
    margin-right: 5%;
    color: #f8f9fa;
}
.register{
    margin-top: 3%;
    padding:20px;
    border-radius: 1rem;
    border: #69308f 2px solid;
    background: #ffffff;
    height: fit-content;
}

.register::before{
  content: '';
  position: absolute;
 background-image: linear-gradient(to left, #622f8e, #bb9ac9);
  width: 90%;
  height: 2rem;
  top:-32px;
  right: 0;
  left:0;
  margin: 0 auto;
  border-radius: 0.5rem 0.5rem 0 0;
}

.register::after{
  content: '';
  position: absolute;
 background-image: linear-gradient(to left, #622f8e, #bb9ac9);
  width: 90%;
  height: 2rem;
  bottom:-32px;
  right: 0;
  left:0;
  margin: 0 auto;
  border-radius:0 0 0.5rem 0.5rem;
}
.register .nav-tabs .nav-link{
    border-bottom: 3px solid #69308f;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color:#69308f;
    font-size: 0.65rem;
    font-weight: 700;
}
.register .nav-link{padding: .5rem;}
.register .nav-link:hover, .nav-link.active {
  color: #69308f !important;
  background-color: #fff !important;
  border-color: none !important;
  border: none;
  border-bottom: 8px solid #69308f !important;
  
}
.form-group h6{font-size: 0.75rem;}





  .form {
    background-image: url(../images/bg-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #eaeaea;
}


.bg-world h1{
  background-color: #427cbd;
  color:#fff;
  font-weight: 800;
  border-radius: 4rem;
  padding:1rem 2rem;
  font-size:1.5rem;
  text-align: center;
  width: fit-content;
}
.box{
  background-color: #ffffff; 
  padding: 1.5rem 0.5rem 2.5rem 0.5rem;
	margin-bottom:15px
} 

.box::before{
  content : "";
  position: absolute;
  left    : 5%;
  bottom     : 0;
  height  : 50%;
  width   : 50%;
  border-radius:0 0 0.5rem 0.5rem;
  border-left: #427cbd 10px solid;
  border-top: 10px solid transparent;
  border-bottom: #427cbd 10px solid;
  z-index: 991;
  background-color: #fff;
}


.box::after{
  content : "";
  position: absolute;
  right   : 5%;
  bottom  : 0;
  height  : 50%;
  width   : 50%;
  border-radius:0 0 0.5rem 0.5rem;
  border-right: #427cbd 10px solid;
  border-bottom: #427cbd 10px solid;
  border-top: 10px solid transparent;
  z-index: 991;
  background-color: #fff;
}

/*
.box::before{
  content: '';
  position: absolute;
  background-color: #793393;
  width: 86%;
  height: 0.75rem;
  bottom: 0px;
  right: 0;
  left:0;
  margin: 0 auto;
  border-radius:0 0 0.5rem 0.5rem;
  border-left: #793393 10px solid;
}

.box::after {
  content : "";
  position: absolute;
  right    : 10px;
  z-index: 100;
  bottom: 0;
  width: 3px;
  height: 50%;
  border-right: #793393 10px solid;
  border-radius:1rem 0;
}
*/

.box img{
  max-width: 92px;
  text-align: center; 
  margin: 0 auto; 
  top: -40px;
  position: absolute;
  left:0;
  right: 0;

}
.box .benefit{
  padding: 10% 2%;
  font-size: 0.7rem;
  text-align: center;
  position: relative;
  z-index:998;
}
.box .benefit h6{
  position: relative;
  top:1.5rem;
  line-height: 1.2;
}
.box .benefit p.description{
  font-size: 0.75rem;
  line-height: 1.2;
  top:2rem;
  bottom:2.5rem;
  position: relative;
}


.benefit-row{margin-top:3rem;}










.bg-feature h2{
  font-size: 1.4rem;
  font-weight: bold;
}
.bg-feature li{
  width:140px;
  z-index:555;
}

.bg-feature .liner {
  height: 3px;
  background: #393e99;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 55%;
  z-index: 1;
}

.bg-feature .liner {
  height: 3px;
  background: #393e99;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 55%;
  z-index: 1;
}


.bg-feature li img{
  display: block;
height: 68px;
width: 68px;
text-align: center;
margin: 0 auto;
}
.bg-feature p{
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.feature ol li{
  font-size: 0.85rem;
  list-style: decimal;
}

.feature h5{
  background-color: #427cbd;
  color: #fff;
  font-weight: 800;
  border-radius: 4rem;
  padding: 1rem 2rem;
  font-size: 0.85rem;
  text-align: center;
  width: fit-content;
}

.features-key{
  border:none;
}  

.plane{
  position: absolute;
  top:0;
  left:0;
  max-width: 200px;
}

.star{
  position: absolute;
  bottom:0;
  left:0;
  max-width: 100px;
}

.books{
  position: absolute;
  bottom:0;
  right:0;
  max-width: 250px;
}

.section-hero1{background:url("../images/hdr2bg.png") repeat-x right top; background-size: cover; width:100%; height:660px;  position: relative; overflow: hidden; }
.footer-hldr {
  width: 100%;
  float: left;
  padding: 60px 0 35px 0;
  overflow: hidden;
  background-color: #262626;
}

.footer-hldr ul li:first-child {
  font-size: 16px;
  text-transform: uppercase;
}

.footer-hldr ul li {
  font-size: 13px;
  color: #fff;
  padding-bottom: 10px;
}
.footer-hldr ul li a {
  cursor: pointer;
  color: #fff;
}

.ftr-subhead {
  width: 100%;
  float: left;
text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
	margin-top: 15px;
}
.ftr-pntr-hldr a {
  font-size: 13px;
  color: #fff;
}
.ftr-pntr-hldr {
  width: 100%;
  float: left;
  padding-top: 6px;text-align: center;
}

.footer-abtus-hldr {
  width: 100%;
  float: left;
  padding: 30px 0 30px 0;
  background-color: #1d1d1d;
}

.footer-abtus-hldr p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  margin: 0;text-align: center;
}
.footer-abtus-hldr {
  width: 100%;
  float: left;
  padding: 30px 0 30px 0;
  background-color: #1d1d1d;
}
.footer-copyright-hldr {
  width: 100%;
  float: left;
  padding: 15px 0 15px 0;
  background-color: #000;
  font-size: 11px;
  color: #fff;
}

.ftr-blogimg {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
}
.ftr-blogimg img {
  width: 100%;
}
.ftr-head {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.ftr-blogimg {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
}
.ftr-row-imghldr {
  width: 100%;
  float: left;
}
.social-ico a {
  padding-right: 10px;
}


#navbarDropdownMenuLink.dropdown-toggle::after{display: none;}

.homebanner{position: absolute; right:0; bottom: 0; width:63.2%; height:100%;}
.homebanner img{height:100%;}

@media screen and (max-width: 991px) {
.homebanner{position: static; margin-bottom:-46px; width:100%;}

}

@media screen and (max-width: 767px) {
.homebanner{position: static; margin-bottom:-46px; width:100%;}

}
