@charset "utf-8";
/* CSS Document */
/* Header Main */
.container{
	max-width: 1320px;
}
.mainHeader {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	padding: 25px 0;
}
.mainSection{
  background: url(../images/topBannerBg.png) top center no-repeat;
  background-size: cover;
  min-height: 815px;
  padding-top: 170px;
}
.selectAreaTop select {
	height: 35px;
	padding: 0px 15px;
	border: 2px solid #FFF;
	background: none;
	color: #FFF;
	border-radius: 25px;
	font-size: 15px;
	line-height: 1;
	-webkit-appearance: none;
	appearance: none;
  padding-right: 30px;
  width: 163px;
  background: url(../images/arrowDown.png) center right no-repeat;
  background-position-x: calc(100% - 10px);
}
.areaCaptionMain {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}
.areaCaptionMain h1{
	color: #FFF;
}
.areaCaptionMain .PhoneRight {
	width: 450px;
	min-width: 450px;
	flex: 0 0 450px;
}
.areaCaptionMain h1 span {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	display:block;
	width:100%;
}
.areaCaptionMain p {
	color: #FFF;
	font-size: 17px;
	list-style: 28px;
	padding-right: 150px;
}
.btnApp {
	display: flex;
	margin-top: 10px;
	float: left;
}
.btnApp a {
	margin-right: 10px;
}
.aboutSection {
	padding-bottom: 100px;
}
.aboutdata {
	padding-left: 60px;
}
.aboutdata h2 {
	line-height: 1;
	margin-bottom: 25px;
	text-transform:none;
}
.screenShotSection{
	background: url(../images/sliderBg.png) center top no-repeat;
	padding-top: 100px;
}
.screenShotSection .centerText{
	text-align: center;
	color: #FFF;
}
.screenShotSection .centerText p{
	color: #FFF;
	font-size: 17px;
	margin-bottom: 65px;
}
.sliderMain {
	max-width: 920px;
	margin: 0 auto;
}
.screenShotSection .carousel-control-next {
	right: -170px;
	color: #ff5800;
	background: #FFF;
	height: 65px;
	width: 65px;
	opacity: 1;
	border-radius: 50%;
	font-size: 25px;
	top: 50%;
}
.screenShotSection .carousel-control-prev {
	left: -170px;
	color: #ff5800;
	background: #FFF;
	height: 65px;
	width: 65px;
	opacity: 1;
	border-radius: 50%;
	font-size: 25px;
	top: 50%;
}
/* Footer */
.footerMain {
	background: url(../images/footerBG.jpg) top left repeat;
	padding-top: 90px;
	border-radius: 0px 150px 0 0;
}
.footerLogo{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.footerLogo a {
	margin: 0 auto;
	width: auto;
	display: table;
}
.copyRightArea {
	width: 100%;
	border-top: 1px solid #1a1a1a;
	text-align: center;
	float: left;
}
.copyRightArea p {
	color: #787878;
	font-size: 14px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1;
}
.newsletterForm{
	width: 730px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.newsletterForm input[type="submit"] {
	font-size: 18px;
	font-weight: 500;
	background: #ff6f00;
	border: 0 none;
	height: 55px;
	color: #FFF;
	padding: 0px 35px;
	border-radius: 0px 10px 10px 0;
	width: 175px;
}
.newsletterForm input[type="email"] {
	width: calc(100% - 175px);
	border: 0 none;
	padding: 0px 15px;
	border-radius: 10px 0px 0px 10px;
	font-size: 15px;
	color: #acacac;
}
.socialIcons {
	width: 100%;
	float: left;
}
.socialIcons ul {
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 20px auto 50px;
	width: auto;
	display: table;
}
.socialIcons li {
	background: #8f5731;
	width: 55px;
	height: 55px;
	text-align: center;
	padding: 5px;
	transform: rotate(-45deg);
	margin: 0px 20px;
	float: left;
}
.socialIcons ul a {
	width: 45px;
	height: 45px;
	float: left;
	background: #ff6f00;
	color: #FFF;
	font-size: 19px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-items: center;
	justify-content: center;
}
.socialIcons ul a:hover{
	text-decoration: none;
	background-color: #000;
}
.socialIcons ul a i {
	transform: rotate(45deg);
}
.bottomApp{
	padding-top: 80px;
}
.bottomAppContent {
	width: 100%;
	padding-right: 40px;
	padding-top: 60px;
}
.bottomAppContent h2 {
	color: #262626;
	line-height: 80px;
	margin-bottom: 10px;
}
.bottomAppContent p {
	color: #565656;
	line-height: 38px;
	font-size: 17px;
}
.getitTouch{
	background: #fff0e5;
	padding: 90px 0;
}
.getitTouch p{
	font-size: 17px;
	color: #0f0f0f;
	margin-bottom: 20px;
}
.getinTouchForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #656565;
	opacity: 1;
  }
  .getinTouchForm ::-moz-placeholder { /* Firefox 19+ */
	color: #656565;
	opacity: 1;
  }
  .getinTouchForm :-ms-input-placeholder { /* IE 10+ */
	color: #656565;
	opacity: 1;
  }
  .getinTouchForm :-moz-placeholder { /* Firefox 18- */
	color: #656565;
	opacity: 1;
  }
.getinTouchForm {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.getinTouchForm input, .getinTouchForm textarea{
font-size: 17px;
color: #656565;
line-height: 28px;
border: 0 none;
border-bottom: 1px solid #afafaf;
background: none;
height: 50px;
margin-bottom: 35px;
-webkit-border-radius:0px;
border-radius:0px;
}
.getinTouchForm textarea{
height: 80px;
resize: none;
}
.getinTouchForm input[type="submit"]{
	width: 175px;
	float: left;
	height: 55px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	background-color: #ff6f00;
	border:0 none;
	border-radius: 10px;
}
.mapMainRght {
	margin-right: -100px;
}
.QuesAnsSection{
	padding: 90px 0;
}
.QuesAnsSection h2.small{
	margin-bottom: 35px;
	width: 100%;
}
.valueBox {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	margin-bottom: 15px;
}

.valueBox label {
	font-size: 18px;
	font-weight: bold;
	color: #2e2e2e;
	width: 150px;
}
.valueBox label i{
	margin-right: 10px;
}
.valueBox a{
	color: #565656;
}
.valueBox a:hover{
	text-decoration: none;
}
.borderRight{
	border-right: 1px solid #e5e5e5;
}
.reviewRight {
	padding-left: 15px;
}
.reviewArea {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 15px;
}
.reviewArea i {
	color: #ff9e00;
}
.reviewArea span{
	font-weight: bold;
	font-size: 20px;
	font-weight: bold;
}
.reviewArea:last-child{
	border-bottom: 0px;
}
.goog-logo-link {
    display: none;
}
.skiptranslate.goog-te-gadget {
    color: transparent !important;
}
.aboutSection img {
	cursor: pointer;
}
.modal .modal-dialog .modal-header .close {
	width: 47px;
	height: 47px;
	padding: 0;
	background: #ff9b00;
	border-radius: 100%;
	opacity: 1;
	position: absolute;
	right: -13px;
	top: -10px;
	font-size: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0px;
	color: #fff;
}
.modal .modal-dialog .modal-header .close span {
    margin-top: -13px;
}
.modal .modal-dialog video {
	height: 100%;
	width: 100%;
	object-fit: inherit;
}
.modal-body .video {
	height: 650px;
}
.modal .modal-dialog .modal-header {
	padding: 0;
	border: none;
	position: relative;
}
.modal .modal-dialog {
	max-width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%) !important;
}
.modal .modal-footer {
	display: none;
}
.choose-langauge .langauge-text {
	position: absolute;
	right: 195px;
	top: 7px;
	color: #fff;
	font-size: 17px;
}
.choose-langauge {
	position: relative;
}
.aboutSection::after {
	content: "";
	position: absolute;
	right: 60px;
	background-image: url("../images/about-after.png");
	background-size: 119px 174px;
	width: 119px;
	height: 174px;
	bottom: 281px;
}
.aboutSection::before{
	content: "";
	position: absolute;
	right: 0;
	background-image: url("../images/about-before.png");
	background-size: 120px 188px;
	width: 120px;
	height: 188px;
	bottom: 50px;
}
.selectAreaTop .skiptranslate.goog-te-gadget {
	display: inline-block !important;
}
.selectAreaTop .skiptranslate.goog-te-gadget select::-ms-expand {
    display: none;
}
.selectAreaTop select option {
    color: #000;
}
@media only screen and (max-width: 1500px){
.modal-body .video {
	height: 562px;
}
.modal .modal-dialog {
	max-width: 960px;
}
}

@media only screen and (max-width: 1365px){
.modal .modal-dialog {
	max-width: 93%;
	margin: 0 auto;
}
.modal .modal-dialog .modal-header .close {
	right: -7px;
	z-index: 9;
}	
}
@media only screen and (max-width: 767px){
.modal .modal-dialog .modal-body {
	padding: 12px;
}
.modal .modal-dialog .modal-header .close span {
    margin-top: -5px;
    margin-left: 2px;
}
.modal-body .video {
	height: 280px;
}
.modal .modal-dialog .modal-header .close {
	width: 34px;
	height: 34px;
	right: 2px;
	top: -6px;
	font-size: 35px;
	padding-bottom: 6px;
	z-index: 9;
}
.modal .modal-dialog {
	max-width: 90%;
	margin: 0 auto;
}
}
.alert.alert-dismissible{
	position:absolute;
	width:100%;
	z-index:9999;
}