/* CSS RESET * -------------------------- */
* {margin: 0px; padding: 0px; box-sizing:border-box; }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

a.anchor {
    display: block;
    position: relative;
    top: -145px;
    visibility: hidden;
}

body{
	margin:0;
	font-weight:400;
	overflow-x:hidden;
    font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Open Sans', sans-serif;
	color:#555;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/* CSS TOP MARGINS * -------------------------- */
.top-marg {margin-top:10px;}
.top-marg-2 {margin-top:20px;}
.top-marg-3 {margin-top:30px;}
.top-marg-4 {margin-top:40px;}
.top-marg-5 {margin-top:50px;}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-weight:700;			   
}
h1{ font-size:36px;}
h2{ font-size:26px;}
h3{ font-size:20px;}
h4{ font-size:18px;}
h5{ font-size:15px;}
p{
	font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0 0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
html input[type="text"], input[type="email"], input[type="tel"], select {
    height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    color: #777;
	border:1px solid #ccc;
	border-radius:2px;
	font-size: 15px;
}
html select {
    padding: 0 11px;
	font-size:15px;
}
html select option {
	font-size:14px;
	font-weight:300;
}
html textarea {
    padding:10px 10px;
    box-sizing: border-box;
    width: 100%;
    color: #999;
	border:1px solid #ccc;
	border-radius:2px;
	font-size: 15px;
}
html button, html input[type="button"], html input[type="submit"]{
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius:2px;
	border:none;
	background:#0c7ab4;
	font-weight:600;
}
html button:hover, html input[type="button"]:hover, html input[type="submit"]:hover{
    color: #fff;
	background:#BF705A;
}
html input:focus, select:focus, textarea:focus, button:focus {
 outline: none;
}
/*--header--*/
header{ width:100%; transition:all 0.4s ease; position:fixed; z-index:999; left:0; top:0; background:#fff; box-shadow:1px 1px 5px rgba(0,0,0,0.1); border-top: 5px solid #0c7ab4; }
.header .topbar{color:#333; padding:10px 0;}
.header .topbar .right{ float:right; margin:3px 0;}
.header .topbar .right .call, .header .topbar .right .mail{ float:left; }
.header .topbar .right .call{ margin:0 20px 0 0; }
.header .topbar .right i{display:inline-block; text-align:center; color:#BF705A; margin:0 5px 0 0; padding:0 0 0 0;}

.header .top-right{ background:#fff; float:right;position:relative;}

.header-logo{float:left;width:175px;transition: all 0.4s ease;position:relative;text-align:left; margin:10px 0;}
.header-logo img{width:100%;}
.top-nav-bar{ float:left; background:#0c7ab4; position:relative;}
.top-nav-bar:before{border-style:solid;border-width: 60px 60px;content:"";left: -60px;position:absolute;top: -60px;border-color: transparent transparent #0c7ab4 transparent;}
.top-nav-bar:after{content:""; right:-50%; position:absolute; top:0; background:#0c7ab4; width:50%; height:60px; }

/*--banner--*/
.banner-wrap { width:100%; position:relative;}
.banner-wrap video { width:100%; height:auto; margin:0 0 0 0; position:relative; z-index:1;}
.banner-wrap .content { position:absolute; left:5%; right:50%; margin:0 0 0 0; width:46%; z-index:3; text-align:left; padding:0 0 10px 0; top:36%; background:rgba(10,106,156,0.7); padding:25px; border-radius:5px; padding-top: 45px;padding-bottom: 45px;}
.banner-wrap h1 {color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:-1px;margin:0 0 0px 0; font-size:39px; line-height:48px;}
.banner-wrap h3 {color:#fff;font-weight:300;letter-spacing: 0px;margin:0 0 0 0;font-size: 20px;line-height:26px;}
.banner-wrap a { display:inline-block; border:1px solid #fff; border-radius:30px; padding:13px 20px; text-transform:uppercase; color:#0A6A9C; font-weight:600; background:#fff; margin:15px 0 0 0;}
.banner-wrap a:hover { background:#0A6A9C; color:#fff; border:1px solid #0A6A9C;}

/*--Highlights--*/
.highlights-wrap{ width:100%; padding:2em 0; background:#0A6A9C; margin:-10px 0 0 0; }
.highlights-wrap .image{ width:80px; margin:0 10px 0 0; display:inline-block; vertical-align:middle; border:2px solid #fff; border-radius:50%; padding:15px; }
.highlights-wrap h2{font-family: 'Oswald', sans-serif; font-weight:400; margin:0; text-transform:uppercase; color:#fff; display:inline-block; vertical-align:middle; width:64%; font-size:20px;}

/*--Services--*/
.title{ text-transform:uppercase; color:#0c7ab4; margin:0 0 0 0; font-weight:900; font-size:36px;}
.services-wrap{ width:100%; padding:4em 0; background:#f5f5f5; margin:0 0 0 0; }
.services-wrap .owl-carousel .owl-stage-outer{ padding-bottom:5px;}
.services-wrap .col-md-3{ padding:0 10px; }
.services-wrap h2{ font-weight:300; margin:10px 0 0 0; text-transform:capitalize; }
.services-wrap h3{font-family: 'Oswald', sans-serif; font-weight:500; margin:10px 0 0 0; text-transform:uppercase; color:#fff; font-size:28px; /*color:#BF705A;*/ }
.services-wrap p{color:#fff; }
.services-wrap .service-box{ background:#fff; box-shadow: 0 2px 4px #d3d3d3; border-radius:5px; overflow:hidden; }
.services-wrap .service-box .info{ padding:15px 10px; }
.services-wrap a {font-size: 16px;font-weight:600;text-transform:uppercase;display:inline-block;border-radius:20px;padding: 10px 20px;background:  #ea974e;color:#fff;margin: 15px 0 0 0;}
.services-wrap a:hover {background:#0A6A9C;}
.services-wrap .box{ background:#0c7ab4; padding:20px; }
.box .oil-box{background: #0c7ab4;}
.services-wrap .box:hover{ background:#ea974e; }
.services-wrap .box:hover a{ background: #0c7ab4; }
.services-wrap .oil-box a{background: #ea974e;}

.home-about{padding: 4em 0;}
.member-wrap{
    padding-bottom: 4em;
}
.member-wrap .img-first{    padding: 70px; padding-bottom: 0px; padding-top: 0;}


/*--About--*/
.about-wrap{ width:100%; padding:4em 0; margin:0; background:url(../images/home-about-bg.jpg) center center/auto no-repeat fixed; overflow:hidden;}
.about-wrap .image{ position:relative; }
.about-wrap img{ margin:-4em 0 -4em 0; position:absolute; top:0; right:0; }
.about-wrap .title{color:#BF705A;}
.about-wrap h3{color:#fff; font-weight:300;text-transform:capitalize; font-style:italic; margin:15px 0 0 0; font-size:18px; line-height:26px;}
.about-wrap p{color:#fff;}
.about-wrap a {font-size: 16px;font-weight:600;text-transform:uppercase;display:inline-block;border-radius:20px;padding: 10px 20px;background: #BF705A;color:#fff;margin: 15px 0 0 0;}
.about-wrap a:hover {background:#0A6A9C;}
.home-about p{text-align: justify;}
.home-about a {
    font-size: 16px;
    font-weight: 600;
     text-transform: uppercase; 
    display: inline-block;
    border-radius: 20px;
    padding: 10px 20px;
    background: #BF705A;
     color: #fff; 
    margin: 20px 0 0 0;
}
.home-about a:hover{
    background:#0A6A9C;
}

/*--HSE POLICY--*/
.hse-wrap{ width:100%; padding:4em 0; margin:0; background:url(../images/hse-policy-bg.jpg) center center no-repeat fixed; overflow:hidden; background-size:cover;}
.hse-wrap .box{ padding:0 0px;}
.hse-wrap h3{font-weight:300;text-transform:capitalize; font-style:italic; margin:15px 0 0 0; font-size:24px; line-height:36px;}
.hse-wrap p{ font-size:18px; line-height:26px;}
.hse-wrap a {font-size: 16px;font-weight:600;text-transform:uppercase;display:inline-block;border-radius:20px;padding: 10px 20px;background: #BF705A;color:#fff;margin:20px 0 0 0;}
.hse-wrap a:hover {background:#0A6A9C;}

/*--Points--*/
.points-wrap{ width:100%; padding:4em 0; margin:0; overflow:hidden; background:url(../images/home-points-bg.jpg) center center no-repeat fixed; overflow:hidden; background-size:cover;}
.points-wrap .image{ position:relative; }
.points-wrap img{ margin:-8em 0 -4em 0; position:absolute; top:0; left:0; }
.points-wrap .title{color:#fff;}
.points-wrap ul { list-style-type: none; padding-left:3px; margin:20px 0 0 0;}
.points-wrap li { position:relative; padding-left: 25px; margin-top:5px; color:#fff; font-size:16px; font-weight:300;}
.points-wrap li:before { position: absolute; top: 0; left: 0; font-family: FontAwesome; content: "\f058"; color:#fff; font-size:20px;}
.points-wrap a {font-size: 16px;font-weight:600;text-transform:uppercase;display:inline-block;border-radius:20px;padding: 10px 20px;background: #BF705A;color:#fff;margin: 15px 0 0 0;}
.points-wrap a:hover {background:#0A6A9C;}

/*--Why us--*/
.why-wrap{ width:100%; padding:4em 0; background:#fff; }
.why-wrap .box{ background:#f5f5f5; padding:30px 20px; min-height:314px; }
.why-wrap .image{ width:30%; margin:0 auto 20px auto; }
.why-wrap .image img{ width:100%;}
.why-wrap h3{ color:#0c7ab4; text-transform:uppercase; }
.why-wrap p{text-align: justify;}

/*--Footer Top--*/
.footer-top { margin-bottom:-60px;}
.footer-top .container{ background: #0c7ab4; padding-top:2em; padding-bottom:2em; background-image: url(../images/texture_dots.png); background-repeat:no-repeat; background-position:100% 50%; background-size:50rem; position:relative; z-index:1;}
.footer-top .right-text{ text-align:right; }
.footer-top i {color:#fff;font-size: 60px;display:inline-block;vertical-align: middle;margin: -10px 5px 0 0;}
.footer-top h3 { color:#fff; font-size:24px; font-weight:300; line-height:35px; margin:10px 0 0 0; display:inline-block;}
.footer-top a { font-size: 18px; font-weight:600; text-transform:uppercase; display:inline-block; border-radius:2px; padding:15px 20px; background:#0A6A9C; color:#fff; border:1px solid #fff;}
.footer-top a:hover {background:#222;}

.footer{ display:block; background:#252525; padding: 60px 0 0 0;}
.footer .about{ padding:0 20px 0 0;}
.footer p.about{text-align: justify;}
.footer .more {font-size: 16px;font-weight:600;/*text-transform:uppercase;display:inline-block;border-radius:20px;padding:9px 20px;*/ color:#0A6A9C;/*margin: 15px 0 0 0; border:2px solid #0A6A9C;*/}
/*.footer .more:hover {background:#0A6A9C; color:#fff;}*/
.footer h3{font-size: 20px;font-weight: 700;z-index:1; color:#fff; text-transform: uppercase;}
.footer hr{ width:40px; height:4px; margin:15px 0 20px 0; background:#0c7ab4;}
.footer .member img{ width:49%;}
.footer p{ color: #fff; font-size: 14px; line-height: 24px; margin: 0 0 0 0;}
.footer .footer-about{ padding-right:40px;}
.footer .footer-about img{ width:200px; margin:-10px 0 15px 0;}
.footer .btn{ color:#f3960d; display:inline-block;padding:8px 15px;text-transform:uppercase;font-size:16px;border-radius:2px; margin:15px 0 0 0; border:2px solid #f3960d;}
.footer .btn:hover{ color:#fff; background:#f3960d; }
.footer .icon, .footer .icon-text { display:inline-block; vertical-align:middle;}
.footer .icon-text {width: -moz-calc(100% - 50px); width: -webkit-calc(100% - 50px); width: calc(100% - 50px);}
.footer .icon {margin:0 5px 0 0;font-size: 20px;vertical-align:middle;color: #fff;text-align:center;line-height: 35px;background: #0c7ab4;width: 35px;height: 35px;border-radius: 50%;}
.footer .icon i{line-height: 35px;}
.footer h4{ font-size:16px; font-weight:700; text-transform:uppercase; margin-bottom:5px; color:#fff;}
.footer .box-1{ margin-top:50px;}
.footer ul li{ margin-top:10px; border-bottom: 1px solid #393939;padding-bottom: 10px;}
.footer ul li:last-child{ margin-top:10px; border-bottom:0px solid #393939;padding-bottom:0px;}
.footer ul li a{ color:#fff; font-size:14px; font-weight:300;}
.footer ul li a i{ color:#f3960d; font-size:14px; margin:0 3px 0 0;}
.footer .social { margin:25px 0 0 0;}
.footer .social i {color:#fff; font-size:18px; display:inline-block; width:35px; height:35px; text-align:center; line-height:35px; border-radius:5px;}
.footer .social i:hover {background: #2aa9e2;}
.facebook{ background:#006699;}
.twitter{ background:#52a5e9;}
.google{ background:#d62221;}
.linked{ background:#006699;}
.youtube{ background:#ee1c1b;}
.footer .bdr{margin-bottom:10px;border-bottom: 1px solid #393939;padding-bottom: 10px;}
#footer-copyright { font-size:14px; color:#fff; padding-top:25px; padding-bottom:20px; line-height:20px; margin-top:40px; background:#222;}
#footer-copyright .left { width:100%; float:left; text-align:center;}
#footer-copyright .right { width:48%; float:right; text-align:right;}
#footer-copyright a {color: #fff;}

/*--ABOUTS US PAGE--*/
.inner-banner{padding:5em 0 5em 0; color:#fff;margin:9% 0 0 0; background:url(../images/inner-bg.jpg); background-size:cover; background-position:center; position:relative;}
.inner-banner:after{position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:#0A6A9C;opacity: 0.8;}
.inner-banner .container{position:relative; z-index:1;}
.inner-banner h1{ color: #fff; text-transform: uppercase; font-weight:900; font-size:37px; float:left;}
.heavy-truck-banner h1{font-size: 28px;}
.inner-banner .breadcrumb{ letter-spacing:1px; font-size:16px; float:right; margin:13px 0 0 0px;}
.inner-banner a{ color: #fff; }
.about-service{background:#f5f5f5; padding: 2em 0;}
.about-services-box{background: #f5f5f5; padding: 20px;}
.about-services-box img{margin:0 auto; margin-bottom: 10px; width: 100px;}
.about-services-box h3{color: #0c7ab4;}
.about-services-box p{color: #555;}
.about-services-box01{height: 308px;}
.about-services-box01 img{ margin-top: 50px;}
.marg{margin-left: 16%;}
.aboutus-img2{display: none;}
.about-sec2 p{text-align: justify;}
/*--About us--*/
.yellow-bg{ background:#BF705A;}
.about-sec{ width:100%; padding:4em 0; margin:0;}
.about-sec h3{font-weight:400;text-transform:capitalize; font-style:italic; margin:15px 0 0 0; font-size:18px; line-height:26px;}
.about-sec .vision .title {color:#fff;}
.about-sec .vision p{font-size:36px; line-height: 50px;font-style: italic;font-weight: 200; color:#fff;}
.about-sec .mission p{font-size:28px;line-height:34px;font-weight: 200; }
.about-sec ul { list-style-type: none; padding-left:3px; margin:20px 0 0 0;}
.about-sec li { position:relative; padding-left: 25px; margin-top:5px; font-size:16px; font-weight:300;}
.about-sec li:before { position: absolute; top: 0; left: 0; font-family: FontAwesome; content: "\f058"; font-size:20px;}

/*--HSE POLICY PAGE--*/
.policy-wrap{ width:100%; padding:4em 0; margin:0;}
.policy-wrap .box{ padding:0 0px;}
.policy-wrap h3{font-weight:300;text-transform:capitalize; font-style:italic; margin:0 0 0 0; font-size:24px; line-height:36px;}
.policy-wrap p{ font-size:16px; line-height:24px;}
.policy-wrap2{padding-bottom: 0px;}
.policy-wrap li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
   font-size: 16px;
    list-style: none;
}
.policy-wrap li:before {
    position: absolute;
    top: 0; 
    left: 0;
    font-family: FontAwesome;
    content: "\f058";
    color: #0c7ab4;
    font-size: 20px;
}

/*--CAREER PAGE--*/
.career-wrap{ width:100%; padding:4em 0; position:relative; background:#fff; z-index:2;}
.career-application{ padding-top: 0px;}
.grey-bg{ background:#f5f5f5;}
.career-wrap .image img{ border-radius:10px;}
.career-wrap ul { list-style-type: none; padding-left:3px; margin:20px 0 0 0;}
.career-wrap li { position:relative; padding-left: 25px; margin-top:5px; color:#333; font-size:16px; font-weight:600;}
.career-wrap li:before { position: absolute; top:2px; left: 0; font-family: FontAwesome; content: "\f058"; color:#e9954c; font-size:20px;}

.career-wrap .number {display:inline-block;width:50px;height:50px;background: #BF705A;border-radius: 50%;text-align: center;line-height: 50px;color: #fff;font-size: 22px;letter-spacing: -1px;font-weight: 700; margin:0 10px 0 0; vertical-align:top;}
.career-wrap .job-text {display:inline-block; width:82%; vertical-align:top;}
.career-wrap .job-text h3{ text-transform: uppercase; color: #BF705A; font-size: 22px;}

.career-wrap input:disabled { display: block; width: 84.3%; line-height: 24px; height:48px; font-size: 16px; box-shadow: none; border: 1px solid #CCC; padding: 12px 15px; background: #FFF; border-radius: 0px; transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; float: left; border-radius: 2px;}
.career-wrap .up-btn{background:#0c7ab4;height:48px;padding:0 10px;line-height:50px;box-sizing:border-box;color:#fff;border-radius:2px;display:inline-block;font-weight:700;width:80px;text-align:center;}
.career-wrap .fileUpload{position:relative;overflow:hidden;margin:0 0 0 7px;}
.career-wrap .fileUpload input { position: absolute; left: 0; top: 0; opacity: 0;}
.career-wrap2{padding-top: 0px;}
/*--CONTACT US PAGE--*/
.google-maps { position:relative; padding-bottom:68%; height:0; overflow:hidden; }
.google-maps iframe { position:absolute; top:0; left:0; width:100% !important; height:100% !important;}
.contact-wrap{ width:100%; padding:0 0; overflow:hidden;}
.contact-wrap .address{ background:#f5f5f5; padding:4em;}
.contact-wrap hr{ border-bottom:1px solid #ccc; margin:15px 0;}
.contact-wrap .icon {margin:0 5px 0 0;width: 35px;height: 35px;font-size: 20px;vertical-align:middle;color:#fff;background: #BF705A;border-radius: 5px;text-align:center;line-height: 36px;display:inline-block; float: left;margin-right: 10px;}
.contact-wrap .icon-text { display:inline-block; vertical-align:middle;}
.contact-wrap .phone{ font-size:18px; font-weight:700;}
.contact-wrap h4{ font-size:18px; font-weight:700; text-transform:uppercase; margin:0;}
.contact-wrap p{ margin:5px 0 0 0;}
.contact-wrap2{ width:100%; padding:4em 0; overflow:hidden;}

/*single service page css*/
.container-service{
    padding-top: 4em;
    padding-bottom: 4em;
}
.container-service img{
    margin-bottom: 20px;
    width: 100%;
}
.container-service img.second-img{
    display: none;
}
.first-servicebox h1{
    font-size: 33px;
}
.first-servicebox p{
    text-align: justify;
    line-height: 25px;
}
.first-servicebox01 p{
    text-align: justify;
}
.first-service-sidebar h3{
    font-size: 20px;
    font-weight: 700;
    z-index: 1;
    color: #0c7ab4;
    text-transform: uppercase;
}
.sidebar-list ul{
    background: #f5f5f5;
    margin-top: 20px;
}
.sidebar-list ul li {
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.sidebar-list ul li:hover{
    background: #0c7ab4;
}
.sidebar-list ul li a{
    font-weight: 600;
    font-size: 13px;
}
.sidebar-list ul li:hover a{
    color: #fff;
    margin-left: 4px;
}
.sidebar-list ul li:hover img{
    display: none;
}
.sidebar-list ul li:hover img.second-img{
    display: inherit;
}
.sidebar-list ul li img {
    width: 24px;
    margin-right: 4px;
    float: left;
}
.side-btn{
    margin-top: 25px;
    padding:18px;
    background:#0c7ab4; 
}
.side-btn2{
   margin-top: 0px;
 }
.side-btn a{
    color: #fff;
}
.sidebar-img{
    margin-top: 25px;
}


/*end service cass*/

a.anchor-msg {
    display: block;
    position: relative;
    top: -145px;
    visibility: hidden;
}


/*--Responsive Css--*/
@media(max-width:1024px){
p {
    font-size: 14px;
    line-height: 22px;
}
.banner-wrap h1 {
    font-size: 32px;
    line-height: 40px;
}
.banner-wrap h3 {
    font-size: 16px;
    line-height: 22px;
}
.banner-wrap a {
    font-size: 14px;
}
.highlights-wrap .image {
    width: 60px;
	padding:13px;
}
.highlights-wrap h2 {
    width: 65%;
    font-size: 18px;
}
.services-wrap h3 {
    font-size: 16px;
}
.services-wrap a {
    font-size: 14px;
}
.title {
    font-size: 32px;
}
.about-wrap h3 {
    font-size: 16px;
}
.about-wrap a {
    font-size: 14px;
}
.hse-wrap h3 {
    font-size: 22px;
    line-height: 32px;
}
.hse-wrap p {
    font-size: 14px;
    line-height: 22px;
}
.points-wrap li {
    font-size: 14px;
}
.footer-top h3 {
    font-size: 20px;
}
.footer-top a {
    font-size: 16px;
    padding: 13px 20px;
}
.inner-banner {
    padding: 5em 0 5em 0;
    margin: 11% 0 0 0;
}
.inner-banner h1 {
    font-size: 46px;
}
.contact-wrap .address {
    background: #f5f5f5;
    padding: 4em 2em 4em 2em;
}
.google-maps {
    padding-bottom: 103.3%;
}
.career-wrap li {
    font-size: 14px;
    line-height: 22px;
}
.career-wrap .job-text {
    width: 78%;
}
.career-wrap .job-text h3 {
    font-size: 20px;
}
.career-wrap input:disabled {
    width: 80%;
}
.about-sec2 p{
    line-height: 20px;
    margin-top: 10px;
}
.about-sec .vision p {
    font-size: 30px;
}
.about-sec .mission p {
    font-size: 24px;
    line-height: 24px;
}
}

@media(max-width:768px){
.top-md-1{ margin:10px 0 0 0;}
.top-md-3{ margin:30px 0 0 0;}
.top-nav-bar::before {
    display: none;
}
.top-nav-bar::after {
    display: none;
}
.header .top-right {
    width: 100%;
	margin: -100px 0 0 0;
}
.top-nav-bar {
    float: right;
    width: 100%;
	background:transparent;
}
.header-logo {
    z-index: 1;
}
.header .topbar {
    padding: 5px 0;
}
.banner-wrap .content{
    top: 38%;
}
.banner-wrap .content {
    width: 50%;
	padding: 20px;
}
.banner-wrap h1 {
    font-size: 26px;
    line-height: 34px;
	margin: 0 0 5px 0;
}
.banner-wrap a {
    padding: 10px 20px;
    margin: 10px 0 0 0;
}
.services-wrap {
    padding: 2em 0;
}
.title {
    font-size: 28px;
}
h2 {
    font-size: 20px;
}
.aboutus-img2{display: inline-block;}
.aboutus-img{display: none;}

.about-wrap {
    padding: 2em 0;
}
.about-wrap img {
    margin: -4em -8em 0em -2em;
    position: static;
    width: 110%;
}
.about-wrap h1, .about-wrap h3, .about-wrap p, .about-wrap .col-md-6{
	text-align:center;
}
.hse-wrap {
    padding: 2em 0;
}
.points-wrap {
    padding: 2em 0;
}
.points-wrap img {
    margin: -4em -8em 0em -2em;
    position: static;
    width: 110%;
}
.why-wrap {
    padding: 2em 0;
}
.why-wrap h3 {
    font-size: 16px;
}
.footer-top {
   text-align: center;
}
.footer-top .right-text {
    text-align: center;
}
#footer-copyright .left {
    width: 100%;
    text-align: center;
}
#footer-copyright .right {
    width: 100%;
    text-align: center;
}
.inner-banner {
    padding: 5em 0 5em 0;
    margin: 14% 0 0 0;
}
.inner-banner h1 {
    font-size: 30px;
}
.google-maps {
    padding-bottom:50%;
}
.contact-wrap .address {
    padding: 2em;
}
.contact-wrap2 {
    padding: 2em 0;
}
.footer .box-1 {
    margin-top: 50px;
    min-height: 266px;
}
.about-sec2 h1{
    margin-top: 20px;
}
.career-wrap {
    padding: 2em 0;
}
.career-wrap .job-text, .career-wrap .number {
    vertical-align: middle;
}
.career-wrap input:disabled {
    width: 74%;
}
.policy-wrap {
    padding: 2em 0;
}
.policy-wrap h3 {
    font-size: 22px;
    line-height: 32px;
}
.policy-wrap h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.about-sec{ 
     padding:2em 0;
}
.about-sec .vision p {
    font-size: 30px;
    line-height: 40px;
}
.about-sec .mission p {
    font-size: 18px;
    line-height: 22px;
}
.about-services-box h3{
    font-size: 18px;
}
.first-service-sidebar{
    margin-top: 2em;
}
.sidebar-list ul li img{
    margin-right: 10px;
}
}

@media(max-width:640px){
.header .topbar .right .call, .header .topbar .right .mail {
    font-size: 13px;
}
.banner-wrap {
    margin: 15% 0 0 0;
}
.banner-wrap .content {
    width: 50%;
    padding: 20px;
    top: 25%;
}
.banner-wrap h1 {
    font-size: 22px;
    line-height: 30px;
}
.banner-wrap h3 {
    font-size: 14px;
    line-height: 20px;
}
.home-about{
    padding: 2em 0;
}
.about-wrap img {
    margin: -4em -8em 0em -9em;
}
.footer-top h3 {
    font-size: 20px;
    margin: 10px 0;
}
.inner-banner {
    padding: 4em 0 4em 0;
    margin: 17% 0 0 0;
}
.inner-banner h1 {
    font-size: 23px;
}
.footer .box-1 {
    margin-top: 40px;
    min-height: auto;
}
.career-wrap input:disabled {
    width: 85%;
}
.about-sec .vision p {
    font-size: 25px;
    line-height: 35px;
}
.about-sec .mission p {
    font-size: 16px;
    line-height: 22px;
}
.inner-banner .breadcrumb{
    font-size: 14px;
    margin-top: 0px;
}
.marg{margin-left: 0px;}
.container-service{
    padding-top: 2em;
    padding-bottom: 0px;
}
}

@media(max-width:480px){
.header-logo {
    width: 150px;
    margin: 30px 0 10px 0;
}
.header .top-right {
    margin: -117px 0 0 0;
}
.top-nav-bar {
    margin: 10px 0 0 0;
}
.banner-wrap {
    margin: 25% 0 0 0;
}
.banner-wrap h1{
    margin-bottom: 0px;
}
.banner-wrap .content {
    width: 70%;
    padding: 10px;
    top:28%;
}
.banner-wrap a {
    padding: 8px 15px;
}
.highlights-wrap .image {
    width: 70px;
    padding: 15px;
    display: block;
    margin: 0 auto 10px auto;
}
.highlights-wrap h2 {
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: center;
}
.title {
    font-size: 24px;
}
.services-wrap h2 {
    font-size: 18px;
}
.services-wrap h3 {
    font-size: 20px;
}
.first-servicebox01{
    margin-bottom: 2em;
}
.hse-wrap h3 {
    font-size: 18px;
    line-height: 26px;
}
.inner-banner {
    padding: 4em 0 4em 0;
    margin: 24% 0 0 0;
}
.inner-banner h1 {
    font-size: 34px;
    display: block;
    float: none;
}
.inner-banner .breadcrumb {
    letter-spacing:0px;
    font-size: 14px;
    float: none;
    margin: 10px 0 0 0px;
}
.google-maps {
    padding-bottom: 60%;
}
.career-wrap input:disabled {
    width: 80%;
}
.about-sec .vision p {
    font-size: 22px;
    line-height: 32px;
}
.member-wrap .img-first{padding: 0px;}
}

@media(max-width:360px){
.header .topbar .right .call {
    margin: 0 10px 0 0;
}
.header .topbar .right .call, .header .topbar .right .mail {
    font-size: 11px;
    letter-spacing: -1px;
}
.banner-wrap {
    margin: 33% 0 0 0;
}
.banner-wrap .content {
    width: 90%;
    padding: 10px;
    top: 20%;
    text-align: center;
}
.banner-wrap h1 {
    font-size: 20px;
    line-height:24px;
	margin:0;
}
.about-wrap img {
    margin: -4em -8em 0em -9em;
    width: 120%;
}
.points-wrap img {
    margin: -4em -8em 0em -2em;
    width: 120%;
}
.inner-banner {
    padding: 3em 0 3em 0;
    margin: 33% 0 0 0;
}
.inner-banner h1 {
    font-size: 28px;
}
.career-wrap input:disabled {
    width: 73%;
}
.first-servicebox h1{
    font-size: 24px;
}
.sidebar-list ul li a{
    font-size: 11px;
}
#footer-copyright{
    font-size: 10px;
}
}

@media(max-width:320px){
.banner-wrap {
    margin: 37% 0 0 0;
}
.title{font-size: 21px;}
.banner-wrap h1 {
    font-size: 16px;
    line-height: 20px;
}
.banner-wrap h3 {
    font-size: 12px;
    line-height: 20px;
}
.banner-wrap a {
    padding: 8px 20px;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.inner-banner {
    padding: 3em 0 3em 0;
    margin: 37% 0 0 0;
}
.inner-banner h1 {
    font-size: 24px;
}
.header .topbar .right .call {
    margin: 0 15px 0 0;
}
.header .topbar .right .call, .header .topbar .right .mail{
    font-size: 10px;
}
.header .topbar .right i{
    margin-right: 3px;
}
.career-wrap .job-text {
    width: 76%;
}
.career-wrap .job-text h3 {
    font-size: 18px;
}
.career-wrap input:disabled {
    width: 69%;
}

}