@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Open+Sans');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	
	font-family:"Comic Sans MS", cursive;
	font-size: 17px;
	font-weight: 400;
	background: url(https://dpskidzbdn.com/images/fox-tail-header.075d5293f79a.png) top -200px center no-repeat,linear-gradient(to bottom,#003eaa 40%,#004ec2 60%,#0060df 80%,#0080ff 90%,#00c7ff 100%) fixed;
	color: #fff;

}


.zio {
    
    margin: 50px 0 0 auto;
    
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}



div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	
	margin-bottom: 0px;
}
p
{
	
	font-size: 14px;
	line-height: 1.85;
	font-weight: 400;
	color: #76777a;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	color: #384158;
	margin-bottom: 0;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}

.formin1{

    width: 100%;
    margin: 0px;
    color: #BCBCBC;
    background: #fff;
    padding: 15px 10px;
    outline: none;
    border: 1px solid #BCBCBC;
}

.contact-btn {
    color: #ffffff;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    margin: 0px 0 0 0px;
    border: none;
    background: #e34554;
    outline: none;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.form-control
{
	color: #db5246; 
	
}

.green{background:#060;}


.hilight{}
.hilight ul{margin:30px 0; padding:0;}
.hilight li{ float: left; padding: 10px 0 10px 40px; width:100%; font-size:18px; color:#fff; background:url(https://dpskidzbdn.com/images/tick.png) 0 10px no-repeat; text-align:left !important; font-family:"Comic Sans MS", cursive;}



section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	top: -40px;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
	width: 100%;
	background: #14bdee;
}
.header.scrolled .top_bar
{

}
.top_bar_container
{
	width: 100%;
	height: 100%;
}
.top_bar_content
{
	width: 100%;
	height: 40px;
}
.top_bar_contact_list li
{
	display: inline-block;
}
.question
{
	
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 0px;
}
.top_bar_contact_list li i,
.top_bar_contact_list li > div
{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
}
.top_bar_contact_list li > div
{
	margin-left: 1px;
}
.top_bar_contact_list li:not(:last-child)
{
	margin-right: 21px;
}
.top_bar_login
{
	height: 100%;
}
.login_button
{
	width: 160px;
	height: 100%;
	background: #f3f3f3;
	text-align: center;
}
.login_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	color: #384158;
}

/*********************************
3.2 Header Content
*********************************/

.header_container
{
	width: 100%;
	background: url(https://dpskidzbdn.com/images/headerbg.png); height: 93px;
	z-index: 99999;
}
.header_content
{
	height: 90px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .header_content
{
	height: 80px;
}

/*********************************
3.3 Logo
*********************************/

.logo,
.logo_text
{
	display: inline-block;
}
.logo
{
	width: 60px;
	height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo img
{
	max-width: 100%;
}
.logo_text
{
	
	font-size: 36px;
	font-weight: 700;
	line-height: 0.75;
	color: #384158;
	vertical-align: middle;
	margin-left: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo_text span
{
	color: #14bdee;
}
.header.scrolled .logo
{
	width: 40px;
	height: 40px;
}
.header.scrolled .logo_text
{
	font-size: 24px;
}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner
{

}
.main_nav,
.search_button,
.shopping_cart
{
	display: inline-block;
}


.menu1{background: #390; padding: 7px 10px;transform: skewY(-6deg);
  transform-origin: top left;}
  
  .menu2{background: #F93; padding: 7px 10px;transform: skewY(-6deg);
  transform-origin: top left;}
  
  .menu3{background: #6CC; padding: 7px 10px;transform: skewY(-6deg);
  transform-origin: top left;}
  
  
  .menu6{background: #df06d7; padding: 7px 10px;transform: skewY(-6deg);
  transform-origin: top left;}
  
  .menu4{background: #969; padding: 7px 10px;transform: skewY(-6deg);
  transform-origin: top left;}
  
  .menu5{background: #9C0; padding: 7px 10px;transform: skewY(-6deg);
  transform-origin: top left;}



.menu1:hover, .menu2:hover, .menu3:hover, .menu4:hover, .menu5:hover, .menu6:hover{background:#333;}


.main_nav li
{
	display: inline-block;
	position: relative;
}
.main_nav li:not(:last-child)
{
	margin-right: 44px;
}
.main_nav li a
{
	font-size: 18px;
	font-weight: 500; font-family:"Comic Sans MS", cursive;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav li a:hover,
.main_nav li.active a
{
	color: #fff;
}
.main_nav li.active::after
{
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #14bdee;
	content: '';
}
.search_button
{
	margin-left: 46px;
	cursor: pointer;
}
.shopping_cart
{
	margin-left: 23px;
	cursor: pointer;
}
.search_button i,
.shopping_cart i
{
	font-size: 18px;
	color: #181818;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_button:hover i,
.shopping_cart:hover i
{
	color: #14bdee;
}
.header_search_form
{
	display: block;
	position: relative;
	width: 40%;
}
.header_search_container
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #14bdee;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header_search_container.active
{
	bottom: -73px;
	opacity: 1;
}
.header_search_content
{
	width: 100%;
	height: 73px;
}
.search_input
{
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
}
.header_search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container
{

}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 20px;
	color: #353535;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #14bdee;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
}
.menu .logo a
{
	color: #000000;
}
.menu.active
{
	right: 0;
}
.menu_close_container
{
	position: absolute;
	top: 30px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}
.menu .logo
{
	margin-bottom: 60px;
}
.menu_nav ul li
{
	margin-bottom: 9px;
}
.menu_nav ul li a
{
	
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0,0,0,1);
	font-weight: 700;
	letter-spacing: 0.1em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
	color: #14bdee;
}
.menu .search
{
	width: 100%;
	margin-bottom: 67px;
}
.search
{
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.menu .header_search_form
{
	width: 100%;
}
.search form
{
	position: relative;
}
.menu .search_input
{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	border: none;
	outline: none;
	padding-left: 15px;
	color: rgba(0,0,0,0.5);
}
.menu .search_input::-webkit-input-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}
.menu .search_input:-moz-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::-moz-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
} 
.menu .search_input:-ms-input-placeholder
{ 
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::input-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}

/*********************************
5. Section
*********************************/

.section_title_container
{
	max-width: 1200px;
	margin: 0 auto;
}
.section_title
{
	line-height: 1.2;
}
.section_subtitle
{
	line-height: 1.85;
	margin-top: 14px; 
}


.bee-image{
    -webkit-animation: 2s infinite alternate floating;
    animation: 2s infinite alternate floating;

}




.section_subtitle p{color:#fff !important; font-size:20px; margin-bottom:40px;}
.color-text p{color:#600 !important; font-size:20px;}
.section_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************
6. Home
*********************************/

.home
{
	width: 100%; background: url(https://dpskidzbdn.com/images/bg_hed.jpg); background-size: cover;
	height: 750px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
}
.home_slider
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content
{
	position: absolute;
	top: 41%;
	left: 0;
	width: 100%;
	height: auto;
}
.home_slider_title
{
	
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	color: #384158;
}
.home_slider_subtitle
{
	font-size: 24px;
	color: #76777a;
	margin-top: 9px;
}
.home_slider_form_container
{
	width: 832px;
	margin: 0 auto;
	margin-top: 35px;
}
.home_search_form div
{
	width: calc(100% - 140px);
	height: 46px;
	background: #FFFFFF;
	border-radius: 3px;
}
.home_search_input
{
	width: 33.33333333%;
	border: none;
	outline: none;
	height: 25px;
	padding-left: 20px;
}
.home_search_input:not(:last-child)
{
	border-right: solid 1px #e5e5e5;
}
.home_search_input::-webkit-input-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.home_search_input:-moz-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.home_search_input::-moz-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
} 
.home_search_input:-ms-input-placeholder
{ 
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.home_search_input::input-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.dropdown_item_select
{
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(https://dpskidzbdn.com/images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}
.home_search_button
{
	width: 120px;
	height: 46px;
	background: #14bdee;
	border: none;
	outline: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.home_slider_nav
{
	position: absolute;
	top: 55.8%;
	width: 50px;
	background: #b6b7bd;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_prev
{
	left: 75px;
}
.home_slider_next
{
	right: 75px;
}
.home_slider_nav i
{
	line-height: 50px;
	color: #FFFFFF;
	font-size: 22px;
}
.home_slider_nav:hover
{
	background: #14bdee;
}

/*********************************
7. Features
*********************************/

.features
{
	width: 100%;
	background: #fef024;
	padding-top: ;
	padding-bottom: 103px; color:#000 !important;
}


.color-white{color: #000 !important;}
.cloud{margin-top: -102px; position: relative;}
.cloud2{margin-top: -250px; position: relative;}
.cloud3{margin-top: -300px; position: relative;}

.features_row
{
	margin-top: 55px;
}
.feature
{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	min-height:250px; 
}

.feature p{color: #fff !important; font-size:18px}


.notice-board{width:246px; height: 417px; background: url(https://dpskidzbdn.com/images/notebord.png); float:right; padding-top:35px; box-sizing:border-box;}
.notice-board h3{ text-align: center; color:#fff; font-size:24px;}

.marquee-box{padding: 18px 30px 131px 30px; color: #fff !important;}
.marquee-box li{ list-style:none; padding:5px 0;}


.feature:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.feature_icon
{
	height: 150px; border-radius: 50%; width:150px; margin: -80px auto 0 auto;
}
.feature_icon img
{
	max-width: 100%;
}
.feature_title
{
	position: relative;
	font-size: 28px;
	margin-top: 23px; color:#fff;
}




.greenbg{background:#00b67f}
.orangebg{background:#f3a002}
.bluebg{background: #127fc2}
.pinkbg{background: #dc1f7d}
/*********************************
8. Courses
*********************************/

.courses
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 100px;
}
.courses_row
{
	margin-top: 45px;
}
.course
{
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}
.course_image
{
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}
.course_image img
{
	max-width: 100%;
}
.course_body
{
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 23px;
}
.course_title a
{
	
	font-size: 20px;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.course_title a:hover
{
	color: #14bdee;
}
.course_teacher
{
	font-size: 15px;
	font-weight: 400;
	color: #384158;
	margin-top: 6px;
}
.course_text
{
	margin-top: 13px;
}
.course_footer
{
	padding-left: 30px;
	padding-right: 30px;
}
.course_footer_content
{
	width: 100%;
	border-top: solid 1px #e5e5e5;
	padding-top: 9px;
	padding-bottom: 11px;
}
.course_info
{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #55555a;
}
.course_info:first-child
{
	margin-right: 18px;
}
.course_info i
{
	color: #ffc80a;
}
.course_price
{
	
	font-size: 20px;
	font-weight: 700;
	color: #14bdee;
}
.course_price span
{
	
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	color: #b5b8be;
	margin-right: 10px;
}
.courses_button
{
	width: 210px;
	height: 46px;
	border-radius: 3px;
	background: #14bdee;
	text-align: center;
	margin: 0 auto;
	margin-top: 41px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.courses_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}
.courses_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 46px;
	color: #FFFFFF;
}

/*********************************
9. Counter
*********************************/

.ribbon{background:  overflow:hidden;}
.counter-gallery
{
	width: 100%;
	background: #99cc00 url(https://dpskidzbdn.com/images/ribbon.png) no-repeat;
	z-index: 2; padding-bottom:60px;
}
.back_gh{
   background: #004ec2 !important; 
   margin-top: 128px;
}

.gal-img{ 
    
        margin: 15px 0 36px 0px;
   
}




.counter
{
	width: 100%;

	z-index: 2; padding-bottom:60px;
}
.counter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.counter_content
{
	padding-top: 50px;
	padding-bottom: 125px;
}



.margin{margin-top:50px;}

.counter_title
{
	
	color: #FFFFFF;
	font-weight: 700;
}
.counter_text
{
	margin-top: 19px;
}
.counter_text p
{
	color: #FFFFFF;
}
.milestones
{
	margin-top: 39px;
}
.milestone
{
	text-align: center;
}
.milestone:not(:last-child)::after
{
	display: block;
	position: absolute;
	top: 0;
	right: -45px;
	width: 1px;
	height: 70px;
	background: rgba(255,255,255,0.2);
	content: '';
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);

}
.milestone_counter
{
	font-size: 42px;
	font-weight: 700;
	line-height: 0.75;
	color: #14bdee;
}
.milestone_text
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 14px;
}
.counter_form
{
	position: absolute;
	top: 0;
	right: 30px;
	width: 380px;
	height: 100%;
	background: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.counter_form_content
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.counter_form_title
{
	
	font-size: 24px;
	font-weight: 700;
	color: #384158;
	text-transform: uppercase;
	line-height: 0.75;
	margin-bottom: 41px;
}
.counter_input
{
	width: 100%;
	height: 46px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
	padding-left: 20px;
	outline: none;
	color: #384158;
	font-size: 14px;
}
.counter_input:not(:last-child)
{
	margin-bottom: 10px;
}
.counter_text_input
{
	height: 90px;
	padding-top: 10px;
}
.counter_options
{
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(https://dpskidzbdn.com/images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
} 
.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_input::input-placeholder,
.counter_text_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.counter_form_button
{
	width: 100%;
	height: 46px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: #14bdee;
	cursor: pointer;
	margin-top: 30px;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.counter_form_button:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
}

/*********************************
10. Events
*********************************/

.events
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 70px;
	background: #FFFFFF;
}
.events_row
{
	margin-top: 47px;
}
.event_left
{
	padding-right: 20px;
}
.event_mid
{
	padding-left: 10px;
	padding-right: 10px;
}
.event_right
{
	padding-left: 20px;
}
.event_image
{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.event_image img
{
	max-width: 100%;
}
.event_body
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.event_date
{
	box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
.event_date > div
{
	width: 60px;
	height: 60px;
}
.event_day
{
	
	font-size: 24px;
	color: #14bdee;
	font-weight: 700;
	line-height: 0.75;
}
.event_month
{
	
	font-size: 14px;
	color: #14bdee;
	font-weight: 400;
	line-height: 0.75;
	margin-top: 9px;
}
.event:hover .event_date > div
{
	background: #14bdee;
}
.event:hover .event_day,
.event:hover .event_month
{
	color: #FFFFFF;
}
.event_content
{
	padding-left: 20px;
}
.event_title a
{
	
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.event_title a:hover
{
	color: #14bdee;
}
.event_info_container
{
	margin-top: 11px;
}
.event_info
{
	display: inline-block;
	color: #b5b8be;
	font-size: 14px;
}
.event_info:not(:last-child)
{
	margin-right: 17px;
}
.event_info span
{
	margin-left: 4px;
}
.event_text
{
	margin-top: 12px;
}

/*********************************
11. Team
*********************************/

.team
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 60px;
}
.team_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.team_row
{
	margin-top: 43px;
}
.team_col
{
	margin-bottom: 40px;
}
.team_item
{
	width: 100%;
}
.team_image
{
	width: 180px;
	height: 160px;
	border-radius: 6px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -86px;
	z-index: 5;
}
.team_image img
{
	max-width: 100%;
}
.team_body
{
	width: 100%;
	padding-top: 108px;
	padding-bottom: 24px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_item:hover .team_body
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_title a
{
	
	font-size: 20px;
	font-weight: 700;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_title a:hover
{
	color: #14bdee;
}
.team_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #76777a;
	margin-top: 6px;
}
.social_list
{
	margin-top: 16px;
}
.social_list ul li
{
	display: inline-block;
}
.social_list ul li:not(:last-child)
{
	margin-right: 10px;
}
.social_list ul li a i
{
	font-size: 18px;
	color: #76777a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list ul li:hover a i
{
	color: #14bdee;
}
.team_col .team_item
{
	padding-left: 6px;
	padding-right: 6px;
}
.team_col:first-child .team_item
{
	padding-left: 0;
	padding-right: 6px;
}
.team_col:nth-child(4n) .team_item
{
	padding-left: 6px;
	padding-right: 0;
}

/*********************************
12. News
*********************************/

.news
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 100px;
	background: #FFFFFF;
}
.news_row
{
	margin-top: 55px;
}
.news_post_large_container
{
	padding-right: 30px;
}
.news_post_large
{
	width: 100%;
}
.news_post_image
{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.news_post_image img
{
	max-width: 100%;
}
.news_post_large_title
{
	margin-top: 23px;
}
.news_post_large_title a
{
	
	font-size: 20px;
	font-weight: 700;
	color: #384158;
	line-height: 1.4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_large_title a:hover
{
	color: #14bdee;
}
.news_post_meta
{
	margin-top: 11px;
}
.news_post_meta ul li
{
	display: inline-block;
	position: relative;
}
.news_post_meta ul li:not(:last-of-type)::after
{
	display: inline-block;
	position: relative;
	content: '|';
	margin-left: 14px;
	margin-right: 11px;
}
.news_post_meta ul li a
{
	font-size: 14px;
	font-weight: 400;
	color: #b5b8be;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_meta ul li a:hover
{
	color: #14bdee;
}
.news_post_text
{
	margin-top: 13px;
}
.news_post_link
{
	margin-top: 19px;
}
.news_post_link a
{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #384158;
	text-decoration: underline;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_link a:hover
{
	color: #14bdee;
}
.news_posts_small
{
	margin-top: -6px;
}
.news_post_small:not(:last-child)
{
	padding-bottom: 31px;
	border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child)
{
	padding-top: 29px;
}
.news_post_small_title a
{
	
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_small_title a:hover
{
	color: #14bdee;
}

/*********************************
13. Newsletter
*********************************/

.newsletter
{
	width: 100%;
}
.newsletter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.newsletter_container
{
	width: 100%;
	height: 120px;
}
.newsletter_title
{
	
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
}
.newsletter_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 6px;
}
.newsletter_form_container
{
	width: 450px;
	padding-left: 20px;
}
.newsletter_form
{
	display: block;
	position: relative;
	width: 100%;
}
.newsletter_input
{
	width: calc(100% - 136px);
	height: 40px;
	background: rgba(255,255,255,0.4);
	border: none;
	outline: none;
	padding-left: 20px;
	color: #FFFFFF;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_button
{
	width: 136px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #14bdee;
	font-weight: 500;
	letter-spacing: 0.1em;
}

/*********************************
14. Footer
*********************************/

.footerbg{background:; width:100%; float:left;}

.footer
{
	display: block;
	position: relative;
	width: 100%;
	background: #770f76;
	padding-top: 14px;
}
.footer_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer_content
{
	padding-bottom: 53px;
}
.footer_logo_text
{
	
	font-size: 36px;
	font-weight: 700;
	line-height: 0.75;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_logo_text span
{
	color: #14bdee;
}
.footer_title
{
	
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 0.75;
}
.footer_logo_container
{
	margin-top: -14px;
}
.footer_about_text
{
	margin-top: 31px;
}
.footer_about_text p
{
	color: #FFFFFF;
}
.footer_social
{
	margin-top: 23px;
}
.footer_social ul li
{
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #4b505d;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 6px;
}
.footer_social ul li a
{
	display: block;
	position: relative;
	text-align: center;
}
.footer_social ul li a i
{
	color: #FFFFFF;
	line-height: 45px;
}
.footer_social ul li:hover
{
	background: #14bdee;
}
.footer_contact
{
	padding-left: 36px;
}
.footer_contact_info
{
	margin-top: 33px;
}
.footer_contact_info ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #b5b8be;
}
.footer_contact_info ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_links
{
	padding-left: 80px;
}
.footer_links_container ul
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.footer_links_container
{
	margin-top: 33px;
}
.footer_links_container ul li a
{
	font-size: 14px;
	color: #b5b8be;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_links_container ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_links_container ul li a:hover
{
	color: #14bdee;
}
.footer_mobile
{
	display: inline-block;
	float: right;
}
.footer_mobile_content
{
	padding-top: 35px;
}
.footer_image:not(:last-child)
{
	margin-bottom: 10px;
}
.copyright
{
	
	padding: 10px 0;
}
.cr_list li
{
	display: inline-block;
}
.copyright div
{
	font-size: 14px;
	color: #b5b8be;
}
.cr_text a
{
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cr_text a:hover
{
	color: #14bdee;
}
.cr_list li:not(:last-child)
{
	margin-right: 50px;
}
.cr_list li a
{
	font-size: 14px;
	color: #b5b8be;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cr_list li a:hover
{
	color: #14bdee;
}


/*----13-10-2018------*/
.bootom_heading_gal_text{
    font-size: 14px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    padding-top: 10px;
}
.imggap {
    width: 100%;
    float: left;
    /* border: 1px solid #666; */
    overflow: hidden;
    margin: 3px 0px;
    /* box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    height: 169px;
}
.imggap img {
    width: 100%;
    height: 170px;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.exter_counter{
    width: 100%;
    background: #99cc00 url(https://dpskidzbdn.com/images/ribbon.png) no-repeat;
    z-index: 2;
    padding-bottom: 60px;
    margin-top: 48px;
    padding-top: 60px;
}
.view_all{
    margin-top: 40px;
}
.view_all a{
    font-size: 18px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    background: #969;
    padding: 9px 45px;
    border: 2px solid #969;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.view_all a:hover{
    font-size: 18px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    background: transparent;
    padding: 9px 45px;
    border: 2px solid #969;
}

.ext{
  margin-bottom: 31px;
    padding-top: 60px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    text-align: center;
}
.view_all_admin{
    margin-top: 40px;
    width: 100%;
    float: left;
    text-align: left;
}
.view_all_admin a{
    font-size: 18px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    background: #969;
    padding: 9px 45px;
    border: 2px solid #969;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.view_all_admin a:hover{
    font-size: 18px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    background: transparent;
    padding: 9px 45px;
    border: 2px solid #969;
}
.wer{
       
    margin-top: 129px;
}
.exter_rt{
    padding: 0;
}
.er_content{
    padding-bottom:0px;
}
.ul_list_rt{
    margin-top:30px;
}
.ul_list_rt ul{
   
    padding:0;
}
.ul_list_rt ul li{
    font-size: 18px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;  
    padding:10px 0px;
}
.ul_list_rt ul li ul{
    list-style:none;
    padding:0;
    margin-left: 20px;
}
.ul_list_rt ul li ul li{
    font-size: 16px;
   
    color: #fff;  
    padding:10px 0px;
}
.ul_list_rt ul li .bullet{
    padding:0;
    margin-left: 20px;
    list-style:circle;
}
.ul_list_rt ul li .bullet li{
    font-size: 16px;
   
    color: #fff;  
    padding:10px 0px;
}
.exter_rt p{
    font-size: 22px;
}
.hilight ul{
    list-style:none;
}
.exter_add_center{
    text-align:left;
    margin: 0px 0px 12px 211px;
    z-index: 99;
}
.exter_pppp{
    margin-top: 103px;
}
.play_head{
        font-size: 28px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    padding-bottom: 11px;
}
.play_content{
      font-size: 15px;
    color: #fff;
    font-family: "Comic Sans MS", cursive;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px; 
    text-align: justify;
}

.play_head_2{
     font-size: 25px;
    font-weight: 500;
    font-family: "Comic Sans MS", cursive;
    color: #000000;
	background:#E5D91B;
	padding:10px;
}
.play_content_2{
      font-size: 15px;
    color: #FFFFFF;
    font-family: "Comic Sans MS", cursive;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px; 
    text-align: justify;
}
.w3-container
{
	padding-top:30px !important;
	padding-bottom:30px !important;
	margin-top:40px;
	background:#DF06D7;
}

.w3-display-topright
{
	z-index:99 !important;
}

.w3-btn, .w3-button
{
	padding:2px 10px !important;
}

.img-fluid {
    max-width: 100%;
   
}
/*----13-10-2018------*/


.color_st a{
    color:#fff;
    text-decoration:none;
    
}
.color_st a:hover{
    color:#fff;
    text-decoration:none;
}
.contact_us{
    
        padding: 180px 0px 50px 0px;
}


/*-------start of contact--------*/
.contact_section{
    width: 100%;
    float: left;
    padding: 2px 0px 20px 0px;
}
.contact_section{
    background: transparent;
}
.col_half_left {
    /* margin-right: 4%; */
    margin-right: 0%;
    width: 100%;
    float: left;
    margin-top: 23px;
}
.form-group {
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.half_col {
    padding-right: 5px;
}
.form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 3px;
    font-size: 18px;
    color: #222;
    background-color: transparent;
    border-bottom: 0px solid #9d9d9d !important;
    border-top: 0px solid #9d9d9d !important;
    border-left: 0px solid #9d9d9d !important;
    border-right: 0px solid #9d9d9d !important;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    outline: none;
}
.send_section {
    float: left;
    padding-right: 0px;
    text-align: right;
    width: 100%;
}
.send_section .wpcf7-submit {
    padding: 13px 49px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-right: 13px;
    /* background: #e81853; */
    background: #3bbfff;
    border: 2px solid #3bbfff;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    /*    margin: 0 auto;*/
    font-size: 18px;
}
.send_section .wpcf7-submit:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.about_text_st_style_side_con{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 34px;
    text-transform: capitalize;
    color: #222;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0px;
    text-align: center;
    padding-left: 0px;
    padding-top: 25px;
}
.wpcf7-form-control-wrap ::-webkit-input-placeholder { /* Chrome */
    color: #222 !important;
    font-size:16px !important;
    text-transform:capitalize !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    padding-top:0px !important;
}
.wpcf7-form-control-wrap :-ms-input-placeholder { /* IE 10+ */
    color: #222 !important;
    font-size:16px !important;
    text-transform:capitalize !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    padding-top:0px !important;
}
.wpcf7-form-control-wrap ::-moz-placeholder { /* Firefox 19+ */
    color: #222 !important;
    font-size:16px !important;
    text-transform:capitalize !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    padding-top:0px !important;
}
.wpcf7-form-control-wrap :-moz-placeholder { /* Firefox 4 - 18 */
    color: #222 !important;
    font-size:16px !important;
    text-transform:capitalize !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    padding-top:0px !important;
}
.form-control:focus {
    border-color: transparent;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px transparent;
    border-bottom: 1px solid #9d9d9d;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.wpcf7-form-control-wrap{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}
.informationtodirect_main_text1 {
    width: 100%;
    float: left;
    padding: 37px 0px 30px 24px;
}
.burdwanpragati_text1 {
    width: 100%;
    float: left;
}
.bur_pragati_text1 {
    color: #fff;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    text-decoration: underline;
    padding-left: 4px;
}
.inform_chotonilpur_text1 {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    padding-left: 21px;
    float: left;
    padding-top: 8px;
}
.inform_chotonilpur_pin_text1 {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    padding-left: 21px;
}
.underline_style_btn{
    width: 170px;
    margin: 6px auto 0 auto;
    height: 2px;
    background-color: #000;
    margin-bottom: 21px;
}
.about{
    width: 100%;
  
}
.exter_banner nav.navbar.navbar-default {
    background: none;
    padding: 4px 0px;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.exter_banner .img-responsive{
    width:100px;
}

.exter_banner  .navbar-right {
    margin: 0;
    float: right !important;
}

.regis_style{
    color: #222;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    padding-left: 0px; 
    padding-bottom: 10px;
}
.class_anchor{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}
h3.heading {
    text-align: center;
    font-size: 40px;
    margin-bottom: 29px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 19px;
}
.man_head {
    width: 100%; */
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.all_main {
    width: 100%;
    float: left;
    padding: 12px 0px;
}
.man_content {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0px 10px 0px;
}
.regis_style {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    padding-left: 0px;
    padding-bottom: 10px;
}
.man_content p {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    line-height: 25px;
}
.color_st a:hover{
    background-color:transparent;
}
.ui a:hover{
    background-color:transparent;
    text-decoration:none;
}
.contact {
    
    padding: 120px 0px;
}
.objective_style{
    padding-top:48px;
}
.exter_co{
    background:#e22b71;
}
.exter_add_center1{
    text-align: center;
    margin: 28px 0px 12px 0px;
    z-index: 99;
}
.menu_mm{
    list-style:none !important;
}
.ex_contact{
        padding: 230px 0px 120px 0px;
}
.back_ghj{
    margin-top:0px;
}
/*-------end of contact--------*/

.w3-display-topright
{
	background:#000 !important;
}

.image_box
{
	width:100%;
	float:left;
	display:block;
	cursor:pointer;
	background:0;
	border:solid 1px #E7E7E7;
	padding:15px;
}

.image_box img
{
	width:100%;
}

.image_box h2
{
	font-size:22px;
	font-weight:600;
	color:#fff;
	text-align:center;
	background:#FF9933;
	width:100%;
	padding:10px 10px;
}



@media screen and (min-width:240px) and (max-width:479px){
    .back_gh {
    background: #004ec2 !important;
    margin-top: 112px;
}
.cnt223 .x {
    left: 13px !important;
}
.bdr{
    width:100%;
}
}
@media screen and (min-width:480px) and (max-width:599px){
    .back_gh {
    background: #004ec2 !important;
    margin-top: 112px;
}
}

@media screen and (min-width:600px) and (max-width:767px){
    .back_gh {
    background: #004ec2 !important;
    margin-top: 112px;
}
}




.right-fixed-nav {
    float: right;
    width: 92px;
    position: fixed;
    right: 0;
    top: 45px;
    z-index: 999999 !important;
}

.right-fixed-nav ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-fixed-nav li:nth-child(1) {
    padding-top: 15px;
    background: #0066cb !important;
    -webkit-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}
.right-fixed-nav li {
    width: 100%;
    float: left;
    height: 50px;
    background: #f06725;
    padding: 11px 5px 0px 5px;
    box-sizing: border-box;
    text-align: center;
    margin: 1px 0;
    font-weight: normal;
    color: #fff;
    transition: background-color 0.5s ease;
}
.right-fixed-nav li a {
    color: #fff !important;
}