


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: 'Open Sans', sans-serif;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body #main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top: 100px;
	}
*{
	padding:0;
	margin:0;
	cursor: url(../images/favicon.png) 15 20,auto;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}
span{
	display: inline-block;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	padding: 0 0 15px 0;
}
img{
	width: 100%;
}
/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.contain_90{
	width: 90%;
	margin:0 auto;
}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	background:#000;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width: 200px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*padding:5px 0 0 0;*/
	grid-area: logo;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0;
	background-color: transparent;
	/*margin-top: 5px;*/
	/*width: 68%;*/
	grid-area: menu_nav;
	margin: 0 0 0 auto;
}
header nav .ace-responsive-menu{
	list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: unset;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}
header .inner_container{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
header .container nav .icon_box{
	display: flex;
}
header .container nav .icon_box .info_box{
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 0 20px 0 0;
}
header .container nav .icon_box .icon{
	font-size: 21px;
    color: #000;
    width: 40px;
    height: 40px;
    background: #ff9f23;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px 0 0;
}
header .container nav .icon_box .text{
	font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 10px;
}
header .container nav .icon_box .text a{
	color: #fff;
}
.banner{
    background: #000;
}
.banner iframe{
   width: 950px;
   pointer-events: none;
}
.heading{
	text-align: center;
}
.heading span{
	position: relative;
	font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; 
}
.heading span::before{
	content: '';
    position: absolute;
    width: 120px;
    height: 3px;
    bottom: -15px;
    background: #ff9f23;
    left: calc(50% - 60px);
}
.sub_title{
	font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 40px 0 0 0;
    text-align: center;
    line-height: 1.4em;
}
.home_about_section{
    padding: 100px 0;
}
.benefits_section{
	padding: 0 0 100px 0;
}
.what_will_section{
	padding: 0 0 100px 0;
}
.what_will_section .learns_sec{
	width: 100%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.what_will_section .learns_sec .col-sm-3{
    padding: 0;
}
.what_will_section .learns_sec .item_box{
    margin: 50px 0 0;
}
.what_will_section .learns_sec .item_box .img_box img{
	width: 100%;
	transition: 0.3s;
}

.what_will_section .learns_sec .item_box .text{
	font-size: 18px;
    color: #000;
    padding: 20px 0 0;
    font-weight: 600;
}


.student_testimonial_section{
	padding: 0 0 50px 0;
}
.student_testimonial_section .test_sec{
	width: 100%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
/*    justify-content: center;*/
}
.student_testimonial_section .heading{
	margin: 0 0 50px 0;
}
.student_testimonial_section .test_sec .item_box{
	background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 4px solid #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 10px 50px;
    height: 320px;
}
.student_testimonial_section .test_sec .item_box .text{
	font-size: 16px;
    color: #000;
    padding: 10px 0 0;
    font-weight: 600;
}
.student_testimonial_section .test_sec .item_box a{
/*    margin: 0 10px 40px;*/
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.student_testimonial_section .test_sec .item_box a::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(farthest-side at 50% 100%,transparent,transparent);
	background-size: 0 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	transition: all 0.3s;
	z-index: 2;
/*  box-shadow: rgb(0 0 0 / 35%) 0px -50px 36px -28px inset;*/
}
.student_testimonial_section .test_sec .item_box a:hover{
/*	box-shadow: 0px 5px 3px 0 #78787880;*/
	transform: translateY(-5px);
}
.student_testimonial_section .test_sec .item_box a:hover::before{
/*	background-image: radial-gradient(farthest-side at 50% 100%,#cdcdcd80,transparent);*/
	background-size: 100% 100%;
}
.student_testimonial_section .test_sec .item_box a .img_box img{
	border-radius: 20px;
}
.student_testimonial_section .test_sec .item_box a .text_box{
	 position: absolute;
    z-index: 3;
    bottom: 10px;
    width: 100%;
}
.student_testimonial_section .test_sec .item_box a .text_box .video_title{
	 width: 100%;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    color: #fff;
}

.student_testimonial_section .test_sec .item_box a:hover .img_box::before{
	width: 62px;
    height: 62px;
    top: calc(50% - 31px);
    left: calc(50% - 31px);
	background: transparent;/*
	box-shadow: 0 0 0 3px #fff;*/
	
}

.student_testimonial_section .test_sec .item_box a:hover .img_box::after{
	top: calc(50% - 12px);
    left: calc(50% - 6px);
    border-left: 24px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.student_testimonial_section .test_sec .item_box a .play_btn_trans {
   	position: absolute;
    width: 15px;
    height: 15px;
    top: calc(44% - 7.5px);
    left: calc(50% - 7.5px);
}
.student_testimonial_section .test_sec .item_box a .play_btn_trans::after{
	content: " ";
    position: absolute;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    left: calc(50% - 31px);
    top: calc(50% - 28px);
    border: 2px solid #fff;
}
.student_testimonial_section .test_sec .item_box a .play_btn_trans .play_img{
	position: relative;
}
.student_testimonial_section .test_sec .item_box a .play_btn_trans .play_img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 1px;
    z-index: 1;
    border-left: 14px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 9px solid transparent;
    transform: scale(0,0);
    transform-origin: left;
    transition: all 0.3s;
}
.student_testimonial_section .test_sec .item_box a:hover .play_btn_trans .play_img::before{
	transform: scale(1,1);
}
.student_testimonial_section .test_sec .item_box a iframe{
    border-radius: 20px;
}
/*sticky_right*/
.sticky_right {
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 11;
}
.sticky_right .block_1 {
    transform: rotate(90deg);
    width: 187px;
    margin-right: -78px;
}

.sticky_right .block_1 .enquire {
	background: #ff9f23;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 8px 20px;
    text-transform: uppercase;
}

.body_overlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}
.request_overlay_box {
    width: 300px;
    margin: 8% auto;
    background: #f1f1f1;
    padding: 15px;
    box-shadow: 5px 2px 23px -15px;
    position: relative;

}
.request_overlay_box .heading{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 15px 0 10px;
    margin: 0 0 15px;
     font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e4e4e4;
}
.request_overlay_box .form_enquire_now{
    width: 98%;
    margin: 0 auto;
    padding: 2% 0%;
}
.form-label{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}
.request_overlay_box .form-control{
	margin: 5px 0 15px;
	height: 35px;
	width: 100%;
	padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: none;
}
.request_overlay_box textarea.form-control{
	height: 70px;
}
.request_overlay_box .form-control::placeholder{
	font-size: 12px;
}
.request_overlay_box .form_enquire_now .btn {
     font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 30px;
    background:linear-gradient(-45deg, #99ca3c, #25aae1, #0357a8);
    background-size: 400% 400%;
    animation: gradientEBG 10s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes gradientEBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*.request_overlay_box .form_enquire_now .btn:hover {
    background: #d5b165;
}*/
.submit-btn {
    position: relative;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 2px;
    color: #fff;
    width: 100%;
    margin: 5px auto;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    background: #ff9f23;
    text-transform: uppercase;
}
.close_overlay {
  position: absolute;
  right: -5px;
  top: -25px;
  width: 32px;
  height: 32px;
}
.close_overlay:hover {
  opacity: 1;
}
.close_overlay:before, .close_overlay:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #fff;
}
.close_overlay:before {
  transform: rotate(45deg);
}
.close_overlay:after {
  transform: rotate(-45deg);
}

/*thank you page*/
.enquire_thankyou_page .thankyou_page{
	text-align: center;
	padding: 20vw 0;
	color: #000;
}
.enquire_thankyou_page .thankyou_page .line1{
	font-size: 30px;
	font-weight: 700;
}
.enquire_thankyou_page .thankyou_page .line1 span{
	color: #ff9f23;
}
.enquire_thankyou_page .thankyou_page .line2{
	font-size: 25px;
	font-weight: 600;	
}

.error.form_error{
	color: #ff0000;
	font-size: 14px;
}

/*sticky_right_two*/
.sticky_right_two{
    position: fixed;
    right: 0;
    bottom: 1%;
    z-index: 11;
}

.sticky_right_two .block_1 {
    transform: rotate(360deg);
    width: 183px;
    margin-right: 5px;
}
.sticky_right_two .block_1 .fa{
    color: #fff;
    font-size: 23px;
    padding: 0 8px 0 0;
}

.sticky_right_two .block_1 .enquire {
/*    background: #005f93;*/
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 30px;
    background:linear-gradient(-45deg, #99ca3c, #25aae1, #0357a8);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.request_overlay_box .form .col-sm-12{
	padding: 0 15px;
}



.whatsapp_link {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    z-index: 999;
    transform: rotate(360deg);
}
.whatsapp_link .whatsapp_bg{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    background: linear-gradient(-45deg, #000, #08fd2c);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 25%;
  }
  25%{
    background-position: 25% 50%;
  }
  50% {
    background-position: 50% 75%;
  }
   75% {
    background-position: 75% 100;
  }
  100% {
    background-position: 0% 50%;
  }
}
.whatsapp_link .whatsapp_bg .whatsapp_icon{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 3px;
    top: 10px;
}
.whatsapp_link .whatsapp_bg .fab{
    font-size: 40px;
    padding: 7px 0 0 12px;
    color: #fff;
    cursor: pointer;
}


/*Footer*/
footer{
	background: #000;
}
footer .inner_container{
	padding: 50px 0 20px 0;
}
footer .inner_container .logo_box img{
	width: 200px;
}

footer .inner_container .ctc_follow_links .text{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 0 0 30px 0;
}
footer .inner_container .ctc_follow_links .ctc_links ul li a{
	display: flex;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 15px 0;
}
footer .inner_container .ctc_follow_links .ctc_links ul li a.address_link .fa-map-marker-alt{
	vertical-align: top;
	font-size: 16px;
}
footer .inner_container .ctc_follow_links .ctc_links ul li a.address_link span{
	margin: 0 0 0 15px;
    line-height: 1.4em;
}
footer .inner_container .ctc_follow_links .ctc_links ul li .slash{
	font-size: 15px;
	font-weight: 700;
	color: #000;
}
footer .inner_container .ctc_follow_links .ctc_links ul li a span{
	margin: 0 0 0 10px;
}
footer .inner_container .ctc_follow_links .follow_links{
	margin: 20px 0 0 0;
}
footer .inner_container .ctc_follow_links .follow_links .title{
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px 0;
}
footer .inner_container .ctc_follow_links .follow_links ul li{
	display: inline-block;
}
footer .inner_container .ctc_follow_links .follow_links ul li a{
	display: inline-block;
    background: #ff9f23;
    color: #000;
    font-size: 18px;
    padding: 5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
}
footer .inner_container .ctc_follow_links .follow_links ul li a.facebook{
	padding: 5px 9px;
}
footer .inner_container .ctc_follow_links .follow_links ul li a.linkedin{
	padding: 5px 6px;
}
footer .inner_container .footer_copyright{
	color: #fff;
    padding: 20px 0 0 0;
    border-top: 2px solid #fff;
    text-align: center;
    margin: 30px 0 0;
}
footer .inner_container .footer_copyright p{
	color: #fff;
    padding: 0;
}


.enquire_form{
    width: 20%;
    position: absolute;
    top: 20%;
    right: 5%;
}
.enquire_form .form_box{
    background: #dbdcdc;
    padding: 30px 10px;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 15px;
}

.enquire_form .form_box .col-sm-12.form_heading{
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    padding: 0 0 15px 0;
    text-align: center;
}
.enquire_form .form_box .col-sm-12.form_heading span.blue{
    font-weight: 700;
}
.enquire_form .form_box input{
    font-size: 14px;
    color: #000;
    width: 100%;
    margin: 0px 0 10px;
    padding: 10px 18px;
    border: 2px solid #d9dada;
    border-radius: 10px;
}
.enquire_form .form_box input::placeholder{
    color: #000;
}
.enquire_form .form_box .form-group .form_error{
    color: #f44336;
    font-size: 13px;
}
.enquire_form .form_box .btn_bt{
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0 0;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
}
.enquire_form .form_box .btn_bt:hover {
    transform: translateY(-3px);
    background: #ff9f23;
    color: #000;
}


[type=submit][disabled]{
  position: relative;
}
[type=submit][disabled]::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
  color: #fff;
  z-index: 10;
  border-radius:inherit;
}
[type=submit][disabled]::after{
  position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}