@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Conv_Assistant-Bold';
	src: url('fonts/Assistant-Bold.eot');
	src: local('☺'), url('fonts/Assistant-Bold.woff') format('woff'), url('fonts/Assistant-Bold.ttf') format('truetype'), url('fonts/Assistant-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Assistant-Regular';
	src: url('fonts/Assistant-Regular.eot');
	src: local('☺'), url('fonts/Assistant-Regular.woff') format('woff'), url('fonts/Assistant-Regular.ttf') format('truetype'), url('fonts/Assistant-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-SemiBold.woff2') format('woff2'),
        url('fonts/Assistant-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Light.woff2') format('woff2'),
        url('fonts/Assistant-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-ExtraLight.woff2') format('woff2'),
        url('fonts/Assistant-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

/* general start*/
body {
	background: #fff;
	color: #000;
	font-family: 'Conv_Assistant-Regular';
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.grecaptcha-badge{z-index:1000 !important;}
.banner_form_sec .wpcf7-not-valid-tip{position:absolute; right:0;}
.banner_form_sec .wpcf7-form-control-wrap{display:block;}
sub, sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: 10px;
	left: 10px;
}
sub {
	bottom: 10px;
	right: 10px
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin:0;
	font-family: 'Conv_Assistant-Bold';
}
h1 {
	font-size: 40px;
	line-height: 42px;
	color: #000;
}
h2 {
	font-size: 36px;
	line-height: 38px;
	color: #000;
}
h3 {
	font-size: 30px;
	line-height: 32px;
	color: #000;
}
h4 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
}
h5 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
p {
	padding: 0 0 20px 0;
	margin:0;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #000;
	outline: none;
	text-decoration: none;
    font-family: 'Conv_Assistant-Regular';
    box-shadow: none;
}
a:hover, a:focus {
	color: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none !important;
	outline:none !important;
}
a > img {
	line-height: 0;
}
select, button, input{
	box-shadow:none;
	outline:none;
} 
select:hover, button:hover, input:hover, select:focus, button:focus, input:focus{
	box-shadow:none;
	outline:none;
}
select {
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
	-o-appearance:none;
    appearance:none;
	background-image:url(images/seclect-arrow.png);
	background-repeat:no-repeat;
	background-position: 80% center;
}
ul.inline_b li{
	display:inline-block;
	vertical-align:middle;
}
.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.nomar {
	margin: 0;
}
.nomar_R {
	margin-right: 0;
}
.nomar_L {
	margin-left: 0;
}
.nomar_B {
	margin-bottom: 0;
}
.nopad {
	padding: 0;
}
.nopad_R {
	padding-right: 0;
}
.nopad_L {
	padding-left: 0;
}
.nopad_B {
	padding-bottom: 0;
}
.nobor {
	border: none;
}
.nobor_L {
	border-left: none;
}
.nobor_R {
	border-right: none;
}
.nobor_T {
	border-top: none;
}
.nobor_B {
	border-bottom: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.middle {
	margin: 0 auto;
}
.alignleft {
	text-align: left;
	margin:0;
}
.alignright {
	text-align: right;
	margin:0;
}
.aligncenter {
	text-align: center;
	margin:0;
}
.wrapper {
	width: 100%;
}
.header, header {
	width: 100%;
	background: #fff;
	padding: 12px 0;
}
footer.footer{
	width: 100%;	
    margin-top: 300px;
    position: relative;
}

.site, .site-branding{
	margin:0;
}
.site-inner{
	width:100%;
	max-width:100%;
	margin:0;
}
.site-header{
	padding:0;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
  	height: auto;
}
.site-branding, .site-header-menu, .header-image {
  	margin-bottom: 0;
  	margin-top: 0;
}
.main-navigation, .site-main{
  	margin:0;
}
.site-header-main {
  	display: block;
}
.site-content{
	padding:0;
}
.content-area {
  	float: none;
  	margin-right: 0;
  	width: 100%;
}
.site-footer {
  	display: block;
  	padding: 0;
}
.widget{
	font-size:inherit;
	line-height:inherit;
	border:none;
	padding:0;
	margin:0;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.entry-title {
	font-size: 2vw;
	line-height: 2vw;
	margin-bottom: 15px;
}
.srccch .entry-footer{
	margin-top:0;
	margin-bottom:20px;
	padding:10px;
	border-radius:4px;
	background:#f1f1f1;
}
body:not(.search-results) .entry-header + .entry-summary {
	margin-top: 0;
	margin-bottom:0;
}
.titbg{
	font-size:20px;
	line-height:20px;
	padding:15px;
	margin-bottom:20px;
	background:#f1f1f1;
	border-radius:4px;
}
.sidebar_wrp {
	padding: 5px;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
}
.sidebar_wrp .widget-title {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	font-family: 'robotobold';
    font-weight: normal;
    font-style: normal;
}
.sidebar_wrp > .widget {
	margin-bottom: 15px;
}
.sidebar_wrp .widget ul {
	margin-left: 10px;
}
.sidebar_wrp .widget ul li::after, .cont_con ul li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f0da";
	font-family: 'FontAwesome';
}
.sidebar_wrp .widget ul li, .cont_con ul li {
	display: block;
	position: relative;
	margin: 10px 0;
	padding-left: 10px;
}
.sidebar_wrp .widget ul li a {
	color: #333;
}
.srchform .form-control {
	background: #fff;
	height: 36px;
	font-size: 16px;
	border: 1px solid #e18e1e;
	font-family: 'Josefin Sans';
    font-weight: normal;
    font-style: normal;
}
.srchform .btn-secondary {
	background: #e18e1e;
	border-color: #e18e1e;
	color: #fff;
	height: 36px;
	width: 36px;
	padding: 0;
}
.srchform .btn-secondary {
	color: #fff;
}
.post-thumbnail {
	margin-bottom: 20px;
}
.post-thumbnail > img.attachment-post-thumbnail {
	padding: 4px;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	width:100%;
}
.single .entry-content, .archive .entry-content {
	float: none !important;
	width: 100% !important;
}
.single .entry-footer, .archive .entry-footer {
	margin-top: 0 !important;
	float: none !important;
	width: 100% !important;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
}
.entry-footer .byline {
	float: left;
	margin-right: 10px;
	margin-bottom: 0 !important;
}
.comments-title, .comment-reply-title {
	border-top: none;
	font-size: 20px;
	font-family: 'Josefin Sans';
    font-weight: bold;
    font-style: normal;
	color: #2a375e;
	margin-bottom: 20px;
}
.comment-form {
	padding-top: 0;
}
.comment-notes {
	padding: 0;
	margin: 0;
}
.comments-area, .post-navigation {
	margin-bottom: 0;
	border: none;
}
.post-navigation a {
	padding: 0;
}
.post-navigation div + div {
	border-top: none;
}
.nav-links:after, .nav-links:before {
	content: '';
	clear: both;
	display: table;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-links .post-title {
	display: none;
}
.btn_submit, input[type="submit"], input.btn_submit[type="submit"] {
	border: none;
	border-radius: 0;
	background: #000;
	font-size: 20px;
	font-family: 'Conv_Assistant-Bold';
	padding: 19px 30px;
	display: inline-block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 100%;
}
.btn_submit:hover, input[type="submit"]:hover, input.btn_submit[type="submit"]:hover {
	background: #EF5344 !important;
	color: #fff !important;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    top: 100%;
    left: 0;
}
.form_prt .form-control{
	text-align: right;
}
.frmrescon{
	display: none;
}



/* general end*/

header.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
		z-index: 100;
}

header .contact .textwidget{
    display: flex;
    align-items: center;
}
header .contact .con{
    margin-left: 12px;
}
header .contact .con > span{
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
	font-family: 'Assistant';
    font-weight: 300;
    font-style: normal;
}
header .contact .con > a{
    font-family: 'Conv_Assistant-Bold';
    display: block;
    font-size: 32px;
    box-shadow: none;
}
header .primary-menu{
    display: flex;
    align-items: center;
}
header .primary-menu li > a{
    display: inline-block;
    padding: 8px 18px;
    font-size: 18px;
}
header .primary-menu li:hover a, 
header .primary-menu li a.active, header .primary-menu li a.mPS2id-highlight{
	color:#ef5344 ;
}
header .primary-menu li:first-child > a,
header .primary-menu li:nth-child(2) > a{
    font-size: 22px;
    font-family: 'Conv_Assistant-Bold';
}
header .logo{
    margin-left: 40px;
    display: inline-block;
}
.banner_form_sec{
    background: #ef5344 url(images/form_bg.png);
    padding: 35px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 105% 100%;
    text-align: right;
}
.banner_form_sec .wpcf7-form p{
    font-size: 24px; 
    color:#fff; 
	font-family: 'Assistant';
    font-weight: 300;
    font-style: normal;
}
.banner_form_sec .wpcf7-form .row > div{
    padding: 0 7.5px;
}
.banner_form_sec .wpcf7-form .row > div .form-control{
    height: 59px;
    font-size: 20px;
    color: #000;
     font-family: 'Assistant';
    font-weight: 300;
    font-style: normal;
    text-align: right;
}
.banner_form_sec .contact span,.banner_form_sec .contact a{
    color: #fff;
    font-size: 36px;
    display: block;
    text-decoration: none;
    box-shadow: none;
    line-height: normal;
}
.banner_form_sec .contact span{
    margin-bottom: 5px;
	font-family: 'Assistant';
    font-weight: 300;
    font-style: normal;
}
.py-80{
	padding: 80px 0;
}
.banner_form_sec .contact img{
    display: none;
}
.banner_form_sec .contact a{
    font-family: 'Conv_Assistant-Bold';
    position: relative;
}
.banner_form_sec .contact a::after {
	position: absolute;
	content: '';
	left: 36px;
	top: 8px;
	width: 32px;
	height: 32px;
	background: url(images/phn-white.png);
}
.intro_bg{
    position: relative;
}
.intro_bg > img{
    width: 100%;
    height: auto;
	max-width: 1280px;
}
.intro_bg .con{
    position: absolute;
    right: 13.5%;
    top: 50%;
    width: 875px;
    padding:90px 130px;
    text-align: center;
    background: rgba(255,255,255,0.85);
    transform: translate(0,-50%);
    border-left: 3px solid #ef5344;
    -webkit-box-shadow: 0px 3px 90px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 3px 90px 0px rgba(0,0,0,0.12);
box-shadow: 0px 3px 90px 0px rgba(0,0,0,0.12);
    font-family: 'Assistant';
    font-weight: 200;
    font-style: normal;
	font-size: 24px;
	line-height: 28px;
}
.intro_bg .con h2{
    position: relative;
    margin-bottom: 55px;
}
.intro_bg .con h2:after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 35%;
    height: 1px;
    background: #ccc;
    transform: translate(0,-50%);
}
.intro_bg .con h2:before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 35%;
    height: 1px;
    background: #ccc;
    transform: translate(0,-50%);
}
.all_in{
    text-align: center;
}
.all_in .inner{
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.all_in .inner img{
    width: 100%;
    height: auto;
}
.all_in .inner .overaly{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    color: #fff;
    transition: all 0.2s linear;
}
.all_in .inner .overaly .para{
    padding:40px 30px;
    opacity: 0;
    transition: all 0.2s linear;
	font-size: 23px;
	line-height: 26px;
}
.all_in .inner .overaly:hover{
    background: rgba(0,0,0,0.7);
    transition: all 0.2s linear;
}
.all_in .inner .overaly:hover .para{
    opacity: 1;
    transition: all 0.2s linear;
}
.all_in .row {
	margin-left: -10px;
	margin-right: -10px;
}
.all_in .row > .col-md-4{
	padding-left: 10px;
	padding-right: 10px;
}
.all_in .inner .overaly h4 {
	color: #fff;
	font-size: 42px;
	line-height: normal;
	padding: 0 0 28px 0;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.all_in .inner .overaly h4 > span{
    display: inline-block;
    position: relative;
}
.all_in .inner .overaly h4 > span::after {
	position: absolute;
	content: '';
	right: -15px;
	top: 9px;
	height: 62%;
	width: 2px;
	background: #ef5344;
}
.title{
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.title::after {
	position: absolute;
	content: '';
	left: -230px;
	top: 50%;
	width: 200px;
	height: 1px;
	background: #ccc;
	transform: translate(0,-50%);
}
.title::before {
	position: absolute;
	content: '';
	right: -230px;
	top: 50%;
	width: 200px;
	height: 1px;
	background: #ccc;
	transform: translate(0,-50%);
}
.capabil{
    text-align: center;
}
.capabil .inner{
    padding: 0;
    margin: 0 0 30px;
}
.capabil .inner img{
    width: auto;
    height: 90px;
    margin-bottom: 20px;
}
.capabil .inner h4{
    font-size: 24px;
    margin-bottom: 25px;
	font-family: 'Assistant';
    font-weight: 600;
    font-style: normal;
}
.capabil .inner .para p{
    padding: 0;
}
.capabil .inner .para{
    min-height: 126px;
    color: #333;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Assistant';
    font-weight: 200;
    font-style: normal;
}
.capabil .row{
	margin-left: -25px;
	margin-right: -25px;
}
.capabil .row > .col-md-4{
	padding-left: 25px;
	padding-right: 25px;
}
.ask{
    text-align: center;
}
.ask h2,.inquary h2{
    margin-bottom: 35px;
}
.ask .tab_sec{
    text-align: right;
}
.ask .tab_sec #tabs-nav li{
	margin: 17px 0;
}
.ask .tab_sec #tabs-nav li a{
    display: block;
    padding: 20px 15px;
    font-size: 28px;
	line-height: 38px;
    position: relative;
    padding-right: 90px;
	background: #fff;
	font-family: 'Conv_Assistant-Regular';
	font-weight: normal;
	font-style: normal;
}
.ask .tab_sec #tabs-nav li a::after {
	position: absolute;
	content: "\f067";
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	height: 30px;
	width: 30px;
	line-height: 28px;
	border: 2px solid #000;
	font-size: 16px;
	text-align: center;
	border-radius: 100%;
}
.ask .tab_sec #tabs-nav li.active a{
    font-family: 'Conv_Assistant-Bold';
}
.ask .tab_sec #tabs-nav li.active a::after{
    content: "\f068";
}
.light_bg{
    background: #f8f8f8;
}
.inquary{
    text-align: center;
    background-image: url(images/sdfs.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
	background-color: #f8f8f8;
}
.inquary::after {
	position: absolute;
	content: '';
	left: 5%;
	top: 15%;
	width: 318px;
	height: 245px;
	background: url(images/cupon.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.inquary .list{
    max-width: 890px;
    display: inline-block;
}
.inquary .list .innr {
	display: block;
	padding: 35px 24px 35px 24px;
	border-right: 6px solid #ef5344;
	background: #fff;
	min-height: 124px;
	min-width: 280px;
	cursor: pointer;
     -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.16);
box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.16);
}
.inquary .list .innr h6{
    font-size: 24px;
    margin-right: 15px;
    white-space: nowrap;
    display: block;
}
.inquary .list .innr img{
    width: auto;
    height: 49px;
}
.title_1{
    position: relative;
    display: inline-block;
    font-size: 40px;
}
.title_1::after {
	position: absolute;
	content: '';
	left: 40%;
	top: 130%;
	width: 20%;
	height: 2px;
	background: #ef5344;
	/* transform: translate(35%,0); */
}
.contact_ftr{
    text-align: right;
    
}
.contact_ftr h2{
    color: #fff;
    font-size: 32px;
    margin-bottom: 35px;
}
.contact_ftr ul li a{
    display: block;
    font-size: 24px;
	line-height: 32px;
    color: #fff;
    padding: 24px;
    padding-right: 100px;
    box-shadow: none;
    position: relative;
}
.contact_ftr ul li a:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: url(images/at.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_ftr ul li:nth-child(2) > a:after{
     background: url(images/call.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_ftr ul li:nth-child(3) > a:after{
     background: url(images/fax.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_ftr ul li:nth-child(4) > a:after{
     background: url(images/buliding.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_ftr ul li:nth-child(5) > a:after{
     background: url(images/home.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer_innr{
    background: url(images/footer_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
	padding: 80px 0;
    min-height: 300px;
    border-top: 6px solid #ef5344;
	position: relative;
}
.footer .footer_form{
    position: absolute;
    left: 14%;
    z-index: 1;
    max-width: 724px;
    padding: 50px 80px 80px;
    background: #fff;
    text-align: center;
    top: -165px;
    -webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.16);
}
.footer .footer_innr::after {
	position: absolute;
	content: '';
	right: 10%;
	bottom: 100%;
	width: 299px;
	height: 165px;
	background: url(images/car.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.footer_form .form-control{
	background: #E8E8E8;
	height: 60px;
	border-color: #E8E8E8;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff;
	font-size: 22px;
	font-family: 'Assistant';
    font-weight: 300;
    font-style: normal;
	text-align: right;
}
.footer .footer_form .title_1{
    margin-bottom: 80px;
	font-family: 'Assistant';
    font-weight: 600;
    font-style: normal;
}
.footer_form .innr_frm > p{
    text-align: right;
    font-size: 26px;
	font-family: 'Conv_Assistant-Regular';
	font-weight: normal;
	font-style: normal;
}
.copy_right{
    background: #000;
    text-align: center;
    padding: 10px 0;
}
.copy_right p{
    padding: 0;
    color: #999;
    font-size: 15px;
}
.mnutog, .newclientbtn, .mnuclsico{
	display: none;
}
.allbtnsec{
	margin-top: 15px;
}
.allbtnsec a{
	color: #9C9C9C !important;
	font-size: 28px;
}
.all_in{
	padding-bottom: 90px;
	padding-top: 70px;
}
.all_in .title{
	margin-bottom: 45px;
}
.capabil{
	padding-top: 110px;
	padding-bottom: 100px;
}
.capabil .title{
	margin-bottom: 95px;
}
.ask{
	padding-top: 125px;
	padding-bottom: 190px;
	background: url(images/addsaf-min.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.ask .title_1{
	margin-bottom: 120px;
	color: #fff;
}
.tbconn{
	padding: 30px;
	background: #fff;
	border-radius: 22px;
	position: relative;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Assistant';
    font-weight: 200;
    font-style: normal;
}
.tbconn p{
	padding: 0;
}
.tbconn:after{
	left: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #ffffff;
}
.inquary{
	padding: 62px 0 70px;
}
.inquary .title{
	margin-bottom: 60px;
	font-family: 'Assistant';
    font-weight: 600;
    font-style: normal;
}
.footer_form .form-group{
	margin-bottom: 17px;
}
.innr_frm > .row:last-child .form-group{
	margin-bottom: 0;
	position: relative;
}
.footer_form .form-group .ajax-loader{
	position: absolute;
	right: 15px;
	top: 10px;
}
.contact_ftr ul li{
	margin: 0 0 28px;
}
.contact_ftr ul > li:last-child{
	margin: 0;
}
.footer_form .wpcf7-file.form-control{
	opacity: 0;
	background-color: #fff !important;
	line-height: 46px;
}
.footer_form .file-740{
	display: block;
	border: 2px dashed #707070 !important;
	position: relative;
	z-index: 2;
}
.footer_form .file-740:after{
	position: absolute;
	right: 100px;
	font-size: 26px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Conv_Assistant-Regular';
	font-weight: normal;
	font-style: normal;
	color: #000;
	content: 'לצירוף קובץ עם פירוט הכלים';
	z-index: -1;
}
.footer_form .file-740:before{
	position: absolute;
	left: 100px;
	font-size: 26px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Conv_Assistant-Bold';
	font-weight: normal;
	font-style: normal;
	color: #000;
	content: 'לחץ כאן';
	z-index: -1;
}
.copy_right{
	position: relative;
}
.ftrcpybtn{
	color: #fff !important;
	font-size: 18px;
	position: absolute;
	left: 10px;
	top: 16px;
}
.cpyttxt span{
	color: #f1f1f1;
	font-size: 14px;
	line-height: 16px;
	display: block;
}
.cpyttxt strong{
	font-family: 'Assistant';
    font-weight: 600;
    font-style: normal;
	font-size: 16px;
	line-height: 18px;
	display: block;
	color: #fff;
}
.rescapabil, .resask{
	display: none;
}
.banner_form_sec .contact .con > a{
	display: inline-block;
}
.banner_form_sec .contact a::after{
	left: -40px;
}
.resph{
	display: none;
}
.homeresslide{
	display: none;
}
.floating_sec{
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 999;
    display: inline-block;
}
.floating_sec ul li a{
    display: block;
    box-shadow: none;
    text-decoration: none;
    padding: 8px;
    text-align: center;
    background: #fff;
    transition: all 0.2s ease;
}
.floating_sec ul li img{
    height: 44px;
    width: auto;
    margin-bottom: 8px;
    display: inline-block;
}

.floating_sec ul li:nth-child(2) a img{
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.floating_sec ul li span{
    display: block;
}
.floating_sec ul li a:hover{
    background: #000;
    color: #fff;
    transition: all 0.2s ease;
}
.mobile_tab{
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    display: none;
}
.mobile_tab .nav-tabs{
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
}
.mobile_tab .nav-tabs li{
    margin: 0;
    width: 25%;
}
.mobile_tab .nav-tabs li a {
	background: #EF5344;
	border-radius: 0;
    padding: 10px;
    border: none !important;
}
.mobile_tab .nav-tabs li a img{
    height: 25px;
    width: auto;
    margin-bottom: 5px;
    display: inline-block;
}
.mobile_tab .nav-tabs li a span{
    display: block;
    color: #fff;
}
.mobile_tab .nav-tabs li:hover a,.mobile_tab .nav-tabs li a:focus,.mobile_tab .nav-tabs li.active a,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #B93122 !important;
    color: #fff !important;
}
.mobile_tab .tab-pane{
    padding: 15px;
     background: #B93122;
}
.mobile_tab .form_prt .wpcf7-form > p{
    display: none;
}
.mobile_tab .form_prt .wpcf7-form > .row{
    flex-direction: column-reverse; 
}
.mobile_tab .form_prt .wpcf7-form .wpcf7-form-control-wrap{
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.page_popup .modal-dialog{
    max-width: 936px;
    text-align: center;
}
.page_popup .modal-header{
    border: none;
}
.page_popup .modal-header h5 > img{
    margin-left: 15px;
}
.page_popup .modal-header .close{
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 1;
    opacity: 1;
}
.page_popup .modal-content{
    align-items: center;
    border-radius: 0;
    border-top: 10px solid #EF5344;
    padding: 30px; 
      -webkit-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 60px 0px rgba(0,0,0,0.16);	
}
.page_popup .innr_frm{
    text-align: right;
}
.page_popup .innr_frm .wpcf7-checkbox .wpcf7-list-item-label{
    font-size: 22px;
    color: #000;
    position: relative;
}
.page_popup .innr_frm .wpcf7-checkbox input{
    margin: 0 0 0 12px;
	width: 14px;
	height: 14px;
	border: 6px solid #CBCBCB;
}
#slider-1-slide-1-layer-4{
	width: 170% !important;
	right: -50% !important;
	left: -50% !important;
}
.innr_frm > p{
	font-size: 24px;
}
.innr_frm .form-group{
	margin-bottom: 12px;
}
.form-control{
	direction: rtl;
}
.page_popup .innr_frm .form-control{
	background: #E8E8E8;
	height: 50px;
	border-color: #E8E8E8;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #000;
	font-size: 24px;
	font-family: 'Assistant';
    font-weight: 300;
    font-style: normal;
	text-align: right;
}
.page_popup .innr_frm .wpcf7-textarea.form-control{
	height: 100px;
	color: #000;
	font-size: 24px;
	font-family: 'Assistant';
	font-weight: 300;
    font-style: normal;
}
.page_popup .innr_frm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
	font-family: 'Assistant';
    font-weight: 300;
}
.page_popup .innr_frm .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
	font-family: 'Assistant';
    font-weight: 300;
}
.page_popup .innr_frm .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
	font-family: 'Assistant';
    font-weight: 300;
}
.page_popup .innr_frm .form-control:-moz-placeholder { /* Firefox 18- */
 color: #000;
	font-family: 'Assistant';
    font-weight: 300;
}
.chkbox{
	color: #000;
	font-size: 24px;
	font-family: 'Assistant';
	font-weight: 300;
    font-style: normal;
}
.page_popup .modal-content{
	position: relative;
}
.page_popup .modal-content:after{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	content: '';
	height: 224px;
	background: url(images/hanger.png) no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.frmprtcls{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.all_in.resallin{
		display: none;
	}
.radiooo{
	position: relative;
	padding-right: 18px;
	margin: 0 0 0 20px;
}
.radiooo input[type="radio"]{
	position: absolute;
  opacity: 0;
  cursor: pointer;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark {
  position: absolute;
  top: 4px;
  right: 0;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
}
.radiooo input[type="radio"]:checked ~ .checkmark {
  background-color: #f00;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiooo input[type="radio"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiooo .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.inner_page_banner{
padding:40px 0;
background:#ef5344;
text-align:center;
}
.inner_page_banner h2{
color:#fff;
}
.post-126 .entry-header{
display:none;
opacity:0;
}
.page-id-126 .footer{
margin-top:0px;
}
.entry-content img{
width:100%;
height:auto;
margin-bottom:15px;
}
.side_bar{
padding:15px;
background:#ddd;
border:1px solid #ccc;
}
.srchform .btn-secondary {
	background: #000 !important;
	border-color: #000 !important;
}
.srchform .form-control{
border-color: #000 !important;
}
.side_bar .widget{
margin-bottom:15px;
}
.side_bar .widget h2{
margin-bottom:5px;
}
.side_bar .widget ul li{
position:relative;
padding-left:20px;
}
.side_bar .widget ul li:after{
position:absolute;
content:'\f054';
left:0;
top:6px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
color:#ef5344;
font-size:17px;
}
.side_bar .widget ul li a{
padding:7px 0;
display:block;
}
.page-id-126 .footer .footer_innr::after,.page-id-126 .footer .footer_form,.page-id-126 .contact_ftr,.page-id-126 .footer .footer_innr,.page-id-126 .ftrcpybtn{
display:none;
}
.thank_link{
text-align:center;
margin-top:10px;
}
.thank_link > a{
dispaly:inline-block;
padding:7px 20px;
border:1px solid #ccc;
color:#999;
}
.thank_link > a:hover{
color:#000;
}
.mobile_tab .nav-tabs > li:nth-child(4) a > img{
postion: relative;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
 -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-response-output{text-align:right;}
.footer_form .form-control{
color:#999 !important;
}
.footer .footer_form .innr_frm.responsive_frm{
    display: none !important;
}
.all_in .row{
	direction: rtl;
}

/* Media Query*/

@media screen and (min-width: 1400px){
	.page_popup .modal-content {
		padding: 40px 190px;
	}
	header .primary-menu li > a {
		padding: 0 22px;
		font-size: 22px;
	}
	header .logo {
		margin-left: 180px;
	}
	.container {
		max-width: 1400px;
	}    
}




@media only screen and (min-width: 1061px) and (max-width:1400px){
.inquary::after {
	left: 40%;
	top: 90%;
}
.footer.footer{
margin-top: 400px;
}
.footer .footer_innr::after{
right:20px;
}
.footer .footer_form{
max-width: 550px;
padding: 30px 60px 60px;
}
header .primary-menu li > a{
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 15px;
} 
    header .contact .con > span{
        font-size: 20px;
    }    
    header .contact .con > a{
        font-size: 26px;
    }    
    .footer_form .form-control{
        font-size: 16px;
    }
    .footer_form .file-740::after{
        right: 15px;
        font-size: 17px;
    }
    .footer_form .file-740::before{
    left: 160px;
    font-size: 20px;
    }
	.all_in .inner .overaly .para {
    padding: 30px;
    font-size: 18px;
    line-height: 22px;
}
}
@media only screen and (min-width: 992px) and (max-width:1060px){
	.all_in{
display: none;
}
.all_in.resallin{
display: block;
}
	.inquary::after{
    left:-8%;
    }
    .all_in .inner .overaly .para {
	padding: 20px 20px;
	font-size: 15px;
	line-height: 21px;
}
.all_in .inner .overaly h4{
padding: 0 0 16px 0;
font-size: 26px;
}
.inquary::after {
	left: 40%;
	top: 90%;
}
.footer.footer{
margin-top: 400px;
}
.footer .footer_innr::after{
right:20px;
width: 224px;
    height: 126px;
}
.footer .footer_form{
max-width: 550px;
padding: 30px 60px 60px;
}
.all_in{
display: none;
}
.all_in.resallin{
    display: block;
}
header .primary-menu li > a{
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 15px;
} 
    header .contact .con > span{
        font-size: 20px;
    }    
    header .contact .con > a{
        font-size: 26px;
    }  
     .footer_form .file-740::after{
        right: 15px;
        font-size: 17px;
    }
    .footer_form .file-740::before{
    left: 160px;
    font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.all_in .inner .overaly .para {
	padding: 14px 30px;
	font-size: 14px;
	line-height: 20px;
}
.all_in .inner .overaly h4{
padding: 0 0 16px 0;
font-size: 25px;
}
.all_in{
display:none;
}
.all_in.resallin{
display:block;
}
.inquary::after {
	left: 40%;
	top: 90%;
}
.footer.footer{
margin-top: 400px;
}
.footer .footer_innr::after{
right:20px;
width: 224px;
    height: 126px;
}
.footer .footer_form{
max-width: 450px;
padding: 20px 40px 40px;
}
header .primary-menu li > a{
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 16px;
} 
    .hdrcont{
        display: none;
    }  
    header .primary-menu li:first-child > a, header .primary-menu li:nth-child(2) > a {
	font-size: 17px;
}
    .footer_form .file-740::after{
        right: 15px;
        font-size: 17px;
    }
    .footer_form .file-740::before{
    left: 100px;
    font-size: 20px;
    }
    .footer_form .form-control{
        font-size: 15px;
    }
    .contact_ftr ul li a::after{
    width: 50px;
    height: 50px;
        top:15px;
    }
    .contact_ftr ul li a{
        padding-right: 60px;
    }
}
@media screen and (max-width: 767px){
.modal-dialog {
	margin: 5.75rem auto !important;
}
	.resallin .modal-body p{
		padding: 0;
	}
	.allbtnsec a {
    font-size: 20px;
}
	.all_in{
		display: none;
	}
	.all_in.resallin{
		display: block;
	}
	.hdrcont{
		display: none;
	}
	.mnutog, .newclientbtn, .mnuclsico{
		display: block;
	}
	.mnuclsico{
		position: absolute;
		left: 13px;
		top: 15px;
	}
	.newclientbtn{
		color: #fff !important;
		font-size: 18px;
		line-height: 20px;
		padding: 8px 10px;
		background: #EF5344 !important;;
		white-space: nowrap;
	}
	.mnutog img{
		min-width: 45px;
	}
	nav.nav{
		position: fixed;
		right:100%;
		top: 0;
		height: 100%;
		width: 100%;
		display: flex;
		z-index: 999;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	header.header.opmmnu nav.nav{
		right:0;
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	.resmnuinr{
		width: 300px;
		background: #fff;
		height: 100%;
		overflow: auto;
		position: relative;
	}
	.mnucls{
		width: calc(100% - 300px);
		background: rgba(0,0,0,0.4);
	}
	.logo img{
		width: 81px;
	}
	header.header .primary-menu {
		display: flex;
		text-align: right;
		direction: inherit;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	header.header .primary-menu > li{
		width: 100%;
		margin-bottom: 16px;
	}
	.mnutog{
		margin-right: 20px;
	}
	header.header .container-fluid{
		padding: 0 20px;
	}
	.resmnuinr .menu-main-menu-container{
		padding-top: 36px;
	}
	header .primary-menu li > a{
		font-size: 22px;
		line-height: 30px;
		padding-right: 24px;
	}
	header .primary-menu li a::after{
		display: none;
	}
	.resph{
		position: absolute;
		left: 0;
		bottom: 63px;
		width: 100%;
		padding: 0 45px 35px;
		display: block;
	}
	.textwidget a{
		box-shadow: none !important;
	}
	.resph > .textwidget{
		display: flex;
		align-items: center;
	}
	.resph > .textwidget > img{
		width: 42px;
		min-width: 42px;
	}
	.resph > .textwidget .con span{
		display: block;
		font-family: 'Assistant';
		font-weight: 300;
		font-style: normal;
		font-size: 26px;
	}
	.resph > .textwidget .con a{
		font-family: 'Conv_Assistant-Bold';
		font-weight: normal;
		font-style: normal;
		font-size: 32px;
		line-height: 34px;
	}
	.resph > .textwidget .con{
		width: 100%;
		text-align: right;
	}
	.banner_form_sec .row.align-items-center > .col-md-9{
		display: none;
	}
	.banner_form_sec{
		background: #EF5344;
		padding: 18px 45px;
	}
	.banner_form_sec .container{
		padding: 0;
	}
	.banner_form_sec .contact{
		border: 1px solid #FFFFFF;
		border-radius: 10px;
		padding: 12px 30px;
	}
	.banner_form_sec .contact a{
		display: inline-block;
		font-size: 36px;
		line-height: 38px;
	}
	.banner_form_sec .contact a::after {
		left: -40px;
		top: 5px;
	}
	.banner_form_sec .contact span{
		font-size: 36px;
		line-height: 38px;
		font-family: 'Assistant';
		font-weight: 300;
		font-style: normal;
	}
	.intro_bg .con {
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		padding: 75px 30px;
		text-align: center;
		background: rgba(0,0,0,0.7);
		transform: none;
		border-left: none;
		font-family: 'Assistant';
		font-weight: 200;
		font-style: normal;
		color: #fff;
		z-index: 2;
		box-shadow: none !important;
	}
	.intro_sec .intro_bg > img{
		display: none;
	}
	.intro_bg .con:after{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		background: url(images/introresbg.jpg) no-repeat;
		background-size: cover;
		z-index: -2;
	}
	.intro_sec, .intro_sec .container-fluid {
		padding: 0;
	}
	.intro_bg .con h2 {
		margin-bottom: 40px;
		font-size: 32px;
		color: #fff;
	}
	.intro_bg .con h2::before {
		width: 32%;
	}
	.intro_bg .con h2::after {
		width: 32%;
	}
	.all_in {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	.all_in .inner {
		margin: 0 0 10px;
	}
	.all_in .title {
		margin-bottom: 25px;
		font-size: 32px;
		line-height: 36px;
		width: 50%;
	}
	.all_in .title::after {
		left: 100%;
		width: 35%;
	}
	.all_in .title::before {
		right: 100%;
		width: 35%;
	}
	.all_in .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.all_in .row > .col-md-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 6px;
		padding-right: 6px;
	}
	.all_in .inner .overaly h4{
		text-align: center;
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 6px;
	}
	.all_in .inner .overaly .para{
		opacity: 0 !important;
	}
	.capabil {
		display: none;
	}
	.rescapabil{
		display: block;
		background: #F8F8F8;
		padding: 60px 0 100px;
	}
	.rescapabil .container{
		padding: 0 30px;
	}
	.rescapabil .title, .inquary .title {
		margin: 0 auto 55px;
		font-size: 32px;
		line-height: 36px;
		width: 60%;
		display: block;
		text-align: center;
	}
	.rescapabil .title::after{
		left: 100%;
		width: 35%;
	}
	.rescapabil .title::before{
		right: 100%;
		width: 35%;
	}
	.inquary .title:after {
		left: 100%;
		width: 30%;
	}
	.inquary .title:before {
		right: 100%;
		width: 30%;
	}
	.ressingslid {
		background: #fff;
		padding: 30px 20px 0;
		text-align: center;
		margin-bottom: 40px;
	}
	.rescapabil .inner > img{
		width: 104px;
	}
	.rescapabil .inner .overaly h4{
		font-size: 18px;
		line-height: 24px;
		font-family: 'Assistant';
		font-weight: 600;
		font-style: normal;
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.rescapabil .para{
		font-size: 18px;
		line-height: 24px;
		font-family: 'Assistant';
		font-weight: 200;
		font-style: normal;
	}
	.ressingslid.owl-theme .owl-controls .owl-buttons > div{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
		padding: 0;
		background: rgba(0,0,0,0);
		border-radius: 0;
		opacity: 1;
	}
	.ressingslid.owl-theme .owl-controls .owl-buttons > div.owl-prev{
		left: -22px;
	}
	.ressingslid.owl-theme .owl-controls .owl-buttons > div.owl-next{
		right: -22px;
	}
	.ressingslid.owl-theme .owl-controls .owl-buttons > div .pvr{
		width: 17px;
		height: 31px;
		display: block;
		background: url(images/prev.png) no-repeat;
		background-position: center center;
	}
	.ressingslid.owl-theme .owl-controls .owl-buttons > div .nxt{
		width: 17px;
		height: 31px;
		display: block;
		background: url(images/nxt.png) no-repeat;
		background-position: center center;
	}
	.resask{
		display: block;
		padding: 70px 0 130px;
		background: url(images/addsaf-min.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.ask{
		display: none;
	}
	.resask .title_1 {
		font-size: 32px;
		margin-bottom: 75px;
		display: block;
		text-align: center;
		color: #fff;
	}
	.title_1::after {
		left: 50%;
		width: 10%;
		transform: translate(-50%,0);
	}
	.resask .container{
		padding: 0 20px;
	}
	.resask #tabs-nav > li{
		margin-bottom: 22px;
	}
	.resask #tabs-nav > li.active > .tab-content{
		display: block !important;
	}
	.resask #tabs-nav > li > a{
		display: block;
		padding: 20px 65px 20px 10px;
		background: #fff;
		position: relative;
	}
	.resask .tbconn {
		padding: 20px;
		background: #fff;
		border-radius: 0;
		position: relative;
		font-size: 18px;
		line-height: 26px;
		font-family: 'Assistant';
		font-weight: 300;
		font-style: normal;
		border-top: 1px solid #4f5c67;
	}
	.tbconn::after {
		display: none;
	}
	.resask .tab_sec #tabs-nav li a::after {
		position: absolute;
		content: "\f067";
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #000;
		height: 23px;
		width: 23px;
		line-height: 19px;
		border: 2px solid #000;
		font-size: 12px;
		text-align: center;
		border-radius: 100%;
	}
	.resask .tab_sec #tabs-nav li.active a::after {
		content: "\f068";
	}
	.inquary::after {
		left: 50%;
		top: -103px;
		transform: translateX(-50%);
		width: 250px;
		height: 193px;
		background: url(images/cupon.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.inquary{
		padding-top: 120px;
		padding-bottom: 85px;
		background: #F8F8F8;
	}
	
	.inquary .list{
		padding: 0 30px;
	}
	.inquary .list > .row > .col-md-4{
		margin-bottom: 20px;
	}
	.footer .footer_form {
		position: static;
		max-width: 100%;
		padding: 40px 35px 35px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 150px;
	}
	footer.footer {
		margin-top: 0;
		background: #F8F8F8;
	}
	.footer .footer_form .title_1 {
		margin-bottom: 65px;
		font-size: 32px;
		line-height: 34px;
	}
	.footer_form .innr_frm > p {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 22px;
	}
	.footer_form .form-control {
		height: 50px;
		font-size: 18px;
	}
	.footer_form .form-group {
		margin-bottom: 15px;
	}
	.footer .footer_innr::after {
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
		width: 180px;
		height: 102px;
		background: url(images/car.png);
		background-size: 180px auto;
		background-repeat: no-repeat;
	}
	.footer .footer_innr{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.contact_ftr h2 {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 45px;
		margin-right: -10px;
	}
	.contact_ftr ul li a{
		font-size: 20px;
		line-height: 26px;
	}
	.contact_ftr ul li {
    margin: 0 0 22px;
}
	.copy_right {
    padding: 40px 0 5px;
}
	.ftrcpybtn {
    font-size: 16px;
    left: 50%;
    top: 16px;
    line-height: 18px;
    transform: translateX(-50%);
}
	.footer_form .wpcf7-file.form-control {
		line-height: 34px;
	}
	.contact_ftr {
		padding-right: 45px;
	}
	.home_banner{
		display: none;
	}
	.homeresslide{
		display: block;
	}
    .floating_sec{
        display: none;
    }
    #rev_slider_2_2_wrapper .ares .tp-bullet:hover, #rev_slider_2_2_wrapper .ares .tp-bullet.selected{
        background: #EF5344 !important;
    }
    .footer_form .file-740::after{
        font-size: 16px;
		right: 10px;
    }
    .footer_form .file-740::before {
		right: 185px;
		font-size: 16px;
		left: inherit;
	}
    .mobile_tab{
        display: block;
    }
    .resask #tabs-nav > li.active .tab-contents{
        display: block !important;
    }
	.frmrescon .form_prt{
		background: #BB4236;
		padding: 20px 30px;
	}
	.innr_frm > p {
		font-size: 18px;
		line-height: 28px;
	}
	.page_popup .innr_frm .form-control, .page_popup .innr_frm .wpcf7-textarea.form-control {
		font-size: 18px;
	}
	.page_popup .innr_frm .wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 14px;
	}
	.chkbox {
		font-size: 18px;
	}
	.resask .tab_sec{
		text-align: right;
	}
    .inquary .list > .row{
        flex-direction:column-reverse
    }
    .footer .footer_form .innr_frm.responsive_frm{
    display: block !important;
}
    .footer .footer_form .innr_frm{
        display: none !important;
    }

}

@media screen and (max-width: 370px){
	.banner_form_sec .contact {
    padding: 12px 20px;
}
.banner_form_sec .contact span {
    font-size: 32px;
}
	
	
}


#acwp-toolbar-btn.show{display:none !important;}