*{
	margin:0;
}
.wrapper{
	max-width:  -webkit-fill-available;
	margin: 0 auto; 
	overflow:hidden;
}
.mm{
	display:none;
}
/*HEADER CSS STARTS*/
.sec-logo{
	background-color:#0e246f;
	padding:10px 0;
}
.h-logo img {
    width: 50%;
}
.infoo {
    text-align: right;
    padding-top: 22px;
}
.infoo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.infoo ul li {
    color: #fff;
    font-size: 16px;
    font-family: PT Sans;
    display: inline-flex;
    vertical-align: text-top;
    padding: 0 50px;
    text-align: left;
}
.infoo ul li:last-child{
	padding-right:0;
}
.infoo ul li i {
    color: #0e246f;
    background-color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.infoo ul li:hover i{
	background-color:#8fc742;
	color:#fff;
}
.infoo ul li p {
    padding-top: 19px;
}
.infoo ul li a {
    color: #fff;
    text-decoration: none;
}
i.fas.fa-phone {
    transform: rotate(90deg);
}
.sec-menuu{
	background-color:#8fc742;
	padding: 15px 0;
}
.h-menu{
	text-align:left;
}
.h-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.h-menu ul li {
    display:inline;
	position:relative;
}
.h-menu ul li:last-child:after{
	content:none;
}
.h-menu ul li:after {
    content: '|';
    color: #fff;
    font-size: 16px;
    font-family: PT Sans;
    padding: 0px 30px;
    vertical-align: baseline;
}
.h-menu ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-family: PT Sans;
    text-transform: uppercase;
    padding: 16px 20px;
}
.h-menu .menu li.current-menu-item a{
	background-color: #fff;
	color:#0e246f;
}
.h-menu a:hover{
	background-color: #fff;
	color:#0e246f;
}
.h-menu ul li ul.sub-menu {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 290px;
    padding: 5px 0px;
    background-color: #164b9a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    transition: 0.7s ease-in;
    z-index: 999;
}
.h-menu ul li:hover ul.sub-menu{
	display:block;
	transition:0.7s ease-in;
}
.h-menu ul li ul.sub-menu li{
	display:block;
	padding:6px 0 6px 5px;
	text-align:left;
	border-bottom:1px solid #fff;
}
.h-menu ul li ul.sub-menu li:after{
	content:none;
}
.h-menu ul li ul.sub-menu li:last-child{
	border-bottom:0px;
}
.h-menu ul li ul.sub-menu li a{
	transition:0.6s ease;
	padding:0;
}
.h-menu .menu ul li ul.sub-menu li.current-menu-item a{
	color: #0e246f;
	background-color:unset;
}
.h-menu ul li ul.sub-menu li a:hover{
	color: #0e246f;
	background-color:unset;
	padding-left:10px;
}
.h-menu ul li ul.sub-menu li:before {
    content: '';
    background-image:url(images/arroww.png);
	background-repeat:no-repeat;
	background-position: top 4px left;
    padding-right: 20px;
}
.icns {
    text-align:right;
}
.icns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icns ul li {
    display: inline;
    padding: 0 0px;
}
.icns ul li:last-child{
	padding-right:0;
}
.icns ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 17px 20px 18px 20px;
}
.icns ul li a:hover{
	color:#0e246f;
	background-color:#fff;
}
.ls-fullwidth .ls-nav-prev{
	background-image: url(images/layer-left.png)!important;
	background-repeat:no-repeat;
}
.ls-fullwidth .ls-nav-prev:hover {
    background-position: unset !important;
	background-image: url(images/layer-left-ovr.png)!important;
}
.ls-fullwidth .ls-nav-prev {
    width: 33px !important;
    height: 33px !important;
    z-index: 10000;
    top: 50% !important;
    margin-top: -20px;
    position: absolute;
    left: 2% !important;
}
.ls-fullwidth .ls-nav-next{
	background-image:url(images/layer-right.png)!important;
	background-repeat:no-repeat;
}
.ls-fullwidth .ls-nav-next {
    width: 33px !important;
    height: 33px !important;
    z-index: 10000;
    top: 50% !important;
    margin-top: -20px;
    position: absolute;
    right: 2% !important;
}
.ls-fullwidth .ls-nav-next:hover {
    background-position:unset !important;
	background-image: url(images/layer-right-ovr.png)!important;
}
.ls-fullwidth .ls-nav-next {
    background-position: 0px 0px !important; 
}
/*HEADER CSS ENDS*/
/*INDEX CSS STARTS*/
/*SECTION 1*/
.sec-ind-1 {
    padding: 70px 0 0px 0;
}
.abt-us {
}
.abt-us h1 span {
    color:#8fc742;
	font-size:30px;
}
.abt-us h1 {
    font-size: 45px;
    font-family: Raleway;
    color: #0e246f;
    margin-top: 0;
    font-weight: 700;
    line-height: 32px;
}
.abt-us hr {
    border-top: 1px solid #000;
}
.abt-us p {
    font-size: 16px;
    font-family: PT Sans;
    color: #000;
    line-height: 29px;
    margin-bottom: 50px;
}
.abt-us a {
    font-size: 16px;
    font-family: PT Sans;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0e246f;
    padding: 20px 55px 20px 55px;
    font-weight: 600;
}
.abt-img {
    text-align: center;
	    margin-bottom: 38px;
}
.abt-img img {
    margin: auto;
}
/*SECTION 2*/
.sec-ind-2{
	background-image:url(images/ind2-bck.png);
	background-size:cover;
	padding:48px 0;
}
.ind2-inr1 h1 span {
    color:#77e456;
	font-size:40px;
}
.ind2-inr1 h1 {
    font-size: 50px;
    font-family: Raleway;
    color: #fff;
    margin-top: 0;
    font-weight: 700;
    line-height: 45px;
}
.ind2-inr2 {
    text-align: right;
    padding-top: 38px;
}
.ind2-inr2 a {
    font-size: 20px;
    font-family: PT Sans;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #77e456;
    padding: 20px 55px 20px 55px;
    font-weight: 600;
}
/* SECTION 3*/
.sec-ind-2{
	padding:50px 0;
}
.titlee {
    text-align: center;
}
.titlee h1 {
    font-size: 50px;
    font-family: Raleway;
    color: #0e246f;
	font-weight:700;
	text-transform:uppercase;
}
.titlee h1 span{
	color:#77e456;
}
.titlee hr {
    border-top: 1px solid #000;
	margin:20px auto;
}
div#servicess {
    padding-top: 50px;
}
div#servicess .item {
    padding: 10px;
}
.srv-1 img {
    width:100%;
}
.srv-1 hr {
    border-top: 1px solid #000;
    margin: 30px 0;;
}
.srv-1:hover hr{
	border-color:#77e456;
}
.srv-1:hover h3,.srv-1:hover a{
	color:#77e456;
}
.srv-1 h3 {
    font-size: 25px;
    font-family: Raleway;
    color: #0e246f;
	font-weight:700;
}
.srv-1 p {
    padding-top: 10px;
    color: #000;
    font-family: PT Sans;
    font-size: 16px;
    width: 100%;
    margin: auto;
	padding-bottom: 15px;
}
.srv-1 a {
    text-decoration: none;
    font-size: 25px;
    color: #0e246f;
}
div#servicess .owl-theme .owl-controls .owl-buttons div {
    font-size: 0 !important;
    background-color: transparent !important;
    opacity: 1 !important;
}
div#servicess .owl-prev {
    background-image: url(images/left.png) !important;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    font-size: 0px !important;
    background-color: transparent;
	opacity: 1 !important;
	margin-right: 15px;
	position:relative;
}
div#servicess .owl-next {
    background-image: url(images/right.png) !important;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    font-size: 0px !important;
	background-color: transparent;
	opacity: 1 !important;
}
div#servicess .owl-buttons {
    margin-top: 30px;
	position:relative;
}
div#servicess .owl-buttons:after {
    content: '';
    border-bottom: 1px solid #b7b7b7;
    width: 75%;
    position: absolute;
    left: 15%;
    top: 34px;
    z-index: -9;
}
div#servicess .owl-prev:after {
    content: '';
    border-bottom: 1px solid #b7b7b7;
    position: absolute;
    width: 65%;
    transform: rotate(90deg);
    right: -25px;
    top: 22px;
}
/*SECTION 4*/
.sec-ind-4 {
    padding: 60px 0;
}
.ind4-inr {
    background-image: url(images/cl-bck.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 50px 0;
}
.cl-inr {
    text-align: center;
}
.cl-inr h2 {
    font-family: EthnocentricRg-Regular;
    color: #77e456;
    margin-bottom: 0;
}
.cl-inr h4 {
    color: #fff;
    font-size: 20px;
    font-family: PT Sans;
}	
.cl-inr hr {
    border-top: 1px solid #fff;
    margin: 25px auto;
}
.cl-inr p {
    color: #fff;
    font-family: PT Sans;
    font-size: 20px;
    width: 62%;
    margin: 0 auto 10px;
}
div#clientss .owl-page span {
    width: 15px;
    height: 15px;
    border-radius: 100% !important;
	background: transparent !important;
	opacity:1 !important;
	border:1px solid #fff;
}
div#clientss .owl-page.active span{
	background:#77e456 !important;
	border:0px;
}
div#clientss .owl-pagination {
    margin-top: 10px;
}
/*INDEX CSS ENDS*/
/*FOOTER CSS STARTS*/
.sec-footer {
    background-image: url(images/footer-bck.png);
    background-size: cover;
    margin-top: 50px;
    padding: 20px 0 0px 0;
    position: relative;
}
.sec-footer h3 {
    color: #fff;
    font-family: Lato;
    font-size: 30px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.sec-footer h3 span{
	color:#77e456;
}
.sec-footer h3:after {
    content: '';
    border-bottom: 7px solid #77e456;
    position: absolute;
    width: 15%;
    bottom: -24px;
    left: 0;
}
.sec-footer hr{
	border-top:1px solid #fff;
    margin-bottom: 20px;
}
.f-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.f-menu ul li{
	padding:12px 0;
}
.f-menu ul li:before {
    content: '';
    background-image:url(images/arroww.png);
	background-repeat:no-repeat;
	background-position: top 4px left;
    padding-right: 20px;
}
.f-menu ul li a {
    font-size: 16px;
    font-family: PT Sans;
    text-decoration: none;
    color: #fff;
	text-transform: uppercase;
}
.f-menu .menu li.current-menu-item a{
	color: #6fd550;
}
.f-menu ul li a:hover{
	color:#6fd550;
}
.cntct ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cntct ul li {
    padding: 8px 0;
}
.cntct ul li span{
	font-size: 16px;
    font-family: PT Sans;
    color: #fff;
}
.cntct ul li span a{
	text-decoration:none;
    color: #fff;
}
.cntct ul li span i{
	padding-right:10px;
	color:#6fd550;
}
.newss p {
    color: #fff;
    font-family: PT Sans;
    font-size: 14px;
	width: 85%;
}
li#newsletterwidget-2{
	list-style:none;
	padding-top: 5px;
	padding-bottom: 10px;
}
li#newsletterwidget-2 label {
    display: none !important;
}
input.tnp-email {
    font-size: 14px !important;
    font-family: PT Sans;
    float: left;
    width: 90% !important;
    padding-left: 15px !important;
    height: 38px !important;
	color:#000 !important;
	background-color: #fff !important;
}
input.tnp-submit {
    background-image: url(images/planee.png) !important;
	background-size:100% 100%;
    font-size: 0px !important;
    font-family: PT sans;
    width: 10% !important;
    border: 0px !important;
    height: 38px !important;
	text-transform:uppercase;
}
.socialls {

}
.socialls ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socialls ul li {
    display: inline;
    padding: 0 10px;
}
.socialls ul li:first-child{
	padding-left:0;
}
.socialls ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.socialls ul li a:hover{
	color:#6fd550;
}
.tg-line {
    text-align: center;
    padding-top: 25px;
}
.tg-line p {
    color: #fff;
    font-size: 14px;
    font-family: PT Sans;
}
.tg-line p span{
	color:#77e456;
}
.tg-line p a{
	text-decoration:none;
	color:#77e456;
}
.tg-line hr {
    border-top: 1px solid #fff;
    margin: 0 auto 1px;
}
.tg-line img {
    margin: 0 auto 10px;
}
.cntct i.fas.fa-phone {
    margin-left: -3px;
}
/*FOOTER CSS ENDS*/
/*
Nav bar
*/
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 14px;
    font-family: Raleway;
    text-transform: uppercase;
	color: #fff;
}
.mm {
    position: relative;
    background-color: #6fd550;
    min-height: 49px;
}
#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#mmb span {
display: block;
position: absolute;
height: 1.5px;
width: 100%;
background: #fff;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
left: 8px;
}
#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}
#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}
#mm ul{
	padding-left:0;
	margin-bottom:0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1000;
	display: none;
}
#mm li {
display: block;
position: relative;
}
#mm a {
    display: block;
    padding: 16px 56px 15px 20px;
    border-bottom: #dedede 1px solid;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color: #fff;
    word-wrap: break-word;
	transition:0.5s ease;
}
#mm a:hover{
	background-color:#6fd550;
	color:#fff;
}
/**/
li#newsletterwidget-2 input::-webkit-input-placeholder { /* WebKit browsers */
	opacity: 1;
	color:#000;
}
li#newsletterwidget-2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 1;
	color:#000;
}
li#newsletterwidget-2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 1;
	color:#000;
}
li#newsletterwidget-2 input:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity: 1;
	color:#000;
}
.entry-content p {
    font-size: 15px;
    font-family: PT Sans;
}
.mapp p a {
    text-decoration: none;
    color: #000;
}
.callll label{
	display:block;
}
.callll {
    line-height: 28px;
}
.callll input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-family: PT Sans;
    height: 35px;
    padding-left: 10px;
    width: 100%;
    color: #000;
	border-radius: 5px;
	border:1px solid #000;
}
.callll input.wpcf7-form-control.wpcf7-text{
	font-family: PT Sans;
    height: 35px;
    padding-left: 10px;
    width: 100%;
    color: #000;
	border-radius: 5px;
	border:1px solid #000;
}
.callll textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: PT Sans;
    width: 100%;
    height: 167px;
    padding-left: 10px;
	border-radius: 5px;
	border:1px solid #000;
}
.callll input.wpcf7-form-control.wpcf7-submit {
    background-color: #0e246f;
    border: 0;
    color: #fff;
    font-size: 25px;
    font-family: Raleway;
    width: 100%;
    height: 40px;
	border-radius: 5px;
}
h1.entry-title {
    font-family: Raleway;
    color: #0e246f;
	font-weight:700;
}
.entry-content h3, .entry-content h4 {
    font-family: Raleway;
    color: #6fd550;
    font-weight: 600;
}