body{
	font-family: 'Montserrat', sans-serif ;
}
img{
	max-width: 100%;
	display: block;
}
a{
	text-decoration: none;
}
span,strong,a{
	display: inline-block;
}
ul li{
	list-style-type: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:before, .clearfix:after{ 
	content: ""; 
	display: table; 
}
.clearfix:after { 
	clear: both;
}
.clearfix { 
	*zoom: 1; 
}
.clr{
	clear: both;
}
.center-wrapper{
	max-width: 1295px;
	margin: 0px auto;
	width: 100%;
}
.hc-landing-banner {
  padding: 110px 0px 85px;
  background-color: #f5f5f5;
  overflow: hidden;
  background: url(../img/Dotted_pattern-1.png) no-repeat 48% 20%, url(../img/plus-3.svg) no-repeat 60% 95%, url('../img/banner_plus.svg') no-repeat 4% 20%, url('../img/plus-1.svg') no-repeat 10px 100% , #f5f5f5;
}
.hc-left-wrapper h1{
	font-size: 80px;
	line-height: 90px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.hc-left-wrapper h1 strong, .head-wr h2 strong{
	color: #ff4d3b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
body header#mastlandinghead {
  padding: 32px 0px;
  background-color: #f5f5f5;
  border-top: 8px solid #000;
}
.red-common-button{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #000;
	transition: 0.5s;
	position: relative;
	padding: 19px 69px 19px 37px;
	background-color: #f24e3d;
}
.red-common-button:before {
    background: url(../img/white-button-arrow.svg) no-repeat left;
    content: '';
    width: 18px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 35px;
    position: absolute;
    transition: 0.5s;
    background-size: cover;
}
.red-common-button:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.red-common-button:hover:before{
	right: 20px;
}
.hc-right-wrapper{
	width:45%;
}
.hc-left-wrapper {
    width: 100%;
    margin-top: 104px;
    text-align: center;
}
.hc-right-wrapper{
  position: relative;
  transform-origin:center;
}
.hc-right-wrapper figure {
  margin: 0;
  transform: skewX(12deg);
  -webkit-transform: skewX(12deg);	
  transform-style: preserve-3d;
}
.titlted-image-wrapper{
	border-radius: 100px;
	border: 10px solid #000;
	overflow: hidden;
	transform: skewX(-12deg);	
	-webkit-transform: skewX(-12deg);	
	position: relative;
	transform-style: preserve-3d;
}
.titlted-image-wrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(110, 110, 110,0.1);
  top: 0;
  left: 0;
  z-index: 1;
}
.hc-right-wrapper figure img{
	width: 100%;
	transform: scale(1.11);
}
.hc-right-wrapper:before{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: -18px;
	left: -18px;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 100px;
	transform: skewX(-12deg);
	-webkit-transform: skewX(-12deg);	
	transform-style: preserve-3d;
	z-index: 11;
}
.red-overlay-wr{
	position: relative;
	z-index: 1;
}
.red-overlay-wr::before {
  content: '';
  position: absolute;
  width: 600%;
  height: 142%;
  top: -90px;
  z-index: -1;
  border-top-left-radius: 150px;
  background: url(../img/Black_bull.png) no-repeat 2% 100%, url(../img/plus-1.svg) no-repeat 11% 4%, #f24e3d;
  left: 50%;
  z-index: -1;
}
.hc-left-right-wrapper {
  margin: 67px 0px 25px;
}
.hc-inner-landing-container {
  padding: 121px 0px 154px;
  background: url('../img/Dotted_pattern.png') no-repeat 9% 45%,#fff;
}
.head-wr h2 {
    font-size: 45px;
    line-height: 63px;
    font-weight: bold;
    text-transform: unset;
    text-align: center;
    padding: 0px 10px;
}
.hc-left-block h2{
	font-size: 58px;
	line-height: 80px;
	margin-bottom: 10px;
}
.hc-left-block{
	width: 55%;
	position: relative;
	z-index: 1;
	padding: 135px 0px 0px 82px;
}
.hc-right-block {
	width: 45%;
	margin-top: 150px;
}
.hc-left-block:before{
	content: '';
	width: 465px;
	height: 465px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f24e3d;
	border-radius: 50%;
	z-index: -1;
}
.hc-left-block h2 strong{
	color: #fff;
	text-transform: uppercase;
}
.hc-right-block p {
  font-size: 20px;
  line-height: 32px;
}
.hc-black-wrapper{
	padding: 107px 0px;
	background: url('../img/Footer_bg_img.jpg') no-repeat center/cover;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.hc-black-wrapper:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	z-index: -1;
}
.hc-right-block h3 {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.hc-black-wrapper h4 {
  color: #f24e3d;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.hc-black-wrapper h3 {
  color: #fff;
  font-size: 40px;
  line-height: 67px;
   padding: 0pc 91px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 700;
}
.hc-black-wrapper img{
	display: block;
	margin: 0px auto;
}
.hc-black-wrapper figure {
  margin: 0px auto 41px;
}
.be-intouch-wrapper h3{
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 58px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.be-intouch-wrapper{
	background:url('../img/Red_bull.png') no-repeat bottom right, linear-gradient(to bottom, #fff, #f5f5f5);
	padding: 110px 0px 146px;
}
.be-intouch-form{
	padding: 45px 53px;
	background-color: #f24e3d;
	border-radius: 10px;
	max-width: 1000px;
	margin: 0px auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.be-intouch-form .gform-body, .be-intouch-form .gform_footer{
	display: inline-block !important;
	vertical-align: middle !important;
}
.be-intouch-form .gform-body{
	width: 80%;
	margin-right: 3%;
}
.be-intouch-form .gform_footer{
	width: 15%;
}
.be-intouch-form .gform_footer input{
	padding: 15px 31px 15px!important;
	font-size: 18px !important;
	line-height: 20px !important;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	min-width: 100% !important;
}
.be-intouch-form .gform_footer input:hover{
	background-color: #fff;
	color: #000;
}
.be-intouch-form .gform_wrapper .gfield:first-child {
  margin-left: 0 !important;
}
.be-intouch-form .gform_wrapper .gfield {
  width: 97%;
  position: relative;
}
.be-intouch-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  text-align: center;
}
.be-intouch-form .gform_wrapper.gravity-theme .gform_validation_errors{
	padding: 16px !important;
}
.be-intouch-form form{
	position: relative;
}
.be-intouch-form .gform_ajax_spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.be-intouch-form .gform_wrapper .gfield .gfield_validation_message {
  position: absolute;
  bottom: -30px;
  left: -9px;
  color: #fff;
  background-color: transparent;
  border: 0;
  text-align: left;
}
.be-intouch-form .gform_wrapper .gfield input {
  display: block;
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 16px 20px 17px 44px !important;
  box-sizing: border-box;
}
.be-intouch-form .gform_wrapper .gfield.gfield--type-text input{
	background:url('../img/Name-icon.svg') no-repeat 15px 50%, #fff;
}
.be-intouch-form .gform_wrapper .gfield.gfield--type-email input{
	background:url('../img/message-icon.svg') no-repeat 15px 50%, #fff;
}
.footer-wrapper, .landing_footer section.site-footer-info{
  padding: 17px 0;
  background-color: #dbdbdb;
}
.footer-wrapper p, .landing_footer section.site-footer-info p{
	color: #000;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	text-align: center;
}
.footer-wrapper a,  .landing_footer section.site-footer-info p a{
	color: #000;
	transition: 0.5s;
}
.footer-wrapper a:hover{
	color:  #f24e3d;
}
.be-intouch-form .gform_confirmation_message {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
/*--Media Queries--*/
@media only screen and (max-width: 1320px){
	.center-wrapper{
		width: 92%;
	}
	.hc-left-wrapper h1 {
	    font-size: 66px;
    	line-height: 83px;
	}
	.hc-inner-landing-container {
	    padding: 89px 0px 100px;
	}
	.hc-left-block h2 {
	    font-size: 54px;
	    line-height: 75px;
	}
	.be-intouch-wrapper {
	    padding: 77px 0px 120px;
	}
}
@media only screen and (max-width: 1199px){
	.hc-left-wrapper h1 {
	    font-size: 60px;
	    line-height: 74px;
	}
	.hc-left-right-wrapper {
	    margin: 45px 0px 25px;
	}
	.hc-left-block h2 {
	    font-size: 45px;
	    line-height: 67px;
	}
	.hc-right-block {
	    margin-top: 78px;
	}
	.hc-left-block {
	    width: 55%;
	    padding: 70px 0px 0px 80px;
	}
	.hc-left-block:before {
	    width: 390px;
	    height: 390px;
	}
	.head-wr h2 {
	    font-size: 38px;
	    line-height: 51px;
	}
	.hc-inner-landing-container {
	    padding: 88px 0px 77px;
	}
	.hc-black-wrapper {
	    padding: 66px 0px 50px;
	}
	.hc-black-wrapper h3 {
	    font-size: 36px;
	    line-height: 62px;
	    padding: 0pc 28px;
	}
	.be-intouch-wrapper h3 {
	    margin-bottom: 47px;
	    font-size: 31px;
	    line-height: 34px;
	}
}
@media only screen and (max-width: 1023px){
	.hc-inner-landing-container {
	    padding: 76px 0px 59px;
	}
	.hc-black-wrapper h4 {
	    font-size: 22px;
	    line-height: 25px;
	}
	.hc-black-wrapper h3 {
	    font-size: 33px;
	    line-height: 54px;
	    padding: 0pc 21px;
	}
	.be-intouch-wrapper {
	    padding: 72px 0px 78px;
	}
}
@media only screen and (max-width: 979px){
	.hc-left-wrapper {
	    width: 100%;
	    margin-top: 90px;
	    text-align: center;
	}
	.hc-right-wrapper , .hc-left-wrapper{
		float: unset;
	}
	.hc-right-wrapper {
	    width: 80%;
	    margin: 100px auto 0px;
	}
	.red-overlay-wr::before {
	    width: 600%;
	    height: 121%;
	    top: -59px;
	    border-top-left-radius: 0;
	    left: -94px;
	}
	.hc-left-block {
	    width: 400px;
	    padding: 61px 46px;
	    margin: 0px auto;
	    float: unset;
	    text-align: center;
	}
	.hc-right-block {
	    width: 100%;
	    margin-top: 50px;
	}
	.hc-inner-landing-container {
	    padding: 62px 0px 27px;
	}
	.hc-black-wrapper h3 {
	    font-size: 31px;
	    line-height: 51px;
	    padding: 0pc 11px;
	}
	.hc-black-wrapper {
	    padding: 48px 0px 34px;
	}
	.be-intouch-wrapper h3 {
	    margin-bottom: 36px;
	    font-size: 24px;
	    line-height: 28px;
	}
	.be-intouch-form .gform-body {
	    width: 100%;
	    margin: 0;
	}
	.be-intouch-form .gform_footer {
	    width: 100%;
	}
	.be-intouch-form .gform_footer input{
		min-width: auto !important;
	}
	.be-intouch-form .gform_wrapper .gfield {
	    width: 100%;
	}
	body header#mastlandinghead{
		text-align: center;
	}
	.be-intouch-form .gform_wrapper .gfield .gfield_validation_message {
	    bottom: -22px;
	    left: -17px;
	}
}
@media only screen and (max-width: 767px){
	.head-wr h2 {
	    font-size: 35px;
	    line-height: 46px;
	}
	.hc-left-wrapper h1 {
	    font-size: 40px;
	    line-height: 58px;
	}
	.hc-left-wrapper h1 {
	    font-size: 56px;
	    line-height: 72px;
	}
	.hc-left-block {
/*	    width: 100%;*/
	    padding: 88px 50px;
	}
	.hc-right-block {
	    margin-top: 26px;
	}
	.hc-left-block:before {
	    left: 0;
	    right: 0;
	    margin: 0px auto;
	}
}
@media only screen and (max-width: 649px){
	.hc-left-wrapper h1 {
	    font-size: 45px;
	    line-height: 62px;
	}
	.hc-right-wrapper {
	    width: 90%;
	}
	.red-overlay-wr::before {
	    height: 131%;
	    top: -58px;
	}
	.hc-landing-banner {
	    padding: 104px 0px 68px;
	}
}
@media only screen and (max-width: 567px){
		.head-wr h2 {
		    font-size: 29px;
		    line-height: 40px;
		}
		.be-intouch-form {
    	padding: 43px 34px 13px;	
    }
    .be-intouch-wrapper {
        padding: 66px 0px 56px;
    }
    .hc-left-wrapper h1 {
        font-size: 42px;
        line-height: 62px;
    }
}
@media only screen and (max-width: 479px){
	.hc-left-block h2 {
	    font-size: 35px;
	    line-height: 51px;
	}
	.hc-left-block:before {
	    width: 345px;
	    height: 345px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.hc-black-wrapper h3 {
	    font-size: 27px;
	    line-height: 39px;
	    padding: 0pc 7px;
	}
	.hc-black-wrapper h4 {
	    font-size: 18px;
	    line-height: 27px;
	}
	.hc-black-wrapper h4 {
	    font-size: 18px;
	    line-height: 27px;
	    margin-bottom: 9px;
	}
	.titlted-image-wrapper {
	    border-radius: 67px;
	    border: 4px solid #000;
	}
	.hc-right-wrapper:before{
		border-radius: 67px;
	}
	.red-common-button {
	    font-size: 17px;
	    line-height: 19px;
	    padding: 15px 64px 15px 22px;
	}
	.hc-left-block {
  	width: 367px;
  }
}
@media only screen and (max-width: 413px){
	.hc-left-block:before {
	    width: 300px;
	    height: 300px;
	}
	.hc-left-block h2 {
	    font-size: 32px;
	    line-height: 46px;
	}
	.head-wr h2 {
	    font-size: 28px;
	    line-height: 37px;
	}
	.hc-inner-landing-container {
	    padding: 49px 0px 15px;
	}
	.hc-right-block p {
	    font-size: 18px;
	    line-height: 29px;
	    margin-bottom: 0;
	}
	.hc-right-block h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.hc-black-wrapper h3 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.be-intouch-form {
	    padding: 30px 16px 12px;
	}
	.be-intouch-wrapper h3 {
	    margin-bottom: 23px;
	    font-size: 20px;
	    line-height: 30px;
	    padding: 0px 10px;
	}
	.hc-left-wrapper h1 {
	    font-size: 32px;
	    line-height: 46px;
	}
	.hc-right-wrapper:before{
		top: -11px;
		left: -11px;
	}
	.hc-landing-banner {
	    padding: 101px 0px 48px;
	}
	.hc-left-block {
	  width: 100%;
	  padding: 88px 50px;
	}
}
@media only screen and (max-width: 374px){
	.hc-left-block {
	  padding: 66px 37px;
	}
}
