/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	background:#fff;
	overflow-x: hidden;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input {
	outline:none;
	text-decoration: none;
	transition: all 0.3s;
}
ul,ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
}
h1{
	font-weight: 700;
	font-size: 100px;
	line-height: 104px;
	margin-bottom: 25px;
}
h2{
	font-family: Inter;
	font-weight: 700;
	font-size: 57px;
	line-height: 80px;
	margin-bottom: 41px;
}
h3{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	letter-spacing: 0%;
}
h4{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 31px;
	line-height: 30px;
	letter-spacing: 0%;
}
h5{
	font-family: Inter;
	font-weight: 700;
	font-size: 29px;
	line-height: 40px;

}
h6{
	font-weight: 600;
	font-size: 24px;
	line-height: 41px;
	color: rgba(161, 31, 34, 1);
}
p{
}
.container{
	max-width: 1535px;
	padding-left: 15px;
	padding-right: 15px;
}
.sub-title{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #F7941D;
	text-transform: uppercase;
	letter-spacing: 2px;
}
figure{
	margin: 0;
}
.btn{
	font-weight: 700;
	font-size: 20px;
	line-height: 47px;
	letter-spacing: 0%;
	text-align: center;
	background: rgba(161, 31, 34, 1);
	color: #ffffff;
	min-width: 231px;
	border-radius: 10px;
    border: 3px solid transparent;
}
.btn:hover {
    border: 3px solid rgba(147, 27, 28, 1);
    color: rgba(161, 31, 34, 1);
}
.btn.white{
	background: transparent;
    border: 3px solid rgba(147, 27, 28, 1);	
    color: rgba(161, 31, 34, 1);
}
.btn.white:hover{
	background: rgba(161, 31, 34, 1);
    border: 3px solid transparent;
    color: #ffffff;
}
.section-bg{
	background: rgba(250, 250, 250, 1);
}
.section-padding{
	padding: 60px 0px;
}
/* section */
#section {
	position:relative;
	display:block;
	width:100%;
	min-height: 100%;
}
/* page wrap */
#page-wrap {
	margin:0 auto;
	width: 100%;
}
/* header */
#header-wrap {
	position:fixed;
	width:100%;
	z-index:999;
	background: #ffffff;
}
.header-block{
	padding: 52px 0px 41px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
	transition: all 0.3s;
}
.scrolled .header-block {
    padding: 15px 0px;
}
.logo a {
	display: block;
	padding-left: 7px;
}
.logo img {
	width: 283px;
	transition: all 0.3s;
}
.scrolled .logo img {
	width: 200px;
}

/* nav block */
.nav-block{}
.nav-block ul{
	list-style: none;
}
.nav-block ul li{}
.nav-block ul li a{
	font-family: Inter;
	font-weight: 600;
	vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 10px 19px;
    color: rgba(20, 19, 22, 1);
}
.nav-block ul li.current_page_item a,
.nav-block ul li a:hover{
	color: rgb(161 31 34);
}
.nav-block ul li.btn{
	padding: 0px;
    margin-left: 32px;
    min-width: initial;
}
.nav-block ul li.btn a{
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	background: rgba(161, 31, 34, 1);
	color: #ffffff !important;
	padding: 16px 28px;
	border-radius: 10px;
}
.nav-block ul li.btn a:hover{
	background: #ffffff;
	color: rgba(161, 31, 34, 1) !important;
}
#content-wrap{
	padding-top: 151px;
}

/* banner-block */
.banner-block{
	padding: 45px 0px 168px;
	overflow-x: hidden;
}
.banner-content{
    padding-left: 203px;
    padding-top: 50px;
}
.banner-image{
	display: flex;
	position: relative;
	padding-left: 127px;
}
.banner-image img{
	border-radius: 30px;
}
.banner-image:before{
	content: '';
	position: absolute;
	left: 60px;
	top: 50%;
	height: 502px;
	width: 100%;
	background: rgba(161, 31, 34, 1);
	border-radius: 30px 0px 0px 30px;
	transform: translate(0px, -50%);
	z-index: -1;
}
.banner-buttons{
	padding-top: 55px;
}
.banner-buttons a{
	margin-right: 32px;
}

/* other-banner-block */
.other-banner-block{
	height: 414px;
	background-size: cover;
	background-position: center center;
}


/* features-section */
.features-section{
	background: rgba(250, 250, 250, 1);
	padding-top: 162px;
	padding-bottom: 172px;
}
/*.features-section p,
.features-section h2{
	color:#ffffff;
}*/
.features-section .image-panel{
	position: relative;
	height: auto;
}
.features-section .image-panel:before {
	content: '';
	position: absolute;
	right:110px;
	top: 56%;
	height: 502px;
	/*width: 106%;*/
	width: 240%;
	background: rgba(161, 31, 34, 1);
	border-radius: 0px 30px 30px 0px;
	transform: translate(0px, -50%);
}
.features-section .image-panel:after{
	display: none;
}
.features-section .image-panel img{
	border-radius: 30px;
}
.features-section .image-panel .img-1{
	position: absolute;
    max-width: 239px;
    left: -34px;
    top: 37px;
}
.features-section .image-panel .img-2{
	position: absolute;
    max-width: 435px;
    right: 22px;
    top: 0px;
}
.features-section .image-panel .img-3{
	position: absolute;
    max-width: 316px;
    left: -83px;
    bottom: -15px;
}

.features-section .content-panel{
	padding-top: 103px;
    padding-left: 50px;
}
.border{
	width: 90px;
	height: 28px;
	background: rgba(161, 31, 34, 1);
	border-radius: 4px;
	margin-bottom: 18px;
	border: none !important;
}
.border-center .border{
	margin: 0px auto;
}
.counter-section {
  display: flex;
  padding: 10px;
}
.counter-box {
	padding: 13px 22px 10px 4px;
}
.counter {
  font-size: 44px;
  font-weight: bold;
  color: rgba(161, 31, 34, 1);
  padding-bottom: 29px;
}
.counter-box p{
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}


/* services-grid */
.services-grid{
	padding-top: 154px;
}
.services-grid h2{
	margin-bottom: 6px;
}
.services-grid .top-content {
	padding-bottom: 70px;
}
.services-grid .top-content p{
	font-weight: 600;
	color: rgba(100, 100, 100, 1);
}
.services-grid .top-content strong a,
.services-grid .top-content strong{
	color: #000000;
}
.services-grid .top-content strong a{
	text-decoration: underline;
}
.service-img{
	padding-bottom: 11px;
}
.service-content {
	padding-right: 180px;
	padding-bottom: 138px;
}
.service-content p{
	line-height: 27px;
	color: rgba(100, 100, 100, 1);
	margin-bottom: 20px;
}

/* cta-section */
.cta-section{
	padding-top: 71px;
	padding-bottom: 70px;
	background: rgba(20, 19, 22, 1);
}
.cta-section h2{
	color: #ffffff;
	margin-bottom: 5px;
}
.cta-section p{
	color: #ffffff;
}
.cta-section .btn.white{
	color: #ffffff;
}
.cta-left{
	padding-top: 15px;
}
.cta-right {
	padding-left: 41px;
	position: relative;
}
.cta-right:before {
	content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    height: 363px;
    width: 300%;
    background: rgba(161, 31, 34, 1);
    border-radius: 30px 0px 0px 30px;
    transform: translate(0px, -50%);
}
.cta-right img{
	max-width: 470px;
	position: relative;
	z-index: 2;
}
.cta-section .banner-buttons {
    padding-top: 67px;
}

/* center-block */
.center-block{
	padding-top: 61px;
	padding-bottom: 42px;
}
.center-block h2{
	margin-bottom: 18px;
}

/* image-content */
.image-content{}
.image-panel{
	height: 788px;
	position: relative;
}
.image-panel:after{
	content: '';
	position: absolute;
	top: 0px;
	right: 109px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	border-radius: 0px 30px 30px 0px;
}
.content-panel {
	max-width: 38%;
}
.content-panel p{
	margin-bottom: 25px;
}
.content-panel h2{
	line-height: 58px;
	margin-bottom: 35px;
}
.content-panel h6{
	font-family: Inter;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	letter-spacing: 0%;
	color: rgba(20, 19, 22, 1);
}
.content-panel ul{
	list-style: disc;
	padding-left: 30px;
}
.content-panel ul li{
}
.flex-row-reverse .image-panel:after{
	right: -109px;
	border-radius: 30px 0px 0px 30px;
}
.flex-row-reverse .content-panel {
    max-width: 40%;
    padding-right: 40px;
}

.section-bg{
	background: rgba(250, 250, 250, 1);
}
.image-content{
	padding-top: 77px;
	padding-bottom: 77px;
}

/* contact-block */
.contact-block{}
.contact-block h2 {
    margin-bottom: 38px;
}
.contact-info{
	padding-top: 105px;
}
.contact-block .contact-btn a{
	background: rgba(161, 31, 34, 1);
	max-width: 422px;
	padding: 29px 45px;
	display: flex;
	border-radius: 60px;
	margin: auto;
	color: #ffffff;
}
.contact-btn img{
	margin-right: 21px;
}
.contact-btn strong{
	font-family: Montserrat;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0%;
	display: block;
	color: #ffffff;
}
.contact-btn span{
	font-family: Roboto;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #ffffff;
}

/* contact-form */
.contact-form{
	padding-top: 124px;
	padding-bottom: 154px;
	background: rgba(250, 250, 250, 1);
}
.contact-form h2{
	margin-bottom: 20px;
}
textarea,
input{
	font-family: Roboto !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 27px !important;
	letter-spacing: 0% !important;
	padding: 20px 42px !important;
	border: none !important;
	border-radius: 10px !important;
}
.gform_button{
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 19px !important;
	letter-spacing: 0% !important;
	text-align: center !important;
	background: rgba(161, 31, 34, 1) !important;
	color: #ffffff !important;
	min-width: 231px !important;
	border-radius: 10px !important;
    border: 3px solid transparent !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
	display: flex;
	justify-content: end;
}


/* footer wrap */
#footer-wrap {
	width: 100%;
	font-size: 16px;
}
.footer-top-block{	
	padding-top: 100px;	
	padding-bottom: 116px;
}
.footer-top-block h4{
	margin-bottom: 45px;
}
.footer-top-block a{
	color: rgba(20, 19, 22, 1);
}

.contact-details{}
.contact-details li{
	display: flex;
	margin-bottom: 14px;
	align-items: center;
}
.contact-details li a{	
	display: flex;
	width: 100%;
}
.contact-details li img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.footer-menu{}
.footer-menu ul{
	column-count: 2;
  	column-gap: 20px;
  	max-width: 80%;
}
.footer-menu ul li{
	padding-bottom: 10px;
}
.footer-menu ul li a{}
.newsletter-form{
	border: 1px solid rgba(0, 0, 0, 1);
	position: relative;
	border-radius: 35px;
	overflow: hidden;
	margin-top: 38px;
}
.newsletter-form .ginput_container_number input{
	width: calc(100% - 160px) !important;
	padding: 20px 24px !important;
}
.newsletter-form .gform_button{
	font-family: Montserrat !important;
	font-weight: 600 !important;
	font-size: 17px !important;
	line-height: 100% !important;
	letter-spacing: 2% !important;
	text-align: center !important;
	text-transform: uppercase !important;
	min-width: 159px !important;
	padding: 0px !important;
	height: 46px !important;
	border-radius: 23px !important;
}
.newsletter-form .gform_footer.top_label{
	padding: 0px !important;
	margin: 0px !important;
	position: absolute;
	top: 10px;
	right: 10px;
}
.newsletter-form .gform_validation_errors{
	display: none !important;
}

.copy-block{
	background: rgba(161, 31, 34, 1);
	color: #ffffff;
	padding: 35px 0px;
}
.copy-block a{
	color: #ffffff;
	margin: 0px 5px;
}
.copy-block strong{
	font-weight: 600;
	margin-right: 5px;
}
.social-media{
	display: flex;
	align-items: center;
}
.social-media p{
	margin-bottom: 0px;
	margin-right: 35px;
}
.social-media ul{
	display: flex;
	align-items: center;
}
.social-media ul li{
	margin-right: 14px;
	line-height: 0px;
}
.social-media ul li a{}

.copyright{
	display: flex;
	justify-content: end;
}

/* responsive */
@media only screen and (max-width:1460px) {
	.banner-block {
    padding: 45px 0px 100px;
	}
	.banner-content {
    padding-left: 15px;
    padding-top: 50px;
	}
	.content-panel {
    max-width: 50%;
	}

	.features-section {
    padding-top: 100px;
    padding-bottom: 50px;
	}
	.features-section .image-panel .img-1 {
    max-width: 239px;
    left: 15px;
    top: 37px;
	}
	.features-section .image-panel .img-3 {
    max-width: 316px;
    left: 15px;
    bottom: 50px;
	}
	.contact-block .contact-btn a {
    max-width: 422px;
    padding: 29px 30px;
    border-radius: 60px;
	}
	.contact-info {
    padding-top: 80px;
	}
	.contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
	}
}

@media only screen and (max-width:1280px) {
	h1 {
    font-size: 75px;
    line-height: 80px;
	}
	h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
	}
	h3 {
    font-size: 34px;
    line-height: 45px;
	}
	.header-block {
    padding: 40px 0px;
	}
	.btn {
    font-size: 20px;
    line-height: 40px;
    min-width: 200px;
    border-radius: 10px;
	}
	.logo img {
    width: 200px;
	}
	.nav-block ul li a {
    padding: 10px 10px;
    font-size: 15px;
	}
	.nav-block ul li.btn a {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
	}
	.nav-block ul li.btn {
    margin-left: 15px;
	}

	#content-wrap {
    padding-top: 131px;
	}

	.banner-block {
	  padding: 45px 0px 80px;
	}
  .banner-content {
    padding-left: 15px;
    padding-top: 20px;
	}
	.banner-image:before {
    left: 30px;
    top: 50%;
    height: 378px;
	}
	.banner-image {
    padding-left: 90px;
	}

	.features-section {
	  padding-top: 80px;
	  padding-bottom: 50px;
	}
	/*.features-section .image-panel:before {
    left: -20%;
    top: 46%;
    height: 380px;
    width: 106%;
    border-radius: 0px 30px 30px 0px;
	}	*/
	.features-section .image-panel .img-1 {
    max-width: 200px;
    left: 15px;
    top: 50px;
	}
	.features-section .image-panel .img-2 {
    max-width: 266px;
    right: 10px;
	}
	.features-section .image-panel .img-3 {
	  max-width: 240px;
	  bottom: 70px;
	}

	.features-section .content-panel {
    padding-top: 50px;
    padding-left: 10px;
	}

	.services-grid {
    padding-top: 80px;
    padding-bottom: 30px;
	}
	.services-grid .top-content {
    padding-bottom: 30px;
	}
	.service-content {
    padding-right: 50px;
    padding-bottom: 50px;
	}

	.image-panel {
    height: 640px;
    position: relative;
	}
	.image-panel:after {
    right: 15px;
	}
	.flex-row-reverse .image-panel:after {
    right: -15px;
	}
	.flex-row-reverse .content-panel {
    max-width: 50%;
    padding-right: 15px;
	}
	.contact-form {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}

	.footer-top-block {
    padding-top: 80px;
    padding-bottom: 80px;
	}
	.copyright {
    font-size: 15px;
	}
	.newsletter-form .gform_button {
    font-size: 15px !important;
    letter-spacing: 1% !important;
    min-width: auto !important;
    height: 46px !important;
    padding: 0px 18px !important;
	}
}

@media only screen and (max-width:1023px) {
	h1 {
	  font-size: 65px;
	  line-height: 70px;
	}
	h2 {
	  font-size: 45px;
	  line-height: 55px;
	  margin-bottom: 30px;
	}
	.content-panel h2 {
    margin-bottom: 30px;
	}
	.btn {
	  font-size: 16px;
	  line-height: 30px;
	  min-width: auto;
	  border-radius: 10px;
	  padding: 8px 20px;
	}
	.header-block {
    padding: 20px 0px;
	}
	.logo img {
	  width: 190px;
	}
	.navbar-button {
	  width: 52px;
	  height: 40px;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  border: 1px solid #000000;
	  border-radius: 8px;
	  cursor: pointer;
	}
	.navbar-toggler-icon-1 {
	  width: 30px;
	  height: 3px;
	  background: #000000;
	  display: block;
	  margin: 2px 0px;
	  border-radius: 2px;
	}
	.nav-block {
	  display: none;
	  position: absolute;
	  top: 80px;
	  left: 0px;
	  width: 100%;
	  z-index: 10;
	  background: #ffffff;
	}
	.nav-block ul {
    display: block !important;
    padding: 12px 0 40px;
	}
	.nav-block ul li a {
	  padding: 10px 15px;
	  font-size: 18px;
	}
	.nav-block ul li.btn {
	  margin-top: 8px;
	}
	.nav-block ul li.btn a{
	  font-size: 18px;
	}
	#content-wrap {
	  padding-top: 80px;
	}

	.other-banner-block {
    height: 280px;
	}

	.banner-block .row{
		flex-direction: column-reverse;
	}
	.banner-content h1,
	.banner-content h6{
		text-align: center;
	}
	.banner-buttons {
    padding-top: 30px;
    justify-content: center;
	}
	.banner-image{
		padding-bottom: 30px;
	}
	.features-section .image-panel {
		display: flex;
		justify-content: center;
	}
	.features-section p, .features-section h2 {
		color: #000000;
	}
	.counter {
		color: rgba(161, 31, 34, 1);
	}
	.features-section .image-panel .img-1,	
	.features-section .image-panel .img-2,
	.features-section .image-panel .img-3 {
		position: relative;
	  max-width: 100%;
	  width: 33.33%;
	  left: auto;
	  top: auto;
	  right: auto;
	  bottom: auto;
	  z-index: 1;
	  padding: 0px 15px;
	}
	.features-section .image-panel:before {
	  left: -16%;
	  top: 51%;
	  height: 380px;
	  width: 106%;
	  border-radius: 0px 30px 30px 0px;
	}
	.features-section .content-panel {
      padding-top: 120px;
      padding-left: 10px;
  }
	.flex-row-reverse .content-panel {
	  max-width: 100%;
	  padding-right: 15px;
	}
	.flex-row-reverse .image-panel:after {
		right: -15px;
		border-radius: 20px;
	}
	.content-panel {
	  max-width: 100%;
	}

	.service-content {
	  padding-right: 15px;
	  padding-bottom: 50px;
	}

	.cta-section{
		overflow-x: hidden;
	}
	.cta-section .banner-buttons {
    padding-top: 30px;
	}
	.cta-left {
    padding-top: 0px;
    padding-bottom: 30px;
	}
	.cta-right:before {
    left: 8px;
    top: 50%;
    height: 363px;
    width: 150%;
	}

	.image-panel:after {
	  right: 15px;
	  left: 15px;
	  width: 96%;
	  border-radius: 20px;
	}
	.image-panel {
	  height: 440px;
	  position: relative;
	  margin-bottom: 20px;
	}

	.contact-info {
	  padding-top: 40px;
	}
	.contact-info .row>div{
		margin-bottom: 20px;
	}

	.footer-top-block {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	.footer-top-block h4 {
    margin-bottom: 20px;
	}
	.newsletterform{
		padding-top: 30px;
	}

	.copy-block {
    padding: 25px 0px;
	}
	.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
	}
	.social-media p {
    margin-bottom: 0px;
    margin-right: 16px;
	}
	.copyright {
	  font-size: 15px;
	  justify-content: center;
	  display: block;
	  text-align: center;
	}
	.copyright strong{
		display: block;
	}
	.first-bdr{
		display: none;
	}
}
@media only screen and (max-width:767px) {
	h1 {
	  font-size: 55px;
	  line-height: 65px;
	}
	h2 {
	  font-size: 35px;
	  line-height: 45px;
	  margin-bottom: 20px;
	}
	h3 {
    font-size: 30px;
    line-height: 40px;
  }
	h4 {
    font-size: 25px;
    line-height: 30px;
	}
	h5 {
    font-size: 24px;
    line-height: 35px;
	}
	h6 {
    font-size: 20px;
    line-height: 30px;
	}
	.content-panel h2 {
		line-height: 45px;
	  margin-bottom: 20px;
	}
	.banner-block {
	  padding: 45px 0px 60px;
	}
	.banner-image:before {
	  left: 30px;
	  top: 46%;
	  height: 330px;
	}
	.features-section {
	  padding-top: 60px;
	  padding-bottom: 50px;
	}
	.features-section .image-panel {
	  display: block;
	  justify-content: center;
	}
	.features-section .image-panel:before{
		display: none;
	}
	.features-section .image-panel .img-1, .features-section .image-panel .img-2, .features-section .image-panel .img-3 {
	  position: relative;
	  max-width: 100%;
	  width: 100%;
	  left: auto;
	  top: auto;
	  right: auto;
	  bottom: auto;
	  z-index: 1;
	  padding: 10px 0px;
	}
	.features-section .content-panel {
	  padding-top: 20px;
	  padding-left: 10px;
	}
	.counter-box {
    padding: 13px 22px 0px 4px;
	}
	.counter {
    font-size: 30px;
    padding-bottom: 10px;
	}
	.content-panel p {
    margin-bottom: 15px;
	}
	.counter-box p {
    font-size: 18px;
    line-height: 20px;
	}
	.cta-right img {
    max-width: stretch;
    position: relative;
    z-index: 2;
	}
	.content-panel h6 {
    font-size: 22px;
    line-height: 31px;
	}

	.contact-block .contact-btn a {
    max-width: 422px;
    padding: 20px;
    border-radius: 60px;
  }
  .contact-form {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	.gform_button {
    font-size: 18px !important;
    line-height: 19px !important;
    min-width: 180px !important;
    padding: 16px 30px !important;
	}
}
@media only screen and (max-width:480px) {
	h1 {
	  font-size: 45px;
	  line-height: 55px;
	}
	.counter {
	  font-size: 25px;
	  padding-bottom: 10px;
	}
	.counter-box p {
	  font-size: 16px;
	  line-height: 20px;
	}

	.cta-right:before {
	  left: 8px;
	  top: 50%;
	  height: 245px;
	  width: 150%;
	}
	.banner-image:before{
	  height: 245px;
	}
	.banner-image {
	  padding-left: 50px;
	}
	.image-panel {
	  height: 250px;
	  position: relative;
	  margin-bottom: 20px;
	}
	.image-panel:after {
	  width: 93%;
	}
	.contact-btn img {
    margin-right: 15px;
    width: 35px;
	}
	.contact-block .contact-btn a {
	  max-width: 422px;
	  padding: 18px;
	  border-radius: 60px;
	}
}