*{
	margin: 0;
	padding: 0;
}

html{
	overflow-x: hidden;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

a, img, span, p, h1, h2, h3, h4, h5, h6{
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a{
	transition: all 1s ease;
}
a:hover{
	text-decoration: none;
}

h2{
	font-size: 40px;
	font-weight: 900;
}

h3{
	font-size: 30px;
	font-weight: bold;
}

p{
	font-size: 17px;
	color: #000;
	padding-bottom: 20px;
	line-height: 30px;
}

.container-fluid{
	width: 90%;
	margin: 0 5%;
}

header{
	width: 100%;
	padding: 15px 50px;
	box-shadow: rgb(0 0 0 / 8%) 0px 10px 10px 10px;
	position: relative;
	z-index: 1
}

.menu{
	width: 100%;
	padding-top: 10px;
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img{
	height: 80px;
}

.logodiv{
	padding: 0 8px;
	border-left: 1px solid #000;
	width: 1px;
	height: 80px;
	margin-left: 10px;
}

.download{
	width: 100%;
	padding-top: 10px;
	text-align: right;
}

.banner{
	width: 100%;
}

.banner img{
	width: 100%;
}

.about{
	width: 100%;
	padding: 100px 0;
	background-color: #f5e7f1;
}

.about h2{
	color: #9b1874;
}

.multiText, .multiText p{
	width: 100%;
	padding-top: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #a39b67;
	line-height: 1.3;
}

.colorRed{
	color: #e21a2d;
}

.colorOrange{
	color: #f68b1e;
}

.colorPurple{
	color: #9d1882;
}

.col75{
	width: 100%;
	text-align: center;
	margin-top: 22%;

}

.readmore{
	background-color: #9b1874;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 25px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-out;
}

.readmore:hover{
	background-color: #ec7e1d;
	color: #fff;
}

.btnarea{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.btnarea1{
	width: 100%;
	margin-top: 50px;
}

/*.col75 img{
	clear: both;
	margin-bottom: 50px;
}*/

.glance{
	width: 100%;
	padding: 100px 0;
}

.glance h2{
	color: #ec7e1c;
}

.glance h3{
	color: #9b1874;
	font-weight: 300;
	font-size: 40px;
	padding: 35px 0;
}

.glancebox{
	width: 100%;
	margin-top: 35px;
}

.glancebox img{
	float: left;
	margin-right: 10px;
}

.glancebox h3{
	font-size: 55px;
	font-weight: 900;
	padding: 0;
	margin: 0;
	line-height: 40px;
	padding-bottom: 10px;
}

.span{
	font-size: 20px;
}

.glancebox p{
	font-size: 16px;
	line-height: 22px;
}

.business{
	width: 100%;
	/*display: flex;*/
	padding-top: 40px;
}

.redBox{
	width: 100%;
	background-color: #e21a2d;
	padding: 15px 20px;
	box-sizing: border-box;
	min-height: 286px;
	margin-top: 20px;
	transition: .6s cubic-bezier(0,1.5,.5,1);
	position: relative;
	z-index: 1
}

.orgBox{
	width: 100%;
	background-color: #f68b1e;
	padding: 15px 20px;
	box-sizing: border-box;
	min-height: 286px;
	margin-top: 20px;
	transition: .6s cubic-bezier(0,1.5,.5,1);
	/*z-index: 1*/
}

.purBox:hover,
.redBox:hover,
.orgBox1:hover,
.orgBox:hover{
	transform: rotate(360deg) scale(1.2) !important;
	z-index: 2;
	position: relative;
}

.orgBox1{
	width: 100%;
	background-color: #f68b1e;
	padding: 15px 20px;
	box-sizing: border-box;
	min-height: 986px;
	margin-top: 20px;
	transition: .6s cubic-bezier(0,1.5,.5,1);
	position: relative;
	z-index: 1
}

.purBox{
	width: 100%;
	background-color: #9d1882;
	padding: 15px 20px;
	box-sizing: border-box;
	min-height: 286px;
	margin-top: 20px;
	transition: .6s cubic-bezier(0,1.5,.5,1);
	position: relative;
	z-index: 1
}

.globalbox h4{
	color:#fff;
	font-size: 17px;
	font-weight: 600;
	padding-top: 15px;
}

.globalbox a{
	display: inline-block;
	min-height: 286px;
}

.globalbox p{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	padding-top: 15px;
	line-height: 18px;
	padding-bottom: 0;
}

.globalbox hr{
	width: 50px;
	height: 1px;
	background-color: #f68b1e;
	margin-top: 10px;
	margin-bottom: 0px;
}

.globalbox1 h4{
	color:#fff;
	font-size: 20px;
	font-weight: 600;
	padding-top: 70px;
	padding-bottom: 25px;;
}

.globalbox1 a{
	display: inline-block;
	min-height: 956px;
}

.globalbox1 p{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	padding-top: 15px;
	line-height: 18px;
	padding-bottom: 0;
}

.businessImg{
	width: 100%;
	margin-top: 20px;
}

.businessImg img{
	object-fit: fill;
}

.md{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

/*.md img{
	transition: 0.5s;
}

.md img:hover{
	transform: rotateY(360deg);
}*/

.mdText{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mdText p{
	text-align: center;
	color: #9b1874;
	font-size: 35px;
	font-weight: 300;
	padding-top: 50px;
	line-height: 45px;
}

.eco{
	width: 100%;
	padding: 100px 0;
	background-color: #f6f6f6;
}

.eco h2{
	color: #ec7e1c;
}

.eco h3{
	color: #9b1874;
	font-size: 35px;
	font-weight: 300;
	padding-top: 50px;
	line-height: 45px;
}

.ecoBox{
	width: 100%;
	background-color: #e7e7da;
	margin-top: 35px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

.ecoBox:hover{
	transform: rotateY(360deg);
}

.ecoBoxtop{
	width: 100%;
	padding: 18px;
	box-sizing: border-box;
}

.ecoBoxtop p{
	font-size: 15px;
	line-height: 22px;
}

.ecoBoxtop h4{
	color: #e21b2d;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
}

.ecoOverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(246,139,31,0);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	opacity: 0;
	transition: all 1s ease;
}

.ecoOverlay:hover{
	background-color: rgba(246,139,31,1);
	opacity: 1
}

.ecoOverlay h3{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.ecoRight{
	width: 100%;
	/*animation-name: bounceH;
	animation-duration: 3.7s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;*/
}

/*@keyframes changeC {
	0%, 100% {color: #FFF}
	50% {color: #000}
}
@keyframes bounce {
	0%, 100% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
}
@keyframes bounceH {
	0%, 100% {transform: translateX(0);}
	50% {transform: translateX(-30px);}
}
@keyframes bounceV {
	0%, 100% {transform: translateY(0);}
	50% {transform: translateY(-60px);}
}*/

.ecoRight img{
	width: 100%;
}

footer{
	width: 100%;
	padding: 50px 0 0;
	background: url(../img/line.jpg) 0 0 repeat-x;
}

.fBox1{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.fBox2{
	margin-left: 20%;
}

.fBox2 ul{
	margin: 0;
	padding: 0;
}

.fBox2 ul li{
	margin: 0 0 15px 0;
	list-style-type: none;
}

.fBox2 ul li a{
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.fBox2 ul li a:hover{
	color: #e21b2d;
}

.fBox2 ul li a img{
	margin-right: 20px;
}


.we{
	width: 100%;
	text-align: right;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/*-----------------MENU------------------*/

.leftheader {
    /*background: rgb(24, 121, 141, 1);*/
    background-color: #9e1981;
    position: fixed;
    left: 0;
    top: 0;
    margin: auto;
    padding: 30px 15px;
    z-index: 5;
    bottom: 0;
    width: 430px;
    display: flex;
    align-items: center;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-border-radius: 0 300% 300% 0;
    -moz-border-radius: 0 300% 300% 0;
    border-radius: 0 300% 300% 0;
    /* -webkit-transform: translateX(calc(-100% + 30px));
    -moz-transform: translateX(calc(-100% + 30px));
    -ms-transform: translateX(calc(-100% + 30px));
    -o-transform: translateX(calc(-100% + 30px));
    transform: translateX(calc(-100% + 30px)); */
}
.navClick{
    cursor: pointer;
    position: absolute;
    top: 50px;
    transform: translateY(-50%);
    right: -100px;
    /* color: rgb(24, 121, 141, 0.90); */
    color: #FFF;
    /*background:rgba(255, 120, 53, 1.0);*/
    width: 50px;
    height: 50px;
    z-index: -2;
    /*border-radius: 0px 10px 10px 0px;*/
    /* text-align: center; */
    /* padding: 10px 60px 10px 10px; */
    font-size: 24px;
    line-height: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.navClick:hover{
    /*background: rgb(24, 121, 141, 0.90);*/
    /* color: rgba(255, 120, 53, 1.0); */
}
.leftheader.opened{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navClick:before{
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 0px 5px 5px rgba(255, 120, 53, 0.7);
    -webkit-animation: pulse-border-0 1.8s linear infinite;
    -moz-animation: pulse-border-0 1.8s linear infinite;
    -o-animation: pulse-border-0 1.8s linear infinite;
    animation: pulse-border-0 1.8s linear infinite;
    display: none;
}
.navClick:hover:before{
    box-shadow: 0px 0px 5px 5px rgba(5, 164, 195, 0.7);
    display: none;
}
@keyframes pulse-border-0 {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        /* border: 5px solid #fff; */
        border: 5px solid rgba(5, 164, 195, 0.7);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        border: 0px solid  rgba(5, 164, 195, 0.7);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        border: 5px solid rgba(5, 164, 195, 0.7);
        opacity: 1;
    }
}
.navClick .fa{
    position: relative;
    font-weight: 400;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(calc(-50% - 2px), -50%);
    -moz-transform: translate(calc(-50% - 2px), -50%);
    -ms-transform: translate(calc(-50% - 2px), -50%);
    -o-transform: translate(calc(-50% - 2px), -50%);
    transform: translate(calc(-50% - 2px), -50%);
    /* -webkit-transform: translateY(-50%) rotateY(0deg);
    -moz-transform: translateY(-50%) rotateY(0deg);
    -ms-transform: translateY(-50%) rotateY(0deg);
    -o-transform: translateY(-50%) rotateY(0deg);
    transform: translateY(-50%) rotateY(0deg); */
}
.navClick.active .fa::before{
    content: "\f00d";
    /* -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg); */
}
.side-main{
    width: 100%;
}
.side-main .site-title a{
    color: #FFF;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px rgba(255, 120, 53, 1);
}


.header-titles{
    margin: 15px 0 30px;
    text-align: center;
    justify-content: center;
}
.header-titles .site-title{
    margin: 0;
    display: inline-block;
    text-align: center;
}
.header-titles a{
    display: inline-block;
}
.home .innerBanner{
    display: none;
}
.logoMenu > .row{
    align-items: center;
    justify-content: space-between;
}
.site-logo img{
    max-height: inherit !important;

}

.mainNav{
    padding: 0;
}

nav{
    margin: 0;
}
/* nav ul{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
} */
nav ul{
    margin: 0;
    list-style: none;
}
nav ul li{
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    /*height: 40px;*/
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
/* nav ul li:before,
nav ul li:after{
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    width: 11px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
} */
/* nav ul li:before{
    background-image: url('../images/menu-hover-left.png');
    left: -11px;
} */
/* nav ul li:after{
    background-image: url('../images/menu-hover-right.png');
    right: -11px;
} */
nav ul li:before{
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    background: #ff7835;
    position: absolute;
    content: '';
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;       
    /*-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);*/
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
nav ul li:hover:before,
nav ul li:hover:after{
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);*/
    width: 100%;
}
/* nav ul li:not(:last-child){
    margin: 0 20px 0 0;
} */
nav ul li a{
    z-index: 2;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    line-height: 40px;
    padding: 0 15px;
    display: block;
    vertical-align: middle;
}
nav ul li a:hover{
    color: #ffffff;
}
nav ul li.current-menu-item{
    background: #ff7835;
}
nav ul li.current-menu-item:before,
nav ul li.current-menu-item:after{
    opacity: 1;
    visibility: visible;
}
nav ul li.current-menu-item a{
    color: #ffffff;
}
nav ul li .icon{
    position: relative;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 20px;
}
nav ul li .icon:after{
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: -8px;
    top: -2px;
}


nav ul ul{
    display: none;
    /*opacity: 0;
    visibility: hidden;*/
    border-radius: 5px;
    width: 100%;
    padding: 10px 0 5px;
    background: #ff7835;
    position: static;
    top: calc(100% + 2px);
    left: -11px;
}
nav ul ul li{
    padding: 2px 10px 6px;
    height: auto;
    line-height: 1.2;
    background: transparent;
}
nav ul ul li:before,
nav ul ul li:after{
    content: normal;
}
nav ul ul li:not(:last-child){
    margin: 0 0 5px;
    border-bottom: 1px solid #ffb590;
}
nav ul ul li a{
    color: #fff !important;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 600;
    padding: 0px;
    letter-spacing: 1px;
}
nav ul ul li:hover a{
    color: #5d2306 !important;
}
nav ul ul li.current-menu-item a{
    color: #5d2306 !important;
}
/*nav ul li:hover ul{
    opacity: 1;
    visibility: visible;
}*/

.opened .navClick .ad1{
	display: none !important;
}

.leftheader .navClick .ad2{
	display: none !important;
}

.opened .navClick .ad2{
	display: block !important;
}

.opened .navClick{
	left: 20px;
}

.shrink {
  padding: 0px 0;
  background-color:#fff !important;
  position: fixed;
  z-index: 5;
  transition: all 0.5s ease;
}

.shrink .navClick{
	top: 38px;
}

.shrink .download a{
	margin-right: 50px;
}

.shrink .logo img{
	height: 60px;
}

.hassub .toggle{
	position: absolute;
	right: 15px;
    top: 11px;
    color: #fff;
    font-weight: bold;
}

.hassub .open .fa {
    transform: rotate(180deg);
}

.bcum{
	width: 100%;
	background-color: #9b1874;
	padding: 10px 0;
}

.bcum ul{
	margin: 0;
}

.bcum ul li{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 0 6px;
}

.bcum ul li a{
	color: #f68b1e;
}

.posrel{
	position: relative;
}

.counterright{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 160px;
	text-align: right;
	z-index:-1;
}

.counterright img{
	width: 100%;
}

.customCounter{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.counterblock{
	width: 100%;
	padding: 0 20px 20px 20px;
	background: url(../img/leftline.jpg) 0 0 no-repeat;
	box-sizing: border-box;
	vertical-align: top;
}

.counterblock h3{
	font-size: 50px;
	font-weight: 900;
	padding: 0;
	margin: 0;
}

.counterblock p{
	font-size: 16px;
	line-height: 22px;
	padding: 0;
}

.downBtnLeft{
	width: 100%;
	padding: 15px 28px;
	border-radius: 30px;
	background-color: #9d1882;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}

.downBtnLeft:hover{
	background-color: #f68b1e;
	color: #fff;
}

.downBtnRight{
	width: 100%;
	padding: 15px 28px;
	border-radius: 30px;
	background-color: #9d1882;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	text-align: right;
}

.downBtnRight:hover{
	background-color: #f68b1e;
	color: #fff;
}

.logo75{
	width: 100%;
}

.logo75 img{
	width: 100%;
}

.companyBox{
	width: 100%;
	padding-bottom: 56px;
}

.companyBox h4{
	font-size: 20px;
	font-weight: bold;
	color: #f68b1e;
	padding: 15px 0;
}

.companyBox h5{
	font-size: 17px;
	color: #e21a2d;
}

.barBg{
	width: 100%;
	background-color: #e7e7da;
	padding: 25px;
}

/*.barBg img{
	width: 100%;
}*/

.companyRight{
	width: 100%;
}

.companyRight img{
	width: 100%;
}

.adtab{
	width: 100%;
	margin: 40px 0;
}

.adtab{
	border-bottom: 0;
}

.adtab li a{
	color: #ec7e1d;
	font-size: 20px;
	text-transform: uppercase;
}

.adtab li .active{
	background-color: #99177b !important;
	border-radius: 25px;
	border: 0 !important;
	color: #fff !important;
	padding-left: 30px;
	padding-right: 30px;
}

.adSlide{
	width: 100%;
}

.adSlide .slick-arrow{
	display: none !important;
}

.adSlide .slick-dots{
	width: 100%;
	text-align: center;
}

.adSlide .slick-dots li{
	display: inline-block;
	list-style-type: none;
	width: 10px;
	height: 10px;
	background-color: #ec7e1d;
	border-radius: 50%;
	margin: 25px 5px 0;
}

.adSlide .slick-dots .slick-active{
	background-color: #99177b;
}

.adSlide .slick-dots li button{
	font-size: 0;
	border: 0;
}

.adsBg{
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 15px;
	text-align: center;
}

.slick-slide img{
	display: inline-block;
}

.mapArea{
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.flourising{
	width: 100%;
	padding-top: 40px;
}

.flourising h3{
	color: #9b1874;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
}

.blacktext{
	padding-top: 45px;
	width: 100%;
}

.reQuote{
	width: 100%;
	margin-top: 35px;
	position: relative;
	background-color: #ee1c25;
	padding: 90px 50px 50px;
	box-sizing: border-box;
	
}

.reQuote p{
	color: #fff;
	font-size: 17px;
	display: block;
}

.reQuote:before{
	width: 175px;
	height: 77px;
	background: url(../img/before.jpg) 0 0 no-repeat;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.reQuote:after{
	width: 192px;
	height: 62px;
	background: url(../img/after.jpg) 0 0 no-repeat;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
}

.inMagBox{
	width: 30%;
	float: left;
	margin-right: 50px;
}

.inMagBox img{
	width: 100%;
}

.inMDRight{
	width: 100%;
}

.inMDRight h3{
	color: #9b1874;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	margin-top: 30px;
	padding-bottom: 20px;
}

.inMDRight h4{
	color: #9b1874;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}

.mdDown{
	width: 100%;
	background-color: #e7e7da;
	padding: 40px 0;
}

.financialBox{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow-x: hidden;
}

.financialBox video{
	width: 101%;
	margin: -2px;
}

.environmentRight{
	width: 100%;
}

.inCount{
	width: 100%;
}

.butter{
	width: 100%;
	text-align: center;
}

/*.butter img{
	width: 100%;
}*/

.margBtm{
	margin-bottom: 50px;
}

.myTable tr td{
	border: 1px solid #ccc;
	padding: 8px;
}

.socialLeft{
	width: 100%;
	margin-top: 40px;
}

.socialLeft img{
	width: 100%;
}

.spanPos{
	position: relative;
    display: block;
    top: -11px;
    font-size: 12px;
}

.governance{
	width: 100%;
}

.governance img{
	width: 100%;
}

.clsbod{
	width: 100%;
	margin-top: 35px;
}

.imageArea{
	width: 100%;
	/*height: 180px;*/
	background-color: #ccc;
	position: relative;
}
.imageArea img{
    width: 100%;
}
.imageArea:after{
	width: 102px;
	height: 11px;
	background: url(../img/bodafter.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	bottom: -18px;
	content: '';
}

.bodContent{
	width: 100%;
}

.bodContent ul{
	margin-top: 18px;
	height: 180px;
	overflow-y: scroll;
	padding-right: 10px;
}

.bodContent ul li{
	background: url(../img/li.png) left 6px no-repeat;
	padding-left: 18px;
	margin-bottom: 12px;
}

.bodContent ul::-webkit-scrollbar {
	width: 3px;
}
.bodContent ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(246, 139, 31, 1);
  }
.bodContent ul::-webkit-scrollbar-thumb {
	background: #9e1981;
	transition: 0.6s;
}
.bodContent ul::-webkit-scrollbar-thumb:hover {
	background: #e21b3a;
}

.bannerText{
	position: absolute;
	z-index: 1;
}

.bannerText{
	width: 400px;
	right: 10%;
	top: 40%;
}

.bannerText img{
	width: 100%;
}

.footercenter{
	width: 100%;
	text-align: center;
}

.footercenter img{
	width: 15%;
	padding: 0 20px;
}

.footerBtm{
	width: 100%;
	background-color: #9b1874;
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
}

.footerBtm a{
	width: 30px;
	height: 30px;
	background-color: #f49600;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin: 0 8px;
}

.ci,
.nd{
	width: 100%;
	padding-top: 25px;
}

.nd strong{
	width: 100%;
	display: block;
}

.cb{
	width: 100%;
}

.cb img{
	width: 100%;
	border: 2px solid #9d1882;
}

.text75 h3{
    font-size:20px;
    font-weight:300;
    color:#9d1882;
    padding-bottom:20px;
}

.l75{
    width:100%;
    margin-bottom:30px;
}

.batch{
    width:100%;
}


.myMob{
    display:none;
}

.splAlign{
    padding-bottom: 12px;
    display: inline-block;
}

.myTabBanner{
	display: none;
}

.ecoRight img{
        display: none;
 }

.barBg img{
        display: none;
 }

 .mapArea img{
        display: none;
 }

 .fancybox-image, .fancybox-spaceball{
 	background: #fff;
 }

 .financialBox img{
 	display: none;
 }

 .footerPDF{
 	width: 100%;
 	text-align: center;
 	padding-top: 40px;
 }

.footerPDF a{
  	display: inline-block;
  	padding: 6px 10px;
  	border: 1px solid #efefef;
  	color: #000;
  	font-size: 14px;
  }

  .footerPDF a:hover{
  	color: #9d1882;
  	border: 1px solid #9d1882;
  }
  
  #button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  line-height:50px;
  color:#fff;
}
/*#button::after {*/
/*  content: "\f077";*/
/*  font-family: FontAwesome;*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-size: 2em;*/
/*  line-height: 50px;*/
/*  color: #fff;*/
/*}*/
#button:hover {
  cursor: pointer;
  background-color: #9d1882;
}
#button:active {
  background-color: #9d1882;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.hassub .open svg {
    transform: rotate(180deg);
}



