@charset "UTF-8";
/*font initialization begin*/
@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-Black.eot');
    src: url('../fonts/HalisGR-Blackd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Black.html') format('woff2'),
        url('../fonts/HalisGR-Black.woff') format('woff'),
        url('../fonts/HalisGR-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-ExtraLight.eot');
    src: url('../fonts/HalisGR-ExtraLightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-ExtraLight.html') format('woff2'),
        url('../fonts/HalisGR-ExtraLight.woff') format('woff'),
        url('../fonts/HalisGR-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR-Book';
    src: url('../fonts/HalisGR-Book.eot');
    src: url('../fonts/HalisGR-Bookd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Book.html') format('woff2'),
        url('../fonts/HalisGR-Book.woff') format('woff'),
        url('../fonts/HalisGR-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-Bold.eot');
    src: url('../fonts/HalisGR-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Bold.html') format('woff2'),
        url('../fonts/HalisGR-Bold.woff') format('woff'),
        url('../fonts/HalisGR-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-Light.eot');
    src: url('../fonts/HalisGR-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Light.html') format('woff2'),
        url('../fonts/HalisGR-Light.woff') format('woff'),
        url('../fonts/HalisGR-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-Regular.eot');
    src: url('../fonts/HalisGR-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Regular.html') format('woff2'),
        url('../fonts/HalisGR-Regular.woff') format('woff'),
        url('../fonts/HalisGR-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-Medium.eot');
    src: url('../fonts/HalisGR-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Medium.html') format('woff2'),
        url('../fonts/HalisGR-Medium.woff') format('woff'),
        url('../fonts/HalisGR-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Halis-GR';
    src: url('../fonts/HalisGR-Thin.eot');
    src: url('../fonts/HalisGR-Thind41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HalisGR-Thin.html') format('woff2'),
        url('../fonts/HalisGR-Thin.woff') format('woff'),
        url('../fonts/HalisGR-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/*font initialization end*/
body,h1,h2,h3,h4,h5,h6{
	font-family: 'Halis-GR';
}
a, a:hover, a:focus, a:active, button, button:focus{
	outline: 0;
	text-decoration: none;transition: all 300ms ease-in-out;
}

p a {
    color: #72310c; 
    text-decoration: none;
}
p a:hover {
    color: #a2c617; 
    text-decoration: none;
}


.nopad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nopad-left{
	padding-right: 0 !important;
}
.nopad-right{
	padding-right: 0 !important;
}

.pt0 { padding-top:0px !important;  }

.padtb-15px{
	padding: 15px 0;
}
.large-title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.medium-title{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.small-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.section-title {
    font-size: 36px;
    font-weight: bold;
    color: #72310c;
    margin-bottom: 20px;
    line-height: 36px;
}
section{
	float: left;
	width: 100%;
	
}
.font-black{
	font-weight: 900;
}
.font-bold{
	font-weight: bold;
}
.font-medium{
	font-weight: 500;
}
.font-light{
	font-weight: 300;
}

/*header start*/
.common-header .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
    background-color: #fff;
    padding: 15px 0;
	transition: all 0.5s ease;
	border-radius: 0;
}
.navbar-fixed-top.common-header .navbar {
    background-color: transparent;
}
.shrink.common-header .navbar {
    background-color: #fff;
    box-shadow: 0 0 12px -4px;
    padding: 0;
    transition: all 0.5s ease;
}
.logo-image {
    height: 96px;
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
}
.shrink .logo-image {
    height: 70px;
    margin: 5px 0;
    transition: all 0.5s ease;
    filter: none;
}

.common-header .navbar-header {
    width: 100%;
}
.common-header .navbar-brand {
    height: auto;
    padding: 0;
	margin: 0;
}
.common-header .navbar-default .navbar-nav>li>a{
	color: #000;
	position: relative;
	text-transform: uppercase;
}
/*fullpage menu*/
.fullpage-menu {
    position: relative;
    visibility: hidden;
    width: 100%;
}
.show.fullpage-menu {
    visibility: visible;
}
.overlay-section {
    background: rgba(18,18,18,0.8);
    color: #fff;
    display: table;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0.4s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    opacity: 0;
}

.show .overlay-section {
    
    transition: all 0.5s ease;
    visibility: visible;
    width: 100%;
    opacity: 1;
}
.menu-trigger {
    cursor: pointer;
    /*display: inline-block;*/
    float: right;
    margin-top: 34px;
    position: relative;
    transition: all 0.5s ease;
    display: flex !important;
    align-items: center;
    margin-left: 15px;
	outline: none;
}
.shrink .menu-trigger {
    margin-top: 28px;
    transition: all 0.5s ease;
}
.icon-bar {
    background-color: #ffffff;
    display: block;
    height: 2px;
    margin: 6px 0;
    transition: all 0.5s ease;
    transform: none;
    width: 24px;
}
.shrink .icon-bar {
    background-color: #a4c717;
    transition: all 0.5s ease;
}
.icon-bar.two {
    opacity: 1;
	transition: all 0.5s ease;
}
.show .icon-bar.one {
    transform: rotate(-45deg) translate(-4px, 6px);
	transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
}
.show .icon-bar.two {
    opacity: 0;
	transition: all 0.5s ease;
}
.show .icon-bar.three {
    transform: rotate(45deg) translate(-6px, -8px);
    transition: all 0.5s ease;
    -webkit-transform: rotate(45deg) translate(-5px, -8px);
}
.fullpagemenu-inner {
    list-style: none;
    padding: 0;
    width: auto;
    text-align: left;
    margin-top: 50px;
    max-width: 30%;
	
    border-right: 1px solid rgba(255, 255, 255, 0);
}
.fullpagemenu-inner.dropdown-hovered{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fullpagemenu-inner li + li{
	margin-top: 0px;
}
.fullpagemenu-inner li a {
    color: #b4b4b4;
    font-size: 24px;
    line-height: 40px;
    opacity: 0;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: bold;
	display: block;
}
.show .fullpagemenu-inner li a{
	line-height: 40px;
	opacity: 1;
	transition: all 0.5s ease;
	
}
/*fullpage menu*/
/*header end*/

/*home slider start*/

.homeslider{
	display: block;
	width: 100%;
}
.owl-theme .owl-controls .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}
.owl-theme .owl-controls .owl-dot{
    display: inline-block
}
/*home slider end*/

.content-para p{
	display: block;
	font-size: 16px;
	float: left;
	line-height: 28px;
	width: 100%;
}
.content-para p:last-child{
	border-bottom: none;
	margin: 0;
}
.common-btn{
	background-color: #000;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 8px 30px;
	position: relative;
	z-index: 10;
}
.common-btn span{
	display: block;
	position: relative;
	z-index: 30;
}

/*footer start*/
footer {
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    background-position: center center;
	background-size: cover;
}
footer .container{
	padding: 0;
}
.footer-menu ul {
    width: 49%;
    margin: 0;
    float: left;
}
.footer-menu li {
    width: 100%;
}
.footer-menu li + li {
    margin-top: 10px;
	
}
.footer-menu li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
	font-family: 'Halis-GR-Book';
}
.footer-menu li a::after {
    background: #96c221;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: all 0.5s ease;
    width: 0;
}
.footer-menu li a:hover{
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-menu li a:hover::after {
    margin-left: -50%;
    width: 100%;
}
.social-links li a {
    border: 1px solid #797979;
    border-radius: 50%;
    color: #797979;
    display: inline-block;
    padding: 4px 0 0;
    height: 40px;
    font-size: 21px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 40px;
    z-index: 10;
	
}
.social-links li a:hover {
    color: #D4D4D4;
}
.social-links li a:after {
    background-color: #797979;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: scale(0);
    transition: all 0.4s ease;
}
.social-links a i {
    position: relative;
    z-index: 20;
}
.social-links li a:hover:after {
    transform: scale(3);
    transition: all 0.9s ease;
}
.copyright {
    background-color: #ffffff;
    color: rgba(129, 129, 129, 0.8);
    padding: 20px 0;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}
.copyright a{
    color: rgba(129, 129, 129, 0.8);
}
/*footer end*/

/*common*/
body .slick-prev, body .slick-next {
    width: 50px;
    height: 36px;
	top: 55%;
    font-size: 14px;
    color: #8b8a8a;
    transition: all 0.5s ease;
}
body .slick-prev, body .slick-next {
    z-index: 30;
}
body .slick-next {
    right: 4%;
    padding-right: 50px;
    border-left: 0;
    text-indent: -15px;
}
body .slick-prev {
    left: 4%;
    padding-left: 35px;
    border-right: 0;
}
body .homeslider-section .slick-prev {
    left: auto;
    padding-left: 35px;
    border-right: 0;
    right: 155px;
}
body .slick-prev:before, body .slick-next:before {
    position: absolute;
	font-size: 0;
	width: 18px;
	height: 14px;
}
body .slick-prev:before {
    top: 10px;
    left: 10px;
    background: url(../images/nav-arrow.png) -46px -10px;
}

body .slick-prev:after, body .slick-next:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    filter: brightness(100%) grayscale(1) opacity(0.5);
	transition: all 0.5s ease;
}
body .slick-prev:hover:after, body .slick-next:hover:after {
    filter: none;
	transition: all 0.5s ease;
}
body .slick-prev:after{
	left: 0;
	top: -2px;
	background-image: url(../images/nav-box.png);
	background-position: left top;
	transform: rotate(180deg);
}
body .slick-next:after{
	right: 0;
	top: 0;
	background-image: url(../images/nav-box.png);
	background-position: right top;
	
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #ffffff;
    background: transparent;
	transition: all 0.5s ease;
}
.slick-next:before {
    right: 10px;
    top: 10px;
    background: url(../images/nav-arrow.png) -10px -10px;
}

.slick-slide {
    outline: 0;
}
.footer-title {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 35px;
}
.footeraddress-inner .footer-title{
	color: rgba(255, 255, 255, 1);
}
.footer-inner p{
	color: rgba(255, 255, 255, 0.7);
}
.text-white{
	color:#ffffff;
}
.footer-inner{
	padding-top:60px;
}
.footer-address {
    padding-right: 35px;
}
.footeraddress-inner {
    background-color: #96c221;
    padding: 80px 35px 90px;
}
/*common end*/

.bannertop-content {
    position: absolute;
    left: 0;
    bottom: -78px;
    width: 100%;
    z-index: 9;
}
.bannertop-inner {
    padding: 50px;
    background-color: #ffffff;
    font-weight: 500;
    color: #72310c;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
}
.homeslider-section{
	position: relative;
}
.about-section {
    background-image: url(../images/bg/aboutbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0 70px;
    background-size: cover;
}
.common-section{
	padding: 70px 0;
}




.testmon-content{
	font-size: 17px;
}
.testimonar-image{
	display: inline-block;
	border: 1px solid  #ffffff;
	overflow: hidden;
}
.testimonar-image img{
    transform: scale(1.03);
}
.about-right{
	padding-left: 50px;
}
.about-left{
	padding-right: 50px;
}
.testmon-bottom{
	margin-top: 30px;
}
.testimonar-name {
    font-size: 18px;
    margin-top: 8px;
}
.testimonar-desg{
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}
.testmon-content {
    background-image: url(../images/bg/testimonbg.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 35px 35px 60px;
    background-size: 100% 100%;
}

.rde-mre a{color:#fff;}

.outreach-section{
	position: relative;
}
.outreach-section:before, .outreach-section:after{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
}
.outreach-section:before{
	background-image: url(../images/bg/outreach-left.jpg);
	width: 150px;
	height: 100%;
	left: 0;
	top: 0;z-index: -1
}
.outreach-section:after{
	background-image: url(../images/bg/outreach-right.jpg);
	width: 120px;
	height: 100%;
	right: 0;
	bottom: 0;
	background-position: left bottom; z-index: -1
	
}
.testimonial-single{
		margin: 0 5px;
}
.outsingle-inner {
    border: 2px solid #96c221;
    /* padding: 35px 10px 35px 40px; */
    /* padding: 40px 10px 35px 20px; */
    padding: 40px 10px 35px 10px;
    position: relative;
    transition: all 0.5s ease;
    min-height: 185px;
}
.outsingle-inner:hover{
	border-color: #72310c;
	transition: all 0.5s ease;
}
.outsingle-cap {
    font-size: 17px;
    color: #616161;
    min-height: 50px;
}
.outsingle-count{
	font-size: 38px;
	color: #4c4c4c;
	font-weight: bold;
}

.nan{margin-left:0px; font-size: 21px; }

.outsingle-img {
    position: absolute;
    left: -3px;
    top: -40px;
    padding: 15px;
    background-color: #ffffff;
    padding-bottom: 15px;
    padding-left: 0;
}
.outsingle-img img{
	filter: saturate(75) hue-rotate(270deg) brightness(40%);
	transition: all 0.1s ease;
}
.outsingle-inner:hover .outsingle-img img{
    filter: none;
	transition: all 0.2s ease;
}

.outreach-single {
    margin-top: 60px;
}
.footeraddress-inner p{
	    color: rgba(255, 255, 255, 0.7);
}
.locationright-wraper{
	background-image: url(../images/bg/mapbg.jpg);
	padding: 50px 75px;
	background-size: cover;
}
.align-center{
	display: flex;
	align-items: center;
}
.locationleft-wraper {
    position: relative;
    padding: 60px 0;
}
.locationleft-wraper:before {
    background-color: #ffffff;
    box-shadow: 4px 0 4px 2px rgba(0, 0, 0, 0.12);
    content: "";
    width: calc(100% + 40px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.locationleft-inner{
	position: relative;
	z-index: 20;
	overflow: hidden;
}
.locations-section {
    background-color: #fcfcfc;
	position: relative;
}

.locations-section:before, .locations-section:after{
	position: absolute;
	content: "";
	background-size: 100%;
}

.locations-section:before {
    background-image: url(../images/bg/locationleft.png);
    width: 32%;
    height: 100%;
    left: 0;
    top: 0;
background-repeat: no-repeat;
}
.locations-section:after {
    background-image: url(../images/bg/locationright.png);
    width: 150px;
    height: 40%;
    left: 35%;
    bottom: 0;
    background-position: left bottom;
    z-index: 99;
}
.product-section{
	background-image: url(../images/bg/prdbg.jpg);
	background-size: cover;
	padding: 100px 0;
	background-position: left bottom;
	overflow: hidden;
}
.readmore-btn {
    display: inline-block;
    background-color: #96c221;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 30px;
    padding-right: 60px;
    font-size: 17px;
    position: relative;
    transition: all 0.5s ease;
    outline: 0;
    border: 0;
    box-shadow: none;
    line-height: 20px;
}
.readmore-btn.white-btn {
    background-color: #ffffff;
    color: #96c322;
}

.readmore-btn:hover, .readmore-btn:focus{
	background-color: #72310c;
	color: #ffffff;
	transition: all 0.5s ease;
}
.readmore-btn:after {
    position: absolute;
    right: 26px;
    top: 22px;
    width: 16px;
    content: "";
    height: 11px;
    background: url(../images/arrow-sprite.png) -46px -10px;
	transition: all 0.5s ease;
}
.readmore-btn.white-btn:after {
   background: url(../images/arrow-sprite.png) -10px -10px;
}
.readmore-btn.white-btn:hover:after {
   background: url(../images/arrow-sprite.png) -46px -10px;
}
.readmore-btn:hover:after{
	transform: translateX(5px);
	transition: transform 0.5s ease;
}
.readmore-btn span{
	display: inline-block;
}
.btn-container{
	margin-top: 25px;
}

.videolink-wraper{
	margin-top: 30px;
}
.video-link, .video-link:hover, .video-link:focus{
	font-size: 26px;
	color: #72310c;
}
.video-link>span{
	display: inline-block;
	vertical-align: middle;
}
.playicon-outer{
    padding: 10px;
	margin-right: 10px;
	position:relative;
}
.playicon-outer:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #ffffff45;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-webkit-animation: glowdot 1.5s ease-in-out infinite;
    animation: glowdot 1.5s ease-in-out infinite;
}
.playicon {
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    text-indent: 2px;
    color: #96c322;
    font-size: 14px;
    line-height: 35px;
	display: block;
}

.prd-inner {
    position: relative;
    display: inline-block;
}

.prd-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #96c221;
   
}
.prd-single{
	margin-top: 25px;
	
}
.prdleft-wraper{
	padding-right: 50px;
}
.prd-single:nth-child(1) .prd-inner:before{
	left: -20px;
    top: -20px;
}
.prd-single:nth-child(2) .prd-inner:before{
	right: -20px;
    top: -20px;
}
.prd-single:nth-child(3) .prd-inner:before{
	left: -20px;
    bottom: -20px;
}
.prd-single:nth-child(4) .prd-inner:before{
	right: -20px;
    bottom: -20px;
}
.prd-name {
    position: absolute;
    font-size: 22px;
    color: #4c4c4c;
}
.prd-single:nth-child(1) .prd-name {
    top: -36px;
    left: -22px;
    background-color: #f2f1f6;
    padding-right: 10px;
}
.prd-single:nth-child(2) .prd-name {
    top: -36px;
    right: -22px;
    background-color: #f6f5fb;
    padding-left: 10px;
}
.prd-single:nth-child(3) .prd-name {
    left: -22px;
    bottom: -34px;
    background-color: #f0eff5;
    padding-right: 10px;
}
.prd-single:nth-child(4) .prd-name {
    right: -20px;
    bottom: -34px;
    background-color: #f6f5fb;
    padding-left: 10px;
}
.newsletter-wrap{
	
}
.tollfree-title{
	font-size: 20px;
}
.tollfree-wrap {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.8);
}
.tollfree-number{
	font-size: 36px;
    padding-bottom: 20px;
}
.newsletter-wrap .input-group .form-control {
    border: 0;
    background-color: transparent;
    box-shadow: none;
	height: 50px;
	font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.75);
}
.newsletter-wrap .input-group {
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
}
.newsletter-wrap .btn {
    padding: 15px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #191919;
    margin: 0;
    margin-right: -1px;
    background-color: #ececec;
    transition: all 0.5s ease;
    border: 0;
    border-radius: 0;
}
.newsletter-wrap .btn:hover, .newsletter-wrap .btn:focus{
    background-color: #96c221;
	color: #ffffff;
	box-shadow: none;
    box-shadow: none;
	outline: none;
	transition: all 0.5s ease;
}
.footeraddr-list{
	list-style: none;
	padding-left: 0;
}
.footeraddr-list li>span {
    min-width: 30px;
    max-width: calc(100% - 35px);
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
}
.footeraddr-list li {
	font-family: 'Halis-GR-Book';
}
.footeraddr-list li + li {
    margin-top: 20px;
}
.footeraddr-list li i{
    font-size: 20px;
}
.sociallinks {
    margin-top: 25px;
}

.sociallinks li + li{
	margin-left: 10px;
}
.sociallinks li a {
    font-size: 24px;
    color: #ffffff;
}
	
.about-right .slick-prev, .about-right .slick-next{
	top: auto;
	bottom: 0;
}
body .about-right .slick-prev {
    right: 110px;
    left: auto;
}
.locationright-inner{
		position: relative;
		display: inline-block;
}
.location-single {
    width: 7px;
    height: 7px;
    background-color: #ff4200;
    position: absolute;
    border-radius: 50%; cursor: pointer
}
.location-single:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #ff420065;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: glowbg 1.5s ease-in-out infinite;
    /*transform: scale(2.5);*/
}
@keyframes glowbg{
    0%{
      
        transform: scale(1);
        opacity:1;
    }
    100%{
        transform: scale(4);
        opacity:0;
    }
    
} 

.location-single.l1{
    bottom: 12%;
    left: 32%;
}
.location-single.l2 {
    bottom: 16%;
    left: 30%;
}
.location-single.l3 {
    bottom: 20%;
    left: 39%;
}
.location-single.l4 {
    bottom: 20%;
    left: 26%;
}
.location-single.l5{
    left: 45%;
    top: 52%;
}
.location-single.l6 {
    left: 55%;
    top: 55%;
}
.location-single.l7 {
    left: 58%;
    top: 45%;
}
.location-single.l8 {
    left: 35%;
    top: 23%;
}
.location-single.l9 {
    bottom: 13%;
    left: 35%;
}
.location-single.l19 {
    bottom: 14%;
    left: 33%; 
}
.location-single.l19 {
    bottom: 14%;
    left: 33%; 
}

.location-single.bihar {
    left: 59%;
    top: 39%;
}
.location-single.haryana {
    left: 27%;
    top: 27%;
}
.location-single.punjab {
    left: 24%;
    top: 22%;
}
.location-single.up {
    left: 44%;
    top: 35%;
}

@-webkit-keyframes glowdot{
    0%{
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity:0;
    }
    50%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:0.6;
    }
    100%{
        -webkit-transform: scale(0.5);
        transform: scale(1.5);
        opacity:0;
    }
}

@keyframes glowdot{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:0;
    }
    50%{
        -webkit-transform:scale(1);
        transform: scale(1);
        opacity:0.7;
    }
    100%{
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        opacity:0;
    }
}  
.menutext {
    /* position: absolute; */
    /* right: -48px; */
    /* top: 5px; */
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


.shrink .menutext {
    color: #72310c;
	transition: all 0.5s ease;
}
.menu-show .menutext {
    color: rgba(255, 255, 255, 0.6);
}
.banner-caption{
	position: absolute;
	width: 100%;
	left: 0;
	top: 35%;
}
.homeslider{
	position: relative;
}
.bannerinner {
    display: inline-block;
    width: auto;
    color: #ffffff;
    padding: 30px;
    border-bottom: 2px solid #96c221;
    border-right: 2px solid #96c221;
    border-left: 0;
	position: relative;
}
.bannerinner:before, .bannerinner:after{
	position: absolute;
	content: "";
	background-color: #96c221; 
	
}
.bannerinner:before{
	bottom: 0;
	left: 0;
	height: 70%;
	width: 2px;
}
.banner-inner{
	padding-top: 4px;
}
.bannerinner:after{
	top: 0;
	right: 0;
	width: 70%;
	height: 2px;
}
.topliner{
    font-size: 44px;
    font-weight: 300;
    line-height: 44px;
}
.middle-liner{
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
}
.bottom-liner{
    font-size: 28px;
    margin-top: 15px;
}
.top-nav li {
    color: #ffffff;
    transition: all 0.5s ease;
    font-size: 16px;
}
.shrink .top-nav li {
    color: #72310c;
	transition: all 0.5s ease;
}
.top-nav ul{
	display: inline-block;
	width: auto;
}
.top-nav ul + ul{
	margin-left: 15px;
}
.top-nav{
    margin-top: 38px;
    padding-right: 60px;
	transition: all 0.5s ease;
}
.shrink .top-nav {
    margin-top: 32px;
   transition: all 0.5s ease;
}
.topsocial-links li a{
	color: #ffffff;
	transition: all 0.5s ease;
}
.shrink .topsocial-links li a {
    color: #72310c;
	transition: all 0.5s ease;
}
.menulogo-wraper{
	position: absolute;
}
.menuinner-wraper {
    height: 100vh;
    background-color: #422911;
    padding: 50px;
    padding-top: 75px;
    background-image: url(../images/bg/menubg.jpg);
}
.menulist-wraper {
    display: inline-block;
    width: 100%;
    padding: 80px 80px 50px;
    border-right: 3px solid #96c221;
    border-bottom: 3px solid #96c221;
	position: relative;
}
.menulist-wraper:before, .menulist-wraper:after {
    position: absolute;
    content: "";
    background-color: #96c221;
}
.menulist-wraper:after {
    top: 0;
    right: 0;
    width: 80%;
    height: 3px;
}
.menulist-wraper:before {
    bottom: 0;
    left: 0;
    height: 75%;
    width: 3px;
}
.menulogo img {
    height: 95px;
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
}
.menu-show .shrink .menu-trigger {
    margin-top: 49px;
    transition: all 0.5s ease;
}
.menu-show .shrink .icon-bar {
    background-color: #ffffff;
    transition: all 0.5s ease;
}
.menutitle {
    font-size: 28px;
    color: #b4b4b4;
    margin-bottom: 35px;
}

.menu-contact .footeraddr-list li>span {
    color: #a5a29f;
    font-size: 18px;
    line-height: 30px;
}
.menu-contact .tollfree-wrap {
    color: #b4b4b4;
}
.menulist-outer{
	position: relative;
	display: inline-block;
	width: 100%;
}
.menulist-outer:before {
    position: absolute;
    width: 36%;
    right: 0;
    top: 0;
    background-color: rgba(119, 78, 39, 0.25);
    content: "";
    height: 100%;
}

.menu-close {
    position: absolute;
    top: 5%;
    right: 10%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
	display: flex;
	align-items: center;
	z-index:99;
}
.menubar-wrap  {
    display: inline-block;
    vertical-align: middle;
}

.show .menu-close {
   opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0.6s;
}
.menuinner-container{
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.show .menuinner-container{
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0.3s;
}
/*.fullpagemenu-inner li a {
    color: #b4b4b4;
    font-size: 18px;
    line-height: 48px;
    opacity: 0;
    text-transform: capitalize;
    transition: all 0.3s ease;
}*/
.fullpagemenu-inner ul.custom-dropdownmenu li>a {
    font-size: 16px;
    font-weight: 400;line-height: 32px;
}
.menu-contact.text-left {
    padding-left: 15px;
}

.menu-contact { transform:translateX(100px); opacity: 0; transition: all 1000ms ease-in-out }
.fullpage-menu.show .menu-contact {transform:translateX(0px); opacity: 1;}
.menulist-outer::before { transform:translateX(100px); transition: all 700ms ease-in-out }
.fullpage-menu.show .menulist-outer::before { transform:translateX(0px); }




.custom-dropdown{
	position: relative;
}
.custom-dropdownmenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 320px;
    padding-left: 0;
    padding-left: 50px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	margin-top: 30px;
}


.custom-dropdownmenu li {
	list-style: none;
}
.custom-dropdownmenu li a{
    padding-left: 20px; 
	position: relative;
	display: block;
}
.custom-dropdownmenu li a:before {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 15px;
    color: #b4b4b4;
    left: 0;
    top: calc(50% - 10px);
    line-height: 20px;
	transition: all 0.5s ease;
}
.custom-dropdown>a:after {
    position: absolute;
    right: 40px;
    top: 22px;
    width: 16px;
    content: "";
    height: 11px;
    background: url(../images/arrow-sprite.png) -10px -10px;
    transition: all 0.5s ease;
	opacity: 0;
}
.custom-dropdown:hover>a:after {
	right: 25px;
	opacity: 1;
	transition: all 0.5s ease;
}
.fullpagemenu-inner li:hover>a, .fullpagemenu-inner li.active>a{
	color: #96c221;
	transition: all 0.5s ease;
}
.custom-dropdownmenu li:hover a:before, .custom-dropdownmenu li.active>a:before{
	color: #96c221;
	transition: all 0.5s ease;
}
.shrink .menuinner-wraper .menutext {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}
.shrink .menuinner-wraper .icon-bar {
    background-color: #a0958a;
    transition: all 0.5s ease;
}
.page-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
}
.prdtab-inner .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.prdtab-inner .nav-tabs {
    border-bottom: 0;
    text-align: center;
    margin-bottom: 50px;
}


.prdtab-inner .nav-tabs>li.active>a, .prdtab-inner .nav-tabs>li.active>a:focus, .prdtab-inner .nav-tabs>li.active>a:hover {
    color: rgb(255, 255, 255);
    cursor: default;
    background-color: #96c221;
    border: none;
    border-bottom-color: transparent;
    border-radius: 0;
}
.prdtab-inner .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.7);
    background-color: #72310c;
    font-size: 17px;
    font-weight: 400;
    min-width: 100px;
}
.prdtab-wraper{
	margin-top: 50px;
}
.listing-wraper{
	margin-top: 30px;
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.arrow-listing{
	list-style: none;
	padding: 0;
}
.arrow-listing li + li{
	margin-top: 15px;
}
.arrow-listing li span + span{
	margin-left: 10px;
	font-size: 17px;
	position: relative;
}
.arrow-listing li a{
	color: #616161;
	transition: all 0.5s ease;
}
.arrow-listing li a:hover{
	color: #96c221;
	transition: all 0.5s ease;
}
.arrow-listing li span + span:before{
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	content: "";
	background-color: #96c221;
	transition: all 0.5s ease;
}
.arrow-listing li a:hover span + span:before{
	width: 100%;
	transition: all 0.5s ease;
}
.banner-section .banner-caption {
    top: calc(50% - 10px);
}
.prdsingle-detail + .prdsingle-detail{
	margin-top: 50px;
}
.prdsingle-detail{
	position: relative;
	padding: 0;
}

.prdsingle-detail:before{
	position: absolute;
	width: 70%;
	border: 2px solid #96c221;
	content: "";
	top:0;
	height: 100%;
}

.prdsingle-detail:nth-child(odd):before{
    left: 0;
	border-right: 0;
}
.prdsingle-detail:nth-child(even):before{
    right: 0;
	border-left: 0;
}
.prdsingle-inner{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 50px;
}
.prdsingle-inner:before, .prdsingle-inner:after{
	position: absolute;
	width: 2px;
	background-color: #96c221;
	content: "";
	height: 30%;
	z-index: 9;
}
.prdsingle-detail:nth-child(odd) .prdsingle-inner:before{
    left: 70%;
	top:0;
}
.prdsingle-detail:nth-child(odd) .prdsingle-inner:after{
    left: 70%;
	bottom:0;
}
.prdsingle-detail:nth-child(even) .prdsingle-inner:before{
    right: 70%;
	top:0;
}
.prdsingle-detail:nth-child(even) .prdsingle-inner:after{
    right: 70%;
	bottom:0;
}
.prdsingle-detail .medium-title {
	color: #72310c;
}
.pb-0{
	
padding-bottom: 0 !important;
}
.customreg-title{
	margin-bottom: 40px;
}
.model-section{
	background-color: #eeeeee;
	padding: 50px 0 40px;
	margin-top: 50px;
}
.align-bottom{
	display: flex;
    align-items: flex-end;
}
.model-right{
    margin-top: -120px;
}
.model-left{
	padding-bottom: 20px;
}
.model-left .btn-container {
    margin-top: 15px;
}

/**/
.contactform-wraper {
    padding-left: 50px;
    border-left: 1px solid #e1e1e1;
}
.showroom-name {
    color: #4e4e4e;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.showroom-name i{
    color: #95c122;
}
.showroom-address {
    font-size: 16px;
    min-height: 66px;
}
.addressinner-single ~ .addressinner-single{
	margin-top: 30px;
}
.contactform-wraper .form-control {
    height: 50px;
    color: #000;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
}
.addressinner-single i {
    font-size: 22px;
    color: #95c122;
    margin-top: 2px;
}
.addressinner-single span{
	vertical-align: top;
	max-width: calc(100% - 35px);
	min-width: 30px;
	display: inline-block;
}
.addressinner-single a{
	color: #72310c;
}
.addressinner-single{
	font-size: 18px;
}
.contactform-wraper textarea.form-control {
    height: 75px;
	resize: none;
}
.contactform-wraper .select2-container--default .select2-selection--single {
    height: 50px;
}
body .select2-container--default .select2-selection--single {
    border: 1px solid #e1e1e1;
    border-radius: 0;
	outline: none;
}
.contactform-wraper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a69999;
    line-height: 50px;
}
.contactform-wraper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
body .select2-dropdown {
    border: 1px solid #e1e1e1;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a2c617;
}
/**/
.mapcontatiner{
	overflow: hidden;
}
.mapcontatiner iframe{
	position: relative;
	bottom: -15px;
}

/**/
.investor-inner {
    border: 2px solid #96c221;
    padding: 15px;
    position: relative;
    transition: all 0.5s ease;
    min-height: 185px;
}
.investor-inner .prd-name, .newsinner-single .prd-name {
    top: -15px;
    background-color: #ffffff;
    left: -15px;
    padding: 0 20px 15px 15px;
    font-size: 17px;
}
.investors-section{
	min-height: 50vh;
	padding: 100px 0 50px;
}
.lenders-section{
	padding: 70px 0;
}
.lenders-section .prdtab-inner .nav-tabs {
    margin-bottom: 70px;
}
.investor-single {
    margin-bottom: 50px;
}

.testimonial-img span{
	position: relative;
	display: inline-block;
}
.testimonial-img span:after {
    position: absolute;
    content: "";
    right: -30px;
    top: 40%;
    border-left: 45px solid #96c221;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: rotate(40deg);
}
.testimonial-img span img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #a2c617;
	position: relative;
	z-index: 9;
    
}
.testimonialtop-content {
    font-size: 16px;
    color: #6f7171;
    border-top: 1px solid #e7e7e7;
    padding-top: 25px;
	position: relative;
}
.testimonialtop-content:before {
    background-image: url(../images/testappos.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    top: -15px;
    content: "";
    width: 40px;
    height: 30px;
    background-size: 25px;
    background-position: left center;
}
.testiname-wraper{
	margin-top: 10px;padding-bottom: 60px;
}
.testiname{
	color: #72310c;
	font-size: 20px;
	font-weight: 500;
}
.testilocation{
	font-size: 15px;
	color: #979797;
}

.custom-modal .testimonial-detail .testiname-wraper { padding-bottom: 0px; }




.align-top {
    display: flex;
    align-items: flex-start;
}
/*.testimonial-single ~ .testimonial-single{
	margin-top: 50px;
}*/
.readmore-link{
	color: #a2c617;
	text-decoration: underline;
	transition: all 0.5s ease;
}
.readmore-link:hover {
    color: #72310c;
    text-decoration: underline;
    transition: all 0.5s ease;
}
.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #72310c;
    z-index: 9999;
}
.testimonial-detail .testimonialtop-content {
    margin-top: 35px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.1);
}
.testimonial-detail .testimonialtop-content:before {
    background-color: #72310c;
}
.testimonial-detail .testiname {
    color: #a2c617;
    font-size: 22px;
}
.testimonial-detail .testilocation {
    color: rgba(255, 255, 255, 0.6);
}
.testimonial-detail .testiname-wraper {
    margin-top: 0;
}
.testimonial-detail{
    margin-top: 10%;
}
.testidet-image{
    display: inline-block;
    border: 2px solid #96c221;
}
.modal-close {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 99;
    
    font-weight: 300;
    cursor: pointer;
    
}
.close-icon{
	line-height: 50px;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 300;
	transition: all 0.5s ease;
}
.close-icon:hover{
	color: rgba(255, 255, 255, 0.85);
	transition: all 0.5s ease;
}
.testdetail-content{
	max-height: 60vh;
}
.custom-modal{
	display: none;
}
.bod-single .investor-inner {
    padding: 25px 15px 15px;
}
.bod-single{
	margin-bottom: 50px;
}
.team-overly{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(180deg, rgba(105, 61, 18, 0.8), #71300b);
	display: flex;
	align-items: center;
	opacity: 0;
	transition: all 0.4s ease;
}
.bod-single:hover .team-overly{
	opacity: 1;
	transition: all 0.4s ease;
}

.teamimg{
	position: relative;
}

.plus-icon {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0 auto;
	position: relative;
}
.plus-icon:before, .plus-icon:after{
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease 0.4s;
}
.plus-icon:before {
    top: calc(50% - 1px);
    left: calc(20% + 1px);
    width: 0;
    height: 2px;
}
.plus-icon:after {
    top: calc(20% + 1px);
    height: 0;
    width: 2px;
    left: calc(50% - 1px);
}
.bod-single:hover .plus-icon:before{
	width: 60%;
	transition: all 0.3s ease 0.4s;
}
.bod-single:hover .plus-icon:after{
	height: 60%;
	transition: all 0.3s ease 0.6s;
}
.bod-single .investor-inner{
	display: inline-block;
}
.bod-section{
	padding: 100px 0 50px;
}

/**/
.stations-list {
    padding-top: 10px;
}
.station-list_details {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
.sation-list_address, .station-list_details .list_title:nth-child(1) {
    width: 44%;
}
.sation-list_address, .sation-list_city, .sation-list_contact, .station-list_details .list_title {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
    position: relative;
}
.sation-list_address address {
    max-width: 80%;
    margin-bottom: 0;
}
.sation-list_address address span.title {
    margin-bottom: 10px;
	display: block;
    color: #96c221;
    line-height: normal;
    font-size: 20px;
}
.sation-list_address address p {
    display: inline-block;
    margin-bottom: 10px; padding-bottom: 0px;
}
.sation-list_address address p span.openyear { color:#712f0b; font-size: 14px;}

.sation-list_city, .station-list_details .list_title:nth-child(2) {
    width: 26%;
}
.sation-list_contact, .station-list_details .list_title:nth-child(3) {
    width: 30%;
}
.sation-list_address:after, .sation-list_city:after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #8e8e8e;
    position: absolute;
    top: calc(50% - 15px);
    right: 12%;
    opacity: 0.2;
}
.station-list_details .readmore-btn {
    font-weight: 400;
    padding: 10px 15px;
    padding-right: 45px;
    font-size: 15px;
}
.station-list_details .readmore-btn:after {
    right: 15px;
    top: 15px;
}
.guiding-section .outsingle-img img{
	filter: none;
}
.guiding-section .outsingle-inner {
    padding: 50px 30px 20px;
    min-height: 180px;
}
.name-title{
	margin-bottom: 5px;
}
.sation-list_contact  .readmore-link {
    font-size: 17px;
}
.newsinner-single {
    border: 2px solid #eeee;
    position: relative;
    transition: all 0.5s ease;
    padding: 30px;
	display: inline-block;
	width: 100%;
}
.newsinner-single>a{
	display: block;
}
.news-title {
    font-size: 20px;
    color: #72310c;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
	min-height:100px;
}

.news-source {
    color: #a8a8a8;
    font-size: 14px;
	font-family: 'Halis-GR-Book';
}
.news-content {
    font-size: 16px;
    color: #717171;
    font-family: 'Halis-GR-Book';
    margin-top: 15px;
}
.readmore-btn.readmore-small {
   padding: 11px 10px 9px;
    padding-right: 40px;
    font-size: 15px;
    line-height: 18px;
}
.readmore-btn.readmore-small:after {
    right: 12px;
    top: 13px;
}

.gallery-single .investor-inner .prd-name, .gallery-single .newsinner-single .prd-name {
    margin-top: -35px;
    margin-left: -18px;
    padding: 0 10px 0 0;
    font-size: 16px;
    min-height: 70px;
	max-width: 100%;
    display: block;
	position: static;
}
.gallery-single{
	margin-bottom: 50px;
}
.gallery-single .teamimg {
    max-height: 150px;
	overflow: hidden;
}
.panel-default .gallery-single .investor-inner {
    border: 2px solid #eeee;
}
.panel-default .gallery-single {
    margin: 15px 0;
}
.bod-section .panel-heading{
	padding: 0;
}
.videoaccord-wraper .panel-title>a {
    display: block;
    padding: 15px;
    font-size: 20px;
    color: #a2c617;
    border: 1px solid #ededed;
    transition: all 0.5s ease;
    border-bottom: 0;
	position: relative;
}
.videoaccord-wraper .panel-title>a.collapsed {
    color: #72310c;
	transition: all 0.5s ease;
}
.video-name{
    font-size: 20px;
    color: #72310c;
	margin-top: 15px;
}
.videoaccord-wraper .panel-body {
    padding: 10px 10px 5px;
    box-shadow: none;
	border:1px solid #ededed;
	border-bottom: 0;
}
.videoaccord-wraper .panel-group .panel-heading+.panel-collapse>.panel-body {
    /* border-top: 0; */
    border-color: #ededed;
}
.videoaccord-wraper .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ededed;
}
.videoaccord-wraper .panel-default>.panel-heading {
    background-color: transparent;
    border: 0;
}
.videoaccord-wraper .panel-group .panel+.panel {
    margin-top: 8px;
}

.videoaccord-wraper .panel-title>a .custom-arrow:before, .videoaccord-wraper .panel-title>a .custom-arrow:after {
    position: absolute;
    content: "";
    background-color: #72310c;
    transition: all 0.5s ease;
}


.videoaccord-wraper .panel-title>a .custom-arrow:after {
    width: 2px;
    height: 0;
    right: calc(50% - 1px);
    bottom: 50%;
	transition: all 0.5s ease 0.2s;
    
}
.videoaccord-wraper .panel-title>a .custom-arrow:before {
    width: 11px;
    height: 2px;
    right: 0;
    top: calc(50% - 1px);
    
}
.videoaccord-wraper .panel-title>a.collapsed .custom-arrow:after {
    height: 11px;
	 bottom: 0;
    transition: all 0.5s ease;
}
.videoaccord-wraper .panel-title>a.collapsed .custom-arrow:before {
    width: 11px;
    height: 2px;
    top: calc(50% - 1px);
    opacity: 1;
    transition: all 0.5s ease;
}
.videoaccord-wraper .panel-title>a .custom-arrow {
    position: absolute;
    right: 30px;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
}
.filter-title {
    font-size: 16px;
    font-weight: 300;
    color: #7e7e7e;
    text-transform: capitalize;
    
}
.filter-wraper {
    margin-bottom: 50px;
    padding: 10px 15px;
    background-color: #efefef;
}
/**/
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
	color: #a1a0a0;
	text-align: left;
}

.perdix-modules .resp-vtabs .resp-tabs-container {
    min-height: 450px;
    border-radius: 0;
}
.perdix-modules .resp-vtabs li.resp-tab-active {
    background: linear-gradient(-90deg, rgba(14, 14, 14, 0),rgba(14, 14, 14, 0.04), rgba(113, 48, 11, 0.25)) !important;


}
.perdix-modules .resp-tabs-list li{
	font-size: 20px;
	font-weight: 400;
}
.perdix-modules .resp-vtabs .resp-tabs-list li {
    padding: 15px 30px !important;
	background: linear-gradient(-90deg, rgba(14, 14, 14, 0),rgba(14, 14, 14, 0.35), #72310c) !important;
}
.perdix-modules .resp-vtabs li.resp-tab-active {
    padding: 15px 30px !important;
    z-index: 99;
    border-right: 2px solid #91bd1e !important;
    width: calc(100% + 1px);
    background: linear-gradient(-90deg, rgba(14, 14, 14, 0),rgba(14, 14, 14, 0.05), rgba(105, 61, 18, 0.20)) !important;
}
.custsec-title{
	font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.content-para.large-content p {
    font-size: 18px;
    line-height: 28px;
}
label.error{
	display: none !important;
}
input.form-control.error{
	border-color: rgba(255, 0, 0, 0.75);
}
.newsletter-wrap .input-group input.form-control.error{
	border-color: rgb(249, 90, 90);
}
.partnerlogo {
    position: absolute;
    top: 10px;
    right: 15px;
	transition: all 0.5s ease;
	max-width:90px;
}
.shrink .partnerlogo {
    max-width: 60px;
	transition: all 0.5s ease;
}
.group-navbar-list{
	display: inline-block;
	/*border-bottom: 1px solid #ededed; */
	margin-bottom: 0;
}
.group-navbar-list li a {
    font-size: 18px;
    font-weight: 500;
    color: #838383; transition: all 300ms ease-in-out;
    padding: 25px 0;
    display: inline-block;
}
.group-navbar-list li a:hover { color: #72310c}

.group-navbar-list li.active a {
    color: #a2c617;
    border-bottom: 2px solid #72310c;
}
.group-navbar{
	margin-bottom: 60px; border-bottom: 1px solid #ededed
}

.group-navbar-list li{
	margin-bottom: -1px;
}
.group-navbar-list li + li{
    margin-left: 15px;
}
.mt-0{
	margin-top: 0 !important;
}
.investor-tab{
	margin-top: 15px;
}
.download-list .sation-list_address address span.title {
    margin-bottom: 0;
    color: #712f0b;
    font-size: 20px;
}
.download-list .sation-list_address:after, .download-list .sation-list_city:after{
	display: none;
}
.download-list .station-list_details .readmore-btn:after{
	display: none;
}
.download-list .station-list_details .readmore-btn {
    padding-right: 15px;
}

.new-company-overview{
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
}
.new-overview-content p{
	font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.new-overview-content p-last-child{
	margin-bottom:0;
}
.mr{
	position:relative;
	background-color:#72310c;
	padding:20px;
}

.new-overview-mission-content p{
	font-size: 27px;
    color: #fff;
    line-height: 35px;
}
.mission-inner, .investor-quick-menu{
	border: 2px solid #a2c617;
    position: relative;
    transition: all 0.5s ease;
    padding: 50px 15px 130px;
}

.investor-quick-menu{  padding: 50px 15px 30px;}

.mission-inner:before{
	background-image: url(../images/quote.png);
    position: absolute;
    content: "";
    right: 25px;
    bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 127px;
    height: 85px;
}
.mission-inner .prd-name, .investor-quick-menu .prd-name {
    top: -15px;
    background-color: #72310c;
    left: -15px;
    padding: 0 20px 15px 15px;
    font-size: 17px;
}
.mission-inner .prd-name, .investor-quick-menu .prd-name {
    position: absolute;
    font-size: 22px;
    color: #fff;
}

.new-annaul-reports{
	position:relative;
	padding:70px 0;;
}
.new-annual-reports-inner{
	border: 2px solid #eeee;
    position: relative;
    transition: all 0.5s ease;
    padding: 30px;;
}
.annual-reports-single:hover .new-annual-reports-inner{
	border: 2px solid #96c221;
	transition: all 0.5s ease;
}
.new-annual-reports-inner .prd-name {
    top: -15px;
    background-color: #fff;
    left: -15px;
    padding: 0 20px 15px 15px;
    font-size: 17px;
}
.new-annual-reports-inner .prd-name {
    position: absolute;
    font-size: 22px;
    color: #72310c;
}
.annual-reports-single{
	margin-bottom:50px;
}
.design-perdix-content .medium-title {
    color: #72310c;
}
.design-perdix-content ul{
	padding-left:0px;
}
.design-perdix-content ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    float: left;
	font-size: 16px;
	line-height: 28px;
}
.design-perdix-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #96c221;
    content: "\f101";
    font-family: "FontAwesome";
    padding-right: 25px;
}

.perdix-modules {
    background-image: url(../images/bg/modules-bg.jpg);
    background-size: cover;
    padding: 100px 0;
    background-position: left bottom;
}

.features-client-inner{
	border: 2px solid #72310c;
    position: relative;
    transition: all 0.5s ease;
    padding: 40px;
	min-height: 428px;
}
.features-client-inner .prd-name {
    top: -15px;
    background-color: #fff;
    left: -15px;
    padding: 0 20px 15px 15px;
    font-size: 17px;
}
.features-client-inner .prd-name {
    position: absolute;
    font-size: 22px;
    color: #96c221;
}
.features-client-inner ul{
	padding-left:0px;
}
.features-client-inner ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
}
.features-client-inner ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #96c221;
    content: "\f101";
    font-family: "FontAwesome";
    padding-right: 25px;
}
#parentVerticalTab {
    padding-top: 25px;
}
.resp-tabs-container .medium-title{
	margin-bottom:5px;
}

ul.disclaimer-list  { margin: 0px; padding: 0px;}
.disclaimer-list li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
}
.disclaimer-list li:before {
    position: absolute;
    left: 0;
 
    font-size: 16px;
    color: #96c221;
    content: "\f101";
    font-family: "FontAwesome";
    padding-right: 25px;
}

.terms-section h3 {color: #72310c;}

.col-lg-3.col-md-4.col-sm-6.col-xs-12.outreach-single{width:20%;}

.insx-grp .panel-heading{padding:0px 15px;}
.insx-grp .panel-heading .panel-title a{padding:10px 15px 10px 35px;display:block;position: relative; 
line-height: 22px;background-color:#72310c;color:#fff;}  

.insx-grp .panel-title a.collapsed {
  background-color: #f7f7f7;
  color: #353535;
}

.investors-list ul{
	 margin: 0px; padding:0px;
}
.investors-list ul li { list-style: none;  }
.investors-list ul li a{
	display: block; color: #fff;
	position: relative; font-size: 16px;
	padding: 10px 5px 10px 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.investors-list ul li:first-child a{
	border-top: none;
}
.investors-list ul li a:before{
	content: "\f105";
    font-family: FontAwesome;
    position: absolute;
	left: 0px;
	top: 15px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #96c221;
	color: #fff;
	transition: all 0.3s ease;
}
.investors-list ul li a:hover, .investors-list ul li a.active{
	background: rgba(0,0,0,0.05);
    color: #96c221;
}
.investors-list ul li a:hover:before{
	transition: all 0.3s ease;
	background: #fff;
	left: 8px;
	color: #72310c;
}
.investors-list ul li a.active:before{
	transition: all 0.3s ease;
	background: #96c221;
	left: 18px;
	color: #FFF;
}

.investor-content-box {padding:15px}
.investor-content-box h2 {color: #034ea2; display: inline-block; font-size: 22px;  line-height: 26px; display:block; margin: 0px 0px 30px; padding: 0px;  }
.investor-content-box h3 { display: inline-block; font-size: 20px;  line-height: 26px; display:block; margin: 0px 0px 15px;}
.stocklogo { padding-bottom: 10px; }
.investorbox {padding:15px; border:1px solid #dbdada}
.investor-content-box .panel-default > .panel-heading  { background: #fff; padding: 0px; box-shadow: 0px 0px 20px rgba(0,0,0,0.10); }
.investor-content-box .panel-default > .panel-heading h4 a { display: block; padding: 15px 15px; position: relative; }
.investor-content-box .panel-default > .panel-heading h4 a.collapsed::after {content:"\f105"; position: absolute; top:15px ;right: 15px; font-family: FontAwesome; transition: all 300ms ease-in-out; left:auto    } 
.investor-content-box .panel-default > .panel-heading h4 a::after {content:"\f107"; position: absolute; top:15px ;right: 15px; font-family: FontAwesome; transition: all 300ms ease-in-out; font-size:21px; left:auto   } 

ul.reportlister{padding:0px;margin:0px;}
ul.reportlister li{display:inline-block;width:100%;margin:12px 0px;position:relative;padding-left:35px;}
ul.reportlister li img{position:absolute;left:0;top:4px;}
ul.reportlister li a{font-size:16px;color:#333;display:block;}
ul.reportlister li a:hover{color:#96c221;} 

.main-box-image {margin:20px 0px;position:relative;}

.main-box-image img {
  width: 100%;
  margin: 0 auto;
}

.continent-main {
  position: absolute;
  content: "";
  top: 47%;
  left: 200px; 
  text-align: center;
}
.continent-1 {
  position: absolute;
  content: "";
  top: 7%;
  left: 186px; 
  height: auto;
}
.continent-2 {
  position: absolute;
  content: "";
  top: 31%;
  right: 32px; 
  height: auto;
}
.continent-3 {
  position: absolute;
  content: "";
  top: 78%;
  right: 130px; 
  height: auto;
}
.continent-4 {
  position: absolute;
  content: "";
  top: 71%;
  right: 275px; 
  height: auto;
}
.continent-5 {
  position: absolute;
  content: "";
  top: 31%;
  right: 375px; 
  height: auto;
}

.main-box-image h3{margin:0px;padding:0px;text-transform:uppercase;font-size: 30px;color: #72310c;font-family: 'Halis-GR';}
.main-box-image h4{color: #fff;font-weight: 500;display: inline-block;font-size: 20px;text-align: center;line-height: 28px;cursor:pointer}
.main-box-image h4 span{color: #000;}

.desinged-pardix .design-perdix-content {
  border-radius: 10px;
  background: #f7f7f7;
  display: block;
  width: 500px;
  position: absolute;
  content: "";
  z-index: 9;
  text-align: left;
  padding: 20px;
  top: 20px;
  left: 104%;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.main-box-image h4:hover + .desinged-pardix .design-perdix-content{left:110%;
  opacity:1;visibility:visible;
  transition: all 0.3s ease;} 
  
.main-box-image {
  width: 500px;
  margin: 0 auto;
}  

.desinged-pardix .medium-title{font-size:20px;margin-bottom:5px;}
.desinged-pardix .design-perdix-content ul li{margin-bottom:5px;}

.mob-displaed{display:none;}

.mob-displaed .design-perdix-content {
  width: 100%;
  float: left;
}


.teamtitles {
	color: #72310c; font-size: 24px; padding-bottom:30px; 
} 

.techsection .design-perdix-content li { display: block; float:none;  }
.greenbg { background: #91bd1e; }
.greenbg .features-client-inner ul li::before, .greenbg .features-client-inner ul li { color: #fff; }
.greenbg h3 { padding:0px; margin:0px 0px 15px; color: #72310c; }

.labeling em { color:#72310c;  }

.prx { font-size:20px; }


.gptw { position: absolute; top:-3px; right:15px; z-index: 99; width: 80px; }
.gptw img  { width: 100%; }
.institution-links ul{
    padding: 0px;
    margin: 12px 0px;
}
.institution-links ul li{
    list-style-type: none;
    margin: 10px 0px;
}
.institution-links ul li a{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
    font-family: 'Halis-GR-Book';
}
.institution-links li a:hover::after {
    margin-left: -50%;
    width: 100%;
}
.institution-links li a::after {
    background: #96c221;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: all 0.5s ease;
    width: 0;
}
.location-single.l10{
    bottom: 26%;
    left: 36%;
}
.footer-orange-img {
    position: fixed;
    bottom: 0px;
    right: 10px;  
}
.footer-orange-img img{
    width: 115px;
    border-radius: 50px;
}
.form-txt {
    border: 1px solid #cbcbcb;
    padding: 15px;
    margin-bottom: 15px;
    text-align: justify;
}
.form-txt p{
    padding-bottom: 0px;
}
#Withdrawal .txt-c, #cb {
    text-align: center;
    padding-bottom: 5px;
}
#cb{
    margin-bottom: 10px;
}
.gptws {
    position: fixed;
    top: -3px;
    right: 95px;
    z-index: 9999;
}
.gptws img{
    width: 125px;
}
@media (max-width: 1600px) {
    .gptws {
        position: fixed;
        top: inherit;
        bottom: 145px;
        right: 10px;
    }
}
@media (max-width: 768px){
    .footer-orange-img img, .gptws img{
        width: 75px;
    }
    .gptws { 
       bottom: 80px;
    }
}