

/* ====================== INCLUDING FONTS =========================  */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

* {
	margin: 0;
	padding: 0;
}



body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
ul,
ol {
	list-style-type: none;
}


strong {
	font-weight: 700;
}
.container {
	max-width: 1150px;
	margin: 0 auto;
}

section {
	position: relative;
}
body.no-scroll {
	overflow: hidden;
}

.wrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}


/* ================== CROSS BROWSER COMPATABILITY ==================== */

.contact-info > h4,
.banner-form,
.banner-form:before,
.inspec-hd p,
.homeCalcAll,
.input input,
.kur,
.val input,
.our-rating,
.links_list li {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.cn-icon,
.list-icon,
.slick-dots li button,
.scroll-btn,
.ic_on,
.circle-large,
.circle-medium,
.circle-img img,
.srv-img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;

}

.bt-content,
.slick-dots li button,
.banner-frm.hide,
.from-submit button:before,
.from-submit button,
.homeCalcFormSelectBot ul li a,
.menu-bar a span,
.links_list li a,
.links_list li,
.links_list li a:before {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
 

/* ================== HEADER ==================== */

header {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	z-index: 9;
}
.logo {
	float: left;
}
.contact {
	float: right;
	width: auto;
	text-align: right;
	margin-top: 29px;
}
.contact > span {
	display: inline-block;
	color: #c9cadb;
	font-size: 22.2px;
	margin-right: 8px;	
}
.contact-info {
	position: relative;
	display: inline-block;
}
.contact-info > h4 {
	font-weight: 400;
	color: #c9cadb;
	font-size: 22.7px;
	height: 52px;
	line-height: 56px;
	padding: 0 23px 0 67px;
	border:1px solid #fff;
	position: relative;
	-webkit-box-shadow: 0 0 25px rgba(255,255,255,0.35);
	-moz-box-shadow: 0 0 25px rgba(255,255,255,0.35);
	-ms-box-shadow: 0 0 25px rgba(255,255,255,0.35);
	-o-box-shadow: 0 0 25px rgba(255,255,255,0.35);
	box-shadow: 0 0 25px rgba(255,255,255,0.35);
}
.cn-icon {
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 54px;
    background-color: #3fb24e;
    text-align: center;
    line-height: 80px;
    z-index: 9;
	-webkit-box-shadow: 0 0 25px rgba(63,178,78,0.41);
	-moz-box-shadow: 0 0 25px rgba(63,178,78,0.41);
	-ms-box-shadow: 0 0 25px rgba(63,178,78,0.41);
	-o-box-shadow: 0 0 25px rgba(63,178,78,0.41);
	box-shadow: 0 0 25px rgba(63,178,78,0.41);
}

header .container,
.main-banner .container {
	max-width: 1380px;
}

/* ================== MAIN BANNER ==================== */


.main-banner {
	background-image: url(../images/resources/header-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 335px;
	z-index: 1;
	background-position: center;
}
.banner-aside {
	float: left;
	width: 380px;
	position: relative;
}
.banner-frm,
.bt-content {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.banner-frm.hide {
	opacity: 0;
	visibility: hidden;
}
.bt-content.show {
	opacity: 1;
	visibility: visible;
}
.banner-frm.hide {
	opacity: 0;
	visibility: hidden;
}
.banner-frm > h3 {
	font-size: 41.05px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 26px;
}
.banner-frm > h3 strong {
	letter-spacing: 1.3px;
}
.banner-form {
	background-color: rgba(255,255,255,0.13);
	padding: 27px 30px 35px;
	text-align: center;
	position: relative;
	border:2px solid #3fb24e;
}
.banner-form:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border:3px solid;
	border-image: -webkit-linear-gradient(to right, #3fb24e, #74ee84 ) 2 4;
	border-image: -moz-linear-gradient(to right, #3fb24e, #74ee84 ) 2 4;
	border-image: -ms-linear-gradient(to right, #3fb24e, #74ee84 ) 2 4;
	border-image: -o-linear-gradient(to right, #3fb24e, #74ee84 ) 2 4;
	border-image: linear-gradient(to right, #3fb24e, #74ee84 ) 2 4;
	display: none;
}
.banner-form > p {
	color: #fff;
	font-size: 16.43px;
	line-height: 23.35px;
	margin-bottom: 21px;
	padding: 0 9px;
	margin-top: -2px;
}
.clearfix {
	clear: both;
}

.form-field {
	position: relative;
	margin-bottom: 12px;
}
.form-field input {
	width: 100%;
	height: 59px;
	background-color: #fff;
	color: #818596;
	font-size:15px;
	border:0;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding-left: 60px;
	-webkit-box-shadow: 0 0 10px rgba(15,63,122,0.61);
	-moz-box-shadow: 0 0 10px rgba(15,63,122,0.61);
	-ms-box-shadow: 0 0 10px rgba(15,63,122,0.61);
	-o-box-shadow: 0 0 10px rgba(15,63,122,0.61);
	box-shadow: 0 0 10px rgba(15,63,122,0.61);
	box-sizing: border-box;
	text-align: left;
}
.fld-icon {
	position: absolute;
	top: 50%;
	left: 19px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.from-submit button {
	width: 100%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	border:0;
	padding: 19px 0 15px 0;
	background: -webkit-linear-gradient(to left, #1da9ff, #053570);
	background: -moz-linear-gradient(to left, #1da9ff, #053570);
	background: -ms-linear-gradient(to left, #1da9ff, #053570);
	background: -o-linear-gradient(to left, #1da9ff, #053570);
	background: linear-gradient(to left, #1da9ff, #053570);
	cursor: pointer;
	-webkit-box-shadow: 0px 4px 100px #1893e3;
	-moz-box-shadow: 0px 4px 100px #1893e3;
	-ms-box-shadow: 0px 4px 100px #1893e3;
	-o-box-shadow: 0px 4px 100px #1893e3;
	box-shadow: 0px 4px 100px #1893e3;
	text-align: center;
	outline: none;
	position: relative;
}
.from-submit button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	background:-webkit-linear-gradient(to right, #3fb24e, #74ee84);
	background:-moz-linear-gradient(to right, #3fb24e, #74ee84);
	background:-ms-linear-gradient(to right, #3fb24e, #74ee84);
	background:-o-linear-gradient(to right, #3fb24e, #74ee84);
	background:linear-gradient(to right, #3fb24e, #74ee84);
	opacity: 0;
	visibility: hidden;
}
.from-submit button span {
	position: relative;
}
.from-submit button:hover:before {
	opacity: 1;
	visibility: visible;
}

.check-field {
	position: relative;
	display: inline-block;
	text-align: left;
	float: left;
}
.check-field label {
	cursor: pointer;	
	display: block;
}
.check-field label input + span  {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	padding-left: 23px;
}
.check-field label input + strong {
	font-weight: 700;
}
input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
}
.checkcircle {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
input:checked ~ .checkcircle {
	background-color: #42bf53;
}


.form-field.checkbx {
	margin: 29px 0 26px;
}
.form-field.captcha {
	margin-bottom: 21px;
}
.form-field.captcha > img {
	width: 100%;
}


.bt-content {
	width: 350px;
	opacity: 0;
	visibility: hidden;
	min-height: 562px;
	position: absolute;
	top: 0;
	left: 0;
}
.bt-content > h3 {
	color: #ffffff;
	font-size: 44.59px;
	margin-bottom: -8px;
	font-weight: 700;
}
.bt-content > h4 {
	color: #ffffff;
	font-size: 31.24px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.btns-list {
	display: block;
	width: 325px;
}
.btns-list li {
	display: block;
	margin-bottom: 26px;
}
.btns-list li:last-child {
	margin-bottom: 0;
}
.btns-list .from-submit button {
	background: inherit;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	height: 65px;
	border:1px solid #fff;
	letter-spacing: 1px;
	font-size: 24px;
	outline: none;
	font-weight: 400;
}
.btns-list .from-submit button:before {
	background:-webkit-linear-gradient(to right, #3fb24e, #74ee84);
	background:-moz-linear-gradient(to right, #3fb24e, #74ee84);
	background:-ms-linear-gradient(to right, #3fb24e, #74ee84);
	background:-o-linear-gradient(to right, #3fb24e, #74ee84);
	background:linear-gradient(to right, #3fb24e, #74ee84);
}
.btns-list .from-submit button:hover:before {
	border-color: transparent;
	opacity: 1;
	visibility: visible;
}
.btns-list .from-submit button:hover {
	border-color: transparent;
}


/* ================== BANNER CONTENT ==================== */

.slick-slide {
	outline: none;
}
.content-carousel {
	width: calc(100% - 380px);
	float: left;
	padding-left: 293px;
	box-sizing: border-box;
}
.banner-content > h2 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 12px;
}
.banner-content > h2 span {
	color: #3fb24e;
}
.banner-content > p {
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 51px;
}
.banner-content > p a {
	font-weight: 700;
	color: #3fb24e;
}

.list-cont {
	float: left;
	width: 100%;
}
.list-cont li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	display: table;
	margin-bottom: 25px;
}
.list-icon {
	display: inline-block;
	width: 57px;
	height: 57px;
	line-height: 78px;
	border:2px solid #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 0 20px rgba(255,255,255,0.30);
	-moz-box-shadow: 0 0 20px rgba(255,255,255,0.30);
	-ms-box-shadow: 0 0 20px rgba(255,255,255,0.30);
	-o-box-shadow: 0 0 20px rgba(255,255,255,0.30);
	box-shadow: 0 0 20px rgba(255,255,255,0.30);
}
.list-cont li > h3 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	padding-left: 11px;
	font-size: 21.49px;
}
.list-cont li > h3 strong {
	font-weight: 700;
}
.list-cont li:last-child {
	width: 100%;
}



.slick-dots {
	width: 26px;
	width: 26px;
    bottom: 0;
    left: -456px;
    bottom: auto;
    top: 107px;
}
.slick-dots li {
	display: block;
	margin-bottom: 22px;
}
.slick-dots li button {
	display: inline-block;
	width: 26px;
	height: 26px;
	border:1px solid #728aa6;
	background-color: inherit;
}
.slick-dots li.slick-active button {
	background-color: #dbe2ea;
	border-color: transparent;
}



.scroll-btn {
	display: inline-table;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	bottom: 240px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(5,53,112,0.53);
	-moz-box-shadow: 0 0 10px rgba(5,53,112,0.53);
	-ms-box-shadow: 0 0 10px rgba(5,53,112,0.53);
	-o-box-shadow: 0 0 10px rgba(5,53,112,0.53);
	box-shadow: 0 0 10px rgba(5,53,112,0.53);
}
.scroll-btn img {
	position: relative;
	top: 10px;
}



/* ===================== OUR SECTION TITLE ======================== */


.sec-title {
	text-align: center;
	margin-bottom: 111px;
}
.sec-title > h2 {
	color: #063a75;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	font-weight: 800;
}
.sec-title > h2:before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	height: 3px;
	background-color: #51c761;
}
.sec-title > h2:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 2px;
	background-color: #053570;
}



/* ===================== INSPECT SECTION ======================= */

.inspec-hd {
	text-align: center;
}
.hd-sec > h2 {
	color: #053570;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	z-index: 99;
	display: inline-block;
}
.hd-sec img {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 57px;
	z-index: 999;
}
.inspec-hd p {
	border:1px solid #20a0d1;
	padding: 43px 20px 40px;
	position: relative;
	z-index: 10;
	font-size: 20.54px;
	color: #6e6e6e;
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;	
	letter-spacing: 0.6px;
	border-bottom: 0;
	margin-bottom: -19px;
	margin-top: 9px;
}


/* ===================== PROFIT CALCULATION TOOLS ======================= */

.homeCalcAll {
	background:-webkit-linear-gradient(to right, #053570, #23a7d8);
	background:-moz-linear-gradient(to right, #053570, #23a7d8);
	background:-ms-linear-gradient(to right, #053570, #23a7d8);
	background:-o-linear-gradient(to right, #053570, #23a7d8);
	background:linear-gradient(to right, #053570, #23a7d8);
	padding: 20px 17px 20px 19px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 99;
}
.homeCalcFormLeft {
	float: left;
	width: 833px;
	margin-right: 10px;
}
.homeCalcFormRight {
	float: left;
	width: 271px;
}
.homeCalcFormTab {
	float: left;
	width: 271px;
	margin-right: 10px;
	box-sizing: border-box;
}
.homeCalcFormTab:last-child {
	margin-right: 0;
}
.m-0 {
	margin: 0;
}
.title {
	color: #ffffff;
	font-size: 20.54px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 11px;
}
.input {
	position: relative;
	width: 100%;
}
.input input {
	height: 64px;
	background-color: #f0f1fc;
	border:0;
	width: 100%;
	padding-left: 56px;
	font-size: 29.6px;
	font-weight: 700;
	outline: none;
	color: #073c76;
	box-sizing: border-box;
}
.ic_on {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 8px;
	width: 42px;
	height: 42px;
	border:1px solid #0a3973;
	line-height: 42px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ic_on img {
	position: relative;
	top: 6px;
}
.arw {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.homeCalcFormSelect {
	position: relative;
}
.homeCalcFormSelectTop {
	position: relative;
}
.homeCalcFormSelectBot {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f0f1fc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: 0px;
    display: none;
    z-index: 99;
}
.homeCalcFormSelectBot ul li {
	border-bottom: 1px solid #d3d3d396;
}
.homeCalcFormSelectBot ul li a {
	display: block;
	padding: 15px 20px;
	color: #073c76;
}
.homeCalcFormSelectBot ul li a:hover {
	color: #42b450;
}
#kaldirac {
	cursor: pointer;
}

.kur {
	height: 64px;
	width: 100%;
	background-color: #f0f1fc;
	padding-left: 55px;
	box-sizing: border-box;
	position: relative;
}
.ui-slider {
	float: left;
	width: 162px;
	height: 21px;
	background-color: #c4cedb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:0;
	margin-top: 20px;
	margin-left: 2px;
}
.kur input {
	float: left;
	width: auto;
	background-color: inherit;
	height: auto;
	border:0;
	color: #073c76;
	font-size: 19.22px;
	width: 45px;
	margin-top: 20px;
	text-align: right;
	padding-right: 5px;
	outline: none;
}
.ui-slider-horizontal .ui-slider-range-min {
	background:-webkit-linear-gradient(to right, #053571, #22a6d7);
	background:-moz-linear-gradient(to right, #053571, #22a6d7);
	background:-ms-linear-gradient(to right, #053571, #22a6d7);
	background:-o-linear-gradient(to right, #053571, #22a6d7);
	background:linear-gradient(to right, #053571, #22a6d7);
}
.ui-slider-horizontal .ui-slider-handle {
	width: 13px;
	height: 39px;
	background:-webkit-linear-gradient(to right, #3fb34e, #73ed83);
	background:-moz-linear-gradient(to right, #3fb34e, #73ed83);
	background:-ms-linear-gradient(to right, #3fb34e, #73ed83);
	background:-o-linear-gradient(to right, #3fb34e, #73ed83);
	background:linear-gradient(to right, #3fb34e, #73ed83);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border:0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.39);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.39);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.39);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.39);
	box-shadow: 0 0 15px rgba(0,0,0,0.39);
	top: -8px;
	outline: none;
	cursor: pointer;
}

.val {
	position: relative;
}
.val input {
	width: 100%;
	height: 64px;
	background:-webkit-linear-gradient(to right, #3fb24e, #74ee84);
	background:-moz-linear-gradient(to right, #3fb24e, #74ee84);
	background:-ms-linear-gradient(to right, #3fb24e, #74ee84);
	background:-o-linear-gradient(to right, #3fb24e, #74ee84);
	background:linear-gradient(to right, #3fb24e, #74ee84);
	border:0;
	font-size: 29.6px;
	color: #fff;
	padding-left: 58px;
	box-sizing: border-box;
	opacity: 1;
}
.val .ic_on {
	border-color: #fff;
}


/* ========================= TESTIMONIAL SECTION ========================== */

.testimonial-sec {
	background-image: url(../images/resources/bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 222px 0 343px;
	margin-top: -150px;
	background-position: center;
	z-index: 1;
}
.testimonial-sec .container {
	max-width: 1100px;
}
.sec-title.white {
	margin-bottom: 104px;
}
.sec-title.white h2 {
	color: #f0f1fc;
	padding-bottom: 13px;
	font-size: 51.71px;
}
.sec-title.white h2:before {
	width: 327px;
}
.sec-title.white h2:after {
	width: 163px;
	bottom: -8px;
	background-color: #fff;
}
.sec-title.white p {
	color: #f0f1fc;
	font-size: 20.82px;
	margin-top: 32px;
	letter-spacing: 1.65px;
}
.sec-title.white p a {
	font-weight: 700;
	color: #3fb34e;
}


.circle-large {
	display: inline-block;
	width: 96px;
	height: 96px;
	border:1px solid #4cb75a;
	margin-top: -49px;
}
.circle-medium {
	display: inline-block;
	width: 80px;
	height: 80px;
	border:1px solid #4cb75a;
	position: relative;
	top: 7px;
	left: 0;
}
.circle-img img {
	border:3px solid #053570;
	position: relative;
	top: 4px;
	left: 0;
}

.testimonial-comment {
	float: left;
	position: relative;
	margin-right: 122px;
	display: flex;
}
.testimonial-comment:nth-child(3) {
	margin-right: 0;
}
.client-feedback {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	width: 285px;
	padding-bottom: 15px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	background-color: #f0f1fc;
}
.testimonial-section {
	width: 100%;
	float: left;
	display: flex;
}

.circle-img {
	position: relative;
}
.client-feedback > h3 {
	color: #053570;
	font-size: 19.03px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 18px 0 15px 0;
}
.client-feedback > p {
	color: #595c60;
	font-size: 15px;
	padding: 0 21px;
	margin-bottom: 107px;
}
.client-feedback > p a {
	color: #595c60;
	display: inline-block;
}
.our-rating {
	background-color: #053570;
	margin: 0 auto;
	max-width: calc(100% - 46px);
	height: 53px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


.testimonial-comment.active .client-feedback > h3 {
	color: #ffffff;
}
.testimonial-comment.active .client-name > span {
	color: #dfe0e9;
}
.testimonial-comment.active .client-feedback > p,
.testimonial-comment.active .client-feedback > p a {
	color: #ffffff;
}
.testimonial-comment.active .client-feedback {
	background:-webkit-linear-gradient(to top, #053570, #22a7d8);
	background:-moz-linear-gradient(to top, #053570, #22a7d8);
	background:-ms-linear-gradient(to top, #053570, #22a7d8);
	background:-o-linear-gradient(to top, #053570, #22a7d8);
	background:linear-gradient(to top, #053570, #22a7d8);
}
.testimonial-comment.active .our-rating {
	background-color: #ffffff;
}



/* ========================== OUR SERVICES SECTION ========================= */

.our-services-sec {
	background-image: url(../images/resources/bg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 300px 0 149px;
	margin-top: -235px;
	position: relative;
}
.our-services-sec .container {
	max-width: 1120px;
}
.section-heading {
	text-align: center;
	margin-bottom: 88px;
}
.sc-info > h3 {
	color: #063a75;
	font-size: 24.71px;
	font-weight: 700;
	letter-spacing: 0.9px;
	margin-bottom: 5px;
	padding-left: 24px;
	text-align: left;
}
.sc-info > h2 {
	color: #ffffff;
	font-size: 45.25px;
	font-weight: 700;
	background:-webkit-linear-gradient(to right, #3fb24f, #74ee83);
	background:-moz-linear-gradient(to right, #3fb24f, #74ee83);
	background:-ms-linear-gradient(to right, #3fb24f, #74ee83);
	background:-o-linear-gradient(to right, #3fb24f, #74ee83);
	background:linear-gradient(to right, #3fb24f, #74ee83);
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-ms-border-radius: 0 15px 15px 0;
	-o-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	position: relative;
	letter-spacing: 1.4px;
	box-sizing: border-box;
	padding: 9px 27px 3px 24px;
	text-align: left;
}
.sc-img {
	float: left;
	position: absolute;
	right: 100%;
	top: 1px;
	z-index: 9;
	margin-right: -5px;
}
.sc-img img {
	margin-bottom: -6px;
}
.sc-info {
	float: left;
}
.sc-head {
	display: inline-block;
	position: relative;
	margin-left: 83px;
}


.srv-img {
	display: inline-block;
	width: 76px;
	height: 76px;
	text-align: center;
	background:-webkit-linear-gradient(to right, #053571, #22a6d7);
	background:-moz-linear-gradient(to right, #053571, #22a6d7);
	background:-ms-linear-gradient(to right, #053571, #22a6d7);
	background:-o-linear-gradient(to right, #053571, #22a6d7);
	background:linear-gradient(to right, #053571, #22a6d7);
	position: relative;
	top: 7px;
}
.srv-img img {
	position: relative;
	top: 14px;
}
.services-row .circle-large {
	width: 113px;
	height: 113px;
	margin-top: 0;
}
.services-row .circle-medium {
	width: 90px;
	height: 90px;
	top: 10px;
}
.services-row {
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.service-col {
	background-color: #fff;
	float: left;
	width: 325px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 0 20px 48px;
	box-sizing: border-box;
	margin-right: 72px;
	margin-bottom: 105px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.07);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.07);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.07);
	box-shadow: 0 0 20px rgba(0,0,0,0.07);
}
.service-col:nth-child(3),
.service-col:nth-child(6) {
	margin-right: 0;
}

.service-col > h3 {
	color: #063a75;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
	position: relative;
	padding-bottom: 24px;
}
.service-col > h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 7px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.service-col p {
	color: #a8a8b2;
	font-size: 18px;
	padding: 0 25px;
}
.circle-shapes {
	margin-top: -54px;
	margin-bottom: 22px;
}


/* ========================= FOOTER ========================== */

footer {
	background-image: url(../images/resources/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 253px 0 28px;
	text-align: center;
	margin-top: -300px;
	position: relative;
	z-index: 9;
	background-position: center;
}
.footer-content {
	margin-top: -58px;
}
.ft-logo {
	margin-bottom: 39px;
}
.footer-text {
	max-width: 640px;
	margin: 0 auto;
}
.footer-text > h3 {
	color: #f0f1fc;
	font-size: 36.11px;
	font-weight: 700;
	margin-bottom: 9px;
	letter-spacing: 2px;
}
.footer-text > h3 strong {
	font-weight: 700;
}
.footer-text > p {
	color: #ffffff;
	font-size: 17.14px;
	line-height: 24.35px;
	padding: 0 20px;
	margin-bottom: 29px;
}
.contactt-link {
	position: relative;
	display: inline-block;
}
.contactt-link > a {
	color: #fff;
	display: inline-block;
	background: -webkit-linear-gradient(to right, #3fb24e, #74ee84);
	background: -moz-linear-gradient(to right, #3fb24e, #74ee84);
	background: -ms-linear-gradient(to right, #3fb24e, #74ee84);
	background: -o-linear-gradient(to right, #3fb24e, #74ee84);
	background: linear-gradient(to right, #3fb24e, #74ee84);
	font-weight: 800;
	-webkit-box-shadow: 0px 4px 100px #1893e3;
	-moz-box-shadow: 0px 4px 100px #1893e3;
	-ms-box-shadow: 0px 4px 100px #1893e3;
	-o-box-shadow: 0px 4px 100px #1893e3;
	box-shadow: 0px 4px 100px #1893e3;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	padding: 0 60px 0 80px;
	height: 50px;
	line-height: 50px;
}
.contactt-link .fld-icon.fld-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 21px;
	margin-top: 2px;
}

.contact-form {
	float: left;
	width: 100%;
}
.contact-form .form-field,
.contact-form .from-submit {
	float: left;
	width: 274px;
	margin-right: 18px;
}
.contact-form .from-submit.mr-0 {
	margin-right: 0;
}
.contact-form .from-submit {
	position: relative;
}
.contact-form .from-submit button {
	background:-webkit-linear-gradient(to right, #3fb24e, #74ee84);
	background:-moz-linear-gradient(to right, #3fb24e, #74ee84);
	background:-ms-linear-gradient(to right, #3fb24e, #74ee84);
	background:-o-linear-gradient(to right, #3fb24e, #74ee84);
	background:linear-gradient(to right, #3fb24e, #74ee84);
	font-size: 24.09px;
	padding-left: 42px;
}
.contact-form .form-field input {
	text-align: left;
	padding-left: 68px;
	font-weight: 600;
	padding-right: 20px;
}
.contact-form .fld-icon {
	left: 14px;
}
.contact-form .from-submit button::before {
	display: none;
}



.bottom-strip {
	text-align: center;
	margin-top: 58px;
}
.bottom-strip p {
	color: #cbd9e0;
	font-size: 17.14px;
}
.bottom-strip p a {
	font-weight: 700;
	color: #cbd9e0;
}


.footer-content .scroll-btn {
	position: static;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	-o-transform: inherit;
	transform: inherit;
	position: relative;
	top: -25px;
	left: auto;
}




/* ======================= RESPONNSIVE MOBILE MENU ============================= */


.menu-bar {
	float: right;
	margin-top: 30px;
}
.menu-bar a {
	display: inline-block;
}
.responsive-header {
	display: none;
}


/*  ========================= MOBILE MENU ===========================  */


.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999;
	background-image: url(../images/resources/mb-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: opacity 700ms step-end, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
	-moz-transition: opacity 700ms step-end, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
	-ms-transition: opacity 700ms step-end, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
	-o-transition: opacity 700ms step-end, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
	transition: opacity 700ms step-end, transform 500ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 500ms step-end, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
}
.mobile-menu.active {
	opacity: 1;
	visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    -moz-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    -ms-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    -o-transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
    transition: opacity 700ms step-start, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 700ms step-start, background-color 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
}
.mobile-menu .logo {
	text-align: center;
	float: none;
	margin-bottom: 48px;
	width: 100%;
	margin-left: 0;
	padding-top: 82px;
}
.mobile-menu .logo img {
	width: 120px;
}
.links_list {
	margin-bottom: 60px;
}
.links_list li {
	margin-bottom: 18px;
}
.links_list li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to left, #01a7ff, #013372);
	border-radius: 15px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.links_list li:hover a:before {
	opacity: 1;
	visibility: visible;
}
.links_list li a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	padding: 19px 40px;
	font-weight: 600;
}

.links_list li:hover a {
	color: #fff;
}
.close-menu {
	position: absolute;
	top: 20px;
	left: 25px;
}

.mobile{
	display: none;
}


/* ==================== TABLE SECTION ====================== */

main {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
main .our-services-sec {
	background:unset;
	padding: 250px 0 78px;
}
.table-sec {
	padding-bottom: 158px;
}
.table-sec .container {
	max-width: 1366px;
}
.table-sec .sec-title {
	margin-bottom: 75px;
}
.table-content {
	height: 585px;
	padding: 49px 33px 50px 43px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.10);
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}
.table-content table {
	width: 100%;
}
.table-content table thead {
	background-color: #eeeeee;
	-webkit-border-radius: 10px 10px 0 0;	
	-moz-border-radius: 10px 10px 0 0;	
	-ms-border-radius: 10px 10px 0 0;	
	-o-border-radius: 10px 10px 0 0;	
	border-radius: 10px 10px 0 0;	
}
.table-content table th {
	color: #818596;
	font-size: 14px;
	font-weight: 800;
	padding: 21px 15px 20px;
	text-transform: uppercase;
}
.table-content table th:first-child {
	padding-left: 17px;
	-webkit-border-radius: 15px 0 0 0;
	-moz-border-radius: 15px 0 0 0;
	-ms-border-radius: 15px 0 0 0;
	-o-border-radius: 15px 0 0 0;
	border-radius: 15px 0 0 0;
}
.table-content table th:last-child {
	padding-right: 17px;
	-webkit-border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	-ms-border-radius: 0 15px 0 0;
	-o-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
}
.table-content table td {
	color: #818181;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 15px 14px;
	text-align: center;
	border-bottom: 1px solid #ededed;
}
.table-content table td.num {
	color: #242424;
	font-weight: 700;
}
.table-content table td.cat {
	color: #1f1f1f;
}
.table-content table td.stat {
	color: #4266ff;
	font-weight: 800;
}
.table-content table td.stat.clr2 {
	color: #ff8828;
}
.table-content table td.price {
} 
.table-content table td.price-td .price {
	color: #0b1228;
	background-color: #3ed884;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	padding: 0 16px;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-top: -23px;
	position: relative;
	top: 10px;
	font-weight: 700;
	min-width: 80px;
}
.table-content table td.price-td .price.clr2 {
	background-color: #ff243e;
	color: #fff;
}
.table-content table td.price-td .price strong {
	font-weight: 800;
}
.table-content table td.price:before,
.table-content table td.flt {
	color: #28a661;
	font-weight: 800;
}
.table-content table td.flt img {
	margin-left: 5px;
}
.table-content table td.flt.clr2 {
	color: #ff243e;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
	background-color: #eeeeee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	background-color: #dcdcdc;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	border:2px solid #aaaaaa;
	right: 2px;
}
.mCSB_scrollTools .mCSB_dragger {
	min-height: auto !important;
	height: auto !important;
}
.mCSB_scrollTools {
	right: 2px;
}



/* ===================== PRODUCT SECTION ======================== */


.products-section {
	background-image: url(../images/back_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 144px 0 368px;
}/*
.products-section:before {
	content: '';
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 750px;
	background-image: url(https://www.5yatirimasistani.com/images/back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/
.prod-shapes {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-shape {
	float: left;
	position: relative;
	width: 35.8%;
}
.prod-shape:last-child {
	float: right;
}
.prod-shape:last-child img {
	position: relative;
	top: -4px;
}


.prod-shape.red:before{
    position: absolute;
    left: -100px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,37,48,1) 0%, rgba(254,172,176,0) 62%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,37,48,1) 0%,rgba(254,172,176,0) 62%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(252,37,48,1) 0%,rgba(254,172,176,0) 62%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc2530', endColorstr='#00ffffff',GradientType=1 );
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: .80;
}

.prod-shape.green:before{
	position: absolute;
    right: -120px;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(55,182,46,1) 0%, rgba(179,227,176,0) 62%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(55,182,46,1) 0%,rgba(179,227,176,0) 62%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center, rgba(55,182,46,1) 0%,rgba(179,227,176,0) 62%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b62e', endColorstr='#00ffffff',GradientType=1 );
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.prod-shapes img{
	display: block;
	max-width: 100%;
	position: relative;
	z-index: 9;
	width: 100%;
}

.products-section .container {
	max-width: 1500px;
}
.title-rw {
	text-align: center;
	position: relative;
	top: -196px;
	margin-bottom: 67px;
}
.title-rw > h2 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.title-rw > h2 span {
	color: #4ec45e;
	display: block;
}


.prods-list ul {
	display: flex;
	flex-wrap: wrap;
}
.prods-list ul li {
	text-align: center;
	position: relative;
}
.prods-list ul li > h3 {
	color: #ffffff;
	font-size: 25.2px;
	font-weight: 700;
	margin-bottom: 2px;
	text-transform: uppercase;
}
.prods-list ul li > p {
	color: #ffffff;
	font-size: 21.6px;
	font-weight: 600;
}
.prods-list ul li > p strong {
	font-weight: 800;
}
.prods-list ul li:nth-child(1) {
	left: 25px;
}
.prods-list ul li:nth-child(2) {
	margin-top: 110px;
	left: 25px;
}
.prods-list ul li:nth-child(3) {
	margin-top: -29px;
	left: 88px;
}
.prods-list ul li:nth-child(4) {
	margin-top: 198px;
	left: 83px;
}
.prods-list ul li:nth-child(5) {
	margin-top: 108px;
	left: 73px;
}
.prods-list ul li:nth-child(6) {
	margin-top: -72px;
	left: 48px;
}



/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
  }