@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background: #f9fbfd url(../images/sky.jpg) no-repeat center top;
	background-size: 100%;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.height10 {
	height: 10px;
}
.height15 {
	height: 15px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.pad0 {
	padding: 0;
}
.navbar-default {
	background: none;
	border: none;
}
.logo {
	position: relative;
	float: left;
}
.logo img {
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 5;
}
.header-bg {
	display: block;
}
h1, h2, h3 {
	font-family: 'Kaushan Script', cursive;
}
h1 {
	font-size: 24px;
	margin-top: 0;
}
h2 {
	font-size: 23px;
	margin-top: 0;
}
h3 {
	font-size: 18px;
}
.leftSidebar, .content, .rightSidebar {
	position: relative;
}
.rightSidebar h3 {
	margin-top: 10px;
}
/*=======-menu-=======*/
.line-menu {
	margin-bottom: 0;
	min-height: inherit;
}
.line-menu .navbar-nav > li {
	margin: 0 5px;
}
.line-menu .navbar-nav > li > a {
	font-family: 'Kaushan Script', cursive;
	font-size: 18px;
	border: 1px solid #fa8482;
	padding: 7px 20px;
}
.line-menu .navbar-nav > li > a:hover, .line-menu .navbar-nav > .open > a:hover, .line-menu .navbar-nav > .open > a {
	background-color: #fa8482;
	border: 1px solid #fa8482;
	color: #fff;
}
.line-menu .navbar-nav > li a.active {
	background-color: #fa8482;
	border: 1px solid #fa8482;
	color: #fff;
}
.line-menu .dropdown-menu {
	border: 1px solid #fa8482;
	border-radius: 0;
	padding: 0;
}
.line-menu .navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}
.line-menu .dropdown-menu > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
}
.line-menu .dropdown-menu > li > a:hover, .line-menu .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #fa8482;
}
.line-menu .navbar-nav > li > a {
	color: #3F3F3F;
}
/*=======-End_menu-=======*/

/*--------- slider ---------*/
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}
.carousel.carousel-fade .active.item {
	opacity: 1;
}
.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next, .carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.carousel-control {
	width: 5%;
	height: auto;
	display: table;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
}
.carousel-button {
	position: relative;
}
.left i {
	width: 30px;
	height: 30px;
	background-color: #fc5453;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	position: absolute;
	z-index: 4;
	top: -210px;
	right: 160px;
}
.right i {
	width: 30px;
	height: 30px;
	background-color: #fc5453;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	position: absolute;
	z-index: 4;
	top: -210px;
	right: 200px;
}
/*------//-------*/
.carousel-caption {
	bottom: 200px;
	opacity: 1;
	-ms-animation-name: flipInY;
	-moz-animation-name: flipInY;
	-op-animation-name: flipInY;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-ms-animation-duration: 1200ms;
	-moz-animation-duration: 1200ms;
	-op-animation-duration: 1200ms;
	-webkit-animation-duration: 1200ms;
	animation-duration: 1200ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.carousel-caption h2 {
	font-size: 35px;
	font-family: 'Kaushan Script', cursive;
	color: #000;
	text-shadow: #fc5452 1px 1px 1px;
}
.carousel-caption p {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #f93602;
	text-shadow: #000 1px 1px 1px;
}
/*-------End-slider -------*/
/*-----Social-----*/
.social-links a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 44px;
	text-align: center;
	margin: 10px 5px 10px 0px;
	color: #9b9b9b;
	border: 1px solid #fc5453;
	/*background:#3b3b3b;*/
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.social-links a i {
	color: #000;
}
.social-links a:hover {
	border: 1px solid #fc5453;
	color: #fff;
}
.social-links a.facebook:hover {
	background: #5D82D1;
}
.social-links a.facebook:hover i {
	color: #fff;
}
.social-links a.twitter:hover {
	background: #40BFF5;
}
.social-links a.twitter:hover i {
	color: #fff;
}
.social-links a.google-plus:hover {
	background: #EB5E4C;
}
.social-links a.google-plus:hover i {
	color: #fff;
}
.social-links a.linkedin:hover {
	background: #238CC8;
}
.social-links a.linkedin:hover i {
	color: #fff;
}
/*------social-footer------*/
.social-footer .social-links {
	margin-right: 10px;
	margin-top: -8px;
}
.social-footer .social-links a {
	border: 1px solid #fff;
}
.social-footer .social-links a i {
	color: #fff;
}
/*-------/effect/----------*/
.projects-gallery {
	position: relative;
}
.projects-gallery .items-outer {
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}
.projects-gallery .items-outer .default-project-item {
	position: relative;
	margin-bottom: 10px;
	padding: 0px 5px;
}
.projects-gallery.style-two .default-project-item {
	margin-bottom: 0px;
	padding: 0px;
}
.default-project-item {
	position: relative;
}
.default-project-item .inner-box {
	position: relative;
	width: 100%;
	height: 182px;
	overflow: hidden;
}
.default-project-item .image-box img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.default-project-item .image-box img.portrait {
	width: auto;
	height: 100%;
}
.default-project-item .image-box img.portrait2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.default-project-item .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #ccc;
	background: rgba(169,219,86,0.80);
	opacity: 0;
}
.default-project-item:hover .overlay-box {
	opacity: 1;
	-ms-animation-name: flipInY;
	-moz-animation-name: flipInY;
	-op-animation-name: flipInY;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-ms-animation-duration: 1200ms;
	-moz-animation-duration: 1200ms;
	-op-animation-duration: 1200ms;
	-webkit-animation-duration: 1200ms;
	animation-duration: 1200ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.default-project-item:hover .overlay-box a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: none;
}
.default-project-item .overlay-box .title-box h3 {
	position: relative;
	margin: 0px;
	padding-top: 30px;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	text-align: center;
}
.options a {
	text-align: center;
}
.link {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 50px;
	height: 35px;
	margin-top: 30px;
	line-height: 40px;
	border: 1px solid #000;
	color: #F4060A;
}
.default-project-item .overlay-box .link i {
	font-size: 25px;
}
.zoom {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 50px;
	height: 35px;
	margin-top: 30px;
	line-height: 40px;
	border: 1px solid #000;
	color: #000;
}
.default-project-item .overlay-box .zoom i {
	font-size: 18px;
	position: relative;
	top: -2px;
}
/*-------//-------*/
.bg-bottom {
	background-color: #abc08e;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 15px;
}
.bani-box {
	border: 5px double #abc08e;
	background-color: #fff;
	position: relative;
	padding: 10px 20px 5px;
	margin-bottom: 10px;
	border-radius: 60px 0 60px 0;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.bani-box:hover {
	border-radius: 0 60px 0 60px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.fa-quote-left {
	top: -10px;
	position: relative;
	color: #446418;
}
.fa-quote-right {
	top: 10px;
	position: relative;
	color: #446418;
}
.other {
	font-family: 'Kaushan Script', cursive;
	color: #446418;
}
/*------footer------*/
footer {
	width: 100%;
	background-color: #829766;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-nav {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 25px;
	text-decoration: none;
	padding: 10px 0 6px 0;
	margin: 0 auto;
}
.footer-nav a {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
}
.footer-nav a:hover {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fc5452;
	text-decoration: underline;
	line-height: 25px;
	margin: 0 0 0 0;
}
.copyright {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	float: left;
	line-height: 25px;
	margin: 0 0 0 10px;
}
.copyright span {
	color: #be0f0d;
}
.btn {
	border-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}
/*----------back-top----------*/
#back-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 1000;
	display: none;
	margin-left: 500px;
	width: 35px;
	height: 35px;
	border: 1px solid #a9db56;
	color: #a9db56;
	text-align: center;
	cursor: pointer;
}
#back-top i {
	line-height: 35px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#back-top:hover {
	color: #fff;
	border: 1px solid #a9db56;
	background: #a9db56;
}
/*-------//-------*/
ul.list_panel {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list_panel li {
	color: #000;
	line-height: 20px;
	margin: 0;
	padding: 0 0 7px 0;
}
.contact-det .i-con i {
	width: 37px;
	height: 35px;
	border: 1px solid #829766;
	border-radius: 4px;
	font-size: 20px;
	padding: 6px 8px;
	color: #829766;
	text-align: center;
	float: left;
	margin-right: 15px;
	display: table;
}
.contact-det p {
	display: table;
	margin-top: 7px;
}
.location-box iframe {
	width: 100%;
	border: 1px double #829766;
	height: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.carousel-caption {
	bottom: 180px;
}
.left i {
	top: -200px;
	right: 120px;
}
.right i {
	top: -200px;
	right: 160px;
}
.min-hight {
	min-height: 56px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.carousel-caption {
	bottom: 150px;
}
.left i {
	top: -170px;
	right: 90px;
}
.right i {
	top: -170px;
	right: 130px;
}
.logo img {
	width: 150px;
}
.line-menu .navbar-nav > li > a {
	font-size: 15px;
	padding: 5px 10px;
}
}

@media (max-width: 767px) {
.line-menu .navbar-nav > li > a {
	border: 1px solid #eee;
}
.line-menu .navbar-toggle {
	margin-right: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.line-menu .navbar-nav {
	width: 200px;
	background-color: #eee;
	border: 1px solid #fc5453;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar {
	border: none;
	margin: 0px;
}
.line-menu .navbar-collapse, .line-menu .navbar-form {
	position: absolute;
	right: 0;
	z-index: 10;
}
.carousel-caption {
	display: none;
}
.left i {
	top: -30px;
	right: 5px;
}
.right i {
	top: -30px;
	right: 40px;
}
.logo img {
	width: 150px;
}
.social-links {
	display: none;
}
.social-footer .social-links {
	display: block;
}
.navbar-default .navbar-toggle {
	border-color: #fc5453;
}
#back-top {
	bottom: 120px;
}
}
/*-----Video-section-----*/
.clr {
	clear: both;
}
.line-video {
	display: block;
	width: 100%;
}
.line-video ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.line-video ul li {
	width: 33.333%;
	display: block;
	float: left;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
.line-video ul li {
	width: 50%;
}
}

@media only screen and (min-width: 401px) and (max-width: 991px) {
.line-video ul li {
	width: 50%;
}
}

@media (max-width: 400px) {
.line-video ul li {
	width: 100%;
}
}
.line-video ul li a {
	display: block;
	padding: 3px;
	text-decoration: none;
}
.line-video ul li a .video-list {
	width: 100%;
	padding: 3px;
	border: 1px solid #ddd;
	display: block;
}
.line-video ul li a .video-list .img-block {
	height: 160px;
	background: #efefef url(../images/transparent-line.png) no-repeat center;
	position: relative;
	width: 100%;
	background-size: 100% 100%;
}
.line-video ul li a .video-list .img-block img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.line-video ul li a .video-list .img-block:after {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	z-index: 1;
	background: url(../images/play2.png);
	background-size: 100% 100%;
}
.line-video ul li a .video-list .name-heading {
	padding: 10px;
	display: block;
	width: 100%;
	font-size: 16px;
	background-color: #EDEDED;
	color: #000;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-video ul li a:hover .img-block:after {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	z-index: 1;
	background: url(../images/play2-hover.png);
	background-size: 100% 100%;
}
.bhawna {
	width:auto;
    display:flex;
    align-items: end;	
}
.bhawna img {
	width:60px;
	margin-right:10px;
}
ul.video-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.video-list li.video-item {
	width: 33%;
	padding: 5px;
	float: left;
}
ul.video-list li.video-item a {
	display: block;
	text-decoration: none;
	background-color: #EDEDED;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 1px solid #ddd;
	min-height:215px;
	box-shadow: 0px 0px 11px 0px rgba(214,214,214,0.75);

}
ul.video-list li.video-item a::before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	display: block;
	z-index: 1;
	background: #F1F7FC;
	background: linear-gradient(180deg, rgba(241, 247, 252, 0.12) 22%, rgba(27, 27, 27, 1) 87%);
	display: none;
}
ul.video-list li.video-item a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 1;
	background: url(../images/youtube-icon.png);
	width: 47px;
	height: 34px;
}
ul.video-list li.video-item a:hover::before, ul.video-list li.video-item a:hover::after {
	display: block;
}
ul.video-list li.video-item a img {
	width: 100%;
	height: 170px;
	display: block;
	object-fit: cover;
}
ul.video-list li.video-item a .video-title {
	width: 100%;
	padding: 10px 15px;
	background-color: #1b1b1b;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
ul.video-list li.video-item {
	width: 50%;
}
}
@media only screen and (min-width: 401px) and (max-width: 991px) {
ul.video-list li.video-item {
	width: 50%;
}
}
@media (max-width: 400px) {
ul.video-list li.video-item {
	width: 100%;
}
}

/* ---picture--- */
.blockbox {
    border: 1px solid #4e4d4d;
	background: #666;
    overflow:hidden;
    border-radius: 6px;
    height: 200px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.blockbox img {
    width: 100%;
    height: 200px;
	object-fit: contain;
    border-radius: 6px;
    transform:scale(1);
    transition:all 0.6s ease-out 0s;
}
.blockbox:hover img {
    transition:all 0.6s ease-out 0s;
    transform:scale(1.1)
}
.blockbox a {
    position: relative;
}
.blockbox a:after {
    content: 'VIEW';
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.585);
    border: 3px double #fff;
    border-radius: 50%;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    visibility: hidden;
}
.blockbox a:hover:after {
    visibility: visible;
}
.pad5 {
    padding: 5px;
}
.flexbottom {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}