@charset "utf-8";
/* CSS Document */
	
@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/HelvNeue75_W1G.eot?#iefix');
    src: url('../fonts/HelvNeue75_W1G.eot?#iefix') format("embedded-opentype"),
         url('../fonts/HelvNeue75_W1G.woff2') format("woff2"),
         url('../fonts/HelvNeue75_W1G.woff') format("woff"),
		 url("../fonts/HelvNeue75_W1G.ttf") format("truetype"),
         url('../fonts/HelvNeue75_W1G.svg') format("svg");
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'Helvetica-regular';
    src: url('../fonts/HelvNeue55_W1G.eot?#iefix');
    src: url('../fonts/HelvNeue55_W1G.eot?#iefix') format("embedded-opentype"),
         url('../fonts/HelvNeue55_W1G.woff2') format("woff2"),
         url('../fonts/HelvNeue55_W1G.woff') format("woff"),
		 url("../fonts/HelvNeue55_W1G.ttf") format("truetype"),
         url('../fonts/HelvNeue55_W1G.svg') format("svg");
    font-weight: normal;
    font-style: normal;
	}

	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	}
audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
	}
html {
	overflow-y: scroll;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	}
body,
button,
input,
select,
textarea {
	color: #2f2f2f;
	font-family: Helvetica, Arial, sans-serif;
	font-family: 'Helvetica-regular';
	font-size: 14px;
	font-weight:normal;
	line-height: 1.5;
	}

a {color: #0083c1;text-decoration: none;}
a:focus {outline: none;}

a:hover,
a:active {outline: 0;}


/*a:active,
a:hover {color: #202b59;}*/

em {
    font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*margin: 36px 0 12px;*/
	}
dl {margin-bottom: 24px;}
dt {font-weight: bold;}
dd {margin-bottom: 24px;}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
	}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,
li > ol {
	margin: 0 0 0 20px;
	}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width:100%;
	}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	}
button,
input {	line-height: normal;}

input,
textarea {	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	}
table,
th,
td { border: 1px solid #5c7b05;}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
	}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	}
td {border-width: 0 1px 1px 0;	}
del {color: #767676;}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
	}
b, strong{ font-weight:bold}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/************************************/
*{ margin:0; padding:0;}
.clear-fix:after{
	content: "";
	clear: both;
	display: table;
	}
.clear-fix:before{
	content: "";
	clear: both;
	display: table;
	}
.clear{ clear:both;}
h1{
	font-size:32px;
	
	}
h2{
	font-size:24px;
	
	}
h3{
	font-size:22px;
	
	}
h4{
	font-size:20px;
	
	}
h5{
	font-size:18px;
	
	}
h6{
	font-size:16px;
	}
p{
	font-size:14px;
	}
ul{
	margin-left:0;
	}
/*---- ----*/
.wrapper{
	width: 100%;
	position: relative;
	}
header{
	width: 100%;
	position:absolute;
	z-index:99;
	top:40px;
	/*border-top:40px solid #000;*/
	background:#fff;
	}
.header-top{
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.wrap-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
	}
.container-wrap{
	width:1120px;
	margin:0 auto;
	}
/*----logo----*/
.logo{
	width:auto;
	height:auto;
	margin-top:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	z-index:9;
	margin: 9px 0;
	}
.logo img{ max-width:100%; }
.master-logo{ 
	width:58px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	}
.logo-text{
	width:212px;
	display:inline-block;
	margin-left:15px;
	}
.logo a{ text-decoration:none}
.master-logo-small{ 
	display:none;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	}
.master-logo-small img{ width:58px;}
.logo-org{ display:inline-block; position:relative; width:58px;}

/*----menu----*/
.menu-wrap{}
.menu-wrap ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.menu-wrap ul li{
	margin:0 0 0 40px;
	padding:0;
	display:inline-block;
	position:relative;
	font-family: 'Helvetica-bold';
	/*font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;*/
	}
.menu-wrap ul li:first-child{ margin-left:0}
.menu-wrap ul li:after{
	position:absolute;
	content:"|";
	left:-23px;
	top:0;
	font-family: 'Helvetica-bold';
	font-size:18px;
	}
.menu-wrap ul li:first-child:after{ display:none}
.menu-wrap ul li a{
	font-size:18px;
	color:#000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;  
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	}
.menu-wrap ul li a:hover{color:#ff6624}	
/*--sticky-head--*/
/*--sticky-head--*/
.fixed {position: fixed; top: 0; left: 0; width: 100%; z-index:10; /*height: 75px;*/box-shadow: 0px 0px 2px rgba(0, 0, 0, .5); border-top:0px;}
.fixed .logo{ /*height: 75px;*/ margin:10px 0;}
.fixed .master-logo{ width:40px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display:none}
.fixed .logo-text { width: 120px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;margin-left: 10px;}
.fixed .menu-wrap ul li a{ font-size:18px;}
.fixed .menu-wrap ul li:after{ font-size:20px;top: -2px;}
.fixed .logo-org { width:30px;}
.fixed .logo .master-logo-small{ 
	display:inline-block;
	width:30px; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	}
.fixed .logo .master-logo-small img{
	width:30px; 
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	}
/*----banner----*/
.banner-main{ 
	width:100%; 
	position:relative;
	overflow:hidden;
	}
.banner-main img{ 
	width:100%;
	transition-duration: 1500ms;
	}
.bannerBg{
	width:100%;
	height:100vh;
	background:url(../images/main-banner.jpg) top center no-repeat;
	background-attachment:fixed;
	background-size: cover;
	/*transition-duration: 1500ms;*/
	}

.banner-text {
    position: absolute;
    bottom: 150px;
   	/*top:370px;*/
	max-width:650px;
	z-index:9;
	}
.banner-text h2{
	font-size:50px;
	font-family: 'Helvetica-bold';
	/*font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;*/
	font-weight:normal;
	color:#fff;
	margin: 0 0 6px;
	line-height: 1.05;
	}
.banner-text h3{
	font-size:50px;
	color:#fff;
	max-width:560px;
	margin: 0 0 18px;
	line-height: 1.1;
	font-weight:normal;
	}
.banner-text h3 span{ color:#ff6624}
.banner-text p{
	color:rgb(189 189 189);
	font-size:20px;
	line-height:1.5;
	}
.banner-text p a{color:#ff6624}
.banner-menu{
	color:#fff;
	font-size:20px;
	line-height:1.5;
	margin-top:35px;
	}
.banner-menu a{
	color:#fff; 
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;  
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	}
.banner-menu a:hover{color:#ff6624}	

@media (max-height: 720px) {
	.banner-text { bottom: 80px; }
	.banner-text h2{ font-size:42px; line-height:1.05; }
	.banner-text h3{ font-size:32px; line-height:1.1; margin-bottom:14px; }
}

@media (max-height: 600px) {
	.banner-text { bottom: 50px; }
	.banner-text h2{ font-size:36px; }
	.banner-text h3{ font-size:28px; margin-bottom:12px; }
}

/*----section-1----*/
.section-1{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	background:#fff;
	padding:57px 0 0;
	text-align:center;
	}
.sml-wrap{ max-width:732px; margin:0 auto 58px}	
.section-1 h1{
	font-size:42px;
	color:#595959;
	/*font-weight:bold;*/
	line-height:1;
	margin-bottom:20px;
	font-family: 'Helvetica-bold';
	font-weight:normal;
	}
.section-1 p{
	font-size:24px;
	color:#8f8f8f;
	line-height:1.3;
	margin-bottom:20px;
	max-width:490px;
	margin:0 auto 20px;
	}
.service-full-wrap {
    width: 100%;
    display: flex;
	background:#000000;
	}
.service-box {
    width: 33.333%;
	display: flex;
	flex-direction: column;
	}
.srv-img{ 
	position:relative;
	background:#000;
	text-align:left;
	overflow:hidden;
	}
.srv-img img{transition-duration: 1500ms;}
.srv-img:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	}
/*.srv-img:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#000;
	opacity:0.69;
	top:0;
	left:0;
	z-index:8;
	}
.service-box:nth-child(2) .srv-img:after{opacity:0.39;}*/
.srv-img h2{
	font-size:32px;
	color:#fff;
	line-height:1.1;
	position:absolute;
	z-index:9;
	/*font-weight:bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
	max-width: 310px;
	bottom: 0;
    padding: 0 60px 45px;
	}
.srv-cnt{
	width:100%;
	padding: 50px 60px 78px;
	text-align:left;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	}
.srv-cnt p{
	font-size:18px;
	color:#fff;
	line-height:1.3;
	margin-bottom:0px;
	}
a.btn-style-1, .btn-style-1 {
    min-width: 191px;
    height: 52px;
    line-height: 48px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    color: #fff;
    /*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
    font-size: 18px;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;  
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	margin-top: auto;
	}
a.btn-style-1:hover, .btn-style-1:hover{ background:#fff; border-color:#fff; color:#000}

/*----section-2----*/
.section-2{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	background:#fff;
	padding:80px 0;
	text-align:center;
	}
.section-2 h2{
	font-size:42px;
	color:#595959;
	/*font-weight:bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
	line-height:1;
	margin-bottom:35px;
	}
.section-2 p{
	font-size:24px;
	color:#8f8f8f;
	line-height:1.3;
	margin-bottom:20px;
	}
.tools-wrap {
    width: 100%;
    display: flex;
	margin-top:45px;
	margin-bottom:5px;
	}
.tools-box { width: 20%;}
.tools-box h3{ 
	font-size:20px; 
	color:#000; 
	/*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
	line-height:25px;
	}
.tools-icon{ 
	width: 168px;
    margin: auto;
	}
.tools-box h3 {
    font-size: 20px;
    color: #000;
    /*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
    padding: 0 12%;
    margin: 27px auto 0;
	}
a.btn-style-2, .btn-style-2 {
    min-width: 241px;
    height: 52px;
    line-height: 52px;
    border: 0px solid #fff;
	background:#000;
    display: inline-block;
    text-align: center;
    color: #fff;
    /*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
    font-size: 18px;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;  
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	margin-top:52px;
	}
a.btn-style-2:hover, .btn-style-2:hover{ background:#ff7900; }

/*----section-3----*/
.section-3{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	background:#ff7900;
	padding:0px 0;
	display: flex;
	/*flex-wrap: wrap;*/
	}
.blog-left {  width: 50%;}
.blog-left h2{
    font-size: 32px;
    color: #fff;
    /*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
    line-height: 1;
    margin-bottom: 30px;
	}
.blog-left p{
    font-size:18px;
    color: #fff;
    /*font-weight: bold;*/
	/*font-family: 'Helvetica-bold';*/
	font-weight:normal;
    line-height: 1.3;
    margin-bottom: 24px;
	}
.container-wrap-blog {
    max-width: 560px;
    margin: 0 0 0 auto;
    padding: 77px 180px 80px 0;
	}
.blog-right-img { 
	width: 50%; 
	position:relative; 
	overflow:hidden;
	background:url(../images/blog-img.jpg) center center no-repeat;
	background-size: cover;
	}
.blog-right-img img {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	}
.btn-style-1.blog-btn{ margin-top:35px}
.btn-style-1.blog-btn:hover{ background:#fff; border-color:#fff; color:#ff7900}


/*----footer----*/
.container-foot{ width:960px; margin:0 auto}
footer{
	width:100%;
	background:#000;
	padding:77px 0 52px;
	margin-top:0;
	text-align:center;
	}
.footer-area h2{
    font-size: 32px;
    color: #fff;
    /*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
    line-height: 1;
    margin-bottom: 10px;
	}
.footer-area h5{
	font-size:18px;
	line-height:1.2;
	color:#ff7900;
	margin-bottom:48px;
	}
.footer-area .row{
  margin-left:-15px;
  margin-right:-15px;
  text-align:left;
  font-size:initial;
}
.footer-area .row:before,
.footer-area .row:after{
  content:" ";
  display:table;
}
.footer-area .row:after{
  clear:both;
}
.footer-area h5 a{color:#ff7900; text-decoration:none}
.footer-area p{
	font-size:20px;
	line-height:1.2;
	color:#fff;
	margin-bottom:27px;
	}
.txtFd-style{
	width: 100%; 
	height: 48px; 
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 0px 8px; 
	color: #ff7900;
	font-size: 16px; 
	font-weight: normal;	
	background:#fff; 
	border:0px solid #ababab;
	border-radius:3px;
	}
.txtFd-style::-webkit-input-placeholder {color: #c0c0c0; opacity:1; }
.txtFd-style:-moz-placeholder { color: #c0c0c0; opacity:1 ;}
.txtFd-style::-moz-placeholder { color: #c0c0c0;opacity:1;   }
.txtFd-style:-ms-input-placeholder {  color: #c0c0c0; opacity:1; }
.txtFd-style:focus{ outline:none}

.txtArea-style{
	width: 100%; 
	height: 48px; 
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 12px 8px 0; 
	color: #ff7900;
	font-size: 16px; 
	font-weight: normal;	
	background:#fff; 
	border:0px solid #ababab;
	border-radius:3px;
	}
.txtArea-style::-webkit-input-placeholder {color: #c0c0c0; opacity:1; }
.txtArea-style:-moz-placeholder { color: #c0c0c0; opacity:1 ;}
.txtArea-style::-moz-placeholder { color: #c0c0c0;opacity:1;   }
.txtArea-style:-ms-input-placeholder {  color: #c0c0c0; opacity:1; }
.txtArea-style:focus{ outline:none}


.list-select1-div{
	background:#fff; 
	border:0px solid #b1b1b1;
	border-radius:3px;
	position:relative;
	width: 100%;
	height: 48px;
	font-size: 16px;
	color: #ff7900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: hidden;
	}
.list-select1-div:after{
	position:absolute;
	content:"";
	background:url(../images/down-arrow.png) no-repeat;
	background-size:100% auto;
	width:17px;
	height:9px;
	right:12px;
	top:calc(50% - 5px);
	line-height: 36px;
	}
.list-select1-div select{
	height:48px;
	line-height:48px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	border: 0px;
	font-size:16px;
	color: #ff7900;
	padding: 0 33px 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position:relative;
	z-index:9;
	}
.list-select1-div select:focus{outline:none;}
.list-select1-div option{ color:#ff7900;}

.list-select1-div optgroup {
    font-family: 'Helvetica-bold';
	color:#ff7900
}
.list-select1-div optgroup option{font-family: 'Helvetica-regular'; padding-right:10px;}

.btn-submite-syle, a.btn-submite-syle{
	height:48px;
	line-height:44px;
	background:#000;
	border:2px solid #ff7900;
	text-align:center;
	display:inline-block;
	color:#ff7900;
	font-size:18px;
	/*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
	padding:0 20px;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	width:100%;
	}
.btn-submite-syle:hover, a.btn-submite-syle:hover{ background:#ff7900; color:#000}
.btn-submite-syle:focus, a.btn-submite-syle:focus{ outline:none}

.contact-address{
	text-align:left;
	padding-top:75px;
	}
.contact-address--single{
	text-align:left;
	padding-top:40px;
	margin:0 auto;
	max-width:360px;
	}
.contact-address h3{
	font-size:20px;
	line-height:1.3;
	color:#ff7900;
	/*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
	}	
.contact-address p{
	font-size:20px;
	line-height:1.3;
	color:#fff;
	font-weight:normal;
	}
.contact-address a, .contact-address p a{
	font-size:20px; 
	color:#fff; 
	text-decoration:none; 
	/*font-weight: bold;*/
	font-family: 'Helvetica-bold';
	font-weight:normal;
	}



.footer-area h6{
	font-size:12px;
	line-height:1.3;
	color:#fff;
	padding-top:10px;
	}
.footer-area h6 a{ color:#fff}

/*----marginB20----*/
.marginT30{ margin-top:30px;}
.marginB10{ margin-bottom:10px;}
.marginB15{ margin-bottom:15px;}
.marginB20{ margin-bottom:20px;}
.marginB30{ margin-bottom:30px;}

.mLR7 {
    margin-right: -7px;
    margin-left: -7px;
	}
.pLR7{
    padding-right: 7px;
    padding-left: 7px;
	}
.mLR33 {
    margin-right: -33px;
    margin-left: -33px;
	}
.pLR33{
    padding-right: 33px;
    padding-left: 33px;
	}
	
.msgPosition {
    position: relative;
    width: 100%;
    display: block;
    top: 25px;
    text-align: center;
}
.msgAbsolute {
    position: absolute;
    width: 100%;
    left: 0;
}
.msgAbsolute {
    position: absolute;
    width: 100%;
    left: 0;
}
.errorTxt p {
    color: #ff0000;
    border: 2px solid #ff0000;
    padding: 5px 15px;
    font-size: 14px;
    width: auto;
    display: inline;
    margin: 0;
	background:#f2dede;
	transition-duration: 1500ms;
}
.successTxt p {
    color: #3c763d;
    border: 2px solid #3c763d;
    padding: 5px 15px;
    font-size: 14px;
    width: auto;
    display: inline;
    margin: 0;
	background:#dff0d8;
}
/*=============================RESPONSIVE=============================*/
@media(min-width:1200px){
	/*.bannerBg{transition-duration: 1500ms;}
	.banner-main:hover .bannerBg{
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}*/
	}
@media only screen and (min-width:1200px) and (max-width:1439px){
	.srv-cnt{ padding:50px 45px 78px 60px}
	}
@media only screen and (min-width:992px) and (max-width:1199px){
	.container-wrap{ width:940px;}
	.mLR33 {  margin-right: -15px;  margin-left: -15px;	}
	.pLR33{ padding-right: 15px;  padding-left: 15px;	}
	.container-wrap-blog { max-width: 470px; margin: 0 0 0 auto;  padding: 35px 70px 35px 0;}
	.container-foot{ width:940px;}
	.srv-cnt { padding: 50px 25px 50px;}
	.srv-img h2{ font-size:28px; padding: 0 25px 35px;}
	/*.banner-text{ top:270px;}*/

	}
@media only screen and (min-width:768px) and (max-width:991px){
	.container-wrap{ width:738px;}
	.mLR33 {  margin-right: -15px;  margin-left: -15px;	}
	.pLR33{ padding-right: 15px;  padding-left: 15px;	}
	.container-foot{ width:738px;}
	.logo-text { width: 205px;}
	.menu-wrap ul li a{ font-size:20px;}
	.menu-wrap ul li:after{ font-size:20px;}
	.banner-text h2{ font-size:32px;}
	.banner-text h3{ font-size:32px; margin-bottom:20px;}
	.banner-text p{ font-size:18px;}
	.banner-menu{ margin-top:20px; font-size:18px;}
	.banner-text{ /*bottom:40px; top:auto*//*top:270px; bottom:0*/}
	header{ /*top:40px;*/}
	.section-1 h1{ font-size:38px;}
	.section-1 p{ font-size:22px;}
	.srv-cnt { padding: 30px 20px 30px;}
	.srv-img h2{ font-size:23px; padding: 0 20px 15px;}
	.srv-cnt p{ font-size:16px;}
	.section-2 h2{ font-size:38px;}
	.section-2 p{ font-size:22px;}
	.tools-icon{ width:130px;}
	.tools-box h3{ font-size:16px;}
	.container-wrap-blog { max-width: 370px; margin: 0 0 0 auto;  padding: 25px 30px 25px 0;}
	.blog-left h2{ font-size:28px; margin-bottom:20px;}
	.btn-style-1.blog-btn { margin-top: 5px;}
	.blog-left p{ font-size:16px;}
	
	}
@media(max-width:767px){
	.container-wrap{ width:auto; padding:0 35px}
	.container-foot{ width:auto; padding:0 35px}
	.mLR33 {  margin-right: -15px;  margin-left: -15px;	}
	.pLR33{ padding-right: 15px;  padding-left: 15px;	}
	.menu-wrap{ display:none}
	.service-full-wrap{ display:block}
	.service-box{ width:100%}
	.tools-wrap{ display:none}
	.section-3{ display:block}
	.blog-left{ width:100%}
	.container-wrap-blog{ max-width:100%; padding:60px 35px 70px }
	.blog-right-img{ width:100%; height:260px; background-size: 105%;}
	/*.blog-right-img img {position: static; transform: translate(0%, 0%); top: 0%;  left: 0%;}*/
	footer{ text-align:left; padding:60px 0 35px}
	.contact-address{ padding-top:20px;}
	
	header{ top:0; border-top:0;}
	.banner-main{ height:712px; overflow:hidden}
	.banner-main img { width: auto; height: 100%; max-width: unset; transform: translate(-50%, 0); position: absolute; left: 65%; top: 0; z-index: -5;}
	.bannerBg{background-position: top left 25%; height:100%}
	.banner-text h2{ font-size:38px;}
	.banner-text h3{ font-size:32px;}
	.banner-text{ bottom:55px; max-width: 305px; top:auto}
	.srv-cnt{padding: 45px 35px 40px;}
	.srv-img h2{ max-width:100%; padding: 0 35px 35px;}
	.section-1 h1{ font-size:38px;}
	.section-1 p{ font-size:24px}
	.srv-cnt p{ font-size:18px}
	.section-2{ padding:60px 0}
	.section-2 h2{ font-size:32px; margin-bottom:20px;}
	.section-2 p{ font-size:22px}
	.blog-left p{ font-weight:normal}
	.contact-address h3{ font-size:18px;}
	.contact-address p{ font-size:18px;}
	.footer-area h6{max-width: 215px; margin-bottom:55px;}
	.msgPosition{ top:-40px}
	.footer-area h2{ font-size:28px;}
	.txtArea-style{ height:98px; padding-top:5px; margin-bottom:5px;}

	}
@media(max-width:599px){
	.blog-right-img{ background-size: 130%;}
	}
@media(max-width:479px){
	.banner-main img {left: 100%}
	.blog-right-img{ height:210px; background-size: 130%;}
	
	}
@media(max-width:359px){
	.container-wrap{ width:auto; padding:0 20px}
	.container-foot{ width:auto; padding:0 20px}
	.logo-text{ width:160px;}
	.banner-text{ max-width:280px;}
	.banner-menu{ font-size:18px;}
	.container-wrap-blog{padding: 60px 20px 70px;}
	
	}
