/*
Theme Name: kumarphotos
Text Domain: kumarphotos
*/
body{
	font-family: Segoe UI;
	overflow-x: hidden !important;
}
a, a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
}
.container {
	max-width: 94%;
}
.title{
	text-align: center;
	color: #A12A2A;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: .5px;
	padding: 2rem 0;
	margin: 0;
}
.title.title-with-icon:before{
	content: '';
	width: 60px;
	height: 70px;
	background: url(images/title-icon.png) no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto;
	margin-bottom: 3rem;
}
header .logo, header .header-contact {
	padding: 2rem 1rem 1rem;
}
header .header-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
header .logo img {
	max-width: 100px;
}
header .header-contact-wrapper {
	align-self: center;
	text-align: right;
}
header .cta-booknow {
	font-size: 24px;
	padding: 10px 15px;
	border-radius: 10px;
	outline: none !important;
	box-shadow: none !important;
}
header a.cta-call {
	color: #707070;
	font-size: 28px;
	margin: 0 15px;
}
header a.cta-call:hover {
	color: #A12A2A;
}
header a.cta-call:hover span {
	color: #707070;
}
header a.cta-whatsapp img {
	width: 45px;
}
footer {
	margin-top: 3rem;
	color: #a12a2a;
}
footer .map iframe {
	border: 0;
	width: 100%;
	height: 300px;
	margin-bottom: 3rem;
}
footer .footer-address, footer .footer-contact {
	font-weight: 500;
	text-align: right;
}
footer .footer-address {
	font-size: 21px;
	margin-bottom: 5rem;
}
footer a.cta-call {
	color: #a12a2a;
	font-size: 31px;
}
footer a.cta-call:hover {
	color: #707070;
}
footer a.cta-call img {
	max-width: 50px;
	margin-right: 15px;
}
footer ul.social_icons {
	margin: 25px 0;
	padding: 0;
}
footer ul.social_icons li {
	display: inline-block;
	padding: 0 10px;
}
footer ul.social_icons li:first-child {
	padding-left: 0;
}
footer ul.social_icons li:last-child {
	padding-right: 0;
}
footer ul.social_icons li img{
	width: 60px;
}
footer #copyright {
	text-align: center;
	padding: 2rem 0;
	font-size: 18px;
	font-weight: 500;
}
footer #copyright a {
	color: #a12a2a;
}
footer #copyright a:hover {
	color: #707070;
}
footer #contact_form .form-heading{
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.7rem;
}
footer #contact_form p>label {
	display: block;
}
footer #contact_form button, footer #contact_form input, footer #contact_form textarea {
	width: 100%;
	padding: 5px;
}
footer #contact_form textarea {
	height: 60px;
	width: 100%;
}
footer #contact_form input[type=submit] {
	background: #a12a2a;
	color: #fff;
	border: none;
	outline: none;
}
footer #contact_form input[type=submit]:hover {
	background: #c51a1e;
}
footer #contact_form form p:nth-child(3), footer #contact_form form p:nth-child(4) {
	width: 49.6%;
	display: inline-block;
}
section#home_video_banner .ytv-desc {
	font-size: 28px;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 3rem;
}
section#home_video_banner .ytv-desc:after {
	content: '';
	width: 36%;
	margin: 0 auto;
	margin-top: 3rem;
	display: block;
	border-bottom: 3px solid #D98200;
}
section#about {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
section#about .about-text, .desc {
	color: #A12A2A;
	font-size: 26px;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}
section#what_we_do {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
section#what_we_do .wwd-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
section#what_we_do .wwd-wrapper .single-wwd {
	width: 50%;
	position: relative;
	overflow: hidden;
}
section#what_we_do .wwd-wrapper .single-wwd .wwd-title {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 22%;
	color: #fff;
	background: rgba(0,0,0,0.7);
	margin: 0;
	font-size: 2.7rem;
	line-height: 1;
	padding: 10px 10px 15px;
	z-index: 1;
}
section#what_we_do .wwd-wrapper .single-wwd img {
	width: 100%;
	transform: scale(1);
	transition: all .5s;
}
section#what_we_do .wwd-wrapper .single-wwd:hover img {
	transform: scale(1.1);
}
section#what_we_do .wwd-wrapper .single-wwd:hover .wwd-title {
	color: #fb954a;
}
section#youtube_gallery {
	padding-top: 1rem;
	padding-bottom: 2rem;
}
section#youtube_gallery .yt_video_gallery {
	width: 90%;
	margin: 0 auto;
}
section#youtube_gallery .yt_video_gallery .single-video {
	cursor: pointer;
	background: #f1f1f1;
	position: relative;
}
section#youtube_gallery .yt_video_gallery .single-video img.ytp-icon {
	width: 50px !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 26%;
	opacity: .7;
	transition: all .5s;
}
section#youtube_gallery .yt_video_gallery .single-video .video-title {
	padding: 10px 5px;
	font-size: 16px;
}
section#youtube_gallery .yt_video_gallery .single-video:hover .video-title {
	color: #A12A2A;
}
section#youtube_gallery .yt_video_gallery .single-video:hover img.ytp-icon {
	opacity: 1;
}
section#youtube_gallery .lightbox-btn:disabled {
	display: none;
}
section#youtube_gallery .owl-carousel .owl-nav button.owl-next, section#youtube_gallery .owl-carousel .owl-nav button.owl-prev{
	font-size: 7rem;
	position: absolute;
	bottom: 35%;
	background: none !important;
	outline: none !important;
}
section#youtube_gallery .owl-carousel .owl-nav button:hover {
	color: #000;
}
section#youtube_gallery .owl-carousel .owl-nav button.disabled, section#youtube_gallery .owl-carousel .owl-nav button.disabled:hover {
	color: #909294;
}
section#youtube_gallery .owl-carousel .owl-nav button.owl-next {
	right: -4.5rem;
}
section#youtube_gallery .owl-carousel .owl-nav button.owl-prev {
	left: -4.5rem;
}
section#why_choose_us .wcu-wrapper {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
section#why_choose_us .single-whu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
section#why_choose_us .single-whu .img-wrapper, section#why_choose_us .single-whu .whu-text {
	width: 50%;
}
section#why_choose_us .single-whu .img-wrapper img {
	width: 100%;
}
section#why_choose_us .single-whu .whu-text {
	color: #A12A2A;
	font-size: 28px;
	padding: 1.5rem;
	line-height: 1.5;
}
section#why_choose_us .single-whu.odd {
	flex-direction: row-reverse;
}
section#why_choose_us .single-whu.odd .whu-text {
	text-align: right;
}
section#counter {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
section#counter .number-wrapper {
	background: #00D8BA;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 1rem;
}
section#counter .number-wrapper img{
	width: 90px;
	margin: 15px 0 10px;
}
section#counter .number-wrapper .number {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	padding: 10px;
	line-height: 1;
}
section#counter .number-title {
	color: #00D8BA;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
section#insta_gallery .insta-gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
section#insta_gallery .insta-gallery-wrapper .single-img{
	margin: 10px;
	width: calc( ( 100% - 60px ) / 3 );
	overflow: hidden;
	position: relative;
}
section#insta_gallery .insta-gallery-wrapper .single-img a:after {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.5);
	background-size: cover;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	transition: all .5s;
	opacity: 0;
}
section#insta_gallery .insta-gallery-wrapper .single-img a span:after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	background: url(images/insta-white-icon.png);
	background-size: contain;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 40%;
	z-index: 9;
	transition: all .5s;
	opacity: 0;
}
section#insta_gallery .insta-gallery-wrapper .single-img img{
	width: 100%;
	height: 265px;
	object-fit: contain;
}
section#insta_gallery .insta-gallery-wrapper .single-img:hover a:after, section#insta_gallery .insta-gallery-wrapper .single-img:hover a span:after {
	opacity: 1;
}
body.post-type-archive-what-we-do section#what_we_do {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
body.single-what-we-do .photo-gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
body.single-what-we-do .photo-gallery-wrapper .single-img{
	margin: 2px;
	width: calc( ( 100% - 12px ) / 3 );
	overflow: hidden;
}
body.single-what-we-do .photo-gallery-wrapper .single-img img.gallery-img {
	transform: scale(1);
	transition: all .5s;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
body.single-what-we-do .photo-gallery-wrapper .single-img:hover img.gallery-img {
	transform: scale(1.1);
}
button.lightbox-btn {
	outline: none;
}
.lightbox-image {
	width: 100%;
}
#back_to_top{
	background: #4c4c4c;
	border-radius: 2px;
	border: 1px solid #dadada;
	cursor: pointer;
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 999;
	display: none;
}
#back_to_top:hover{
	background: #a12a2a;
}
#breadcrumbs a {
	color: #A12A2A;
}
#breadcrumbs a:hover {
	color: #c51a1e;
}
@media(max-width: 767px) {
	.container {
		max-width: 100%;
	}
	section#youtube_gallery .owl-carousel .owl-nav button.owl-next {
		right: -2rem;
	}
	section#youtube_gallery .owl-carousel .owl-nav button.owl-prev{
		left: -2rem;
	}
	section#youtube_gallery .owl-carousel .owl-nav button.owl-next, section#youtube_gallery .owl-carousel .owl-nav button.owl-prev {
		font-size: 5rem;
	}
	header .cta-booknow {
		font-size: 18px;
		padding: 5px 10px;
	}
	header a.cta-call {
		font-size: 18px;
		margin: 15px 2px;
	}
	header .logo, header .header-contact {
		padding: 1rem 0em;
	}
	header a.cta-whatsapp img {
		width: 35px;
	}
	#home_video_banner iframe {
		height: 190px;
	}
	section#home_video_banner .ytv-desc {
		font-size: 21px;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	section#home_video_banner .ytv-desc:after {
		margin-top: 2rem;
	}
	section#about .about-text, .desc {
		font-size: 18px;
		width: 100%;
	}
	section#about {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	section#what_we_do {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.title {
		font-size: 1.7rem;
	}
	.title.title-with-icon:before {
		width: 45px;
		height: 60px;
		margin-bottom: 1rem;
	}
	section#what_we_do .wwd-wrapper {
		padding-top: 0rem;
		padding-bottom: 1rem;
	}
	section#what_we_do .wwd-wrapper .single-wwd {
		width: 100%;
	}
	section#what_we_do .wwd-wrapper .single-wwd .wwd-title {
		font-size: 1.5rem;
	}
	section#youtube_gallery {
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
	section#why_choose_us .wcu-wrapper {
		padding-top: 0rem;
		padding-bottom: 1rem;
	}
	section#why_choose_us .single-whu .img-wrapper, section#why_choose_us .single-whu .whu-text {
		width: 100%;
	}
	section#why_choose_us .single-whu .whu-text {
		font-size: 18px;
		padding: 20px 0px;
	}
	section#why_choose_us .single-whu.odd .whu-text {
		text-align: left;
	}
	section#counter {
		padding-top: 2rem;
		padding-bottom: 1rem;
	}
	section#counter .number-wrapper {
		width: 155px;
		height: 155px;
		padding: 1rem;
	}
	section#counter .number-wrapper img {
		width: 50px;
		margin: 5px 0 10px;
	}
	section#counter .number-wrapper .number {
		font-size: 28px;
		padding: 7px 10px;
	}
	section#counter .number-title {
		padding: 10px 5px 20px;
		font-size: 18px;
	}
	section#insta_gallery .insta-gallery-wrapper {
		padding-top: 0;
		padding-bottom: 1rem;
	}
	section#insta_gallery .insta-gallery-wrapper .single-img {
		margin: 2px 0;
		width: 100%;
	}
	section#insta_gallery .insta-gallery-wrapper .single-img img {
		width: 100%;
		height: auto;
	}
	section#insta_gallery .insta-gallery-wrapper .single-img a span:after {
		width: 40px;
		height: 40px;
	}
	footer #contact_form .form-heading {
		font-size: 1.3rem;
	}
	footer #contact_form form p:nth-child(3), footer #contact_form form p:nth-child(4) {
		width: 100%;
		display: block;
	}
	footer .footer-address, footer .footer-contact {
		text-align: center;
	}
	footer .footer-address {
		font-size: 18px;
		margin-bottom: 2rem;
	}
	footer a.cta-call {
		font-size: 26px;
	}
	footer a.cta-call img {
		max-width: 35px;
	}
	footer ul.social_icons li {
		padding: 0 5px;
	}
	footer ul.social_icons li img {
		width: 40px;
	}
	footer #copyright {
		padding: 1rem 0 2rem;
		font-size: 17px;
	}
	body.single-what-we-do .photo-gallery-wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	body.single-what-we-do .photo-gallery-wrapper .single-img {
		margin: 2px 0;
		width: 100%;
	}
	section#insta_gallery .owl-theme .owl-nav, #single_wwd_page .owl-theme .owl-nav {
		width: 100%;
	}
	section#insta_gallery .owl-carousel .owl-nav button:hover, #single_wwd_page .owl-carousel .owl-nav button:hover {
		color: #000;
	}
	section#insta_gallery .owl-carousel .owl-nav button.disabled, section#insta_gallery .owl-carousel .owl-nav button.disabled:hover, #single_wwd_page .owl-carousel .owl-nav button.disabled, #single_wwd_page .owl-carousel .owl-nav button.disabled:hover {
		color: #909294;
	}
	section#insta_gallery .owl-carousel .owl-nav button.owl-next, section#insta_gallery .owl-carousel .owl-nav button.owl-prev, #single_wwd_page .owl-carousel .owl-nav button.owl-next, #single_wwd_page .owl-carousel .owl-nav button.owl-prev {
		font-size: 5rem;
		line-height: 1;
		margin-top: -30px;
		background: none !important;
		outline: none !important;
	}
}