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

/*scroll-effect1*/
.scroll-effect1 {
	width: auto;
	float: left;
	text-align: center;
	transform: translateY(-50%);
	margin: 0 0 0;
	position: absolute;
    left: 20px;
    top: 50%;
	z-index: 99;
}
.scroll-effect1 a {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #353b42;
	letter-spacing: 0.3px;
	display: block;
	-webkit-transform: rotate(270deg);
    transform-origin: 0 0;
}
.scroll-effect1 a:hover {
	color: #d4cb9c;
}

/*play-hover*/
.video-play-button {
	width: 100%;
	height: 53px;
	float: left;
	border: 3px solid #d4cb9c;
	border-radius: 50%;
	margin: 0 0 0;
	position: relative;
}
.video-play-button:after {
	width: 71px;
	height: 71px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 53px;
	height: 53px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #d4cb9c;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	margin: 12px 18px;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.banner-wrapp .video-play-button {
	width: 78px;
	height: 78px;
	border: 5px solid #d4cb9c;
}
.banner-wrapp .video-play-button:after {
	width: 102px;
	height: 102px;
	background: rgba(255,255,255,0.60);
}
.banner-wrapp .video-play-button:before {
	width: 78px;
	height: 78px;
	background: rgba(255,255,255,0.60);
}
.banner-wrapp .video-play-button span {
	border-left: 32px solid #d4cb9c;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	margin: 14px 23px;
}
.missing-col1 .video-play-button {
	width: 52px;
	height: 52px;
	border: 3px solid #d4cb9c;
}
.missing-col1 .video-play-button:after {
	width: 52px;
	height: 52px;
	background: rgba(255,255,255,0.60);
}
.missing-col1 .video-play-button:before {
	width: 68px;
	height: 68px;
	background: rgba(255,255,255,0.60);
}
.missing-col1 .video-play-button span {
	border-left: 22px solid #d4cb9c;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	margin: 9px 15px;
}

.missing-col3 .video-play-button {
	width: 38px;
	height: 38px;
	border: 3px solid #ffffff;
}
.missing-col3 .video-play-button:after {
	width: 58px;
	height: 58px;
	background: rgba(255,255,255,0.60);
}
.missing-col3 .video-play-button:before {
	width: 42px;
	height: 42px;
	background: rgba(255,255,255,0.60);
}
.missing-col3 .video-play-button span {
	border-left: 16px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin: 6px 11px;
}

.showvi-wrapp .video-play-button {
	border: 3px solid #ffffff;
}
.showvi-wrapp .video-play-button:after {
	background: rgba(255,255,255,0.60);
}
.showvi-wrapp .video-play-button:before {
	background: rgba(255,255,255,0.60);
}
.showvi-wrapp .video-play-button span {
	border-left: 16px solid #ffffff;
}

.testimonials-wrapp .video-play-button { height:42px;}
.testimonials-wrapp .video-play-button span { margin:7px 12px;}

.show-wrapp .video-play-button { height:42px;}
.show-wrapp .video-play-button span { margin:7px 12px;}

/*circle-effects-css*/
.circle-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.circle-effects1 img {
	width: 100%;
	-webkit-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;
	display: block;
}
.circle-effects1 .circle-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
a .circle-effects1 { 
	width: 15px;
	float: right;
	margin: 0 0 0 6px;
	position: relative;
	bottom: -1px;
}
a:hover .circle-effects1 { 
	margin: 0 -4px 0 10px;
}
.circle-effects1:hover img, a:hover .circle-effects1 img, .services-col2:hover .circle-effects1 img { 
	opacity: 0;
}
.circle-effects1:hover .circle-row1, a:hover .circle-effects1 .circle-row1, .services-col2:hover .circle-effects1 .circle-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}
.circle-effects1:hover .circle-row1 img, a:hover .circle-effects1 .circle-row1 img, .services-col2:hover .circle-effects1 .circle-row1 img { 
	opacity: 1;
}

.buttons-btn1 .circle-effect1 {
	width: 28px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 10px;
}

/*checkbox-effect-css*/
.checkbox1 {
	width: auto;
	float: left;
	margin: 0 0 26px;
}
.checkbox2 {
	width: auto;
	float: right;
	margin: 0 0 26px;
}
.checkbox1 a, .checkbox2 a {
	color: #353b42;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #d4cb9c;
}
.checkbox1 span, .checkbox2 span {
	font-size: 11px;
	font-weight: 500;
	color: #353b42;
	letter-spacing: 0.24px;
	line-height: 1.67;
	display: inherit;
	position: relative;
	top: -5px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 16px;
    cursor: pointer;
    line-height: 20px;
    display: inline;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
	background: none;
	border: 1px solid #d4cb9c;
	border-radius: 50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #353b42;
	border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	border: 1px solid #d4cb9c;
}

.sidbar-wrapp .checkbox1 { margin:0 0 5px;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { display:inline-block; line-height:23px;}
.sidbar-wrapp [type="checkbox"]:checked + label, .sidbar-wrapp [type="checkbox"]:not(:checked) + label { display:inline-block; padding-left:24px;}

.enquiry-wrapp2 .checkbox1 { width:100%; text-align:left; margin:0 0 5px;}
.enquiry-wrapp2 .checkbox2 { width:100%; text-align:left;}

.enquiry-wrapp [type="checkbox"]:checked + label,
.enquiry-wrapp [type="checkbox"]:not(:checked) + label
{
    padding-left: 20px;}

/*video-effect1*/
.video-effect1 {
	background: #353b42;
	display: block;
	overflow: hidden;
	position: relative;
}
.video-effect1 img {
	width: 100%;
	display: block;
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: all 0.25s ease-out 0s;
}
.video-effect1 img:hover {
	width: 100%;
	display: block;
	opacity: 0.4;
	filter: alpha(opacity=40);
	transform: scale(1.08);
	transition: all 0.25s ease-out 0s;
}
.video-effect1 .videoWrapper {
	position: relative;
	padding-bottom: 148.33%;
	height: 0;
}
.video-effect1 .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
.square-effect1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
}
.square-effect1:hover img {
	transform: scale(1.08);
	filter: grayscale(100%);
}

/*box-effects-css*/
.box-effects1 {
	display: block;
	overflow: hidden;
	transition: all 0.25s ease-out 0s;
	position: relative;
}
.box-effects1 img {
	width: 100%;
	display: block;
}
.box-effects1 .box-row1 {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow:hidden;
	visibility: hidden;
	background:#ffffff;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 42px 6% 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.box-effects1:hover .box-row1 {
	opacity: 1;
	visibility: visible;
	bottom: 0;
	right: 0;
}

/* upload-btn1 */
.upload-row1 { width:100%; float:left; position:relative;}
.upload-row1 .upload-col1 { width:71.8%; float:right;}
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { width:auto; float:left; background:#d4cb9c url(../images/upload-icon1.svg) no-repeat 35px center; color: #ffffff; border:1px solid #d4cb9c; border-radius:25px; font-size: 12px; letter-spacing: 2px; font-weight:600; outline: none; position: relative; overflow: hidden; padding:14px 25px 14px 68px; background-size:20px; text-transform:uppercase;}
.upload-btn1 span { display:inline-block;}
.upload-btn1 input.uploadlogo { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); width: 100%; height: 100%; }
input::-webkit-file-upload-button {
 cursor: pointer !important;
 height: 42px;
 width: 100%;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
/*scroll-effect1*/
.scroll-effect1 {
	width: auto;
	display: none;
	margin: 0 0 0;
}
/*play-hover*/
.video-play-button {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 auto 0;
}
.banner-wrapp .video-play-button {
	width: 58px;
	height: 58px;
	border: 5px solid #d4cb9c;
}
.banner-wrapp .video-play-button:after {
	width: 82px;
	height: 82px;
}
.banner-wrapp .video-play-button:before {
	width: 58px;
	height: 58px;
}
.banner-wrapp .video-play-button span {
	border-left: 22px solid #d4cb9c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin: 10px 17px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}

.enquiry-wrapp2 .checkbox1 { text-align:center;}
.enquiry-wrapp2 .checkbox2 { text-align:center;}

.sidbar-wrapp [type="checkbox"]:checked + label, .sidbar-wrapp [type="checkbox"]:not(:checked) + label { display:inline; padding-left:21px;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { display:inline;}

/*box-effects-css*/
.box-effects1 .box-row1 {
	width: 100%;
	padding: 30px 5% 0;
}
.upload-row1 .upload-col1 { width:100%; margin:20px 0 0;}
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { font-size:10px; float:none; width:200px; display:inline-block;}
}

@media screen and (min-width:481px) and (max-width:600px) {
/*scroll-effect1*/
.scroll-effect1 {
	width: auto;
	display: none;
	margin: 0 0 0;
}
/*play-hover*/
.video-play-button {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 auto 0;
}
.banner-wrapp .video-play-button {
	width: 58px;
	height: 58px;
	border: 5px solid #d4cb9c;
}
.banner-wrapp .video-play-button:after {
	width: 82px;
	height: 82px;
}
.banner-wrapp .video-play-button:before {
	width: 58px;
	height: 58px;
}
.banner-wrapp .video-play-button span {
	border-left: 22px solid #d4cb9c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin: 10px 17px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}

.enquiry-wrapp2 .checkbox1 { text-align:center;}
.enquiry-wrapp2 .checkbox2 { text-align:center;}

.sidbar-wrapp [type="checkbox"]:checked + label, .sidbar-wrapp [type="checkbox"]:not(:checked) + label { display:inline; padding-left:21px;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { display:inline;}

/*box-effects-css*/
.box-effects1 .box-row1 {
	width: 100%;
	padding: 30px 5% 0;
}
.upload-row1 .upload-col1 { width:100%; margin:20px 0 0;}
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { font-size:10px; float:none; width:200px; display:inline-block;}
}

@media screen and (min-width:601px) and (max-width:767px) {
/*scroll-effect1*/
.scroll-effect1 {
	width: auto;
	display: none;
	margin: 0 0 0;
}
/*play-hover*/
.video-play-button {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 auto 0;
}
.banner-wrapp .video-play-button {
	width: 58px;
	height: 58px;
	border: 5px solid #d4cb9c;
}
.banner-wrapp .video-play-button:after {
	width: 82px;
	height: 82px;
}
.banner-wrapp .video-play-button:before {
	width: 58px;
	height: 58px;
}
.banner-wrapp .video-play-button span {
	border-left: 22px solid #d4cb9c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin: 10px 17px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 100%;
	margin: 0 0 10px;
}
.checkbox2 {
	width: 100%;
	margin: 0 0 20px;
}

.enquiry-wrapp2 .checkbox1 { text-align:center;}
.enquiry-wrapp2 .checkbox2 { text-align:center;}

.sidbar-wrapp [type="checkbox"]:checked + label, .sidbar-wrapp [type="checkbox"]:not(:checked) + label { display:inline; padding-left:21px;}
.sidbar-wrapp .checkbox1 span, .sidbar-wrapp .checkbox2 span { display:inline;}

/*box-effects-css*/
.box-effects1 .box-row1 {
	width: 100%;
	padding: 30px 5% 0;
}
.upload-row1 .upload-col1 { width:100%; margin:20px 0 0;}
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { font-size:10px; float:none; width:200px; display:inline-block;}
}

@media screen and (min-width:768px) and (max-width:900px) {
/*scroll-effect1*/
.scroll-effect1 {
    left: 4px;
}
.scroll-effect1 a {
	font-size: 12px;
}
/*play-hover*/
.banner-wrapp .video-play-button {
	width: 56px;
	height: 56px;
	border: 5px solid #d4cb9c;
}
.banner-wrapp .video-play-button:after {
	width: 80px;
	height: 80px;
}
.banner-wrapp .video-play-button:before {
	width: 56px;
	height: 56px;
}
.banner-wrapp .video-play-button span {
	border-left: 18px solid #d4cb9c;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	margin: 10px 18px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 39.7%;
	text-align: left;
	margin: 0 0 18px;
}
.checkbox2 {
	width: 60.1%;
	text-align: left;
	margin: 0 0 18px;
}
.checkbox1 span, .checkbox2 span { 
	font-size: 10px;
	line-height: 1.07;
}
/*box-effects-css*/
.box-effects1 .box-row1 {
	padding: 32px 8% 0;
}

.sidbar-wrapp .checkbox1 { width:100%;}
.sidbar-wrapp .checkbox2 { width:100%;}
.upload-btn1:hover, .upload-btn1:active, .upload-btn1:focus, .upload-btn1 { font-size:10px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
/*scroll-effect1*/
.scroll-effect1 {
    left: 6px;
}
.scroll-effect1 a {
	font-size: 13px;
}
/*play-hover*/
.banner-wrapp .video-play-button {
	width: 67px;
	height: 67px;
	border: 5px solid #d4cb9c;
}
.banner-wrapp .video-play-button:after {
	width: 91px;
	height: 91px;
}
.banner-wrapp .video-play-button:before {
	width: 67px;
	height: 67px;
}
.banner-wrapp .video-play-button span {
	border-left: 25px solid #d4cb9c;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin: 12px 21px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 39.7%;
	text-align: left;
	margin: 0 0 22px;
}
.checkbox2 {
	width: 60.1%;
	text-align: left;
	margin: 0 0 22px;
}
.checkbox1 span, .checkbox2 span { 
	font-size: 11px;
	line-height: 1.37;
}
/*box-effects-css*/
.box-effects1 .box-row1 {
	padding: 37px 8% 0;
}
.sidbar-wrapp .checkbox1 { width:100%;}
.sidbar-wrapp .checkbox2 { width:100%;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
/*scroll-effect1*/
.scroll-effect1 {
    left: 7px;
}
/*checkbox-effect-css*/
.checkbox1 {
	width: 39.7%;
	text-align: left;
}
.checkbox2 {
	width: 60.1%;
	text-align: left;
}
.sidbar-wrapp .checkbox1 { width:100%;}
.sidbar-wrapp .checkbox2 { width:100%;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
/*scroll-effect1*/
.scroll-effect1 {
    left: 11px;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
/*scroll-effect1*/
.scroll-effect1 {
    left: 2px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.mac-os .checkbox1 span, .mac-os .checkbox2 span { top: -6px;}
}