body{
	font-family: 'Conv_Brandon_med' !important;
}


.country{
	float:right;
	color:#936e44;
	font-size:19px;
}

.country span{
	float:left;
}

.country img{
    margin-top: 7px;
    margin-left: 10px;
    float: right;
}
.relative label.error{
	color:#f01;
	font-weight:400;
	font-size:14px;
	top:80px;
	position:absolute;
	display: block;
    width: 100%;
    top: 80px;
}

label.error{
    color:#f01;
    font-weight:400;
    font-size:14px;
}

.carousel-control {
    background: none !important;
    text-shadow: none !important;
	opacity: 1.5 !important;
	color: #4aab6a !important;
}
.carousel-control:focus, .carousel-control:hover {color: #147b36;}
/*
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.3, 1.3);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
*/

.comman-space{
	margin-bottom:80px;
}

.midd-section{
	position:relative;
}

.midd-section h3 {
    position: absolute;
    bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 15px 0px;
    margin: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
}


.midd-section .image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
   position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  background:#4aab6a;
  text-align:center;
  padding:0px 20px;
}

.midd-section:hover .overlay {
   height: 100%;
}


.midd-section h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Conv_Brandon_bld';
    margin: 0px;
	margin-bottom:10px;
}

.midd-section p{
	color:#fff;
	text-align:center;
	font-size:20px;
	
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
}
.text p {color:#2c5398 !important;}

.midd-section:hover h3{
	display:none;
}



.menu-section {
    padding: 15px 0px;
}

.map-section img{
	width:100%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width:100%;
}


.top-section{
	padding: 60px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	text-align:center
}

.top-section h1{
	margin:0px;
	padding:0px;
	color:#147b36;
	font-family: 'Conv_Brandon_blk';
	font-weight:900;
	font-size:60px;
	    margin-bottom: 30px;
}


.comman-section h2{
	margin:0px;
	padding:0px;
	color:#35404e;
	font-family: 'Conv_Brandon_blk';
	font-weight:900;
	font-size:60px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:40px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: auto;
    max-height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
    border: 1px solid #e9ecef;
    height: 135px;
    border-radius: 5px;
	position: relative;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.center-hd{
    margin: 0 auto;
    display: block;
    text-align: center;
}

.center-hd h2{
	display: inline-flex;
}

.center-hd img{
	margin-left:15px;
}

.footer {
    background: #444444;
	padding:20px 0px;
	border-bottom:1px solid #575757;
}

.footer ul{
	margin:0px;
	padding:0px;
	text-align:center;
}

.footer ul li{
	display:inline-block;
	padding:0px 24px;
}

.footer ul li a{
	color:#fff;
	font-family: 'Conv_Brandon_thin';
	font-size:18px;
	font-weight: 600;
}

.copy-right{
	 background: #444444;
	padding:20px 0px;
}

.copy-right p{
	font-size:18px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: 'Conv_Brandon_thin';
	font-weight:600;
}

.copy-right ul{
	margin:0px;
	padding:0px;
	float:right;
}

.copy-right ul li{
	display:inline-block;
	margin-left:40px;
}

.copy-right ul li i{
	color:#fff;
	font-size:24px;
}

.map iframe{
	height:358px;
	border:0px;
}

.contact-head h2{
	color:#fff;
}

.contact-head{
	background:#4aab6a;
	padding:10px 0px;
}


.contact-col{
	padding:0px;
}



.contact-section{
	background:#5f5f5f;
	
}


.contact-col{
	text-align:center;
	color:#fff;
	padding: 55px 0px;
	min-height: 250px;
}

.contact-col i{
	font-size:41px;
	margin-bottom:10px;
}

.contact-col h3{
	margin:0px;
	margin-bottom:10px;
	font-size:22px;
}
.contact-col a{
	font-size:20px;
	color:#fff;
	font-family: 'Conv_Brandon_thin';
}
.contact-col p{
	font-size:20px;
	color:#fff;
	font-family: 'Conv_Brandon_thin';
	margin:0px;
	padding:0px;
}

.col-2 {
    background: #298546;
	box-shadow: 0px -1px 13px -3px rgb(0 0 0 / 50%);
}

.english {
    margin-top: -6px;
    margin-right: 5px;
}

.glyphicon-chevron-left:before {
    
	display:none;
}
.glyphicon-chevron-right:before {
	display:none;
}
.carousel-control {
    width: 4% !important;
}

.top-section p{
	font-size:30px;
	margin:0px;
}

.contact-col a:hover,.contact-col a:focus{
	color:#fff;
}

.footer ul li a:hover ,.footer ul li a:focus{
	    color: #2bc75c;
		text-decoration:none;
}

.copy-right ul li a:hover i{
	    color: #2bc75c;
}

.comman-space p{
	font-size:20px;
	color:#555;
}

.row.contact-form {
    width: 80%;
    margin: 0 auto;
	box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 20%);
    padding: 25px 0px;
}

.contact-form input {
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
}

.contact-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
    margin-bottom: 40px;
}

.comman-btn {
    background: #2c5398;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid #fff;
    display: inline-block;
    box-shadow: 4px 5px 4px 0px rgb(0 0 0 / 70%);
    position: relative;
    overflow: hidden;
    /* background-color: #000; */
    z-index: 999;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #338830;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.contact-form input:focus {
    outline: none;
    border-color: #338830;
}

.contact-form textarea:focus {
    outline: none;
    border-color: #338830;
}


@media(max-width:1024px){
	.menu-section {
    padding: 5px 0px;
}

.logo img{
    width: 44%;
}

.menu-div{
	width:100% !important;
}
#cssmenu {
    width: 100%;
    position: absolute !important;
    right: 0;
    top: -100px;
}
#cssmenu ul {
    width: 100%;
    display: none;
    background: #fff;
    margin-top: 21px !important;
    z-index: 9;
}



.comman-section h2 {
    font-size: 44px;
    margin-bottom: 25px;
}


#cssmenu > ul > li > a {
    padding: 12px !important;
    font-size: 15px !important;
}
.top-section h1 {
    font-size: 50px;
    margin-bottom: 20px;
}
.top-section {
    padding: 30px 15px;
}
.top-section p {
    font-size: 22px;
}
.slick-slide img{
	max-height:30px;
}
.slick-initialized .slick-slide
{
	height: 74px;
}
.comman-space{
	margin-bottom:50px;
}
.comman-section h2 img{
	width:60px;
}
.comman-section h2 img {
    width: 135px;
    height: auto;
}
.midd-section h3 {
    font-size: 20px;
}
.contact-col {
    padding: 30px 0px;
    min-height: 205px;
}
.footer ul li a {
    font-size: 14px;
}
.footer {
    padding: 15px 0px;
}
.copy-right {
    padding: 15px 0px;
}
.copy-right ul li i {
    font-size: 20px;
}
.copy-right ul li {
    margin-left: 15px;
}
}


@media(max-width:980px){
	.top-bar ul li a {
    font-size: 17px;
}
.country {
    font-size: 17px;
}

#cssmenu ul{
	margin-top:25px !important;
}

.carousel-caption h3 {
    font-size: 36px;
}

.carousel-caption{
	padding: 10px 0px !important;
	}
	
.logo img {
    width: 58%;
}

.midd-section h3 {
    font-size: 20px;
    padding: 10px 0px;
}



.midd-section h4 {
    font-size: 20px;
}


.midd-section p {
    font-size: 16px;
}

.comman-section h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.top-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.slick-slide img{
	max-height:26px;
}

.midd-section{
	margin-bottom: 30px;
}
.contact-col i {
    font-size: 32px;
    margin-bottom: 10px;
}
.contact-col h3 {
    font-size: 20px;
}
.contact-col a {
    font-size: 18px;
}
.contact-col p {
    font-size: 18px;
}
.comman-section h2 img {
    width: 100px;
    height: auto;
}

.contact-col {
    padding: 25px 0px;
    min-height: 174px;
}

}

@media(max-width:768px){
	
}


@media(max-width:640px){
	.logo img {
    width: 24%;
}




.comman-space {
    margin-bottom: 40px;
}

.carousel-caption h3 {
    font-size: 30px;
}

.midd-section h4 {
    font-size: 34px;
}

.midd-section h3 {
    font-size: 25px;
}

.midd-section {
    margin-bottom: 30px;
}

.top-section h1 {
    font-size: 34px;
}
.top-section p {
    font-size: 18px;
}
.comman-section h2 {
    font-size: 26px;
}
.contact-col {
    padding: 25px 0px;
    min-height: auto;
}
.contact-col i {
    font-size: 28px;
    margin-bottom: 10px;
}
.comman-space p{
	font-size:18px;
}
.contact-form textarea{
		margin-bottom:0px;
	}
}

@media(max-width:480px){
	

#cssmenu {
    top: -89px;
}

#cssmenu ul {
    margin-top: 14px !important;
}
.footer ul li a {
    font-size: 12px;
}
.copy-right {
    padding: 10px 0px;
}
.copy-right ul li i {
    font-size: 18px;
}
.comman-section h2 {
    font-size: 22px;
}

.comman-section h2 img {
    width: 88px;
    height: auto;
}
.carousel-control {
    width: 8% !important;
}
.contact-form input {
    margin-bottom: 20px;
}
.row.contact-form {
    width: 100%;
    margin: 0 auto;
}
}


@media(max-width:479px){
	


.copy-right p {
    font-size: 14px;
}
.copy-right ul li i {
    font-size: 16px;
}
.contact-col i {
    font-size: 22px;
}
.top-section h1 {
    font-size: 28px;
}
.comman-section h2 img {
   display: none;
}
}

.prdct-col {
    display: block;
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.prdct-col h3{
    margin: 0px;
    padding: 10px;
    text-align: center;
    background: #147b36;
    color: #fff;
	font-size: 24px;
}

.prdct-col:hover{
	text-decoration:none;
}


.effect{
	overflow:hidden;
    position: relative;
}

.effect img {
    position: relative;
    width: 100%;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.effect:hover img {
    transform: scale(1.02,1.02);
    -webkit-transform: scale(1.02,1.02);
    -ms-transform: scale(1.02,1.02);
    -o-transform: scale(1.02,1.02);
    -moz-transform: scale(1.02,1.02);
}

.center-cl .col-md-4{
	margin:0 auto;
	float:none;
}

.bottel {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.bottel li{
	float:left;
	width:20%;
	text-align:center;
}

.bottel h3 {
    padding: 0px;
    margin-bottom: 5px;
    color: #09237e;
    font-size: 22px;
}

.bottel img{
	transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.bottel li img:hover{
	transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}

.brt{
	margin-top:30px;
	border-top:1px dotted #555;
	padding-top:5px;
}

.three-show li{
	width:33%;
}
.only-four li{
	width:25%;
}
@media(max-width:1024px){
	.prdct-col h3 {
    font-size: 20px;
}	
.bottel p {
    font-size: 17px;
}
}

@media(max-width:980px){
	.bottel h3 {
    font-size: 18px;
}	
.bottel p {
    font-size: 14px;
}
}

@media(max-width:768px){
	.prdct-col h3 {
    font-size:17px;
}	
}

@media(max-width:640px){
	.prdct-col h3 {
    font-size:24px;
}	
.bottel h3 {
    font-size: 16px;
}
}

@media(max-width:480px){
	.prdct-col h3 {
    font-size:22px;
}	
.bottel li {
    float: left;
    width: 33%;
}
}

@media(max-width:479px){
	.bottel li {
    float: left;
    width: 50%;
}
}