@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');



/* font-family: 'Montserrat', sans-serif; */



@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');



/* font-family: 'Roboto', sans-serif; */



@import url('https://fonts.googleapis.com/css?family=Lato');



/* font-family: 'Lato', sans-serif; */



*{

	margin:0px;

	padding:0px;

	}

	

ul, li, ol {

	list-style-type:none;

	}

	

.clr {

	clear:both;

	display:block;

	width:100%;

	height:0px;

	}



a {

    color: #000;

    text-decoration: none;

    -webkit-transition: all 0.5s ease-in-out 0s;

    -o-transition: all 0.5s ease-in-out 0s;

    transition: all 0.5s ease-in-out 0s;

	}

	

a:hover {

    text-decoration: underline;

	}

	

a:focus, a:active {

    outline: none;

	}

	

a, a img {

	border:none;

	}

	

img {

	max-width:100%;

	}

	

.tac {

	text-align:center;

	}

	

.tal {

	text-align:left;

	}



.tar {

	text-align:right;

	}

	

.fleft, .alignleft {

	float:left;

	}

	

.fright, .alignright {

	float:right;

	}

	

.displaycenter, .aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}

	

.displayblock {

	display:block;

	clear:both;

	}

	

.displayinline {

	display:inline-block;

	vertical-align:top;

	}

	

.displaynone, .hide {

	display:none;

	}



h1, h2, h3, h4, h5, h6 {

	font-weight: bold;

	margin:0px;

	padding:0px;

	letter-spacing:0px;

	text-transform:none;

	}

	

h1 {

	font-size:32px;

	}

	

h2 {

	font-size:28px;

	}

	

h3 {

	font-size:25px;

	}

	

h4 {

	font-size:21px;

	}

	

h5 {

	font-size:17px;

	}

	

h6 {

	font-size:14px;

	}



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {

	color: rgba(0, 0, 0, 0.5);

	font-family: 'Montserrat', sans-serif;
	
	font-size:13px;


	}

	

:-moz-placeholder {

	color: rgba(0, 0, 0, 0.5);

	font-family: 'Montserrat', sans-serif;
	
	font-size:13px;

	}

	

::-moz-placeholder {

	color: rgba(0, 0, 0, 0.5);

	font-family: 'Montserrat', sans-serif;

	opacity: 1;
	
	font-size:13px;


	}

	

:-ms-input-placeholder {

	color: rgba(0, 0, 0, 0.5);

	font-family: 'Montserrat', sans-serif;
	
	font-size:13px;


	}

	

hr {

	background-color: #bbb;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

	}

	

body{

	font-family: 'Roboto', sans-serif;

	font-size:16px;

	font-weight:400;
	
	line-height:30px;

	}



.headertop{

	background-color:#3b3b3b;

	font-family: 'Lato', sans-serif;

	}

	

.headertop .fa{

	color:#ffffff;

	margin: 0px 10px;

	text-align: left;

	}

	

.headertop ul{

	float:right;

	}


.site-header{

	border-bottom: solid 2px #ececec;
	
	-webkit-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.43);
	
	-moz-box-shadow: -1px 3px 8px 0px rgba(0,0,0,0.43);
	
	box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.43);
	
	z-index: 9;

	}

	

.headertop ul li{

	display: inline-block;

	padding:10px;

	position:relative;

	}

	

.headertop ul li:nth-child(1):after{

	content: "";

	background: #d2cfcf;

	width: 2px;

	height: 15px;

	position: absolute;

	margin-left: 13px;

	top: 16px;

	}

	

.regi{

	padding-right: 50px;
	
	padding-left: 20px;
	
	padding-top: 10px;
	
	padding-bottom: 10px;

	background: #fff;

	border-radius: 5px;

	color:#a80b40;

	font-weight:bold;

	font-family: 'Roboto', sans-serif;

	border-bottom: solid 3px #ccc;

	border-right: solid 3px #fff;

	border-left: solid 3px #fff;

	border-top: solid 3px #fff;

	position:relative;
	
    margin-top:3%;



}

.regi:hover{ text-decoration:none;}


/*
@include keyframes(my-animation) {

    to {

        color: red;

    }

}
*/


.regi:before {

    content: "\f061";

    position: absolute;

    right: 1em;

    padding: 0 1px;

    font-family: FontAwesome;

    transform: translateZ(0);

    transition-duration: 0.1s;

    transition-property: transform;

    transition-timing-function: ease-out;

	font-weight:400;
	


}



/*.regi:hover{

	background: none;

	border: solid 3px #fff;

	color: #fff;

	text-decoration: none;

}
*/
	

.headertop ul li a{

	color:#fff;

	}

	

.headertop ul li a:hover{

	text-decoration:none;

	}

	

.site-title, .site-description{

	display:none;

	}

	

	

.custom-header{

	margin-bottom:0px !important;

	}

	

.site-branding{

	margin-bottom:0px !important;

	}

	

.navigation-top{

	max-width:73%;

	float: right;

	position: relative !important;

}



.custom-logo-link img{

	max-height:100%;
	
	margin-bottom:-30px;

	}

	

.main-navigation a{

	font-family: 'Lato', sans-serif;

	font-weight:400;

	font-size:15px;

	-webkit-transition: all 0.5s ease-in-out 0s;

    -o-transition: all 0.5s ease-in-out 0s;

    transition: all 0.5s ease-in-out 0s;

	}

	

.main-navigation a:hover{

	text-decoration:none;

	color:#9f0a3a;

	}

	

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a{

	color:#9f0a3a;

	}
	

.menu-main-menu-container{

	float:right;

	margin-top:20px;

	}

	

.metaslider{

	overflow:hidden;

	}

	

.sliders{

	background-image:url(../images/sliderbg.jpg);

	background-repeat: no-repeat;

	background-size: 100% 100%;

	background-position: center center;

	color:#fff;

	padding:7% 0%;

	}

	

.metaslider{

	float:right;

	border: solid 8px #fff;

	border-radius: 13px;

	overflow:visible;

	position:relative;

	}

	

.metaslider:after{

	background-image:url(../images/shadow.png);

	background-repeat:repeat;

	background-position: center;

	content:"";

	position:absolute;

	bottom:-60px;

	width:100%;

	height:50px;

	background-size: 100% 100%;

	}

	

.home .entry-title{

	display:none;

	}

	

.sliders .widget_text{

	width:50%;

	float:left;

	padding:3% 0%;

	}

	

.sliders h2.widget-title{

	font-size:23px;

	color:#fff;

	margin-bottom:20px;

	letter-spacing:0px;

	text-transform:none;

	font-weight:bold;

	}

	

.sliders p{

	font-size: 20px;

	line-height: 35px;

	font-weight: 300;

}

	

.sliders .widget_metaslider_widget{

	width:47%;

	float:right;

	}



	

	

.welcnt{

	background-color: #e9e9e9;

	padding: 5% 0%;

	text-align: center;

	font-size:17px;

	font-weight:400;

	color:#353535;

	line-height:32px;

	}

	

.welcnt p{

	padding:0% 5%;

	}

	

.cur-courses #text-10 .textwidget {

    margin: 5%;

}

	

h2.widget-title{

	font-size: 32px;

	letter-spacing: 0px;

	color: #000;

	margin-bottom: 17px;

	font-family: 'Montserrat', sans-serif;

}



.slider-pro.sp-horizontal{

	float:left;

	background-color:#fff;

	webkit-box-shadow: 0px 0px 11px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */

  	-moz-box-shadow:    0px 0px 11px 0px #ccc;  /* Firefox 3.5 - 3.6 */

 	 box-shadow:         0px 0px 11px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

	}

	

.welcnt .sp-black{

	background:none;

	}

	

.welcnt .sp-image{

	margin:0px auto !important;

	top:12%;

	}

	

.welcnt .sp-black{

	background:none !important;

	color:#000 !important;

	top:40% !important;

	}

	

.welcnt #example3_44 .desc-in{

	color:#000 !important;

	font-size: 16px !important;
	line-height: 1.4 !important;
	white-space:pre-line !important;
	word-break:normal !important;

}



#text-7{

	width:35%;

	float:left;

	margin-top:4%;

	}

	

#text-8{

	float:right;

	width:60%;

	margin-top:4%;

	}

	

#text-8 h2.widget-title{

	font-size: 28px;

	font-weight: 400;

	text-align: left;

	margin-left: 7%;

	text-transform: none;

	margin-bottom: 20px;

	}



#sp-testimonial-free5a2f63377738e .owl-item{

	width:600px;

	}

	

.sp-testimonial-section .testimonial-free{

	padding: 26px;

    font-size: 16px;

    text-align: left;

    line-height: 30px;

	background: #fff;

	border-radius: 13px;

	margin-bottom:20px;

	}

	

.autoHeight{

	position:relative;

	 }

	 

.sp-horizontal .sp-next-arrow {

	background-image:url(../images/next.png);

	width: 34px;

    height: 45px;

}



.sp-horizontal .sp-previous-arrow{

	background-image:url(../images/previous.png);

	width: 34px;

    height: 45px;

	}

	

	

.autoHeight:after{

	content:"";

	background-image:url(../images/tafter.png);

	background-repeat:no-repeat;

	width:45px;

	height:14px;

	position:absolute;

	bottom:6px;

	right:22px;

	}

	

	

.sp-testimonial-section .owl-controls .owl-buttons div.owl-prev, .sp-testimonial-section .owl-controls .owl-buttons div.owl-next, .testimonial-free .tf-client-name, .sp-testimonial-section .owl-controls .owl-pagination{

	display:none;

	}

	

.cur-courses{

	background-color:#292929;

	background-image: url(https://nccamp.com/wp-content/uploads/2018/01/multibg.jpg);

	background-repeat:repeat-y;

	background-position: center;

	/*padding: 3% 0% 1.1% 0%;*/

	color:#fff;

	font-weight:400;

	font-size:16px;

	background-size: 100% 100%;

	}

	

.cur-courses h2.widget-title{

	background-color: #fff;

	color: #000;

	margin-left: -40px;

	padding: 9px 9px 9px 50px;

	text-transform: none;

	font-size:28px;

	position:relative;

	}

	

.cur-courses h2.widget-title:after{

	content:"";

	position:absolute;

	width:15px;

	height:16px;

	left:0;

	background-image:url(../images/after.png);

	background-repeat:no-repeat;

	bottom:-16px;

	}

	

.cur-courses iframe{

	width: 100%;

    height: 280px;
	
	background: #fff;
	
    padding: 5px;

}




/*.videoblock{text-align:center; display:block; background:#fff; max-height:335px; color:#000;}*/

.videoblock{
	width: 80%;
	height: 300px;
	
	/*background: url(../images/bg-video.jpg) 0 0 no-repeat;*/
	background:#fff;
	position: relative;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position:relative;
	margin:2% auto 0 auto;
	max-width:490px;
}

.videoblock:after{
	content:"";
	background: url(../images/basicShadow_img.png) 0 0 no-repeat;
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	bottom: -40px;
	background-size: 100%;
	background-position: center center;
	}
	
.cur-courses .widget_text ul{

	margin-bottom:20px;

	/*width:50%;*/

	/*float:left;*/
	
	/*padding-left:10%;*/
	
	padding-left: 2%;
	
	text-align:left;

	}



.cur-courses .widget_text ul li{

	padding:10px 0px;
	padding-bottom: 0px;

	}

/*	

.cur-courses .widget_text ul:nth-child(2){

	float:right;

	}*/

	

.cur-courses .more{

	background: #046f7b;

	padding: 11px 38px;

	color:#fff;

	position:relative;
	
	width: 250px;
	
    margin: 0px auto;
	
	display: block;
	
	

}



.cur-courses .more:after{

	content:"";

	background-image:url(../images/btnshadow.png);

	background-repeat:no-repeat;

	width:250px;

	height:40px;

	position:absolute;

	left:20px;

	bottom:-40px;

	}



.cur-courses .more:hover{

	text-decoration:none;

	color:#fff;

	}

	

.cur-courses .widget_text ul li a{

	color:#fff;

	font-size:16px;

	}

	

.cur-courses .widget_text ul li a:hover{

	text-decoration:none;

	margin-left:6px;

	}



.cur-courses #text-9{

	width:46%;

	float:left;
	/*margin-top: 11px;*/
	background: #6ca1b3;
	
	padding: 3% 0% 1.1% 0%;

	}

	

.cur-courses #text-10{

	width:44%;

	float:right;
	
	background: #608c97;
	
	padding: 3% 0% 1.1% 0%;

	}

	

.btmsection{

	background-color:#e9e9e9;

	padding:5% 0%;

	text-align:center;

	}

	

.btmsection .btmcnt{

	width: calc(100%/4 - 20px);

	float:left;

	margin:10px;

	padding:20px;

	background-color:#ffffff;

	height:520px;

	color:#535050;

	line-height:27px;

	webkit-box-shadow: 0px 0px 11px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */

  	-moz-box-shadow:    0px 0px 11px 0px #ccc;  /* Firefox 3.5 - 3.6 */

 	 box-shadow:         0px 0px 11px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */

	 border:solid 1px #ccc;

	}

	

.btmsection .btmcnt img{

	border-radius: 50%;

	width: 237px;

	height: 237px;

	border: solid 8px #9f0a3a;

	margin-bottom:10px;

}



.btmsection .btmcnt h5{

	margin-bottom:15px;

	color:#9f0a3a;

	font-size:22px;
	
	font-family: 'Montserrat', sans-serif;

	}

	



.sp-slides-container .sp-horizontal .sp-next-arrow:after, .sp-slides-container .sp-horizontal .sp-previous-arrow:after{

	background-image:url(../images/next.png);

	content: '';

    position: absolute;

	width:20px;

	height:20px;

	padding:10px;

	}

	

	

h1.entry-title{

	position:relative;

	}

	
/*
h1.entry-title:after{

	content: '';

position: absolute;

display: block;

top: 70%;



margin-top: 15px;

width: 1.4285714286rem;

height: 2px;

background: #333;

-webkit-transform: scale3d(0,1,1);

transform: scale3d(0,1,1);

-webkit-transform-origin: 0 50%;

-ms-transform-origin: 0 50%;

transform-origin: 0 50%;

-webkit-transition: all 320ms ease;

transition: all 320ms ease;

	transition-timing-function: ease;

	}

	

h1.entry-title:hover::after{

		-webkit-transform: scale3d(1,1,1);

	transform: scale3d(1,1,1);

	-webkit-transform-origin: 0 50%;

	-ms-transform-origin: 0 50%;

	transform-origin: 0 50%;

	-webkit-transition-timing-function: ease;

	transition-timing-function: ease;

}*/

/* footer */



.site-footer{

	background-color:#000000;

	color:#fff;
	


	}
/* .page-id-464 .site-footer{position:fixed; left:0; bottom:0; width:100%;} */
	

.site-footer a{

	color:#fff;

	font-size:14px;

	font-weight:400;

	}


.widget-column.footer-widget-1 a{

	text-decoration:none;

	color:#3377A6;

	}
	

.widget-column.footer-widget-1 a:hover{

	text-decoration:none;

	color:#ffffff;

	}

	

.site-footer .widget-column.footer-widget-1 p{

	margin:0px;

	padding:10px 0px;

	}

	

.site-footer .widget-column.footer-widget-2 ul.ftrinfo li{

	display:inline-block;

	padding:10px;
	
	margin-left:8%;

	}

	

.site-footer .widget-column.footer-widget-2 ul.social li{

	display:inline-block;

	}

	

.site-footer .widget-column.footer-widget-2 ul.social li a .fa-facebook{

	background: #00b1de;

	padding: 16px 18px;

}

	

.site-footer .widget-column.footer-widget-2 ul.social li a .fa-youtube{

	background: #6f6f6f;

	padding: 16px 18px;

	}

	

.widget-column.footer-widget-2 ul.social li a{

	padding: 6px;

	}

	

.ftrinfo{

	

	float:right;
	
	text-align:right;
	
	width:100%;

	}



ul.ftrinfo .fa{

	margin: 0px 10px;

	border: solid 1px #fff;

	padding: 7px 8px;

	border-radius: 50px;

	width: 30px;

	height: 30px;

	text-align: center;

}


.cntin h3.hding{

	text-align:center;
	
	position:relative;
	
	margin-bottom:30px;
	
	}
	
/*.cntin h3.hding:after{

	background-image:url(../images/global-sprite-dividers.png);

	content: '';

    position: absolute;
	
	background-repeat:no-repeat;

	width:100%;

	height:20px;
	
	left:0px;
	
	bottom:0px;
	
	
	
	}*/
	
.cntin ul.arrow{

	width:80%;
	
	float:left;
	
	padding-right:5%;
	
	}
	
.arrow li, .bullet3 li{

	margin-bottom:10px;
	
	position:relative;
	
	margin-left: 15px;
	
	line-height:20px;

	
	}
	
.arrow li:before{

	background-image:url(../images/bullet1.png);

	content: '';

    position: absolute;
	
	background-repeat:no-repeat;

	width:7px;

	height:10px;
	
	left:-15px;
	
	top:6px;
	}
	
.bullet3 li{
	
	color:#000000;
	
	}
	
.bullet3 li:before{
	
	background-image:url(../images/bullet3.png);

	content: '';

    position: absolute;
	
	background-repeat:no-repeat;

	width:10px;

	height:10px;
	
	left:-15px;
	
	top:10px;
	}
	
.arrow li a, .cntin a{

	color:#009BC3;
	
	text-decoration:underline;
	
	}
	
.leftimgs{

	float: right;
	
	width: 20%;
}

.leftimgs img{

	width:200px;
	
	height:200px;
	
	}
	
.cntin img{
	
	background:#fff;
	
	border:solid 2px #000;
	
     padding: 5px; 
	 
	 max-width:100%;
	
	/*width:100%;*/
	
	}
.w410p{
	max-width: 410px;
	margin: 0px auto;
}
	
	
	
	
p.fontsizee{font-size: 18px;text-align: center;}	
		
.page-id-9 .cntin img{

	padding:7px;
	
	border:solid 2px #000;
	
	background:#fff;
	
	max-width:922px;
	
	max-height:201px;
	
	margin:0px auto;
	
	display:block;
	
	
	
	/*width:100%;*/
	
	}
	
	
	
	
	
	
	
	
	
	
	
	
.boxes{

	width:48%;
	
	/*border: solid 1px #ccc;*/
	
	padding: 33px;
	
	min-height:426px;
	
	-moz-box-shadow: inset 0px 0px 43px #9f9f9f;
	
	-webkit-box-shadow: inset 0px 0px 43px #9f9f9f;
	
	box-shadow: inset 0px 0px 43px #9f9f9f;
	
	background-color:#ffffff;
	
	margin:3% 0%;
	
	}
	
.boxes h4{
	
	margin-bottom:15px;
	
	}
	
.imgs li{

	display:inline-block;
	
	margin:10px;
	
	}
	
.leftcnt1{

	width: 27%;
	
	text-align: center;

	float: right;

}

.par1{

	width:70%;
	
	float:left;
	
	}
	
.leftcnt1 ul li{

	margin:15px 0px;
	
	}
	
.black{

	color:#000000;
	
	}
	
.imcnt{

	margin-right:20px;
	
	margin-bottom:20px;
	
	}
	
ul.num li{
	list-style-type:none;	
	font-size: 15px;
}

ul.num li .fa-dot-circle-o{
	color: #1C8DBD;
	padding-right: 5px;
}
	
.vblock{	

	width:47%;
	
	float:left;
	
	margin:10px;
	
	}
	
.vblock h4{

	margin-bottom:15px;
	
	}
	
.vblock small{

	font-size: 72%;
	
	color: #939090;

	font-weight: normal;
	
}	
	
.cnt2{
	background: #00b1de;
	padding: 10px;
	border: solid 1px #ccc;
	/*box-shadow: 2px 3px 3px 5px #ccc*/;
	-webkit-box-shadow: 2px 3px 2px 5px rgb(211, 211, 211);
	-moz-box-shadow: 2px 3px 2px 5px rgb(211, 211, 211);
	box-shadow: 2px 3px 2px 5px rgb(211, 211, 211);
	color: #fff;
}

.cnt1{
	max-width: 1120px;
	margin: 20px auto;
	}
	
.message_blue{
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 2% 3%;
	background: #ededed;
	margin-bottom:20px;
}


.testimonials{
	background: #ededed url(../images/bg_quote_wrap.png) 25px 25px no-repeat;
    border: 1px solid #ccc;
    padding: 24px 24px 0px 100px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #424141;


}

.testimonials p{
	margin-bottom:5px;
	font-size:15px;
	}
	
.cname{
	text-align:right;
	display:block;
	margin-right:10px;
	}

#list h3{
	padding: 20px 0px;
	}
	
.message_blue ul li{
	list-style-type:circle;
	margin-left:15px;
	}
	
#list ul.arrow{
	width:100%;
	float:none;
	}
	
.accordions .accordion-content{
	padding:24px;
	line-height:27px;
	}
	
.accordion-content img{
	width: 80px;
	height: 80px;
	border: none;
	padding: 0px;
}

.table_list th{
	border-right: solid 1px #086090;
    border-left: solid 1px #086090;
	padding: 12px 20px;
	background-color: #168fd1;
	color:#fff;
	}
	
.table_list tr:nth-child(even) {
    background-color: #f3f3f3;
}

.table_list td{
	border-right: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
	padding: 12px 20px;
}

.table_list ul li{
	border-bottom: solid 1px #d4d4d4;
	padding: 12px 20px;
	margin-left: -1px;
	}
	
.table_list ul h5{
	border-right: solid 1px #086090;
	/*border-left: solid 1px #086090;*/
	padding: 12px 20px;
	background-color: #168fd1;
	color: #fff;
	margin-left:-5px;
}

.table_list ul h5:nth-child(1){
	border-right: solid 1px #086090;
	border-left: solid 1px #086090;
	}


.message_blue span{
	font-size:20px;
	font-weight:bold;
	}

.wblock{
	max-width:1000px;
	margin:0px auto;
	}
	
.trc{
	border:solid 1px #aeacac;
	padding:10px;
/*	margin-top:4%;*/
	}
	
.trc_head{
	width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #168fd1;
    padding: 11% 1%;
	margin-right:15px;
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0px;
	-moz-box-shadow: inset 0px 0px 43px #035d87;
    -webkit-box-shadow: inset 0px 0px 43px #035d87;
    box-shadow: inset 0px 0px 43px #035d87;
	border-radius: 5px;
}

.trc_cnt{
	width: 77%;
	display: inline-block;
}

.ldd_row .ldd_img{
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.ldd_row .ldd_cnt{
	width: 65%;
	display: inline-block;
}

.ldd_row .ldd_cnt p{
	margin-bottom:0px;
	}
	
.ldd_row{
	margin-bottom:15px;
	}
	
/*.ldd h3{
    text-align: center;
    background: #168fd1;
    padding: 3%;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    border-radius: 5px;
    margin: 20px 0px;
	-moz-box-shadow: inset 0px 0px 43px #035d87;
    -webkit-box-shadow: inset 0px 0px 43px #035d87;
    box-shadow: inset 0px 0px 43px #035d87;
}*/

.ldd_h3bg{
    text-align: center;
    background: #168fd1;
    padding: 3%;
    border-radius: 5px;
    margin: 20px 0px;
	-moz-box-shadow: inset 0px 0px 43px #035d87;
    -webkit-box-shadow: inset 0px 0px 43px #035d87;
    box-shadow: inset 0px 0px 43px #035d87;
}

.ldd_h3bg h3{
	color: #fff;
    font-weight: bold;
    font-size: 30px;
	margin-bottom:10px;
	}

.message_box{
	width: calc(100%/2 - 23px);
	margin: 10px;
	display: inline-block;
	-moz-box-shadow: inset 0px 0px 43px #035d87;
	-webkit-box-shadow: inset 0px 0px 43px #035d87;
	box-shadow: inset 0px 0px 43px #035d87;
	background: #168fd1;
	padding: 10px;
	min-height: 424px;
	color: #fff;
	text-align: center;
	vertical-align: top;

}

.message_bottom_window{
	width:50%;
	margin: 20px auto;
	-moz-box-shadow: inset 0px 0px 43px #035d87;
	-webkit-box-shadow: inset 0px 0px 43px #035d87;
	box-shadow: inset 0px 0px 43px #035d87;
	background: #168fd1;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	}

.message_box a{
	color:#fff;
	}
	
.message_box h3{
	color:#fff;
	margin:12px 0px;
	font-size:30px;
	}
.message_box .time, .message_bottom_window .time{
	font-size: 20px;
	font-weight: bold;
}
	
.message_box a:hover{
	color:#044a71;
	}
	
.ncc{
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

p{
	margin-bottom:10px;
	}
	
.leftbar{
	width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
	
.cnt_images, .cnt_images2{
	width: 70%;
	display: inline-block;
}

.cnt_images img{
	width: calc(100%/3 - 20px);
	float:left;
	margin:10px;
	}
	
.cnt_images2 img{
	width: calc(100%/2 - 20px);
	float:left;
	margin:10px;
	}
	
.cntin a.underline{
	text-decoration:underline !important;
	}
	
.table_list ul{
	width: calc(100%/4 - 5px);
	display:inline-block;
	vertical-align:top;
	border-right: solid 1px #d4d4d4;
	}
	
.table_list ul:nth-child(1){
	border-left: solid 1px #d4d4d4;
	}
	
.cprojects .imgs img{
	width:250px;
	height:236px;
	}
	
.cntin .imgs h6{
	margin-bottom:30px;
	}
	
#wpcf7-f460-p234-o1 .twodis {
    width: 49%;
    display: inline-block;
	vertical-align:top;
}

.orcnt{
	width:75%;
	}
	
#wpcf7-f460-p234-o1 .threedis{
	width: 32.33%;
	display: inline-block;
	vertical-align:top;
}

span.hlight{
	background-color: yellow;
	}
	
#wpcf7-f460-p234-o1 .tshirts{
	width:7%;
	padding:7px;
	}
	
.main-navigation ul ul a{
	padding:4px 17px;
	}
	
	
footer .pull-top{
	float:right;
	}

#back-top {
    border-radius: 3px;
    background-color: #913346;
    padding: 4px 7px;
    position: fixed;
    bottom: 12px;
    right: 5px;
    z-index: 100;
    opacity: 1;
    transition-duration: 0.4s;
    outline: medium none;
}

#back-top:hover {
    background-color: #84001B;
}

.pioneer{
	width: 177px;
	float: left;
	line-height: 18px;
}

.titright{
	float: right;
    width: 75%;
}

.navy{
	position:relative;
	}

.navy:after{
	content:"";
	background:#FF9900;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	top: 27px;
	}
	
.navy:before{
	content:"";
	background:#FF9900;
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	top:0;
	}

.sp-testimonial-section .owl-item a{ color:#9F0A3A; font-size:18px; font-weight:bold;}
	
.displayinline{display:inline-block; vertical-align:top;}

.wp24{width:24%;}

.wp74{width:74%;}	

.frame{background:url(../images/global-sprite.png) 0 -31px no-repeat; position: relative; float: right; width: 722px; height: 602px}

.iframeimg { width: 705px; height: 600px; position: absolute; left: 9px; top: 8px;}

.divideline{background:url(../images/separator3.gif) repeat-x; width:100%; height:2px; padding: 4%; margin-top: 5%;}

.search.innerpage,.custom-header .search{width:20%; float:right; margin:-20px 0px 10px 0px;  }

.search input[type="search"]{background:#1E8BBB; border-radius:5px; border:none; padding:5px 10px; color:#FFFFFF;}

.search input[type="search"]:focus{border:none;}

.search input[type="search"]::placeholder{color:#fff; font-weight:bold;}

.search .search-form .search-submit{background:transparent;}

.search .search-form .search-submit .icon{top:-6px;}

.sp-slides-container .sp-fade-arrows{opacity:1;}

.cur-courses #text-10 p{padding-left:10%;}

/*.cur-courses .widget_text ul:nth-child(3){ padding-left: 2%;}*/

.cur-courses #text-10 .textwidget{margin-right:0;margin-top: -10px;}

.cntninfo{ background: #1C8DBD; color: #fff; width: 65%; margin: 0px auto;padding: 10px; border-radius: 5px;}

.entry-header .entry-title{ background: #1C8DBD; padding: 10px 10px; border-radius: 0px 5px 5px 0px; border-left: 4px solid #9F0A3A; color: #fff !important;}

body:not(.home) .search{ display:none;}

body:not(.home) .search.innerpage{display:block;}

body:not(.home) .search.innerpage{position:absolute; top:22px; right:12px;}

body:not(.home) .search.innerpage input[type="search"]{ color: #FFFFFF; background: #2b3f5b;}

header.entry-header{position:relative;}

.space-btm{margin-bottom:0px; clear:both;} 

.page-id-150 .fleft.imcnt{margin-bottom:0px; margin-right:2%;}

.page-id-234 div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    display: none !important;
}


.page-id-21 .wpsm_panel-body .imgs img{border:none;}

.page-id-21 .imgs.cnt2 img{border:6px solid #fff; border-radius:10px;border: solid 2px #000;}

.headertop ul li{color:#FFFFFF;}

.cntin a.clickh{color:#162EE6; text-align:center; display:block;}

.bgclr{background:#1C8DBD; color:#FFFFFF; padding:10px 20px; display:inline-block; border-radius:5px;}

.linespace{line-height:22px;}

.bluebox{ float: right; padding: 2.5% 3%; vertical-align: top; background: #649ABD; color: #fff; border-radius:10px;}

.menu-item-632 > a,.menu-item-586 > a ,.menu-item-587 > a,.menu-item-540 > a,.menu-item-589 > a,.menu-item-590 > a { pointer-events: none;}

.page-id-273 .wblock .ldd { border: solid 1px #aeacac; padding: 10px; margin-bottom:5%;}

.ldd span{font-size:16px;text-transform: inherit; color: #fff;}

.telno,.bluetxt{ color:#009BC3;}

.displayblock{
	display: block;
}
.displayinline{
	display: inline-block;
}
.w69p{
	width: 69%;
}
.w30p{
	width: 30%;
}
.page-id-62 .site-content-contain {
    background-color: #1c8dbd1a;
}
.search-results .entry-title a{
	color: #1c8dbd;
	font-size: 20px;
}
.search-results .entry-title {
	background: none;
	padding: 0px 10px;
	border-radius:0;
}


.formstyles table td font{color: #333;
font-weight: 700;
font-size: inherit;
padding-bottom: 0px;
display: inline-block;}


.page-id-735 .formstyles input[type="text"], .page-id-735 .formstyles input[type="email"], .page-id-735 .formstyles input[type="number"], .page-id-735 .formstyles input[type="tel"], .page-id-735 .formstyles input[type="date"], .page-id-735 .formstyles input[type="month"], .page-id-735 .formstyles input[type="week"], .page-id-735 .formstyles input[type="time"], .page-id-735 .formstyles input[type="datetime"], .page-id-735 .formstyles input[type="datetime-local"], .page-id-735 .formstyles input[type="color"] { display:inline; }

.formstyles input.flefttt{width: 27%;
float: left;
padding: 7px;
margin-right: 20px;margin-bottom: 10px;}

.formstyles a { color:#009BC3; }

.formstyles input{padding: 7px;
margin-bottom: 10px;
margin-top: 0px;}

.formstyles input.widthh{width: 25%;}

.iNote li{
	font-size:15px;
	}
	
.custom-logo-link{
	padding-bottom:30px;
	}
	
.home .custom-logo-link{
	padding-bottom:0px;
	}
	
	
#text-12{
	width: 50%;
	display:inline-block;
	vertical-align:top;
	background: #6ca1b3;
	padding:3% 2%;
}

#text-13{
	width: 50%;
	display:inline-block;
	vertical-align:top;
	background: #608c97;
	padding:4% 0% 2% 2%;
	}


.btn_green{
	width:100%;
	}
	
#text-13 .textwidget{
	text-align:center;
	}
	
.page-template-registration-template .formstyles input{ background: #fbfbfb;}

.page-template-registration-template .formstyles input[type="submit"]{background:#222;}

.videoblock iframe{z-index:999; position:relative;}

.centerblc{max-width:420px; margin:0px auto;}

.centerblc .displayinline.left{float:left;}

.centerblc .displayinline.right{float:right;}

.page-id-464 .cntin{padding-top:0.5%;}

/*new*/
#whichyears {
	width: 200px;
	}
	

	
	

@media all and (max-width: 4800px) and (min-width: 4550px) {

.cur-courses h2.widget-title{ margin-left: -4.8%;}

.page-id-464 .cntin{padding-top:58%;}
}


@media all and (max-width: 2800px) and (min-width: 2730px) {

.cur-courses h2.widget-title{ margin-left: -5.2%;}

.page-id-464 .cntin{padding-top:25.5%;}

}


@media all and (max-width: 2400px) and (min-width: 1901px) {

.cur-courses h2.widget-title{margin-left: -5.5%;}

.page-id-464 .cntin{padding-top:13.5%;}
}



@media all and (max-width: 1900px) and (min-width: 1700px) {

.cur-courses h2.widget-title{margin-left: -6%;}

.page-id-464 .cntin{padding-top:7%;}
}

@media all and (max-width: 1545px) and (min-width: 1525px) {

.cur-courses h2.widget-title{margin-left: -44px;}

.page-id-464 .cntin{padding-top:3.5%;}

}



	
@media all and (max-width:780px) {

.custom-logo-link img {
    margin-bottom: 0px;

}

.formstyles input.flefttt{width:100%;
float: none;
padding: 7px;
margin-right:0px;margin-bottom: 15px;}

.formstyles input{padding: 7px;
margin-bottom: 20px;
margin-top:20px;}

.formstyles input.widthh{width: 100%;}
}






