html {
	position: relative;
}
html,
body { 
	min-height:100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale; 
}
* {
	margin:0;
	padding:0;
}
body {	
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	background: #fff;
	margin: 0;
	padding: 0;
	text-size-adjust: none;
  	-webkit-text-size-adjust: none;
}
li, ul, ol { 
	list-style:none; 
	margin:0;
	padding:0;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a, button, input[type=submit] {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
img {
	max-width:100%;
}
:focus { outline: none !important; }

h1, h2, h3, h4, h5, h6 {	
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #000;
}

p {
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 24px;
	color: #737373;
}

input, textarea { 
	outline:none !important; 
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.pull-right { float: right; }
.pull-left { float: left; }

.container {
	padding-right: 0;
	padding-left: 0;
}

.wrapper_main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cbtn {
	float: left;	
	font-family: 'Roboto Slab', serif;
	background-color: #0d6cd7;
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	height: 52px;
	line-height: 52px;
	border-radius: 52px;
	-moz-border-radius: 52px;
	-webkit-border-radius: 52px;
}

.cbtn.green {
	width: auto;
	background-color: #4cbb17;
}

.cbtn:hover {
	background-color: #14386a;
	color: #ffffff;
}

.sec_title {
	position: relative;
	width: 100%;
}

.sec_title h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	color: #0d6cd7;
	font-weight: 700;
}

.sec_title h3:after {
	display: block;
	width: 60px;
	height: 3px;
	margin-top: 13px;
	background-color: #737373;
	content: '';
}

.sec_title.center h3 {
	font-size: 34px;
	text-align: center;
}

.sec_title.center h3:after {
	margin-right: auto;
	margin-left: auto;
}

.sec_title.small h3 { font-size: 26px; }

.form-control {
	height: auto;
	padding: 10px 18px 8px;
	font-size: 20px;
	color: #747474;
	font-style: italic;
	border: solid 1px #c6c6c6;
	outline: none;
	box-shadow: none !important;
	-ms-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-radius: 3px;
	-ms-border-radius: 3px;
}

select.form-control {
	padding-right: 35px;
	text-overflow: ellipsis;
	appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	background: url(../images/caret-down.png) 94% center no-repeat #fff;
}

textarea.form-control {
	height: 86px;
	resize: none;
}

.list-disc {
	position: relative;
	display: inline-block;
	width: 100%;
}

.list-disc li {
	position: relative;
	display: block;
	float: left;
    width: 100%;
    font-size: 14px;
    color: #737373;
    line-height: 28px;
    padding-left: 18px;
}

.list-disc li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	background-color: #737373;
	border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	content: '';
}



/* Common Style End */

.header_main {
	position: relative;
	z-index: 100;
	width: 100%;
}

.top_links {
	position: relative;
	width: 100%;
	padding: 14px 0 13px;
	background-color: #333;
	overflow: hidden;
}

.top_links a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}

.top_links ul { display: block; }

.top_links ul li {
	position: relative;
	display: inline-block;
}

.top_links ul li:after {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	content: '|';
	vertical-align: middle;
}

.top_links ul li:last-child:after { display: none; }

.top_links ul li a { margin: 0 14px; }

.top_links ul li:last-child a { margin-right: 0; }

.top_links ul li:first-child a { margin-left: 0; }

.head-info {
	position: relative;
	width: 100%;
	padding: 29px 3px;
	overflow: hidden;
}

.head-info .logo {
	float: left;
	margin-top: 10px;
}

.head-info .info-box {
	float: left;
	margin-right: 42px;
}

.head-info .icon {
	display: inline-block;
	margin-top: 4px;
	margin-right: 14px;
	vertical-align: top;
}

.head-info h6 {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	color: #081528;
	font-weight: 700;
	text-transform: uppercase;
}

.head-info span {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #081528;
}

.head-info .ct-btn {
	position: relative;
	display: block;
	float: right;
	padding: 10px 47px 5px 47px;
	font-family: 'Josefin Sans';
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	background-color: #0d6cd7;
	border: solid 3px #fff;
}

.head-info .ct-btn:before,
.head-info .ct-btn:after {
	position: absolute;
	z-index: -1;
	width: 24px;
	height: 24px;
	background-color: #081528;
	content: '';
}

.head-info .ct-btn:before {
	top: -5px;
	left: -5px;
}

.head-info .ct-btn:after {
	right: -5px;
	bottom: -5px;
}

#mobilemenu {display: none;}

.navigation {
	position: relative;	
	width: 100%;
	margin-top: 15px;
	height: 64px;
	background-color: #0d6cd7;	
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;	
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
}

.navigation>ul {
	text-align: center;
	width: 100%;
	/*padding: 24px 0px;*/
}

.navigation>ul>li {
	position: relative;
	display: inline-block;
	padding: 0 13px;
	/*border-right: 2px solid #ffffff;*/
	line-height: 14px;
}

.navigation>ul>li:after {
	position: absolute;
	top: 25px;
	right: 0;
	width: 1px;
	height: 17px;
	background-color: #fff;
	content: '';
}

.navigation>ul>li>a {
	display: block;
	padding: 24px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	background: none !important;
}

.navigation>ul>li:last-child:after {
	display: none;
}

.navigation>ul>li.dropdown:before {
	position: absolute;
	top: 30px;
	right: 10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	content: '';
}

.navigation>ul>li.dropdown.open:before {
	border-bottom: 7px solid #fff;
	border-top: none;
}

.navigation>ul>li>a:hover,
.navigation>ul>li.open>a {
	color: #081528;
}

.navigation>ul>li .dropdown-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	-ms-border-radius: 0;
}

.navigation>ul>li .dropdown-menu li {
	border-bottom: solid 1px #0d6cd7;
}

.navigation>ul>li .dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation>ul>li .dropdown-menu li a {
	padding: 7px 15px;
}

.navigation>ul>li .dropdown-menu li a:hover {
	color: #fff;
	background-color: #0d6cd7;
}

/* Header end */

.commonslider {
	float: left;
	width: 100%;
	position: relative;
}

.commonslider .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.commonslider .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.commonslider .owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.commonslider .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.commonslider .owl-carousel .owl-wrapper,
.commonslider .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.commonslider .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.commonslider .owl-carousel.owl-loaded {
	display: block;
}

.commonslider .owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.commonslider .owl-carousel.owl-hidden {
	opacity: 0;
}

.commonslider .owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.commonslider .owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.mainslider {
	overflow: hidden;
	margin-top: -30px;
	z-index: 2;
}

#imgslider:after {
	content: "";
	left: 0;
	right: 0;
	bottom: 0px;
	height: 156px;
	background: url(../images/circle-bg1.png) no-repeat 50% 100%;
	background-size: cover;
	position: absolute;
}

.mainslider .item .sliderinner {
	float: left;
	width: 100%;
	position: relative;
}

.mainslider .item .sliderinner:after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.30);
	position: absolute;
}

.mainslider .item .sliderimg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 840px;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.bannertexts {
	position: absolute;
	right: 0;
	width: 100%;
	top: 170px;
	z-index: 11;
}

.bannertexts .innertexts {
	float: right;
	width: 610px;
	margin-right: 70px;
}

.bannertexts h2 {
	font-size: 46px;
	font-family: 'Roboto Slab', serif;
	line-height: 44px;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	padding: 13px 0 30px 0;
}

.bannertexts p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	width: 590px;
}

.bannertexts .cbtn {
	margin-top: 47px;
	width: 210px;
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	border-radius: 64px;
	-moz-border-radius: 64px;
	-webkit-border-radius: 64px;
}


.mainslider .owl-nav {
	display: none;
}

.cloudpart {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 0px 60px;
	margin-top: -100px;
	z-index: 4;
}

.cloudpart .cbox {
	transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
}

.cloudpart .cbox .cloinner {
	text-align: center;
	padding: 40px 34px;
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
	float: left;
	width: 100%;
	height: 100%;
	min-height: 402px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
}

.cloudpart .cbox .cloinner .icons {
	float: left;
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}

.cloudpart .cbox .cloinner .icon1 { background-image: url(../images/icon1.png); }

.cloudpart .cbox .cloinner .icon2 { background-image: url(../images/icon2.png); }

.cloudpart .cbox .cloinner .icon3 { background-image: url(../images/icon3.png); }

.cloudpart .cbox .cloinner h4 {
	float: left;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	color: #0d6cd7;
	font-size: 28px;
	font-weight: 700;
	padding: 17px 0px 7px;
}

.cloudpart .cbox .cloinner h6 {
	float: left;
	width: 100%;
	margin-bottom: 16px;
	font-family: 'Poppins', sans-serif;
	color: #333;
	font-size: 20px;
	font-weight: 700;
}

.cloudpart .cbox .cloinner p {
	float: left;
	width: 100%;
	color: #737373;
	font-size: 20px;
}

.cloudpart .cbox .cloinner a {
	color: #0d6cd7;
	font-size: 16px;
	margin-top: 30px;
	display: inline-block;
}

.cloudpart .cbox:hover {
	margin-top: -20px;
	padding-bottom: 20px;
}

.cloudpart .cbox:hover .cloinner {
	background-color: #0d6cd7;
	border-color: #054b9a;
	background-image: url(../images/cbox-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.cloudpart .cbox:hover .cloinner h4,
.cloudpart .cbox:hover .cloinner h6,
.cloudpart .cbox:hover .cloinner p,
.cloudpart .cbox:hover .cloinner a { color: #ffffff; }

.cloudpart .cbox:hover .cloinner .icon1 { background-image: url(../images/icon1-h.png); }

.cloudpart .cbox:hover .cloinner .icon2 { background-image: url(../images/icon2-h.png); }

.cloudpart .cbox:hover .cloinner .icon3 { background-image: url(../images/icon3-h.png); }

.sec_about {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
}

.sec_about .sec_title { margin-bottom: 18px; }

.sec_about p { margin-bottom: 26px; }

.sec_about img { width: 100%; }

.sec_about .left_block {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px 0 35px 100px;
}

.sec_about .img-box1 {
	position: relative;
	float: left;
	width: 456px;
	margin-top: -25px;
}

.sec_about .img-box2 {
	position: relative;
	float: right;
	width: 340px;
	margin-top: -140px;
	border: solid 4px #fff;
}

.sec_about .circle {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 304px;
}

.sec_enrol {
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: url('../images/enrol-bg.jpg') center top no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sec_enrol .container {
	display: flex;
	-ms-display: flex;
	align-items: center;
	-ms-align-items: center;
}

.sec_enrol .avtaar {
	position: relative;
	display: table;
	width: 176px;
	height: 176px;
	background-color: #fff;
	text-align: center;
	border-radius: 100%;
	-ms-border-radius: 100%;
}

.sec_enrol .avtaar span {
	display: table-cell;
	vertical-align: middle;
}

.sec_enrol .text { padding-left: 30px; }

.sec_enrol .text span {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: 700;
}

.sec_enrol .button {
	margin-left: auto;
}

.sec_enrol .button a {
	display: inline-block;
	padding: 10px 30px 9px;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	color: #0d6cd7;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 25px;
	-ms-border-radius: 25px;
}

.sec_enrol .button a:hover {
	color: #fff;
	background-color: #14386a;
}

.sec_srvc {
	position: relative;
	width: 100%;
	margin: 40px 0;
}

.sec_srvc .row {
	align-items: center;
	-ms-align-items: center;
}

.sec_srvc .block {
	position: relative;
	padding: 40px 40px 40px 0;
}

.sec_srvc .block:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	content: '';
	width: 260px;
	height: 100%;
	background-color: #333;
}

.sec_srvc .block img { border: solid 4px #fff; }

.sec_srvc .sec_title { margin-bottom: 16px; }

.sec_srvc p { margin-bottom: 16px; }


.banner_main {
	position: relative;
	width: 100%;
	margin-top: -38px;
	padding-top: 200px;
	padding-bottom: 225px;
	background-repeat: no-repeat;
	background-position: center top;
}

.banner_main:after {
	position: absolute;	
	left: 0;
	right: 0;
	bottom: 0px;
	height: 156px;
	background: url(../images/circle-bg1.png) no-repeat 50% 100%;
	background-size: cover;
	content: "";
}

.banner_main h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
	text-transform: capitalize;
}

.sec_process {
	position: relative;
	width: 100%;
	margin-top: 28px;
}

.sec_process .process_main {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 25px 0;
	background: url('../images/process-bg.jpg') center top no-repeat;
	background-size: cover;
}

.process_main h4 {
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
}

.process_main h4:after {
	display: block;
	width: 60px;
    height: 3px;
    margin-top: 13px;
    background-color: #fff;
    content: '';
}

.process_main p {
	font-size: 13px;
	color: #fff;
	line-height: 18px;
}

.sec_content {
	position: relative;
	width: 100%;
	margin-top: 35px;
}

.sec_content .sec_title { margin-bottom: 15px; }

.sec_content.center { text-align: center; }

.sec_features {
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}

.sec_features .sec_title { margin-bottom: 20px; }

.sec_features .block {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 26px 45px 24px 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.sec_features h4 {
	margin-bottom: 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
}

.sec_features h4:after {
	display: block;
	width: 60px;
    height: 3px;
    margin-top: 13px;
    background-color: #fff;
    content: '';
}

.sec_features ul {
	display: inline-block;
	width: 100%;
}

.sec_features ul li {
	position: relative;
	display: block;
	margin-bottom: 7px;
	padding-left: 18px;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}

.sec_features ul li:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 7px;
	height: 11px;
	background: url('../images/angle-r.png') center top no-repeat;
	content: '';
}


.about_main {
	position: relative;
	width: 100%;
	margin-top: 90px;
}

.about_main p { font-size: 14px; }

.about_main .sec_title { margin-bottom: 15px; }

.about_main .abt_welcome {
	position: relative;
	overflow: hidden;
}

.about_main h6 {	
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	color: #333;
	font-weight: 700;
}

.about_main .abt_welcome h6 { margin-bottom: 15px; }

.about_main .abt_welcome p { margin-bottom: 25px; }

.tab_section {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

.tab_section .tab-links {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.tab_section .tab-links li {
	display: block;
	float: left;
	margin-right: 10px;
}

.tab_section .tab-links li:last-child { margin-right: 0; }

.tab_section .tab-links li a {
	display: block;
	padding: 6px 30px;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background-color: #333;
}

.tab_section .tab-links li a.active { background-color: #0d6cd7; }

.tab_section .tab-content {
	position: relative;
	margin-top: -1px;
	overflow: hidden;
}

.tab_section .tab-pane {
	padding: 30px 20px 16px 30px;
	border: solid 1px #cdcdcd;
}

.about_main .tab_section p { font-size: 16px; }

.about_main .tab_section h6 {
	margin-top: 15px;
	margin-bottom: 9px;
}

.tab_section .list {
	display: inline-block;
	width: 100%;
}

.tab_section .list li {
	position: relative;
    display: block;
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 16px;
    color: #737373;
    line-height: 20px
}

.tab_section .list li:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 13px;
    background: url(../images/angle-blue.png) center top no-repeat;
    content: '';
}

.about_main .sec_enrol { padding: 40px 0; }

.about_main .sec_enrol .text { padding-left: 0; }

.about_main .content_block {
	padding-top: 35px;
	overflow: hidden;
}

.about_main .content_block .video_block {
	float: left;
	max-width: 510px;
	margin-right: 30px;
	margin-bottom: 25px;
}

.about_main .content_block p { margin-bottom: 25px; }

.about_main .content_block .video_block + p { margin-bottom: 50px; }

.team_section {
	position: relative;
	width: 100%;
	padding: 30px 0 36px;
	background: url('../images/team-bg.jpg') center top no-repeat;
	background-size: cover;
	text-align: center;
	border-bottom: solid 1px #fff;
}

.team_section .sec_title { margin-bottom: 26px; }

.team_section .sec_title h3 { color: #fff; }

.team_section .sec_title h3:after {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.team_section .img-box {
	position: relative;
	border: solid 2px #fff;
	overflow: hidden;
}

.team_section .text-box {
	padding-top: 14px;
	overflow: hidden;
}

.team_section h4 {
	margin-bottom: 6px;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
}

.team_section p {
	color: #fff;
	line-height: 20px;
}


.testimonial {
	position: relative;
	width: 100%;
	background-image: url(../images/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: cover;
	padding: 100px 0px 143px;
	overflow: hidden;
}

.testimonial .ctitle h3 {
	margin-bottom: 40px;
	font-family: 'Roboto Slab', serif;
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}

.testimonial .ourclient {
	padding: 0px 15px;
}

.testimonial .clientspart {
	padding: 50px 0px 35px;
}

.testimonial .clientspart .ourclient {
	width: 100%;
	padding: 30px 0px 50px;
	float: left;
}

.testimonial .clientinfo {
	width: 100%;
	padding: 0px 15px;
}

.testimonial .clientinfo .infotx {
	position: relative;
	width: 100%;
	background-color: #0d6cd7;
	padding: 25px 30px;
}

.testimonial .clientinfo .infotx:after {
	content: "";
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	background-color: #0d6cd7;
	left: 20px;
	bottom: -25px;
	position: absolute;
	z-index: 6;
	background-position: 50% 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.testimonial .clientinfo .infotx p {
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
}

.testimonial .clientinfo .client {
	margin-top: 40px;
}

.testimonial .clientinfo .client h5 {
	color: #ffffff;
	font-size: 16px;
	padding: 20px 0px 0px 5px;
	line-height: 24px;
}

.testimonial .clientinfo .client h5 span {
	display: block;
	text-transform: uppercase;
}

.testimonial .clientinfo .client .photo {
	float: left;
	width: 100px;
	padding: 0px 10px;
}

.testimonial .clientinfo .client .photo img {
	width: 100%;
	float: left;
	border: 5px solid #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.testimonial .ourclient .owl-nav {
	bottom: 35px;
	width: 85px;
	float: left;
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
}

.testimonial .ourclient .owl-nav div {
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: absolute;
	z-index: 8;
	top: 50%;
	border: 1px solid #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.testimonial .ourclient .owl-nav div:hover {
	opacity: 1;
}

.testimonial .ourclient .owl-nav div.owl-prev {
	background-image: url(../images/left.png);
	left: 0px;
}

.testimonial .ourclient .owl-nav div.owl-next {
	background-image: url(../images/right.png);
	right: 0px;
}


.admission_form {
	position: relative;
	width: 100%;
	margin-top: 50px;
}

.admission_form .sec_title { margin-bottom: 20px; }

.admission_form div[class*="-flex"] { margin-bottom: 35px; }

.admission_form .icon-bar {
	position: relative;
	min-width: 60px;
	width: 60px;
	background-color: #0d6cd7;
	text-align: center;
	border-radius: 3px;
	-ms-border-radius: 3px;
}

.admission_form .icon-bar span {
	display: inline-block;
	margin-top: 18px;
}

.admission_form .data-bar {
	position: relative;
	height: 100%;
	padding-left: 20px;
	-ms-flex-positive: 1;
    flex-grow: 1;
}

.admission_form .data-bar .row { margin: 0 -10px 10px; }

.admission_form .data-bar .row:last-child { margin-bottom: 0; }

.admission_form .data-bar .row div[class*="col"] {
	padding-right: 10px;
	padding-left: 10px;
}

.admission_form .data-bar label {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	color: #4cbb17;
	font-weight: 400;
}

.admission_form .clearfix { text-align: center; }

.admission_form .cbtn {
	display: inline-block;
	float: none;
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
	background-color: #4cbb17;
	border: none;
}

.admission_form .cbtn:hover { background-color: #0d6cd7; }

.sec_srvc .heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 48px;
	text-align: center;
}

.sec_srvc .heading .cbtn {
	display: inline-block;
	float: none;
	width: auto;
	height: 80px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 32px;
	line-height: 80px;
	text-transform: uppercase;
	pointer-events: none;
}

.sec_srvc .list-group {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}

.sec_srvc .list-group .row {
	align-items: flex-start;
	-ms-align-items: flex-start;
}

.sec_srvc .list-group h4 {
	margin-bottom: 12px;
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	color: #0d6cd7;	
	font-weight: 700;
}

.services_main {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.services_main .sec_title { margin-bottom: 25px; }

.services_main .row div[class*="col"] { margin-bottom: 30px; }

.services_main .content_block {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.services_main .content_block .row div[class*="col"] { margin-bottom: 0; }

.services_main .content_block .cbtn.green {
	margin-top: 15px;
	padding: 0 40px;
	text-transform: uppercase;
}

.services_main .content_block img { width: 100%; }

.card-block {
	position: relative;
}

.card-block img {
	width: 100%;
	border-radius: 6px;
	-ms-border-radius: 6px;
}

.card-block .card-body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-block .card-body .heading { margin-bottom: auto; }

.card-block .card-body .heading h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.card-block.small .card-body .heading h3 { font-size: 20px }

.card-block .card-body .link {}

.card-block .card-body .link a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.card-block.light .card-body .heading h3,
.card-block.light .card-body .link a { color: #fff; }

.card-block.dark .card-body .heading h3,
.card-block.dark .card-body .link a { color: #1b1b1b; }

.services_main .content_block .title {
	display: block;
	margin-bottom: 32px;
	font-size: 16px;
	color: #737373;
}

.services_main .content_block h6 {
	font-size: 16px;
	color: #737373;
	font-weight: 700;
}


.signup_main {
	position: relative;
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}

/*.signup_main .row div[class*="col"]:last-child {
	position: absolute;
	right: 0;
	padding-right: 0;
}

.signup_main .row div[class*="col"] {
	height: 100%;
	min-height: 420px;
}*/

.signup_main .row {
	align-items: center;
	-ms-align: center;
	-webkit-box-align: center;
}

.signup_main .row div[class*="col"]:last-child img { width: 100%; }

.signup_main .sec_title {	
	margin-bottom: 18px;
}

.signup_main .form-group {
	display: inline-block;
	width: 100%;
}

.signup_main .form-group .input-text {
	width: 100%;
	margin-bottom: 10px;
	padding: 9px 18px;
	font-size: 14px;
	color: #737373;
	border: solid 1px #c6c6c6;
}

.signup_main .form-group .forgot {
	display: block;
	float: right;
	font-size: 14px;
	color: #737373;
}

.signup_main .form-group .forgot:hover { color: #0d6cd7; }

.signup_main .form-group .cbtn {
	width: auto;
	height: 44px;
	padding: 0 40px;
	font-size: 16px;
	line-height: 44px;
	text-transform: uppercase;
	border: none;
}

.signup_main .form-group .buttons {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

.signup_main .form-group .buttons .cbtn { padding: 0 30px; }

.signup_main .form-group .cbtn.clear {
	margin-left: 10px;
	background-color: #484848;
}

.signup_main .form-group .cbtn.clear:hover { background-color: #0d6cd7; }

.contact_main {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.contact_main .map-block {
	max-height: 400px;
	margin-bottom: 30px;
}

.contact_main .contact_info {
	position: relative;
	display: inline-block;
	width: 100%;
}

.contact_main .contact_info .d-flex { margin-bottom: 25px; }

.contact_main .contact_info .icon {
	min-width: 55px;
	-ms-flex-negative: 1;
    flex-shrink: 1;
}

.contact_main .contact_info .text {
	padding-left: 35px;
}

.contact_main .contact_info h6 {
	margin-bottom: 8px;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	color: #484848;
	font-weight: 700;
}

.contact_main .contact_info p {
	font-size: 16px;
	color: #999;
}

.contact_main .contact_info p a {
	color: #999;
	white-space: normal;
	word-break: break-all;
}

.contact_main .contact_info p a:hover { color: #0d6cd7; }

.contact_main .contact_info span {
	display: block;
	font-size: 16px;
	color: #0d6cd7;
	font-weight: 700;
}

.contact_main .contact_info ul { display: block; }

.contact_main .contact_info ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 14px;
}

.contact_main .form-block {
	position: relative;
	display: inline-block;
	width: 100%;
}

.contact_main .form-block h2 {
	margin-bottom: 32px;
	font-family: 'Roboto Slab', serif;
	font-size: 44px;
	color: #484848;
	font-weight: 700;
	text-transform: uppercase;
}

.contact_main .form-block .form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 22px;
}

.contact_main .form-block .form-group .pull-left,
.contact_main .form-block .form-group .pull-right { width: 48%; }

.contact_main .form-block label {
	display: block;
	font-size: 16px;
	color: #999;
}

.contact_main .form-block .form-control {
	padding: 12px 18px 10px;
	font-size: 18px;
	color: #999;
	font-style: normal;
	border-radius: 24px;
	-ms-border-radius: 24px;
}

.contact_main .form-block select.form-control { background: url('../images/caret-down2.png') no-repeat 96% center; }

.contact_main .form-block textarea.form-control { height: 156px; }

.contact_main .form-block .cbtn {
	width: auto;
	padding: 0 40px;
	text-transform: uppercase;
	border: none;
}


.work_with_main {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 36px;
	overflow: hidden;
}

.work_with_main .sec_title { margin-bottom: 14px; }

.work_with_main h4 {
	margin-bottom: 14px;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	color: #333;
	font-weight: 700;
}

.work_with_main p { margin-bottom: 30px; }

.work_with_main .faq-list {
	padding-bottom: 30px;
	overflow: hidden;
}

.work_with_main .faq-list h6 { line-height: 28px; }

.work_with_main h6 {
	font-size: 18px;
	color: #0d6cd7;
	font-weight: 700;
}

.work_with_main .list-numbers { margin-top: 17px; }

.list-numbers {
	display: inline-block;
	width: 100%;
	counter-reset: decimal;
}

.list-numbers li {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
	padding: 8px 20px 7px 50px;
	font-size: 16px;
	color: #737373;
	border: solid 1px #cdcdcd;
	counter-increment: decimal;
}

.list-numbers li:before {
	position: absolute;
	left: 20px;
	display: inline-block;
	min-width: 32px;
	padding-right: 18px;
	content: counter(decimal) ".";
}


.parents_main {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.parents_main .sec_enrol { padding: 30px 0; }

.parents_main .sec_enrol .container {
	-ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.parents_main .sec_enrol .button { margin: 0; }

.parents_main .sec_enrol .button a {
	padding: 15px 38px;
	border-radius: 34px;
	-ms-border-radius: 34px;
}

.plans {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.plans .card-body {
	height: 100%;
	padding: 45px 20px 50px;
	border: solid 1px #bbb;
}

.plans .icon {
	display: block;
	width: 65px;
	height: 65px;
	text-align: center;
	margin: 0 auto;
}

.plans h3 {
	margin-top: 35px;
	margin-bottom: 16px;
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	color: #0d6cd7;
	font-weight: 700;
}

.parents_main .plans p {
	margin-bottom: 22px;
	font-size: 14px;
	color: #2f2f2f;
	line-height: 38px;
}

.plans .card-body a {
	display: block;
	width: 147px;
	margin: 0 auto;
	padding: 10px 20px 9px;
	font-size: 16px;
	color: #0d6cd7;
	text-transform: uppercase;
	border: solid 1px #0d6cd7;
	border-radius: 4px;
	-ms-border-radius: 4px;
}

.plans a:hover {
	color: #fff;
	background-color: #0d6cd7;
}

.plans .cbtn {
	display: block;
	width: 362px;
	height: 80px;
	float: none;
	margin: 30px auto;
	font-size: 32px;
	line-height: 80px;
	text-transform: uppercase;
}

.parents_main .sec_title { margin-bottom: 15px; }

.parents_main p { margin-bottom: 32px; }

.parents_main .admission_form { margin-top: 0; }

.parents_main .admission_form .sec_title { margin-bottom: 20px; }

.parents_main .admission_form .col-lg-12 select.form-control { background-position: 98.3% center; }


/* Footer Start */

.footer {
	position: relative;
	width: 100%;
	padding-top: 40px;
	background-color: #081528;
	background-position: 50% 0px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.footer .logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 22px;
}

.footer .fboxs {
	padding-bottom: 20px;
	float: left;
}

.footer .fbox1 {
	width: 441px;
	padding-right: 68px;
}

.footer .fbox2 { width: 223px; }

.footer .fbox3 { width: 253px; }

.footer .fbox4 { width: 253px; }

.footer .fboxs h4 {
	min-height: 24px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.footer .fboxs p {
	color: #ffffff;
	font-size: 14px;
	float: left;
	width: 100%;
	line-height: 24px;
}

.footer .fbox1 a {
	color: #2c8fff;
	float: left;
}

.footer .fbox1 a:hover {
	text-decoration: underline;
}

.footer .fbox2 ul {
	float: left;
	width: 100%;
}

.footer .fbox2 ul li {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background-image: url(../images/point3.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 18px;
}

.footer .fbox2 ul li:before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 100%;
	-ms-border-radius: 100%;
	-webkit-border-radius: 100%;
	content: '';
}

.footer .fbox2 ul li a {
	color: #ffffff;
	font-size: 14px;
	float: left;
}

.footer .fbox2 ul li a:hover {
	color: #2c8fff;
}

.footer .fbox3 .social {
	float: left;
	width: 100%;
}

.footer .fbox3 .social a {
	float: left;
	width: 28px;
	height: 29px;
	margin-right: 12px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0.7;
}

.footer .fbox3 .social a.facebook {
	background-image: url(../images/fb.png);
}

.footer .fbox3 .social a.insta {
	background-image: url(../images/insta.png);
}

.footer .fbox3 .social a.youtube {
	background-image: url(../images/youtube.png);
	margin-right: 0px;
}

.footer .fbox3 .social a:hover { opacity: 1; }

.footer .fbox4 p {
	color: #ffffff;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-left: 40px;
	margin-bottom: 15px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

.footer .fbox4 p a {
	color: #ffffff;
	font-size: 14px;
	float: left;
}

.footer .fbox4 p a:hover {
	color: #2c8fff;
}

.footer .fbox4 p.location { background-image: url(../images/location1.png); }

.footer .fbox4 p.call { background-image: url(../images/call1.png); }

.footer .fbox4 p.email { background-image: url(../images/email.png); }

.footer .copyright {
	position: relative;
	width: 100%;
	background-color: #0a101a;
	padding: 28px 0px;
	text-align: center;
	overflow: hidden;
}

.footer .copyright p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}


@media only screen and (max-width: 1399px){
	.bannertexts {top: 120px;}
	.mainslider .item .sliderimg{height: 700px;}
	
}

@media (min-width: 1200px) {
	.container { max-width: 1170px; }
}


@media (max-width: 1199.98px) {
	.container {padding: 0 15px;}
	.navigation { height: 60px; }
	.navigation>ul>li { padding: 0 9px; }
	.navigation>ul>li:after { top: 22px; right: -2px; }
	.navigation>ul>li>a { font-size: 14px; }
	.cloudpart .cbox .cloinner {padding:50px 12px;}
	.sec_about .left_block { padding-left: 50px; }
	.parents_main .sec_enrol .button a { padding: 12px 30px; font-size: 22px; }
	.footer .fbox1 {width: 322px; padding-right: 46px;}
	.footer .fbox2 {width: 170px;}
	.footer .fbox3 {width: 175px;}
	.footer .fbox4 {width: 253px;}
}

@media (max-width: 991.98px) {
	.top_links { text-align: center; }
	.top_links .pull-left,
	.top_links .pull-right { position: relative; float: none; display: inline-block; }	
	.top_links .pull-left:after { display: inline-block; margin-left: 12px; font-size: 14px; color: #fff; content: '|'; vertical-align: middle;}
	.top_links ul li:first-child a { margin-left: 14px; }
	.head-info .pull-right { max-width: 460px; }
	.head-info .info-box { margin-right: 0; margin-left: 20px; }
	.head-info .ct-btn { margin-top: 20px; }
	.navigation { text-align: center; }
	.navigation .nav-menu { display: none; }
	#mobilemenu {background: url(../images/menu-icon.png) no-repeat 0 50%; margin-top: 17px; padding-left: 22px; display: inline-block; color: #ffffff; font-size: 20px; font-weight: 700; font-family: 'Roboto Slab', serif; text-transform: uppercase;}
	.navigation .nav-menu {position: absolute; background-color: #0d6cd7; padding: 0; margin-top: 1px; top: 100%;border-radius: 20px;-webkit-border-radius: 20px;-ms-border-radius: 20px; overflow: hidden;}
	.navigation .nav-menu > li {width: 100%; float: left; text-align: left; padding: 0 25px; border-right: none; border-bottom: 1px solid #4784ca;}
	.navigation .nav-menu > li:after { display: none; }
	.navigation .nav-menu > li > a {display: block; padding: 14px 0 16px; font-size: 16px;}
	.navigation .nav-menu > li.dropdown:before { top: 20px; right: 25px; }
	.navigation .nav-menu > li .dropdown-menu { position: relative;top: 0; }
	.mainslider .item .sliderimg {height: 590px;}
	.bannertexts {top: 95px;}
	.bannertexts .innertexts {margin-right: 0px;}
	.cloudpart { padding-bottom: 40px; }
	.cloudpart .cbox .cloinner {padding: 25px 10px; min-height: 440px;}
	.cloudpart .cbox .cloinner h4 {font-size: 22px;}
	.cloudpart .cbox .cloinner h6 { font-size: 18px; }
	.cloudpart .cbox .cloinner p { font-size: 16px; }	
	.sec_about .col-lg-5 { order: 1; }
	.sec_about .col-lg-7 { order: 2; }
	.sec_about .left_block { margin-top: 30px; }
	.sec_enrol .avtaar { width: 140px; height: 140px; }
	.sec_enrol .avtaar span { width: 80px; }
	.sec_enrol .text span { font-size: 30px; }
	.sec_enrol .button a { font-size: 22px; padding: 8px 20px 7px; }
	.about_main { margin-top: 50px; }
	.about_main .container > .row .col-lg-6:first-child { margin-top: 30px; order: 2; }
	.about_main .abt_welcome { padding-top: 40px; }
	.tab_section .tab-pane .row .col-lg-6:first-child { margin-bottom: 30px; }
	.about_main .content_block .video_block { width: 100%; max-width: 100%; margin-right: 0; }
	.about_main .content_block .video_block + p { margin-bottom: 25px; }
	.team_section { padding-bottom: 0; }
	.team_section .row div[class*="col"] { margin-bottom: 30px; }
	.sec_process .process_main .col { flex: 0 0 33.333333%; -ms-flex: 0 0 33.333333%; max-width: 33.333333%; margin-bottom: 20px; }
	.sec_features .block { padding-right: 20px; padding-left: 20px; }
	.testimonial .clientinfo .infotx { padding: 25px 20px; }
	select.form-control,
	.parents_main .admission_form .col-lg-12 select.form-control { background-position: 96% center; }
	.admission_form .data-bar .row { margin-bottom: 0; }
	.admission_form .data-bar .row div[class*="col"] { margin-bottom: 10px; }
	.admission_form .data-bar .row:last-child div[class*="col"]:last-child { margin-bottom: 0; }
	.services_main .content_block { margin-bottom: 0; }
	.services_main .content_block .row div[class*="col"] { margin-bottom: 30px; }
	.parents_main .sec_enrol .button a { padding: 12px 20px; font-size: 18px; }
	.plans .row div[class*="col"] { margin-bottom: 30px; }
	.plans .cbtn { margin-top: 0; }
	.footer .fboxs {width: 33.33%;}
	.footer .fbox1 {width: 100% !important; padding-right: 0px;}
}

@media (max-width: 767.98px) {
	.form-control { padding: 6px 15px 5px; font-size: 16px; }
	.top_links .pull-left { width: 100%; padding-bottom: 5px; }
	.top_links .pull-left:after { display: none; }
	.top_links ul li a { margin: 0 10px; }
	.head-info { padding: 20px 0; }
	.head-info .ct-btn { display: none; }
	.head-info .logo { width: 100%; margin-top:0; margin-bottom: 20px; text-align: center; }
	.head-info .pull-right { max-width: 100%; width: 100%; text-align: center; }
	.head-info .info-box { display: inline-block; float: none; margin: 0 10px;text-align: left; }
	.navigation { margin-top: 0; }
	.sec_title h3,
	.sec_title.center h3 { font-size: 30px; }
	.process_main h4,
	.sec_features h4 { font-size: 26px; }
	.mainslider .item .sliderimg {height: 430px;}
	.bannertexts {top: 65px;}
	.bannertexts .innertexts {width: 100%; padding: 0 10px; float: left;}
	.bannertexts h2 {font-size: 32px; line-height: 39px;}
	.bannertexts p {font-size: 18px; width: 100%; line-height: 27px;}
	.bannertexts .cbtn {width: 190px; height: 54px; line-height: 54px; font-size: 20px;}
	.banner_main { padding-top: 150px; padding-bottom: 200px; }
	.banner_main:after { height: 60px; background-position: center top; }
	.banner_main h2 { font-size: 36px; }
	.about_main h6 { font-size: 22px; }
	.team_section .img-box { max-width: 270px; margin-right: auto; margin-left: auto; }
	.cloudpart {margin-top: -50px; padding-bottom: 0;}
	.cloudpart .cbox .cloinner {min-height: initial; }
	.cloudpart .row div[class*="col"] { margin-bottom: 30px; }
	.sec_enrol .container { display: block !important; text-align: center; }
	.sec_enrol .avtaar { margin: 0 auto; }
	.sec_enrol .text { display: inline-block; width: 100%; padding: 15px 0; }
	.about_main .sec_enrol .text { padding-top: 0; }
	.sec_about .img-box2 { margin-right: 30px; }
	.sec_enrol .button { display: inline-block; width: 100%;}
	.parents_main .sec_enrol .button { margin-bottom: 30px; }
	.parents_main .sec_enrol .button:last-child { margin-bottom: 0; }
	.testimonial {padding-top: 50px;}
	.tab_section .tab-links li a { padding: 6px 22px; font-size: 20px; }
	.sec_process .sec_title { padding-right: 15px; padding-left: 15px; }
	.sec_process .process_main .col { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
	.sec_features .row div[class*="col"] { margin-bottom: 30px; }
	.sec_srvc { margin-bottom: 10px; }
	.sec_srvc .row div[class*="col"] { margin-bottom: 30px; }
	.sec_srvc .heading .cbtn { height: 70px; font-size: 28px; line-height: 70px; }
	.admission_form div[class*="-flex"] { display: inline-block !important; width: 100%; }
	.admission_form .icon-bar { display: none; width: 100%; margin-bottom: 15px; padding: 15px; text-align: left; }
	.admission_form .icon-bar span { min-height: 40px; margin-top: 0; }
	.admission_form .data-bar { width: 100%; padding-left: 0; }
	.admission_form .data-bar label { font-size: 16px; }
	.plans .cbtn { height: 52px; font-size: 24px; line-height: 52px; }
	.footer .fboxs {width: 50%;}
	.footer .fbox4 {width: 100%;}
	.services_main .content_block .cbtn.green { padding-right: 30px; padding-left: 30px; }
	.plans h3 { font-size: 26px; }
	.contact_main .form-block h2 { font-size: 36px; }
	.contact_main .form-block .form-group .pull-left,
	.contact_main .form-block .form-group .pull-right { width: 100%; }
	.contact_main .form-block .form-group .pull-left { margin-bottom: 22px; }
}


@media only screen and (max-width: 639.98px){
	.cloudpart {padding-bottom: 10px;}
	.footer .fbox1 {margin-bottom: 10px;}
	.footer .copyright {padding: 20px 0px;}
}

@media (max-width: 575.98px) {
	.head-info .logo { margin-bottom: 0; }
	.head-info .info-box { min-width: 100%; margin: 20px auto 0 auto; text-align: center; }
	.head-info .info-box .d-inline-block { text-align: left; }
	.tab_section .tab-links { margin-right: -5px; margin-left: -5px; }
	.tab_section .tab-links li { width: 50%; margin-right: 0;padding: 0 5px; border-bottom: solid 1px #fff; }
	.sec_about .img-box1 { width: 100%; }
	.contact_main .contact_info .text { padding-left: 20px; }
}


@media only screen and (max-width: 479.98px){	
	
	.bannertexts {top: 45px;}
	.bannertexts .cbtn {margin-top: 25px;}
	.bannertexts h2 {padding-bottom: 15px;}
	.bannertexts h2 br {display: none;}
	.mainslider .item .sliderimg {height: 400px;}	
	.sec_enrol .button { width: 100%; display: inline-block; }
	.sec_process .process_main .col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.sec_about .img-box2 { width: 80%; }
	.sec_about .circle { width: 70%; }
	.sec_srvc .block:after { width: 220px; }
	.card-block .card-body .heading h3 { font-size: 24px; }
	.plans .cbtn { width: auto; max-width: 300px; }
	.contact_main .form-block h2 { font-size: 32px; }
}

@media only screen and (max-width: 359.98px){
	.footer .fboxs {width: 100%;}
	.footer .fbox3 {margin-bottom: 10px;}
}

