
body{
	font-family:'tngbregular';
	background-color:#f7f7f7;
	font-size: 1rem;
	padding-top: 118px;
}
@media(max-width: 991px){
body{
	padding-top: 77px;
}
}
@media(max-width: 575px){
body{
	font-size: .875rem;
}
}
@media(max-width: 991px){
body{
	padding-top: 67px;
}
}
a{
	font-family:'tngbregular';
	text-decoration:none!important;
	color: #007d3a;
}
p{
	font-family:'tngbregular';
}
h1,h2,h3,h4,h5{
	font-family:'tngbsemibold';
}
img{
	max-width:100%;
}
ul{
	list-style:none;
	list-style-type:none
	;padding-inline-start:0;
	padding-left:0;
	margin-bottom:0;
}
b, strong{
	font-weight: normal;
	font-family:'tngbsemibold';
}
.underline{text-decoration:underline !important;}
@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#333}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}


@media(min-width: 1366px){
.cmpad{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}
}
@media(max-width: 1366px){
.cmpad{
	padding-left:80px;
	padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
	padding-left:40px;
	padding-right:40px;
}
}
@media(max-width: 767px){
.cmpad{
	padding-left:15px;
	padding-right:15px;
}
}

.btn-primary, .btn-primary:focus{
	background-color: #007d3a;
	border:none;
	outline: 0;
    font-size: .875rem;
}
.btn-primary:hover{
    background-color: #036731;
    border-color: #036731;
}
.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #007d3a;
}


.btn-outline-primary{
	color: #007d3a;
	border-color: #007d3a;
    font-size: .875rem;
}
.btn-outline-primary:hover{
	background-color: #007d3a;
	border-color: #007d3a;
}
.btn-outline-secondary{
	font-size: .875rem;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus{
	box-shadow: none;
}

.morebtn, .morebtn:focus{
	background-color: #007d3a;
	color: #fff;
    border-radius: 3rem;
    min-width: 150px;
    outline: 0;
    box-shadow: none;
}
.morebtn:hover{
	color: #fff;
	background-color: #1f6f31;
}
.morebtn:hover .fa{
	animation: moveRight 1s infinite;
}
.morebtn .fa{
	font-size: 12px;
    margin-left: 5px;
}


.btn-download{
    color: #007d3a;
    border: 1px solid;
    border-radius: 3rem;
    min-width: 130px;
}
.btn-download:focus{
	box-shadow: none;
}


.flex-auto{
	flex: auto !important;
}

.xs-show{
	display: block;
}
@media(max-width: 480px){
.xs-hide{
	display: none;
}
}


@keyframes moveRight{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveLeft{
	0%{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	50%{
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}
@keyframes moveDown{
	0%{
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	50%{
		transform: translateY(5px);
		-webkit-transform: translateY(5px);
	}
	100%{
		transform: translate(0px);
		-webkit-transform: translate(0px);
	}
}


/*::::::::::::::::HEADER:::::::::::::::::*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background-color: #007d3a;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
header .logo{
	min-width: 360px;
	margin-top: -48px;
	position: relative;
    display: flex;
    align-items: center;
    padding: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
header .logo a{
    display: block;
    width: 100%;
}
header .logo img{
	margin: 0;
	width: 100%;
}
header .tophead{
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: transparent;
}
header .tophead ul{
	display: flex;
    white-space: nowrap;
}
header .tophead ul li{
	margin-right: 1rem;
}
header .tophead ul li:last-child{
	margin-right: 0;
}
header .tophead ul li a{
	color: #f7f7f7;
    font-size: .875rem;
}
header .tophead ul li a span{
	margin-right: 5px;
}

header .tophead ul li .dropdown-toggle{
    padding: 0 10px;
    background-color: rgba(255,255,255,.4);
}
header .tophead ul li .dropdown-toggle:focus{
	box-shadow: none;
}
header .tophead ul li .dropdown-toggle:hover{
	color: #f7f7f7;
}
header .tophead ul li .dropdown-toggle:after{
	content: '';
	margin: 0;
	font-weight: 600;
	border: none;
    vertical-align: bottom;
}
header .tophead ul li .dropdown-toggle img{
    width: 14px;
    margin-right: -6px;
    margin-left: 3px;
    margin-top: -4px
}
header .tophead ul li .dropdown-menu{
	padding: 0;
	overflow: hidden;
    width: 6rem;
    min-width: auto;
}
header .tophead ul li .dropdown-item{
	color: #333;
    padding: .25rem 1rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .tophead ul li .dropdown-item:hover{
	background-color: #007d3a;
	color: #fff;
}
header .tophead .right ul{
	display: flex;
	justify-content: flex-end;
    align-items: center;
	margin-left: 15px;
}
header .tophead .custom-control-label::before{
	background-color: transparent;
}
header .tophead .custom-control-input:focus{
	box-shadow: none;
}
header .tophead .custom-control-input:checked~.custom-control-label::before{
	background-color: #007d3a;
	border-color: #007d3a;
}
header .tophead .fontSize button{
    width: 26px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border: none;
    background-color: transparent;
    border-radius: .3rem;
    color: #f7f7f7;
    outline: 0;
    margin-right: 3px;
    float: left;
    font-size: .875rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .tophead .fontSize button:hover{
	background-color: #eee;
	color: #333;
}
header .tophead .fontSize button:last-child{
	margin-right: 0;
}
header .tophead select.form-control, header .tophead select.form-control:focus{
    padding: 0 10px;
    height: 22px;
    line-height: 20px;
    font-size: .875rem;
    color: #f7f7f7;
    cursor: pointer;
    border: none;
    outline: 0;
    box-shadow: none;
    background: rgba(255,255,255,0.3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .tophead select.form-control:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.5);
}
header .tophead select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

header .mainheader{
	width: 100%;
    padding-left: 2rem;
}

header .mynavbar{
	display: flex;
    justify-content: flex-end;
	margin-top: 0;
	position: relative;
}

header .sponsor{
	width: 110px;
    position: absolute;
    top: 0;
    margin-left: -110px;
}

header .megamenu{
	position: relative;
	/*overflow: hidden;*/
	display: block;
    cursor: pointer;
}
header .normalmenu{
	position: initial;
	overflow: hidden;
	display: block;
	margin-right: .25rem;
}

header .megamenu a.mainli, header .normalmenu a.mainli{
	color: #f7f7f7;
    display: flex;
    align-items: center;
	padding: 3px 12px;
	border-radius: .3rem;
	border: 1px solid transparent;
	position: relative;
    height: 72px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .megamenu a.mainli:hover, header .megamenu:hover a.mainli, header .normalmenu a.mainli:hover{
    color: #e4ffa2;
}
/*
header .megamenu-content {
	display: none;
	cursor: default;
    align-items: center;
	position: absolute;
    background-color: rgba(251, 251, 251, .95);
    left: auto;
    right: 0;
    box-shadow: 0 20px 20px 0px rgba(0,0,0,0.1);
    z-index: 1;
    height: 25rem;
	overflow: auto;
	margin-top: 0;
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	animation-name: fadeIn;
	animation-duration: .5s;
	animation-iteration-count: 1;
}
header .megamenu:hover .megamenu-content {
  display: flex;
}

header .megamenu-content .menucol{
	width: 100%;
	padding: 15px;
}
header .megamenu-content .menuimg{
	width: 300px;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
}



header .megamenu .tabmenucol{
    width: 290px;
    padding-left: 1rem;
    padding-right: 1rem;
}
header .megamenu .tabmenucol .nav{
    margin-top: 1rem;
    overflow-y: auto;
    max-height: 19rem;
    flex-wrap: nowrap;
}

header .megamenu .tabmenucol .nav-link{
    border:1px solid rgba(0,0,0,0.1);
    color: #666;
    padding: .65rem 1rem;
    margin-bottom: .5rem;
    padding-left: 44px;
}

header .megamenu .tabmenucol .nav-link img{
    width: 24px;
    margin-right: 5px;
    position: absolute;
    left: 26px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #007d3a;
    color: #fff !important;
}
.nav-pills .nav-link.active img, .nav-pills .show>.nav-link img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

header .megamenu .tabcontentcol{
    width: calc(100% - 290px);
    padding: 0 .8rem;
    border-left: 1px solid rgba(0,0,0,0.1);
    height: 370px;
    overflow: hidden;
    flex: 1 0;
}
header .megamenu .tabcontentcol.w-100{
	border-left: none;
}


header ul.menulist{
	display: flex;
    flex-wrap: wrap;
	margin-top: 0;
	margin-bottom: 1rem;
    max-height: 370px;
    overflow: auto;
    animation-name: fadeIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
header ul.menulist li{
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
}
header ul.menulist.twocol li{
    flex: 1 0 50%;
    max-width: 50%;
}
header ul.menulist li a{
	color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    text-align: left;
    padding: .5rem;
    height: 4rem;
    line-height: 1.2rem;
    margin: .3rem;
    border-radius: .3rem;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header ul.menulist li a:hover{
    color: #007d3a;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header ul.menulist li a span{
    margin: 0;
    max-height: 2.4rem;
    overflow: hidden;
    white-space: normal;
    display: block;
    max-width: 100%;
}
header ul.menulist li a img{
	width: 2rem;
    margin-right: .5rem;
    flex: 0 0 auto;
    opacity: .7;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header ul.menulist li a:hover img{
	opacity: 1;
}*/

header .dropdown-menu{
	padding: 0;
    background-color: rgba(6,149,72,.9);
    border: none;
    width: 220px;
    margin: 0;
    top: 72px;
    border-radius: 0;
}
header .dropdown-menu > .dropdown {
  position: relative;
}

header .dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: .9rem;
  top: .9rem;
}

header .dropdown-menu > .dropdown .dropdown-menu {
  top: 0;
  left: 100%;
  border-radius: 0 .25rem .25rem .25rem;
}
header .dropdown-menu a,
header .dropdown-menu .dropdown-item,
header .dropdown-menu .dropdown-item:focus{
	display: block;
    padding: 8px 15px;
    color: #f7f7f7;
    background-color: transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .dropdown-menu a:hover,
header .dropdown-menu .dropdown-item:hover{
	background-color: rgba(0, 0, 0, .3);
}



.menuoverlay{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 2;
    display: none;
}

.srchbox {
	position: relative;
    width: 240px;
}
#search-form input {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    outline: 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
    color: #efefef;
    background: none;
}
#search-form input::placeholder{
	color: rgba(255,255,255,0.6);
}
#search-form button{
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: transparent;
	outline: none;
	border: none;
	width: 2rem;
	height: 30px;
	text-align: center;
	font-size: .875rem;
	cursor: pointer;
	color: rgba(255,255,255,0.6);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#search-form button:hover{
	color: rgba(255,255,255,0.9);
}
#search-form button.mike {
	right: 2rem;
	display: none;
}
#search-form button.srch {
	right: 0;
}



/*::::::::::::::::MOBILE HEADER:::::::::::::::::*/
.cd-dropdown-trigger, .cd-dropdown-trigger:focus{
	background-color: transparent;
    padding: 0;
    outline: 0;
    border: none;
    margin-top: 0;
    line-height: normal;
}
.cd-dropdown-trigger:after, .cd-dropdown-trigger:before{
	display: none;
}
.cd-dropdown-trigger:hover{
	background-color: transparent !important;
}
.cd-dropdown-trigger img{
	width: 24px;
}
.cd-dropdown-wrapper{
    height: auto;
    margin: 0;
    display: block;
}
.cd-dropdown{
	background-color: rgba(0,0,0,0.6);
	z-index: 999999;
}
.cd-dropdown h2{
	background-color: #007d3a;
	border-color: rgba(0,0,0,0.2);
	color: #fff;
	height: 76px;
    padding: .6rem 20px;
    line-height: normal;
    margin: 0;
}
.cd-dropdown h2 img{
	max-height: 55px;
	display: block;
	margin: auto;
}
.cd-search{
	background-color: #333;
}
.cd-search input{
	height: 45px !important;
	line-height: 45px !important;
	padding: 5px 10px !important;
}
.cd-search button{
	height: 45px !important;
	line-height: 45px !important;
}
.cd-search input[type="search"], .cd-search input[type="search"]:focus{
	background-color: #333c44;
	color: #ddd;
}
.cd-search input[type="search"], .cd-search input[type="search"]:focus::placeholder{
	color: #ccc;
}
.cd-search button, .cd-search button:focus, .cd-search button:active{
    position: absolute;
    right: 0;
    height: 50px;
    border-radius: 0;
    background-color: #141a1a;
}
.cd-search button:hover{
	background-color: #4c4e50;
}
.cd-dropdown-content a, .cd-dropdown-content ul a{
	border:none;
	color: #333;
	border-top: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cd-dropdown-content a:hover, .cd-dropdown-content ul a:hover{
	background-color: rgba(0,0,0,0.05);
	color: #333;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after{
	background: #ddd;
}
.cd-dropdown-content a img, .cd-dropdown-content ul a img{
	width: 20px;
    margin-right: .5rem;
    margin-top: -5px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider{
	background-color: rgba(0,0,0,0.2);
	color: #007d3a;
    font-size: .8rem;
    padding: 6px 20px;
}
.cd-dropdown-content{
	padding-top: 0;
	width: 80%;
	right: 20%;
	background-color: #fff;
    box-shadow: 6px 0 20px rgba(0, 0, 0, 0.5);
}
.cd-dropdown-content ul{
	padding-top: 76px;
}
.closebarz {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    cursor: zoom-out;
}
.cd-dropdown .cd-close{
	width: 26px;
    height: 26px;
    border-radius: 50%;
    right: 12px;
    top: 24px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.75);
    border-top-width: 1px !important;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
	background-color: rgba(255,255,255,.75);
    height: 14px;
}


@media(min-width: 992px){
.cd-dropdown-wrapper{
	display: none;
}
}



@media(max-width: 1200px){
header .logo{
	min-width: 320px;
}
header .megamenu .tabmenucol{
	width: 250px;
}
header .megamenu .tabcontentcol{
	width: calc(100% - 250px);
}
header .megamenu a.mainli, header .normalmenu a.mainli{
	padding: 3px 8px;
	white-space: nowrap;
}
}

@media(max-width: 991px){
header .mynavbar{
	display: none;
}
.srchbox{
	display: none;
}
header .logo{
    height: 78px;
    margin-top: -17px;
    min-width: auto;
    max-width: 280px;
}
.cd-dropdown-trigger{
	margin-top: 0;
}
.cd-dropdown-content{
	padding-bottom: 50px;
}
}

@media(max-width: 767px){
header .mainheader{
	padding-left: 0;
}
}

@media(max-width: 575px){
header .logo{
	min-width: 260px;
	height: 80px;
}
header .tophead ul li .dropdown-toggle{
	font-size: 12px;
}
.cd-dropdown h2{
	display: flex;
}
.cd-dropdown h2 img{
	margin-left: 0;
}
}

@media(max-width: 440px){
.closebarz{
	display: none;
}
.cd-dropdown-content{
	width: 100%;
	right: auto;
}
}
@media(max-width: 380px){
.cd-dropdown .cd-close{
	display: block;
    top: 22px;
    right: 10px;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before{
	height: 12px;
}
.cd-dropdown .cd-close:hover{
    background-color: #004568;
}
.cd-dropdown h2 img{
	margin-left: 0;
}
.cd-dropdown h2{
	padding: .6rem 15px;
}
header .logo{
	min-width: 220px;
	height: 68px;
}
}

@media(max-width: 320px){
header .logo{
	min-width: 200px;
}
}



/*************BOTTOM MENU**************/
.btmenumain{
	position: relative;
	z-index: 9998;
}
.btmenuToggle, .btmenuToggle:focus{
	background-color: #007d3a;
	color: #fff;
    border-radius: 2.5rem 2.5rem 0 0;
    width: 80px;
    height: 38px;
	z-index: 999;
    position: fixed;
    bottom: 43px;
    border: none;
    margin: auto;
    left: 0;
    right: 0;
    outline: 0;
    box-shadow: none;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.btmenuToggle span{
	margin-top: 8px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.btmenuToggle.active{
	bottom: 0;
}
.btmenuToggle.active span{
	transform: rotate(180deg);
}
.bottommenu{
	background-color: #007d3a;
	height: 44px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.bottommenu.active{
	height: 0;
}
.bottommenu ul{
	display: flex;
	justify-content: space-evenly;
	flex-flow: wrap;
    align-items: center;
    height: 44px;
}
.bottommenu ul li{
	margin: 0 20px;
}
.bottommenu ul li a{
	display: flex;
	color: #f7f7f7;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.bottommenu ul li a:hover{
	color: #e4ffa2;
}
.bottommenu ul li a img{
	width: 20px;
	margin-right: 6px;
}

@media(max-width: 991px){
.bottommenu{
	padding: 0 20px;
}
.bottommenu ul{
	flex-flow: nowrap;
	overflow-y: auto;
}
.bottommenu ul li{
	flex: none;
	margin: 0 10px;
}
}

@media(max-width: 767px){
.bottommenu ul{
	justify-content: flex-start;
}
.btmenuToggle, .btmenuToggle:focus{
	width: 50px;
	height: 26px;
	font-size: .875rem;
}
}

@media(max-width: 575px){
.bottommenu ul li a{
	font-size: .875rem;
}
.bottommenu ul li a img{
	width: 16px;
}
}



/**-----------------------------**/
/*************COMMON**************/
/**-----------------------------**/

.green{
	color: #007d3a;
}
.mainhead{
	color: #007d3a;
}
.mainhead.center{
	text-align: center;
}
.mainhead.left{
	text-align: left;
}
.mainhead span{
	color: #333;
    font-family: 'tngbmedium';
}

.mainhead.left:after{
	content: '';
    width: 2px;
    height: 1.5rem;
    background-color: #ccc;
    margin-top: 0;
    display: block;
    margin-left: 4px;
}
.mainhead.white{
	color: #fff;
}
.mainhead.white span{
	color: #b5b5b5;
}

h2.mainhead{
	margin-bottom: 1rem;
}
h2.mainhead.center{
	margin-bottom: 1.5rem;
}
h3.mainhead{
	font-size: 1.5rem;
}

.hdcaption{
	margin-bottom: 0;
    color: #607d8b;
    font-size: 1.2rem;
}

.inactive{
	opacity: .5;
	pointer-events: none;
}

@media(max-width: 991px){
h2.mainhead{
	font-size: 1.75rem;
}
}

@media(max-width: 575px){
h2.mainhead{
	font-size: 1.5rem;
}
/*.mainhead.left:after{
	margin-top: 2.5rem;
}*/
h3.mainhead{
	font-size: 1.25rem;
}
}

.subhd{
    font-size: 1.4rem;
    color: #007d3a;
    margin-bottom: 0;
}
.subhd:after{
	content: '';
    width: 1px;
    height: 1.25rem;
    background-color: #eee;
    display: block;
}


p.caption{
	text-align: center;
    color: #555;
}


section{
	padding-top: 2rem;
	padding-bottom: 2rem;
}


.text-content p{
	text-align: justify;
	line-height: 1.4;
}

ul.mylist,
ul.sublist{
	line-height: 1.6;
}
ul.mylist li{
	padding-left: 20px;
	position: relative;
}
ul.mylist li:before{
	content: '\f6d1';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    position: absolute;
    left: 0;
    font-size: .875rem;
    margin-top: 2px;
    color: #007d3a;
}
ul.sublist li{
	padding-left: 15px;
	position: relative;
}
ul.sublist li:before{
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    position: absolute;
    left: 0;
    font-size: .875rem;
    margin-top: 2px;
    color: #007d3a;
}


/*::::::::::::::::SLIDER:::::::::::::::::*/

.scrolldown{
	width: 1.5rem;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	z-index: 1;
	animation: moveDown 1s infinite;
}
.slider{
	background-color: #007d3a;
	display: flex;
}
.mainslider{
	width: 100%;
	background-color: #333;
}
.mainslider .swiper-slide{
	height: calc(100vh - 118px);
}
.mainslider .swiper-slide .sliderdesk, .mainslider .swiper-slide .slidermob{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.mainslider .swiper-slide .slidermob{
	display: none;
}
.mainslider .swiper-slide img{
	width: 100%;
	height: 100%;
}
.mainslider .swiper-pagination{
	text-align: left;
    left: 3rem;
    bottom: 3rem;
    width: auto;
}
.mainslider .swiper-pagination-bullet{
	margin: 10px 0 !important;
	display: block;
	opacity: .5;
	background-color: #fff;
	outline: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.mainslider .swiper-pagination-bullet-active{
	width: 20px;
	opacity: 1;
	border-radius: .3rem;
	background-color: #fff;
}

.bgright{
	background-position: right !important;
}

@media(max-width: 991px){
.mainslider .swiper-slide {
    height: calc(100vh - 77px);
}
}
@media(max-width: 380px){
.mainslider .swiper-slide {
    height: calc(100vh - 67px);
}
}


.whatsnew{
    width: 600px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 3.3rem;
    left: 6rem;
    z-index: 1;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    border-radius: .3rem;
}
.whatsnew .hdbox{
    min-width: 130px;
    background-color: #ffc107;
    text-align: center;
    background:linear-gradient(90deg, #ffeb3b, #FF9800, #ffeb3b, #ff9800);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    position: absolute;
    top: -30px;
    left: 10px;
    border-radius: .3rem .3rem 0 0;
}
.whatsnew .hdbox h4{
	font-size: .875rem;
	margin: 0;
    line-height: 30px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.whatsnew .swiper-wrapper{
	padding: 6px;
	padding-right: 95px;
	-webkit-transition-timing-function:linear!important; 
	-o-transition-timing-function:linear!important; 
	transition-timing-function:linear!important; 
}
.whatsnew .swiper-slide{
	/*margin-right: 80px;*/
}
.whatsnew .swiper-button-next, .whatsnew .swiper-button-prev{
	right: 0;
	left: auto;
	width: 40px;
    height: 36px;
    margin-top: 0;
    top: 0;
	background-color: #1b140c;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	outline: 0;
}
.whatsnew .swiper-button-next:after, .whatsnew .swiper-button-prev:after{
	font-size: 1.25rem;
	color: #007d3a;
}
.whatsnew .swiper-button-prev{
	right: 40px;
}
.whatsnew .swiper-button-next{
    border-radius: 0 .3rem .3rem 0;
}
.whatsnew .swiper-button-next:hover, .whatsnew .swiper-button-prev:hover{
	background-color: rgba(0,0,0,1);
}

.whatsnew a{
	display: flex;
	color: #fff;
}
.whatsnew p{
	margin: 0;
    max-height: 24px;
    overflow: hidden;
    display: block;
    max-width: 430px;
    font-size: .875rem;
}
.whatsnew span.date{
	display: block;
    color: #ffffff;
    margin-right: 10px;
    background: #4caf50;
    border-radius: .3rem;
    font-size: .875rem;
    padding: 0 5px;
    line-height: 24px;
    white-space: nowrap;
}

.mainvideo{
	background-color: #007d3a;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.homevideo{
	position: relative;
	width: 420px;
    border-radius: 1rem .3rem;
    overflow: hidden;
    box-shadow: 4px 6px 20px rgba(0,0,0,0.3);
}
.homevideo:after{
	content: '\f04b';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    line-height: 2.85rem;
    border-radius: 50%;
    background-color: #C2185B;
    animation: pulse 1s infinite;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.3);
}
.vidcont{
    width: calc(100% - 420px);
    padding: 2rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.vidcont h4, .vidcont p{
	color: #efefef;
}


.rightcol{
	position: relative;
	width: 300px;
    padding-right: 10px;
    padding-left: 10px;
}
.homesocial{
    position: absolute;
    left: 3rem;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}
.homesocial li{
	margin-right: 0 !important;
}
.homesocial.social li a .fab{
	background-color: transparent;
}

ul.quickbtn{
    display: flex;
    flex-flow: column;
    position: fixed;
    right: 20px;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}
ul.quickbtn li{
	padding: 5px 0;
    position: relative;
    height: 50px;
}
ul.quickbtn li a{
	display: flex;
	flex-flow: nowrap;
	color: #fff;
    font-size: .875rem;
	padding: 5px 10px;
	text-align: center; 
    border-radius: .3rem;
    height: 44px;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
	transition: .3s ease;
	-webkit-transition: .3s ease;
    position: absolute;
    right: 0;
    width: 40px;
    overflow: hidden;
}
ul.quickbtn li a:hover{
	background-color: rgba(0,0,0,0.7);
    width: 170px;
}
ul.quickbtn li a img{
	width: 20px;
	min-width: 20px;
	display: block;
	margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}
ul.quickbtn li a:hover img{
	animation: jello 1s 1;
}
ul.quickbtn li a span{
	white-space: nowrap;
	opacity: 0;
}
ul.quickbtn li a:hover span{
	opacity: 1;
}

@media(max-width: 991px){
.homesocial, .mainslider .swiper-pagination{
	left: 30px;
}
ul.quickbtn{
	display: none;
}
}
@media(max-height: 600px) and (orientation: landscape){
ul.quickbtn{
	display: none !important;
}	
}

@media(max-width: 767px){
.whatsnew{
	width: 100%;
	left: 0;
    bottom: 0;
    border-radius: 0;
}
.whatsnew .swiper-button-next{
	border-radius: 0;
}
.whatsnew .hdbox{
	top: -30px;
}
.whatsnew .hdbox h4{
	font-size: .875rem;
	line-height: 30px;
}
.homesocial, .mainslider .swiper-pagination{
	left: 15px;
    bottom: 5rem;
}
ul.quickbtn{
	display: none !important;
}
}

@media(max-width: 575px){
.mainslider .swiper-slide .slidermob{
	display: block;
}
.mainslider .swiper-slide .sliderdesk{
	display: none;
}
.scrolldown{
	bottom: 4.5rem;
    width: 1.3rem;
}
.mainslider .swiper-pagination{
	bottom: 6rem;
}
.mainslider .swiper-pagination-bullet{
    margin: 8px 0 !important;
}
}

.quickbtnmob{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 80%;
    display: none;
}
.quickbtnmob ul.quick {
    display: flex;
    flex-flow: nowrap;
    padding: 0;
    position: relative;
}
.quickbtnmob ul.quick li{
	flex:1 0 calc(100% / 5);
}
.quickbtnmob ul.quick li a{
    height: 50px;
    line-height: 50px;
    line-height: normal;
    background-color: #007d3a;
    color: #efefef;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border:none;
    padding: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.quickbtnmob ul.quick li a:hover{
	background-color: #00612d;
}
.quickbtnmob ul.quick li a img{
	margin:0;
	width: 16px;
	margin-bottom: 3px;
}

@media(max-width: 991px){
.quickbtnmob{
	display: block;
}
}

@media(max-width: 440px){
.quickbtnmob{
	width: 100%;
}
}


/*::::::::::::::::SOCIAL:::::::::::::::::*/
.social{
	display: flex;
}
.social li{
	float: left;
    margin-right: .75rem;
}
.social li:last-child{
	margin-right: 0;
}
.social li a{
	display: inline-block;
}
.social li a .fab{
	width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: rgba(180,26,170,0.8);
}
.social li a:hover .fab{
	animation-name: tada;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.social li a:hover .fa-facebook-f {
    background-color: #3b5999 !important;
}

.social li a:hover .fa-twitter {
    background-color: #55acee !important;
}

.social li a:hover .fa-instagram {
    background-color: #e4405f !important;
}

.social li a:hover .fa-linkedin-in {
    background-color: #0077B5 !important;
}

.social li a:hover .fa-pinterest-p {
    background-color: #bd081c !important;
}

.social li a:hover .fa-youtube {
    background-color: #cd201f !important;
}

.social li a:hover .fa-behance {
    background-color: #131418 !important;
}

.social li a:hover .fa-whatsapp {
    background-color: #25D366 !important;
}

.social li a:hover .fa-google-play {
    background-color:#3BCCFF !important;
}

.social li a:hover .fa-apple {
    background-color: #000 !important;
}


/*:::::::::::::::SERVICES::::::::::::::::*/
.services{
    background-color: #fff;
}
.btnview, .btnview:focus{
	background-color: #007d3a;
	color: #fff;
	float: right;
    min-width: 100px;
    padding: 10px;
    box-shadow: none;
    margin-top: 2rem;
}
.btnview:hover{
	color: #fff;
    background-color: #1f6f31;
}
.servlist{
	padding: 0 .5rem;
}
.servlist .menucol{
	margin-bottom: 1rem;
    padding: 0 .5rem;
}
.servlist .menubox{
	border: 1px solid #efefef;
    border-radius: .3rem;
	padding: 15px;
	position: relative;
	height: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.servlist .menubox .menuicon{
	width: 50px;
	display: block;
	margin-bottom: .5rem;
}
.servlist .menubox .menuicon img{
	width: 50px;
}
.servlist .menubox:hover{
    box-shadow: 6px 4px 20px rgba(42,134,55,.2);
}
.servlist .menubox p.desc {
    margin-bottom: 0;
}

@media(max-width: 767px){
.services{
	padding-top: 4rem;
}
.btnview, .btnview:focus{
	padding: 5px;
	margin-top: 1rem;
}
.servlist .menucol{
	text-align: center;
}
.servlist .menucol p{
	text-align: center;
}
.servlist .menubox .menuicon{
	margin-left: auto;
	margin-right: auto;
}
}

@media(max-width: 575px){
.btnview, .btnview:focus{
	margin:auto;
	display: table;
	float: none;
}
.servcontent .hdcaption, .servcontent h2{
	text-align: center !important;
}
.servcontent .mainhead.left:after{
	margin-left: auto;
	margin-right: auto;
}
}


/*::::::::::::::::ABOUT:::::::::::::::::*/
.aboutus{
	background-color: #daefe4;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.abtmore{
    background-color: #007d3a;
    color: #fff;
    border-radius: 20px;
    min-width: 150px;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
}
.abtmore:focus{
	box-shadow: none;
}
.abtmore:hover{
	color: #fff;
}
.abtmore:hover .fa{
	animation: moveRight 1s infinite;
}
.abtmore .fa{
	font-size: 12px;
    margin-left: 5px;
}

.abtcol .abtcard{
	background-color: #fff;
	height: 100%;
	padding: 10px;
	border-radius: .3rem;
	position: relative;
	display: flex;
    align-items: center;
	flex-flow: wrap;
	transition: all .3s linear; 
	-webkit-transition: all .3s linear; 
}
.abtcol .abtimg{
	min-width: 110px;
}
.abtcol .abtdata{
	width: calc(100% - 110px);
}
.abtcol .abtcard:hover{
	transform: translateY(-3px);
    box-shadow: 0 20px 20px -20px rgba(0,0,0,0.3);
}
.abtcol:nth-child(1) .abtcard:before{
	content: '';
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d3f1c9;
    top: 55px;
}
.abtcol:nth-child(2) .abtcard:before{
	content: '';
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffe8c5;
    top: 55px;
}
.abtcol:nth-child(3) .abtcard:before{
	content: '';
	position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d5f1ff;
    top: 55px;
}
.abtcard h4{
	margin: 1rem 0;
	font-size: 1.25rem;
}
.abtcard p{
    max-height: 75px;
    overflow: hidden;
    color: #555;
    text-align: justify;
}
.abtcard img{
	width: 3rem;
	margin: 1.5rem 0;
    position: relative;
    left: 18px;
}
.abtcard .morebtn{
	margin-bottom: 1rem;
	background-color: transparent;
	min-width: unset;
	color: #333;
	font-family: 'tngbmedium';
    position: relative;
    z-index: 1;
    outline: 0;
    box-shadow: none;
}
.abtcard .morebtn:before{
	content: '';
	width: 30px;
	height: 40px;
    background-color: #b7b7b7;
    position: absolute;
    z-index: -1;
    left: 0;
    margin-top: -8px;
    border-radius: .3rem;
}
.abtcard .morebtn .fa{
	margin-left: 5px;
    font-size: 12px;
}
.abtcard .morebtn:hover .fa{
	animation: moveRight 1s infinite;
}
.form-row .abtcol:nth-child(1) .abtcard .morebtn:before{
	background-color: #d3f1c9;
}
.form-row .abtcol:nth-child(2) .abtcard .morebtn:before{
	background-color: #ffe8c5;
}
.form-row .abtcol:nth-child(3) .abtcard .morebtn:before{
	background-color: #d5f1ff;
}


@media(max-width: 991px){
.abtmore{
	margin-bottom: 1.5rem;
}
}

@media(max-width: 575px){
.abtcol .abtimg{
	width: 100%;
	min-width: auto;
	text-align: center;
}
.abtcol .abtdata{
	width: 100%;
	min-width: auto;
	text-align: center;
}
.abtcol:nth-child(1) .abtcard:before{
	left: 0;
	right: 0;
	margin: auto;
}
.abtcard .morebtn{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
}


/*::::::::::::::::CHAIRMAN::::::::::::::::::::*/
.message{
	padding: 0;
    background-color: #12611e;
}
.chairman{
	background-size: cover;
	background-position: center;
	background-image: url(../img/images/chairman.jpg);
	background-repeat: no-repeat;
	height: 360px;
}
.message .content{
	display: flex;
	flex-flow: wrap;
    align-content: center;
    height: 100%;
}
.message h4{
	color: #fff;
}
.message p{
	color: #f1f1f1;
}
.message p.name{
	width: 100%;
    color: #d7f5d8;
}




/*::::::::::::::::CASE STUDIES:::::::::::::::::*/

.casestudies{
	background-color: #fff;
    padding-bottom: 4rem;
}
.caseslide{
	margin-top: 1rem;
	background-color: #ecf3ed;
	border-radius: .3rem;
}
.caseslide .swiper-slide{
	background-color: transparent;
}
.caseslide .imgcol{
    padding-right: 3rem;
}
.caseslide img{
	width: 100%;
    border-radius: .3rem;
}
.caseslide .content{
	display: flex;
    flex-flow: wrap;
    align-content: center;
    height: 100%;
    padding-left: 3rem;
    padding-right: 1rem;
}
.caseslide .swiper-button-next, .caseslide .swiper-button-prev{
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    background-color: #007d3a;
    width: 4rem;
    height: 2.8rem;
    color: #fff;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.caseslide .swiper-button-next:hover, .caseslide .swiper-button-prev:hover{
	background-color: #1f6f31;
}
.caseslide .swiper-button-next:after, .caseslide .swiper-button-prev:after{
	font-size: 1.5rem;
}
.caseslide .swiper-button-prev{
	left: -12rem;
    border-radius: 1rem 0 0 1rem;
}
.caseslide .swiper-button-next{
	left: -4rem;
    border-radius: 0 1rem 1rem 0;
}

.videobtn, .videobtn:focus{
	border: 1px solid;
    border-radius: 3rem;
    margin-left: 10px;
    color: #607d8b;
    box-shadow: none;
}
.videobtn .fa{
	margin-left: 5px;
}


/*::::::::::::::::Information Centre:::::::::::::::::*/
.infocentre{
	background-color: #fff;
}
.infolist{
	display: flex;
	flex-flow: wrap;
    margin: 0 -10px;
}
.infolist li{
	width: calc(100% / 4);
	padding: 10px;
}
.infolist li a{
	display: block;
	text-align: center;
    border: 1px solid #efefef;
    padding: 15px;
    border-radius: .3rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.infolist li a:hover{
	border-color: #007d3a;
}
.infolist li a h4{
	font-family: 'tngbmedium';
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.infolist li a:hover h4{
	color: #007d3a;
}
.infolist li a img{
	width: 32px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.infolist li a:hover img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	opacity: .8;
}



/*::::::::::::::::NEWS EVENT:::::::::::::::::*/
.newsevent{
	background-color: #f7f7f7;
    padding-bottom: 3rem;
}
.newsevent .content{
	display: flex;
	flex-flow: wrap;
    align-content: center;
    padding: 15px;
}
.newsevent .necol{
	background-color: #fff;
}
.newsevent .imgcol{
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.newsevent .newsbox{
	background-color: #fff;
    position: relative;
    border-radius: 0.3rem;
    overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.newsevent .newsbox:hover{
	transform: scale(0.99);
}
.newsevent .newsbox .imgcol img{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.newsevent .newsbox:hover .imgcol img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.newsevent .content .category{
	color: #007d3a;
}
.newsevent .content h4{
	font-size: 1.2rem;
    overflow: hidden;
}
.newsevent .content p.desc{
	height: 46px;
    overflow: hidden;
    text-align: justify;
}
.newsevent .content .morebtn{
	margin-bottom: 1rem;
	padding: 4px;
}
.newsevent .content .foot{
	display: flex;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 0 15px;
    color: #999;
    font-size: .875rem;
}
.slidernews{
	cursor: w-resize;
}
.promain{
	position: relative;
}
.promain .swiper-button-next, .promain .swiper-button-prev{
	background-color: #007d3a;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.promain .swiper-button-next:after, .promain .swiper-button-prev:after{
	font-size: 1rem;
}
.promain .swiper-button-next:hover, .promain .swiper-button-prev:hover{
	background-color: #1f6f31;
}
.promain .swiper-button-next{
	right: -45px;
}
.promain .swiper-button-prev{
	left: -45px;
}

@media(max-width: 991px){
.promain .swiper-button-next{
	right: -20px;
}
.promain .swiper-button-prev{
	left: -20px;
}
}

@media(max-width: 767px){
.promain .swiper-button-next{
	right: 10px;
	top: 0;
}
.promain .swiper-button-prev{
	left: 10px;
	top: 0;
}
}



/*::::::::::::::::COUNTER:::::::::::::::::*/
.counter{
	background-color: #ccc;
	background-image: url(../img/images/countbg.jpg);
	background-size: cover;
	background-position: center;
    background-attachment: fixed;
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: center;
}
.counter:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
}
.countlist{
	position: relative;
	display: flex;
    justify-content: center;
    color: #fff;
}
.countlist li{
	width: calc(100% / 4);
	text-align: center;
}
.countlist li .co-con{
	display: flex;
    justify-content: center;
    font-family: 'tngbbold';
    font-size: 1.2rem;
}
.countlist li img{
	width: 40px;
	margin-bottom: 5px;
}
.countlist li p{
	margin-bottom: 0;
}
.countlist li .plus{
	margin-left: 3px;
}

@media(max-width: 767px){
.counter{
	min-height: 250px;
}
.countlist li .co-con{
	font-size: 1rem;
}
.countlist li img{
	width: 36px;
}
}

@media(max-width: 575px){
.countlist li{
    width: calc(100% / 2);
    margin: 10px 0;
}
}


/*::::::::::::::::FOOTER:::::::::::::::::*/
footer{
	background-color: #fff;
	color: #666;
    padding-top: 3rem;
    padding-bottom: 0;
    border-top: 1px solid #f7f7f7;
    position: relative;
}

footer .fttop{
	margin-bottom: 2rem;
}
footer .fttop .box{
	background-color: #eef7ef;
	padding: 15px;
    border-radius: .3rem;
    display: block;
    color: #666;
    height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
footer .fttop .box:hover{
    box-shadow: 4px 6px 20px rgba(0,0,0,0.1);
}
footer .fttop .box img{
	width: 32px;
	margin-bottom: 10px;
}
footer .fttop .box h5 {
    color: #333;
    font-size: 1rem;
}
footer .fttop .box p{
	margin-bottom: 0;
}
footer h4{
	color: #333;
	font-size: 1.2rem;
}
footer ul.ftmenu{
	line-height: 1.8;
}
footer ul.ftmenu li a{
	color: #666;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer ul.ftmenu li a:hover{
	color: #007d3a;
}

footer .ftmain{
	margin-bottom: 1rem;
}

footer .ftlast{
	background-color: #007d3a;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .ftlast p{
	margin-bottom: 0;
	color: #f7f7f7
}
footer .ftlast a{
	color: #f7f7f7;
}
.newsletters form{
	position: relative;
}
.newsletters input, .newsletters input:focus{
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
}
.newsletters input:focus{
	border-color: #007d3a;
	box-shadow: none;
}
.newsletters input::placeholder{
	color: #ccc;
}
.newsletters .btnsubs, .newsletters .btnsubs:focus{
	position: absolute;
	right: 0;
	top: 0;
    height: 38px;
    width: 40px;
    outline: 0;
    border: none;
    border-radius: .3rem;
    background: #007d3a;
    color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.newsletters .btnsubs:hover{
	background-color: #1f6f31;
}

footer ul.social{
	margin-top: 1rem;
}
footer ul.social li a .fab{
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: .875rem;
}
footer ul.social li a .fa-facebook-f {
    background-color: #3b5999
}

footer ul.social li a .fa-twitter {
    background-color: #55acee
}

footer ul.social li a .fa-instagram {
    background-color: #e4405f
}

footer ul.social li a .fa-linkedin-in {
    background-color: #0077B5
}

footer ul.social li a .fa-pinterest-p {
    background-color: #bd081c
}

footer ul.social li a .fa-youtube {
    background-color: #cd201f
}

footer ul.social li a .fa-behance {
    background-color: #131418
}

footer ul.social li a .fa-whatsapp {
    background-color: #25D366
}

footer ul.social li a .fa-google-play {
    background-color:#3BCCFF
}

footer ul.social li a .fa-apple {
    background-color: #000
}

footer ul.menuli{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 2rem;
}
footer ul.menuli li{
	margin: 10px;
}
footer ul.menuli li a{
	color: #666;
    border: 1px solid #ccc;
    padding: 3px 15px;
    border-radius: .3rem;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
footer ul.menuli li a:hover{
	color: #007d3a;
	border-color: #007d3a;
}


@media(max-width: 991px){
.newsletters{
	margin-top: 1rem;
}
}

/************************BACK2TOP************************/
#back2Top {
	position: absolute;
	z-index: 999;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'tngbmedium';
    text-align: center;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    bottom: 6rem;
    right: 1rem;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: #024822;
    box-shadow: 2px 3px 20px rgba(0,0,0,0.3);
}
#back2Top:hover {
    background-color: #032833;
    color: #fff;
}
#back2Top .fa{
    font-size: .8rem;
}

@media(max-width: 991px){
#back2Top{
	width: 2.75rem;
	height: 2.75rem;
    line-height: 2.75rem;
}
}

@media(max-width: 575px){
#back2Top{
	width: 2rem;
	height: 2rem;
    line-height: 2rem;
    bottom: 5rem;
    right: 1rem;
}
#back2Top .fa {
    font-size: .8rem;
}
}





/********************************************/
/*---------------INNER-PAGE-----------------*/
/********************************************/

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}




/*************MODAL**************/
.mymodal{
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
}
.mymodal .pop-up-director {
    display: unset; 
    position: relative; 
    z-index: unset; 
    width: 100%; 
    height: 100%; 
    background-color: unset; 
    top: auto; 
    left: auto; 
}
.mymodal .pop-up-inner {
     width:100%; 
     position: relative; 
     top: auto; 
     left: auto; 
     transform: unset; 
     -webkit-transform: unset; 
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
     background: unset; 
     padding: unset; 
     text-align: unset; 
}
.mymodal .pop-up-inner .profile_image{
	width: 20%;
    border: none;
    margin: 0;
    padding-right: 15px;
}
.mymodal button.close{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 0;
    right: 0;
    top: 0;
    background-color: #007d3a;
    color: #fff;
    opacity: 1;
    margin: auto;
    z-index: 1;
    outline: 0;
    border-radius: 0 0 0 15px;
}
.mymodal button.close .fa{
	font-size: 1rem;
}

@media(max-width:991px){
.mymodal .pop-up-inner .profile_image{
	width: 50%;
	margin-bottom: 1rem;
	padding: 0;
}
.mymodal .pop-up-inner .profile_details{
	width: 100%;
}
}





/*************FLOAT BUTTON**************/
.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 4rem;
    right: 25px;
    z-index: 999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #70cc05, #21b9f3);
    background: -o-linear-gradient(45deg, #70cc05, #21b9f3);
    background: linear-gradient(45deg, #70cc05, #21b9f3);
    color: #fff;
    line-height: 40px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa {
    font-size: 24px !important;
    position: relative;
    top: 10px;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}


.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: 0px;
    width: 200px; 
    display: none;
    background-color: #fff;
    padding: 0;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: -6px -2px 20px rgba(0,0,0,0.2);
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    margin-bottom: 0;
    text-align: left;
}

.floatingMenu li a {
    padding: 12px 15px;
    display: block;
    color: #333;
    border-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
}

.floatingMenu li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.floatingMenu li a img{
	width: 24px;
    margin-top: -6px;
    margin-right: 8px;
}

@media(max-width: 767px){
.floatingButtonWrap{
	right: 30px;
	bottom: 60px;
}
}

@media(max-width: 575px){
.floatingButtonWrap{
	right: 20px;
}
.floatingButton{
	width: 40px;
	height: 40px;
	line-height: 26px;
}
.floatingButton .fa{
	font-size: 18px !important;
}
.floatingMenu{
	bottom: 40px;
}
.floatingMenu li a{
	font-size: .9rem;
	padding: 12px 15px;
}
.floatingMenu li a img{
	width: 20px;
}
}



/*********SOCIAL SHARE**************/


.sharebox{
	display: inline-block;
	position: relative;
	z-index: 2;
	border-radius: 3rem;
	box-shadow: 2px 3px 15px rgba(0,0,0,.1);
	margin-left: 5px;
}
.sharebox:after{
	content: 'Share';
    background-color: rgba(255,255,255,.8);
    color: #666;
    padding: 2px 5px 2px 12px;
    margin-left: -12px;
    border-radius: .3rem;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: -1;
    font-size: .75rem;
}
.premiumbrands .sharebox{
	bottom: 25px;
	left: 25px;
}
.vacancy .sharebox{
	bottom: auto;
	margin-left: 10px;
    left: auto;
	margin-top: 10px;
}
.centercol .sharebox{
	left: 25px;
}
.offersmallRT .sharebox, .offersmallLT .sharebox, 
.offerslide .sharebox, .youtubethumb .sharebox{
	bottom: auto;
	top: 10px;
}
.sharebox > .label-name {
	position: absolute;
	top: -0.6rem;
	left: 0.6rem;
	font-weight: bold;
	background-color: white;
}
.share-bar ul {
	display: flex;
	padding: 0;
	margin: 0;
}
.share-bar ul > li {
	list-style: none;
	padding: 0;
}
.share-bar a {
	display: block;
	text-decoration: none;
	color: #ccc;
	cursor: pointer;
}

.share-bar {
	display: inline-flex;
}
.btn-share {
	display: inline-block;
}
.share-bar > input[type="checkbox"] {
	display: none;
}

.share-bar {
    height: 38px;
    border-radius: 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fff;
    color: #666;
    font-size: 1rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
}

.btn-share {
    padding: 0;
    background-color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.btn-share:hover{
	/*transform: rotate(180deg);*/
	animation: jello 1s 1;	
}
.btn-share i {
	transition: all 0.6s ease;
}
.btn-share i.fa-share-alt {
	transform: scale(1) translate(-2px, 0);
}
.btn-share i.fa-times {
	transform: scale(0) translateY(25%);
}

.share-list {
	width: 0;
	overflow: hidden;
	transition: 0.5s;
}

.share-list > ul {
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.share-list > ul > li a {
	padding: 0;
}
.share-list > ul > li a .fab{
    width: 28px;
    height: 35px;
    line-height: 35px;
    border-radius: 1rem;
    transition: all .3s ease;
}
.share-list > ul > li a:hover .fab{
	animation: zoomIn .5s 1;
}

/*  */
.btn-share:hover > i,
.btn-share:focus > i,
.btn-share:active > i {
	color: #333;
}
.share-bar > input[type="checkbox"]:checked ~ .btn-share {
	box-shadow: 0 0 20px rgb(0 0 0 / 0.3);
}
.share-bar > input[type="checkbox"]:checked ~ .btn-share i.fa-share-alt {
	transform: scale(0) translate(-50%);
}
.share-bar > input[type="checkbox"]:checked ~ .btn-share i.fa-times {
	transform: scale(1) translate(0, -28px);
}
.share-bar > input[type="checkbox"]:checked ~ .share-list,
.share-list:hover {
	width: 250px;
	background-color: transparent;
}
.share-list > ul > li a:hover,
.share-list > ul > li a:focus,
.share-list > ul > li a:active {
	color: #333;
}

.share-list > ul > li a .fa-facebook{
	color: #3a5797;
}
.share-list > ul > li a:hover .fa-facebook{
	background-color: #3a5797;
	color: #fff;
}

.share-list > ul > li a .fa-instagram{
	color: #c4007e;
}
.share-list > ul > li a:hover .fa-instagram{
	background-color: #c4007e;
	color: #fff;
}

.share-list > ul > li a .fa-twitter{
	color: #1d9dec;
}
.share-list > ul > li a:hover .fa-twitter{
	background-color: #1d9dec;
	color: #fff;
}

.share-list > ul > li a .fa-linkedin{
	color: #0271ae;
}
.share-list > ul > li a:hover .fa-linkedin{
	background-color: #0271ae;
	color: #fff;
}

.share-list > ul > li a .fa-pinterest{
	color: #ce252c;
}
.share-list > ul > li a:hover .fa-pinterest{
	background-color: #ce252c;
	color: #fff;
}

.share-list > ul > li a .fa-whatsapp{
	color: #25d366;
}
.share-list > ul > li a:hover .fa-whatsapp{
	background-color: #25d366;
	color: #fff;
}


/******CHATBOT*********/
#corover-cb-widgetbox{
	bottom: 50px !important;
	right: 15px !important;
	height: 70px !important;
}
#corover-min-btn{
	display: none !important;
}
#div-gpt-ad-1595945263202-0{
	display: none !important;
}


.login-main{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    color: black;
    height: 250px;
    width: 400px;
    margin: auto;
}
.login-main input {
    /* height: 45px; */
    width: 100%;
    padding: 5px 10px;
    font-size: 0.9rem;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    transition: 0.3s;
}


.login-main input:focus {
    outline: none;
    border: 1px solid #007d3a57;
    box-shadow: 0px 0px 10px 0px #007d3a75;
}


.login{
    background-color: #007d3a;
    padding: 5px 20px;
    color: white;
    border-radius: 3px;
    position: relative;
    top: 30px;
    transition:0.3s;
}
.pt-15{
    padding-top:15px;
}
.login:hover{
    background-color: #007d3aab;
    color:white;
}

.crime{
    display: flex;
    align-items: center;
    gap: 20px;
}
.crime p{
       color: #f7f7f7;
    font-size: .9rem; 
}
@media(max-width: 991px){
    .crime{
        display: none;
    }
}
.mob-crime{
        background: #056732;
    padding: 10px 18px;
}





