html {
	max-width: 100%;
	overflow-X: hidden;
	width: 100%
}
body {
	padding: 0;
	margin: 0;
	max-width: 100%;
	overflow-X: hidden;
	font-family: 'Gelion';
	color: #424242;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a {
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #000
}
a:hover, a:focus {
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #000
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	max-height: auto;
	width: auto;
}
ul, li, p {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}
strong, b {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	outline: none !important;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
	font-family: 'Gelion';
}
h1, .h1 {
	font-size: 40px;
}
h2, .h2 {
	font-size: 32px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}
input, select, textarea, button, input:hover, select:hover, textarea:hover, button:hover, input:focus, select:focus, textarea:focus, button:focus {
	outline: none !important;
	box-shadow: none;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
}
::-webkit-input-placeholder {
 color: #424242 !important;
 opacity: 1;
 font-weight: normal !important
}
::-moz-placeholder {
 color: #424242 !important;
 opacity: 1;
 font-weight: normal !important
}
:-ms-input-placeholder {
 color: #424242 !important;
 opacity: 1;
 font-weight: normal !important
}
:-moz-placeholder {
 color: #424242 !important;
 opacity: 1;
 font-weight: normal !important
}
.container {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0px 15px
}
.no_padding {
	padding: 150px 0px;
}
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover'
}
.bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important
}
section, header, footer {
	float: left;
	width: 100%;
	margin: 0px;
	position: relative
}
.content_middle {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}
/*HEADER-START*/
.header_info {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	background-color: #fff;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 4px 17px -16px rgba(0,0,0,1);
	-moz-box-shadow: 0px 4px 17px -16px rgba(0,0,0,1);
	box-shadow: 0px 4px 17px -16px rgba(0,0,0,1);
	z-index: 1;
}
.home_benner {
	padding: 180px 0px 220px 0px;
}
.header_info .logo {
	width: auto;
	float: left;
	position: relative;
	z-index: 1;
	padding: 0px;
}
.header_info .logo a, .header_info .logo a img {
	display: inline-block;
	vertical-align: middle
}
.header_info a {
	color: #424242;
	font-size: 28px;
	text-transform: uppercase;
}
.header_info a:hover, .header_info a:focus {
	color: #f49900;
}
.home_info {
	float: left;
	width: 100%;
}
.home_info h2 {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 30px;
}
.home_info p {
	float: left;
	width: 100%;
	color: #424242;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 45px;
}
.coman_btn {
	color: #ffffff !important;
	font-size: 24px;
	text-transform: uppercase;
	background: #ff9900;
	font-weight: bold;
	font-family: 'Gelion';
	padding: 19px 34px;
	display: inline-block;
	border-radius: 50px;
}
.coman_btn img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}
.coman_btn:hover, .coman_btn:focus {
	background: #37475a;
	color: #ffffff;
}
.service_sec {
	background: #f3f4f6;
}
.coman_title {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
}
.service_info {
	float: left;
	width: 100%;
}
.coman_title h2 {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	color: #131a22;
	font-weight: normal;
	font-size: 65px;
	line-height: 0.8;
	z-index: 9;
	margin-bottom: 53px;
}
.coman_title h2 span {
	font-family: 'Gelion';
	font-weight: 900;
	position: relative;
}
.coman_title h2 b {
	font-family: 'Gelion';
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.coman_title h2 b::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 100%;
	background: #a8afb8;
	height: 11px;
	bottom: 0px;
	z-index: -1;
	bottom: 2px;
}
.service_info [class*="col-"] {
	margin-bottom: 30px;
}
.service_block {
	float: left;
	width: 100%;
	position: relative;
	padding: 45px;
	background: #fff;
	text-align: center;
	height: 100%;
}
.service_info a {
	float: left;
	width: 100%;
	height: 100%;
}
.service_info a .service_block .ser_img_1 {
	background: url(../images/ser_icon_1.png);
}
.service_info a:hover .service_block .ser_img_1, .service_info a:focus .service_block .ser_img_1 {
	background: url(../images/ser_icon_1_hover.png);
}
.service_info a .service_block .ser_img_2 {
	background: url(../images/ser_icon_2.png);
}
.service_info a:hover .service_block .ser_img_2, .service_info a:focus .service_block .ser_img_2 {
	background: url(../images/ser_icon_2_hover.png);
}
.service_info a .service_block .ser_img_3 {
	background: url(../images/ser_icon_3.png);
}
.service_info a:hover .service_block .ser_img_3, .service_info a:focus .service_block .ser_img_3 {
	background: url(../images/ser_icon_3_hover.png);
}
.service_info a .service_block .ser_img_4 {
	background: url(../images/ser_icon_4.png);
}
.service_info a:hover .service_block .ser_img_4, .service_info a:focus .service_block .ser_img_4 {
	background: url(../images/ser_icon_4_hover.png);
}
.service_info a .service_block .ser_img_5 {
	background: url(../images/ser_icon_5.png);
}
.service_info a:hover .service_block .ser_img_5, .service_info a:focus .service_block .ser_img_5 {
	background: url(../images/ser_icon_5_hover.png);
}
.service_info a .service_block .ser_img_6 {
	background: url(../images/ser_icon_6.png);
}
.service_info a:hover .service_block .ser_img_6, .service_info a:focus .service_block .ser_img_6 {
	background: url(../images/ser_icon_6_hover.png);
}
.service_info a .service_block .ser_img {
	width: 97px;
	height: 97px;
	background-position: center center !important;
	display: block;
	margin: auto;
	background-repeat: no-repeat !important;
	margin-bottom: 22px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.service_info a .service_block h3 {
	float: left;
	width: 100%;
	position: relative;
	color: #131a22;
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}
.service_info a .service_block p {
	float: left;
	width: 100%;
	position: relative;
	color: #424242;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 1.6;
}
.service_info a:hover h3, .service_info a:focus h3, .service_info a:hover p, .service_info a:focus p {
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.service_info a:hover .service_block, .service_info a:focus .service_block {
	background: #37475a;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.service_info .modal-dialog {
	max-width: 1200px !important;
	margin: 15px auto;
	padding: 0px 15px;
}
.service_info .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	border-radius: 0px;
	outline: 0;
}
.service_info .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: flex-end;
	justify-content: end;
	padding: 4px;
	border-bottom: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	float: left;
	width: 100%;
	text-align: right;
	display: block;
}
.service_info .modal-header .btn-close {
	padding: 0px;
	margin: 0px;
	float: right;
	background: none;
	opacity: 2;
	width: 34px;
	height: 34px;
}
.service_info .modal-body {
	padding: 60px;
	padding-top: 15px !important;
}
.service_info .modal-body .coman_title h2 {
	text-align: left;
	font-size: 60px;
	margin-bottom: 30px;
}
.service_info .modal-body p {
	float: left;
	width: 100%;
	position: relative;
	color: #424242;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 18px;
	line-height: 1.5;
	text-align: left;
}
.service_info .modal-body p b {
	font-weight: bold;
	color: #000000;
	font-size: 26px;
	display: inline-block;
}
.service_info .modal-body [class*="col-"] {
	margin-bottom: 0px;
}
.service_info .modal-body p:last-child {
	margin-bottom: 0px;
}
.modal-open {
	padding: 0px !important;
}
.service_info .modal-body .popup_block_det {
	float: left;
	width: 100%;
	padding-left: 10px;
}
.modal {
	padding-right: 0px!important;
}
.copyright {
	padding: 50px 0px 30px 0px;
	float: left;
	width: 100%;
}
.copyright p {
	float: left;
	width: 100%;
	color: #424242;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 22px;
}
.copyright p a {
	color: #424242;
}
.copyright p a:hover, .copyright p a:focus {
	color: #ff9900;
}
.copyright p b {
	font-weight: bold;
	color: #000000;
}
.copyright p span {
	color: #cbcaca;
	display: inline-block;
	padding: 0px 32px;
}
.calling_sec .coman_title h2 {
	color: #fff;
	line-height: 1;
}
.calling_sec .coman_title h2 b::before {
	background: rgba(255,255,255,0.2);
	bottom: 5px;
}
.calling_sec {
	background-position: right center !important;
	padding: 155px 0px;
}
.calling_sec .container {
	max-width: 1080px;
}
.help_info {
	float: left;
	width: 100%;
	position: relative;
}
.help_info figure {
	float: right;
	width: 100%;
	position: relative;
	max-width: 515px;
	text-align: right;
}
.help_info figure img {
	width: auto;
	margin: auto;
}
.help_block_details {
	float: right;
	width: 100%;
	max-width: 540px;
}
.help_block_details span {
	color: #232f3e;
	font-size: 53px;
	font-weight: bold;
	position: relative;
	float: left;
	width: 100%;
	line-height: 0.8;
	margin-bottom: 55px;
}
.help_block_details span i {
	font-style: normal;
	position: relative;
}
.help_block_details span i:before {
	width: 23px;
	height: 23px;
	position: absolute;
	content: "";
	background: #ffebcc;
	border-radius: 50px;
	bottom: 4px;
	z-index: -1;
	left: 6px;
}
.help_block_details .coman_title h2 {
	text-align: left;
	font-size: 47px;
	margin-bottom: 21px;
	line-height: 1;
}
.help_block_details .coman_title h2 span {
	width: auto;
	float: none;
	margin-bottom: 0px;
	font-size: unset;
}
.help_block_details .coman_title h2 span:before {
	display: none;
}
.help_block_details p {
	color: #424242;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 0px;
}
.help_block_details p a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: underline;
}
.help_block_details .link {
	float: left;
	width: 100%;
}
.help_info .flex-row-reverse {
	text-align: right;
}
.help_info .row {
	margin-bottom: 70px;
	position: relative;
}
.help_info .row:last-child {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.help_info .flex-row-reverse .help_block_details .coman_title h2 {
	text-align: right;
}
.help_block_details p a:hover, .help_block_details p a:focus {
	color: #37475a;
}
.help_info .row:nth-child(1):before {
	content: "";
	background: url(../images/arrow_1.png) no-repeat;
	width: 230px;
	height: 673px;
	position: absolute;
	top: 170px;
	left: -89px;
}
.help_info .row:nth-child(2):before {
	content: "";
	background: url(../images/arrow_2.png) no-repeat;
	width: 230px;
	height: 620px;
	position: absolute;
	top: 170px;
	right: -220px;
	background-size: contain;
}
.help_info .row:nth-child(3):before {
	content: "";
	background: url(../images/arrow_3.png) no-repeat;
	width: 230px;
	height: 508px;
	position: absolute;
	top: 320px;
	left: -115px;
}
.help_info .row:nth-child(4):before {
	content: "";
	background: url(../images/arrow_4.png) no-repeat;
	width: 230px;
	height: 700px;
	position: absolute;
	top: 202px;
	right: -218px;
}
.new_latter_sec .coman_title h2 {
	color: #fff;
	line-height: 1;
	margin-bottom: 25px;
	text-align: left;
}
.new_latter_sec .coman_title h2 b::before {
	background: rgba(255,255,255,0.2);
	bottom: 5px;
}
.new_latter_sec {
	background-position: center center !important;
	padding: 155px 0px;
}
.new_latter_sec p {
	color: #ffffff;
	font-size: 29px;
	font-weight: normal;
	position: relative;
	float: left;
	width: 100%;
	line-height: 1.4;
	margin-bottom: 35px;
}
.email_block .tnp-email {
height: 72px !important;
border-radius: 72px !important;
border: none !important;
color: #424242;
font-size: 24px !important;
padding: 0px 44px !important;
float: left !important;
width: 100% !important;
font-weight: normal !important;
background-color: #fff !important;
}
.email_block .tnp-subscription div.tnp-field{
margin: 0px !important;
}
.email_block .tnp-field-button  {
	padding: 0px;
	margin: 0px;
	height: 60px;
	width: 60px;
	border-radius: 60px !important;
	background-color: #ff9900;
	text-align: center;
	position: absolute;
right: 8px;
top: 6px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 9;
	box-shadow: none;
    line-height: 60px;
}
.email_block .btn .tnp-submit-image {
    border: none;
    width: auto;
    height: auto;
    background: none !important;
box-shadow: none !important;
outline: none !important;
}
.email_block .tnp-field-button:hover,
.email_block .tnp-field-button:focus {
	background-color: #37475a;
	color: #ffffff;
}
.email_block .tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 0px;
    max-width: 100%;
    width: 100%;
}
.email_block {
	float: right;
	max-width: 661px;
	width: 100%;
}
.testimonial_slider, .testimonial_slider .item {
	float: left;
	width: 100%;
	position: relative;
}
.testimonial_slider .item .testi_block {
	float: left;
	width: 100%;
	position: relative;
	border: 2px solid #dcddde;
	padding: 40px;
	padding-top: 0px !important;
	margin-top: 20px;
}
.testimonial_slider .item .testi_block .quiet_icon {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: -31px;
	margin-bottom: 30px;
}
.testimonial_slider .item .testi_block .quiet_icon img {
	width: auto;
	height: auto;
	float: left;
}
.testimonial_slider .item .testi_block p {
	float: left;
	width: 100%;
	position: relative;
	color: #424242;
	font-size: 27px;
	font-style: italic;
	font-family: 'Gelion';
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 25px;
}
.user_info {
	float: left;
	width: 100%;
}
.user_info_det {
	float: left;
	width: 100%;
}
.user_info_det figure {
	float: left;
	width: 72px;
	height: 72px;
	border-radius: 72px;
	margin-bottom: 0px;
}
.user_info_det figure img {
	border-radius: 72px;
}
.testimonial_slider .item .user_info_det p {
	float: none;
	width: auto;
	position: relative;
	color: #424242;
	font-size: 20px !important;
	font-style: normal;
	font-family: 'Gelion';
	font-weight: normal;
	line-height: normal;
	overflow: hidden;
	padding-left: 13px;
	padding-top: 8px;
	margin-bottom: 0px;
}
.testimonial_slider .item .user_info_det p b {
	font-weight: bold;
	color: #131a22;
	float: left;
	width: 100%;
	font-size: 23px;
}
.testimonial_slider .item .rating_img {
	float: right;
	margin-bottom: 0px;
	width: 100%;
	text-align: right;
}
.testimonial_slider .item .rating_img img {
	width: auto;
	height: auto;
	float: right;
}
.frequently_asked_questions_sec {
	background: #f3f4f6;
}
.frequently_asked_questions_info {
	float: left;
	width: 100%;
	position: relative;
}
.frequently_asked_questions_info .row {
	border-bottom: 1px solid #c2c3c5;
}
.frequently_asked_questions_info .row:last-child, .frequently_asked_questions_info .row [class*="col-"]:last-child {
	border: none;
}
.frequently_asked_questions_info .row [class*="col-"]:last-child {
	padding-left: 45px;
	padding-right: 0px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.frequently_asked_questions_info .row [class*="col-"]:first-child {
	padding-right: 45px;
	padding-left: 0px;
	padding-top: 45px;
	padding-bottom: 45px;
	border-right: 1px solid #c2c3c5;
}
.frequently_asked_questions_info .row:first-child [class*="col-"] {
	padding-top: 0px;
}
.frequently_asked_questions_info .row:last-child [class*="col-"] {
	padding-bottom: 0px;
}
.frequently_asked_questions_info b {
	float: left;
	width: 100%;
	position: relative;
	color: #131a22;
	font-size: 29px;
	font-family: 'Gelion';
	font-weight: 900;
	margin-bottom: 13px;
}
.frequently_asked_questions_info p {
	float: left;
	width: 100%;
	position: relative;
	color: #424242;
	font-size: 23px;
	font-family: 'Gelion';
	font-weight: normal;
	line-height: 1.5;
}
/*defualt_content_sec*/
.defualt_content_sec h1 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase
}
.defualt_content_sec h2 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase
}
.defualt_content_sec h3 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase
}
.defualt_content_sec h4 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase
}
.defualt_content_sec h5 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase
}
.defualt_content_sec h6 {
	float: left;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase
}
.defualt_content_sec p {
	margin-bottom: 25px;
	color: #404040;
	font-size: 17px;
	line-height: normal;
	margin-bottom: 30px;
	float: left;
	width: 100%
}
.defualt_content_sec a {
	color: #404040;
	display: inline-block
}
.defualt_content_sec ul {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px
}
.defualt_content_sec ul.two_list li {
	width: 50%
}
.defualt_content_sec ol.two_list li {
	width: 50%
}
.defualt_content_sec ul.three_list li {
	width: 33.33%
}
.defualt_content_sec ol.three_list li {
	width: 33.33%
}
.defualt_content_sec ul li {
	margin-bottom: 10px;
	color: #404040;
	font-size: 17px;
	padding-left: 20px;
	position: relative;
	width: 100%;
	float: left
}
.defualt_content_sec ul li:before {
	background: #f49900;
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	left: 0px;
	top: 50%;
	border-radius: 50px;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.defualt_content_sec ol {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-left: 0px
}
.defualt_content_sec ol li {
	margin-bottom: 10px;
	color: #636363;
	font-size: 17px;
	counter-increment: section;
	padding-left: 30px;
	position: relative;
	width: 100%;
	float: left
}
.defualt_content_sec ol li:before {
	content: counter(section);
	position: absolute;
	left: 0px;
	top: 3px;
	position: absolute;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	background: #f49900;
	color: #fff;
	font-weight: 700;
	border-radius: 50px
}