

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 35%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 41px;
	margin-top:9px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}

/* header area adinationals */
.logo {
	float: left;
	width: 25%;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}



.mstslider {
	width: 100%;
	float: left;
}


.slidermar {
	margin-top: 0px;
}







/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/



/* featured section 2 */
.featured_section2 {
	float: left;
	width: 100%;
	padding: 50px 0px;
}


/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
    width: 100%;
    padding: 50px 0px 0px 0px;
    background: #131313;
    color: #c7c7c7;
}
.footer h4 {
	font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
}
.faddress li a {
	color: #999;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}

/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #999;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}




/* copyrights */
.copyright_info {
    float: left;
    padding: 14px 0px 17px 0px;
    margin: 40px 0px 0px 0px;
    width: 100%;
    color: #c7c7c7;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: #252525;
}

.copyright_info a {
	margin-top: 10px;
	font-size: 13px;
	color: #c7c7c7;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}





/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 100%;
    line-height: 26px;
    vertical-align: middle;
    background-color: #080808;
    color: #f5f5f5;
    transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #565656;
}




/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}

.section-heading{
	text-align: center;
    font-weight: 600;
    color: #000;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 32px;
}
.explore-img{
	width: 50%;
    float: left;
    height: 240px;
}
.explore-block{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 30px;
}
.explore-block h3{
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
	text-transform: capitalize;
}
.explore-block p{

}
.explore-text{
	width: 50%;
    float: left;
	padding: 15px 30px;
    border: 1px solid #01350e;
    height: 240px;
    background-color: #01350e;
    color: #fff;
}
.read-more{
	margin-top: 10px;
    display: inline-block;
	color: #50af31;
}
.read-more:hover{
	color: #50af31;
}
.home-section{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 50px 0px;
	background-color: #01350e;
}
.explore-block.mb0{
	margin-bottom: 0px;
}
.left-section{
	width: 52%;
	float: left;
}
.right-section{
	width: 48%;
    float: left;
    border: 1px solid #fff;
    padding: 17px 30px 18px;
    background-color: #fff;
}
.btn-more{
	width: auto;
    border: 1px solid #50af31;
    background-color: #50af31;
    color: #fff;
    padding: 5px 15px;
    margin-top: 16px;
    display: inline-block;
    border-radius: 2px;
}
.btn-more:hover{
	border-color: #01350e;
	background-color: #01350e;
	color: #fff;
}
.right-section h4{
color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
}
.service-bolck img{
	width: 95%;
    margin: auto;
    display: block;
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.name-plate{
    width: 75%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    top: -22px;
    background-color: #01350e;
    padding: 15px 0px;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 1px rgba(169, 169, 169, 0.5);
}
.name-plate h4{
	margin: 0px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.service-bolck{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.product-box{
	width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 15px;
    padding-bottom: 35px;
    background-color: white/*smoke*/;
}
.product-box img{
	width: 100%;
}
.name-box{
	width: 85%;
    height: auto;
    padding: 10px 0px;
    border: 1px solid #01350e;
    background-color: #01350e;
    color: #fff;
    margin: auto;
    display: block;
    position: relative;
    top: -24px;
	border-radius: 5px;
}
.name-box h4{
	color: #fff;
	text-align: center;
	margin: 0px;
}
.two_fourth{
	width: 13%;
    float: left;
    margin-right: 3%;
}
.three_fourth{
	width: 11%;
    float: left;
	margin-right: 3%;
}
.four_fourth{
	width: 21%;
	float: left;
}
.footer .one_fourth {
    width: 45%;
    margin-right: 3%;
}
.quick-links li{
	position: relative;
	margin-left: 20px;
	margin-bottom: 5px;
    text-transform: capitalize;	
}
.quick-links li a{
	color: #c7c7c7;
}
.quick-links li:before{
	position: absolute;
    content: "\f0c8 ";
    font-family: FontAwesome;
    left: -20px;
    font-size: 8px;
    line-height: 24px;
    color: #006b1b;
}
.address-ul li{
	position: relative;
	margin-bottom: 8px;
	margin-left: 25px;
}
.map-icon:before{
	position: absolute;
	content: "\f041";
	left: -25px;
	font-family: FontAwesome;
	color: #006b1b;
	font-size: 19px;
    line-height: 26px;
}
.phone-icon:before{
	position: absolute;
	content: "\f095";
	left: -25px;
	font-family: FontAwesome;
	color: #006b1b;
	font-size: 18px;
    line-height: 26px;
}
.envelope-icon:before{
	position: absolute;
	content: "\f0e0";
	left: -25px;
	font-family: FontAwesome;
	color: #006b1b;
	font-size: 14px;
    line-height: 26px;
}
.home-section1{
	width: 100%;
    height: auto;
    padding: 60px 0px 80px;
    display: inline-block;
    background: url(../images/pets.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-section1:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #01350ec4;
}
.section-box{
    width: 80%;
    margin: auto;
    display: block;
    /* border: 1px solid #fff; */
    background-color: #ffffff5c;
    padding: 50px 60px;
    position: relative;
    color: #fff;
}
.section-box:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 20px;
	left: 20px;
	border: 1px solid #9a9898;
}
.section-box h3{
	color: #131313;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    width: 75%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 38px;
    font-size: 24px;
}
.section-box:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 35px;
    background-color: #01350e;
    top: 0;
}
.section-box p{
	text-align: center;
}
.triangles{
	position: relative;
}
.triangles:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 15px solid #01350e;
    border-right: 35px solid transparent;
    border-bottom: 10px solid transparent;
    top: -16px;
}
.triangles:after{
	position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 15px solid #01350e;
    border-bottom: 10px solid transparent;
    border-left: 35px solid transparent;
    top: -16px;
    left: -20px;
}
.about1{
	width: 50%;
    margin-right: 1%;
	margin-left: 3%;
	float: left;
	margin-bottom: 1%;
}
.about2 {
    width: 46%;
    float: left;
    margin-top: 24px;
}
.about3{
	width: 46%;
    margin-right: 1%;
	float: left;
}
.about4{
	width: 50%;   
	float: left;
	margin-right: 3%;
}
.about-more{
	width: auto;
	padding: 5px 15px;
	border: 1px solid #4fae30;
	background-color: #4fae30;
	color: #fff;
	border-radius: 2px;
	margin-top: 20px;
	display: inline-block;
}
.about-more:hover{
	border-color: #01350e;
	background-color: #01350e;
	color: #fff;
}
.about_section{
	width: 100%;
	height: auto;
	display: block;
	padding: 70px 0px;
}
.about-heading{
	font-size: 29px;
    line-height: 37px;
    color: #01350e;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'DM Sans', sans-serif;
}
.about-title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 800;
    color: #848282;
}
.small-banner{
	width: 100%;
    height: auto;
    display: inline-block;
    padding: 60px 0px;
    margin-top: 90px;
    background: #004c0b url(../images/bg-pattern.png);
    position: relative;
}
.small-banner:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.small-banner h2{
	text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    color: #fff;
}
.breadcrumbs {
	width: fit-content;
	margin: auto;
	display: block;
	font-size: 16px;
}
.breadcrumbs a{
	color: #fff;
	text-transform: capitalize;
}
.breadcrumbs a i{
	padding-right: 6px;
}
.breadcrumbs .active{
	color: #51af32;
}
.innerpage-sec{
	width: 100%;
	height: auto;
	display: block;
	padding: 60px 0px;
}
.overview{
	width: fit-content;
	margin: auto;
	display: block;
	position: relative;
}
.overview:before{
        position: absolute;
    left: -15px;
    height: 35%;
    width: 20px;
    content: '';
    top: -15px;
    background-color: #09529e;
}
.overview:after{
    position: absolute;
    top: -15px;
    height: 20px;
    width: 35%;
    content: '';
    left: -15px;
	background-color: #09529e;
}
.innerpage-sec p{
	margin-bottom: 10px;
	text-align: justify;
}
.overview img{
	margin: 0;
    width: 100%;
    padding: 20px;
}
.vision-sec{
	    width: 100%;
    height: auto;
    display: inline-block;
    background: #cdcdcd url(../images/vision-bg.jpg) no-repeat;
    margin: 60px 0px;
    position: relative;
}
.vision-sec:before{
	position: absolute;
    content: "";
    background-color: #000000a8;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.vision-sec:after{
	position: absolute;
    content: "";
    background-color: #eeffe9;
    width: 200px;
    height: 100%;
    right: 0px;
    top: 0;
    z-index: 9;
}
.vision-box{
	padding-right: 50px;
}
.mission-box{
	width: 100%;
    height: 100%;
    background-color: #eeffe9;
    position: relative;
    z-index: 99;
}
.mission-box:before{
	    position: absolute;
    content: "";
    left: -25px;
    border: 15px solid #51af32;
    height: 100%;
}
.mission-box:after{
	position: absolute;
    content: "";
    left: -25px;
	top: -30px;
    border: 15px solid #51af32;
    width: 100%;
}
.mission-box1:after{
	position: absolute;
    content: "";
    left: -25px;
	bottom: -30px;
    border: 15px solid #51af32;
    width: 100%;
}
.mission-box1{
	width: 100%;
	background-color: #eeffe9;
	padding: 30px 40px;
}
.mission-box1 p{
	position: relative;
	left: 20px;
}
.mission-box1 p:before{
	position: absolute;
    content: "\f0c8 ";
    font-family: FontAwesome;
    left: -20px;
    font-size: 8px;
    line-height: 24px;
    color: #006b1b;
}
.vision-title {
    margin-top: 75px;
    font-size: 25px;
    margin-bottom: 20px;
}
.vision-box p{
	color: #fff;
}
.side-title {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 21px;
}
.design-box p{
	margin-bottom: 0px;
}
.design-box{
	border: 1px solid #ede4fb;
    background-color: #f7f2ff;
    padding: 20px;
    /* box-shadow: 0px 0px 10px 1px rgba(187, 187, 187, 0.4); */
    border-left: 3px solid #51af32;
    border-radius: 5px;
}
.small-banner h4{
	text-align: center;
    color: #4fae30;
    font-weight: normal;
    margin-bottom: 20px;
}
.small-banner .mb1{
	margin-bottom: 20px;
}
.side-title1{
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    font-size: 18px;
}
.indications{
	margin-bottom: 0px;
}
.indications li{
	margin-left: 15px;
	position: relative;
    margin-bottom: 10px;	
}
.indications li:before{
	position: absolute;
	content: "\f0c8 ";
    font-family: FontAwesome;
    left: -15px;
    font-size: 8px;
    line-height: 28px;
    color: #006b1b;	
}
.left-side{
	width: 10%;
	float: left;
	margin-right: 1%
}
.right-side{
	width: 89%;
	float: left;
}
.left-side h5{
	color: #29a000;
}
.points-box{
        width: 100%;
    border: 1px solid #ede4fb;
    background-color: #f7f2ff;
    border-left: 4px solid #50af32;
    padding: 15px;
    border-radius: 5px;
}
.points-box p{
	margin-left: 15px;
	position: relative;
}
.points-box p:before{
	position: absolute;
	content: "\f0c8 ";
    font-family: FontAwesome;
    left: -15px;
    font-size: 8px;
    line-height: 27px;
    color: #006b1b;	
}
.reg .left-side{
	width: 100%;
	margin-right: 0px;
}
.content li{
	width: 20%;
    margin-bottom: 7px;
    /* border: 1px solid #d6ffc9; */
    /* background-color: #daffcd; */
    /* width: fit-content; */
    padding: 0px 10px;
    list-style: decimal-leading-zero;
    margin-left: 25px;
}

.product-left-text{float: left; width: 65%; margin-right: 5%;}

.product-right-image{float: left; width:30%;}

.pl-15{padding-left: 15px;}

.contactus-box{
	background-color: #ffffff;
    box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1);
}

.contactus-box-left{width: 30%; margin-right: 1%; float: left; background: #1a3c8c; padding: 30px 20px; color: #fff;}

.contactus-box-left h4{font-size: 24px; font-weight: 400;  font-family: 'DM Sans', sans-serif; margin-bottom: 10px;    color: #fff;}

.contactus-box-left span{ float: left; padding-bottom: 50px; padding-right: 15px; font-size: 42px; padding-top: 8px; color: #68c249;}

.contactus-box-left h6{ margin-bottom: 8px; font-size: 16px; font-weight: 400;  font-family: 'DM Sans', sans-serif;color: #fff;}

.contactus-box-left p{  font-size: 18px; font-weight: 400;  font-family: 'DM Sans', sans-serif; line-height: 28px;}

.section-divied{border-bottom: 1px solid #3f5b9d; padding: 20px 0px;}

.section-divied:nth-child(4n+0){border-bottom: 0px solid #3f5b9d; padding: 30px 0px 20px;}

.contactus-box-right{width: 69%; float: left; padding: 45px; color: #fff;}

.contactus-box-right h3{font-size: 26px; font-weight: 500;  font-family: 'DM Sans', sans-serif; margin-bottom: 30px; color: #000;}

.contact-from{width: 47%; float: left; margin-right: 6%}

.contact-from input{    
	border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 30px;
}

.contact-from-textarea{width: 100%; float: left; }

.contact-from-textarea textarea{    
	border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}

.contact-from-submit{    
	background: #45922a;
	padding: 12px 25px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
}

.google-map{box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1); border:1px solid #ddd;}

.google-map-text h4{font-size: 24px; font-weight: 500; font-family: 'DM Sans', sans-serif;  color: #000;  margin-top: 70px; margin-bottom: 25px;}

.footerlinks-left{width: 73%; float: left; margin-right: 2%}

.footerlinks-right{width:25%; float: left;}

.quicklinks{width: 32%; float: left; margin-right: 2%}
.division-item{
margin-right:80px;
margin-bottom:35px;


}
.division1{
border-right: 10px solid #01350e;
border-bottom:10px solid #01350e;
/*background-color:#000000;*/
border-radius:100px 100px 0px 100px;
}

.division2{
border-left: 10px solid #01350e;
border-bottom:10px solid #01350e;
border-radius:100px 100px 100px 0px;

}
.division3{
border-right: 10px solid #01350e;
border-top:10px solid #01350e;
border-radius:100px 0px 100px 100px;
}

.division4{
border-left: 10px solid #01350e;
border-top:10px solid #01350e;
border-radius:0px 100px 100px 100px;
}


.apbc-video-section {
    padding: 65px 0 0 0;
    overflow: visible;
   /* height: 580px;*/
    position: relative;
    z-index: 1;
}
[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.apbc-video-section .apbc-video-content {
    margin-top: 67px;
}

.apbc-video-section .apbc-video-content .apbc-video-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.apbc-body {
    font-size: 16px;
    line-height: 1.556;
    color: #858585;
   font-family: 'DM Sans', sans-serif;
}

.apbc-video-section .apbc-video-content .apbc-video-column .apbc-icon-wrapper  {
    width: 101px;
    height: 90px;
    background-color: #ff6363;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
   /* display: inline-flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;line-height: 26px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    /*-webkit-box-shadow: 27.486px -5.343px 40px 0px rgba(9, 82, 158, 0.12);
    box-shadow: 27.486px -5.343px 40px 0px rgba(9, 82, 158, 0.12);*/
    font-family: 'DM Sans', sans-serif;
}

.apbc-video-section .apbc-video-content .apbc-video-column .apbc-icon-wrapper  span{
   
    font-size: 16px;
   
}


.apbc-video-section .apbc-video-content .apbc-video-column .apbc-column-content {
    background-color: #faefbc;
    padding: 15px 30px 15px 50px;
    margin-left: -50px;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
    min-height: 100px;
}

.apbc-video-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #000625), to(rgba(0, 6, 37, 0)));
    background-image: -webkit-linear-gradient(left, #000625 60%, rgba(0, 6, 37, 0));
    background-image: -o-linear-gradient(left, #000625 60%, rgba(0, 6, 37, 0));
    background-image: linear-gradient(to right, #000625 60%, rgba(0, 6, 37, 0));*/
    z-index: -1;
}

.apbc-headline span{ 
   line-height: 1.556;
   color: #000;
   font: 500 16px "Poppins", sans-serif; font-weight: 600}

.apbc-headline h4{ 
   line-height: 1.556;
   color: #000;
    font: 500 20px "Poppins", sans-serif;
    font-weight: 600;}

.apbc-tagline span{ 
   line-height: 1.556;
   color: #000;
   font: 500 15px "Poppins", sans-serif;}


.apbc-headline h3{ 
   line-height: 1.556;
   color: #fff;
   font: 600 60px "Poppins", sans-serif; letter-spacing: 1px;}

.apbc-headline h5{ 
   line-height: 1.556;
   color: #fff;
   font: 500 30px "Poppins", sans-serif; letter-spacing: 1px;}

.hsmline2 {
    float: left;
    width: 120px;
    height: 2px;
    background: #ffb400;
    margin-top: 10px;
    margin-bottom: 20px;
}

.apbc-headline h6{ 
   line-height: 1.556;
   color: #fff;
   font: 400 25px "Poppins", sans-serif; letter-spacing: 1px;}


.apbc-headline h6 span{color: #ffd800;font: 400 25px "Poppins", sans-serif; letter-spacing: 1px;}

.nanwin-left-text{width: 73%; float:left; margin-right:2%;}

.nanwin-right-image{width: 25%; float:left; }

.nanwin-right-image img{margin-top:60px;}

.nanwin-left-text h2{ color:#044d0f; font-weight:600; }
	
	:target{
	scroll-margin-top:6em;
	}
.nanwin-left-item{
width:46%;
float:left;
margin-right:50px;
}
.nanwin-right-item{
width:46%;
float:left;
}
.nanwin-box{
    width: 100%;
   	margin-top:20px;
	margin-bottom:25px;
}
.nanwin-box a:hover{
background:#f7f2ff;
border-bottom:1px solid #064f11;
text-decoration:underline;
transition: all ease 0.3s;

}
.nanwin-box a{
	position: relative;
	margin-bottom: 0px;
	display:inline-block;
  background-color: rgb(9, 82, 158, 0.1);
   width: 90%;
     border-radius: 8px;
	 padding:8px;
	 padding-left:30px;
	 margin-left:30px;
	border-bottom:1px solid rgb(9, 82, 158, 0.1);
	text-align:left;
	color:#000;
	transition: all ease 0.3s;
	}
.nanwin-box a:before{
	position: absolute;
	content: "\f0c1 ";
    font-family: FontAwesome;
    left: -30px;
    
 background:rgb(9, 82, 158, 1);
width:50px;
height:50px;
color:#fff;
border-radius:50%;
padding:12px;
text-align:center;
font-size:1.3em;
border:0px solid #fff;
margin-top:-12px;

}

.about-text{
margin-right:50px;
}
.about-vision-box{
box-shadow: 0px 5px 5px 5px rgb(0, 0, 0, 0.3);
padding:20px;
margin-top:30px;
margin-bottom:30px;
margin-right:50px;
margin-left:20px;
}
.about-vision-box p{
text-align:left;
}
.about-vision-box h5{
color:#09529e;
font-weight:600;
font-size:1.6em;
margin-top:10px;
}
.about-vision-box i{
color:#09529e;
font-size:2.5em;
padding-top:12px;
}
.rd-title{
color:#09529e;
font-weight:600;
}
.circle-img{
height:300px;
 width:300px;
border-radius:50%;
}
.circle-img-1{
height:350px;
 width:350px;
border-radius:50%;

border-top:10px solid #09529e;
border-left: 10px solid #09529e;
}


.tabs-item {
    margin: 0;
    padding: 0;
  	}
.tabs-item .active a {
    color: #fff;
    background-color: #999;
}
.tabs-item  a {
    float: left;
    color: #454545;
    height: 40px;
    padding: 0px 18px;
    text-decoration: none;
    line-height: 40px;
    font-size: 15px;
    background-color: #e3e3e3;
    border-right: 1px solid #fff;
    font-family: 'Roboto';
}
.tabs-item  a:hover {
    color: #fff;
    background-color: #999;
}