@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	text-align: justify;
	font-size: 22px;
	font-weight: bold;
}
a:hover, a:focus{
	text-decoration: none !important;
}
img{
	width: 100%;
}
ul{
	padding: 0;
}
:focus{
	outline: none;
}
.border-right{
	border-right: 1px solid #bbb;
}
.border-left{
	border-left: 1px solid #bbb;
}


/* Header Style*/

.headertop .scoialmediabox {
    text-align: right;
}
.headertop .scoialmediabox ul li {
    list-style: none;
	display: inline-block;
	    padding: 17px 0px;
}
.headertop .scoialmediabox ul li a i.fa {
    background-color: #0015FF;
	color: #fff;
	border-radius: 7px;
	padding: 10px 12px;
	font-size: 20px;
	transition: all 0.5s;
}
.headertop .scoialmediabox ul li a:hover i.fa {
	border-radius: 30px;
	transition: all 0.5s;
}
.headertop .scoialmediabox ul li a i.fa-facebook {
    background-color: #3b5998;
}
.headertop .scoialmediabox ul li a i.fa-twitter {
    background-color: #00acee;
}
.headertop .scoialmediabox ul li a i.fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.headertop .scoialmediabox ul li a i.fa-linkedin {
    background-color: #0e76a8;
}
.headertop .scoialmediabox ul li a i.fa-pinterest {
    background-color: #c8232c;
}
.headertop .scoialmediabox ul li a i.fa-youtube-play {
    background-color: #c4302b;
}
.headertop .searchbox {
    text-align: right;
	position: relative;
	padding: 0 0 25px;
}
.logo {
    padding-top: 30px !important;
}
.headertop .searchbox input {
        width: 100%;
    border-radius: 30px;
    border: 2px solid #ABABAB;
    padding: 10px 110px 10px 15px;
}
.headertop .searchbox button {
    vertical-align: middle;
    font-size: 16px;
    color: rgba(255,255,255,1);
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: #2b81be;
    text-align: center;
    position: inherit;
    margin: 0;
    padding: 9px 15px;
    cursor: pointer;
    border-radius: 30px;
	    position: absolute;
    top: 0;
    right: 0;
}

header{
	position:relative;
	width:100%;
	    border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.logo{
	position:relative;
	z-index:123;
	padding:10px;
	font:18px verdana;
	color:#6DDB07;
	float:left;
	width:15%;
}
.logo a{
	color:#6DDB07;
}
nav{
	position:relative;
	/* width:980px; */
	margin:0 auto;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#cssmenu:after,#cssmenu > ul:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
#cssmenu #head-mobile{
	display:none;
}
#cssmenu > ul > li{
	float:left;
	    padding: 0 1.9%;
}
#cssmenu ul{
	margin: 0;
}
#cssmenu > ul > li > a{
	padding:17px;
	font-size:14px;
	letter-spacing:1px;
	text-decoration:none;
	    color: #000;
    font-weight: normal;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{
	color:#fff;
}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
	background:#2b81be!important;
	-webkit-transition:background .3s ease;
	-ms-transition:background .3s ease;
	transition:background .3s ease;
}
#cssmenu > ul > li.has-sub > a{
	padding-right:30px;
}
#cssmenu > ul > li.has-sub > a:after{
	position:absolute;
	top:22px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';
}
#cssmenu > ul > li.has-sub > a:before{
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before{
	top:23px;
	height:0;
}
#cssmenu ul ul{
	position:absolute;
	left:-9999px;
	    z-index: 1;
}
#cssmenu ul ul li{
	height:0;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	background:#fff;
	transition:all .25s ease;
}
#cssmenu ul ul li:hover{
	
}
#cssmenu li:hover > ul{
	left:auto;
}
#cssmenu li:hover > ul > li{
	height:35px;
}
#cssmenu ul ul ul{
	margin-left:100%;
	top:0;
}
#cssmenu ul ul li a{
	border-bottom:1px solid rgba(150,150,150,0.15);
	padding:11px 15px;
	width:170px;
	    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
	border-bottom:0;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
	color:#2b81be;
}
#cssmenu ul ul li.has-sub > a:after{
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:'';
}
#cssmenu ul ul li.has-sub > a:before{
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before{
	top:17px;
	height:0;
}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
	background:#363636;
}
#cssmenu ul ul ul li.active a{
	border-left:1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
	border-top:1px solid #333;
}


/*end header style*/

.slider {
    padding: 0 0 40px;
}
.aboutus {
    padding: 30px 0;
	    background-color: rgba(248, 248, 248, 1);
}
.aboutus h2 {
        font-size: 22px;
    font-weight: bold;
}
p.btnstyle {
    text-align: right;
	padding: 8px 0px;
}
p.btnstyle a {
    color:#fff;
	background-color: rgba(43, 129, 190, 1);
	padding: 8px 15px;
	border-radius: 10px;
	transition: all 0.3s;
}
p.btnstyle a:hover {
-moz-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.35) inset;
   -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.35) inset;
   box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.35) inset;
	transition: all 0.3s;
}
.homeproduct h2 {
    font-weight: bold;
    text-align: center;
    background-image: url("../img/line.png");
	    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.homeproduct {
    padding: 15px 0;
}
.productdisplay p{
	padding: 15px 0px 0;
}
.productdisplay p.btnstyle{
	text-align: center;
	padding: 20px 0 10px;
}
.footercolume p a i.fa {
        background-color: #2b81be;
    color: #fff;
    padding: 5px 7px;
    font-size: 22px;
    border-radius: 7px;
}
.footercolume p a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.footercolume p{
	padding: 10px 0 0;
}
.footer{
	background-color: #eeeeee;
	padding: 30px 0 0;
	-moz-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.1) inset;
   -webkit-box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.1) inset;
   box-shadow: 0px 7px 3px 0px rgba(0, 0, 0, 0.1) inset;
}
.footercolume h3{
	margin: 0;
}
.footercolume h3 {
	text-align: center;
}
.footercolume h3 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
	padding: 0 0 15px;
}
.footercolume h3 a {
    color: #000;
}
.footercolume ul li {
	list-style: none;
	text-align: left;
	    line-height: 2;
}
.footercolume ul li a{
	color: #000;
}
.footercolume ul li a:hover {
	color: #2b81be;
}
.addressarea p i.fa {
    color: #fff;
    background-color: #2b81be;
    padding: 6px 11px;
    font-size: 20px;
    border-radius: 7px;
}
.addressarea p a, .addressarea p {
    color: #696969;
    font-size: 16px;
}
.footerbootm {
    border-top: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.footerbootm p{
	margin: 0;
}
.footerbootm p a {
	color: #333;
}
.breadcrub {
    background-color: #eeeeee;
    border-bottom: 1px solid #bbbbbb;
	    padding: 10px 0;
}
.breadcrub ul li {
    list-style: none;
    display: inline;
    padding: 0 6px;
}
.breadcrub ul {
	margin: 0;
}
.breadcrub ul li a {
	color:#333;
}
.breadcrub ul li a:hover {
	color:#2b81be;
}
.producttop {
    text-align: center;
}
.producttop h1, .producttop h1 {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #000;
	text-transform: capitalize;
}
.producttop p {
    margin: 0;
}
.sidebar h2 {
    font-weight: 500;
    color: #fff;
    background-color: #0d64ab;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
.sidebar ul li {
    list-style: none;
}
.sidebar ul li a {
    display: block;
    background-color: #003e70;
    color: #fff;
    padding: 13px 13px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
	    text-align: left;
}
.sidebar ul li a:hover {
    background-color: #333;
}
.productlinst {
    padding-top: 60px;
}
.productlist {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.producttext h2 a {
    color: #000;
}
.producttext h3 a:hover {
    color: #0d64ab;
}

.news {
	padding: 25px 0;
}
.news .dateandyear p span {
    font-weight: bold;
    font-size: 45px;
    display: block;
    line-height: 1;
}
.news .dateandyear {
	text-align: center;
}
.news .dateandyear p {
    margin: 0;
    background-color: #eeeeee;
    padding: 15px 0;
}
.newscontentse h2 a {
    font-size: 18px;
    color: #000;
}
.newscontentse h2 a:hover {
    color: #2e83bf;
}
.newslisting {
    border-bottom: 1px dashed #848484;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newsdetails {
    padding: 30px 0;
}
.newsdetails .newstitle {
	border-bottom: 1px solid #eeeeee;
}
.newsdetails .newstitle h1 {
	    margin: 0;
    text-align: center;
    padding: 0 0 20px;
}
.newsdetaislnext p {
    color: #7a7f8b;
	margin: 0;
}
.newsdetaislnext p a {
    color: #000;
}
.newsdetaislnext p a:hover {
    color: #2b81be;
}
.newsdetaislnext {
    padding: 15px 0;
}
.newsdetailscontent{
	border-bottom: 1px solid #eeeeee;
}
.detailsnext {
    text-align: right;
}
.newsdetailscontent {
    padding-top: 30px;
	padding-bottom: 30px;
}
.contactleftside {
    padding-left: 0 !important;
}
.addresss2 {
    padding: 30px 0;
}
.contactrightside label {
    margin: 0;
    font-weight: normal;
    padding: 15px 0 3px;
}
.contactrightside button.submitbtn {
	background-color: #000;
}
.contactrightside button.submitbtn {
    background-color: #2b81be;
    color: #fff;
    border: navajowhite;
    margin: 15px 0 0;
    padding: 10px 30px;
    border-radius: 6px;
	cursor: pointer;
}
.contactus {
    padding: 30px 0;
}
.contactrightside button.submitbtn:hover {
    background-color: #000;
}
.hesign h1 {
    margin: 0;
    font-weight: bold;
    text-align: center;
	    padding: 0 0 35px;
}
.opticls {
    padding: 30px 0;
}
.opticlsbox h2 {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
	color: #707070;
	    padding: 0 0 0 9px;
		    height: 66px;
}
.opticlsbox a:hover h2 {
	color: #2b81be;
}
.opticlsbox p {
    text-align: center;
    color: #707070;
    line-height: 1.7;
    padding: 15px 0 0;
}
.opticlsbox p.buttonlinkoptic {
    color: #2b81be;
    padding: 0;
    font-size: 16px;
}

.opticlsbox a:hover .hoverimageso img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.opticlsbox a .hoverimageso img {
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
	    height: 270px;
    object-fit: cover;
	
}
.hoverimageso{
	height: 270px;
	overflow: hidden;
}
.opticlsbox a p.buttonlinkoptic i.fa {
   transition: all 0.5s;
}
.opticlsbox a:hover p.buttonlinkoptic i.fa {
    padding: 0 0px 0 15px;
}
.opticlsbox {
    border: 1px solid #eee;
	position: relative;
	transition: all 0.5s;
	    overflow: hidden;
	    margin: 0 0 28px;
}
.opticlsbox:hover {
    box-shadow: 0px 0px 13px 6px #eee;
    transition: all 0.5s;
}
.opticlsbox:after {
    content: '';
    height: 1px;
    width: 0%;
    background-color: #2b81be;
    position: absolute;
    transition: 0.5s;
	    bottom: 0;
}
.opticlsbox:hover:after {
    width: 100%;
    transition: 0.5s;
}
.rightsideixon {
    position: absolute;
    top: 0px;
    left: -82px;
    color: #000;
    transition: 0.5s;
    display: inline-block;
    margin: 0 0px;
    vertical-align: middle;
    border-top: solid 40px rgb(43, 129, 190);
    border-left: solid 40px rgb(43, 129, 190);
    border-right: solid 40px transparent;
    border-bottom: solid 40px transparent;
}
.rightsideixon i.fa {
    position: absolute;
    top: -26px;
    left: -26px;
    color: #fff;
    font-size: 20px;
}
.opticlsbox a:hover .rightsideixon {
    left: 0px;
    transition: 0.5s;
}


/* onlinework */
.content {
    padding: 30px 0;
}
.aboutundr ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 20px 0 0px;
}
.aboutundr ul li a {
    background-color: #eeeeee;
    color: #000;
    padding: 9px 150px 9px 8px;
    border-radius: 3px;
}
.aboutundr ul li a:hover {
    background-color: #426396;
    color: #fff;
}
.searchresult {
    padding: 20px 0 0;
	position: relative;
}
.searchresult input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #2b81be;
    padding: 9px 50px 9px 0;
}
.searchresult button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.searchresult h4 b {
    color: #2b81be;
}
.product-deatisl {
    padding: 30px 0;
}
.tabledetails h2 {
    margin: 0;
    text-align: center;
    font-size: 30px;
	padding: 15px 0;
}
.tabledetails table {
    width: 100%;
}
.tabledetails table td {
    border: 1px solid #333;
    padding: 3px 12px;
    font-size: 16px;
}
.tabledetails {
	padding: 0 0 30px;
}
.factory h1 {
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #2b81be;
}
.factory {
    padding: 30px 0;
}
.factory .tourfa {
    background-image: url(../img/background.gif);
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.factory .tourfa h3 span{
	color: #2B81BE;
}
.factory .tourfa h3 {
    padding: 90px 0 0;
    font-size: 22px;
	    line-height: 1.5;
}
.activity {
    padding: 30px 0;
}
.gapacti {
    padding-bottom: 40px;
}
.client {
    padding: 30px 0;
}
.client h1 {
    margin: 0;
    padding: 0 0 15px;
}
.client p {
    line-height: 1.5;
    font-size: 16px;
}
.clientslider h2 {
    margin: 0;
    font-size: 37px;
    padding: 10px 0 10px;
}



/* client*/


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	    padding: 25px 0;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100px;
    min-height: 1px;
    object-fit: contain;
	padding: 32px 0 0; 
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.arrows {
	position: absolute;
	top: 43%;
	z-index: 1;
}
.arrowpre {
    right: 0;
}
.arrows i.fa {
	color: #000;
	font-size: 35px;
}
.carousel-inner>.item>img {
    height: 450px !important;
    object-fit: cover;
}
.button {
    display: none;
}
.productimagebox img {
    height: 200px;
    object-fit: cover;
}
.producttext h2 {
    text-align: left;
    line-height: 1.3;
}
.newproduct h1 {
    text-align: center;
}
.newanimationbox .imgabox img {
    height: 400px;
    object-fit: cover;
	-webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.titlebox {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.5s;
    z-index: 1;
	    padding: 0 20px;
}
.titlebox h2 {
    text-align: left;
	line-height: 1.5;
}
.newanimationbox {
    overflow: hidden;
    height: 400px;
	position: relative;
	margin: 0 0 30px;
}
.newanimationbox a:hover .titlebox {
	transition: all 0.5s;
	bottom: 35px;
}
.viewmeorbtn{
	transition: all 0.5s;
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
	z-index: 1;
	padding: 0 20px;
}
.newanimationbox a:hover .viewmeorbtn {
    bottom: 0;
	transition: all 0.5s;
	opacity: 1;
}
.newanimationbox a:hover .imgabox img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.newanimationbox a:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.42);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.newproductdetails {
    padding: 30px 0;
}
.productdetaislnew h1 {
    margin: 0 0 15px;
    font-size: 27px;
    color: #2b81be;
    border-bottom: 1px dashed #000;
    padding: 0 0 10px;
}
.newproductdetails img {
    height: 500px;
    object-fit: cover;
}
/* Style the tab */
.productnewfotter .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.productnewfotter .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-right: 1px solid #bdbdbd;
}

/* Change background color of buttons on hover */
.productnewfotter .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.productnewfotter .tab button.active {
      background-color: #2b81be;
    color: #fff;
	border-right: 1px solid #2b81be;
}

/* Style the tab content */
.productnewfotter .tabcontent {
  display: none;
  padding: 20px 20px;
  border: 1px solid #ccc;
  border-top: none;
}
.productnewfotter {
    padding-top: 30px;
}
.productnewfotter .tabcontent table {
    width: 100%;
}
.productnewfotter .tabcontent p{
	font-size: 15px;
	    line-height: 1.7;
}
.productnewfotter .tabcontent table tr td {
    border: 1px solid #000;
    padding: 5px 0px 5px 10px;
    font-size: 15px;
}
.contactinforati {
    border: 1px solid #000;
}
.contactinforati p {
	margin: 0;
}
.bordernew {
    border-bottom: 1px solid #000;
    margin: 0px 0 10px;
}




















.product-slider #carousel {
    border: 4px solid #eeeeee;
    margin: 0;
}

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 45px; }

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { border: 4px solid #eeeeee; width: 20%; margin: 0 2%; display: inline-block; vertical-align: middle; cursor: pointer; max-width: 98px; }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #eeeeee; }

.product-slider .item img { width: 100%; height: auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.carousel-control.right, .carousel-control.left {
	background-color: transparent !important; 
	background-image: none !important;
	    color: #2b81be;
    box-shadow: none;
    opacity: 1;
    top: 24px;
	}
.carousel-control:focus, .carousel-control:hover {
    color: #000 !important;
}
.aboutus h1 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0px 0 30px;
    color: #000;
}
.homepagenews .newscontentse {
	padding: 0 !important;
    text-align: left;
}
.homepagenews.news .dateandyear {
    text-align: center;
    padding: 0 !important;
}
h2.homepageblogtitle {
    font-weight: bold;
    text-align: center;
    background-image: url(../img/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.news.homepagenews {
    background-color: #d8d8d8;
}


.testimonial_subtitle{
    color: #2b81be;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #2b81be !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #2b81be;
    margin: 7px 0 10px 0;
}
.clienttestimonial {
    padding: 30px 0;
}
.news h1, .activity h1 {
    margin: 0;
	    font-weight: bold;
    font-size: 30px;
    padding: 0 0 15px;
}
.thankyou h1{
	text-align: center;
	    color: green;
    font-size: 60px;
    font-weight: bold;
}
.thankyou h3{
	text-align: center;
	line-height: 1.5;
}
.thankyou {
    padding: 80px 0;
}
.addresss2 h3 {
    line-height: 1.5;
}
section.errorpage img {
    width: 50%;
    margin: auto;
    display: block;
}
.errorpage h2 {
    text-align: center;
    font-weight: bold;
    font-size: 46px;
    text-transform: capitalize;
	color: #2b81be;
}
.errorpage h3 {
    text-align: center;
    font-weight: normal;
    font-size: 44px;
    text-transform: capitalize;
}
.errorpage p a {
    background-color: #2b81be;
    color: #fff;
    padding: 13px 36px;
    border-radius: 7px;
    font-size: 16px;
	transition: all 0.3s;
}
.errorpage p a:hover {
    background-color: #000;
	transition: all 0.3s;
}
.errorpage p {
    padding: 29px 0 33px;
}
.news-card {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px dashed #ccc;
}

.news-date {
    min-width: 70px;
    text-align: center;
    background: #f5f5f5;
    padding: 10px;
    height:70px;
}

.news-date .day {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.news-date .year {
    font-size: 12px;
}

.news-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.news-content p {
    font-size: 14px;
    color: #555;
}