/***General

background color , font: #505050
 
second color: #35b9eb

**/

/**Start General*******/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	color: #505050;
	text-transform: capitalize;
}

.clr {
	clear: both;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

a,
a:hover {
	text-decoration: none;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.section-padding {
	padding: 100px 0;
}

.heading {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}

.heading:after {
	content: "";
	position: absolute;
	background-color: #35b9eb;
	height: 7px;
	top: 50%;
	width: calc(100% - 370px);
}

.heading-info {
	display: inline-block;
	width: 370px;
}

.heading-icon {
	display: inline-block
}

.main-head {
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	padding-left: 10px
}

button.btn.btn-lg.custm-btn {
	border-radius: 25px;
	background-color: #35b9eb;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	box-shadow: -5px 5px 5px #ddd;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

button.btn.btn-lg.custm-btn:hover {
	color: #505050;
	transform: translateY(-2px);
	box-shadow: -7px 7px 5px #ddd;
}

.pageContent {
	position: relative;
	top: 80px;
}

/**************End General****/

/*Start header********/

header {
	background-color: #a4a4a4;
	padding: 5px 0;
}

header .navbar .navbar-nav li {
	padding: 0 3px;
	margin: 3px 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

header .navbar .navbar-nav li a.nav-link {
	color: #fff;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

header .navbar .navbar-nav li.active a.nav-link {
	color: #00376f;
}

header .navbar .navbar-nav li:hover a.nav-link {
	color: #00376f;
}

header .navbar-toggler {
	outline: none;
	border: none;
	position: relative;
	display: block;
	width: 30px;
	height: 20px
}

header .navbar-toggler span:nth-of-type(1) {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	top: 0;
	transition: all 0.2s linear
}

header .navbar-toggler span:nth-of-type(2) {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	top: 8px;
	transition: all 0.2s linear
}

header .navbar-toggler span:nth-of-type(3) {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	top: 8px;
	transition: all 0.2s linear
}

header .navbar-toggler span:nth-of-type(4) {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	top: 16px;
	transition: all 0.2s linear
}


header .navbar-toggler.opened span:nth-of-type(1) {
	opacity: 0
}

header .navbar-toggler.opened span:nth-of-type(2) {
	transform: rotate(-45deg)
}

header .navbar-toggler.opened span:nth-of-type(3) {
	transform: rotate(45deg)
}

header .navbar-toggler.opened span:nth-of-type(4) {
	opacity: 0
}


header .navbar .navbar-nav li a.nav-link {
	position: relative;
	display: inline-block;
	font-weight: bold	
}

header .navbar .navbar-nav li a.nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	border-radius: 5px;
	background: #00376f;
	transition: all 0.2s linear
}

header .navbar .navbar-nav li.active a.nav-link::before {
	width: 100%
}

header .navbar .navbar-nav li:hover a.nav-link::before {
	width: 100%
}

header .navbar .dropdown-menu {
	padding: 0;
	border-radius: 1px;
	background: #808080;
	border: none;
	margin-top: 10px;
	width: 0
}

header .navbar .dropdown-menu a {
	color: #fff;
	position: relative;
	padding: 10px 15px;
	transition: all 0.2s linear;
	display: inline-block;
	z-index: 1
}

header .navbar .dropdown-menu a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
	z-index: -1;
	transition: all 0.2s linear
}

header .navbar .dropdown-menu a:hover {
	color: #505050;
	background: none
}

header .navbar .dropdown-menu a.dropdown-item:hover::before {
	width: 100%;
}

/*********End header*/

/*--------START slider SECTION-------*/

/*====================================END slider SECTION=======================*/

/*Start about SECAD*/

.about {
	overflow: hidden;
}

.about p {
	font-family: 'Raleway', sans-serif;
	padding: 15px 0;
	font-weight: 300;
	color: #505050;
	line-height: 1.8;
	text-transform: capitalize;
	text-align: justify;
}

.about .about-img {
	margin-right: -100%;
	position: relative;
	right: -5%;
	box-shadow: -5px 5px 5px #ddd;
}

.about .about-img img {
	max-width: 100%;
	height: auto;
}

/*Start services*/

.service {
	padding-top: 0;
	overflow: hidden;
}

.service .heading {
	margin-bottom: 40px;
}
.service .accordion .card {
	margin-bottom: 25px;
	border-radius: 0;
}

.service .accordion .card-body {
	padding: 0;
}

.service .accordion .card-header {
	background-color: #505050;
	color: #fff;
	border-radius: 0;
	padding: 0!important;
}

.service .accordion .card-header h5 {
	width: 100%;
	height: 100%
}

.service .accordion .card-header h5 i {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff
}

.service .accordion .card:first-of-type {
	border: 2px solid #505050;
}

.accordion .card:last-of-type {
	border: 2px solid #505050;
}

.service .accordion .btn-link {
	position: relative;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 10px 20px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
}

.service .accordion .btn-link:hover {
	color: #35b9eb;
}

.service ul {
	padding: 20px 50px;
}

.service ul li {
	font-family: 'Raleway', sans-serif;
	color: #505050;
	font-weight: 300;
	margin-bottom: 10px;
	position: relative;
	list-style: none;
}

.service ul li:before {
	position: absolute;
	content: "";
	background-color: #00948b;
	left: -20px;
	width: 8px;
	height: 8px;
	top: 35%;
	box-shadow: -3px 3px 3px #ddd;
}

.service a.view-more {
	display: inline-block;
	width: 100%;
	background-color: #35b9eb;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border: 2px solid #505050;
}

.service a.view-more:hover {
	color: #505050;
}

/**************************************End services***********/

/******Start programs********/

.programs {
	padding-bottom: 80px;
	padding-top: 0;

}

.programs .program-content p {
	padding: 20px 0;
}

.programs .program-info {
	margin-top: 45px
}

.programs .program-content {
	padding: 20px 0;
}

.program-image img {
	width: 70%;
	margin: 0 auto;
	padding: 35px 0;
}

button.btn.btn-lg.custm-btn.details {
	background-color: transparent;
	color: #505050;
	border-color: #35b9eb;
	margin-left: 25px;
	font-weight: bold;
}
button.btn.btn-lg.custm-btn.details a{
	text-decoration: none;
	color: #505050;
	padding: 0;
	margin: 0;
}
button.btn.btn-lg.custm-btn.details:hover {
	background-color: #35b9eb;
	color: #fff;
}

/***********************************************End programs****/

/*Start footer*/

footer {
	background-color: #a4a4a4;
	padding-top: 25px;
	color: #fff;
}

footer h2 {
	color: #00376f;
	margin-bottom: 20px;
	text-transform: capitalize;
}

footer .SECAD-info {
	padding: 40px 0;
}

footer p {
	text-transform: capitalize;
	line-height: 1.8;
	font-weight: bold;
}
footer p span {
	color: #00376f;
	text-transform: uppercase;
}

footer .contact-info span {
	color: #00376f!important;
}

.copyrights {
	padding-top: 20px;
	border-top: 1px solid #fff;
}

.copyrights p {
	display: inline-block;
}

.copyrights span {
	text-transform: uppercase;
	color: #00376f!important;
}

.copyrights ul {
	float: right;
}

footer .social li {
	display: inline-block;
	padding-left: 5px;
}

footer .social li i {
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

footer .social li i:hover {
	cursor: pointer
}
footer .social li a{
	color: #fff;
}
.fa-facebook-f:hover {
	background-color: #3b5998;
	color: #fff;
}

.fa-youtube:hover {
	background-color: #ff0000;
	color: #fff;
}

.fa-twitter:hover {
	background: #1da1f2;
}

.fa-linkedin-in:hover {
	background-color: #0077b5;
}

/**********************End footer***/

/*_________Start contact us----------------*/

.contact-us {}

.contact-us .Contact {
	padding: 80px 0;
}

.contact-us .heading:after {
	width: calc(100% - 314px);
}

.contact-us .heading .heading-icon img {
	width: 35px;
}

.contact-us .Contact .contact {
	padding-top: 45px;
}

.contact-us p {
	text-transform: capitalize;
	line-height: 1.8;
}

.contact-us p span {
	color: #00376f;
	font-weight: bold;
	text-transform: uppercase;
}

.contact-us .contact-info span {
	color: #35b9eb;
}

.contact-us .form-control {
	border: 2px solid #a6a6a6;
	padding: 10px 15px;
	color: #a6a6a6;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.form-control:focus {
	border-color: transparent;
}

.contact-us textarea {
	min-height: 100px;
	max-height: 150px;
}

.contact-us .custm-btn {
	border-radius: 0!important;
	width: 40%;
	margin: 30px auto 0;

}

/**---------------------------End contact us----------------*/

/*++++
Start program page+++++++++++++++++++*/

.Program .banner {
	background-color: #35b9eb;
	padding: 105px 0;
	color: #fff;
}

.Program .banner .program-name {
	color: #fff;
	font-weight: bold;
}

.Program .banner .intro {
	font-weight: bold;
}

.Program .banner button.btn.btn-lg.custm-btn.details {
	margin-left: 0;
	margin-top: 25px;
	width: 40%;
	background-color: #fff;
	box-shadow: -3px 3px 3px;
}

.Program .banner button.btn.btn-lg.custm-btn.details:hover {
	color: #35b9eb;
	box-shadow: -7px 7px 7px #505050;
}
.Program .details-img {
	box-shadow: -2px 2px 5px #ddd;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.Program .details:hover .det,
.tutorial .videos .tutorial-info{
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.Program .details:hover .details-img,
.tutorial .videos .tutorial-info iframe{
	transform: translateY(-10px);
}
.Program .details:hover .det{
	transform: scale(1.1);
}
.Program .program-details .details-img img.img-fluid {
	width: 100%;
}

.Program .details-content {
	margin-top: 45px;
}

.Program .details-content h3 {
	padding-bottom: 15px
}

.Program .details-content p {
	color: #505050;
	line-height: 1.9;
	font-size: 18px;
}

.Program iframe {
	width: 100%;
	height: 250px;
	border: 1px solid #505050;
	box-shadow: -5px 5px 5px #ddd;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.Program .tutorial-info {
	margin-bottom: 25px;
}

.Program .tutorial-info .video-description {
	padding: 15px 0;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}

.Program .tutorial-info .video-description:hover {
	color: #35b9eb;
	cursor: pointer;
}

/*++++++++++++++++++++++++++++++++++
End program page+++++++++++++++++*/

/*---------------------Start services------------*/
.services .service{
	padding: 40px 0;
}
/*#########START tabs SECTION#####################*/

.tabs .tab-switch li {
	background-color: #333333;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	cursor: pointer;
	text-transform: capitalize;
	padding: 10px;
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.tabs ul {
	padding: 0;
}

.tabs .tab-switch {}

.tabs .tab-switch li:before {
	display: none;
}

.tabs .tab-switch .selected,
.tabs .tab-switch li:hover {
	background-color: #35b9eb;
}

.tabs .tabs-content > div {
	display: none;
}
.tabs .tabs-content > div:nth-of-type(1) {
	display: block;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	width: auto!important;
	margin-right: 5px;
}

.tabs .carousel {
	padding: 25px 0;
}

.tabs .tabs-content .btn-lg {
	background-color: #ff8b38;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.tabs .tabs-content .btn-lg:hover {
	color: #35b9eb;
	background-color: #333333;
}

.tabs img {
	width: 100%;
}

/*############################################END tabs SECTION###########################*/

/*++++++++++++++++++++++++End services++++++++++++*/

/*=========================Start media================================*/

@media (max-width: 370px) {
	.copyrights ul {
		float: none;
		text-align: center;
	}
	p,
	li {
		font-size: 12px!important;
	}
	h3 {
		font-size: 18px!important;
	}
	.about,
	.about p {
		padding-bottom: 0;
	}
	.service .accordion .btn-link,
	button.btn.btn-lg.custm-btn {
		font-size: 13px;
	}
	button.btn.btn-lg.custm-btn.details {
		margin-left: 0;
	}
	.contact-info {
		margin-bottom: 20px;
	}
	footer .SECAD-info {
		padding-bottom: 20px;
	}
	.heading-icon img {
		width: 20px;
	}
	.main-head {
		font-size: 16px;
	}
	.heading:after {
		width: 300px !important;
		left: 0;
		bottom: 10px;
		height: 5px;
		top: auto;
		left: 0;
	}
	.section-padding {
		padding: 40px 0;
	}
	.program-image img{
		width: 50%;
	}
	.tabs .tab-switch li{
		padding: 5px 0;
		margin-left: 3px;
	}
	header .navbar .dropdown-menu a{
		font-size: 10px
	}
}

@media (min-width: 371px) and (max-width: 575.98px){
	.about-content  h1{
		font-size: 25px;
	}
		header .navbar .dropdown-menu a{
		font-size: 10px
	}
	.tabs .tab-switch li{
		margin-left: 3px;
	}
	.heading:after{
		top: auto;
		width: 300px;
		height: 5px;
		bottom: 10px;
		left: 0;
	}
	.heading-icon img{
		width: 30px;
	}
	
	p,
	li,
	.service .accordion .btn-link,
	button.btn.btn-lg.custm-btn {
		font-size: 15px!important;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px!important;
	}
	.program-image img{
		width: 50%;
	}
}

@media (max-width: 576.98px){
	.about .about-img img {
		display: none;
	}
	.about .about-content {
		padding: 0 30px;
	}
	.program-content {
		text-align: center;
	}
	.program-image {
		margin-top: 35px;
	}
	footer h2 {
		font-size: 20px;
		text-align: left;
	}
	footer p {
		font-size: 16px!important;
	}

	.Program .banner {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.Program .banner button.btn.btn-lg.custm-btn.details {
		width: 60%;
	}
	.Program .details,
	.Program .videos {
		width: 80%;
		margin: 0 auto 35px;
	}
	.Program .details h3 {
		text-transform: capitalize;
		font-size: 18px;
	}
	.Program .details p {
		font-size: 14px;
	}
	.Program .details-img {}
	.contact-us .heading-info h1 {
		font-size: 22px;
	}
	.contact-us .heading .heading-icon img {
		width: 20px;
	}
	.contact-us .heading:after {
		width: calc(100% - 206px);
	}
}

/*End media*/

@media (min-width: 576px) and (max-width: 767.98px) {
	.about .main-head {
		font-size: 25px
	}
	.about .about-img {
		margin: 0;
		right: 0;
	}
	.index .program-image {
		margin-top: 35px;
	}
	.Program .details h3 {
		text-transform: capitalize;
		font-size: 16px;
	}
	.Program .details p {
		font-size: 14px;
	}
	.Program .program-details {
		padding: 50px 0;
	}
}

/*End media*/

@media (min-width: 768px) and (max-width: 991.98px) {
	.index .program-image {
		margin-top: 70px;
		;
	}
	.about .about-content .heading:after {
		top: auto;
		bottom: 10px;
		width: 90%;
	}
	.Program .banner button.btn.btn-lg.custm-btn.details{
		width: 70%;
	}
}

/*End media*/

@media (min-width: 992px) and (max-width: 1199.98px) {}

/*End media*/

@media (min-width: 1200px) {}

/*End media*/

/*=========================End media================================*/