html {
	height: 100%;
}

body {	
	min-height: 100%;
	position: relative;	
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0 !important;
}

a {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 15px;
}

h1{
	font-size: 98px;
	line-height: 98px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold; 

}
h2{
	font-size: 45px;
	line-height: 55px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold; 

}


h3{
	font-size: 36px;
	line-height: 42px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold; 

}

h5{
	font-size: 26px;
	line-height: 36px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold; 

}

h4{
	font-size: 21px;
	line-height: 30px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold; 

}

p{
	font-size: 21px;
	line-height: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

}

.margin-0{
	margin: 0 !important;
}

.padding-0 {
	padding: 0 !important;
}

.float-none {
	float: none;
}

.inline-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.container{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    transition: 0.4s;
}
header .logo{
	position: absolute;
    top: 30px;
    left: 40px;
}
header .logo img{
	width: 90px;
}

header.sticky {
    background: #000;
    z-index: 99999;
    position: fixed;
    height: 100px;
    transition: all 0.4s ease;
}
header.sticky .logo{
	top: 24px;
}
header.sticky .logo img{
	width: 60px;
}

header.sticky .nav {
    padding-top: 42px;
    transition: 0.4s;
}
header .nav{
	justify-content: flex-end;
	padding-top: 68px;
}
header ul {
    display: flex;
    justify-content: space-between;
    width: 61%;
    margin: 0;
    padding: 0;
}

header ul li {
    list-style: none;
}
header ul li a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition:0.4s; 
}
header ul li a:hover, header ul li.active a{
	color:#ff0000;
}


header ul li.red a{
	color:#ff0000;
	font-weight: 700;
}

.banner{
	background:#000;
	width: 100%; 
	height: auto;
	padding-bottom: 100px;
	position: relative;
}
.banner-texture{
	background-image: url('../images/texture_red.svg');
	background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;	
}

.left-circle, .right-circle{
	max-width: 563px;
	height: 563px;
	align-items: center;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items:center;
}
.left-circle{
	position: relative;
	z-index: 9;
}

.left-circle .box-desc{
	text-align: center;
	padding-right: 100px;
    padding-left: 90px;
}

.left-circle .box-desc h2{
	color:#fff;
	text-align: right;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.left-circle .box-desc p{
	color:#fff;
	line-height: 35px;
	text-align: right;
	padding-right: 0 !important;
}

.left-circle:before {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    background: rgba(254,254,254,0.5);
    right: 16px;
    top: 142px;
    border-radius: 50%;
}

.left-circle:after {
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    background: rgba(254,254,254,0.5);
    right: 16px;
    bottom: 142px;
    border-radius: 50%;
}

.right-circle{
	margin-left:-60px; 
}

.right-circle .box-desc{
	text-align: center;
	padding-right: 90px;
    padding-left: 100px;
}

.right-circle .box-desc h2{
	color:#fff;
	text-align: left;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.right-circle .box-desc p{
	color:#fff;
	line-height: 35px;
	text-align: left;
}


.banner-box-circle {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    display: -webkit-flex;
}

.banner .welcome-text{
	font-size: 45px;
	line-height: 50px;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold; 
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 10px;
	display: inline-block;
    padding: 0 18px;
}

.banner .welcome-text span{
	color: #ff0000;
}

.banner-desc{
	padding: 220px 163px 0;
}

.banner-desc h1{
	background:#ff0000;
	text-transform: uppercase;
	display: inline-block;
	padding: 7px 15px;
	color: #fff;
	letter-spacing: 9px;

}

.sub-titile{
	background: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 15px;
    color: #000;
    font-weight: bold;
    font-size: 98px;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 10px;
    line-height: 100px;
}


.banner-desc p{
	color: #fff;
    margin-top: 50px;
    padding-right: 0;
}

.about-section{
	padding: 113px 0 80px;
	background: #e1e1e1;
}


.about-section .row{
	align-items: center;
}

.abut-text h2{
	color:#ff0000;
	border-bottom: 1px solid #231f20;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin-left: -3px;
}

.abut-text p{
	color: #231f20;
	padding-right:100px;
	margin-bottom: 0;
}

.about-right{
	background:#000;
	padding: 162px 141px 150px 89px;
	align-items: center;
	font-size: 40px;
	color:#fff;
	font-weight: bold;
	font-family: 'Titillium Web', sans-serif;
	line-height: 48px;
	position: relative;
	overflow:hidden; 
}
.about-right span{
	color:#ff0000;
}

.about-right:after{
	background: #ff0000;
    position: absolute;
    content: "";
    width: 350px;
    height: 350px;
    border-radius: 50%;
    right: -189px;
    bottom: -193px;
}

.sub-title{
	color:#939598;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 21px;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 10px;
}
.about-section .sub-title{
	color: #000;
}

.mision-section{
	background:#ff0000 ;
	padding: 186px 0;
	position: relative; 
	overflow:hidden; 
}

.mision-section .row{
	align-items: center;

}

.mision-section:before,
.mision-section:after{
	position: absolute;
	content: "";
}
.mission-frame{
	position: absolute;
	background-image:url(../images/frame_lines.svg);
	width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0;
    z-index: 9;
}

/*.mision-section:before{
	background-image:url(../images/frame_lines.svg);
	width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0;
    z-index: 9;
}*/

.mision-section:after{
	background: url(../images/grey_semicircle.svg) no-repeat;
    left: 0;
    width: 338px;
    height: 338px;
    border-radius:0;
    bottom: -84px;
    background-size: 250px;
}



.mision-main{
	display: flex;
	align-items: center;
}

.mision-main .mision-left{
	background: #fff;
	padding: 80px 100px 60px;
	width: 50%;
	margin-right: 50px;
	z-index: 99;
}
.mision-main .mision-right{
	z-index: 99;
}
.mision-main .mision-left p{
	margin-bottom: 30px;
}

.mision-main .mision-right .sub-title{
	color:#000;
}

.mision-main .mision-right h2{
	color:#fff;
	text-transform: uppercase;
}

.benefits-section{
	background:#000;
	padding: 100px 0 40px;
	position: relative;  
	overflow: hidden;

}

.benefits-section .container{
	max-width: 1131px;
}

.benefits-section:before{
	background: url(../images/grey_semicircle2.svg) no-repeat;
    left: 0;
    width: 338px;
    height: 338px;
    border-radius: 0;
    top: 0;
    position: absolute;
    content: "";
    background-size: 250px;

}

.benefits-section .sub-title{
	color: #ff0000;
}

.benefits-section ul{
	display: flex;
	margin:0;
	padding: 0; 
}
.benefits-section ul li{
	list-style: none;
	font-size: 45px;
	color:#fff;
	text-transform: uppercase;
	margin-right: 20px;	
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	position: relative;
	line-height: 55px;
	margin-bottom: 20px;
}
.benefits-section ul li:after{
	background:#ff0000;
	width: 5px;
	height: 5px;
	position: absolute;
	content: "";
	right: -8px;
    bottom: 9px;
}

.benefits-section p{
	color:#fff;
	border-bottom: 2px solid #3d3d3f;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.row.list {
    align-items: center;
    color: #fff;
    border-bottom: 2px solid #3d3d3f;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.row.list p{
	font-size: 18px;
    line-height: 28px;
   	font-weight: 400;
    color: #d1d3d4;
}

#borderimg2 { 
  border: 30px solid transparent;
  padding: 15px;
  border-image: url(../images/border-line.png) 30 stretch;
}

.row.list img{
	max-width: 50%; 
	display: block;
}

.row.list h3{
	text-transform: uppercase;
	margin-bottom: 0;
}

.row.list:last-child{
	border-bottom: 0;
}

.industries-section{
	padding:100px 0 150px;
	background: #e1e1e1;
}

.industries-section .col-lg-4:nth-child(odd) .indus-box{
	background: #221f1f;
}
.industries-section .col-lg-4:nth-child(even) .indus-box{
	background: #000;
}

.indus-box{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 35px;
    border: 2px solid #e1e1e1;
    height: 100%;
}

figure {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.indus-box img{
	width: 100px;
	height: 100px;
	display: block;
	margin:0 auto 30px; 
}

.indus-box h4{
    width: 100%;
    display: block;
    text-align: center;
    color:#fff;
}

.industries-section .sub-title{
	color:#ff0000;
}

.industries-section h2{
	text-transform: uppercase;
}

.industries-section p{
	margin-bottom: 50px;
}

.expertise-section{
	background:#000;
	padding: 130px 0; 
}

.expertise-section .sub-title{
	color:#ff0000;
}
.expertise-section h2{
	color:#fff;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.expertise-section .casualty-main{
	background:#fff;
	padding: 25px; 
}

.expertise-section .casualty-main h2{
	color:#ff0000;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 40px;
}

.expertise-section .casualty-main p{
	color:#000;
}

.red-bg{
	display: flex;
}
.red-bg .red-box{
	background:#ff0000;
	padding: 25px 30px 50px;
	text-align: center;
	border-top: 1px solid #000;
	border-right: 1px solid #000;

}

.red-box .counter{
	font-size: 112px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	color:#fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.red-box h5{
	color:#fff;
}

.specialty-section{
	padding: 100px 0;
	background: #e1e1e1;
}

.specialty-section .specialty-left{
	background:#ff0000;
	display: flex;
	align-items: center;
	height: 100%; 
	padding: 0 50px;
	color:#fff;
}
.specialty-section .specialty-left h2{
	text-transform: uppercase;
}
.specialty-section .specialty-right{
	padding-left: 50px;
}

.specialty-section .specialty-right h2{
	text-transform: uppercase;
	font-size: 40px;
}


.get-in-touch{
	background:#000;
	padding: 120px 0 30px; 
}

.get-in-touch .title{
	font-size: 45px;
	text-transform: uppercase;
	color:#ff0000;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	padding: 0 20px;
	margin-left: 15px;
}
.contact-form{
	display: flex; 
	flex-wrap: wrap;
	padding: 0 20px;
}

.form-group {
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 10px;
}

.form-group:last-child{
	width: 100%;
}

#gform_1 .gform_body input{
	border-radius: 0;
	height: 73px;
	border: 0;
	font-size: 21px;
	padding: 0 30px;
	margin-top: 3px;
	margin-bottom: 0;
} 

#gform_1 .gform_body input::-webkit-input-placeholder, .gform_wrapper textarea.medium::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#gform_1 .gform_body input::-moz-placeholder, .gform_wrapper textarea.medium::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
#gform_1 .gform_body input:-ms-input-placeholder, .gform_wrapper textarea.medium:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#gform_1 .gform_body input:-moz-placeholder, .gform_wrapper textarea.medium:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
#gform_1 .gform_body input:focus{
	outline: none;
}

#gform_1 .gform_body .gform_fields .gfield{
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.gform_wrapper #gform_1{
	padding: 0 35px;
}
.gform_wrapper #gform_1 .gform_footer{
	padding: 0 0 0 0;
    margin: 10px 0 0 0;
}

.gform_wrapper #gform_1 .gform_footer .gform_button{
	background: #ff0000;
    width: 285px;
    height: 72px;
    letter-spacing: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    border-radius: 0;
    font-weight: bold;
    font-size: 21px;
    margin: 0;
    border: 0;
    cursor: pointer;
    line-height: 72px;
    padding: 0;
}

.gform_wrapper #gform_1 .gform_footer .gform_button:focus{
	outline: none;
}


#gform_1 .gform_body .gform_fields .ginput_container_textarea{
	margin-top: 10px;
}

.gform_wrapper textarea.medium{
	font-size: 21px;
	color: #000;
	padding: 30px
}


.text-area{
	width: 100%;
	margin-bottom: 0;
}

.text-area textarea{
	width: 100%;
}



.copy-right{
	font-size: 16px;
	color: #fff;
	margin-top: 130px;
}

.circle-main:before {
    background: url(../images/black_semicircle.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 250px;
    content: "";
    z-index: 99;
    background-size: 250px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0!important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box;
}

.gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: auto !important;
    margin-bottom: 16px;
    position: absolute;
    bottom: 0px;
    right: 87px;
}
.gform_wrapper .validation_message{
	padding-top: 16px;
}


@media (min-width: 1600px) {
	.mission-frame{
		background-size: 100%;
	}
}
/* Large desktops and laptops */
@media (max-width: 1600px) {
	.mision-section{
		padding: 100px 0;
	}
	.mission-frame{
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.benefits-section:before{
		background-size: 150px;
	}
	.mision-section:after {
	  	width: 150px;
	    height: 150px;
	   	bottom: 0;
	    background-size: 150px;
	}
}
@media (max-width: 1500px) {
	.mision-section{
		padding: 120px 0 !important;
	}
	.mision-main .mision-left{
		padding: 100px 50px;
	}

}

@media (max-width: 1300px) {
	.mision-section{
		padding: 80px 0 !important;
	}
}

@media (max-width: 1199px) {
	.mision-section{
		padding: 50px 0 !important;
	}
	.left-circle, .right-circle{
		width: 563px;
	}
	h1{
		font-size: 80px;
		line-height: 86px;
	}
	.sub-titile{
		font-size: 80px;
		line-height: 86px;
		letter-spacing: 5px;
	}
	.mision-main .mision-media{
		padding: 50px;
	}
}

@media(min-width: 992px){
	.banner-texture{background-attachment: fixed;}
}


/* Portrait tablets and small desktops */
@media(max-width: 991px) {
	header .logo{
		top: 20px;
    	right: auto;
    	left: 30px;
	}
	header .logo img {
    	width: 70px;
	}
	.banner-desc{padding:130px 0 0;}
	h1{
		font-size: 60px;
		line-height: 70px;
	}
	.sub-titile{
		    font-size: 65px;
		    line-height: 75px;
	}
	.left-circle:before, .left-circle:after{
		display: none;
	}
	.right-circle{
		margin-left: 0;
		margin-top: 20px;
	}
	.banner-box-circle{
		flex-direction: column;
	}
	.left-circle, .right-circle{
		margin: 0 auto;
	}
	.mision-main{
		flex-direction: column;
	}
	.mision-main .mision-left{
		width: 100%;
		padding: 30px;
		margin-right: 0;
		order: 2;
	}
	.mision-right {
    text-align: left;
    width: 100%;
    margin-top: 20px;
    order: 1;
	}
	.benefits-section ul li{
		font-size: 40px;
		line-height: 50px;
	}
	.row.list{
		text-align: center;
	}
	.row.list img{
		margin: 0 auto 20px;
		width: 25%;
	}
	.specialty-section .specialty-right{
		padding-left: 0;
		margin-top: 20px;
	}
	.specialty-section .specialty-left{
		padding: 100px;
	}

	.mission-frame, .benefits-section:before, .mision-section:after{
		display: none;
	}
		.circle-main:before {
		display: none;
	}
	.toggle-nav{display: block; background: url(../images/toggle-nav.png) no-repeat left center; width: 50px; height: 50px; top: 0; right: 20px;position: fixed;background-size: 35px;}
	.header-top .logo{width: 250px; margin:0 auto;}
	 header .nav{opacity: 0;position: fixed; top: 0px; right: 0px; height: 100%;width: 280px;background: #000;box-shadow: 3px 1px 6px rgba(0,0,0,0.1);
	z-index: 999;transform: translateX(280px);transition-duration: 0.3s;padding: 20px 0;overflow-y: auto;overflow-x: hidden;}
	.show-menu .nav{opacity: 1;transform: translateX(0px);-webkit-transform: translateX(0px);-moz-transform: translateX(0px);transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;}
	.show-menu .nav ul {flex-direction: column; width: 100%; justify-content: flex-start;padding: 20px 30px 0;}
	.show-menu .nav ul li{margin: 0; padding-bottom: 25px;}
	
	.close{display: none;}
	.show-menu .close{display: inline-block; background: url(../images/close-icon.png) no-repeat left; width: 50px; height: 50px; background-size: 30px; margin-left: 0; position: absolute;
	} 
	.show-menu{position: relative;}
	.show-menu:before {background: rgba(0,0,0,0.5);position: absolute;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;content: "";
    z-index: 1;}
    .abut-text p{margin-bottom: 20px;}
    .left-circle .box-desc h2, .left-circle .box-desc p, .right-circle .box-desc h2, .right-circle .box-desc p{text-align: center;}
	.left-circle{margin-bottom: -80px;}
	.banner .welcome-text{padding: 0;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.container{
		max-width: 100%;
	}
	h1{
		font-size: 40px;
		line-height: 46px;
	}

	.sub-titile{
		font-size: 40px;
		line-height: 46px;
	}
	.banner-desc {
    padding: 103px 0 0;
	}
	header .nav{
		padding-top: 20px;
	}

	
	header ul{
		width: 100%;
		justify-content: flex-start;
	}
	.mision-main{
		flex-direction: column;
	}
	.abut-text p{
		padding-right: 0;
	}


	.form-group{
		width: 100%;
		margin-right: 0;
	}

	
    .get-in-touch .title{
    	font-size: 40px;
    	line-height: 50px;
    	margin-bottom: 20px;
    	padding: 0;
    }
    .get-in-touch{
    	padding: 60px 0 20px; 
    }
    .copy-right{
    	margin-top: 70px;
    }
     .industries-section{
    	padding: 60px 0;
    }
    .left-circle, .right-circle{
		width: 100%;
	}
	.banner{
		padding-bottom: 50px;
	}
	.gform_wrapper #gform_1{
		padding: 0 0;
	}
	.get-in-touch .col-lg-12{
		padding: 0;
	}
	.abut-text {
    	padding: 0 15px;
	}



}

/* Portrait phones and smaller */
@media (max-width: 550px) {
	.container{
		max-width: 480px;
		
	}
	.benefits-section .container{
		max-width: 480px;
	}
	h1{
		font-size: 30px;
		line-height: 36px;
	}
	.sub-titile{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 5px;
	}
	.banner .welcome-text{
		font-size: 30px;
		line-height: 36px;
	}
	.left-circle, .right-circle{
		height: 470px;
		margin: 0 auto;
		width: 100%;
	}
	.about-right{
		padding: 80px 30px;
	}
	.about-section{
		padding: 60px 0;
	}
	.benefits-section ul li {
    font-size: 23px;
    line-height: 34px;
	}
	h2{
		font-size: 34px;
		line-height: 46px;
	}
	.expertise-section .casualty-main h2{
		font-size: 30px;
		line-height: 40px;
	}
	.specialty-section .specialty-left{
		padding: 60px 20px;
	}
	.get-in-touch .title{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 20px;
		padding: 0;
	}
	.gform_wrapper #gform_1{
		padding: 0;
	}
	.get-in-touch{
		padding: 60px 0 20px;
	}
	 h3{
    	font-size: 26px;
    	line-height: 32px;
    }
    .specialty-section{
    	padding: 50px 0;
    }
    .expertise-section{
    	padding: 50px 0;
    }
    .copy-right{
    	text-align: center;
    	margin-top: 50px;
    }
    .red-box h5 br{
    	display: none;
    }
    .left-circle .box-desc p br, .right-circle .box-desc p br{
    	display: none;
    }
    .gform_wrapper span.gform_description{
    	bottom: -88px;
	    left: 0;
	    width: 100% !important;
	    text-align: left;
    }
    .left-circle .box-desc h2, .right-circle .box-desc h2{
		font-size: 24px;
    	line-height: 28px;
    	text-align: center;
	}

	.left-circle .box-desc p, .right-circle .box-desc p{
		font-size: 15px;
		line-height: 26px;
		text-align: center;	
	}
	.left-circle .box-desc, .right-circle .box-desc{
		padding: 0 20px;
	}
	.banner{
		padding-bottom: 50px !important;
	}
	header .logo img {
    	width: 60px;
	}
	.toggle-nav{
		top: 25px;
	}
    
}

@media (max-width: 480px) {
	.container{
		max-width: 360px;
		
	}
	.benefits-section .container{
		max-width: 360px;
	}

	.left-circle, .right-circle{
		height: 339px;
		margin: 0 auto;
		width: 100%;
	}
	.left-circle{
		margin-bottom: -65px;
	}
	.about-right{
		padding: 80px 30px;
	}
	
	.btn-default{
		width: 100%;
	}
	h1{
		font-size: 26px;
		line-height: 32px;
	}
	.sub-titile{
		font-size: 26px;
		line-height: 32px;
	}
	.about-right{
		font-size: 26px;
		line-height: 32px;
	}
	.about-right:after{
		display: none;

	}
	.gform_wrapper #gform_1 .gform_footer .gform_button{
		width: 100%;
	}
	
}

@media (max-width: 360px) {
	.container{
		max-width: 320px;
	
	}
	.benefits-section .container{
		max-width: 320px;
	}
	.left-circle, .right-circle{
		height: 292px;
	}
	.benefits-section ul li{
		font-size: 20px;
		line-height: 28px;
	}
	.btn-default{
		padding: 15px 0;
	}
	.mision-main{
		padding: 0;
	}
	.abut-text{
		padding: 0;
	}

}	