/*************************** COPYRIGHT ******************************
This website Developed by UNITECH BD SOFTWARE
Corporate Office: Plot #87, BNS Center (4th floor), Suite No. 507/A,
Sector #07, Uttara Model Town, Dhaka-1230, Bangladesh.
Phone: +88 02 7911423.
Cell: +88 01782 656 388, +88 01977 773 283, +88 01977 773 290.
Email: info@unitechbdsoft.com | admin@unitechbdsoft.com
Website: www.unitechbdsoft.com
*********************************************************************/

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #4f5559;
    font-weight: 400;
}

/* Utility Classess
--------------------------------------------------------------*/
img {
    border: none;
}

.img {
    border: none;
    margin: 0 10px 5px 0;
    float: left;
}

.img3 {
    border: none;
    margin: 6px 10px 10px 0;
    float: left;
}

.main {
    margin: 0 auto;
    max-width: 1200px;
    display: block;
    padding: 0 15px;
}

/* Header
--------------------------------------------------------------*/
#header {
    float: left;
    width: 100%;
    margin: 0;
    /*background: linear-gradient(135deg, #02C945, #a90e07);*/
}

.logo_name p {
    font-size: 14px;
}

.logo a {
    float: left;
    padding: 20px 15px;
    background-color: #FFFFFF;
    border-right: 1px solid #eee;
}

.logo {
    margin-right: 20px;
    flex: 0 0 20%;
}

.logo img {
    float: left;
    height: 50px;
}

.header__box {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

/* HEADER NAVIGATION */
.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 40%;
}

.header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.header-nav-list li a i {
    color: #000;
    font-weight: 300;
}

.header-nav-list li:not(:last-child) {
    margin-right: 12px;
}

.header-nav-list li a:link,
.header-nav-list li a:visited {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 10px;

    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
}

.header-nav-list li a:active,
.header-nav-list li a:hover {
    color: #333;
    border-bottom: none;
    outline: none;
}

.header-nav-list li a:before,
.header-nav-list li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 0.3s ease 0s;
}

.header-nav-list li a:after {
    top: auto;
    bottom: 0;
}

.header-nav-list li a:hover:before,
.header-nav-list li a:hover:after {
    width: 100%;
    left: 0;
}

.header-contact-box {
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    flex: 0 0 20%;
    margin-left: 40px;
}

.header-contact-box i {
    color: #444;
    font-size: 20px;
    margin-right: 5px;
}

.header-contact-box a {
    text-decoration: none;
    color: #333;
}

.menu-icon {
    font-size: 22px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu a {
    color: #fff;
    background-color: #1b1b1b;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-mobile-nav {
    border: none;
    background: 0 0;
    cursor: pointer;
    display: none;
}

.icon-mobile-nav {
    height: 40px;
    width: 40px;
    color: #333;
}

.icon-mobile-nav[name=close-outline] {
    display: none;
}

/* HEADER SOCIAL */
.header-social {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 40px;
    flex: 0 0 10%;
}

.header-social li:not(:last-child) {
    margin-right: 3px;
}

.header-social li a {
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.header-social li a i {
    padding: 6px 9px;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}

.header-social li a:hover {
    color: #02C945;
}

.header-social li a .fa-facebook {
    background-color: #1877F2;
}

.header-social li a .fa-linkedin {
    background-color: #0A66C2;
}

.header-social li a .fa-youtube {
    background-color: #D80027;
}

/* Section Slider
--------------------------------------------------------------*/
.slider {
    height: 90vh;
}

.slider__img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-text__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.slider__text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.slider p {
    font-size: 20px;
    color: rgb(214, 213, 213);
    line-height: 28px;
}

.primary-heading {
    line-height: 1.9;
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    padding: 20px 0;
    color: #FFFFFF;
}

.contact-button a {
    color: #fff;
}

.slider-left h2 {
    margin-top: 260px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 1px #333;
    font-weight: 600;
    font-size: 50px;
}

.slider-left h3 {
    margin-top: 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.slider-left p {
    text-align: center;
    padding: 0 35px;
    font-size: 18px;
    color: #fff;
}

#about-us {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
}

.about-us {
    float: left;
    width: 100%;
}

.about-us-header {
    float: left;
    width: 100%;
    padding: 0 0 30px;
    font-size: 17px;
}

.about-us-header h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.about-us-header a button {
    text-decoration: none;
    padding: 8px 12px;
    color: #000;
    border: none;
}

.about-us-header a button:hover {
    background: #02C945;
    color: #fff;
}

.about-header__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.about-us-button {
    float: right;
    font-size: 16px;
}

.about-us-button a {
    text-decoration: none;
    border: none;
}

.SMN_effect-42 a {
    position: relative;
}

.SMN_effect-42 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #02C945;
    transform-origin: 100% 50%;
    transform: scale(0, 1);
    top: 0;
    left: 0;
    transition: transform 0.3s cubic-bezier(0.33, 0.91, 0.42, 1);
}

.SMN_effect-42 a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    bottom: 0;
    transform-origin: 0 50%;
    transition: transform 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0.2s;
}

.SMN_effect-42 a span {
    position: relative;
}

.SMN_effect-42 a span:after {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s cubic-bezier(0.33, 0.91, 0.42, 1) 0s;
}

.SMN_effect-42 a:hover:before {
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0.2s;
}

.SMN_effect-42 a:hover:after {
    transform: scale(0, 1);
    transform-origin: 100% 50%;
    transition: transform 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0s;
}

.SMN_effect-42 a:hover span:after {
    color: #444;
    transition: color 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0.2s;
}

.SMN_effect-42 a:hover span:after {
    color: #fff;
    /* Change hover text color to white */
    transition: color 0.3s cubic-bezier(0.33, 0.91, 0.42, 1) 0.2s;
}

.about-us-left {
    font-size: 15px;
    text-align: justify;
}

.about-us-left h3 {
    margin: 0;
    padding: 0;
}

.about-us-left h4 {
    line-height: 24px;
}

.about-us-right h4 {
    line-height: 24px;
}

.about-us-img img {
    width: 100%;
    height: 280px;
}

.about-us-right {
    border: 3px #000 solid;
    padding: 30px 20px;
    color: #000;
    text-align: center;
    border-radius: 100px 0 100px 0;
}

#what_we_do {
    float: left;
    width: 100%;
    color: #fff;
    background: url(../images/what-we-do.jpg) center fixed;
}

.what_we_do {
    float: left;
    width: 100%;
}

.what_we_do_left {
    float: left;
    width: 620px;
}

.what_we_do_left h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0;
}

.do_list {
    margin: 0 0 0 70px;
    padding: 70px 60px;
    background: #02C945;
}

.do_list li {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.do_list li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.product-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: #222;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .12);
    background: #eee;
}

.product-box img {
    float: left;
    width: 40%;
    height: 320px;
    border-right: 5px #02C945 solid;
}

.package_name {
    float: right;
    width: 60%;
    padding: 30px;
    font-size: 15px;
}

.package_name h3 {
    font-size: 28px;
    padding: 0;
    margin: 0 0 13px;
}

.package_name h3 a {
    color: #222;
    font-weight: 600;
}

.package_details a {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    float: left;
    background: #555;
}

/* HOME PRODUCTS */
#home_products {
    float: left;
    width: 100%;
    padding: 0 0 80px;
    background: #3c414c;
}

#home_products h2 {
    padding: 0 0 80px 0;
    margin: 0;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.service_head {
    float: left;
    padding: 80px 0 0;
    color: #eee;
    background: url(../images/inner-banner-dot.png) no-repeat left top;
}

.home_products {
    width: 100%;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
    margin: 0 0 10px;
    background: #fff;
}

.home_products:hover img {
    opacity: 0.6;
}

.home_product_img img {
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #CB1508;
    transition: 0.3s;
}

.home_product_name {
    /*padding: 15px 0;*/
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #d80621;
    text-align: center;
    /*background: #fff;*/
    border-bottom: 4px solid #CB1508;
}

.home_product_name a {
    color: #1b1b1b;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #CB1508 50%);
    background-size: 220%;
    transition: all .4s ease-in-out;
}

.home_products:hover .home_product_name a {
    background-position: 100%;
    color: #fff;
    font-weight: 400;
}

.home_product_details h3 {
    color: #CB1508;
    font-weight: 600;
}

.home_product_name img {
    height: 40px;
    text-align: center;
    margin-top: 20px;
}

.product_gallery {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
}

.product_gallery img {
    width: 100%;
    height: 280px;
    padding: 5px;
}

.each-items img {
    width: 100%;
    display: block;
    height: 280px;
    border: 1px #ddd solid;
    margin: 0 0 20px;
    padding: 5px;
}

.each-items {
    position: relative;
}

.each-items:hover .each-items-when-hover {
    transform: scale(1);
}

.each-items-when-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.7);
    text-align: center;
    transform: scale(0);
    transition: 0.4s;
}

.each-items-when-hover i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    padding: 100px 0 100px;
    float: left;
    color: #222;
    line-height: 26px;
}

.who {
    text-align: left;
    padding: 30px 0;
    float: left;
}

.container h3 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 23px;
    color: #222;
}

.container h5 {
    padding: 10px 0 15px 0;
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    text-align: left;
}

.container h5 i {
    padding-right: 3px;
}

.img2 {
    float: right;
    padding: 0 0 10px 10px;
}

/* Section Single Product Meta Info
--------------------------------------------------------------*/
.single-product-meta-info {
    padding-top: 50px;
}

.single-product-meta-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 15px;
    color: #1b1b1b;
}

.single-product-meta-info ul li span {
    font-weight: 600;
    color: #333;
}

.single-product-meta-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* Section Slider
--------------------------------------------------------------*/
.slider {
    height: 90vh;
}

.slider__img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-text__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.slider__text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.primary-heading {
    text-align: center;
    line-height: 40px;
}

.primary-heading--main {
    font-size: 50px;
    color: #FFFFFF;
    display: block;
    font-weight: 600;
}

.primary-heading--sub {
    font-size: 20px;
    color: #f7f7f7;
    display: block;
    font-weight: 500;
}

/* Page Title
--------------------------------------------------------------*/
#page_title {
    width: 100%;
    float: left;
    /*background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(255, 0, 0, 0)),
    url(../images/page_title.jpeg) center no-repeat fixed;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border-bottom: 3px #02C945 solid;
    overflow: hidden;
}

.page_title {
    width: 100%;
    float: left;
    color: #eee;
    padding: 90px 0 110px;
    font-size: 16px;
    text-align: center;
}

.page_title h1 {
    font-size: 50px;
    text-shadow: 1px 1px 1px #444;
    text-transform: uppercase;
    padding: 60px 0 70px;
    text-align: center;
}

.page_title p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 4px 20px;
}

/* Page Title Section
--------------------------------------------------------------*/
.container input {
    margin-bottom: 10px;
}

.container textarea {
    margin-bottom: 10px;
}

.contact_form {
    color: #333333;
}

.contact_table {
    float: left;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}

.contact_table i {
    color: #333333;
    width: 30px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px #ccc solid;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product_img img {
    width: 100%;
    height: 250px;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px #bbb;
    border-bottom: 1px solid #02C945;
}

.product_img2 img {
    width: 100%;
    box-shadow: 0 0 2px #bbb;
}

.products_box {
    width: 100%;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
    margin: 0 0 20px;
    background: #fff;
}

.product_name {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #ed1c24;
    text-align: center;
    background: #fff;
    border-top: none;
    border-bottom: 4px solid #02C945;
}

.product_name a {
    color: #111;
}

.product_details h3 {
    color: #02C945;
    font-weight: 600;
}

.product_name img {
    height: 40px;
    text-align: center;
    margin-top: 20px;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list li {
    list-style: none;
    margin-bottom: 5px;
}

.list i {
    color: #555;
    margin-right: 3px;
}

.list2 {
    padding: 0;
    margin: 0 0 20px 20px;
    list-style: none;
}

.list2 li {
    list-style: none;
    margin-bottom: 4px;
    text-align: left;
}

.list2 i {
    color: #555;
    margin-right: 3px;
}

.index_img {
    float: right;
    width: 80%;
}

#container {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
}

.container {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    padding: 20px 0 50px;
    float: left;
    color: #222;
    line-height: 26px;
}

.container h2 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 23px;
    color: #222;
    font-weight: 600;
}

.container h5 {
    padding: 10px 0 15px 0;
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    text-align: left;
}

.container h5 i {
    padding-right: 3px;
}

.company-profile-table {
    width: 100%;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    color: #000;
    font-size: 17px;
}

.company-profile-table td {
    padding: 10px 20px;
    border-top: 1px #ddd solid;
    border-right: 1px #ddd solid;
}

/* Management
--------------------------------------------------------------*/
#management {
    float: left;
    width: 100%;
    padding: 100px 0;
}

/* Footer Top
--------------------------------------------------------------*/
#footer-top {
    width: 100%;
    overflow: hidden;
}

#footer {
    width: 100%;
    overflow: hidden;
    /*background: #19232F;*/
    background: #1b1b1b;
    background-size: cover;
}

.footer_main {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 15px 15px;
    color: #bbb;
}

.fotter-right img {
    height: 25px;
    margin-right: 3px;
}

.footer_main h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    color: #eee;
    font-weight: 600;
    line-height: 33px;
}

.footer {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
}

.footer i {
    color: #bbb;
    margin-right: 3px;
}

.footer input {
    margin-bottom: 5px;
}

.top .top-right {
    text-align: right;
}

.footer a {
    font-weight: normal;
    color: #bbb;
    text-decoration: none;
    margin: 0 2px;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_list {
    margin: 0;
    padding: 0;
}

.footer_list li {
    list-style: none;
    /*margin: 0;*/
    padding: 0;
    margin-bottom: 7px;
}

/* FOOTER SOCIAL */
.footer_social {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #bbb;
    margin: 28px 0 0;
}

.footer_social i {
    float: left;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 2px;
    margin-right: 6px;
    line-height: 28px;
}

.footer_social .fa-facebook {
    background: #3c599b;
    color: #fff;
}

.footer_social .fa-google-plus {
    background: #cd3f2c;
    color: #fff;
}

.footer_social .fa-twitter {
    background: #5ea9dd;
    color: #fff;
}

.footer_social .fa-youtube {
    background: #c82828;
    color: #fff;
}

/* COPYRIGHT */
.copyright {
    font-size: 13px;
    float: left;
    text-align: center;
    width: 100%;
    background: #141212;
    padding: 10px 15px;
}

.copyright a {
    color: #ccc;
    text-decoration: none;
}

.footer_address {
    line-height: 24px;
}

.footer-left {
    min-height: 270px;
    padding: 0 20px 0 0;
    border-right: 1px #605a5a solid;
}

.footer-center {
    padding-left: 20px;
    min-height: 270px;
    border-right: 1px #605a5a solid;
}

.footer-center ul {
    float: left;
    margin-right: 80px;
}

.footer-bottom {
    margin-top: 30px;
    width: 100%;
    border-top: 1px #605a5a solid;
    padding: 30px 0 0;
    text-align: center;
}

#wrapper {
    margin: 0;
    padding: 70px 0 100px;
    width: 100%;
    float: left;
}

.about-us h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
}

.about-us h4 {
    letter-spacing: 7px;
    font-family: 'Poppins', sans-serif;
}

.about-us-img {
    float: left;
    width: 100%;
}

.about-us-img img {
    float: left;
    width: 100%;
    height: 270px;
}

.main_body {
    margin: 0 auto;
    max-width: 1170px;
    display: block;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.8);
}

.main_body h3 {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 0;
    color: #157700;
    font-weight: 600;
}

#who-we-are {
    float: left;
    width: 100%;
    padding: 0 0 50px;
}

.box-1 {
    float: left;
    width: 100%;
    text-align: center;
    background: #ddd;
    padding: 50px 10px;
    color: #fff;
}

.box-2 {
    float: left;
    width: 100%;
    text-align: center;
    background: #ddd;
    padding: 50px 10px;
    color: #fff;
}

.box-3 {
    float: left;
    width: 100%;
    text-align: center;
    background: #ddd;
    padding: 50px 10px;
    color: #fff;
}

.box-1 i {
    font-size: 50px;
}

.box-2 i {
    font-size: 50px;
}

.box-3 i {
    font-size: 50px;
}

.clients-list {
    color: #111;
    line-height: 24px;
}

.clients-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clients-list li {
    margin: 8px 0;
    padding: 10px;
    list-style: none;
    font-size: 16px;
    border: 1px #ddd solid;
    background: #eeefef;
    width: 100%;
    text-align: left;
}

.clients-list i {
    text-align: left;
    margin-right: 8px;
}

.contact-area {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 3px;
    background: #eee;
    color: #444;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
    font-size: 16px;
}

.contact-area img {
    border: 1px solid #F0F0F0;
    height: 80px;
    margin: 0 0 20px;
}

.contact-area-2 {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 3px;
    background: #eee;
    color: #444;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.12);
    font-size: 16px;
}

.contact-area-2 img {
    border: 1px solid #F0F0F0;
    height: 80px;
    margin: 0 0 20px;
}

.contact-icon {
    padding: 0 0 20px 0;
}

.contact-icon i {
    font-size: 2.5em;
    border: 1px #fff solid;
    width: 70px;
    height: 70px;
    line-height: 69px;
    border-radius: 50%;
}


.contact-form {
    width: 100%;
}

.contact-form input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 45px;
}

.contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 200px;
}

.contact-form .btn {
    width: 100px;
    border-radius: 2px;
    padding: 11px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.profile_table {
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}

.profile_table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}

/* Commitment
--------------------------------------------------------------*/
#commitment {
    float: left;
    width: 100%;
    display: flex;
}

.commitment-left {
    width: 50%;
    background: #02C945;
    padding: 50px 40px 50px 100px;
    color: #fff;
    font-size: 15px;
}

.commitment-left h2 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 20px;
}

.commitment-left ul {
    float: left;
    margin: 0;
    padding: 0;
}

.commitment-left ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 15px;
}

.commitment-left ul li i {
    margin-right: 20px;
}

.commitment-right {
    width: 50%;
    height: 400px;
    background-size: cover;
}

#certification {
    float: left;
    width: 100%;
    padding: 100px 0;
}

#certification h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 60px;
}

.certification {
    text-align: center;
}

.certification img {
    height: 70px;
}

/* About Hero
--------------------------------------------------------------*/
.about-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    height: 100vh;
    text-align: center;
    color: #fff;
}

.about-hero h3 {
    font-size: 55px;
}

.about-hero p {
    padding: 15px 150px;
    font-size: 27px;
}

#about-hero-bottom {
    display: flex;
    width: 100%;
    background: #02C945;
    padding: 50px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

#about-details {
    display: flex;
}

.about-details-left {
    width: 50%;
    padding: 40px 40px 40px 100px;
    background: #eee;
    text-align: justify;
}

.about-details-left h3 {
    font-size: 35px;
    line-height: 1.5;
    /* line-height: 55px; */
    padding-bottom: 20px;
    text-align: left;
}

.about-details-left p {
    font-size: 16px;
}

.about-details-right {
    width: 50%;
}

.about-details-right img {
    width: 100%;
    min-height: 520px;
}

#our-promise {
    float: left;
    width: 100%;
    padding-top: 300px;
    background-size: cover;
    background: url(../images/products/agriculture-2.jpg) center center fixed;
}

.our-promise {
    float: right;
    width: 70%;
    padding: 60px;
    background: #02C945;
    color: #fff;
}

.our-promise h3 {
    font-size: 41px;
    padding-bottom: 20px;
}

.our-promise ul {
    float: left;
    margin: 0;
    padding: 0;
}

.our-promise ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.our-promise ul li i {
    margin-right: 10px;
}

/* Environmental Sustainability Section
--------------------------------------------------------------*/
#sustainability {
    float: left;
    width: 100%;
    padding: 270px 0 200px;
    text-align: center;
    color: #fff;
}

.sustainability {
    float: left;
    width: 100%;
}

.sustainability-banner-text {
    float: left;
    width: 100%;
    padding: 30px 170px;
    font-size: 23px;
}

.sustainability-banner-text h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.sustainability-banner-text p {
    line-height: 36px;
    letter-spacing: 0.01em;
    margin: 0;
    padding: 0;
}

#sustainability-bio {
    float: left;
    width: 100%;
    padding: 40px;
    color: #5e5b5b;
    font-size: 16px;
    line-height: 28px;
}

.sustainability-bio h2 {
    font-size: 35px;
    color: rgb(34, 33, 33);
    font-weight: 600;
    margin-bottom: 20px;
}

.sustainability-border {
    float: left;
    width: 70px;
    border: 2px rgb(209, 47, 47) solid;
}

#sustainability-img {
    float: left;
    padding: 260px 0;
    width: 100%;
    background: url(../images/environment-policy.jpg) center fixed;
}

#sustainability-care {
    float: left;
    width: 100%;
}

.sustainability-care {
    float: left;
    width: 100%;
}

.sustainability-care-left {
    float: left;
    width: 50%;
    padding: 110px 0;
}

.sustainability-care-left h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 60px;
}

.sustainability-care-right {
    float: left;
    width: 50%;
    padding: 110px 50px;
    line-height: 34px;
    background: #eb1e1e;
    font-size: 22px;
    color: #fff;
}

/* Section Single Product
--------------------------------------------------------------*/
.section-single-product {
    padding: 30px 0 80px;
}

.section-title-text-box {
    font-size: 16px;
    text-align: center;
}

.single-product__content {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    /* Ensures all items stretch to the same height */
}

.single-product__wrapper {
    flex: 0 0 48%;
    border: 1px solid #dad9d9;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.single-product__img {
    height: 350px;
}

.single-product__img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    display: inline-block;
}

.single-product__text-box {
    padding: 20px;
    color: #222;
}

.single-product__text-box h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 15px;
}

.single-product__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-product__list li {
    margin-bottom: 10px;
}

.single-product__list li span {
    font-weight: 600;
    color: #333;
}