@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
html, body {
    height: 100%;
	width:100%;
    font-size: 16px;
	background:#fbfbfb;
    color: #f5f5f5;
    font-family: "Roboto", sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
	overflow: auto;
	-webkit-text-size-adjust: auto;
}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #8ec63f; 
}
ul,label{
	margin:0;
	padding:0;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:active,a:hover,a:focus {outline: none; text-decoration: none;}
.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
button:focus {outline: none;}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

/***********============================================== header_topbar =====================================================***********/
@media only screen and (max-width: 600px) {.header_topbar{padding:0px 20px 0px 20px;}}
@media only screen and (min-width: 600px) {.header_topbar{padding:0px 20px 0px 20px;}}
@media only screen and (min-width: 768px) {.header_topbar{padding:0px 20px 0px 20px;}} 
@media only screen and (min-width: 992px) {.header_topbar{padding:10px 50px 10px 50px;}} 
@media only screen and (min-width: 1200px) {.header_topbar{padding:10px 100px 10px 100px;}}
@media only screen and (min-width: 1500px) {.header_topbar{padding:10px 160px 10px 160px;}}
.header_topbar{
	font-family: 'Fredoka', sans-serif;
	background:#7fc21e;
	font-size: 16px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
}
.header_topbar p{
	font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin: 0px;
}
.header_topbar svg {
    width: 24px;
    height: auto;
    fill: white;
}
.header_topbar .lnk {list-style: none; display: inline-block; margin-right: 15px;}
.header_topbar .lnk i {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    padding-left:12px;
    background-color: #171a21;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.header_topbar .lnk{
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #171a21;
}
.header_topbar .lnk a{color: #171a21;}

.header_topbar .social li:first-child{margin-right: 15px;}
.header_topbar .social li:first-child:before{ background:#7fc21e;}
.header_topbar .social li{
	line-height: 28px;
    font-weight: 600;
	position: relative;
    display: inline-block;
    font-size: 14px;
    color: #171a21;
	list-style:none;
	margin-right: 35px;
}
.header_topbar .social li a{color: #171a21;}
.header_topbar .social li:before{
    position: absolute;
    content: '';
    background: #171a21;
    width: 1px;
    height: 22px;
    top: -3px;
    right: -20px;
}
/***********============================================== header_topbar =====================================================***********/

/***********============================================== header_bottom =====================================================***********/
@media only screen and (max-width: 600px) {.header_bottom{padding:0px 0px 0px 0px;} .header_middle .logo{margin-top:0px;}}
@media only screen and (min-width: 600px) {.header_bottom{padding:0px 0px 0px 0px;} .header_middle .logo{margin-top:0px;}}
@media only screen and (min-width: 768px) {.header_bottom{padding:0px 20px 20px 20px;} .header_middle .logo{margin-top:-60px;}} 
@media only screen and (min-width: 992px) {.header_bottom{padding:0px 50px 20px 50px;} .header_middle .logo{margin-top:-80px;}} 
@media only screen and (min-width: 1200px) {.header_bottom{padding:0px 100px 20px 100px;} .header_middle .logo{margin-top:-80px;}}
@media only screen and (min-width: 1500px) {.header_bottom{padding:0px 160px 20px 160px;} .header_middle .logo{margin-top:-80px;}}
.header_bottom{position:relative; z-index:99; display:block;}
.header_bottom .mt30{margin-top:30px;}
.header_bottom .mt25{margin-top:25px;}
.header_bottom .mt20{margin-top:20px;}
.header_bottom .mt15{margin-top:15px;} 
.header_bottom .logo{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.header_bottom .logo img{
    padding: 10px 5px 55px 5px;
    background-color: #272727;
    z-index: 9;
    border-radius: 0px 0px 80px 80px;
}
.header_bottom .btn {
    font-family: 'Fredoka', sans-serif;
    padding: 20px 40px;
    position: relative;
    border-radius: 12px;
    background-color: #7fc21e;
    color: #111;
    font-weight: 600;
    z-index: 111;
    height: 62px;
    display: inline-block;
    text-transform: capitalize;
}
.header_bottom .btn a{color: #111;}
.header_bottom .btn:hover {
    color: #111;
}
.header_bottom .btn:before {
    content: "";
    position: absolute;
    width: 94%;
    right: -8px;
    border: 3px solid #7fc21e;
    height: 75px;
    border-radius: 12px;
    top: -6.5px;
    z-index: -1;
}
.header_bottom .btn:hover:before{
    width: 30%;
}



header{position:relative; width:100%; font-size:16px; font-weight:400;}
nav{position:relative;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family: 'Arimo', sans-serif;}
#cssmenu > ul > li.active > a{font-family: 'Arimo', sans-serif; color:#111 !important; font-weight:700; padding:30px 17px 17px 17px; font-size:16px;}
#cssmenu > ul > li{float:left;z-index:1000;}
#cssmenu > ul.pull-right{margin-top: 20px;}
#cssmenu > ul > li > a{padding:30px 13px 17px 13px;font-size:17px; display:block; text-decoration:none; text-transform:capitalize; font-weight:700; color:#111; font-family: 'Arimo', sans-serif;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#111}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:36px;right:11px;width:8px;height:2px;display:block;background:#111;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:33px;right:14px;display:block;width:2px;height:8px;background:#111;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px; border-radius:5px; background:#fff !important;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;
background: #fff}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 10px;width:240px;font-size:15px;text-decoration:none;color:#111;font-weight:600;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#111;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#111;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:14px;right:14px;display:block;width:2px;height:8px;background:#111;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#fff; color:#111;}
#cssmenu ul ul ul li.active a{border-left:1px solid #111}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #111}

@media screen and (max-width:1000px){
.header_bottom{background-color: #272727;}
header{background:#121212; font-family: 'Arimo', sans-serif; padding-top:0px; padding-bottom:35px;}
nav{width:100%; background:#121212;}
#cssmenu{width:100%;}
#cssmenu > ul > li.active > a{font-family: 'Arimo', sans-serif; color:#121212 !important; font-weight:500; padding:30px 17px 17px 17px; font-size:15px;}
#cssmenu ul{width:100%;display:none; background:#121212; margin-top:30px; padding-left:0px;}
#cssmenu ul li{width:100%;border-top:1px solid #ccc; background:#121212;}
#cssmenu > ul > li > a{padding:17px;font-size:16px; display:block; text-decoration:none; text-transform:uppercase;font-weight:500; color:#222; font-family: 'Arimo', sans-serif;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#222}
#cssmenu ul li:hover{background:#ccc;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto;}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0;background:#fff;}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background: #fff;  /* fallback for old browsers */}
#cssmenu ul ul li:hover{background:#fff!important; color:#222;}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#121212;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#222}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:15px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:20px;cursor:pointer;z-index: 12399994; margin-top:0px; background:#121212;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fff;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#8ec63f}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#121212;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#121212;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
.pl{padding-left:0px;} .pr{padding-right:0px; }
/***********============================================== header_bottom =====================================================***********/

/***********============================================== slider =====================================================***********/
@media only screen and (max-width: 600px) {.slider{margin-top:0px;} .slider .carousel-caption{top:18%;} .slider .carousel-caption h1{font-size: 20px; width: 50%;}}
@media only screen and (min-width: 600px) {.slider{margin-top:0px;} .slider .carousel-caption{top:18%;} .slider .carousel-caption h1{font-size: 20px; width: 50%;}}
@media only screen and (min-width: 768px) {.slider{margin-top:-50px;} .slider .carousel-caption{top:28%;} .slider .carousel-caption h1{font-size: 40px; width: 100%;}} 
@media only screen and (min-width: 992px) {.slider{margin-top:-80px;} .slider .carousel-caption{top:30%;} .slider .carousel-caption h1{font-size: 46px; width: 100%;}} 
@media only screen and (min-width: 1200px) {.slider{margin-top:-80px;} .slider .carousel-caption{top:30%;} .slider .carousel-caption h1{font-size: 46px; width: 100%;}}
@media only screen and (min-width: 1500px) {.slider{margin-top:-80px;} .slider .carousel-caption{top:30%;} .slider .carousel-caption h1{font-size: 46px; width: 100%;}}
.slider{position:relative; z-index:0;}
.slider .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .55);
	border-radius: 15px 0 0 15px;
    z-index: 2;
}
.slider .carousel-caption{
	position:absolute;
	left:6%;
	text-align:left;
}
.slider .carousel-caption h1{
	font-family: 'Fredoka', sans-serif;
	color: #fff;
    line-height: 1.1;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:0px;
}
.slider .carousel-caption h1 span{color:#74bb0f;}
.slider .carousel-caption .btn {
    font-family: 'Fredoka', sans-serif;
    padding: 20px 40px;
    position: relative;
    border-radius: 12px;
    background-color: #74bb0f;
    color: #111;
    font-weight: 600;
    z-index: 111;
    height: 62px;
    margin-top: 30px;
    display: inline-block;
    text-transform: capitalize;
}
.slider .carousel-caption .btn a{color: #111;}
.slider .carousel-caption .btn:hover {
    color: #111;
}
.slider .carousel-caption .btn:before {
    content: "";
    position: absolute;
    width: 94%;
    right: -8px;
    border: 3px solid #74bb0f;
    height: 75px;
    border-radius: 12px;
    top: -6.5px;
    z-index: -1;
}
.slider .carousel-caption .btn:hover:before{
    width: 30%;
}
.slider .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.slider .carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}
.slider .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.slider .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.slider .carousel-item .img-fluid {margin: 0 auto; width:100% !important;}
.slider .icon_block{
	position: absolute;
	right: 0px;
	bottom: 58px;
	z-index: 7;
	text-align:right;
}
.slider .icon_box{
	font-family: "Arimo",sans-serif;
    display: inline-block;
    text-align: left;
    position: relative;
    background: #fff;
    font-family: spartan,sans-serif;
    border-radius: 50px 0 0 50px;
    padding: 24px 26px 29px 112px;
}
.slider .icon_box .img{
    width: 62px;
    height: 62px;
    background: #edf3d4;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    line-height: 62px;
    color: #62a403;
    position: absolute;
    left: 35px;
    top: 17px;
	padding-top:15px;
}
.slider .icon_box h3{
	font-family: "Arimo",sans-serif;
    font-weight: 600;
    line-height: 1.5;
	font-size: 13px;
    color: #3e4b5f;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.slider .icon_box p{
	font-family: "Arimo",sans-serif;
    font-size: 21px;
    color: #62a403;
    font-weight: 800;
    line-height: .8;
    letter-spacing: -1px;
    margin: 0;
}
.slider .icon_box p a{color: #62a403;}
/***********============================================== slider =====================================================***********/

/***********============================================== section1 =====================================================***********/
@media only screen and (max-width: 600px) {.section1{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.section1{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.section1{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.section1{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.section1{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.section1{padding:50px 160px 80px 160px; text-align: left;}}
.section1 .mt30{margin-top:30px;}
.section1 .mt15{margin-top:15px;}
.section1 .mt50{margin-top:50px;}
.section1 h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.section1 h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.section1 p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
.section1 .post-slide{margin-left: 15px; margin-right: 15px;}
.section1 .owl-item:nth-child(even) {
    margin-top: 60px;
}
.section1 img{border-radius: 30px;}
.section1 .content{
    position: absolute;
    width: 90%;
    top: 50%;
    border: 4px solid #a2c24d;
    border-radius: 30px;
    height: 92%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.section1 h4{
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.section1 .content span {
    font-family: 'Fredoka', sans-serif;
    left: 0;
    font-size: 20px;
    font-weight: 600;
    background-color: #a2c24d;
    width: 101%;
    text-align: center;
    bottom: 0;
    padding: 10px;
    color: black;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-bottom: -1px;
    margin-left: -1px;
}
/***********============================================== section1 =====================================================***********/

/***********============================================== section2 =====================================================***********/
@media only screen and (max-width: 600px) {.section2{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.section2{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.section2{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.section2{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.section2{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.section2{padding:50px 160px 80px 160px; text-align: left;}}
.section2 .mt30{margin-top:30px;}
.section2 .mt15{margin-top:15px;}
.section2 .mt50{margin-top:50px;}
.section2 h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.section2 h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.section2 p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
.section2 h3{
    font-family: 'Fredoka', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-bottom: 5px;
    color: #000;
}
.section2 li{
    border-bottom: 1px dotted #212529;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.section2 h4{
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #000;
    margin-top: 20px;
    text-transform: capitalize;
}
.section2 .flaticon{
    font-size: 54px;
    color: #62a403;
    padding-top: 20px;
}
/***********============================================== section2 =====================================================***********/

/***********============================================== section3 =====================================================***********/
@media only screen and (max-width: 600px) {.section3{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section3{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section3{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section3{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.section3{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.section3{padding:50px 160px 80px 160px;}}
.section3 .mt30{margin-top:30px;}
.section3 .mt15{margin-top:15px;}
.section3 .sec31{
    background-image: url(../images/sec31.jpg);
    padding: 30px 30px;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}
.section3 .sec32{
    background-image: url(../images/sec32.jpg);
    padding: 30px 30px;
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
}
.section3 h4{
    font-family: 'Fredoka', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #fff;
}
.section3 p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    margin: 0px 0px;
    max-width: 30%;
    text-align: left;
    font-weight: 400;
}
.section3 .shape {
    background-color: #62a403;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
    transform: translateY(22px);
}
.section3 h5{
    font-family: 'Fredoka', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #fff;
}
/***********============================================== section3 =====================================================***********/

/***********============================================== section4 =====================================================***********/
@media only screen and (max-width: 600px) {.section4{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 600px) {.section4{padding:50px 20px 80px 20px;}}
@media only screen and (min-width: 768px) {.section4{padding:50px 20px 80px 20px;}} 
@media only screen and (min-width: 992px) {.section4{padding:50px 50px 80px 50px;}} 
@media only screen and (min-width: 1200px) {.section4{padding:50px 100px 80px 100px;}}
@media only screen and (min-width: 1500px) {.section4{padding:50px 160px 80px 160px;}}
.section4 .mt30{margin-top:30px;}
.section4 .mt15{margin-top:15px;}
.section4 h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.section4 h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.section4 .post-slide{margin: 0 15px; padding: 25px; border: 3px solid #62a403; border-radius: 30px;}
.section4 img{border-radius: 30px;}
.section4 .content{padding: 20px 10px 0px 10px;}
.section4 h4{
    font-family: 'Fredoka', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #000;
}
.section4 p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 400;
}
.section4 p a{color: #555;}
/***********============================================== section4 =====================================================***********/

/***********============================================== section5 =====================================================***********/
@media only screen and (max-width: 600px) {.section5{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 600px) {.section5{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 768px) {.section5{padding:50px 20px 80px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.section5{padding:50px 50px 80px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.section5{padding:50px 100px 80px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.section5{padding:50px 160px 80px 160px; text-align:left;}}
.section5 .mt30{margin-top:30px;}
.section5 .mt15{margin-top:15px;}
.section5 h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    border-radius: 30px;
    background-color: #62a403;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.section5 h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.section5 .post-slide{margin:20px 15px 0px 15px;}
.section5 img{border-radius: 30px;}
.section5 h4{
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #000;
}
.section5 p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 400;
}
.section5 p a{color: #62a403; font-weight: 600; margin-top: 20px;}
/***********============================================== section5 =====================================================***********/

/***********============================================== section6 =====================================================***********/
@media only screen and (max-width: 600px) {.section6{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 600px) {.section6{padding:50px 20px 80px 20px; text-align:center;}}
@media only screen and (min-width: 768px) {.section6{padding:50px 20px 80px 20px; text-align:left;}} 
@media only screen and (min-width: 992px) {.section6{padding:50px 50px 80px 50px; text-align:left;}} 
@media only screen and (min-width: 1200px) {.section6{padding:50px 100px 80px 100px; text-align:left;}}
@media only screen and (min-width: 1500px) {.section6{padding:50px 160px 80px 160px; text-align:left;}}
.section6{background:#f5f5f5;}
.section6 .mt30{margin-top:30px;}
.section6 .mt15{margin-top:15px;}
.section6 h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.section6 .post-slide{margin:0 15px 20px 15px;}
.section6 img{filter: grayscale(0%);}
.section6 img:hover{filter: grayscale(100%);}
/***********============================================== section6 =====================================================***********/

/***********============================================== footer =====================================================***********/
@media only screen and (max-width: 600px) {.footer{padding:50px 25px 80px 25px; text-align: center;} .footer-copy {padding: 20px 10px 110px 10px;}}
@media only screen and (min-width: 600px) {.footer{padding:50px 25px 80px 25px; text-align: center;} .footer-copy {padding: 20px 10px 110px 10px;}}
@media only screen and (min-width: 768px) {.footer{padding:50px 25px 80px 25px; text-align: left;} .footer-copy {padding: 20px 10px 50px 10px;}} 
@media only screen and (min-width: 992px) {.footer{padding:50px 50px 80px 50px; text-align: left;} .footer-copy {padding: 20px 50px 50px 50px;}} 
@media only screen and (min-width: 1200px) {.footer{padding:50px 100px 80px 100px; text-align: left;} .footer-copy {padding: 20px 100px 50px 100px;}}
@media only screen and (min-width: 1500px) {.footer{padding:50px 160px 80px 160px; text-align: left;} .footer-copy {padding: 20px 160px 50px 160px;}}
.footer{background: url(../images/footerback.jpg) no-repeat top/cover; border-top: 1px solid #333; margin-top: 30px;}
.footer .mt30{margin-top:30px;}
.footer .mt50{margin-top:50px;}
.footer img{margin:0 auto; text-align:center;}
.footer .bdr{border: 1px solid rgba(255, 255, 255, 0.1);}
.footer h2{
    font-family: 'Fredoka', sans-serif;
	color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    text-transform: uppercase;
}
.footer h2 span{color: #fff;}
.footer h3{
	font-family: 'Fredoka', sans-serif;
	color: #ffffff;
    font-size: 24px;
	line-height:26px;
    font-weight: 500;
	margin-bottom:25px;
	padding-left:0px;
	padding-bottom: 10px;
    position: relative;
	text-transform:capitalize;
}
.footer h3 span{letter-spacing:-12px; color:#77b500;}
.footer p{
	font-family: 'Fredoka', sans-serif;
    font-size: 17px;
    font-weight: 300;
	color: #9ba2ad;
	line-height:28px;
	margin-bottom:10px;
}
.footer p a{text-decoration: underline; color: #fff; font-size: 18px;}
.footer h5{
	font-family: 'Fredoka', sans-serif;
    font-size: 17px;
    font-weight: 300;
	color: #fff;
	line-height:28px;
    margin-top: 0px;
	margin-bottom:10px;
}
.footer .links li{
    font-family: 'Fredoka', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #9ba2ad;
    line-height:25px;
    margin-bottom:17px;
    list-style:none;
    position: relative;
    padding-left: 18px;
}
.footer .links li a{color: #9ba2ad;}
.footer .links li:before{
    font-family: 'Fontawesome';
    content:'\f101';
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1em;
    font-size: 15px !important;
    color:#9ba2ad;
}
.footer .social ul{margin:30px 0px 0px 0px;}
.footer .social li{list-style:none; display:inline-block; margin-left: 5px;}
.footer .social span{
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Fredoka', sans-serif;
    color: #00415d;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
    text-align: right;
    display: inline-block;
}
.footer .social li a{    
    font-size: 16px;
    margin-left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
}
.footer .social li .fa{color: #fff; font-size:16px; padding-top: 12px;}
.footer .social li:hover .fa{color: #fff;}
.footer .social li:hover a{background-color: #77b500;}
.footer .cnct li{
    margin-bottom: 20px;
    list-style:none;
}
.footer .cnct li .flaticon{
    font-family: 'Fredoka', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-right: 18px;
}
.footer .cnct li span{
    font-family: 'Fredoka', sans-serif;
    font-size:17px;
    margin:0;
    padding-bottom:10px;
    padding:0;
    color:#fff;
}
.footer .cnct li .city {
    margin-left: 45px;
    margin-bottom:5px;
    margin-top:0px;
    padding:0;
    font-size: 16px;
    color: #ccc;
}
.footer .cnct li a{color: #ccc;}
.footer h1{
    font-family: 'Fredoka', sans-serif;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block;
    line-height: 1.3em;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}
.footer h1 a{color: #fff;}
.footer .block{
    padding: 40px;
    border-radius: 30px;
    background-color: #62a403;
}
.footer-copy {
    background: #0f0d0e;
    font-family: 'Fredoka', sans-serif;
	margin:0;
    border-top: 1px solid #0f0d0e;
}
.footer-copy p {
    font-family: 'Fredoka', sans-serif;
    color: #fff;
    font-size: 19px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-copy p a {color: #fff;}
.wp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.wp:hover .fa{color:#fff;}
.wp a{color:#FFF;}
.my-float{margin-top:16px;}
/***********============================================== footer =====================================================***********/

/***********============================================== banner =====================================================***********/
@media only screen and (max-width: 600px) {.banner{margin-top:0px;} .banner .carousel-caption{top:10%;} .banner .carousel-caption h1{font-size: 20px; width: 100%;}}
@media only screen and (min-width: 600px) {.banner{margin-top:0px;} .banner .carousel-caption{top:10%;} .banner .carousel-caption h1{font-size: 20px; width: 100%;}}
@media only screen and (min-width: 768px) {.banner{margin-top:-50px;} .banner .carousel-caption{top:26%;} .banner .carousel-caption h1{font-size: 36px; width: 100%;}} 
@media only screen and (min-width: 992px) {.banner{margin-top:-80px;} .banner .carousel-caption{top:30%;} .banner .carousel-caption h1{font-size: 40px; width: 100%;}} 
@media only screen and (min-width: 1200px) {.banner{margin-top:-80px;} .banner .carousel-caption{top:33%;} .banner .carousel-caption h1{font-size: 40px; width: 100%;}}
@media only screen and (min-width: 1500px) {.banner{margin-top:-80px;} .banner .carousel-caption{top:32%;} .banner .carousel-caption h1{font-size: 43px; width: 100%;}}
.banner{position:relative; z-index:0;}
.banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .55);
	border-radius: 15px 0 0 15px;
    z-index: 2;
}
.banner .carousel-caption{
	position:absolute;
	text-align:center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner .carousel-caption h1{
	font-family: 'Fredoka', sans-serif;
	color: #fff;
    line-height: 1.1;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:0px;
}
.banner .carousel-caption h1 span{color:#74bb0f;}
.banner .carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}
.banner .carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}
.banner .carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.banner .carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.banner .carousel-item .img-fluid {margin: 0 auto; width:100% !important;}
/***********============================================== banner =====================================================***********/

/***********============================================== about_page =====================================================***********/
@media only screen and (max-width: 600px) {.about_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.about_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.about_page{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.about_page{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.about_page{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.about_page{padding:50px 160px 80px 160px; text-align: left;}}
.about_page .mt30{margin-top:30px;}
.about_page .mt15{margin-top:15px;}
.about_page .mt50{margin-top:50px;}
.about_page h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.about_page h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.about_page p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
}
.about_page h5 span{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    padding: 12px 20px;
    background-color: #eee;
    border-radius: 30px;
    text-transform: capitalize;
    border-left: 5px solid #62a403;
}
/***********============================================== about_page =====================================================***********/

/***********============================================== product_page =====================================================***********/
@media only screen and (max-width: 600px) {.product_page{padding:50px 20px 80px 20px; text-align: center;}.product_page .content{padding: 0px 20px 20px 20px;}}
@media only screen and (min-width: 600px) {.product_page{padding:50px 20px 80px 20px; text-align: center;}.product_page .content{padding: 0px 20px 20px 20px;}}
@media only screen and (min-width: 768px) {.product_page{padding:50px 20px 80px 20px; text-align: left;}.product_page .content{padding: 0px 20px 10px 0px;}} 
@media only screen and (min-width: 992px) {.product_page{padding:50px 50px 80px 50px; text-align: left;}.product_page .content{padding: 0px 20px 10px 0px;}} 
@media only screen and (min-width: 1200px) {.product_page{padding:50px 100px 80px 100px; text-align: left;}.product_page .content{padding: 0px 20px 10px 0px;}}
@media only screen and (min-width: 1500px) {.product_page{padding:50px 160px 80px 160px; text-align: left;}.product_page .content{padding: 0px 20px 10px 0px;}}
.product_page .mt30{margin-top:30px;}
.product_page .mt15{margin-top:15px;}
.product_page .mt50{margin-top:50px;}
.product_page h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.product_page h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.product_page .block{
    border: 2px solid #ccc;
    border-radius: 30px;
}
.product_page .img img{border-radius: 30px;}
.product_page h4{
    font-family: 'Fredoka', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #000;
    margin-top: 0px;
    text-transform: capitalize;
}
.product_page p{
    font-family: 'Epilogue', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #555;
    font-weight: 400;
}
.product_page .readmore{
    font-family: 'Fredoka', sans-serif;
    font-size: 14px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
/***********============================================== product_page =====================================================***********/

/***********============================================== quality_page =====================================================***********/
@media only screen and (max-width: 600px) {.quality_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.quality_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.quality_page{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.quality_page{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.quality_page{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.quality_page{padding:50px 160px 80px 160px; text-align: left;}}
.quality_page .mt30{margin-top:30px;}
.quality_page .mt15{margin-top:15px;}
.quality_page .mt50{margin-top:50px;}
.quality_page h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.quality_page h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.quality_page p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
}
/***********============================================== quality_page =====================================================***********/

/***********============================================== enquiry_page =====================================================***********/
@media only screen and (max-width: 600px) {.enquiry_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.enquiry_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.enquiry_page{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.enquiry_page{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.enquiry_page{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.enquiry_page{padding:50px 160px 80px 160px; text-align: left;}}
.enquiry_page{background: url(../images/enquiryback.jpg) no-repeat top/cover;}
.enquiry_page .mt30{margin-top:30px;}
.enquiry_page .mt15{margin-top:15px;}
.enquiry_page .mt50{margin-top:50px;}
.enquiry_page h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.enquiry_page h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.enquiry_page p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
}
.enquiry_page .form-control{background: rgba(255,255,255,0.9);}
.enquiry_page .form-horizontal .form-content{padding: 0px 5px;}
.enquiry_page .form-horizontal .form-control{
	font-family: 'Epilogue', sans-serif;
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #071323;
    border: none;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fff, #f7ffeb);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fff, #f7ffeb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.enquiry_page .form-horizontal .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
	outline: none;
}
.enquiry_page .form-horizontal .control-label{
    font-size: 14px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.enquiry_page .form-horizontal textarea.form-control{
    resize: vertical;
    height: 130px;
}
.enquiry_page .form-horizontal .form-group .fa{padding-top:10px;}
.enquiry_page .shape1{
    position: absolute;
    left: -35px;
    bottom: -15%;
    z-index: -1;
}
.enquiry_page .shape2 {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}
.enquiry_page .btn{
    font-family: 'Fredoka', sans-serif;
    z-index: 7;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    margin-top: 15px;
    background-color: #62a403;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 30px;
    margin-top: 15px;
}
.enquiry_page .btn a{color: #fff;}
.enquiry_page .btn i{padding-left: 10px;}
.enquiry_page .btn:hover{background:#222; border:none; color:#fff; font-weight: 500;}
/***********============================================== enquiry_page =====================================================***********/

/***********============================================== contact_page =====================================================***********/
@media only screen and (max-width: 600px) {.contact_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.contact_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.contact_page{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.contact_page{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.contact_page{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.contact_page{padding:50px 160px 80px 160px; text-align: left;}}
.contact_page .mt30{margin-top:30px;}
.contact_page .mt15{margin-top:15px;}
.contact_page .mt50{margin-top:50px;}
.contact_page h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_page h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.contact_page p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
}
:root{ --main-color: #62a403; }
.contact_page .serviceBox{
    color: var(--main-color);
    background: var(--main-color);
    font-family: 'Fredoka', sans-serif;
    text-align: center;
    padding: 50px 20px 30px;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    min-height: 300px;
}
.contact_page .serviceBox:before{
    content: "";
    background: #fff;
    border-radius: 60px 40px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: -1;
}   
.contact_page .serviceBox .title{
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.contact_page .serviceBox .description{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px;
}
.contact_page .serviceBox .description a{color: #555;}
.contact_page .serviceBox .service-icon{
    color: var(--main-color);
    background-color: #eee;
    font-size: 40px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    padding-top: 25px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff, 0 0 20px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 1199px){
    .contact_page .serviceBox{ margin: 0 0 30px; }
}
/***********============================================== contact_page =====================================================***********/

/***********============================================== event_page =====================================================***********/
@media only screen and (max-width: 600px) {.event_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 600px) {.event_page{padding:50px 20px 80px 20px; text-align: center;}}
@media only screen and (min-width: 768px) {.event_page{padding:50px 20px 80px 20px; text-align: left;}} 
@media only screen and (min-width: 992px) {.event_page{padding:50px 50px 80px 50px; text-align: left;}} 
@media only screen and (min-width: 1200px) {.event_page{padding:50px 100px 80px 100px; text-align: left;}}
@media only screen and (min-width: 1500px) {.event_page{padding:50px 160px 80px 160px; text-align: left;}}
.event_page .mt30{margin-top:30px;}
.event_page .mt15{margin-top:15px;}
.event_page .mt50{margin-top:50px;}
.event_page h6{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
	position: relative;
    line-height: 1.5;
    color: #62a403;
    font-weight: 600;
    text-transform: uppercase;
}
.event_page h2{
	font-family: 'Fredoka', sans-serif;
	color: #000;
    font-size: 46px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: 600;
	text-transform:capitalize;
	margin-bottom:30px;
}
.event_page p{
    font-family: 'Epilogue', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 400;
}
.event_page .post-slide{margin: 0 15px;}
.event_page img{border-radius: 30px;}
.event_page h5 span{
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    position: relative;
    line-height: 1.5;
    padding: 6px 30px;
    border-radius: 30px;
    background-color: #62a403;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.event_page h4{
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 5px;
    color: #000;
}
.event_page p a{color: #62a403; font-weight: 600; margin-top: 20px;}
/***********============================================== event_page =====================================================***********/
