/*-----font-face------*/

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Bold?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'ROCKB';
  src: url('../fonts/ROCKB.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ROCKB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ROCKB.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ROCKB.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'ROCK';
  src: url('../fonts/ROCK.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ROCK.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ROCK.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ROCK.svg#svgFontName') format('svg'); /* Legacy iOS */
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/*------------------------------------------------------*/
/*-global css
/*------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:14px;
    font-family: 'Poppins-Regular';
	line-height:normal;
	color:#373737;
    background:#fff;
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
    letter-spacing: 0;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul{
    list-style: none;
}
.bg-color{ background: #208d7a;}
.bg-color1{ background: #12aef8;}

.no-padding{ padding:0 !important;}
.nomargin{ margin-left:0 !important; margin-right:0 !important;}

.padding-t-10{ padding-top:10px;}
.padding-b-10{ padding-bottom:10px;}
.padding-t-20{ padding-top:20px;}
.padding-b-20{ padding-bottom:20px;}
.padding-t-30{ padding-top:30px;}
.padding-b-30{ padding-bottom:30px;}
.padding-t-40{ padding-top:40px;}
.padding-b-40{ padding-bottom:40px;}
.padding-l-25{ padding-left:25px;}
.padding-r-25{ padding-right:25px;}

.margin-t-10{ margin-top:10px;}
.margin-b-10{ margin-bottom:10px;}
.margin-t-20{ margin-top:20px;}
.margin-b-20{ margin-bottom:20px;}
.margin-t-30{ margin-top:30px;}
.margin-b-30{ margin-bottom:30px;}
.margin-t-40{ margin-top:40px;}
.margin-b-40{ margin-bottom:40px;}

/*--------------------------------------------*/
/*top-header part
/*---------------------------------------------------*/

header{
	background: #ef4036;
	padding: 5px 0;
	color: #fff;
}
.top-contact p{
    color: #fff;
    margin: 0;
}
.top-part ul {
    text-align: right;
    display: inline-block;
	width:100%;
}
.top-part ul li{
	display:inline-block;
	margin:0 0 0 9px;
}
.top-part ul li a{
	color:#003356;
	font-size:14px;
}
.top-part ul li a{
    color: #fff;
}
.top-part ul li a:hover{
    color: #f4a12b;
}
/*-----------------------------------*/
/*header-sec part*/
/*--------------------------------------------*/

.menubar {
    display: table;
    padding: 0 0 0 100px;
    width: 100%;
}
.logo {
    display: table-cell;
    min-width: 310px;
    vertical-align: middle;
}
.menu {
    display: table-cell;
    vertical-align: top;
}
.header-info {
    background: transparent url("../images/header-bg.jpg") no-repeat scroll 0 0 / cover;
    float: left;
    padding: 18px 190px 38px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.header-info::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: #00000080;
}
.header-info::after {
    background: white none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: 72px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.header-info ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-info ul li {
    float: left;
    margin-left: 30px;
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Light';
    text-transform: uppercase;
}
.header-info i {
    display: inline-block;
    vertical-align: middle;
}
.header-info span {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-family: 'Poppins-Bold';
}
.menu-links {
    background-color: #0ebc11 ;
    float: right;
    margin-top: -20px;
    padding: 5px;
    position: relative;
    width: 95%;
    z-index: 1;
}
.menu-links > ul {
    border: 1px dashed #fff;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 30px;
    width: 100%;
}

.box-sec{
    background: #206427;
    padding: 35px 0;
    text-align: center;
}
.box h6{
    color: #fff;
    font-size: 18px;
}


.banner-main img{
    width: 100%;
    background-size: contain;
}

/*-----------------------------------*/
/*welcome part*/
/*--------------------------------------------*/

.welcome-box{
    border: 15px solid #ef4036;
    padding: 50px ;
    margin:100px 0;
}
.welcome-box h6{
    font-family: 'ROCK';
    color: #94969a;
    font-size: 18px;
    text-align: right;
}
.welcome-box h3{
    font-family: 'ROCKB';
    color: #0ebc11;
    text-transform: uppercase;
    font-size: 30px;
    text-align: right;
}
.welcome-heading{
    margin-right: -65px;
    background: #fff;
    padding: 40px 64px;
}

/*-----------------------------------*/
/*our awesome part*/
/*--------------------------------------------*/

.block {
    float: left;
    width: 100%;
    padding: 145px 0;
    padding-top: 145px;
    position: relative;
}
.block.remove-gap {
    padding-top: 0;
}
.awesome-quality {
    display: table;
    float: left;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
}
.awesome-quality::before {
    background: rgba(0, 0, 0, 0) url("../images/shadow.png") no-repeat scroll center center;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}
.awesome-text {
    display: table-cell;
    overflow: hidden;
    padding: 50px 50px 50px 300px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 55%;
    background: #0ebc11;
}
.left-image {
    background: rgba(0, 0, 0, 0) url("../images/left.jpg") no-repeat scroll 0 0 / cover;
    border-right: 8px solid #333;
        border-right-color: rgb(51, 51, 51);
    height: 110%;
    position: absolute;
    left: -50px;
    top: -30px;
    width: 290px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.left-image::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    background:rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    width: 100%;
}
.awesome-text h4 {

    border-bottom: 1px dashed #6a5826;
    color: #fff;
    float: right;
    font-family: raleway;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 20px;
    padding-bottom: 5px;
    position: relative;

}
.awesome-text h4::before {
    background: white;
    bottom: -5px;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 10px;
}
.counters {

    float: left;
    margin-top: 30px;
    width: 100%;

}
.counter-box {
    float: left;
    text-align: center;
    width: 100%;
}
.counter-box > span {
    border-radius: 50%;
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 88px;
    line-height: 88px;
    margin-bottom: 15px;
    width: 88px;
    -webkit-box-shadow: 0 3px 4px #808080;
    -moz-box-shadow: 0 3px 4px #808080;
    -ms-box-shadow: 0 3px 4px #808080;
    -o-box-shadow: 0 3px 4px #808080;
    box-shadow: 0 3px 4px #808080;

}
.counter-box strong {

    color: #fff;
    float: left;
    font-family: montserrat;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;

}
.counter-box > i {

    color: #1e1e1e;
    float: left;
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 100%;

}
.awesome-image {

    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 45%;

}
.awesome-image img{
    background-size: cover;
}
.awesome-image::before {

    border: 2px dashed #e0e0e0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scaleX(0.95) scaleY(0.93);
    -moz-transform: scaleX(0.95) scaleY(0.93);
    -ms-transform: scaleX(0.95) scaleY(0.93);
    -o-transform: scaleX(0.95) scaleY(0.93);
    transform: scaleX(0.95) scaleY(0.93);

}
.awesome-icon {
    position: absolute;
    right: 0;
    top: 0;
}
.awesome-icon.icon1 {
    right: 50px;
    top: 0;
}
.awesome-icon.icon2 {
    right: 420px;
    top: 310px;
}

/*-----------------------------------*/
/*testimonial part*/
/*--------------------------------------------*/

.text-heading{
    padding: 30px 0;
}
.text-heading h2,.mission-vision-sec h2,.contact-pt h2,.description-sec h2,.description-sec h2,.governance-sec h2,.production-sec h2{
    color: #ef4036;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'ROCK';
    margin-bottom: 25px;
    font-weight: bold;
}

.text-heading h2 span,.mission-vision-sec h2 span,.contact-pt h2 span,.description-sec h2 span,.description-sec h2 span,.governance-sec h2 span{
    color: #0ebc11;
}
/*
.text-sec{
    padding: 40px 0;
    background: url(../images/text-bg.jpg) no-repeat;
    background-size: cover;
}
*/
.text-sec .text-pt{
    background: #ef4036;
    padding: 65px 30px;
    color: #fff;
    text-align: center;
}
.text-sec .text-pt h6{
    color: #ffc72e;
    font-size: 18px;
    margin-bottom: 20px;
}
.governance-sec h5{
    color: #0ebc11;
    font-size: 24px;
    margin: 15px 0;
}
/*-----------------------------------*/
/*client part*/
/*--------------------------------------------*/

.client-sec{
    padding:50px 0;
}
.owl-item .item img {
    display: block;
    height: auto;
    width: 60%;

}

/*-----------------------------------*/
/*footer part*/
/*--------------------------------------------*/

footer{
    background:url(../images/ft-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 0;
}
.box-pt h5{
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    padding-right: 20px;
}
.box-pt a{
    background: #f21477;
    color: #fff;
    border-radius: 20px;
    padding: 8px 40px;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 30px;
}
footer h5{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding:40px 0;
}
footer p span{
    color: #ffc72e;
}
footer ul{
    margin: 0;
    padding: 0 0 20px;
}
footer ul li{
    
    display: block;
    }
.ft-nav ul{
    margin-top: 20px;
}
.ft-nav ul li{
    width: 30%;
    float: left;
    background: #eef76e;
    margin: 3px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase; 
}

footer ul li i{
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}
footer ul li a{
    color: #000;
    display: block;
    padding: 8px 0;
}
footer ul li a:hover{
    color: #fff;
    background: #0ebc11;
}
footer p{
    color: #c2c2c2;
    line-height: 24px;
}
footer .form-control{
    border: 1px solid #474747;
    background: transparent;
    margin-bottom: 10px;
    font-size: 12px;
}
.form-control textarea{
    resize: none !important;
}
.con-btn{
    background: #ef4036;
    padding: 5px 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    }
.social-box{
    margin-top: 30px;
}
.social-box ul {
    margin: 0;
    padding:8px 0;
}
.social-box ul li{
    display: inline-block;
    padding: 5px 2px;
    text-decoration: none;
    list-style: none;
}
.social-box ul li a:hover{
    background: transparent;
}
footer p i{
    color: #e64571;
    padding-right: 10px;
    font-size: 18px;
}
footer hr{
    border-top: 1px solid #838383;
    margin-top: 30px;
}

.footer-last p{
    color: #b1b1b1;
    text-align: center;
    font-size: 12px;
    margin-top: 0;
}


/*-----------------------------------*/
/*ABOUT PAGE*/
/*--------------------------------------------*/

.mission-text {
    margin-top:50px;
}
.mission-text h6{
    color: #1ca922;
    font-size: 20px;
    margin-bottom: 15px;
}
.mission-text ul li{
    font-size: 12px;
    padding: 3px 0;
    color: #cf9009;
}
.mission-text ul li i{
    color: #2e291f;
    padding-right: 10px;
}

/*-----------------------------------*/
/*SERVICE PAGE*/
/*--------------------------------------------*/

.service-sec,.governance-sec {
    padding: 40px 0;
}
.service-sec h6{
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #0097db;
}
.service-sec h4{
    font-size:26px;
    color: #272725;
    margin-bottom:20px;
}
.our-service-sec{
    padding:60px 0 30px 0;
    margin: 20px 0;
    text-align: center;
}
.service-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.service-main a{
    width: 23%;
    margin: 1%;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: 0 2px 51px #eee;
    transition: 200ms all linear;
    text-align: center;
}
.service-main a:hover{
    border: 1px solid #eee;
    box-shadow: 0 2px 78px #ccc;
}
.service-main a h3{
    font-family: 'Poppins-Regular';
    color: #ef4036;
    font-weight: 700;
    font-size: 18px;
}

/*-----------------------------------*/
/*GOVERNANCE PAGE*/
/*--------------------------------------------*/

.governance-sec h2{
    font-family: 'ROCK';
    margin-bottom: 30px;
    color: #ef4036;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;

}
.description-sec {
    padding:50px;
    border: 5px solid #cdcdcd;
}



/*-----------------------------------*/
/*CAREER PAGE*/
/*--------------------------------------------*/

.career-sec{
    background:url(../images/career-bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.career-sec h2{
    font-family: 'Poppins-Bold';
    color: #fff;
    margin: 30px 0 50px;
}
.career-sec label {
    color: #fff;
    padding: 4px 0;
    margin-bottom: 0;
}
.form-control{
    color: #ccc;
    font-size: 12px;
    margin-bottom: 15px;
}


/*--------------------------------------------*/
/*contact part
/*---------------------------------------------------*/

.contact{background: #ebebeb;padding: 20px;box-shadow: 1px 1px 0px #ccc;}
.contact-pt{padding:50px 0;background:#f2f2f2; }
.contact-pt h3{font-size:30px;color: #1c2430;padding-bottom: 30px; }
.contact-pt h6{font-family: 'Poppins-Regular';font-size: 14px; color: #ef4036;padding-bottom: 8px;font-weight: 700;}
.contact-pt p{color: #6c6c6c; }
.contact-pt label{color: #0ebc11;font-weight: 700;margin-bottom: 0;}
.contact-pt .form-control {padding: 6px 12px;color: #ccc !important;background-color:#fff;margin: 0 0 10px;}
.contact-pt a{background: #d22626;border-radius: 5px;padding:7px 15px;text-align: center;color: #fff;margin: 0 auto 20px;}
.contact-pt input, textarea { margin-bottom: 15px;}
.contact-pt .con-btn{background: #ef4036;color: #ebebeb;font-size: 14px;text-align: center;padding:6px 15px;}
.contact-pt .con-btn:hover{background: #0ebc11;}
/*-----------------------------------*/
/*top-button*/
/*--------------------------------------------*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding:3px 0;
    border-radius: 60%;
    font-size: 18px;
    }
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}




/* ================================================================
responsive view stylesheet
======================================================================== */
@media(max-width:480px){
    
    .header-sec img{
        margin: 0 auto;
    }
    .st-text-pt {
        padding: 10px;
        margin-bottom: 30px;}
    
    
    
}