
/* ============================
===============================
chamidesk -: version 1 css Free Licence
==============================
============================== */

a:focus, button:focus, input[type"=submit"]:focus {
outline:none;
text-decoration:none;
}
.border-0 {
	border:0px !important;
}
.bg-transparent {
	background:transparent !important;
}
/*=========== Margin Helper============= */
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 1em !important;
}
.m-2 {
	margin: 2em !important;
}
.m-3 {
	margin: 3em !important;
}
.m-4 {
	margin: 4em !important;
}
.mt-0 {
	margin-top: 0em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mt-4 {
	margin-top: 4em !important;
}
.mb-0 {
	margin-bottom: 0em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
.ml-0 {
	margin-left: 0em !important;
}
.ml-1 {
	margin-left: 1em !important;
}
.ml-2 {
	margin-left: 2em !important;
}
.ml-3 {
	margin-left: 3em !important;
}
.ml-4 {
	margin-left: 4em !important;
}
.mr-0 {
	margin-right: 0em !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mr-2 {
	margin-right: 2em !important;
}
.mr-3 {
	margin-right: 3em !important;
}
.mr-4 {
	margin-right: 4em !important;
}
.mlr-0 {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.mlr-1 {
	margin-right: 1em !important;
	margin-left: 1em !important;
}
.mlr-2 {
	margin-right: 2em !important;
	margin-left: 2em !important;
}
.mlr-3 {
	margin-right: 3em !important;
	margin-left: 3em !important;
}
.mlr-4 {
	margin-right: 4em !important;
	margin-left: 4em !important;
}
.mtb-0 {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}
.mtb-1 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.mtb-2 {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.mtb-3 {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}
.mtb-4 {
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}
/*=========== Padding Helper============= */

.p-0 {
	padding: 0 !important
}
.p-1 {
	padding: 1em !important
}
.p-2 {
	padding: 2em !important
}
.p-3 {
	padding: 3em !important
}
.p-4 {
	padding: 4em !important
}
.pt-0 {
	padding-top: 0em;
}
.pt-1 {
	padding-top: 1em;
}
.pt-2 {
	padding-top: 2em;
}
.pt-3 {
	padding-top: 3em;
}
.pt-4 {
	padding-top: 4em;
}
.pt-5 {
	padding-top: 5em;
}
.pb-0 {
	padding-bottom: 0em !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pb-4 {
	padding-bottom: 4em !important;
}
.pb-5 {
	padding-bottom: 5em !important;
}
.pl-0 {
	padding-left: 0em !important;
}
.pl-1 {
	padding-left: 1em !important;
}
.pl-2 {
	padding-left: 2em !important;
}
.pl-3 {
	padding-left: 3em !important;
}
.pl-4 {
	padding-left: 4em !important;
}
.pr-0 {
	padding-right: 0em !important;
}
.pr-1 {
	padding-right: 1em !important;
}
.pr-2 {
	padding-right: 2em !important;
}
.pr-3 {
	padding-right: 3em !important;
}
.pr-4 {
	padding-right: 4em !important;
}
.plr-0 {
	padding-left: 0em !important;
	padding-right: 0em !important;
}
.plr-1 {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.plr-2 {
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.plr-3 {
	padding-left: 3em !important;
	padding-right: 3em !important;
}
.plr-4 {
	padding-left: 4em !important;
	padding-right: 4em !important;
}
.ptb-0 {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}
.ptb-1 {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.ptb-2 {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.ptb-3 {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}
.ptb-4 {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}
/*=========== Text color Helper============= */

.text-primary {
	color: #f1ba16 !important;
}
.text-secondary {
	color: #868e96 !important;
}
.text-success {
	color: #28a745 !important;
}
.text-danger {
	color: #dc3545 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-info {
	color: #17a2b8 !important;
}
.text-light {
	color: #f8f9fa !important;
}
.text-white {
	color: #fff !important;
}
/*=========== Background Color Helper============= */

.bg-dark {
	background-color: #343a40 !important;
}
.bg-primary {
	background-color: #007bff !important;
}
.bg-secondary {
	background-color: #868e96 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
.bg-white {
	background-color: #fff !important;
}
.hide {
	display: none !important;
}
/*=========== Border-radius Helper============= */
.radius-2 {
	border-radius: 2px !important;
}
.radius-t-2 {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}
.radius-r-2 {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}
.radius-b-2 {
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.radius-l-2 {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.radius-4 {
	border-radius: 4px !important;
}
.radius-t-4 {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.radius-r-4 {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.radius-b-4 {
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.radius-l-4 {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.radius-6 {
	border-radius: 6px !important;
}
.radius-t-6 {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
}
.radius-r-6 {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
.radius-b-6 {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.radius-l-6 {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.radius-10 {
	border-radius: 10px !important;
}
.radius-t-10 {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.radius-r-10 {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.radius-b-10 {
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.radius-l-10 {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.radius-20 {
	border-radius: 20px !important;
}
.radius-t-20 {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}
.radius-r-20 {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.radius-b-20 {
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.radius-l-20 {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.radius-circle {
	border-radius: 100% !important;
}
/*=========== Font Size Helper============= */


.font-small {
	font-size: 90%;
}
.font-smaller {
	font-size: 80%;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-32 {
	font-size: 32px;
}
.font-34 {
	font-size: 34px;
}
.font-36 {
	font-size: 36px;
}
.font-38 {
	font-size: 38px;
}
.font-40 {
	font-size: 40px;
}
#primary-menu ul > li.active a {
	color: #cea705;
}
#primary-menu ul > li li.active a {
	color: #cea705;
}
#primary-menu ul > li li.active a div {
	color: #cea705;
}
section#map {
	float: left;
	width: 100%;
	height: 400px;
	margin-top: 0;
}
section#map .fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0 !important;
	height: 400px;
}
#contact_info {
	float:left;
	width:100%;
	padding:50px 0;
}
.sidebar-address p {
	margin-bottom:10px;
}
section.our-parents {
	float: left;
	width: 100%;
	padding: 0 0 50px;
}
.about_item_text {
	margin-bottom: 50px;
}
.heading-block:after {
	display:none;
}
.noafter:after {
	display:none !important;
}
.globalp p {
	margin-bottom:10px;
}
/*=========== Responsive  Helper============= */

 @media only screen and (min-width:1025px) and (max-width:1200px) {
}
/* =======================================
Start (min-width:1025px) media query 
=========================================*/

@media only screen and (min-width:1025px) {
.lg-pull-left {
 float: left !important;
}
.lg-pull-right {
 float: right !important;
}
.lg-text-center {
 text-align: center !important;
}
.lg-text-left {
 text-align: left !important;
}
.lg-text-right {
 text-align: right !important;
}
.lg-show {
 display: block !important;
}
.lg-hide {
 display: none !important;
}
.lg-pt-0 {
 padding-top: 0em;
}
.lg-pt-1 {
 padding-top: 1em;
}
.lg-pt-2 {
 padding-top: 2em;
}
.lg-pt-3 {
 padding-top: 3em;
}
.lg-pt-4 {
 padding-top: 4em;
}
.lg-pt-5 {
 padding-top: 5em;
}
}



/* =======================================
Start (min-width:992px)  and (max-width:1024px) media query 
=========================================*/
@media only screen and (min-width:992px) and (max-width:1024px) {
.md-pull-left {
 float: left !important;
}
.md-pull-right {
 float: right !important;
}
.md-text-center {
 text-align: center !important;
}
.md-text-left {
 text-align: left !important;
}
.md-text-right {
 text-align: right !important;
}
.md-show {
 display: block !important;
}
.md-hide {
 display: none !important;
}
.md-font-small {
 font-size: 90%;
}
.md-font-smaller {
 font-size: 80%;
}
.md-font-10 {
 font-size: 10px!important;
}
.md-font-12 {
 font-size: 12px!important;
}
.md-font-14 {
 font-size: 14px!important;
}
.md-font-16 {
 font-size: 16px!important;
}
.md-font-18 {
 font-size: 18px!important;
}
.md-font-20 {
 font-size: 20px!important;
}
.md-font-22 {
 font-size: 22px!important;
}
.md-font-24 {
 font-size: 24px!important;
}
.md-font-26 {
 font-size: 26px!important;
}
.md-font-28 {
 font-size: 28px!important;
}
.md-font-30 {
 font-size: 30px!important;
}
.md-font-32 {
 font-size: 32px!important;
}
.md-font-34 {
 font-size: 34px!important;
}
.md-font-36 {
 font-size: 36px!important;
}
.md-font-38 {
 font-size: 38px!important;
}
.md-font-40 {
 font-size: 40px!important;
}
.md-pt-0 {
 padding-top: 0em;
}
.md-pt-1 {
 padding-top: 1em;
}
.md-pt-2 {
 padding-top: 2em;
}
.md-pt-3 {
 padding-top: 3em;
}
.md-pt-4 {
 padding-top: 4em;
}
.md-pt-5 {
 padding-top: 5em;
}
}

/* =======================================
Start (min-width:576px)  and (max-width:991px) media query 
=========================================*/
@media only screen and (min-width:576px) and (max-width:991px) {
.sm-pull-left {
 float: left !important;
}
.sm-pull-right {
 float: right !important;
}
.sm-text-center {
 text-align: center !important;
}
.sm-text-left {
 text-align: left !important;
}
.sm-text-right {
 text-align: right !important;
}
.sm-show {
 display: block !important;
}
.sm-hide {
 display: none !important;
}
.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 {
 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%;
}
.sm-font-small {
 font-size: 90%;
}
.sm-font-smaller {
 font-size: 80%;
}
.sm-font-10 {
 font-size: 10px!important;
}
.sm-font-12 {
 font-size: 12px!important;
}
.sm-font-14 {
 font-size: 14px!important;
}
.sm-font-16 {
 font-size: 16px!important;
}
.sm-font-18 {
 font-size: 18px!important;
}
.sm-font-20 {
 font-size: 20px!important;
}
.sm-font-22 {
 font-size: 22px!important;
}
.sm-font-24 {
 font-size: 24px!important;
}
.sm-font-26 {
 font-size: 26px!important;
}
.sm-font-28 {
 font-size: 28px!important;
}
.sm-font-30 {
 font-size: 30px!important;
}
.sm-font-32 {
 font-size: 32px!important;
}
.sm-font-34 {
 font-size: 34px!important;
}
.sm-font-36 {
 font-size: 36px!important;
}
.sm-font-38 {
 font-size: 38px!important;
}
.sm-font-40 {
 font-size: 40px!important;
}
.sm-pt-0 {
 padding-top: 0em;
}
.sm-pt-1 {
 padding-top: 1em;
}
.sm-pt-2 {
 padding-top: 2em;
}
.sm-pt-3 {
 padding-top: 3em;
}
.sm-pt-4 {
 padding-top: 4em;
}
.sm-pt-5 {
 padding-top: 5em;
}
}
/* =======================================
Start 575 media query 
=========================================*/

@media only screen and (max-width:575px) {
.xs-pull-left {
 float: left !important;
}
.xs-pull-right {
 float: right !important;
}
.xs-text-center {
 text-align: center !important;
}
.xs-text-left {
 text-align: left !important;
}
.xs-text-right {
 text-align: right !important;
}
.xs-show {
 display: block !important;
}
.xs-hide {
 display: none !important;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
 float: left;
}
.col-xs-12 {
 width: 100%;
}
.col-xs-11 {
 width: 91.66666667%;
}
.col-xs-10 {
 width: 83.33333333%;
}
.col-xs-9 {
 width: 75%;
}
.col-xs-8 {
 width: 66.66666667%;
}
.col-xs-7 {
 width: 58.33333333%;
}
.col-xs-6 {
 width: 50%;
}
.col-xs-5 {
 width: 41.66666667%;
}
.col-xs-4 {
 width: 33.33333333%;
}
.col-xs-3 {
 width: 25%;
}
.col-xs-2 {
 width: 16.66666667%;
}
.col-xs-1 {
 width: 8.33333333%;
}
.xs-font-small {
 font-size: 90%;
}
.xs-font-smaller {
 font-size: 80%;
}
.xs-font-10 {
 font-size: 10px!important;
}
.xs-font-12 {
 font-size: 12px!important;
}
.xs-font-14 {
 font-size: 14px!important;
}
.xs-font-16 {
 font-size: 16px!important;
}
.xs-font-18 {
 font-size: 18px!important;
}
.xs-font-20 {
 font-size: 20px!important;
}
.xs-font-22 {
 font-size: 22px!important;
}
.xs-font-24 {
 font-size: 24px!important;
}
.xs-font-26 {
 font-size: 26px!important;
}
.xs-font-28 {
 font-size: 28px!important;
}
.xs-font-30 {
 font-size: 30px!important;
}
.xs-font-32 {
 font-size: 32px!important;
}
.xs-font-34 {
 font-size: 34px!important;
}
.xs-font-36 {
 font-size: 36px!important;
}
.xs-font-38 {
 font-size: 38px!important;
}
.xs-font-40 {
 font-size: 40px!important;
}
.xs-pt-0 {
 padding-top: 0em;
}
.xs-pt-1 {
 padding-top: 1em;
}
.xs-pt-2 {
 padding-top: 2em;
}
.xs-pt-3 {
 padding-top: 3em;
}
.xs-pt-4 {
 padding-top: 4em;
}
.xs-pt-5 {
 padding-top: 5em;
}
/* End 575 mwdia query */
}
 
 .title-center h1, .title-center h2, .title-center h3 {
 padding: 0 15px;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding-right: 15px;
	margin-bottom: 0;
}
.btn-black {
	background:#000;
	color:#fff;
	text-decoration:none;
}
.btn-black:hover,.btn-black:focus {
	background:#ffcc33;
	color:#000;
}

.btn-yellow {
	background:#ffcc33;
	color:#000;
	text-decoration:none;
}
.btn-yellow:hover, .btn-yellow:focus {
	background:#000;
	color:#fff;
}

div#top-header {
    background: #ffcc33; 
    color: #fff;
}
div#top-header ul {list-style:none; margin:0; padding:0;}
div#top-header ul li {display:inline;}
div#top-header ul li a { 
	display:inline-block; 
    color: #000;
	padding:6px  10px;
}
 
 

div#top-header ul li a:hover { 
    background: #fff; 
}
.youtubeiframe  {max-height:350px;}
.youtubeiframe iframe {height:100%;}
.youtubeiframe .fluid-width-video-wrapper {
    position: static;
}

.yuotubevideo {
    float: left;
    width: 100%;
    position: relative;
    height: 300px;
    margin-bottom: 15px;
}
.table.table-striped > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    background: #444;
    COLOR: #fff;
}
.table.table-striped   tr   td {vertical-align:middle !important;}
.tableresponsive table td h4 {text-transform:uppercase; margin-bottom:10px; color:#dc3545 !important}

.togglec li {
    line-height: 30px;
}

.tableresponsive td {
    vertical-align: middle !important;
}
#testimonials {
    background: #f8f8f8;
    padding: 20px 0;
    float: left;
    width: 100%;
    margin-top: -80px;
    margin-bottom: 50px;
}
.parentsded span {width:100%;}