body{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection{
	background: #ff5f47;
	color: #fff;
}

::selection{
	background: #ff5f47;
	color: #fff;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ecf1f5;
	z-index: 9999;
	text-align: center;
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 120px;
	display: flex;
	flex-flow: column nowrap;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .diamond{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #ff685c;
    -webkit-transform: translateY(0) rotate(45deg) scale(0);
    transform: translateY(0) rotate(45deg) scale(0);
    -webkit-animation: diamonds 1500ms linear infinite;
    animation: diamonds 1500ms linear infinite;
}

.preloader .diamond:nth-child(1) {
    -webkit-animation-delay: -1000ms;
    animation-delay: -1000ms;
}

.preloader .diamond:nth-child(2) {
    -webkit-animation-delay: -2000ms;
    animation-delay: -2000ms;
}

.preloader .diamond:nth-child(3) {
    -webkit-animation-delay: -3000ms;
    animation-delay: -3000ms;
}

.preloader .diamond:nth-child(4) {
    -webkit-animation-delay: -4000ms;
    animation-delay: -4000ms;
}

@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

header.header{
	
}

.header .navbar{
	padding: 0;
	background: none;
	transition: all 0.3s;
}

.header .navbar.sticky-header{
	background: #6ccc00;
}

.header .navbar .container {
    position: relative;
}

.header .navbar-brand img{
	height: 46px;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item{
	position: relative;
	padding: 32px 16px;
	font-size: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 300;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	padding: 6px 0;
	margin: 0;
	background: #fbbc0f;
}

.header .navbar-light .navbar-nav .nav-item ul li{
	display: block;
	width: 100%;
}

.header .navbar-light .navbar-nav .nav-item ul li a{
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 8px 16px;
	transition: all 0.3s;
}

.header .navbar-light .navbar-nav .nav-item ul li a:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-item:hover ul{
	display: block;
}

.header .sticky-header.navbar-light .navbar-nav .nav-item{
	padding: 17px 16px;
}

.header .navbar-light .navbar-nav .special-link .nav-link{
	border: 1px solid #fff;
}

.header .navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-size: 18px;
	padding: 6px 20px;
	position: relative;
}

.header .navbar-light .navbar-nav .nav-link:focus{
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-link.download-link:focus{
	color: #fff;
}

.header .navbar-light .navbar-nav .nav-item .active.nav-link.download-link{
	color: #fff;
}

.header .sticky-header .navbar-brand img{
	height: 44px;
}

.header .navbar-toggle{
	display: none;
	position: absolute;
	right: 15px;
	top: 14px;
	transition: all 0.3s;
}

.header .sticky-header .navbar-toggle{
	top: 10px;
}

#responsive-menu{
	display: none;
	width: calc(100% + 30px);
	position: relative;
    top: 12px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

.header .sticky-header #responsive-menu{
	background: none;
}

.header .slicknav_menu{
	padding: 0;
	background: none;
}

.header .slicknav_btn{
	padding: 8px;
	border: 1px solid #fff;
	border-radius: 0;
	margin: 0;
	background: none;
}

.header .slicknav_icon-bar{
	box-shadow: none;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	background: #fff;
}

.header .slicknav_nav{
	padding: 10px 0;
}

.header .slicknav_nav a{
	color: #fff;
	margin: 0;
	padding: 6px 2px;
}

.header .slicknav_nav a.active{
	color: #000;
}

.header .slicknav_nav a:hover{
	background: none;
	color: #000;
}


/* Footer CSS Starts */
footer.main-footer{
	background: #dbdbdb;
	padding: 80px 0;
}

.footer-logo{
	text-align: center;
}
/* Footer CSS Ends */

.afterline h2,
.afterline .elementor-text-editor p{
	position: relative;
	padding-bottom: 30px !important;
}

.afterline h2:after,
.afterline .elementor-text-editor p:after{
	content: '';
	display: block;
	width: 124px;
	height: 1px;
	background: #948e8c;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -62px;
}

.header-list ul{
	list-style: none;
}

.header-list ul li{
	padding: 1px 0 1px 40px;
	background: url(../images/header-list.png) no-repeat left center;
}

.fullwidth .elementor-button{
	width: 100%;
}

.radio-group{
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.radio-group,
.radio-group .wpcf7-list-item{
	color: #6ccc00;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 45px;
	margin-left: 0;
}

.wpcf7-list-item label input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.wpcf7-list-item label input[type="radio"] + .wpcf7-list-item-label:after {
	content: '';
	background: none;
	border-radius: 100%;
	border: 4px solid #173832;
	display: inline-block;
	width: 36px;
	height: 36px;
	position: relative;
	top: 0;
	right: 0;
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}

.wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:after {
	background-color: #173832;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.wpcf7-list-item label input[type="radio"]:focus + .wpcf7-list-item-label:after {
	outline: none;
	border-color: #173832;
}

.wpcf7-list-item label input[type="radio"]:disabled + .wpcf7-list-item-label:after {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.wpcf7-list-item label input[type="radio"] + .wpcf7-list-item-label:empty:after {
	margin-right: 0;
}

.form-row-one{
	margin-bottom: 60px;
}

.form-row-one:after{
	content: '';
	display: block;
	clear: both;
}

.form-row-one label{
	font-family: Helvetica;
	font-size: 25px;
	color: #173832;
	margin-bottom: 16px;
}

.form-column-left{
	float: left;
	width: 48%;
}

.form-column-right{
	float: right;
	width: 48%;
}

.con-name,
.con-phone{
	width: 100%;
	border: 1px solid #959595;
	padding: 16px 20px 16px 60px;
	font-family: inherit;
	outline: 0;
}

.con-name{
	background: url(../images/email.png) no-repeat left 14px center;
}

.con-phone{
	background: url(../images/phone.png) no-repeat left 14px center;
}

.con-btn{
	width: 100%;
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	border: none;
	background: #6ccc00;
	outline: 0;
	padding: 20px 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.con-btn:hover{
	background: #173832;
}