/* -----{Start global rulez}----- */

*,
*::before,
*::after
{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body
{
    background-color: #fff;
    color: #000;
 font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    height: 100vh
}
/* -----{End global rulez}----- */

/* [Start Header] */
header
{    
background: #F5F5F5;
    color: #fafafa;
    padding: 20px;
    position: relative
}

header nav
{
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 100%;
    width: 70vw;
    max-width: 600px;
    background-color: rgba(135, 105, 80, 0.4);
    box-shadow: 0 0 20px rgba(75, 35, 0, 0.8);
    padding: 2em;
    transform: scale(.15) translateX(-400%);
    transition: transform 500ms ease-in-out
}

header nav.has-clicked
{
    transform: translateY(0) scale(1)
}
.head_logo{}
div.brand-container
{
    width: 200px;
    position: absolute;
    top: 2.5em
}

div.brand-container a
{
    width: 100%;
    height: 100%;
    display: block;
  background-size: contain
}

header nav ul
{
    list-style-type: none;
    color: #fafafa;
    display: flex;
    flex-flow: column wrap
}

header nav ul li
{
    padding: 11px 0;
    margin: 10px 5px;
    position: relative;
    overflow: hidden;
    border: none;
}

header nav ul li::after
{
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 2.2px;
    border-radius: 50px;
    background-color: #2A2D7D;
    bottom: 5px;
    transform: translateX(-95%);
    transition: transform .5s ease-in-out
}

header nav ul li:hover::after,
header nav ul li:focus::after
{
    transform: translateX(0);    
}

header nav ul li a
{
    display: block;
color: #000;
    text-decoration: none;
	font-size: 16px;
}
header nav ul li a:hover{
	color: #2A2D7D;
}
header div.toggle-menu
{
    padding: 1em 1.5em 1em 0;
    position: absolute;
    top: 2em;
    right: 0;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer
}

header div.toggle-menu span.hamburger-menu
{
    width: 2em;
    height: 1px;
    border-radius: 50px;
    background-color: #fafafa;
    transition: width 250ms ease-in-out
}

header div.toggle-menu span.hm-1
{
    width: 2.4em;
    height: 3px;
    transform: translateY(-6px)
}

header div.toggle-menu:hover span.hamburger-menu.hm-2,
header div.toggle-menu:focus span.hamburger-menu.hm-2
{
    width: 2.4em
}

header div.toggle-menu span.hamburger-menu.hm-3
{
    width: 2.4em;
    height: 3px;
    transform: translateY(6px)
}

header div.toggle-menu.is-open span.hm-2
{
    transition: opacity 120ms ease-in-out;
    opacity: 0
}

header div.toggle-menu span.hamburger-menu
{
    transition: all 300ms ease-in-out
}

header div.toggle-menu.is-open span.hm-1
{
    transform: translateY(2px) rotate(45deg)
}

header div.toggle-menu.is-open span.hm-3
{
    transform: translateY(-2px)rotate(-45deg)
}
.lets_btn{
    float: right;
    display: flex;
    flex-direction: row-reverse;
    margin-top: -2px;
}
.signin{
	font-size: 16px;
    background: #2A2D7D;
    padding: 10px 20px 10px 20px;
    color: #fff;
	
}
/* [Start Header] */

/* [Start Media Queries] */

@media (min-width: 768px)
{
   header
   {
      padding: 1em 3em
   }

   header nav
   {
       display: block;
       box-shadow: none;
       background-color: black;
       width: 100%;
       height: auto;
       max-width: 100%;
       padding: 0;
       margin: 0;
       transform: scale(1) translateY(0)
   }
    
    div.brand-container
    {
    top: 0;
    left: 0;
    /* width: 100%; */
    float: left;
    position: relative;
    }

    header nav ul
    {
    display: flex;
    float: left;
    width: 70%;
    margin-top: 24px;
    flex-direction: row;
    justify-content: flex-end;
	
    }

    header nav ul li
    {
       display: inline-block;
       margin-right: 2.4em;
    }
    
    header nav ul li:last-of-type
    {
       margin-right: 0;
    }
    
   header div.toggle-menu
   {
      display: none
   }

}

/* [End ]Media Queries] */



nav{
    z-index: 99;
    width: 100%;
    padding: 2% 0 0.5% 0;
    background: #fff;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
    list-style: none;
    z-index: 9;
}
.nav-links li a{
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.nav-links li a:hover{
    background: #2a2e7d;
    color: #fff;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
    position: absolute;
    background: #ffffff;
	    margin-top: 10px;
    width: 285px;
    line-height: 35px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}
.nav-links .drop-menu1{
    position: absolute;
    background: #ffffff;
	    margin-top: 10px;
    width: 285px;
    line-height: 35px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}
.nav-links .drop-menu2{
    position: absolute;
    background: #ffffff;
	    margin-top: 10px;
    width: 285px;
    line-height: 35px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgb(0 0 0 / 15%);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.nav-links li:hover .drop-menu1,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.nav-links li:hover .drop-menu2,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0px 0 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0px;
}
.drop-menu1 li a{
    width: 100%;
    display: block;
    padding: 0 0px 0 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0px;
}
.drop-menu2 li a{
    width: 100%;
    display: block;
    padding: 0 0px 0 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
    .nav-links .drop-menu1{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
    .nav-links .drop-menu2{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
    #showDrop1:checked ~ .drop-menu1,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
    #showDrop2:checked ~ .drop-menu2,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
    .drop-menu1 li{
    margin: 0;
  }
    .drop-menu2 li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
    .drop-menu1 li a{
    border-radius: 5px;
    font-size: 18px;
  }
    .drop-menu2 li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}

.body-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div{
  font-size: 45px;
  font-weight: 600;
}
.menu_bord{
	border:none;
}


/* Layout: */

.col-main {
  flex: 1;  
}  

.col-complementary {
  flex: 2;  
  background: url('../images/index_bg.jpg') no-repeat center center;
  background-size: cover;
}

/* Responsive: */

@media only screen and (min-width: 640px) {
  .layout {
    display: flex;
  }
}

/* etc */


.container1 {
}

.col {
    padding: 14em 1em 14em 11em;
    background: #2A2D7D;
}
.slider_text{
	    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.slider_head{
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}
.slider_cour_btn1{
    color: #fff;
    font-size: 16px;
    background: #2A2D7D;
    padding: 10px 30px 10px 30px;
    font-weight: 400;
    float: left;
    margin-top: 7%;
}
.slider_cour_btn2{
	    color: #000;
    font-size: 16px;
	background: #fff;
    padding: 10px 30px 10px 30px;
    font-weight: 400;
    float: left;
    margin-top: 7%;
}
.txt_pad{
	padding-left:11px;
}




.uni_logo{
    width: 100%;
    padding: 0 0 6% 0;
}
.uni_txt{
 	    color: #000;
    font-size: 18px;
    font-weight: 700;
	text-align:center;
}
.university_sec{
	padding: 2% 0 3% 0;
}
.abt_right_pad{
	margin-top: 32px;
}
.abt_top_pad{
	padding-top: 10px;
}


.section3{
	    padding: 0 0 6% 0;
}
.sec3_head{
font-size: 19px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px 0;
}
.sec3_txt{
	font-size: 16px;
}
.sec3_point{
	line-height: 1.3;
    margin-top: 14px;
    display: list-item;
    margin-left: 19px;
}






.section4{
	width: 100%;
    position: relative;
    color: #fff;
    background-size: cover;
    margin: 0 0 3% 0;
    height: 552px;
	padding: 4% 0 0 0;
    background-image: url(../images/Rectangle8.png);
}
.sec4_main_head{
	font-size: 44px;
	
}
.sec4_txt{
    width: 54%;
    color: #000;
}
.study_sec_pad{
	padding-top: 3.5%;
}



.section5{
	padding: 2% 0 5% 0;
    width: 100%;
}
.sec5_main_head{
	text-align:center;
}
.sec5_txt{
	text-align:start;
}
.sec5_pad{
	width: 40%;
    margin-left: 7%;
}







.section6{
padding: 3% 0 4% 0;
    width: 100%;
	background:#2a2d7d;
}
.sec6_head{
	    color: #fff;
		font-size:20px;
}
.sec6_txt{
	    color: #fff;
	text-align: center;

}
.contact_home{
	width: 85%;
    margin-left: 7.5%;
}


/* ---- */
/* FORM */
/* ---- */

.contact form {
    display: grid;
    grid-gap: 0px 20px;
}

.contact form label {   
    display: block;
    text-align: start;
    color: #ffffff;
    font-weight: 300;
    padding-top: 15px;
  
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {    
width: 100%;
    padding: 1em;
}

.contact form textarea {
  resize: none;
}

.contact form button {
    margin-top: 10px;
    background: #fff;
    border: 0;
    width: 18%;
    float: right;
    color: #2a2d7d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.contact form button:hover,
.contact form button:focus {
  background: #03b1e7;
  color: #ffffff;
  outline: 0;
  transition: background-color 0.3s ease-out;
}
.divider{
	border-bottom: 1px #fff solid;
	margin: 4% 0 3% 0;
}








.section7{
padding: 6% 0 5% 0;
    width: 100%;
    float: left;
}
.sec7_head{
	text-align:center;
	    padding: 0 0 1% 0;
}
.sec8_head{
	    padding: 0;
}
.sec8_txt{
	text-align:center;
}
.sec8_align{
	width:100%;
	text-align:center;
}
.sec8_icon{
	width:25%;
	padding: 6% 0 6% 0;
}






.section8{
padding: 0 0 5% 0;
    width: 100%;
}

ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-bottom: 2px solid #d9D9D9;
}
ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:nth-of-type(4) {
  animation-delay: 1.5s;
}
ul li:nth-of-type(5) {
  animation-delay: 1.75s;
}
ul li:nth-of-type(6) {
  animation-delay: 2s;
}ul li:nth-of-type(7) {
  animation-delay: 2.5s;
}
ul li:last-of-type {
  padding-bottom: 0;
}

ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 25px;
  right: 0;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 3px;
  height: 9px;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
      .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}
.sec8_sub_head{
	font-size: 17px;
    font-weight: 600;
}







.section9{
	padding: 0 0 4% 0;
    width: 100%;
}

.footer_logo{
	width: 70%;
}
.footer_pad{
    width: 17%;
    float: left;
    border: none;
    margin-left: -9px;
}
.sec9_foot_pnt{
	display: block;
	font-size: 14px;
    line-height: 1;
}
.sec9_pnt_head{
	padding-bottom: 10px;
	    font-size: 16px;
}
.icon_header{
    width: 68%;
    margin: 0 0 0 3px;
}



footer {
    padding: 40px 0px 30px 0;
    background: #03b1e7;
    text-align: center;
    color: #fff;
    font-size: 16px;
}





















.col_abt{
    text-align: center;
    padding: 14em 0em 14em 0em;
	    background: #2A2D7D;
}

.abt_slider_txt{
	
}
.abt_slider_head{}

.abt8{
	padding-top: 5%;
}
.abt6{
    margin-bottom: 4%;
}
#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#loadMore a {
    background: #2a2d7d;
    /* border-radius: 3px; */
    color: white;
    display: inline-block;
    font-size: 16px;
    margin-top: 2%;
    padding: 13px 38px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
    background-color: #021737;
}
.abt8_head{
	padding: 2% 0 8% 0;
}



















.cou_sec3{
	padding-top: 5%;
}

		
		
		
		
figure {
    position: relative;
    width: 100%;
    min-height: 215px;
    display: block;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    box-shadow: inset 0px 2px 3px rgb(0 0 0 / 20%);
    -webkit-transition: all .15s ease-in-out;
}
.ocean {
	background-color:#000;
	background-image: url("https://i.imgur.com/KIW5eEx.jpg");
	background-size:cover;
	background-position:center center;
}
figcaption {
	display:block;
	float:left;
	position:absolute;
	top:0;
	left:0;
	color:#FFF;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:rgba(0,0,0,.7);
	width:50%;
	height:100%;
	margin:0 0 0 -20px;;
	padding:20px;
	padding-left:40px;
	-webkit-transform: skew(-10deg);
       -moz-transform: skew(-10deg);
         -o-transform: skew(-10deg);
	-webkit-transition: all .15s ease-in-out;
}
figcaption a, figcaption a:hover {
	color:#FFF;
	text-decoration:none;
}
figcaption strong {
	display:block;
	word-wrap: normal;
	-webkit-transform: skew(10deg);
       -moz-transform: skew(10deg);
         -o-transform: skew(10deg);
}
figcaption strong:before {
	content:" ";
    border-top: solid 3px rgb(3 177 231);
	width:140%;
	display:block;
	clear:both;
	margin-bottom:20px;
	-webkit-transition: all .15s ease-in-out;
}

/* HOVERS */
figure:hover figcaption {
	background-color:rgb(3 177 231);
	-webkit-transition: all .15s ease-in-out;
}
figure:hover figcaption strong:before {
	width:200%;
	border-color:#FFF;
	-webkit-transition: all .15s ease-in-out;
}
.cou_sec4{
	    padding-top: 0;
		padding-bottom: 6%;
}

.contact {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* ---- */
/* FORM */
/* ---- */

.contact form {
    display: grid;
    grid-gap: 0px 20px;
}

.contact form label {   
    display: block;
    text-align: start;
    color: #ffffff;
    font-size: 13px;
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {    
width: 100%;
    padding: 1em;
    border: solid 1px #CACBD0;
    border-radius: 4px;
	    font-size: 13px;
}

.contact form textarea {
  resize: none;
}

.contact form button {
    margin-top: 10px;
    background: #fff;
    border: 0;
    color: #2a2d7d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    width: 21%;
}

.contact form button:hover,
.contact form button:focus {
  background: #03b1e7;
  color: #ffffff;
  outline: 0;
  transition: background-color 0.3s ease-out;
}

@media only screen and (min-width: 700px) {

  .company-info {
    border-radius: 4px 0 0 4px;
  }

  .contact {
    border-radius: 0 4px 4px 0;
  }

  .company-info h3,
  .company-info ul,
  .brand {
    text-align: left;
  }
}
.contact_box{
    padding: 0 0 16px 0;
    text-align: start;
}
.contact_care_head{
    text-align: start;
    color: #000;
    font-size: 18px;
}
.contact_numb{
    text-align: start;
    padding: 0;
    font-size: 16px;
    margin: 0 0 9px 0;
}
.contact_icon{
	margin: 0;
	width: 5%;
}
.contact_numb_txt{
    color: #000;
    padding-left: 5px;
    font-size: 16px;
}
.cont1 form label{
	color:#000;
}
.cont1 form button{
    background: #03b1e7;
    border: 0;
    color: #ffffff;
    float: left;
}
.cont1 form button:hover,
.cont1 form button:focus {
  background: #2a2e7d;
  color: #ffffff;
  outline: 0;
  transition: background-color 0.3s ease-out;
}
.cont_sec{
	padding-top: 4%;
}









.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
}

.card {
  $base-border-color: gainsboro !default;
  $base-border-radius: 3px !default;
  $base-background-color: white !default;
  $base-spacing: 1.5em !default;
  $action-color: #477DCA !default;
  $dark-gray: #333 !default;
  $base-font-color: $dark-gray !default;
  $card-border-color: $base-border-color;
  $card-border: 1px solid $card-border-color;
  $card-background: lighten($card-border-color, 10%);
  $card-header-background: $card-background;
  $card-margin: 1em;
  $card-image-hover-opacity: 0.7;
  $card-image-hover-color: #F8F2B4;

  background-color: $card-background;
  border: $card-border;
  border-radius: $base-border-radius;
  box-shadow: 0 2px 4px darken($base-background-color, 10%);
  cursor: pointer;
  margin: 1%;
  flex-basis: 15em;
  flex-grow: 1;
  margin: 0 $card-margin $base-spacing $card-margin;
  position: relative;
  transition: all 0.2s ease-in-out;

  .card-image {
    /* background-color: $card-image-hover-color; */
    /* height: 150px;
    max-height: 150px; */
    overflow: hidden;

    img {
      @include border-top-radius($base-border-radius);
      opacity: 1;
      transition: all 0.2s ease-in-out;
      width: 100%;
    }
  }

  .card-header {
    background-color: $card-header-background;
    border-bottom: $card-border;
    border-radius: $base-border-radius $base-border-radius 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: ($base-spacing / 3) ($base-spacing / 2);
    transition: all 0.2s ease-in-out;
  }

  .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: ($base-spacing / 2) ($base-spacing / 2);

    p {
      margin: 0 0 ($base-spacing / 2);
    }
  }

  &:focus,
  &:hover {
    cursor: pointer;

    img {
      opacity: $card-image-hover-opacity;
    }
  }

  &:active {
    background-color: $card-background;

    .card-header {
      background-color: $card-background;
    }
  }
}

.card-image {
	min-height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 160%;
}
.card-image:hover {
  background-size: 110%;
}
@media only screen and (max-width: 704px) {
	.card-image {
		min-height: 260px;
	}
}
.blog_sec4{
	    padding-top: 5%;
}
.card-header{
	    font-weight: 600;
    padding: 15px 0 7px 0;
}







.courses_head{
    background: #2a2d7d;
    width: 16%;
    padding: 13px 0 13px 20px;
    margin: 0 0 3px 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.6px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.maxwidth {
    max-width: 124rem;
    width: 100%;
    margin: 0 auto 6%;
}

.ux-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 11px 0;
}

.ux-text h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #a0b101;
}

.ux-text p {
    color: #000;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 16px;
}

.ux-text p:last-child {
  margin: 0;
}

.ux-vertical-tabs {
    position: relative;
    display: flex;
    background: linear-gradient(to bottom, #03b1e714, #fff 200px);
}

.ux-vertical-tabs .tabs {
  width: 28rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.ux-vertical-tabs .tabs button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 22px 0px 22px 21px;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    border: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    transition: background 250ms ease;
}

.ux-vertical-tabs .tabs button:first-child {
  border-top: 1px solid #ddd;
}

.ux-vertical-tabs .tabs button:hover {
  background: #edf0d0;
}

.ux-vertical-tabs .tabs button.active {
    background: #03b1e703;
    border-right: 0;
    color: #2a2d7d;
    font-weight: 600;
}

.ux-vertical-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid #ddd;
  pointer-events: none;
}

.ux-vertical-tabs .tabs button:hover.empty {
  background: none;
}

.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease;
}

.ux-vertical-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1;
}

.ux-vertical-tabs .tabs button.active span {
  transform: translateX(0);
  border-left: 6px solid #2A2D7D;
  opacity: 1;
}

.ux-vertical-tabs .maincontent {
  flex: 1;
  border-left: 0;
  padding: 2rem;
  overflow: hidden;
}

.ux-vertical-tabs .maincontent .tabcontent {
  display: none;
}

.ux-vertical-tabs .maincontent .tabcontent.active {
  display: flex;
  flex: 1;
  position: relative;
}

@media (max-width: 50rem) {
  .ux-vertical-tabs {
    flex-direction: column;
    background: none;
  }

  .ux-vertical-tabs .tabs {
    width: 100%;
  }

  .ux-vertical-tabs .tabs button.empty {
    display: none;
  }

  .ux-vertical-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0;
    background: linear-gradient(to bottom, #eee, #fff 200px);
  }

  .ux-vertical-tabs .tabs button {
    padding: 1rem;
  }

  .ux-vertical-tabs .tabs button.active {
    background: #eee;
  }

  .ux-vertical-tabs .tabs button span {
    transform: rotate(90deg);
  }

  .ux-vertical-tabs .tabs button:hover span {
    transform: rotate(90deg);
  }

  .ux-vertical-tabs .tabs button.active span {
    transform: rotate(90deg);
  }

  .ux-vertical-tabs .maincontent {
    padding: 1rem;
  }
}





.space-area {
  height:850px;
  background:#009a11;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
    position: relative;
    text-align: center;
    color: #fff;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    color: #2a2d7d;
    font-weight: 700;
    font-size: 44px;
}
.count-title {
    font-size: 20px;
	    color: #000;
}
.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 3px 3px #2b2b2b;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}
.review_txt{
	    font-size: 15px;
}
.sec8_point{
margin-left: 0;
}
.uni_pad{
    margin: 0 0 6% 0;
    float: left;
}



.thanks{
    margin: 0;
    position: absolute;
    top: 45%;
    line-height: 0.8;
    font-size: 50px;
    font-weight: 700;
    -ms-transform: translateY(-50%);
    transform: translateY(-49%);
    text-align: center;
    width: 100%;
}	
.thanks_txt{
     color: #595959;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.4px;
    font-weight: 500;
}
.btn_ty{
	
}
.thanks_btn{
    margin: 0;
    position: absolute;
    top: 64%;
    -ms-transform: translateY(-50%);
    transform: translateY(-49%);
    text-align: center;
	    padding: 15px 25px;
		    font-size: 16px;
    left: 44.5%;
	
	color: #000;
border: 1px #000 solid;
font-size: 18px;
font-weight: 500;
background-color: #fff;
padding: 20px 25px;
border-radius:3px;
line-height: 0.428571;
z-index: 1;
letter-spacing: -0.2px;
transform: translate(-0%, -50%); 
}
	.thanks_btn:hover { background: #ee312640; cursor: pointer; 
	    transition: all 0.8s;}
	
.text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: dash 7s linear forwards, filling 5s ease-in forwards;
    font-size: 72px;
    margin-top: 19%;
}

.text-line text {
  font-weight: 500;
  font-style: normal;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes filling {
  0%, 90% { fill: #595959; fill-opacity: 0; }
  100% { fill: #595959; fill-opacity: 1; }
}
.top_social{

}
.footer_content{}
.sec5_align{}
.sec7_align{}
.sec5_1_txt{
	text-align:start;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 85px;
    padding-bottom: 20px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/