

.fixedPosition,.overlayMenu {
    position: fixed
}


.pdg-l-10 {
    padding-left: 10px
}


.beautiful .DropdwnList {
    width: 70px;
    border: 0;
    overflow: hidden;
    padding: 0;
    background: url(../images/dropdown.png) right no-repeat #fff
}

.beautiful .DropdwnList select {
    width: 66px;
    font-size: 13px;
    height: 28px;
    padding: 0 18px 0 0;
    cursor: pointer
}


.iframe {
    width: 100%;
    min-height: 380px;
    margin: 0
}

.iframe div {
    padding: 0
}

.LetsTalkBox {
    min-height: 350px
}

.letstalkbox-1 {
    padding: 5px 15px;
    background-color: #deae15;
    border: 1px solid #deae15;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.pdg-l-r-10 {
    padding-left: 10px;
    padding-right: 10px
}

.phoneicon {
    width: 11.6px;
    margin: 1px 3px;
    display: inline-block
}

.phonetext {
    font-size: 13px;
    font-weight: 100;
    line-height: .8
}
.letstext-1,.phonetext {
    color: #036;
    font-weight: 700;
}
.letstalkbox-2 {
    min-height: 260px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 20.6px 3.4px rgba(44,36,38,.1);
    background: url(../images/group@3x.png) right 1px top -23px no-repeat #fff;
    background-size: 109px 136px;
    padding: 6px 27px
}

.PhoneNomarginTopDefault {
    margin-top: 10px
}

.sectionSliderDefaultPage {
    margin-top: 0!important
}

.sectionSliderDefaultPage2 {
    margin-bottom: 0!important
}

.letstext-1 {
    font-size: 16px;
    text-align: left
}

.letstext-2 {
    font-size: 14px;
    text-align: left;
    color: #333
}

.letstext-3 {
    font-size: 16px;
    text-align: left;
    color: #036
}

.btntext,.button1,.button1:active,.button1:focus,.button1:hover {
    color: #fff
}

.letstext-4 .input-group-addon {
    background: #fff;
    border-right: 0;
    padding: 0 10px;
    border-color: #999;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    border-width: 1.5px
}

.letstext-4 .input-group-addon.beautiful {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.letstext-4.input-group input {
    border-radius: 0 5px 5px 0
}

.letstext-4 .form-control {
    border-radius: 16px;
    background-color: #fff;
    border: 1.5px solid #999;
    border-left: 1px;
    box-shadow: 0 0 0 0 #000
}

.button1,.chatfbbtn {
    background-color: #036
}

.button1 {
    border-radius: 16px;
    font-size: 14.5px;
    text-align: center;
    padding: 4px 18px
}

.chatfbbtn {
    font-family: segoeui_0,Helvetica,Arial,sans-serif;
    border-radius: 5px;
    box-shadow: 0 0 20.6px 3.4px rgba(44,36,38,.1)
}

.chatfbbtn .btn-lg {
    padding: 9px 16px;
    cursor: auto
}

.chatfbbtn .btn-lg.btnchat1 {
    border-right: 1px solid #d2d8dd;
    border-radius: 0
}

.testimonial-1,.testimonial-2 {
    border-radius: 5px;
    box-shadow: 0 0 20.6px 3.4px rgba(44,36,38,.1)
}
.bottom {
    min-height: 280px;
    background-color: #0D3251;
    background-image: url(../images/slide/footerBg.jpg);
    background-repeat: round;
    color: #fff;
    margin-bottom: 0
}
.bottom .container{width: 90%;}
.footerBox {
    width: 21%;
    margin-top: 30px
}
.footerBox1 {
    width: 17%;
    margin-top: 30px
}
.footerBox2 {
    width: 19%;
    margin-top: 30px
}
.footerSSLSubBox{
    margin-top: 9px;
    margin-left: 4px;
}
.foot-heading{font-weight: 900;}
.footer-list {
    list-style: none;
    padding: 0
}

.footer-list li {
    padding: 3px 0
}

.footer-list li a {
    font-size: 12px;
    text-align: left;
    color: rgba(255,255,255,.9)
}
.FontS11 {font-size: 12px;}
.section-header {
	margin-bottom:30px;
}
.course {
	margin-top:20px;
	margin-bottom:20px;
}

.course .course-img {
	position: relative;
	display:block;
	margin-bottom:20px;
	border-radius:4px;
	overflow:hidden;
}

.course .course-img > img {
	width:100%;
}

.course-img:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color:#FF6700;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.course .course-img:hover:after {
	opacity:0.7;
}

.course .course-img .course-link-icon {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50% , calc(-50% - 15px));
	    -ms-transform: translate(-50% , calc(-50% - 15px));
	        transform: translate(-50% , calc(-50% - 15px));
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:2px solid #fff;
	color:#fff;
	border-radius:50%;
	opacity:0;
	z-index:10;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.course .course-img:hover .course-link-icon {
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	opacity:1;
}

.course .course-title {
	display:block;
	height:42px;
}

.course .course-details {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EBEBEB;
}

.course .course-details .course-price {
	float: right;
}

.course .course-details .course-price.course-free {
	color: green;
}

.course .course-details .course-price.course-premium {
	color: #deae15;
}

#sec-blogposts .center-btn {
	text-align:center;
	margin-top:40px;
}
.back-white{background-color: #fff}
/* --- Buttons --- */
.main-button {
	position:relative;
	display:inline-block;
	padding:10px 30px;
	background-color: #deae15;
	border: 2px solid transparent;
	border-radius: 40px;
	color: #FFF;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-button:hover , .main-button:focus {
	background-color:#F0F2F4;
	border: 2px solid #deae15;
	color:#deae15;
}

.main-button.custicon-button:hover , .main-button.custicon-button:focus {
	padding-right: 45px;
}

.main-button.custicon-button:after {
	content:"\f178";
	font-family:FontAwesome;
	position:absolute;
	width: 30px;
	right: 15px;
	text-align:center;
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-button.custicon-button:hover:after , .main-button.custicon-button:focus:after {
	opacity:1;
}
#sec-blogposts a{
    color: #036;
    font-weight: 900;
    font-size: medium;
}
#sec-blogposts a:hover, a:focus {
    color:#deae15;
    font-weight: 400;
}

.order-card {
    color: #323c4f;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}
.bg-c-white {background-color: #fff}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.card .raised {
    border-radius: 10px;
    box-shadow: 0 0 0 1px #d4d4d5, 0 10px 20px 0 rgba(34,36,38,.12), 0 0 0 0 rgba(34,36,38,.15);
}

.card .card-block {
    padding: 18px 25px;
}
.card .card-block > h5 {
    font-weight: 600;
    font-size: 22px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.card:active {
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.card:hover {
    box-shadow: none;
    background: linear-gradient(to bottom,#455a64 0,#546e7a 100%);
    color: #FFF !important
}
.card-block .header{
    font-size: 1.5rem;
    line-height: 1.28571429em;
    margin: calc(2rem - .14285714em) 0 1rem;
    font-weight: 700;
}
.card-block .title {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}
.card-body >ul > li {margin-bottom: .675rem;}
.google-map {
    height: 40rem;
    position: relative;
    padding-bottom: 50px;
    
  }
  .google-map >img {max-width:100%;max-height:100%}
  .mbr-text {
    font-style: normal;
    line-height: 1.6;
}
.mbr-text > p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#loading-img {
    display:none;
}
#loadingphone-img {
    display:none; 
}
