@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
}

/* header styles */
.header {
    background-color: #00145d;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.header-top {
    border-top: 30px solid #00145d;
    padding: 10px 0;
}
.header-top .h-list {
    margin-bottom: 0;
}
.top-links li {
    color: #959498;
}
.social {
    margin-left: auto;
}
/* .social li:not(:last-child) {
    margin-right: 5px;
} */
.social li a {
    font-size: 12px;
    background-color: #959498;
    color: #0b0b0e;
    width: 20px;
    height: 20px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.social li a:hover,
.social li a:focus,
.social li a:active {
    background-color: #239ea5;
    color: #fff;
}
.header .navbar {
    border: 0;
    margin: 0;
}
.header .navbar-brand>img {
    width: auto;
    max-height: 100%;
}
.header .navbar-brand {
    height: 80px;
}
.header .navbar-nav>li {
    padding: 10px 15px 50px;
}
.header .navbar-nav>li>a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    border-top: 1px solid transparent;
}
.header .nav>li>a:focus,
.header .nav>li>a:hover,
.header .nav>li.active>a,
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    background-color: transparent;
    color: #239ea5;
    border-color: #239ea5;
}
.top-links li:not(:last-child) {
    margin-right: 10px;
}
.top-links li a img {
    margin-right: 2px;
}
.header .dropdown-menu {
    border: 0;
    border-top: 3px solid #239ea5;
    background-color: rgba(255, 255, 255, .85);
    border-radius: 0;
    padding: 5px 0 0 0;
    /* min-height: 182px; */
}
.header .dropdown-menu > li {
    background-color: rgba(255, 255, 255, .85);
    /* border-bottom: 3px solid rgba(255, 255, 255, .5); */
    margin-bottom: 3px;
}
.header .dropdown-menu>.active>a, 
.header .dropdown-menu>.active>a:focus, 
.header .dropdown-menu>.active>a:hover,
.header .dropdown-menu>li>a:focus, 
.header .dropdown-menu>li>a:hover {
    background: transparent;
    color: #239ea5;
}
.header .navbar-nav>li.dropdown {
    display: flex;
    flex-wrap: wrap;
}
.header .navbar-nav>li .dropdown-toggle {
    padding: 0px 4px;
    cursor: pointer;
    color: #fff;
}
/* header styles end */

/* banner styles */
.main-banner {
    position: relative;
}
.main-banner img {
    min-height: 260px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}
.home .main-banner img {
    min-height: 400px;
    max-height: 600px;
}
.main-banner .title {
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 30px;
    padding: 30px;
    background-color: rgba(0,0,0,.5);
    position: relative;
    text-align: center;
    margin-bottom: 0;
}
.main-banner .floated-content {
    padding: 150px 15px 200px 15px;
}
.corner-line::before,
.corner-line::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
}
.main-banner .corner-line:first-child:before {
    left: 0;
    top: 0;
    border-top: 5px solid #1d73b9;
    border-left: 5px solid #1d73b9;
}
.main-banner .corner-line:first-child::after {
    left: 0;
    bottom: 0;
    border-bottom: 5px solid #1d73b9;
    border-left: 5px solid #1d73b9;
}
.main-banner .corner-line:last-child:before {
    right: 0;
    top: 0;
    border-top: 5px solid #1d73b9;
    border-right: 5px solid #1d73b9;
}
.main-banner .corner-line:last-child::after {
    right: 0;
    bottom: 0;
    border-bottom: 5px solid #1d73b9;
    border-right: 5px solid #1d73b9;
}
.navbar-toggle {
    border-color: #fff;
}
.navbar-toggle .icon-bar {
    height: 2px;
    background-color: #fff ;
}
/* banner styles end */
/* about styles */
.float-top .title {
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.float-top > .content {
    border-top: 7px solid #00a022;
    padding: 45px 30px 20px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.float-top > .content .text-wrap {
    padding-right: 100px;
    text-align: justify;
}
.categories li {
    display: flex;
    align-items: center;
}
.categories li:not(:last-child) {
    margin-bottom: 5px;
}
.categories li img {
    margin-right: 10px;
}
.categories li h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #565656;
}
.float-top {
    margin-top: -100px;
    padding: 0 15px;
    position: relative;
}
.home .float-top {
    margin-top: -200px;
}
.home .title-2 {
    margin: 20px 0;
}

/* footer styles */
.footer {
    background-color: #01568f;
    color: #d7dee3;
    padding: 0;
    position: relative;
    z-index: 1;
}
.footer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #00a022;
    right: 0;
    width: 50%;
    z-index: -1;
}
.footer .border-right {
    position: relative;
    min-height: 130px;
}
.footer .border-right::after {
    content: '';
    top: 0;
    left: calc(60% + 30px);
    bottom: 0;
    width: 1px;
    background-color: #2f82b8;
    position: absolute;
}
.footer .container {
    padding: 30px 15px;
    background-color: #01568f;
}
.footer .link-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.footer ul li {
    font-size: 16px;
}
/* .footer ul li a:hover {
    color: #fff;
} */
.footer address {
    margin-bottom: 0;
}
.footer .contact .social li a {
    width: 30px;
    height: 30px;
    background-color: #00145d;
    color: #01568f;
    font-size: 18px;
    border-radius: 4px;
}
.footer .contact .social li a:hover,
.footer .contact .social li a:focus,
.footer .contact .social li a:active {
    background-color: #239ea5;
    color: #fff;
}
.footer .address-section {
    padding-right: 50px;
}
/* footer styles end*/
/* Home page styles end*/
/* about style  */
.round {
    width: 280px;
    height: 280px;
    position: relative;
    display: flex;
    margin: 0 auto 15px auto;
}
.round::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.round::after {
    content: '';
}
.round .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 300px;
    background: #177e9f;
    padding: 30px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
    border: 10px solid #fff;
    transition-duration: 0.4s;
}
.round .content::after {
    content: '';
    border: 1px solid #177e9f;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 300px;
}
/* .round .content::before {
    content: '';
    border-left: 1px solid #177e9f;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 300px;
} */
.round .content:hover {
    background-color: #00a022;
    transition-duration: 0.4s;
}
.round .content:hover:after {
    border-color: #00a022;
}
.round .fi {
    font-size: 40px;
    color: #0d145c;
}
.round:hover .fi {
    color: #004224;
}
.certificate .title {
    margin-bottom: 30px;
}
.certificate .img-wrap {
    padding-right: 0 !important;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,.15)
}
.certificate .img-wrap img {
    width: 100%;
    height: auto;
}

/* Float Shadow */
.float-shadow {
  display: block;
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.float-shadow:hover {
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* about styles end */
/* Products styles */
.img-block-s1 {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.img-block-s1.row {
    margin-left: -10px;
    margin-right: -10px;
}
.img-block-s1.row [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
}
.img-block-s1 .content {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.img-block-s1 .content > img {
    min-height: 120px;
    width: 100%;
    object-fit: cover;
}
.img-block-s1 .floated-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.img-block-s1 .floated-content img {
    width: 55px;
    height: auto;
}
.img-block-s1 .sub-title {
    font-weight: 700;
    color: #cccccc;
    margin: 10px 0 0;
    text-align: center;
}
.float-top > .content .img-wrap {
    padding-right: 40px;
}

.bg-img-s1 {
    padding: 15px 0;
    background-color: #0474bc;
    position: relative;
}
.bg-img-s1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #0474bc;
    z-index: -1;
}
.col-left .bg-img-s1::after {
    right: -15px;
    left: -1500px;
}
.col-right .bg-img-s1::after {
    right: -1500px;
    left: -15px;
}
.box-img-contents .box-img-inner {
    margin-bottom: 10px;
    overflow: hidden;
}
.box-img-contents .bg-img-s1 img {
    width: 100%;
}
.bg-img-s2 {
    border: 15px solid #0474bc;
    margin: 5px 0;
}
.bg-img-s2 img {
    border: 1px solid #fff;
}
.box-img-contents .row > [class*=col] {
    position: static;
}
.box-img-contents .content {
    overflow: hidden;
}
.box-img-contents .content em {
    font-weight: 600;
}
.box-img-contents .col-right .content {
    padding: 5px 0 10px 40px;
}
.box-img-contents .col-left .content {
    padding: 5px 40px 10px 0 ;
}
.box-img-contents .content .btn-link {
    float: right;
}
.bg-img-list .bg-img-s1 img {
    width: 135px;
    height: auto;
    border: 8px solid rgba(255,255,255,.5);
    margin-right: 15px;
}
.bg-img-list li:nth-child(even) .bg-img-s1,
.bg-img-list li:nth-child(even) .bg-img-s1::after {
    background-color: #00a022;
}
.bg-img-list li .bg-img-s1 {
    display: flex;
    align-items: center;
    color: #fff;
}
/* Products styles end */
/* garden styles */
.project-assistance .float-top > .content .text-wrap {
    text-align: left;
}
.top-content {
    padding: 0 30px;
}
.tbl1 * {
    font-family: 'Exo', sans-serif;
}
.tbl1.table>thead>tr>th {
    background-color: #339ad4;
    color: #fff;
    border-bottom: 0;
}
.tbl1.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #b2e2f8;
}
.tbl1.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #c6eaf8;
}
.tbl1.table>tbody>tr>td, 
.tbl1.table>tbody>tr>th, 
.tbl1.table>tfoot>tr>td, 
.tbl1.table>tfoot>tr>th, 
.tbl1.table>thead>tr>td, 
.tbl1.table>thead>tr>th {
 border-top: 0;
 border-right: 1px solid #e1f6ff;
}
.tbl1.table>tbody>tr>td:last-child, 
.tbl1.table>tbody>tr>th:last-child, 
.tbl1.table>tfoot>tr>td:last-child, 
.tbl1.table>tfoot>tr>th:last-child, 
.tbl1.table>thead>tr>td:last-child, 
.tbl1.table>thead>tr>th:last-child {
    border-right: 0;
}
/* Garden styles End*/
/* Contact styles */
.contact-section .top-head {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.contact-section .box-icon-text {
    display: flex;
    align-items: center;
    margin-top: 42px;
    height: calc(100% - 42px);
}
.box-icon-text {
    background-color: #dde3f1;
    padding: 30px;
}
.box-icon-text ul {
    margin-bottom: 0;
}
.box-icon-text ul li {
    display: flex;
}
.box-icon-text ul li:not(:last-child) {
    margin-bottom: 15px;
}
.box-icon-text .sub-title-2 {
    margin: 0 0 5px 0;
}
.box-icon-text li i {
    flex: 0 0 20px;
    font-size: 16px;
    text-align: right;
}
.box-icon-text li.address i {
    font-size: 20px;
}
.box-icon-text li.web i {
    font-size: 18px;
}
.box-icon-text li .text {
    padding-left: 15px;
}
.box-icon-text li .text p {
    margin-bottom: 0;
}
.form-content .sub-title-2 {
    margin-bottom: 15px;
}
.form-content form label {
    display: none;
}
.form-content form .form-group {
    margin-bottom: 20px;
}
.form-content form .form-group .form-control {
    border-radius: 0;
}
.form-content form .form-group .form-control:not(textarea) {
    
    height: 50px;
}