@charset "utf-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 28, 2017 */

@font-face {
	font-family: 'roboto_condensedbold';
	src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
	url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
	url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kaushan_scriptregular';
	src: url('../fonts/kaushanscript-regular-webfont.woff2') format('woff2'),
	url('../fonts/kaushanscript-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewayitalic';
	src: url('../fonts/raleway-italic-webfont.woff2') format('woff2'),
	url('../fonts/raleway-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ralewaysemibold';
	src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
	url('../fonts/raleway-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'aldrichregular';
	src: url('../fonts/aldrich-regular-webfont.woff2') format('woff2'),
	url('../fonts/aldrich-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'abelregular';
	src: url('../fonts/abel-regular-webfont.woff2') format('woff2'),
	url('../fonts/abel-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
	url('../fonts/lato-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-family: 'robotolight';
	font-size: 17px;
	line-height: 26px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

label {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

body {
	background: url(../img/patten.jpg) repeat;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.img {
	width: 100%;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	outline: 0;
}

a {
	text-decoration: none;
	outline: none;
	outline: 0;
	border: 0;
	border: none;
}

/**************start header***********************/

.header {
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 3px solid #049112;
	/*! margin-bottom: 5px; */
}

.header_login_btn {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.header_login_btn ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}

.header_login_btn ul li a {
	padding: 9px 21px;
	display: block;
	background: transparent;
	color: #049112;
	font-size: 18px;
	/*! border-radius: 30px; */
	border: 2px solid transparent;
}

/*.header_login_btn ul li a:hover{
	  border: 2px solid #0482D2;
}
.header_login_btn ul li .ancher_login{
	   background:transparent;
	   color:#000;
	outline:burlywood;
}*/

.header_login_btn ul li a span .fa-pencil-square-o,
.header_login_btn ul li a span .fa-sign-in {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.header_logo img {
	width: 50%;
	margin: 5px;
}

/*Basic styles*/

.draw {
	background: none;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 0 0 2px transparent;
	box-shadow: inset 0 0 0 2px transparent;
	color: transparent;
	font-size: inherit;
	font-weight: 700;
	position: relative;
	vertical-align: middle;
}

.draw::before,
.draw::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}

.draw {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.draw::before,
.draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}

.draw::before {
	top: 0;
	left: 0;
}

.draw::after {
	bottom: 0;
	right: 0;
}

.draw:hover {
	color: #F79B28;
}

.draw:hover::before,
.draw:hover::after {
	width: 100%;
	height: 100%;
}

.draw:hover::before {
	border-top-color: #049112;
	border-right-color: #049112;
	-webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.draw:hover::after {
	border-bottom-color: #049112;
	border-left-color: #049112;
	-webkit-transition: border-color 0s ease-out 0.15s, width 0.15s ease-out 0.15s, height 0.15s ease-out 0.25s;
	transition: border-color 0s ease-out 0.15s, width 0.15s ease-out 0.15s, height 0.15s ease-out 0.25s;
}

/*=================slider start==================*/

.slider_part {
	width: 100%;
	float: left;
	border-bottom: 3px solid #049112;
}

.slider_img {
	position: relative;
}

.slider_inner {
	position: absolute;
	z-index: 99;
	top: 120px;
	left: 112px;
	width: 80%;
	background-color: rgba(7, 6, 6, 0.38);
	padding: 15px;
}

.slider_inner h1 {
	font: 22px 'roboto_condensedbold';
	text-transform: uppercase;
	margin: 28px 0 -10px 0;
	color: #fff;
}

.slider_inner h6 {
	font-family: 'robotolight';
	font-size: 20px;
	margin: 30px 0 0 0;
	color: #fff;
}

.slider_inner h4 {
	font: 40px 'roboto_condensedbold';
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 -10px 0;
	text-shadow: 1px 0px 1px #4a4a4a;
}

.inner_btn {
	width: 100%;
	float: left;
	margin: 45px 0 0 0;
}

.inner_btn a {
	padding: 14px 40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border: 4px solid rgba(255, 255, 255, 0.8);
	font: 15px 'ralewaysemibold';
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.inner_btn a.btn2 {
	background: transparent;
	color: #fff;
	margin: 0 0 0 10px;
	border: 2px solid #fff;
}

/*=================slider start==================*/

/*============study_menu================*/

.study_menu {
	width: 100%;
	float: left;
}

.study_menu_grid {
	width: 100%;
	float: left;
	padding: 12px;
	border-radius: 8px;
}

.study_bg_one {
	background: #0096b2;
}

.study_bg_two {
	background: #4abc8d;
}

.study_bg_three {
	background: #4dc1b8;
}

.btn_fnt {
	font-family: 'ralewaysemibold';
	font-size: 20px;
	width: 100%;
	text-align: left;
	background: #fff;
	text-transform: capitalize;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.btn_fnt:hover {
	background: #e6e6e6;
}

.arror {
	width: 50px;
	height: 37px;
	text-align: center;
	position: absolute;
	background: #e6e6e6;
	right: 1px;
	top: 1px;
	line-height: 38px;
	font-size: 41px;
	color: #2a2a2a;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.drop_menu {
	min-width: 336px !important;
}

.btn {
	padding: 4px 12px;
}

.plan_section {
	background: #eee;
}

.plan_bg {
	background-image: url(../img/Crumpled-paper-texture.png);
	background-repeat: repeat;
	/*background-size: cover;*/
	background-attachment: fixed;
	/*! margin-top: 4em; */
	padding: 0 0 4em 0;
}

.icon_pdf .fa-file-pdf-o {
	color: red;
	margin-right: 10px;
}

/*============study_menu================*/

/*============study_menu one================*/

.study_menu {
	width: 100%;
	float: left;
	/*padding: 50px 0;*/
	background: #eee;
}

/* @author Tim himself */

.ziehharmonika h3 {
	background: #0482D2;
	color: #fff;
	text-align: left;
	border-radius: 4px;
	padding: 14px 11px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	-webkit-transition: 0.25s all;
	transition: 0.25s all;
	position: relative;
	font-size: 20px;
	height: 57px;
}

.ziehharmonika h3 span img {
	margin-top: -7px;
	margin-right: 4px;
}

.ziehharmonika h3 span .fa-book,
.ziehharmonika h3 span .fa-clock-o {
	font-size: 27px;
	color: #ffd740;
	margin-right: 4px;
	vertical-align: middle
}

.ziehharmonika h3.active {
	margin-bottom: 14px;
	background: #F79B28;
	color: #fff;
}

.ziehharmonika h3::before {
	/*! content: attr(data-prefix); */
	/*! font-size: 18px; */
	/*! margin-right: 9px; */
}

.ziehharmonika h3.alignLeft {
	padding-left: 35px;
}

.ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 10px 10px;
	margin-bottom: 9px;
}

.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #0482D2 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 160px;
	-webkit-transition: 0.25s all;
	transition: 0.25s all;
	opacity: 0;
}

.ziehharmonika .active .arrowDown {
	bottom: -13px;
	border-color: #F79B28 transparent transparent transparent;
	opacity: 1;
}

.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}

/*============study_menu one================*/

/*============Study_metrial start================*/

.Study_metrial {
	width: 100%;
	float: left;
}

.bg_background {
	background-image: url(../img/bg_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*! margin-top: 4em; */
	padding: 0 0 4em 0;
}

.section_header {
	width: 100%;
	float: left;
	text-align: center;
	margin: 35px 0 45px 0;
}

.section_header h1 {
	color: #3c3c3c;
	font-family: 'kaushan_scriptregular';
	text-transform: capitalize;
}

.Study_metrial_grid {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 5px;
}

.Study_metrial_grid_part {
	width: 100%;
	/*float: left;*/
	background: #F3F3F3;
	margin-bottom: 5px;
}

.panel-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.panel-image img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	width: 100%;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
}

.panel-image img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.panel_heading {
	width: 100%;
	float: left;
	margin-bottom: 7px;
}

.panel_heading h3 {
	font-size: 22px;
	color: #000;
	height: 50px;
	font-family: 'abelregular';
	text-align: center;
}

.inner-contant {
	width: 100%;
	float: left;
}

.inner-contant p {
	color: #000;
	text-align: justify;
	text-align-last: left;
}

.visitlink {
	width: 100%;
	float: left;
	margin-top: 3px;
	text-transform: uppercase;
	text-align: center;
}

.visitlink a {
	padding: 3px 20px;
	border-radius: 20px;
	display: inline-block;
	font-size: 15px;
}

.bg_blue a {
	background: #0482D2;
	color: #fff;
}

.bg_yello a {
	background-color: #ffd740;
	color: #000;
}

.color_whit {
	color: #fff !important;
}

.color_yello {
	color: #ffd740 !important;
}

.color_blue {
	color: #0482D2;
}

/*============Study_metrial end================*/

/*===================free video lession==================*/

.Free_video_lession {
	width: 100%;
	float: left;
}

/*-- team --*/

.w3_agile_team_grid {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 7px 0px (0, 0, 0, 0.5);
}

.w3layouts_team_grid {
	overflow: hidden;
	position: relative;
	/*! border: 3px solid #fff; */
	/*! -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5); */
	-webkit-box-shadow: 0 0 7px 0px (0, 0, 0, 0.5);
	box-shadow: 0 0 7px 0px (0, 0, 0, 0.5);
	/*! border-radius: 5px; */
	width: 100%;
	max-height: 175px;
	height: auto;
}

.w3layouts_team_grid_pos {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	right: 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.w3layouts_team_grid_pos {
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
}

.w3_agile_team_grid:hover .w3layouts_team_grid_pos,
.w3layouts_gallery_grid:hover .w3layouts_team_grid_pos,
.w3_agile_class_grid:hover .w3layouts_team_grid_pos {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.w3_agile_team_grid:hover .wthree_text,
.w3layouts_gallery_grid:hover .wthree_text,
.w3_agile_class_grid:hover .wthree_text {
	opacity: 1;
	-webkit-transform: translateY(0) scale3d(1, 1, 1);
	transform: translateY(0) scale3d(1, 1, 1);
	-webkit-transition: transform 400ms ease 380ms;
	-webkit-transition: -webkit-transform 400ms ease 380ms;
	transition: -webkit-transform 400ms ease 380ms;
	transition: transform 400ms ease 380ms;
	transition: transform 400ms ease 380ms, -webkit-transform 400ms ease 380ms;
}

.wthree_text {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(0) scale3d(0, 0, 1);
	transform: translateY(0) scale3d(0, 0, 1);
	-webkit-transition: transform 400ms ease 280ms;
	-webkit-transition: -webkit-transform 400ms ease 280ms;
	transition: -webkit-transform 400ms ease 280ms;
	transition: transform 400ms ease 280ms;
	transition: transform 400ms ease 280ms, -webkit-transform 400ms ease 280ms;
}

.wthree_text span {
	color: #ffd740;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

/*-- //team --*/

.video_lession_hline {
	width: 100%;
	float: left;
	border: 3px solid #fff;
}

.video_lession_hline h6 {
	font-family: 'abelregular';
	font-size: 19px;
	height: 60px;
	color: #0b0b0b;
	margin-top: 4px;
	text-transform: capitalize;
	text-align: center;
}

/*===================free video lession==================*/

/*===================testimonial part start==================*/

.testimonial_bg {
	background-image: url(../img/testimonial_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 4em;
	padding: 0 0 4em 0;
}

.gpat_testimonial {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	background: #fff;
}

.testimonial {
	margin: 0 20px 50px;
}

.testimonial .pic {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 15px 15px 0;
}

.testimonial .pic img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.testimonial .testimonial-profile {
	display: inline-block;
	position: relative;
	top: 15px;
}

.testimonial .title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0 0 7px 0;
}

.testimonial .post {
	display: block;
	font-size: 14px;
	color: #fff;
}

.testimonial .description {
	padding: 20px 22px;
	background: #FFF;
	font-size: 15px;
	color: #000;
	line-height: 25px;
	margin: 0;
	position: relative;
}

.testimonial .description:before,
.testimonial .description:after {
	content: "";
	border-width: 18px 0 0 18px;
	border-style: solid;
	border-color: #dedede transparent transparent;
	position: absolute;
	bottom: -18px;
	left: 0;
}

.testimonial .description:after {
	border-width: 18px 18px 0 0;
	left: auto;
	right: 0;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	margin-left: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 0.8;
	background: #fff;
}

.owl-prev:before,
.owl-next:before {
	content: "\f053";
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fff;
}

.owl-next:before {
	content: "\f054";
}

/*===================testimonial part End==================*/

/*===================creat_account start here========================*/

.creat_account {
	width: 100%;
	float: left;
	/*background: linear-gradient(46.8deg, #F79B28, #faae49);*/
	background: #fff;
	padding: 30px 0;
}

.panel-body h2 {
	font-family: 'latobold';
	text-align: center;
	font-size: 26px;
	text-transform: capitalize;
	/*margin-bottom: 40px;*/
	color: #4d4d4d;
}

.panel_body_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 30px;
}

.panel_body_btn a {
	padding: 15px 70px;
	background: #0482D2;
	color: #fff;
	font-size: 20px;
}

/*===================creat_account end here========================*/

/*===================Footer frist Start here==================*/

.footer_frist_start {
	width: 100%;
	float: left;
	background: #3F3F3F;
	padding-bottom: 33px;
	padding-top: 33px;
	border-top: 4px solid #049112;
}

.wlcm_speach_hder {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	;
}

.wlcm_speach_hder h3 {
	color: #fff;
	font-family: 'aldrichregular';
	font-size: 27px;
}

.color_brown {
	color: #ffd740;
}

.footer_frist_gallery {
	width: 100%;
	float: left;
}

.footer_frist_address_left {
	width: 15%;
	float: left;
}

.footer_frist_address_right {
	width: 85%;
	float: left;
}

.footer_frist_address_all {
	width: 100%;
	float: left;
}

.footer_frist_address_all:nth-child(1),
.footer_frist_address_all:nth-child(2),
.footer_frist_address_all:nth-child(3) {
	margin-bottom: 15px;
}

.footer_frist_address_icon .fa-map-marker {
	color: #FFF;
	font-size: 27px;
}

.footer_frist_address_icon .fa-volume-control-phone {
	color: #FFF;
	font-size: 27px;
}

.footer_frist_address_icon .fa-envelope {
	color: #FFF;
	font-size: 27px;
}

.footer_frist_address_icon .fa-clock-o {
	color: #FFF;
	font-size: 27px;
}

.footer_frist_address_text p {
	color: #fff;
	font: 18px 'robotolight';
}

.footer_menu ul {
	list-style: none;
}

.footer_menu ul li {
	margin-bottom: 10px;
}

.footer_menu ul li a {
	color: #fff;
	font: 16px 'robotolight';
	text-transform: capitalize;
	-webkit-transition: 1s all;
	transition: 1s all;
}

/*.footer_menu ul .ftr_active a {
	color: #F9C363;
	text-decoration: underline;
}*/

.footer_menu ul li a:hover {
	text-decoration: none;
	margin: 0 0 0 5px;
	text-decoration: underline;
}

.footer_menu ul li span .fa-arrow-right {
	color: #fff;
	font-size: 18px;
	padding: 0 10px 0 0;
}

/*----------------
footer social effect start-------------------------*/

/* Wrapper */

.icon-button {
	background-color: white;
	border-radius: .6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 3.0rem;
	height: 4.6rem;
	line-height: 4.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 4.6rem;
}

/* Circle */

.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}

.icon-button:hover span {
	width: 4.8rem;
	height: 4.8rem;
	border-radius: .8rem;
	margin: -2.4rem;
}

.twitter span {
	background-color: #4099ff;
}

.facebook span {
	background-color: #3B5998;
}

.whatsapp span {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.google-plus span {
	background-color: #db5a3c;
}

/* Icons */

.icon-button .fa {
	background: none;
	color: white;
	height: 4.7rem;
	left: 0;
	line-height: 4.7rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 4.7rem;
	z-index: 10;
}

.icon-button .fa-twitter {
	color: #4099ff;
}

.icon-button .fa-facebook {
	color: #3B5998;
}

.icon-button .fa-instagram {
	color: #d6249f;
	color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.icon-button .fa-google-plus {
	color: #db5a3c;
	font-size: 25px;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-google-plus {
	color: white;
}

/*----------------
footer social effect end-------------------------*/

/*===================Footer frist Start here==================*/

/*===================footer two Start here==================*/

.footer_second {
	width: 100%;
	float: left;
	background: #000000;
	border-top: 1px solid #777777;
}

.footer_second ul {
	text-align: center;
}

.footer_second ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #fff;
}

.footer_second ul li:last-child {
	border-right: none;
}

.footer_second ul li p {
	padding: 0 7px;
	color: #fff;
}

.footer_second ul li p a {
	color: #fff;
}

.footer_second ul li p a:hover {
	text-decoration: underline;
}

.footer_text {
	width: 100%;
	float: left;
	padding: 20px 0;
}

/*===================footer two End here==================*/

/*===================login page===========================*/

.Log_in_part {
	width: 100%;
	float: left;
}

.login_bg {
	background-image: url(../img/login_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/*! margin-top: 4em; */
	/*! padding:0 0 4em 0; */
}

.Login_background {
	margin: 10% 0;
	/*background-image: url(../img/tr.png);*/
	background-repeat: repeat;
	background-color: #ffffffe6;
	width: 100%;
	float: left;
	padding: 20px 20px;
}

.Login_background_one {
	margin: 5% 0;
	/*background-image: url(../img/tr.png);*/
	background-repeat: repeat;
	background-color: #ffffffe6;
	width: 100%;
	float: left;
	padding: 20px 20px;
}

.Login_background_two {
	margin: 20% 0;
	/*background-image: url(../img/tr.png);*/
	background-repeat: repeat;
	background-color: #ffffffe6;
	width: 100%;
	float: left;
	padding: 20px 20px;
}

.input_frm {
	border: 1px solid #0482D2;
	border-radius: 0 !important;
}

.lable_part {
	padding: 6px 0;
	text-align: left;
}

.lable_part span {
	font-family: 'robotolight';
	font-size: 17px;
	color: #000;
}

.log_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
}

.login_btn {
	width: 200px;
	color: #fff;
	padding: 10px 0px;
	font: 20px 'robotolight';
	background: #0482D2;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

.login_btn:hover {
	letter-spacing: 2px;
}

.forgot_password {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.forgot_password a {
	color: #BD7E1E;
	/*font: 'robotolight';*/
	font: 22px 'abelregular';
}

.log_hder {
	width: 100%;
	float: left;
	text-align: center;
}

.log_hder h1 {
	color: #BD7E1E;
	font-family: 'aldrichregular';
	font-size: 30px;
	margin-top: 30px;
}

.log_hder p {
	margin-top: 30px;
	color: #000;
	font: 18px 'robotolight';
}

.log_hder_register_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
}

.log_hder_register_btn a {
	width: 260px;
	color: #fff;
	padding: 10px 0px;
	font: 20px 'robotolight';
	background: #0482D2;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.log_hder_register_btn a:hover {
	letter-spacing: 2px;
}

span.icon1,
span.icon2 {
	color: #0482D2;
	font-size: 1.1em;
	position: absolute;
	right: 3%;
	top: 2.7em;
}

.frm_gruo_all {
	position: relative;
	width: 100%;
	float: left;
}

/*registration*/

.registration-grid {
	width: 100%;
	float: left;
	/*! border:2px solid #0482D2; */
	padding: 20px 40px;
}

.registration_hline {
	width: 100%;
	float: left;
	text-align: center;
}

.registration_hline h3 {
	font-family: 'roboto_condensedbold';
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #000;
}

.register_btn {
	width: 100%;
	float: left;
	text-align: center;
}

.register_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 auto;
}

.register_btn button {
	width: 220px;
	padding: 10px 0px;
	background: #0482D2;
	color: #fff;
	font: 20px 'robotolight';
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

.register_btn button:hover {
	letter-spacing: 2px;
}

/*registration*/

.panel_navbar li a {
	display: block;
	width: 100%;
	padding: 2px 4px;
	font-family: 'robotolight';
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

.panel_navbar li a:hover {
	background: #eee;
}

/*===================Contact Us Start=======================*/

.all_page_section_hder {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0 40px 0;
}

.all_page_section_hder h1 {
	font-family: 'kaushan_scriptregular';
	text-transform: capitalize;
	color: #000;
	margin-bottom: 10px;
}

.input_frm_one {
	border: 1px solid #0482D2;
	border-radius: 0 !important;
	color: #000;
}

.input_frm_one:nth-last-of-type(1),
.input_frm_one:nth-last-of-type(2),
.input_frm_one:nth-last-of-type(3) {
	margin-bottom: 15px;
}

.input_textarea_one {
	border: 1px solid #0482D2;
	border-radius: 0 !important;
	height: 127px !important;
	resize: none;
}

.contact_btn {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.contact_btn button {
	padding: 15px 40px;
	color: #fff;
	background: #0482D2;
	font: 16px 'ralewaysemibold';
	text-transform: uppercase;
	-webkit-transition: 700ms;
	transition: 700ms;
}

.contact_hline h2 {
	font: 20px 'roboto_condensedbold';
	text-transform: uppercase;
	margin: 10px 0;
	color: #0482D2;
}

.contact-info-left {
	width: 15%;
	float: left;
}

.contact-info i {
	width: 60px;
	height: 60px;
	background: #BD7E1E;
	color: #fff;
	font-size: 25px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
}

.contact-info i:hover {
	background: #0482D2;
	color: #f6d014;
	cursor: pointer;
}

.contact-info-right ul {
	padding: 0;
	margin: 0;
}

.contact-info-right ul li {
	display: block;
	letter-spacing: 1px;
	color: #000;
	font-size: .9em;
	margin-bottom: .4em;
	font: 18px 'robotolight';
}

.contact-info-right ul li a {
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	font: 18px 'robotolight';
}

.contact-info-right ul li a:hover {
	color: #0064d2;
}

.contact-info:nth-child(3),
.contact-info:nth-child(2) {
	margin: 2.8em 0 2.8em 0;
}

.contact-info-right h5 {
	color: #000000;
	font-size: 1em;
	margin: 0 0 .2em 0;
	font: 18px 'ralewaysemibold';
}

.contact_grid {
	width: 100%;
	float: left;
	padding: 25px 20px;
	box-shadow: 1px 10px 10px 5px rgba(216, 216, 216, 0.78);
	-webkit-box-shadow: 1px 10px 10px 5px rgba(216, 216, 216, 0.78);
	box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
	margin: 10px 0 30px 0;
	min-height: 462px;
}

/*===================Contact Us End=======================*/

/*========*/

.menu_bar {
	width: 100%;
	float: left;
	background: #0482D2;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 16px 15px;
	font: 18px 'abelregular';
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
	margin: 0 1px 0 0;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background: #0592dc;
}

.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

/*.navbar-default .navbar-nav > li > a:active_one{
    background: transparent !important;
    border-bottom:3px solid #fff;
} */

.active_one {
	color: #fff;
	background: #0592dc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #0592dc;
}

.open > .dropdown-menu {
	display: block;
	background: #0482D2;
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	font: 17px 'abelregular';
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	color: #fff !important;
	background: #0592dc !important;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff !important;
	text-decoration: none;
	background: #044f76 !important;
}

.dropdown-menu > li > a:active {
	background: #0592dc !important;
	color: #fff !important;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0px 0px;
	/*background: #0482D2 !important;*/
	/*border-top: 2px solid #f8f8f8;*/
}

.dropdown_menu_bg {
	background: #0482D2 !important;
}

.caret {
	margin-top: -5px !important;
}

/*========*/

/*===================menu_bar start============================*/

/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */

.dropdown .dropdown-menu .caret {
	border: 4px solid transparent;
	border-left-color: #000;
	float: right;
	margin-top: 6px;
}

.dropdown-menu {
	min-width: 250px;
}

.dropdown-menu > li.open > a {
	background-color: #F5F5F5;
	color: #262626;
	text-decoration: none;
}

.dropdown-menu .dropdown-menu {
	left: 100%;
	margin: 0;
	right: auto;
	top: -1px;
}

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
	left: auto;
	right: 100%;
}

.dropdown-menu.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.dropdown-menu.animated:before {
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.dropdownhover-top {
	margin-bottom: 2px;
	margin-top: 0;
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
	bottom: -1px;
	top: auto;
}

.navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
}

.dropdownhover-bottom {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.dropdownhover-left {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.dropdownhover-right {
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.dropdownhover-top {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.dropdown-menu.columns-3 {
	min-width: 400px;
	/*	padding: 30px 30px;
	left: -130%;*/
}

.multi-column-dropdown ul li {
	list-style: none;
}

.multi-column-dropdown ul li a {
	color: #fff;
}

.multi-column-dropdown ul li a {
	color: #fff;
	display: block;
	float: left;
	padding: 8px 19.4px;
	margin: 2px 2px 2px 2px;
	font: 18px 'abelregular';
	text-transform: uppercase;
}

.multi-column-dropdown ul li a:hover {
	background: #044f76 !important;
}

/*===================menu_bar start============================*/

/*===========what is gpat===============*/

.what_is_gpat {
	width: 100%;
	float: left;
}

.what_is_gpat_grid {
	width: 100%;
	float: left;
}

.what_is_gpat_grid_all {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
	text-align-last: left;
}

.what_is_gpat_grid_all_hline {
	width: 100%;
	float: left;
}

.what_is_gpat_grid_all_hline h4 {
	font-family: 'aldrichregular';
	font-size: 24px;
	color: #0482D2;
	margin-bottom: 5px;
}

.what_is_gpat_grid_all_hline p {
	text-align: justify;
	text-align-last: left;
}

.what_is_gpat_grid_all p {
	text-align: justify;
	text-align-last: left;
}

/*===========what is gpat===============*/

/*===========what is gpat===============*/

.about_us {
	width: 100%;
	float: left;
}

.about_us_grid {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.about_us_grid p {
	text-align: justify;
	text-align-last: left;
}

.gpat_vision {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.gpat_vision h4 {
	font-family: 'aldrichregular';
	font-size: 22px;
	color: #0482D2;
	margin-bottom: 5px;
}

/*===========what is gpat===============*/

/*===========how to prepare for gpat===============*/

.how_to_prepare_for_gpat {
	width: 100%;
	float: left;
}

.how_to_prepare_for_gpat_grid {
	width: 100%;
	float: left;
}

/*.what_is_gpat_grid_all{
	width: 100%;
	float: left;
}*/

.what_is_gpat_grid_all p {
	text-align: justify;
	text-align-last: left;
	font-family: 'robotolight';
	font-size: 17px;
}

.hline_five {
	font-family: 'ralewaysemibold';
	font-size: 18px;
}

/*===========how to prepare for gpat===============*/

/*===========how to prepare for gpat===============*/

.hosting_plan_grid {
	width: 100%;
	float: left;
	/*! padding: 15px; */
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	min-height: 444px;
	border-bottom: 3px solid #F79B28;
}

.hosting-plan_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0;
}

.hosting-plan_btn a {
	padding: 10px 40px;
	/*! background: #2A3855; */
	border-radius: 40px;
	color: #fff;
}

.shortcode-posts-tabs {
	z-index: 999;
	display: block;
	position: relative;
}

.hosting-plan_hline {
	width: 100%;
	float: left;
	text-align: center;
	padding: 25px 10px;
	height: 82px;
}

.hosting-plan_hline h1 {
	color: #fff;
	font-size: 22px;
	font-family: 'aldrichregular';
}

.hosting-plan_hline h1 span i {
	/*color: #049112;*/
	color: #fff;
}

.hosting-plan_para {
	width: 100%;
	float: left;
	padding: 0 20px;
}

.hosting-plan_para ul li {
	font-size: 1.3em;
	color: #212121;
	padding: 0.5em 2em;
	/*text-transform: capitalize;*/
	text-align: left;
	border-bottom: 1px dotted #d5d5d5;
	font-family: 'abelregular';
}

.hosting-plan_para ul li:last-child {
	border-bottom: none;
}

.bg_sky {
	background: #F79B28;
}

/*.bg_pinck{
	background:#c95ed1;
}
.bg_deep_green{
	background:#32d1a4 ;
}*/

/*.hosting-plan_hline h1:before {
    height: 100px;
    content: '';
    border-radius: 50%;
    top: 5px;
    right: auto;
    width: 420px;
    position: absolute;
    left: calc(50% - 410px);
    left: -moz-calc(50% - 410px);
    background: #F79B28;
    left: -32px;
}*/

/*.hosting_plan_grid:before {
	font-family: 'FontAwesome';
	content: '\f073';
	width: 85px;
	height: 85px;
	line-height: 85px;
	background: #fff;
	border: 5px solid #F79B28;
	font-size: 350%;
	line-height: 70px;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: -56.5px;
	left: 50%;
	margin-left: -42.5px;
	color: #0482D2;
}*/

/*===========how to prepare for gpat===============*/

/*============profile start============*/

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

.tab .nav-tabs {
	border: 1px solid #1fc1dd;
}

.tab .nav-tabs li {
	margin: 0;
}

.tab .nav-tabs li a {
	font-size: 14px;
	color: #999898;
	background: #fff;
	margin: 0;
	padding: 20px 25px;
	border-radius: 0;
	border: none;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
	position: relative;
}

.tab .nav-tabs li a:hover {
	border-top: none;
	border-bottom: none;
	border-right-color: #ddd;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
	color: #fff;
	border: none;
	background: #1fc1dd !important;
	border-right: 1px solid #ddd;
}

.tab .nav-tabs li.active a:before {
	content: "";
	width: 58%;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tab .nav-tabs li.active a:after {
	content: "";
	border-top: 10px solid #1fc1dd;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 43%;
}

.tab .tab-content {
	font-size: 13px;
	color: #999898;
	line-height: 25px;
	background: #fff;
	padding: 20px;
	border: 1px solid #1fc1dd;
	border-top: none;
}

.tab .tab-content h3 {
	font-size: 24px;
	color: #999898;
	margin-top: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	cursor: pointer !important;
}

@media only screen and (max-width: 480px) {
	.tab .nav-tabs li {
		width: 100%;
		text-align: center;
	}
	.tab .nav-tabs li.active a,
	.tab .nav-tabs li.active a:after,
	.tab .nav-tabs li.active a:hover {
		border: none;
	}
}

.profile_btn {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0 10px 0;
}

.profile_btn .profile_sub_btn {
	width: 200px;
	padding: 12px 40px;
	background: #0482D2;
	text-transform: uppercase;
	font-family: 'robotolight';
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

.profile_btn .profile_sub_btn:hover {
	letter-spacing: 2px;
}

.profile {
	width: 100%;
	float: left;
	margin: 30px 0;
}

.login_hline {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.login_hline h3 {
	font: 31px 'abelregular';
	color: #000 !important;
}

.lable_part label {
	font-family: 'abelregular';
	font-weight: normal;
	font-size: 18px;
	color: #000;
}

.partner_form {
	border-radius: 0px !important;
}

.error_pint {
	width: 100%;
	float: left;
	margin-bottom: 9px;
	color: red;
	font-family: 'robotolight';
	font-size: 16px;
}

/*============profile End============*/

/*==========profile informatiom==========*/

.profile_info_hline {
	font-family: 'abelregular';
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.profile_info_details {
	font-family: 'abelregular';
	font-size: 18px;
	color: #000;
}

.profile_info_grid {
	margin-bottom: 15px;
}

/*==========profile informatiom==========*/

/*==========study material page==========*/

.button_view {
	background: url(../img/view_icon.png) no-repeat 8px 7px;
	cursor: pointer !important;
	border: none;
	display: block;
	width: 41px;
	height: 38px;
}

.study_metrial_table_img {
	width: 130px;
	height: 74px;
}

.study_metrial_table_img img {
	max-width: 100%;
	max-height: 78px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.frame_border{
	
	border:1px solid #C4BBBB;
	padding: 20px 30px 20px 30px;
	border-radius: 5px;
	
}

.mock_test_btn {
	
margin-top:50px;
	
}

.mock_test_btn .btn{
	

width: 200px;
	padding: 10px 0px;
	background: #0482D2;
	color: #fff;
	font: 20px 'robotolight';
	-webkit-transition: all 400ms;
	transition: all 400ms;
	
}

.mock_test_btn .btn:hover{
	
	letter-spacing: 2px;
}

.sub_txt{
	
	font-size: 22px;
	margin-top: 10px!important;
	
}

.m-top{
	
	margin-top:50px;
}

.m-bottom{
	
	margin-bottom: 50px;
}

.captcha_mrgn{
	
	margin-top:20px;
}

.captcha_mrgn .btn-default{
	
	border-radius: 50%;
	padding: 6px 6px;
	
}

.m_bottom_thank{
	
	margin-bottom: 100px;
}

.m_top_thank{
	
	margin-top: 100px;
}

.password_btn .btn-primary{
	
	padding:8px 10px;
	font-size: 20px;
	font: 20px 'robotolight';
	
}

.password_btn .btn-primary: hover{
	
	letter-spacing: 2px!important;
}
/*==========study material page==========*/

/*===================responsive css start here=====================*/

@media (max-width:1280px) {}

@media (max-width:1024px) {}

@media (max-width:960px) {}

@media (max-width:768px) {
	/*=========footer=========*/
	.footer_second {
		padding: 10px 0;
	}
	.footer_text {
		padding: 4px 0;
	}
	.footer_second ul li {
		border-right: none;
		display: block;
	}
	/*=========footer=========*/
}

@media (max-width:480px) {
	/*contact page*/
	.contact-info-left {
		width: 100%;
		float: left;
		text-align: center;
	}
	.contact-info-right {
		width: 100%;
		float: left;
		text-align: center;
	}
	.contact_hline h2 {
		margin: 17px 0;
		color: #0482D2;
		text-align: center;
	}
	.contact-info-right h5 {
		margin: 1em 0 .2em 0;
	}
	/*contact page*/
	/*index page start*/
	.hosting_plan_grid {
		margin-top: 23px;
	}
	.hosting-plan_para ul li {
		padding: 0.5em 0.1em;
	}
	.ziehharmonika h3 {
		font-size: 18px;
		height: 57px;
	}
	.Study_metrial_grid {
		margin-bottom: 16px;
	}
	.testimonial .title {
		width: 100%;
		float: left;
		text-align: center;
	}
	.testimonial .post {
		text-align: center;
	}
	.testimonial .description {
		margin: 37px 0 0 0;
	}

	.testimonial .pic {
		margin: 0 auto;
		display: block;
	}
	.testimonial {
		/*	width: 100%;
		float: left;
		text-align: center;*/
	}
	.testimonial .testimonial-profile {
		display: block;
		text-align: center;
	}
	.testimonial_bg {
		margin-top: 2em;
	}
	.gpat_testimonial {
		margin: 5px 0 0 0;
	}
	.panel_body_btn a {
		padding: 15px 32px;
		font-size: 20px;
	}
	.panel-body h2 {
        font-size: 20px;
     }
	/*index page start*/
	
	/*=============how-to-prepare-for-gpat=============*/
	.what_is_gpat_grid_all{
		text-align:left;
	}
	/*=============how-to-prepare-for-gpat=============*/
		.sub_txt{

		font-size: 18px;
		margin-top: 10px!important;
		

	}
	
		.mock_test_btn .btn{

		padding:8px 8px;
		font-size: 18px;
		font-family: 'ralewaysemibold';
		margin-top:0px;

	}
}

@media screen and (max-width: 455px){
	#rc-imageselect, 
	.g-recaptcha { 
					transform:scale(0.71); 
					-webkit-transform:scale(0.71); 
					transform-origin:0 0; 
					-webkit-transform-origin:0 0; 
				}
	}

@media (max-width:414px) {
	/*==========what-gpat page==========*/
	.what_is_gpat_grid_all_hline h4 {
		font-size: 20px;
	}
	.all_page_section_hder h1 {
		font-size: 26px;
	}
	.all_page_section_hder {
		margin: 30px 0 30px 0;
	}
	/*==========what-gpat page==========*/
}

@media (max-width:384px) {
	/*=========forgotten-password=========*/
	.registration-grid {
		padding: 20px 0px;
	}
	.registration_hline h3 {
		font-size: 18px;
	}
	.Login_background {
		padding: 20px 2px;
	}
	.log_hder h1 {
		font-size: 26px;
	}
	.Login_background_one {
		padding: 20px 0px;
	}
	/*=========forgotten-password=========*/
}

@media (max-width:375px) {}

@media (max-width:360px) {
	/*index page start*/
	.ziehharmonika h3 {
		font-size: 18px;
		height: 57px;
	}
	.section_header h1 {
		font-size: 24px;
	}
	/*index page start*/
		.sub_txt{

		font-size: 18px;
		margin-top: 10px!important;
	

	}
	
	.mock_test_btn .btn{

		padding:8px 8px;
		font-size: 16px;
		font-family: 'ralewaysemibold';
		margin-top:0px;

	}
}

@media (max-width:320px) {
	
	.sub_txt{

		font-size: 16px;
		margin-top: 10px!important;
		

	}
	
}

/*===================responsive css start here=====================*/