html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'ElegantIcons';
  src:url('../fonts/icons/ElegantIcons.eot');
  src:url('../fonts/icons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icons/ElegantIcons.woff') format('woff'),
    url('../fonts/icons/ElegantIcons.ttf') format('truetype'),
    url('../fonts/icons/ElegantIcons.svg#ElegantIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

body{
	font-family: 'Source Sans Pro', sans-serif;
}
a{
	text-decoration: none;
}
h1,h2,h3{
	color: #212b35;
	font-weight: bold;
}
h2{
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 20px;
}
h3{
	font-size: 18px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
p{
	color: #637381;
	font-size: 17px;
	line-height: 25px;
}
*, *:before, *:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline:none;
}
.pack:after{
    content:"";
    clear:both;
    display:block;
}

/***ham menu****/
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 250px;
    margin-top: 80px;
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    -moz-transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #5c6ac4 0%, #212b35 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li a{
	padding: 15px 20px;
}
.sidebarMenuInner li a:hover{
	background-color: #354067;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    cursor: pointer;
    font-size: 17px;
    display: block;
    text-decoration: none;
    letter-spacing: 0.5px;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 32px;
    right: 30px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #5c6ac4;
}
.horizontal {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}
.ham_nav{
	display: none;
}
/***ham menu end***/
.container{
	width: 1100px;
	margin: auto;
}
.container:after,.section2 .content ul:after,.section3 .content ul:after,.footer .menu:after,
.footer .mbl_content:after{
	content: "";
	clear: both;
	display: block;
}
.header{
	background-color: #ffffff;
	height: 80px;
	border-bottom:1px solid #d5d7d8;
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 100;
}
.header .logo{
	float: left;
	padding-top: 12px;
}
.header .logo img{
	width: 240px;	
}
.header .logo .tagline{
    color:#000639;
    font-size:15px;
    padding-left:8px;
    line-height:15px;
}
.header .nav{
	float: left;
	padding-left: 40px;
	padding-top: 30px;
}
.header .nav li{
	float: left;
	padding-right: 25px;
}
.header .nav li a{
	text-transform: capitalize;
	color: #212b35;
	font-size: 17px;
	letter-spacing: 0.5px;
}
.header .nav li a:hover,.header .login li a:not(.join_btn):hover{
	color: #5c6ac4;
}
.header .login{
	float: right;
	padding-top: 30px;
}
.header .login li{
	float: left;
	padding-left: 25px;
}
.header .login li a{
	color: #212b35;
	font-size: 17px;
	text-transform: capitalize;
}
.header .login .join_btn{
	color: #ffffff !important;
	background-color:#202e78 ;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: bold;
}
.header .login .join_btn:hover{
	background-color: #5c6ac4;
}

.banner{
	/*background: url("../images/banner.jpg")no-repeat;
	background-size: cover;*/
	background-color:#cae0ee;
	margin-top: 80px;
	padding-top:20px;
}
.banner .content{
	width: 50%;
	float:left;
	padding-top:50px;
}
.banner .content .btn a{
    text-transform:uppercase;
}
.banner .content h1{
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 15px;
}
.banner .content p{
	color: #212b35;
	font-size: 25px;
	line-height: 32px;
	padding-bottom:30px;
}
.banner .content .teacher{
    padding-top:10px;
}
.banner .content .teacher a{
    text-decoration:underline;  
    color:#212b35;
    font-weight: bold;
}
.banner .content .teacher a:hover{
    color:#202e78;
}
.banner .image{
    float:right;
    width:40%;
}
.banner .image img{
    display:block;
    width:100%;
}
.btn{
	display:inline-block;
}
.btn a{
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 5px;
	padding: 14px 22px;
	background-color: #202e78;
	color: #ffffff;
}
.btn a:after{
    content:url("../images/arrow.png");
    display:inline-block;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    position:relative;
    left:7px;
    top:0px;
}
.btn a:hover{
	background-color: #5c6ac4;
}
.btn a:hover:after{
    transform:translate(5px,0);
    -webkit-transform:translate(5px,0);
    -ms-transform:translate(5px,0);
    -o-transform:translate(5px,0);
    -moz-transform:translate(5px,0);
}
.usb{
   padding:10px 0;
   background-color:#f4f6f8;
   box-shadow:0 1px 7px rgba(0, 0, 0, 0.1);
}
.usb ul{
    
}
.usb ul li{
    float:left;
    width:25%;
    padding:20px;
}
.usb ul li img{
    float:left;
    width:25%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.usb ul li:hover img{
    transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.usb ul li h4{
    font-size:18px;
    color:#212b35;
    padding-left:15px;
    line-height:26px;
    float:left;
    width:75%;
}
.section2{
	padding: 80px 0;
}
.section2 .image{
	width: 50%;
	float: left;
	text-align:center;
	padding-top:30px;
}
.section2 .image img{
	width: 60%;
	border-radius:8px;
	display:block;
	margin:auto;
	box-shadow:rgba(0, 0, 0, 0.3) 2.8284px 2.8284px 7px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 2.8284px 2.8284px 7px;
	-ms-box-shadow:rgba(0, 0, 0, 0.3) 2.8284px 2.8284px 7px;
	-o-box-shadow:rgba(0, 0, 0, 0.3) 2.8284px 2.8284px 7px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 2.8284px 2.8284px 7px;
	position:relative;
}
.section2 .image img:nth-child(2){
    left:-50px;
    top:-20px;
    z-index:1;
}
.section2 .image img:nth-child(3){
    right:-50px;
    top:-40px;
}
.section2 .content{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.section2 .content ul{
	padding-top: 30px;
}
.section2 .content ul li{
	width: 100%;
	padding-bottom:50px;
}
.section2 .content ul li:nth-child(3){
    padding-bottom:0;
}
.section2 .content ul li .icon{
    color:#5c6ac4;
    font-size:30px;
    border: 4px double #5c6ac4;
    display: inline-block;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 4px;
    margin-bottom:15px;
    position:relative;
}
.section2 .content ul li .icon:after{
    content:"";
    position:absolute;
    left:-4px;
    top:-4px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: 4px double #5c6ac4;
    opacity:0;
    filter: alpha(opacity=0);
    
}
.section2 .content ul li:hover .icon:after{
    animation:wave 1.5s;
    -webkit-animation:wave 1.5s;
    -ms-animation:wave 1.5s;
    -o-animation:wave 1.5s;
    -moz-animation:wave 1.5s;
}

@keyframes wave{
    from{
        transform:scale(1);
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        -moz-transform:scale(1);
        opacity:1;
        filter: alpha(opacity=100);
    }
    to{
        transform:scale(1.3);
        -webkit-transform:scale(1.3);
        -ms-transform:scale(1.3);
        -o-transform:scale(1.3);
        -moz-transform:scale(1.3);
        opacity:0;
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes wave{
    from{
        transform:scale(1);
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        -moz-transform:scale(1);
        opacity:1;
        filter: alpha(opacity=100);
    }
    to{
        transform:scale(1.3);
        -webkit-transform:scale(1.3);
        -ms-transform:scale(1.3);
        -o-transform:scale(1.3);
        -moz-transform:scale(1.3);
        opacity:0;
        filter: alpha(opacity=0);
    }
}


.section3{
	padding: 50px 0;
}
.section3 .content{
	width: 100%;
	position:relative;
}
.section3 .content .view_more{
    display:block;
    text-transform:uppercase;
    color:#212b35;
    font-size:14px;
    text-align:center;
    font-weight:bold;
}
.section3 .content .view_more:hover{
    color:#5c6ac4;
}
.section3 .content h2{
    padding-bottom:5px;
    text-align: center;
}
.section3 .content h5{
    color: #5c6ac4;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.section3 .content #courses{
	padding-top: 50px;
}
/*.section3 .content ul li{
	float: left;
	width: 33.33%;
	padding:0 20px;
}*/
.section3 .content .box{
    width:100%;
    border: 3px solid #e3e6ea;
    overflow:hidden;
    
}
.section3 .content .box img{
    width:100%;
    display:block;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.section3 .content .box .theme_view{
    text-align:center;
    background-color:#cae0ee;
    padding:25px 0;
    position:relative;
    z-index:1;
}
.section3 .content .box .theme_view h3{
    padding-bottom:15px;
    line-height:25px;
}
.section3 .content .box .theme_view .btn a{
    font-weight:normal;
}
.section3 .content .box:hover img{
    transform:scale(1.05);
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.section3 .owl-theme .owl-nav img{
    width:25px;
}
.section3 .owl-theme .owl-nav [class*=owl-]{
    margin:0;
    padding:8px;
    position:absolute;
    top:50%;
    transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -webkit-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
}
.section3 .owl-theme .owl-nav .owl-prev{
    left:0;
    border-radius:0 3px 3px 0;
}
.section3 .owl-theme .owl-nav .owl-next{
    right:0;
    border-radius:3px 0 0 3px;
}


.section4{
	padding: 80px 0;
	background-color:#f4f6f8;
}
.section4 .content{
	text-align:center;
}
.section4 .content p{
	font-size: 25px;
	line-height: 30px;
}
.section4 ul li{
	float: left;
	width: 33.33%;
	text-align:center;
	padding:0 10px;
	padding-top:50px;
	
}
.section4 ul li .icon{
    font-size:50px;
    padding-bottom:15px;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.section4 ul li:hover .icon{
   transform:scale(1.1);
   -webkit-transform:scale(1.1);
   -ms-transform:scale(1.1);
   -o-transform:scale(1.1);
   -moz-transform:scale(1.1);
}
.section4 ul li .icon1{
    color:#2bbff4;
}
.section4 ul li .icon2{
    color:#6fbf7c;
}
.section4 ul li .icon3{
    color:#eb5972;
}
.section4 ul li .icon4{
    color:#efa204;
}
.section4 ul li .icon5{
    color:#1f8bc9;
}
.section4 ul li .icon6{
    color:#6b2b89;
}
.section4 ul li h3{
	color: #5c6ac4;
	font-size: 22px;
}

.testimonal{
	padding: 50px 0;
	background-color: #f4f6f8;
	display:none;
}
.testimonal h2{
    text-align:center;
    padding-bottom: 40px;
}
.testimonal .image{
    position:relative;
	margin:auto;
	width: 80px;
	height:80px;
	border-radius:80px;
	overflow:hidden;
}
.testimonal .image img{
    position:absolute;
    left:0;
    top:0;
    object-fit:cover;
}
.testimonal .content{
	width: 100%;
	padding-top: 20px;
	font-style:italic;
}
.testimonal .content p{
	font-size: 18px;
	color: #878f96;
	line-height: 26px;
    
}
.testimonal .content h4{
	color: #5c6ac4;
	font-size: 17px;
	font-weight: bold;
	padding-top: 30px;
}
.testimonal .content h5{
	font-size: 17px;
	color: #637381;
	padding-top: 10px;
}
.testimonal .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:30px;
}
.testimonal .owl-theme .owl-dots .owl-dot span{
    background:#a5cee8;
}
.testimonal .owl-theme .owl-dots .owl-dot.active span, .testimonal .owl-theme .owl-dots .owl-dot:hover span{
    background:#202e78;
}
.testimonal .wrapper{
    text-align:center;
    background-color:#ffffff;
    padding:25px;
    position:relative;
}

.testimonal .wrapper .quote:after{
    content:"\201d";
    font-size:80px;
    color:#ffffff;
    position:absolute;
    left:0;
    top:0; 
    background-color:#cae0ee;
    padding:5px 6px;
    height:53px;
}

.section5{
	text-align: center;
	background-color: #5c6ac4;
	padding: 50px 0;
}
.section5 h2{
	color: #ffffff;
	padding-bottom: 10px;
}
.section5 p{
	font-size: 25px;
    line-height: 30px;
    color: #dfe3e8;
}

.common_page, .events, .contact{
    margin-top:80px;
    padding:50px 0;
}
.common_page .fixed_width{
    width:800px;
    margin:auto;
}
.common_page h2, .events h2, .contact h2{
    text-align:center;
}
.common_page h3,.common_page h4, .common_page h5, .common_page h6{
    padding-bottom: 8px;
    color:#212b35;
    font-weight:bold;
}
.common_page h3{
    font-size: 30px;
    line-height: 40px;
}
.common_page h4{
    font-size: 25px;
    line-height: 35px;
}
.common_page h5{
   font-size: 20px;
   line-height: 30px; 
}
.common_page h6{
   font-size: 18px;
   line-height: 25px;  
}
.common_page p{
    padding-bottom:20px;
}
.common_page a{
    color:#637381;
}
.common_page a:hover{
    color:#202e78;
}

.common_page ul, .common_page ol{
    padding-bottom:20px;
    padding-left:20px;
}
.common_page li{
    color: #637381;
    font-size: 17px;
    line-height: 25px;
    display:flex;
    padding-bottom:10px;
}  
.common_page ul li:before{
    content:"\27A3";
    color:#202e78;
    font-size:23px;
    padding-right:10px;
   
}
.common_page ol{
    list-style-type:decimal;
    list-style-position:inside;
}
.events h6, .trainers h6{
    text-align:center;
    padding-top:40px;
}

.contact .pack{
    padding-top:20px;
}
.contact h4{
	padding-bottom: 30px;
	text-transform:capitalize;
	color:#212b35;
	font-size:20px;
	font-weight:bold;
}
.contact .contact_info{
	float: left;
	width: 50%;
	padding-right: 20px;
}

.contact .contact_info .info{
	clear: both;
	padding-top: 35px;
}

.contact .contact_info .info.first{
	padding-top: 50px;
}
.contact .contact_info .info:after{
	content: "";
	display: block;
	clear: both;
} 
.contact .contact_info .info i{
	width: 60px;
	height: 60px;
	border:1px solid #5c6ac4;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	background-color: #5c6ac4;
	padding-top: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	float: left;
}
.contact .contact_info .info i:hover{
	background-color: transparent;
	color: #5c6ac4;
}
.contact .contact_info .info .text{
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	width:80%;
}
.contact .contact_info .info.first .text{
    padding-top:0;
}
.contact .contact_info .info .text h6{
	padding-bottom: 8px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.contact .contact_info .info .text p{

}
.contact .contact_info .info .text a{
	color:#333;
	font-size: 14px;
	color: #637381;
    font-size: 17px;
}
.contact .contact_info .info .text a:hover{
	color: #5c6ac4;
}
.contact .contact_form{
	float: left;
	width: 50%;
	padding-left: 20px;
}
.contact .contact_form .input{
	width: 100%;
	padding-bottom: 20px;
}
.contact .contact_form .input input{
	height: 50px;
	padding: 0 15px;
	border:1px solid #dfdfdf;
	font-size: 14px;
	color: #999;
	font-family: raleway,sans-serif;
	width:100%;
	box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
}
.contact .contact_form .input textarea{
	height: 120px;
	padding: 15px;
	border:1px solid #dfdfdf;
	font-size: 14px;
	color: #999;
	font-family: raleway,sans-serif;
	width: 100%;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
}
.contact .contact_form .input input:focus, 
.contact .contact_form .input textarea:focus{
	border-color: #5c6ac4;
}	
.contact .contact_form button{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: capitalize;
	border:none;
	cursor: pointer;
	margin-top: 5px;
	display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 5px;
    padding: 14px 22px;
    background-color: #202e78;
    color: #ffffff;
}

.contact .contact_form button:hover,
.contact .contact_form button:focus,
.contact .contact_form button:active{
    background-color: #5c6ac4; 
}
#error,#success{
    position:relative;
}
#error input,#success input{
    position:absolute;
    top:0;
    border:none !important;
    background-color:transparent;
}
#error p{
	color: red;
}
#success p{
	color: green;
}
.captcha img{
    float:left;
    width:200px;
    height:50px;
}
.captcha .icon{
    float:left;
    font-size:30px;
    margin-top:10px;
    margin-left:12px;
    cursor:pointer;
    color: #5c6ac4;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.captcha .icon:hover{
    transform:rotate(30deg);
    -webkit-transform:rotate(30deg);
    -ms-transform:rotate(30deg);
    -o-transform:rotate(30deg);
    -moz-transform:rotate(30deg);
}
.captcha .empty{
    display:block;
    clear:both;
}
.captcha #captcha{
    margin-top:10px;
    width: 200px;
}
.captcha p{
    padding-bottom: 5px;
}

.footer{
	color: #ffffff;
	background-color: #000639;

}
.footer .mbl_content{
	padding: 50px 0;
}
.footer .content{
	float: left;
	width: 60%;
}
.footer .content h2{
	color: #ffffff;
}
.footer .content ul{
    width:50%;
    float:left;
}
.footer .content ul li{
	padding-bottom: 15px;
}
.footer .content ul li a{
	text-transform: capitalize;
	color: #ffffff;
	font-size: 16px;
}
.footer .content ul li a:hover{
	color: #8191fb;
}
.footer .content .social{
	padding-top: 20px;
}
.footer .content .social p{
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 15px;
}
.footer .content .social ul li{
	padding-bottom: 0;
	float: left;
	padding-right: 20px;
}
.footer .content .social ul li a{
	font-size: 30px;
}
.footer .image{
	width: 40%;
	float: left;
}
.footer .image img{
	width: 100%;
	border-bottom: 5px solid #5c6ac4;
}
.footer .copyright{
	border-top: 1px solid rgba(223,227,232,0.1);
	padding: 15px 0;
}
.footer .copyright p{
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

@media only screen and (max-width: 1120px){
	.container{
		width: 100%;
		padding: 0px 30px;
	}
}
@media only screen and (max-width: 900px){
	.ham_nav{
		display: block;
	}
	.header .nav,.header .login{
		display:none;
	}
	.banner .content{
	    float:none;
	    width:100%;
	    text-align:center;
	    padding-top:0;
	}
	.banner .image{
	    float:none;
	    margin:auto;
	    width:55%;
	    padding-top:50px;
	}
	.common_page .fixed_width{
	    width:100%;
	}
}
@media only screen and (max-width: 800px){
	.section2 .image,.section2 .content{
		width: 100%;
		float: none;
	}
	.section2 .content{
		padding-left: 0;
		padding-top: 30px;
		text-align:center;
	}
	.section2 .image{
	    padding-top:0;
	}
	.section2 .content ul li{
	    width:60%;
	    margin:auto;
	}


	.section3 .content ul li{
	    width:50%;
	    float:none;
	    margin:auto;
	    padding:0;
	    padding-bottom:50px;
	}
	.section3 .content ul li:nth-child(3){
	    padding-bottom:0;
	}
	.contact .contact_info, .contact .contact_form{
	    width:100%;
	    float: none;
        padding-right: 0;
        padding-left:0;
	}
	.contact .contact_form{
	    padding-top:50px;
	}
	.usb ul li{
	    width:50%;
	}
}
@media only screen and (max-width: 700px){
	.footer .content,.footer .image{
		width: 50%
	}
}
@media only screen and (max-width: 600px){
	.section4 .content{
		width: 100%;
	}
	.section4 ul li{
	    width:50%;
	}
}
@media only screen and (max-width: 500px){
	.container{
		padding: 0px 10px;
	}
	
	.banner .content h1{
		font-size: 40px;
	}
	.banner .image{
	    width:100%;
	}
	.section2 .content ul li{
		width: 100%;
	}
	.section3 .content ul li{
	    width:80%;
	}
	.section4 ul li{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.section4 ul li h3{
		padding-bottom:5px !important;
	}
	.sidebarIconToggle{
		right: 10px;
		top: 22px;
	}
	#sidebarMenu{
		margin-top: 60px;
	}
	.header{
		height: 60px;
	}
	.header .logo img{
		width: 200px;
	}
	.header .logo{
		padding-top: 6px;
	}
	.header .logo .tagline {
        font-size: 13px;
        padding-left: 7px;
        line-height: 14px;
    }
	.banner{
		margin-top: 60px;
	}
	.footer .image{
		display: none;
	}
	.footer .content{
		width: 100%;
	}
	.footer .mbl_content{
		padding:30px 0;
	}
	.common_page, .events, .contact{
        margin-top:60px;
    }
    .usb ul li{
        width:100%;
    }
    .usb{
        display:none;
    }
}