/*========backgound color and box= */
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
h2{
	text-align: center;
	color: #00225a;
	font-size: 40px;
	padding: 10px 0px;
}
h5{
	text-align: center;
	font-size: 20px;
	font-style: italic;
	color: #87CEEB;
}

.sub-menu{
	background: #00225a !important;
}
p{
	text-align: center;
}

.btn{
	padding: 10px 20px;
	background-color:#87CEEB;
		transition: 0.7s;
}
.btn a{
	color: white;font-size: 17px;

}
.btn:hover{
	transform: scale(0.9);
	transition: 0.7s;
}

.marquee-tool {
    width: 100%;
  	height: 42px !important;
	
    position: relative;
    background-color: #87CEEB

#893c33;
    z-index: -1;
}
marquee{
	color: black;
}
nav{
	display: flex;
	width: 100%;
	height: 80px;
	background-color: #00225a;
	border-bottom: 3px solid #ff6a00;
}
.logo-section {
    position: relative;
    flex: -1;
    width: 22%;
    height: 80px;
    background-color: #fff;
    padding: 0px 50px;
    border-bottom: 3px solid #ff6a00;
}
.nav-menu{
	display: flex;
	margin-top: 15px;
	list-style: none;
	z-index: 1500;
}
.nav-menu li{
	padding: 10px !important;
}
.nav-menu li a{
	color: white;
	font-size: 17px;
	font-weight: 600;
}
.get-box{
	position: relative;
	top: 27px;
}
.get-box a{
	margin: 6px;
	font-size: 17px;
	color: white;
	padding: 0px 10px;
}
.get-c{
	border-left: 2px solid white;
	border-right: 2px solid white;
}
/*=======toggle-container*/
.toggle-container{
	display: inline-block;
	cursor: pointer;
	display: none;
}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 5px;
	background-color: black;
	margin: 6px 0px;
	transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.menu-item{
	position: relative;
}
.menu-item .sub-menu{
	display: block;
	display: none;
	position: absolute;
	height: 250px;
	width: 180px;
	background-color: #87CEEB

#893c33;
	top: 45px;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	z-index: 1900;
	
}
.menu-item .sub-menu::-webkit-scrollbar{
width: 5px;
}
.menu-item .sub-menu::-webkit-scrollbar-track{
	background-color: white;
}
.menu-item .sub-menu::-webkit-scrollbar-thumb{
	background-color: black;

}
.menu-item .sub-menu li{
	margin: 0px;
	padding: 7px;

}
.menu-item:hover > .sub-menu{
	transition: 0.5s;
	display: block;
}


/*=========slider-main start=========*/
.slider-main{
	padding: 60px 0px;
	background-image: url(../img/hello-world.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.slider-main .slider-main-box{
	width: 100%;
	padding: 10px;
	text-align: left;
}
.slider-main .slider-main-box h3{
	color: white;
	font-size: 35px;
	text-align: center;
}
.slider-main .slider-main-box h1{
	color: white;
	font-size: 68px;
	color: #87CEEB

#893c33;
	padding: 8px 0px;
	font-weight: 900;
}
.slider-main .slider-main-box p{
	color: white;
	text-align: center;
}
.slider-main-box form{
	width: 80%;
	padding: 20px 10px;
	box-shadow: 1px 0px 9px -2px white;
	text-align: center;
}
.slider-main-box form input{
	width: 80%;
	padding: 8px;
	margin: 7px;
}
.slider-main-box form textarea{
		width: 80%;
	padding: 8px;
	margin: 7px;
	height: 100px;
}
.slider-main-box form button{
		width: 80%;
	padding: 8px;
	margin: 7px;	
	background-color: #87CEEB

#893c33;
	color: white;
}
/*============slider section end===========*/
/*============contact section start===========*/
.contact-box{
	padding: 50px 0px;
	background-color: #f5f5f5;
}
.contact-box h2 span{
	border-bottom: 1px solid black;
	border-style: double;
	padding: 0px 10px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px -2px;
}
.contact-main-box {
	width: 100%;
	padding-top:20px ;
}
.contact-main-box form{
	width: 100%;
	padding: 20px 20px;
	box-shadow: 1px 0px 4px -2px black;
	text-align: center;
}
.contact-main-box form input{
	width: 100%;
	padding: 8px;
	margin: 7px;
	color: #87CEEB

#893c33;
}
.contact-main-box form textarea{
		width: 100%;
	padding: 8px;
	margin: 7px;
	height: 100px;
}
.contact-main-box form button{
	width: 100%;
	padding: 8px;
	margin: 7px;	
	background-color: #87CEEB;
	color: white;
	border: none;
}
.contact-details{
	background-color: white;
	padding: 40px 0px;
}
.contact-details .contact-box{
padding: 20px 15px;
width: 100%;
height: 160px;
}
.contact-details .contact-box h3{
	text-align: center;
 color: #00225a;
 background-color: white;
 padding: 5px;
}
.contact-details .contact-box p{
	text-align: left;
}
/*============contact section start===========*/

/*========= about-main-section start=============*/

.about-main-section{
	padding: 50px 0px;
	background-color: #f8ffcf;
}
.about-main-box {
	width: 100%;
	padding: 20px 0px;
}
.about-main-box h2{
	font-size: 45px;
}
.about-main-box img{
	width: 100%;
	transition: 0.7s;
}
.about-main-box p{
	text-align: left;
}
.about-main-box img:hover{
	filter: brightness(1.2);
	transition: 0.7s;
}
.about-main-box ul{
	list-style: circle;
	color: #87CEEB

#893c33;
}
.about-main-box ul li{
	margin: 5px 0px;
}
.about-main-box ul li a{
	color: #87CEEB

#893c33;
}
.about1{
	background-color: white;
}
/*========= about-main-section end=============*/

/*==========process-section start===========*/
.process-section{
	padding: 50px 0px;
}
.process-section h3{
	text-align: center;
	padding-bottom: 10px;
}
.process-section h3 b{
	color: #87CEEB

#893c33;
}
.process-box {
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}
.process-box i{
	font-size: 55px;
	color: #00225a;
	padding: 10px 0px;
}
.process-box h4{
	font-size: 22px;
	padding: 10px 0px;
}
/*==========process-section end===========*/

/*=========services-section start===========*/
.services-section{
	padding: 50px 0px;
	background-color: #dcdcdc;
}
.services-box{
	width: 100%;
	padding: 10px;
	margin: 50px 0px;
	background-color: #fff;
	height: 427px;
	text-align: center;
	box-shadow: 1px 4px 7px -3px;
}
.services-box a{
	display: block;
	font-size: 17px;
	color: #87CEEB

#893c33;
	text-align: left;
	padding: 10px 0px;
}
.services-box button a i{
  font-size: 17px;
  padding: 2px 2px;

}
.services-box p{
	text-align: left;
}
.services-box img{
	width: 60%;
}
.services-box button{
border: none;
background: none;
	position: relative;
	top: 5px;
}
.services-box button a:hover{
	background-color: #ffcc00;
	transition: 0.8s;
}
.services-box button a{
	padding: 10px;
	color: white;
	background-color: #87CEEB

#893c33;
	width: 40px;
	height: 40px;
	border-radius: 50px;
		transition: 0.8s;
}
.services-list-box {
	width: 100%;
}
.services-list-box ul{
	padding: 0px 0px;
}
.services-list-box ul li{
	margin: 6px 0px;
	background-color: white;
	border-radius: 10px;
}
.services-list-box ul li a{
	display: block;
	padding: 0px 8px;
	color: black;
}
.services-list-box ul li a i{
/*	padding: 5px;*/
padding-left: 5px;
	background-color: #ff5d00;
	border-radius: 10px;
	width: 30px;
	height: 50px;
	font-size: 22px;
	color: white;
	padding-top: 12px;
}
/*===========services-section end===========*/
/*==============content-section start=======*/
.content-section{
	padding: 30px 0px;
}
.content-section .content-box{
	padding: 10px 0px;
}
.content-section .content-box h3{
	font-size: 20px;
	text-align: right;
	color: #87CEEB

#893c33;
	padding: 0px 15px;
}
.content-section .content-box h2{
	text-align: right;
	border-right: 2px solid #dcdcdc;
	padding: 0px 15px;
	font-style: oblique;
	font-weight: bold;
	font-size: 48px;
}
.content-section .content-box  p{
	padding: 40px 0px;
	text-align: left;
	font-size: 19px;
	color: #00225a;
	font-weight: bold;
	font-family: sans-serif;
}
/*===============gallery-section start==========*/
.gallery-section{
	padding: 30px 0px;
	background-color: #fbfbfb;
}
.gallery-section .gallery-box{
	padding: 10px 0px;
	margin: 8px 0px;
}
/*=============awards-section start=============*/
.awards-section {
	padding: 40px 0px;
	background-color: #f8ffcf;
}
.awards-section .awards-box{
padding: 10px 0px;
text-align: center;
box-shadow: 1px 4px 7px -3px;
background-color: white;
margin: 7px 0px;
}
.awards-section .awards-box i{
	font-size: 45px;
	color: #87CEEB

#893c33;
	padding: 10px 0px;
	box-shadow: 0px 0px 4px 0px;
	border-radius: 50px;
	width: 70px;
	height: 70px;
}
.awards-section .awards-box p{
	padding: 10px 0px;
	font-size: 18px;
	color:#00225a ;
}
.awards-section .awards-box p span{
	color: red;
	font-weight: bold;
}
/*================location-section start===========*/
.location-section{
	padding: 40px 0px;
}
.location-section .location-box{
width: 100%;
padding: 10px 0px;
}
.location-box ul li{
margin: 8px 0px;
}
.location-box ul li a{
	display: block;
	background-color: #87CEEB;
	padding: 7px 10px;
	text-align: center;
	color: white;
}


/*================menu-slider start===========*/
.menu-slider{
	padding: 70px 0px;
	background-image:url(../img/slider3.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-slider h2{
font-size: 60px;
color: white;
}
.menu-slider p{
	text-align: center;
	padding: 10px;
}
.menu-slider p a{
	color: white;
	margin: 0px 5px;
}
.menu-slider p i{
 color:#87CEEB

#893c33;
	padding: 0px 5px;
}
/*============footer-section start========*/
.footer-section{
	padding: 40px 0px;
	background-color: #1e1e1e;
}
.footer-section .footer-box{
	width: 100%;
	padding: 10px 0px;
}
.footer-section .footer-box img{
	width: 80%;
	padding: 10px 0px;
}
.footer-section .footer-box p{
	color: white;
	text-align: left;
}
.footer-section .footer-box h5{
	font-size: 20px;
	font-style: inherit;
	text-align: left;
}
.footer-section .footer-box ul{
	padding: 10px 0px;
}
.footer-section .footer-box ul li{
	margin: 10px 0px;
}
.footer-section .footer-box ul li a{
	display: block;
	padding: 5px 0px;
	color: white;
		border-bottom: 1px solid black;
}
.scroll-services{
	height: 250px;
	overflow-y: scroll;
}
.scroll-services::-webkit-scrollbar{
	width: 4px;
}
.scroll-services::-webkit-scrollbar-track{
	background-color: #626262;
}
.scroll-services::-webkit-scrollbar-thumb{
	background-color: black;
}
.cf-box {
	width: 100%;
	padding: 5px 0px;
}
.cf-box h6{
	font-size: 18px;
	color: white;
}
.cf-box p{
	font-size: 15px;
	color:#dcdcdc;
}
.copy p{
	color: white;
}
.copy p a{
	color:#87CEEB

#893c33 ;
	font-style: italic;
}
/*============call-section start============*/
.call-section{
	position: fixed;
	z-index: 1800;
	bottom: 30px;
	left: -20px;
}
.call-section ul li a img{
	width: 60%;
}



















.team-desc i {
	font-size: 26px;
	color: #000000;
	position: absolute;
	left: 9px;
	top: 47%;
}

.author-name {
	font-size: 20px;
	font-weight: 500;
	color: #F97A00;
}

.author-name span {
	display: block;
	color: #191919;
	opacity: .5;
	font-size: 85%;
}

.testimonial-text {
	margin: 50px 0;
	background: #fff;
	padding: 20px;
	font-size: 14px;
	position: relative;
	margin-top: 20px;
}

.testimonial-text i {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 20px;
	color: #000000;
}

.testimonial-text:after {
	position: absolute;
	content: "";
	bottom: -14px;
	left: 7px;
	background: #F97A00;
	width: 33px;
	height: 33px;
	transform: rotate(41deg);
	display: none;
}

.testimonial-bottom {
	position: relative;
	display: none;
}

.testimonial-bottom img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: -16px;
}

.author-desc {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 34px;
	color: #191919;
	padding-left: 80px;
}

.author-desc span {
	display: block;
	font-size: 90%;
	opacity: .5;
}

.single-testimonial-box {
	height: 350px;
}

.active .testimonial-text {
	background: #F97A00;
	color: #fff;
}

.active .testimonial-text p {
	color: #fff;
}

.active .testimonial-text:after {
	display: block;
}

.active .testimonial-bottom {
	display: block;
}

.team-carousel .owl-dots button {
	width: 12px;
	height: 12px;
	background: #F97A00;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
}

.team-carousel .owl-dots button.active {
	background: #000000;
}

.team-carousel .owl-dots {
	display: block;
	text-align: center;
	margin: 40px;
}

.team-carousel {
	margin-top: 35px;
}

/* Blog Section CSS 
========================*/

.blog-bg img {
	border-radius: 10px 10px 0 0;
}

.single-blog-item {
	border: none;
	margin: 20px 0;
}

.blog-content {
	padding: 20px;
	position: relative;
	background: #fff;
}

.blog-content h5 a {
	color: #34BC6B;
	font-size: 20px;
	line-height: 35px;
}

p.blog-meta {
	font-style: italic;
	font-size: 85%;
}

p.blog-date {
	display: inline-block;
	background: #000000;
	color: #fff;
	padding: 3px 5px;
	position: absolute;
	left: 0;
	top: -16px;
}

p.blog-meta b {
	color: #000000;
	font-size: 14px;
}

.single-blog-item h5 {
	color: #2BB965;
	font-size: 19px;
	line-height: 32px;
	margin: 20px 0px;
}

.single-blog-item p {
	font-size: 17px;
	line-height: 34px;
}

a.read-more {
	color: #2BB965;
	position: relative;
	padding-left: 45px;
	transition: .3s;
	font-size: 17px;
	line-height: 30px;
}

a.read-more:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #000000;
}

a.read-more:hover {
	padding-left: 50px;
	color: #34BC6B;
}


/* Team Section CSS 
============== */

.team-area {
	border-top: 1px solid #eee;
}

.team-member-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 450px;
	border-radius: 10px;
}

.single-team-member {
	position: relative;
	margin-top: 25px;
}

.single-team-member img {
	filter: grayscale(.5);
}

.single-team-member .team-content {
	position: absolute;
	bottom: -31px;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.team-content .team-title {
	font-weight: 500;
	margin-bottom: -3px;
}

.team-content .team-title a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #191919;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 16px 0 5px;
}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 5px;
}

ul.team-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.team-social li {
	display: inline-block;
}

ul.team-social li a {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	transition: all .3s ease-out;
}

.single-team-member:hover .team-social li a {
	color: #000000;
}

.single-team-member:hover .team-content {
	bottom: 0;
	background-color: #F97A00;
}

.single-team-member:hover .team-content .team-title a {
	color: #fff;
}

.single-team-member:hover .team-content .team-subtitle p {
	color: #fff;
	margin: 0;
}

/* Client CSS  */

.client-area.section-padding {
	padding: 80px 0;
}

.single-logo-wrapper {
	width: 100%;
	height: 100px;
	display: table;
	opacity: .5;
	transition: .3s;
}

.logo-inner-item {
	display: table-cell;
	vertical-align: middle;
}

.single-logo-wrapper:hover {
	opacity: 1;
}

/* Footer Area CSS 
============== */

.footer-area {
	background: #17313e;
	color: #fff;
}

.footer-area .logo .navbar-brand {
	color: #fff;
}

.footer-area h5 {
	    margin: 20px 0;
    color: #fff;
    font-weight: 900;
}

.footer-area p {
	color: #eee;
	margin-top: 20px;
}

.footer-area ul li a {
	display: block;
	color: #eee;
	padding: 7px 0;
}

.footer-area ul li a:hover {
	color: #EFC94C;
}


.subscribe-form button {
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: #EFC94C;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	position: absolute;
	bottom: 27px;
	right: 5px;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	background: #EFC94C;
	border-color: #EFC94C;
	margin-top: 30px;
}

.subscribe-form input::placeholder {
	color: #fff;
	font-size: 15px;
}

.footer-up {
	padding: 80px 0;
}
.footer-up .btn-green{
	background: #fff;
	color: #17313e;
	font-weight: 800;
}
.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid #fff;
}

p.privacy {
	text-align: right;
}

/* About Section-2 CSS
============== */

.about-area {
	position: relative;
	z-index: 1;
	border-top: 1px solid #eee;
}

.about-area i:before {
	color: #F97A00;
	font-size: 50px;
}

.about-area.theme-2 img {
	border-radius: 10px;
}

.about-content-area {
	padding: 50px;
}

.absolate-image.left {
	right: 0;
	left: -50%;
}

.about-certify {
	margin-top: 20px;
}

.about-certify i::before {
	font-size: 60px;
}

.about-certify h5 {
	margin-top: 15px;
}

/* About Section-3 CSS
============== */

.about-us-bg {
	background-image: url(../img/about-bg-2.jpg)
}

.about-us-bg {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	border-radius: 10px;
	position: relative;
}


/*Pop up Video */

.pop-up-video a.video-play-btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #10CC75;
	border-radius: 50%;
	padding: 15px;
	width: 70px;
	height: 70px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #10CC75;
	cursor: pointer;
	z-index: 9;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.pop-up-video a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/*Gallery CSS*/

ul.port-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu {
		float: left;
	}
}

@media (max-width: 575px) {
	ul.port-menu {
		float: left;
	}
}

ul.port-menu.recent {
	float: none;
}

ul.port-menu li {
	display: inline-block;
	padding: 20px;
	color: #191919;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu li {
		padding: 10px;
	}
}

@media (max-width: 575px) {
	ul.port-menu li {
		padding: 10px;
	}
}

.port-menu li.active {
	color: #F97A00;
}

.single-portfolio-item {
	background-image: url(../img/port-bg-2.jpeg);
}

.port-bg-2 {
	background-image: url(../img/port-bg-1.jpg);
}

.port-bg-3 {
	background-image: url(../img/port-bg-3.jpg);
}

.port-bg-4 {
	background-image: url(../img/port-bg-4.jpg);
}

.port-bg-5 {
	background-image: url(../img/port-bg-5.jpg);
}

.port-bg-6 {
	background-image: url(../img/port-bg-6.jpg);
}

.port-bg-7 {
	background-image: url(../img/port-bg-7.jpg);
}

.portfolio-list {
	overflow: hidden;
	margin-left: -1%;
	margin-top: 20px;
}

.single-portfolio-item {
	float: left;
	width: 32.33%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-color: #191919;
	position: relative;
	margin-left: 1%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item {
		width: 100%;
	}
}

.single-portfolio-item.large {
	height: 610px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}

.single-portfolio-item.wide {
	width: 65.55%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}

.single-portfolio-item .details {
	background: #F97A00e8;
	width: 100%;
	height: 100%;
	padding: 50px 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.theme-2 .single-portfolio-item .details {
	background: rgba(16, 204, 117, 0.87);
}

.single-portfolio-item .info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	margin-top: -20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-list .details i {
	font-size: 25px;
}

.single-portfolio-item .info a:hover {
	color: #000000;
}

.single-portfolio-item .info a {
	color: #FFF;
}

.single-portfolio-item h5 {
	margin-bottom: 10px;
}

.single-portfolio-item:hover .details {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.single-portfolio-item:hover .details .info {
	opacity: 1;
	margin-top: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.portfolio-list.recent {
	margin-top: 0;
}

ul.port-menu.recent {
	list-style: none;
	padding: 0;
	bottom: 0;
	text-align: center;
	position: inherit;
}

.load-more-btn {
	text-align: center;
}

.load-more-btn .main-btn {
	padding: 10px 20px;
	margin-top: 60px;
}

.portfolio-single-section h3 {
	margin: 30px 0;
}

.project-info {
	border: 1px solid #ddd;
	padding: 30px;
}

.project-info h5 {
	margin-bottom: 40px;
}

.project-info p {
	margin: 25px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.project-info p b {
	color: #191919;
}

.project-info span {
	float: right;
}

.project-info .main-btn {
	padding: 12px 18px;
	font-size: 15px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
}

.project-overview h5 {
	margin: 30px 0;
}

.project-overview p:last-child {
	margin-bottom: 40px;
}

.port-img img {
	min-width: 540px;
	min-height: 540px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.port-img img {
		min-width: 300px;
		min-height: 300px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.port-img img {
		min-width: 200px;
		min-height: 200px;
		margin-bottom: 30px;
	}
}

/* Breadcroumb Area CSS 
============== */

.breadcroumb-area {
	height: 240px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 30px;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/* Program Section CSS 
============== */

.single-program-item {
	background: #F97A00;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-top: 30px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.single-program-item h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 28px 0;
	position: relative;
}

.single-program-item p {
	color: #fff;
}

.single-program-item h5:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	bottom: -18px;
	left: 50%;
	margin-left: -35px;
	background: #000000;
}

.single-program-item i::before {
	font-size: 60px;
	color: #fff;
}


.about-us-content-area h5 {
	margin: 25px 0;
}

.program-area img {
	margin-bottom: 30px;
}

.single-program-item i {
	position: relative;
	z-index: 1;
}

.program-area.theme-3 img {
	border-radius: 10px;
}

.program-area.theme-3 h6 {
	margin-top: 40px;
}

.single-program-item:before {
	background-image: url(../img/program-before-bg.jpg);
}

.single-program-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
}

.single-program-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0F355C;
	border-radius: 15px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.single-program-item:hover::before {
	visibility: visible;
	opacity: 1;
}

.single-program-item:hover::after {
	visibility: visible;
	opacity: .8;
}


.single-program-item.yellow-bg {
	background: #000000;
}

.single-program-item.yellow-bg h5::after {
	background: #F97A00;
}

/*Choose Us CSS */

.choose-us-area {
	border-top: 1px solid #f6f6f6;
}

.choose-us-content {
	padding: 35px;
	margin-top: 10px;
}

.choose-us-bg img {
	border-radius: 10px;
}

.choose-us-content h5 {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
}

.choose-us-content p {
	font-size: 16px;
	line-height: 30px;
}

.single-choose-item i {
	font-size: 40px;
	color: #F97A00;
	float: left;
	border: 2px solid;
	border-radius: 50%;
	padding: 7px;
}

.single-choose-content {
	padding-left: 100px;
	margin: 30px 0;
}

.choose-us-bg {
	margin-top: 40px;
}

/* FAQ CSS 
============== */

.styled-faq {
	margin-top: 50px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: 1px solid #ddd;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 600;
}

.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	color: #191919;
}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
}

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

/* Contact Page CSS 
============== */

.contact-section h5 {
	margin: 30px 0;
}

.contact-detail i {
	font-size: 24px;
	color: #191919;
}

.contact-detail {
	margin-top: 40px;
}

.contact-detail p b {
	font-size: 18px;
	color: #191919;
	padding: 10px;
}

.contact-detail span {
	display: block;
	font-size: 15px;
}


.contact-form{
	background-color: #F97A00;
	padding: 10px;
	margin: 10px;
}

.contact-form h3 {
	margin: 30px 0;
}

.map-section iframe {
	filter: grayscale(90%);
	width: 100%;
}


/* Single Blog CSS 
============== */

.sidebar {
	box-shadow: 2px 2px 4px 4px #403d3d;
	padding: 15px 20px;

}

.blog-meta {
	margin: 20px 0;
}

.blog-meta i {
	color: #F97A00;
	font-size: 20px;
	margin-right: 5px;
}

.single-blog-wrap h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.single-blog-wrap .social-icon i {
	color: #191919;
}

img.blog-inside {
	max-width: 47%;
	margin-right: 2%;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}

.single-blog-wrap a {
	color: #191919;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
}

.blog-tag span a {
	display: block;
	border: 2px solid #F97A00;
	padding: 7px;
	margin-right: 10px;
}

.blog-search input {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F97A00;
}

.blog-category a.active {
	color: #F97A00;
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 80px;
	height: 80px;
}

.single-recent-post h6 {
	margin: 0;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #F97A00;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #ddd;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #191919;
	padding: 5px;
}

.popular-tag span:hover {
	background: #000000;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

a.reply-btn {
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}


/* Cause Details CSS 
============== */

.cause-details ul li {
	color: #9A9A9A;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	position: relative;
}

.cause-details ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.cause-details h5 {
	margin: 20px 0;
}

.cause-details span.case-2-tag {
	background: #F97A00;
	border: none;
	color: #fff;
	text-transform: capitalize;
	padding: 8px 12px;
}

/* Event Details CSS 
============== */

.event-details img {
	border-radius: 10px;
}

.event-details p.event-meta {
	color: #F97A00;
	font-size: 18px;
}

.event-details h6 {
	font-size: 24px;
	margin-top: 20px;
}

.event-details .event-date {
	background: #FED756;
	display: inline-block;
	padding: 7px 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: -10px;
	right: 15px;
	border-radius: 0 10px 0 0;
}

.event-details ul li {
	color: #565656;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	position: relative;
}

.main-price-chart h2{
      font-size: 28px;
    line-height: 46px;
    font-weight: 700;
    color: var(--heading-color);
    margin-top: 20px;
}

td {
    padding: 20px;
    border: 1px solid #ddd;
}

th {
    background: #f97a00;
    padding: 15px;
    color: #fff;
}

.event-details ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #F97A00;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.event-details h5 {
	margin: 25px 0;
}

.map-section i {
	font-size: 50px;
	color: #F97A00;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

/* CTA-2 CSS 
============== */
.cta-area .main-btn{
	color: #fff;
}
.cta-area.theme-2 {
	height: 300px;
	background-image: none;
	background: #F97A00;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-area.theme-2 h2 {
	text-align: left;
}

.cta-area.theme-2:after {
	display: none;
}

.cta-area.theme-2 .main-btn {
	margin-top: 60px;
}

/* Scrolltop section */
.go-top {
	background-color: #f97a00;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 0;
	bottom: 4em;
	right: 2em;
	font-size: 20px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 25px;
		height: 25px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.go-top {
		width: 25px;
		height: 25px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 26px;
	}
}

.go-top i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fff;
}

.go-top:hover {
	background-color: #e09e27;
	color: #fff;
}

/* extra images */
.socail-m{
 position: fixed;
 top: 300px;
 left: 10px;
 z-index: 999;
}
.socail-m img{
	width: 55px;
}

hr{
	margin: 5px !important;
}
.sidebar a{
	margin-bottom: 6px;
}

.our-location li{
  display: block;
  margin: 8px;
  padding: 4px 2px;
  background: #17313E;
  color: #fff;
}
.our-location li:hover{
  background:#eb6f02 ;
}
.our-location li a{
	color: #fff;
}
.mission-vision{
	 padding: 10px;
	 margin: 10px;
    box-shadow: 1px 2px 3px 1px;
}
.drop_d_one{
	height: 300px;
overflow-y: scroll;
}