/*-----font-face------*/
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OpenSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OpenSans-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'libre_baskervillebold';
    src: url('../fonts/librebaskerville-bold.woff2') format('woff2'),
         url('../fonts/librebaskerville-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "logistics";
  src:url("../fonts/logistics.eot");
  src:url("../fonts/logisticsd41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/logistics.woff") format("woff"),
    url("../fonts/logistics.ttf") format("truetype"),
    url("../fonts/logistics.svg#logistics") format("svg");
  font-weight: normal;
  font-style: normal;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
	line-height:normal;
	color:#000;
	font-family: 'OpenSans-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
    background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'libre_baskervillebold';
}
small{
    font-family: 'OpenSans-Regular';
}
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, ol{
    list-style: none;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 5px solid #209544;
}
.bg-color{ background: url(../images/container-bg.png); background-size: 100% 100%;}
.bg-color1{ background: #12aef8;}

.nopadding{ 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;}

.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-top{
    margin-top: 20px;
    padding: 7px 15px;
    background: #23232d;
}
.header-top p {
    letter-spacing: 1px;
    color: #bfbfbf;
    margin: 0;
}
.header-top p span.fa {
    font-size: 20px;
    margin-right: 5px;
    color: #bfbfbf;
}
.top-right-info-w3ls {
    text-align: right;
}
.top-right-info-w3ls li {
    display: inline-block;
    margin: 0px 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #bfbfbf;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.top-right-info-w3ls li i {
    color: #000;
    padding-top: 7px;
    font-size: 12px;
}




/*------------------------------------------*/
/*logo part
/*-------------------------------------------------------*/
.logo-pt{
    position: relative;
    margin: 0;
    padding: 0;
}
.logo-pt .img-pt{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
}
.logo-pt .img-pt img{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.logo-pt h1{
    margin: 35px 0;
    color: #209544;
    text-transform: uppercase;
}
.logo-pt .item-pt img{
    position: absolute;
    left: 0;
    top: -0px;
}
.logo-pt .item-pt h2{    
    font-size: 12px;
    margin-left: 20px;
    color: #ff3c01;
    margin-bottom: 5px;
}
.logo-pt .item-pt h2 small{
    font-size: 24px;
    clear: both;
    display: block;
    margin-top: 3px;
	line-height:18px;
    color: #000;
    font-family: 'OpenSans-Bold';
}
.logo-pt .item-pt p{
    margin: 0;
}

/*------------------------------------*/
/*banner part
/*--------------------------------------------*/
.banner-pt{
    padding: 0;
    margin: 20px 0;
    position: relative;
}

/*------------------------------------*/
/*about part
/*--------------------------------------------*/
.about-pt{
    margin: 50px 15px 20px;
    position: relative;
}
.about-pt h1{
    font-size: 36px;
    margin-bottom: 20px;
    background: url(../images/divider.jpg) center no-repeat;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #2f6d44;
}
.about-pt .left-pt img{
    width: 40%;
    margin:0 20px 0 0;
    float: left;
}
.about-pt .left-pt p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}
.about-pt .left-pt h3{
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #166735;
	padding-top: 25px;
}

.about-pt .left-pt ul {
    margin: 0;
    padding: 0;
}
.about-pt .left-pt ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.about-pt .left-pt ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f18e';
    font-size: 15px;
    color: #166735;
    left: 0;
    top: 5px;
}


.about-pt .right-pt{
    margin-bottom: 30px;
   /* padding: 25px;*/
   
    color: #000;
}
.about-pt .right-pt p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

.about-pt .right-pt h3{
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #166735;
	padding-top: 25px;
}
.about-pt .right-pt img{
    margin-bottom: 20px;
}
.about-pt .right-pt .btn{
    float: right;
    font-family: 'OpenSans-Regular';
}
.about-pt .right-pt ul {
    margin: 0;
    padding: 0;
}
.about-pt .right-pt ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.about-pt .right-pt ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f18e';
    font-size: 15px;
    color: #166735;
    left: 0;
    top: 5px;
}


/*-------------------------------------*/
/*latest news part
/*---------------------------------------------*/
.latest-pt{
    padding: 50px 0;
    margin: 0;
    position: relative;
    background: url(../images/application-bg.jpg);
}

.latest-pt h1{
    font-size: 36px;
    margin-bottom: 40px;
    background: url(../images/divider2.png) center no-repeat;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #306d43;
}
.latest-pt1{
    padding: 50px 0;
    margin: 0;
    position: relative;
    /*background: url(../images/application-bg.jpg);*/
}
.latest-pt1 h1{
    font-size: 36px;
    margin-bottom: 40px;
    background: url(../images/divider2.png) center no-repeat;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #306d43;
}

.news-item{
    margin-bottom: 10px;
    border-bottom: 5px solid #dedede;
    position: relative;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.news-item iframe{
    margin-bottom: 10px;
    height: 180px;
    width: 100%;
}
.news-item img{
    width: 100%;
    height: 380px;
    border: 5px solid #000;
    margin-bottom: 15px;
}
.news-item h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.news-item p{
    font-style: italic;
    font-size: 14px;
}

/*-----------------------------------*/
/* collection part
/*---------------------------------------------*/
.collection-pt{
  /*  background: url(../images/collection-bg.jpg);*/
	background-color:#166735;
    padding: 50px 0;
    text-align: center;
}
.collection-pt h1{
    font-size: 36px;
    margin-bottom: 40px;
    background: url(../images/divider1.png) center no-repeat;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.collection-pt .item-pt img{
    margin-bottom: 20px;
    width: 100%;
    border: 10px solid #fff;
}
.collection-pt .item-pt p{
    font-size: 18px;
    color: #fff;
}
/*-----------------------------------------*/
/*footer part
/*-------------------------------------------*/
footer{
	padding:50px 0;
	margin:0;
	background:#282828;
    color: #fff;
}
footer img{ float:left; margin-bottom:10px; margin-right:10px;}
/*----google map------*/
.google-map {
    overflow: hidden;
    position: relative;
}
.googlemap-wrapper {
    min-height: 150px;
	padding:0;
}
.map-canvas {
    min-height: 150px;
}
/*------social media-------*/
.social{}
.social i{ padding:10px; width:35px; height:35px; vertical-align:middle; text-align:center; margin-bottom:5px; margin-right:5px; border:1px solid #000; color:#fff;}
.social i:hover{ border:1px solid #000;}
.social .facebook:hover{ color:#325194; border:1px solid #325194;}
.social .twitter:hover{ color:#28aae1; border:1px solid #28aae1;}
.social .google:hover{ color:#fc2a1d; border:1px solid #fc2a1d;}
.social .linkden:hover{ color:#0075b2; border:1px solid #0075b2;}
.social .youtube:hover{ color:#dc2925; border:1px solid #dc2925;}


/*-----footer panel----*/
.foot-pnl {
  min-height: 200px;
  margin: 0;
}
.foot-pnl h2{
  color: #fff;
  font-size: 24px;
  margin-bottom:20px;
  text-transform: uppercase;
  position:relative;
}

.foot-pnl h1 {
  color: #000;
  font-size:20px;
  margin-bottom:15px;
  text-transform:uppercase;
}
.foot-pnl h1 span{
	color:#ed1c24;
}
.foot-pnl ul {
  margin:0;
  padding: 0;
}
.foot-pnl ul li {
  font-size: 16px;
  color: #fff;
  position:relative;
  padding:0;
  margin: 0 0 10px;
  display:block;
}
.foot-pnl a {
  color: #bfbfbf;
}
.foot-pnl a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot-pnl p{
	padding-left:50px;
	margin:0 0 20px;
	font-size:14px;
	color:#fff;
	position:relative;
}
.foot-pnl p .fa {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size:16px;
	border:1px solid #826a60;
}


/*copyright----------------*/
.copyright {
	margin:0;
	padding-top: 30px;
	padding-bottom: 30px;
	background:#333333;
	color:#bfbfbf;
}
.copyright .payment ul {
  margin: 0;
  padding: 0;
}
.copyright .payment li {
  list-style: none;
  margin: 5px 5px 0 0;
  float: left;
  padding: 0;
}
.copyright .text {
  font-size: 13px;
}


/*------------------*/
/*inner contact part
/*------------------------------------*/
.contact-us {
    margin:50px 0;
    padding: 0;
    position: relative;
}
.contact-us h1{
	font-size:36px;
	color:#166735;
	margin-bottom:50px;
	text-align:center;
	text-transform:uppercase;
}
.contact-us h1 span{
	color:#000;
}
.contact-us h2{
	margin-top:0px;
	margin-bottom:20px;
	font-size:24px;
	color:#166735;
	position:relative;
	display:inline-block;
}
.contact-us i{
	width:50px;
	height:50px;
	font-size:20px;
	color:#fff;
	line-height:50px;
	padding:0;
	text-align:center;
	margin-right:5px;
	background:#166735;
}
.contact-us address{
	padding-left:60px;
}
.contact-us .form-control{
	margin-bottom:10px;
	border-radius:0;
}


/*-----------------------------------*/
/* collection part
/*---------------------------------------------*/
.collection-inner{
    padding: 50px 0;
    text-align: center;
}
.collection-inner h1{
    font-size: 36px;
    margin-bottom: 40px;
    background: url(../images/divider2.png) center no-repeat;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #2f6d44;
}
.collection-inner  p{
    font-size: 16px;
    color: #000;
	text-align:justify;
}
.collection-inner .item-pt{
    margin-bottom: 30px;
}
.collection-inner .item-pt img{
    margin-bottom: 20px;
    width: 100%;
    border: 10px solid #2f6d44;
}
.collection-inner .item-pt p{
    font-size: 18px;
    color: #000;
}



/*------------------------------------------------------*/
/*--------------- responsive part ----------------------*/
/*------------------------------------------------------*/
@media(max-width:768px){
    .main-menu {
        display: none;
    }
    .slide-buttons {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 1000;
    }
    #slide-buttons {
        display: block;
    }
    .header-top{
        margin-top: 0;
    }
    .logo-pt, .banner-pt {
        padding: 0;
        margin: 0;
    }
    .logo-pt .img-pt {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .mission{
        display: block;
        margin-bottom: 0;
    }
    .sreen-gallery-cursual{
        padding: 2em;
        margin: 0 15px;
    }
    .botttom-nav-agileits ul.nav-w3ls {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .mailadd-w3ls p, .top-right-info-w3ls, .reach-wthree h3, .reach-right-agileits-w3layouts {
        text-align: center;
        margin-top: 10px;
    }
   
}
/*------------------------------------*/
/*application part
/*--------------------------------------------*/
.application-pt{
    margin: 50px 15px 20px;
    position: relative;
}
.application-pt h1{
    font-size: 36px;
    margin-bottom: 20px;
    background: url(../images/divider2.png) center no-repeat;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #2f6d44;
}

.application-pt .left-pt p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}
.application-pt .left-pt h3{
    font-size: 36px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #166735;
}

.application-pt .left-pt ul {
    margin: 0;
    padding: 0;
}
.application-pt .left-pt ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.application-pt .left-pt ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f18e';
    font-size: 15px;
    color: #166735;
    left: 0;
    top: 5px;
}


.application-pt .right-pt{
    margin-bottom: 30px;
   /* padding: 25px;*/
   
    color: #000;
}
.application-pt .right-pt p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

.application-pt .right-pt h3{
    font-size: 36px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #166735;
}
.application-pt .right-pt img{
    margin-bottom: 20px;
}
.application-pt .right-pt .btn{
    float: right;
    font-family: 'OpenSans-Regular';
}
.application-pt .right-pt ul {
    margin: 0;
    padding: 0;
}
.application-pt .right-pt ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.application-pt .right-pt ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f18e';
    font-size: 15px;
    color: #166735;
    left: 0;
    top: 5px;
}
