@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: 'PT Sans', sans-serif;
	overflow-x:hidden;
	
	width:100%;
	height:auto;
	}
img{
	max-width:100%
	}
nav
.navbar{background:#fff;}
.nav-item::after{content:'';display:block;width:0px;height:2px;background:#388c14;transition: 0.2s;}
.nav-item:hover::after{width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fec400;}
.nav-link{padding:15px 5px;transition:0.2s;}
.dropdown-item.active, .dropdown-item:active{color:#212529;}
.dropdown-item:focus, .dropdown-item:hover{background:#fec400;}
.nav-link{
	color:#000;
	}
.logo {
    height: 100px;
    width: auto;
}
.top-header {
    background: #3b9015;
}
.top-img{
	 background-image:url(../images/bg1.jpg);
	}
.section-img{
	background-image:url(../images/bg1.jpg);
	width:100%;
	height:50px;	
	}
.header-ul {
    margin: 0 0 0 0px;
    padding: 0;
}
.header-ul li{
	list-style:none;
	display:inline-block;
	}		.ghyt {    background-color: #0e5105;    padding: 10px;    border-radius: 6px;}
.header-ul li a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:10px;
	}

.header-ul2{
	margin:0;
	padding:0;
	text-align:right;
	}
.header-ul2 li{
	list-style:none;
	display:inline-block;
	color:#fff;
	padding:10px;
	}
.header-ul2 li a{
	text-decoration:none;
	color:#fff;
	padding:10px;
	font-family: 'Raleway', sans-serif;
	}
.background-image {
    background-image: url(../text.jpg);
    width: 100%;
    height: auto;
    background-attachment: fixed;
}
.header-ul li a i {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
#nav-text {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 14px;
    letter-spacing: 0.5px;
}
.error {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    background-color: #125605;
    color: #fff;
    padding: 15px;
}
.success {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    background-color: #125605;
    color: #fff;
    padding: 15px;
}
.active a {
    color: #368912 !important;
}


/*.logo {
    position: absolute;
    top: -47px;
    border-radius: 10px;
    padding: 10px;
}*/
span#toogle {
   
    /* color: #fff !important; */
}

.read-anchor {
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    /* border: 1px solid #fff; */
    padding: 10px 20px;
    background-color: #000;
}	
		
#nav {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%) !important;
    padding: 0;
    background: #fff;
}
/* -------banner slider css start from here--------------*/	
.heading-box h2{ width:100%; color: red; }
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.btn-4 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px 30px;
    background-color: #388c14;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
}
.btn-4:hover{
	background-color:#000;
	}

.btn-4::before, .btn-4::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

span::before, span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.btn-4:hover::before, .btn-4:hover::after{
  width: 100%;
}
.btn-4:hover span::before, .btn-4:hover span::after{
  height: 100%;
}
.btn-4::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4 span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 span::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
/*----banner slide css end here-----------------*/

.second-headings{
	text-align:center;
	font-size:30px;
	color:#fff;
	 font-family: 'Raleway', sans-serif;
	}
.about-text {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
#btns{
	display:block;
	margin:0 auto;
	}
.second-heading{
	 font-family: 'Raleway', sans-serif;
	 font-size:30px;
	}	
.product_title {
    font-size: 20px;
    font-weight: bold;
   font-family: 'Raleway', sans-serif;
    color: #388c14;
    text-transform: uppercase;
    position: relative;
}	
.product_title:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 45px;
    height: 2px;
    background: #388c14;
    border-radius: 15px;
    margin-top: 5px;
}
.item img{
	width:271px;
	height:271px;
	}
.heading-anch {
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #000;
    /* font-weight: 600; */
}
.heading-anch:hover{
	color:#388c14;
	}
.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:120px 0 0;
padding:7px 14px;
font-size: 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
background-color:#3aae3a;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
footer{
	background-color:#000;
	}
.footer-heading{
	font-size:16px;
	font-weight:700;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	}
.footer-ul{
	margin:20px 0;
	padding:0;
	}
.footer-ul li{
	list-style:none;
	}
.footer-ul li a{
	display:inline-block;
	text-decoration:none !important;
	color:#fff !important;
	font-size:14px;
	font-family: 'Raleway', sans-serif;
	}


.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.footer-ul1{
	margin:0;
	padding:0;
	}
.footer-ul1 li{
	list-style:none;
	display:inline-block;
	}
.footer-ul1 li a{
	display:inline-block;
	text-decoration:none !important;
	color:#fff !important;
	font-size:12px;
	padding:0 8px;
	font-family: 'Raleway', sans-serif;
	border-right:1px solid #fff;
	letter-spacing:1px;
	}
.copy{
	color:#ccc;
	font-size:12px;
	letter-spacing:1px;
	font-family: 'Raleway', sans-serif;
	}
span.footer-address {
    font-size: 14px;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.backs i{
	font-size:30px;
	font-weight:bold;
	padding:0 10px; 
	}


.bg-img{
	background-image:url(../images/slider-contact.jpg);
	width:100%;
	height:auto;
	background-attachment:fixed;
	
	}
.link-company{
	outline: none !important;
    text-decoration: none !important;
	background-color: transparent;
    transition: all 600ms ease-in-out 0s;
	color:#388c14;
	font-weight:bold;
	}
.b-c {
    color: #878787;
    margin-top: 8px;
}
.b-c ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-c li {
    display: inline-block;
}
.b-c .span {
    padding: 0px 10px;
    display: inline-block;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div {
    /* text-align: center; */
    /* padding: 10px; */
    margin: 10px;
    /* background: #f1f1f1; */
    color: #666;
}
.item {
    /* margin-right: 6px; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(47% - 20px);
}
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
		
/*-----------------------------------*/	

h3.title-heading {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
h3.contact-title {
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.listing{
	margin:0;
	padding:0;
	}
.listing li {
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    list-style: none;
}
.our{
	background-color:#f4f4f4;
	}
.intro{
	margin:0;
	padding:0;
	}
.intro li{
	list-style:none;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	}
	
.read-anchors {
    display: inline-block;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: auto;
    display: table;
    background-color: #000;
    padding: 8px 20px;
    color: #fff !important;
    text-transform: uppercase;
	border-radius: 7px;
}
img.img-effect {
    height: 200px;
}

.back-img{
	background-image:url(../images/images.png);
	width:100%;
	height:auto;
	}
.dasfd {
    padding: 0 20px;
    line-height: 50px;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
    background: #ffffff;
    color: #333;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    font-size: 14px;
}
.text {
    height: 120px;
    padding: 20px;
    width: 100%;
    border: 0;
    color: #333;
    resize: none;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    border-radius: 5px;
}
#button {
    background-color: #013f6e;
    border-radius: 3px !important;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 12px 35px !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
}

#buttons {
    background-color: #013f6e;
    border-radius: 3px !important;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 12px 60px !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
}

.footer {
    background: -moz-linear-gradient(0deg,#2c2c2a 0,#2c2c2a 59%,#404040 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#2c2c2a),color-stop(59%,#2c2c2a),color-stop(100%,#404040));
    background: -webkit-linear-gradient(0deg,#2c2c2a 0,#2c2c2a 59%,#404040 100%);
    background: -o-linear-gradient(0deg,#2c2c2a 0,#2c2c2a 59%,#404040 100%);
    background: -ms-linear-gradient(0deg,#2c2c2a 0,#2c2c2a 59%,#404040 100%);
    background: linear-gradient(90deg,#2c2c2a 0,#2c2c2a 59%,#404040 100%);
    padding: 46px 0 50px 0;
}
.footer .ftr-nav {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    text-align: left;
}
.footer .ftr-nav li:first-child {
    padding-left: 0;
}
.footer .ftr-nav li {
    padding: 0 16px;
    position: relative;
}
ul.ftr-nav p {
    color: #fff;
    font-weight: 600;
}
.footer .ftr-nav li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.footer .ftr-nav li::after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 9px;
    background: #5d5d5d;
    content: "";
}
.footer .footer-block {
    padding-bottom: 25px;
    text-align: left;
}
.footer .footer-block .footer-heading {
    font-size: 14px;
    color:#3b9015;
    text-transform: uppercase;
    font-weight:500;
    margin-top: 0;
    display: block;
    font-family: Yantramanav,sans-serif;
    margin-bottom: 10px;
    margin-left: 26px;
}
img.icon-img {
    height: 34px;
}
.footer .footer-block .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}
.footer .footer-block .contact-list li.ind-call {
    padding-left: 25px;
}
.footer .footer-block .contact-list li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-block .contact-list li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.footer .footer-bottom .copy-right p {
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 400;
    padding: 0;
    margin: 0;
	text-align:center;
}
.footer .footer-block .social {
    list-style: none;
    margin: 0;
    padding: 0 0 0;
    width: 100%;
    text-align: left;
}
.footer .footer-block .social li:first-child {
    padding-left: 0;
}
.footer .footer-block .social li {
    padding: 2px 0px;
    position: relative;
}
ul.social p {
    color: #fff;
}
.footer .footer-block .social li a {
    text-decoration: none!important;
	color: #fff;
}
.footer .footer-block .social li a i.fa-facebook {
    background: #4d6fa9;
}
.footer .footer-block .social li a i {
    width: 33px;
    height: 33px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.footer .footer-block .social li a i.fa-twitter {
    background: #55acee;
}
.footer .footer-block .social li a i.fa-youtube {
    background: #c4302b;
}
.footer .footer-block .social li a i.fa-linkedin {
    background: #0e76a8;
}
.footer .footer-block .social li a i.fa-pinterest-p {
    background: #c8232c;
}
.footer .footer-block .social li a i.fa-instagram {
    background: #c96;
}
h2 span {
    font-weight: 700;
}
.contact-sub-heading {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    display: block;
    font-family: Yantramanav,sans-serif;
    color: #3b9015;
}
.contact-title {
    font-size: 24px;
    color: #000;
    margin: 0 0 30px;
    font-weight: 500;
    display: block;
    font-family: Yantramanav,sans-serif;
}
.cont-block p a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}
#button {
    background-color: #013f6e;
    border-radius: 3px !important;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 12px 35px !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    display: block;
    width: 100%;
}
/*-----------------------------------*/	
.page-banner {
    background-image: url(../images/contact-background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}

.page-banner1 {
    background-image: url(../images/slider4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-banner1 .banner-content {
    display: inline-block;
    padding: 18px 0;
}
.page-banner1 .banner-content h3 {
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 29px;
    letter-spacing: 2.88px;
    margin-top: 25px;
    text-transform: uppercase;
}
.page-banner1 .banner-content .breadcrumb {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.page-banner1 .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
    color: #fff;
    font-family: 'montserratlight';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}
.page-banner1 .banner-content .breadcrumb > li + li::before {
    color: #fff;
    content: "/";
    padding: 0 10px;
}
.footer {
    background: #000000ed;
    background-image: url(../images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
iframe {
    margin-top: 40px;
}
#slider-animation .carousel-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-banner3 {
    background-image: url(../images/slider2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-banner3 .banner-content {
    display: inline-block;
    padding: 18px 0;
}
.page-banner3 .banner-content h3 {
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 29px;
    letter-spacing: 2.88px;
    margin-top: 25px;
    text-transform: uppercase;
}
.page-banner3 .banner-content .breadcrumb {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.page-banner3 .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
    color: #fff;
    font-family: 'montserratlight';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}
.page-banner3 .banner-content .breadcrumb > li + li::before {
    color: #fff;
    content: "/";
    padding: 0 10px;
}
.page-banner2 {
    background-image: url(../images/images.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    z-index: 1;
	
}

a.about-anchor {
    text-decoration: none!important;
    background-color: #326197;
    display: inline-block;
    margin-left: 24px;
    padding: 10px 20px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
}

.page-banner2 .banner-content {
    display: inline-block;
    padding: 18px 0;
}
.page-banner2 .banner-content h3 {
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 29px;
    letter-spacing: 2.88px;
    margin-top: 25px;
    text-transform: uppercase;
}
.page-banner2 .banner-content .breadcrumb {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.page-banner2 .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
    color: #fff !important;
    font-family: 'montserratlight';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}
.page-banner2 .banner-content .breadcrumb > li + li::before {
    color: #fff;
    content: "/";
    padding: 0 10px;
}
/*.page-banner::before {
    background-color: rgba(0, 0, 0, 0.890);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}*/
.page-banner .banner-content {
    display: inline-block;
    padding: 18px 0;
}
.page-banner .banner-content h3 {
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 29px;
    letter-spacing: 2.88px;
    margin-top: 25px;
    text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
    color: #fff;
    font-family: 'montserratlight';
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    display: inline-block;
}
.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}
.page-banner .banner-content .breadcrumb > li + li::before {
    color: #fff;
    content: "/";
    padding: 0 10px;
}
.why-choose h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
    margin-top: 0px;
}
.why-choose p {
    text-align: justify;
}
.tech-ul{
	margin:0 20px;
	padding:0;
	}
.tech-ul li{
	color:#fff;
	}
.plant {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
h4.title-tech {
    font-size: 17px;
    text-transform: uppercase;
	
}
#contact5 {
    padding-top: 12px;
    padding-bottom: 1px;
}
#service4 {
    padding-bottom: 10px;
	font-size:22px;
	 font-family: 'Raleway', sans-serif;
}
h4.par1 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.link-box2 {
    width: 100%;
    margin-bottom: 47px;
}
.link-box2 a {
    color: #848d94;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 9px;
    display: inline-block;
}
i.contact_details {
    color: #013f6e;
    font-size: 22px;
    margin: 0 -10px 0 0;
}
p.par1 a {
    text-decoration: none !important;
}
/*-----media css start from here-----------------*/		
@media only screen and (max-width: 360px){
ul.navbar-nav {
    margin-top: 75px;
}
.header-ul2 {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    line-height: 0.1;
    padding-bottom: 10px;
}
.header-ul2 li {
    list-style: none;
    display: inline-block;
    color: #000 !important;
    padding: 2px;
}
img.slider {
    min-height: 300px;
}
.second-heading{
	 font-family: 'Raleway', sans-serif;
	 font-size:20px;
	}

.btn-4 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px 30px;
    background-color: #388c14;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
}

.header-ul {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
}
.second-headings {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Raleway', sans-serif;
}
.header-ul2 li a {
    text-decoration: none;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
}
	}
	
@media only screen and (max-width: 411px){
ul.navbar-nav {
    margin-top: 75px;
}
.header-ul2 {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    line-height: 0.1;
    padding-bottom: 10px;
}
.header-ul2 li {
    list-style: none;
    display: inline-block;
    padding: 2px;
}

.footer .ftr-nav li a:hover {
    color: #28770d;
}
img.slider {
    min-height: 300px;
}
.second-heading{
	 font-family: 'Raleway', sans-serif;
	 font-size:20px;
	}
.btn-4 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 20px 30px;
    background-color: #388c14;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
}
.header-ul {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
}
.second-headings {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Raleway', sans-serif;
}
.header-ul2 li a {
    text-decoration: none;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
}
	}
@media only screen and (max-width: 320px){
ul.navbar-nav {
    margin-top: 75px;
}

.header-ul {
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
}
.second-headings {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-family: 'Raleway', sans-serif;
}
.header-ul2 {
    margin: 10px 0;
    padding: 0;
    text-align: left;
    line-height: 0.1;
    padding-bottom: 10px;
}
.header-ul2 li a {
    text-decoration: none;
    color: #000;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
	font-size:14px;
}
.header-ul2 li {
    list-style: none;
    display: inline-block;
    color: #000;
    padding: 1px;
    font-size: 14px;
}
.header-ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px;
    margin-top: -8px;
}
	}