@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
font-family: 'Open Sans', sans-serif;
margin: 0 auto;
padding: 0;	
}

/**{
margin: 0 auto;
padding: 0;
}
*/
header.top-header {
padding: 15px 0px;
}

.mt-50{
	margin-top: 50px;
}

.mt-80{
	margin-top: 80px;
}

.header-listing ul {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}
.header-listing ul li {
padding: 0px 12px;
margin: 0;
position: relative;
}
.header-listing ul li:after{
content: "";
height: 100%;
background: #000000;
width: 2px;
position: absolute;
right: 0;
top: 0;
}
.header-listing ul li:last-child:after{
content: none;
}
.header-listing li a {
font-size: 15px;
font-weight: 500;
color: #000;
text-decoration: none;
}
.header-listing li a i {
margin-right: 6px;
font-size: 16px;
}

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

.header-menu {
     background-color: #0063A5;
    padding: 8px;
}

.header-menu .navbar a.nav-link {
color: #fff;
font-size: 15px;
padding: 10px 15px !important;
display: inline-block;
}

.header-menu .navbar a.nav-link:hover{
color: #9BF4D7;
}

.social-list {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}

.social-list ul {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}

.social-list ul li a {
color: #fff;
padding: 0px 8px;
font-size: 20px;
text-decoration: none;
}

.social-list ul li a:hover{
color: #9BF4D7;
}
.single-slider .item{
position: relative;
text-align: center;
}

.single-slider .item:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00355895;
}

.single-slider .caption {
position: absolute;
z-index: 2;
top: 30%;
left: 0;
right: 0;
margin: 0 auto;
}

.single-slider .caption h4 {
font-size: 40px;
color: #fff;
font-weight: 400;
letter-spacing: 1px;
}

.single-slider .caption h2 {
font-size: 52px;
font-weight: 800;
color: #fff;
letter-spacing: 1px;
margin-top: 15px;
}

.single-slider .owl-nav {
position: absolute;
top: 45%;
width: 100%;
left: 0;
display: flex;
justify-content: space-between;
}
.single-slider .owl-nav button {
width: 45px;
height: 45px;
background: rgb(197 197 197 / 43%) !important;
font-size: 30px !important;
margin: 0;
outline: none;
border-radius: 0;
color: #fff !important;
display: flex;
align-items: center;
justify-content: center;
}
.single-slider .owl-nav button.owl-next {
float: right;
}

.single-slider .owl-nav button span {
margin-top: -5px;
font-size: 30px;
}

.welcome-info {
background: #fff;
margin-top: -120px;
position: relative;
z-index: 2;
padding: 50px 25px 20px 25px;
border-radius: 40px 40px 0px 0px;
text-align: center;
}

.welcome-info h1 {
color: #00538A;
font-size: 36px;
line-height: 50px;
font-weight: 400;
text-transform: uppercase;
}

.welcome-info h3 {
color: #0C0C0C;
font-size: 20px;
font-weight: 500;
letter-spacing: 1.2px;
line-height: 30px;
margin: 12px 0px;
}

.welcome-info p{
text-align: center;
color: #000000;
font-size: 15px;
font-weight: 400;
}

.service-box {
border: 1px solid #e2e2e2;
padding: 15px;
text-align: center;
margin-bottom: 25px;
}

.service-box h2 {
display: block;
display: -webkit-box;
width: 100%;		   
margin: 0 auto;
font-size: 18px;
line-height: 28px;
font-weight: 600;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin: 10px 0px;		   
}
.service-box h2 a {
color: #181818;
text-decoration: none!important;
}

.service-box p {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
font-size: 14px;
color: #000;		   
padding: 5px 15px;
}
.service-box .service-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.service-box .service-image {
width: 100%;
height: 250px;
}

.service-box a.readmore-link {
color: #111;
background: transparent;
border: solid 1px #888;
padding: 8px 25px;
border-radius: 50px;
font-size: 14px;
width: 140px;
display: inline-block;
margin-top: 10px;
margin-bottom: 20px;
text-decoration: none;
transition: 0.5s;
}
.service-box a.readmore-link:hover{
color: #fff;
background: #0063a5;
border: solid 1px #0063a5;
transition: 0.5s;
}

.service-slider  .owl-nav {
display: none;
}

.service-slider button.owl-dot {
width: 11px;
height: 11px;
border-radius: 50%;
background: #9e9e9e !important;
margin: 5px;
}
.service-slider button.owl-dot.active{
background: #0063a5!important;
}
.service-slider  .owl-dots {
text-align: center;
margin-top: 25px;
}

.info-section {
padding: 80px 0px 60px 0px;
}

.info-part {
    padding: 5px 20px 10px 20px;
}

.info-part h2 {
    color: #00538A;   
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1px;
}

.info-part p {
    text-align: left;
    color: #000000;   
    font-size: 14px;
    font-weight: 400;
    line-height: px;
}
.info-part li{
    font-size: 14px;
}

.Specialise-part {
    padding: 60px 0px;
    background: #eee;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.spc-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(16 118 186 / 86%);
    top: 0;
    left: 0;
}

.Specialise-part h2 {
    color: #FFFFFF;  
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    margin-top: 60px;
}

.Specialise-part p {
    text-align: left;
    color: #FFFFFF;    
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 24px;
}

.certificate-slider .owl-dots {
    display: none;
}

.certificate-slider.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: -100px;
}

.plant-part {
    padding: 90px 0px 60px 0px;
}
.plant-part h2 {
    color: #00538A;    
    font-weight: 600;
    line-height: 34px;
    text-align: center;
}

.plant-part ul {
    display: flex;
    list-style-type: none;
    margin-top: 50px;
}
.plant-part ul li{
	width: 33.3%;
	padding: 40px 30px;
	background-color: #F8F8F8;
	text-align: center;
}

.plant-part ul li:nth-child(2) {
    background: #1076BA;
}

.plant-part ul li h4 {
    color: #1076BA;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
}
.plant-part ul li p{
	text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.plant-part ul li:nth-child(2) h4, .plant-part ul li:nth-child(2) p {
	color: #fff;
}


footer.footer-section {
    padding: 60px 0px;
    padding-bottom: 0px;
    background: #0D2E45;
    display: inline-block;
    width: 100%;
}

footer.footer-section h4 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 25px;
}

footer.footer-section p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

footer.footer-section ul.link-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
footer.footer-section ul.link-list li {
    width: 50%;
    margin: 4px 0px;
}

footer.footer-section ul.link-list li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
}
footer.footer-section ul.link-list li a:hover{
	color: #9BF4D7;
}

footer.footer-section ul.footer-contact {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

footer.footer-section ul.footer-contact li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

footer.footer-section ul.footer-contact li a:hover{
	color: #9BF4D7;
}

footer.footer-section ul.footer-list {
    padding-left: 0px;
    display: flex;
    list-style-type: none;
}

footer.footer-section ul.footer-contact li a i {
    margin-right: 10px;
    font-size: 16px;
}

footer.footer-section ul.footer-contact li {
    position: relative;
    padding-right: 10px;
    margin-right: 8px;
}

footer.footer-section ul.footer-contact li:after {
    content: "";
    height: 90%;
    background: #fbfbfb;
    width: 1px;
    position: absolute;
    right: 0;
    top: 2px;
}

footer.footer-section ul.footer-contact li:last-child:after {
    content: none;
}

footer.footer-section ul.footer-list li a {
    font-size: 20px;
    color: #fff;
    margin-right: 18px;
}
footer.footer-section ul.footer-list li a:hover{
	color: #9BF4D7;
}

footer.footer-section .copyright-part {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 25px 10px;
    border-top: solid 1px #41505a;
    margin-top: 42px;
}

footer.footer-section .copyright-part p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
}

footer.footer-section .copyright-part p a {
    color: #fff;
    text-decoration: none;
}
footer.footer-section .copyright-part p a:hover{
	color: #9BF4D7;
}

section.gallery-part {
    padding: 60px 0px;
    padding-top: 20px;
}




.big-title {
    color: #00538A;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    font-size: 36px;
}
.gallery_group{
	margin-top: 60px;
}

.gallery_group img {
    height: 300px;
    object-fit: cover;
}

.gallery_group  .owl-nav {
display: none;
}

.gallery_group button.owl-dot {
width: 11px;
height: 11px;
border-radius: 50%;
background: #9e9e9e !important;
margin: 5px;
}
.gallery_group button.owl-dot.active{
background: #0063a5!important;
}
.gallery_group  .owl-dots {
text-align: center;
margin-top: 25px;
}

.clients-logo .logo-group ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.clients-logo {
    padding-top: 100px;
    text-align: left;
}

.clients-logo .big-title{
	text-align: left;
}

.clients-logo .logo-group ul li {
    width: 33.3%;
    padding: 7px;
    text-align: center;
}

.clients-logo .logo-group ul li a {
    border: solid 1px #ddd;
    padding: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.clients-logo .logo-group ul li img {
    width: auto;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
}


.qoute-box {
    background-color: #1076BA;
    padding: 50px 50px;
}

.qoute-box h3 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 30px;
}

.qoute-box p {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 18px;
}

.qoute-box .form-control {
    background: none;
    border: none;
    border-bottom: solid 1px #ffffffc4;
    border-radius: 0px;
    color: #deebf3;
    font-size: 14px;
    height: 45px;
    outline: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding: .175rem .25rem;
}

.qoute-box .form-control::placeholder{
	 color: rgba(222, 235, 243, 0.856);
}

.qoute-box  textarea.form-control {
    height: 80px;
}

.qoute-box input.submit-btn {
    background-color: #FDFEFF;
    color: #000000;
    margin-top: 10px;    
    font-size: 14px;
    text-decoration: none;
    padding: 12px 25px;
    border: none;
    transition: 0.5s;
}
.qoute-box input.submit-btn:hover{
	background-color: #000000;
	 color: #FDFEFF;
	  transition: 0.5s;
}

.quote-section {
    padding:20px 0px 70px 0px;
}

.clients-logo .big-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.single-slider .owl-dots {
    display: none;
}

.theme-content {
    padding: 70px 0px;
}

.theme-content p{
	text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.grey-bg {
    background-color: #F8F8F8;
}	

.about-gallery h2.big-title {
    margin-top: 40px;
}
.about-gallery .gallery_group {
    margin-top: 45px;
}

.client-slidepart{
	padding: 60px 0px;
}

.logo-slider {
    margin-top: 35px;
}

.logo-slider .item a {
    border: solid 1px #ddd;
    padding: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.logo-slider .item a img{
	width: auto;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
}

.connect_part {
    background-color: #0894AD;
    padding: 60px 0px;
}

.connect_part .qoute-box {
    padding: 50px 20px;
    border: solid 2px #cee3e7;
}

.connect_part .qoute-box h3 {
    font-size: 24px;
}
.connect_part .qoute-box h3 span{
	    display: block;
    margin: 10px 0px;
}

.connect_part h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.connect-box {
    padding: 20px;
}

.connect-box h4 {
    color: #F2F2F2;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.connect-box ul {
    padding-left: 0px;
    list-style-type: none;
}

.connect-box ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
}

.connect-box ul li a{
	color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}
.connect-box ul li span.list_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.connect-box .certificate-slider {
    margin-bottom: 0;
    border: solid 3px #eee;
}

.connect-box hr {    
    border-top: solid 1px #eee;
}

.social_list {
    display: flex;
}
.social_list a {
    font-size: 20px;
    color: #fff;
    margin-right: 18px;
    text-decoration: none;
}

.btn-class a {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-top: 25px;
    padding: 15px 10px;
    text-decoration: none;
}

.contact_section {
    padding: 60px 0px;
}

.contact_section .connect-box ul li {
	color: #000; 
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 20px;
}

.contact_section  .connect-box ul li a {
    color: #000; 
     font-size: 16px;
    font-weight: 400;
    line-height: 28px;   
}

.contact_section .big-title {
    margin-bottom: 25px;
    font-size: 30px;
}

.map-box{
	margin-top: 50px;
}

.contact_section .qoute-box h3 {    
    font-weight: 400;
    font-size: 24px;
}
.contact_section .qoute-box h3 span{
	margin-left: 10px;
}

.gallery_content {
    padding: 60px 0px;
}

.gallery_content .gallery_group ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gallery_content .gallery_group ul li {
    padding: 6px;
    width: 25%;
}

.gallery_content .gallery_group ul li a {
    border: solid 1px #e1e1e1;
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-decoration: none;
    text-transform: capitalize;
    height: 100%;
}

.gallery_content .gallery_group img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.gallery_content .gallery_group {
    margin-top: 40px;
}

.gallery_content .gallery_group li a p {
    font-size: 16px;
    line-height: 26px;
    color: #111;
    font-weight: 600;
    text-align: center;
    margin: 15px 0px !important;
    text-decoration: none;
}

.product-section {
    padding: 60px 0px;
}

.product-section h2.big-title {
    margin-bottom: 50px;
}

.product-content {
    padding: 60px 0px;
}

.product-content h1 {
    color: #00538A;
    font-weight: 600;
    line-height: 46px;
    font-size: 36px;
    font-family: "Open Sans", Sans-serif;
    border-bottom: 1px solid #00538A;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.product-content p {
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.product-content ul li {
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/*accordion style*/

        .product_accordion .card-header {
            padding: 0 !important;
        }

        .product_accordion .card-header a {
            padding: 0.75rem 1.25rem;
            display: block;
            background: #066ba8;
            color: #fff !important;
            font-family: "Open Sans", Sans-serif;
            font-weight: 300 !important;
            border-radius: 5px 5px 0px 0px;
        }

        .product_accordion .card {
            margin-bottom: 10px;
            border: 0;
        }
        .product_accordion .card-header h6
        {
            margin-bottom: 0;
        }
        .product_accordion .card-body
        {
          background: #f8f8f8;
       }

       .product_accordion {
    margin-top: 60px;
}

.header-menu .navbar-toggler {    
    border: 1px solid #dfdede; 
    padding: 3px 10px;   
}

section.navigation-wrap {
    background: red;
}

.header-menu .container {
    align-items: center;
    justify-content: space-between;
}


 .header-menu .navbar-toggler-icon {
    display: block;
    width: 30px;
    height: 1px;
    margin: 6px 0px;
    background-color: #fff;
    vertical-align: middle;
    content: "";
    background-image: none;
}
.dropdown-menu{
    background-color: #f1f8ff;
    border: none;
}

/*menu css*/
.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.header-menu .dropdown-menu {  
    padding: 0;
    border-radius: 0;
        height: 350px;
    overflow-x: auto;
    top: 90%;
}

.header-menu .dropdown-item {   
    padding: 10px 15px;   
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    text-align: left;   
    letter-spacing: 0px;
    text-transform: capitalize;
}
.header-menu  .dropdown-item:focus, .header-menu .dropdown-item:hover {
    color: #fcfdff;
    text-decoration: none;
    background-color: #0e73b7;
}

.extra_note ul li {
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

.product-content ol li {
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

/*.product-content img {
    width: 100%;
}*/

.back-top {
    background: #0894ad;
    opacity: 0;
    border: solid 1px #0894ad;
    font-size: 35px;
    color: #fff !important;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    i {
        z-index: 3;
        position: relative;
    }
}

a.back-top.darkHeader {
    opacity: 1;
}

.menu-sec #navigation {
  display: inline-block;
}
.menu-sec #navigation ul {
  margin-bottom: 0px;  
  padding-left: 0px;
}
.menu-sec #navigation ul li {
  display: inline-block;
}
.menu-sec #navigation ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px !important;
    display: inline-block;
}
.menu-sec #navigation ul li a:hover{
    color: #9BF4D7;
}

.menu-sec #navigation ul li.current-menu-item a {
  color: #9BF4D7;
  position: relative;
}

.menu-sec #navigation .dropdown-menu {
  display: block;
    border: transparent;
    right: 0;
    left: auto;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    background-color: #08c;
    padding: 12px 7px;
    width: auto;
    min-width: 280px;
    left: 0;
    margin-bottom: 0;
}
.menu-sec #navigation .dropdown-menu li {
  width: 100%;
}
.menu-sec #navigation .dropdown-menu a {
  padding: 5px 15px;
  border-bottom: transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #f5f5f5;
  text-transform: capitalize;
  background: none;
  transition: 0.5s;
  margin-left: 0px;
}
.menu-sec #navigation .dropdown-menu a:hover {  
    color: #9BF4D7;
    background: none;
    transition: 0.5s;
    padding-left: 20px !important;
}
.menu-sec #navigation li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}


.service-box h4 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

.blog-box {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 25px;
}

.blog-box h2 a {
    color: #181818;
    text-decoration: none!important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    font-size: 16px;
    line-height: 25px;
}

.blog-box p.published-date {
   text-align: left;
    padding: 0;
    font-weight: 400;
    color: #0894ad;
    font-size: 13px;
    margin-bottom: 5px;
}

.blog-box p.published-date span {
    font-weight: 600;
    color: #07869d;
}

.blog-box p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    font-size: 13px;
    color: #000;
    line-height: 22px;
}

.blog-box .blog-images  {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.blog-box .blog-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box a.moreblog-link {
    font-size: 15px;
    color: #0063a5;
    font-weight: 400;
    text-decoration: none;
}
.blog-box a.moreblog-link i {
    margin-left: 5px;
    color: #0063a5;
}

.blog-content {
    padding: 60px 0px;
}

.blog-content .container {
    max-width: 90%;
    width: 100%;
}

.blog-content h2.big-title {
    margin-bottom: 35px;
}

.quote-area {
    background: #0894ad;
    padding: 20px 25px;
    border-radius: 6px;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
}

.quote-area h2 {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

a.get-btn {
    background-color: transparent;
    color: #ffffff;
    border: solid 1px #FDFEFF;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 25px;
    transition: 0.5s;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    transition: 0.5s;
}
a.get-btn:hover{
    background-color: #FDFEFF;
    color: #000;
}


.blog-big-title {
    color: #00538A;
    font-weight: 600;
    line-height: 45px;
    font-size: 30px;
}
.blog-entry-content{
    margin-bottom: 50px;
}

h3.ft-title {
    font-size: 18px;
    font-weight: 600;   
    margin-bottom: 15px;
    color: #0063a5;
}

h2.sub-title {
    font-size: 24px;
    font-weight: 600;
    color: #00538a;
    margin-bottom: 20px;
}

.blog-entry-content .single-blogimage {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.theme-content ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


.theme-content ol li {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}




/*responsive css*/


@media only screen and (max-width: 991px) {
.slim-container .slim-nav {
        float: none !important;
    background: #045c97;
    position: absolute;
    top: 100%;
    z-index: 99;
    margin: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    overflow-x: hidden;
}
.header-menu .menu-sec {
    text-align: right;
    position: inherit !important;
}
.header-menu .col-md-4.order-lg-2 {
    width: 70%;
}
.header-menu  .col-md-8.order-lg-1.menu-sec {
    width: 30%;
}
.header-menu {    
    padding: 12px 0px;
    position: relative;    
   }
   .header-menu .slim-container .slim-bar{
    position: inherit;
    padding: 0;
   }
    .header-menu .slim-container a.slimNav_sk78-reveal{
    position: relative;
   }
   .header-menu .container {   
    position: relative;
}
.header-menu .slim-container .slim-nav ul li a{
    width: 100%;
}

.header-menu .slim-container .slim-nav a.slim-expand {
    width: 26px !important;
    height: 21px !important;
    line-height: normal;
}
.header-menu .menu-sec #navigation ul li a {   
    font-size: 14px;
    padding: 8px 15px !important;   
    text-transform: capitalize;
}
.header-menu .menu-sec #navigation .dropdown-menu{
    position: relative;
}

.header-menu .menu-sec .dropdown-toggle::after{
    content: none;
}

}

@media only screen and (max-width: 767px) {
    .social-list {   
    justify-content: flex-start;
    margin-bottom: -5px;
   }

   .navbar{
    justify-content: flex-end;
   }

   .navbar-toggler {
    border: 1px solid #dfdede;
    margin-top: -40px;
   }


    .header-menu .navbar-collapse {
    background: #045c97;
    position: absolute;
    top: 100%;
    z-index: 99;
    margin: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

header.top-header img {
    margin-bottom: 15px;
}

.header-listing.right-text {
    text-align: center;
    justify-content: center;
    margin-top: 5px;
}
.plant-part ul li {
    width: 100%;
    padding: 30px 20px;    
}
.plant-part ul { 
    padding-left: 0;
    flex-wrap: wrap;
}

.gallery_group img {
    height: 100px;
    object-fit: cover;
}

  
}


.thankyou-content {
    text-align: center;    
    border-radius: 5px;
}

.thankyou-content h1 {
    color: #00538A;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.thankyou-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.thankyou-section{
  padding: 60px 0px;
    background: #f8fcff;
}


/*sidebar css*/
.reletd-thumbpost ul{
    padding-left: 0px;
    list-style-type: none;
}
.reletd-thumbpost ul li {
    display: flex;
    padding-left: 0px;
}
.reletd-thumbpost .thumb-media img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.thumb-entry h6 {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    transition: 0.5s;
}
.thumb-entry h6 a{
    color: #000000;
    text-decoration: none;
}
.thumb-entry h6 a:hover{
    color: #08add3;
    transition: 0.5s;
}

.thumb-entry p {
    text-align: left;
    color: #7a7979;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.promotion-part img.promotion-thumb {
   width: 100%;
    max-height: 250px;
    margin: 15px 0px;
}

.logo-slider button.owl-dot {
width: 11px;
height: 11px;
border-radius: 50%;
background: #9e9e9e !important;
margin: 5px;
}
.logo-slider button.owl-dot.active{
background: #0063a5!important;
}
.logo-slider  .owl-dots {
text-align: center;
margin-top: 25px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
    bottom: 80px;
    right: 15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


@media only screen and (max-width: 991px) {
   .welcome-info {   
    margin-top: 0; 
    padding: 10px;
    padding-top: 30px;
    border-radius: 0;   
   } 
}
@media only screen and (max-width: 767px) {
  .single-slider .caption h2 {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0;
    margin-top: 4px;
}

.single-slider .caption h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.welcome-info h1 {   
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;   
}

.info-part h2 {
    color: #00538A;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
}

.Specialise-part h2 {    
    font-size: 24px;   
    line-height: 30px;   
}

.Specialise-part h2 {   
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

.certificate-slider.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 0;
    margin-top: 25px;
}

.certificate-slider.owl-carousel.owl-loaded.owl-drag {
    margin-bottom: 0;
    margin-top: 25px;
}

.big-title{
        font-size: 24px;
}

.plant-part {
    padding: 40px 10px;
    padding-bottom: 0;
}

.plant-part ul {    
    margin-top: 0px;
}

.clients-logo {
    padding-top: 0;   
}

.clients-logo .logo-group ul li img {
    width: auto;
    max-width: 100%;
    height: 36px;    
}

.qoute-box {    
    padding: 35px 15px;
    margin-top: 25px;
}

.qoute-box h3 {    
    font-size: 24px;
}

footer.footer-section {
    padding: 35px 0px;    
}

footer.footer-section ul.link-list li {
    width: 100%;    
}

footer.footer-section .copyright-part {   
    padding: 15px 5px;   
    margin-top: 0;
}

.mt-80 {
    margin-top: 25px;
}

.info-section {
    padding: 35px 10px;
}

.about-gallery h2.big-title {
    margin-top: 0;
}

.connect_part {    
    padding: 30px 0px;
}

.product-content h1 {    
    line-height: 30px;
    font-size: 24px;    
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 0;
}

.logo-slider button.owl-dot, .gallery_group button.owl-dot {
    width: 9px;
    height: 9px;   
    margin: 3px;
}

.gallery_content .gallery_group ul li {
    padding: 4px;
    width: 50%;
}

.gallery_content .gallery_group img {
    height: 80px;    
}

.gallery_content .gallery_group li a p {
    font-size: 12px;
    line-height: 21px;
    color: #111;
    font-weight: 400;    
    margin: 5px 0px !important;    
}

.contact_section .connect-box ul li a {   
    font-size: 13px;   
    line-height: 21px;
}
.contact_section .connect-box ul li {   
    font-size: 13px;  
    line-height: 22px;  
    padding-left: 22px;
    margin-bottom: 12px;
}
 

 .header-listing {   
    justify-content: center;
}

}