html,
body {
	height: 100%;
}

body {
	color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
}

p {
	font-family: 'open sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

section {
	background: #fff;
	overflow: hidden;
}

#home-btn{
    margin-left: 10px;
}

#home-background {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	background-size: cover;
	height: 100vh;
	width: 100vw;


}

#home-overlay {

	background-color: rgba(52, 73, 94, 0.7);
	position: fixed;
	top: 0;
	bottom:0;
	z-index: -1;
	width: 100%;
	height: 100%;
}


#home {
	background: none;
	height: 100%
}

#home-content {
	width: 100%;
	height: 100%;
	display: table;
	margin-top: 20px;
}

#home-content-inner {
	display: table-cell;
	vertical-align: middle;

}


#home-heading h1 {
	color: #fff;

	font-weight: 100;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	line-height: 35px;


}

.header-first {
	font-size: 40px;
	font-weight: 600;
	letter-spacing:10px;
	margin-top: 10px;


}

.header-first span {

	color: #f4c613
}

.header-last {
	font-size: 25px;
	font-weight: 400;
	padding: 0 30px;
	background: #f4c613;
}

#home-text p {
	color: #fff;
	font-size: 17px;
	font-weight: bolder;
	margin: 8px 0 30px 0;
}

/*======Buttons==========*/

.btn-general {
	font-family: 'Raleway', sans-serif;
	border-radius: 28px;
	font-size: 13px;
	text-transform: uppercase;
	margin: 3px 6px;
	padding: 10px 44px 10px 44px;
	transform: all .5s;

}

.btn-home {
	color: #fff;
	border: 1px solid #fff;
}

.btn-home:hover,
.btn-home:focus {
	color: #fff;
	background-color: #f4c613;
	border: 1px solid #f0932b;
}

#arrowdown {
	position: absolute;
	left: 50%;
	bottom: 20px;
	color: #fff;
	font-size: 25px;
	width: 32px;
	height: 32px;
	z-index: 1;
}

.btn-back-to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding:10px 13px !important;
	border-radius: 4px;
	font-size:22px;

}

/*=========About-01=========*/
.content-box-lg {
	padding: 112px 0;
}

/*=========verticalheading==========*/
.vertical-heading h5 {
	color: #f0932b;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	word-spacing: 9px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	top: 60px;
	left: -53px;
}

.vertical-heading h2 {
	margin: 0 0 0 35px;
	font-size: 42px;
	font-weight: 100;
	line-height: 45px;
}

#about-right p:first-child {

	margin-bottom: 30px;
    margin-top: 16px;
}




#team-left p {
    margin-top: 26px;
}
/*=================Horixontal heading======================*/
.horizontal-heading {
	margin-bottom: 40px;
}

.horizontal-heading h5 {
	font-size: 16px;
	color: #f4c612;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
}

.horizontal-heading h2 {
	font-size: 42px;
	font-weight: 100;
	line-height: 35px;

}

#about-bottom img {

	height: 300px;
	width: auto;
}

#about-bottom {
	margin-top: 30px;
}
/*==========Image=========*/



.course-img img{
    height:48vh;
}


/*=======About-02  /Card========*/



.header-02 {
	padding: 0;
	margin-top: 40px;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: -20px;
	text-transform: uppercase;
	background: #f4c612;
	padding: 10px;
	text-align: center;
	color: #fff;

}

#team{
    background-color: #f4f4f4;
}

.content-box-md {
	padding: 106px 0;
}

.about-item {
	background-color: #fff;
	padding: 80px 20px;
	-webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .4);
	box-shadow: 0 0 10px rgb(0, 0, 0, .4);

	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.about-item i {
	font-size: 42px;
}

.about-item i:only-child {
	font-size: 20px;
}

.about-item h3 {
	font-size: 24px;
	margin-bottom: 10px
}

.about-item hr {
	width: 40px;
	height: 3px;
	background-color: #f4c613;
	margin: 0 auto;
	border: none;
}

.about-item p {
	margin-top: 10px;
}

.about-item p:last-child {
	margin-right: 21px;
}

.about-item:hover {
	background-color: #f4c613;
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
	color: #fff;
}

.about-item:hover hr {
	background-color: #fff;
}

.about-item:hover i {
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}

.about-item:hover i:only-child {
	-webkit-transform: translatex(-5px);
	transform: translatex(-5px);
}

.about-item i,
.about-item hr {
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}



/*=======Team=========*/

#team-left .vertical-heading {
	min-height: 130px;
}

.team-member {
	margin: 4px;
	position: relative;
}


.team-member-overlay {
	background-color: rgba(33, 32, 38, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.team-member-info h6 {
	color: #f4c413;
	font-size: 16px;
	margin: 0;

}

.team-member-info p {
	color: #fff;

}

.team-member-info {
	width: 100%;
	height: 100%;
	padding: 80px 0;
}

.team-member:hover .team-member-overlay {
	opacity: 1;
}

.team-member img {
	height: 50vh;
	 width:70px;
}





#portfolio,#image-wrapper{
    background:  #efefef;

}

#portfolio{
    margin-top: 83px;
}
/*========social-icons===========*/

ul.social-list {
	padding: 0;
	margin-top: 4px;

}


ul.social-list li {
	display: inline-block;
	padding: 0;

	list-style: none;

}

ul.social-list li a {
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
	background: #3b5998;
	border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
	background: #00aced;
	border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
	background: #dd4b39;
	border-color: transparent;
}

/*========Slider Css===========*/
.owl-theme .owl-nav [class*=owl-] {

	color: #212226;
	font-size: 25px;
	background: none;
	margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
	color: #212226;
}



/*=======Progress-bar==========*/

.skill {
	margin-bottom: 10px;
}

.skill h4 {
	line-height: 62px;
	margin: 0;
	font-weight: normal;
}

.progress {
	height: 25px;
	border-radius: 0;
	background: #efefef;
	overflow: visible
}

.progress-bar {
	background-color: #f4c613;
	position: relative;
}

.progress-bar span {
	font-size: 11px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	background: #212226;
	padding: 3px;
	position: absolute;
	left: 97%;
	top: -47px;
}

.progress-bar span:before {
	content: "";
	border-top: 8px solid #212226;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 23%;
}



/*======Statement========*/


#statement {
	background: url(../img/cal.jpg) no-repeat fixed center;
	background-repeat: no-repeat;
	background-size: cover;

}

#statement .content-box-lg {
	background: rgba(0, 0, 0, 0.7);
}

#text-statement h3 {
	color: #fff;
	font-size: 28px;
	line-height: 45px;
}


#text-statement p {
	color: #f4c613;
	font-size: 14px;
	font-family: "Raleway"sans-serif;
	margin: 8px;
}



/*============services 01=================*/

#services-01 img {
	margin: 30px 0;
}

.service {

	margin: 17px 0;
}

.service .icon {
	font-size: 42px;
	margin: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;

}


.service:hover .icon {
	color: #f4c613;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.service h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #f4c613;
	margin: 0 0 6px 0;
}

.service:hover h5 {

	color: #212226
}

.service h4 {
	font-size: 24px;
	margin: 0 0 0px 0;
}

.sevice p {
	line-height: normal;
}


/*=========service-02=============*/

#service-02 {
	background: #f4f4f4;
}

#services-tabs ul {
	margin-bottom: 40px;
}

#services-tabs ul li {
	padding: 5px 30px;
}

#services-tabs ul li a {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	color: #212226;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	text-decoration: none;

}

#services-tabs ul li.r-tabs-state-active a {
	color: #f4c613;
	font-weight: 600;
	border-bottom: 3px solid #f4c613;
	padding-bottom: 5px;
	-webkit-transition: border-color 300ms linear;
	transition: border-color 300ms linear;
}

.service-tab img {
	width: 100%;
	height: 355px;
	margin: 0 auto;
}

.service-tab .tab-bg {
	background: #fff;
	padding: 59px 30px;
	min-height: 100px;
}

.service-tab {
	padding: 0;
}

.service-tab h2 {
	font-size: 48px;
	color: #bbb;
	margin-bottom: 20px;
	font-weight: 100;
}

.service-tab h3 {
	font-size: 32px;
	margin-bottom: 30px;
}

.service-tab p {
	line-height: 24px;
	margin-bottom: 30px;
}


/*=========Contact============*/


/*contact Left  */
#contact-left p {
	margin: 25px 0 8px 0;
}

ul.office-detail {
	list-style: none;
	padding: 0;

}

ul.office-detail li {
	font-family: "Open Sans", sans-serif;
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    font-family: 'Raleway',sans-serif;
    font-weight: 500;
}

ul.office-detail li i {
	font-size: 20px;
	width: 45px;
}

#contact-left ul.social-list li a {
	color: #212226;
	border: 1px solid #212226;
	text-align: center;
}

#contact-left ul.social-list li a:hover {
	color: #fff;
	border-color: transparent;
}


/*==================Contact-right=============*/
#contact{
    padding-top:25px;

}

#contact-right {

	padding: 60px 30px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

#contact-right h4 {
	font-size: 24px;

}

#contact-right p {
	margin-bottom: 25px;
}

#contact-right form .form-control {
	font-family: "Open Sans"sans-serif;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 24px;


}

#contact-right form textarea.form-control {
	min-height: 164px;
}




/*==================Footer=============*/


footer{
	background: #1a5073;;
	height: 5%;
}

footer p{
	 color:#fff;
	line-height: 20px;
	margin-top: 8px;;

}
footer p span{
	color:#f4c613;
}


/*==================Header=============*/


.navbar{
	   padding: 25px;
	box-shadow: none;

}
.site-nav-wrapper{
	padding: 10px 20px;

}

.navbar-brand {
	padding: 7px 0 20px 0;
}

.navbar-brand img{
	height:35px;
	border-radius: 19px;
	-webkit-box-shadow: 0 0 10px rgb(0, 0, 0, .4);
	box-shadow: 0 0 10px rgb(0, 0, 0, .9);
	border: 2px solid #f4c613;
}

.nav{
	display: -webkit-box;
}
ul.navbar-nav > li >a{
	font-family: "Raleway" sans-serif;
	color: #fff;
	font-style: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: all 400ms linear;
}

ul.navbar-nav > li >a:hover,
ul.navbar-nav > li >a:focus{
	background: none;
	color: #f4c613;
	border-bottom: 1px solid #f4c613;

}

.blue-nav-top{
	background: #1a5073;
	padding:25px 0 0 6px;
	box-shadow: 0 8px 6px -9px #999;box-shadow: 0 8px 6px -9px #999;
	z-index: 2;
    margin: 0;
    transition: all 0.2s linear;

}
.navbar-nav > li{
left: 8vw;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -14px;
}
/*==================Scroll=============*/


.blue-nav-top ul.navbar-nav > li .active > a{
	color:#f4c613;
	font-weight: 50px;
}






.custom-menu ul li a{
    color: #182937;
}





/*==================Top-Header=============*/


.top-nav{
    height: 5vh;
    background-color:#182937;
	position:inherit;

}

.top-nav ul li{
    display: inline;
    list-style: none;
}
.top-nav ul li a i:hover{
    color:red;
}

.top-nav ul li a{
    text-decoration: none;
    color: rgba(255,255,255,.5);
    font-weight: bolder;

}

.top-left{
    float: left;
    margin-left:50px;
    margin-top:15px;
}
.top-left li{
    font-size: 70%;
    margin-left:5px;
}



.top-right{
    float:right;
    margin-right:10px;
    font-size: 90%;
    margin-top:20px;
}

.top-right li{

    margin-right:5px;
}






/*===========Mobile menu===========*/


.mobile-nav li{
	display: initial;
}



.navbar-header{
    position: relative;
}


#mobile-nav-open-btn{
	font-size: 30px;
	color: #f4c613;
	cursor: pointer;
	z-index: 2;
    right: -39vw;
	top: 6px;
	position: absolute;
    display: none;

}


#mobile-nav{
	width: 100%;
    position: fixed;
    height: 0%;
	top: 0;
	left:0;
	z-index: 3;
	background-color:rgba(244,198,19,0) ;
	-webkit-transition: all 300ms linear;transition: all 300ms linear;
	overflow-y: hidden;

}

#mobile-nav-close-btn{
	font-family: "Raleway",sans-serif;
	font-size: 70px;
	color: #212226;
	cursor: pointer;
    position: absolute;
    z-index: 4;
    top: 0vh;
    right: 7vw;
	-webkit-transition: all 300ms linear;transition: all 300ms linear;
}

#mobile-nav-content{
	text-align: center;
	width: 100%;

	position: relative;
    color: #999;
    background:rgba(48, 51, 107,0.9);
    cursor: pointer;
}

#mobile-nav ul li{
    margin-bottom: 20px;
    margin-top: 35px;
    cursor: pointer;
}

#mobile-nav a{
	font-family: "Raleway",sans-serif;
	font-size:18px;
	color:#fff;
	font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;

}
#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus
{
    color: #f4c613;
    background:none;
}



/*========Google map===========*/





/*======Image section=======*/



.main-img img{
	width: 100%;
	height: 400px;
}
.imgs img{
	    width: 100%!important;
    height: 458px;
    margin-top: 3px;
}

.imgs{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
}

.imgs img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}

#image-wrapper{
	margin-top: 30px;
}

/*===========Notification bar============*/
#notification-bar{
    padding: 0;
    margin: 0;
    width: 100%;
    height:4vh;
    background: #182937;
    position: fixed;
    z-index: 3;
    color: rgba(255,255,255,.5);
}

#notification ul {
    display: flex;
    margin-left: 19px;
}
#notification ul li {
    list-style: none;
    margin: 3px 20px 1px -3px;
}
#notification ul li a{
    color: rgba(255,255,255,.5);
    text-decoration: none;
    font-family: 'Raleway',sans-serif;

    font-weight: 500;
    font-size: 14px;
}
#notification ul li a:hover,
#notification ul li a:focus{
    color: rgba(25,255,255,.5);
}

#notification ul:nth-child(2) i{
    font-size: 19px;
}
#notification ul:nth-child(1) i{
    font-size: 12px;
}

#notification ul:nth-child(2) li{
    margin: 3px 3px 0 0;
}



/*======Our Service ========*/

#our-Service{
    background-color:#182937;
    height:33vh;
    font-family:'Opens sans';

}

.mobile-notification ul li{
    display: inline-block;
    margin: 4px;


}

.mobile-notification {
    z-index: 5;
    list-style: none;
    display: none;

}
.mobile-notification ul{
    display: table-footer-group;

}
