@import url(https://fonts.googleapis.com/css?family=Playfair+Display&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display&display=swap);

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    max-width: 100%;
    color: #575757;
    letter-spacing: 0;
    line-height: 1.7
}

a {
    text-decoration: none !important
}

.rm-padding {
    padding: 0
}

.rmr-padding {
    padding-right: 0
}

.rml-padding {
    padding-left: 0
}

.relative {
    position: relative
}

@font-face {
    font-family: GoogleSansMedium;
    src: url(../fonts/GoogleSansMedium.eot);
    src: url(../fonts/GoogleSansMedium.eot) format('embedded-opentype'), url(../fonts/GoogleSansMedium.woff2) format('woff2'), url(../fonts/GoogleSansMedium.woff) format('woff'), url(../fonts/GoogleSansMedium.ttf) format('truetype'), url(../fonts/GoogleSansMedium.svg#GoogleSansMedium) format('svg')
}

@font-face {
    font-family: GoogleSansRegular;
    src: url(../fonts/GoogleSansRegular.eot);
    src: url(../fonts/GoogleSansRegular.eot) format('embedded-opentype'), url(../fonts/GoogleSansRegular.woff2) format('woff2'), url(../fonts/GoogleSansRegular.woff) format('woff'), url(../fonts/GoogleSansRegular.ttf) format('truetype'), url(../fonts/GoogleSansRegular.svg#GoogleSansRegular) format('svg')
}

.theme_BGcolor {
    background: #4e50a4
}

.theme_Txtcolor {
    color: #4e50a4
}

.grayBG {
    background: #f0f0f0
}

.general_row {
    display: block;
    position: relative;
    margin: 0;
    padding: 70px 0
}

.main_title {
    display: inline-block;
    margin: 25px 0 0;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 2em;
    color: #2d3845;
    position: relative
}

.main_title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50px;
    background: #41abbb;
    left: 50%;
    transform: translate(-50%)
}

.main_title:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 2px;
    top: 49px;
    background: #3fb662;
    left: 50%;
    transform: translate(-50%)
}

.sub_title {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    color: #65afce;
    font-family: 'Source Sans Pro', sans-serif
}

.read_more {
    box-shadow: 0 9px 12px -7px #41abbb;
    background: linear-gradient(45deg, #41abbb 0, #3fb662 100%);
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Verdana;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

.read_more:hover {
    background: linear-gradient(45deg, #3fb662 5%, #41abbb 100%);
    color: #fff
}

.read_more:active {
    position: relative;
    top: 1px
}

.mobile_banner {
    display: none !important
}

.pt_100 {
    padding-top: 100px
}

.header_row {
    padding: 20px;
    position: relative
}

.header_row .header_icons {
    position: absolute;
    right: 10%;
    top: 13%
}

.header_row .header_icons li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #fff
}

.header_row .header_icons li:last-child {
    margin-right: 0
}

.header_row .header_icons li i {
    margin-right: 3px
}

.products_detail_row .item {
    position: relative;
    text-align: center;
    padding: 40px 35px;
    overflow: hidden;
    height: 350px;
    margin-bottom: 20px;
    background: #e2e4e4
}

.icon_box {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    text-align: center;
    height: 70px;
    background: linear-gradient(to top, #41abbb, #3fb662);
    box-shadow: 0 0 5px #41abbb
}

.icon_box h3 {
    position: absolute;
    left: -4%;
    top: -69%;
    font-size: 73px;
    font-weight: 700;
    text-shadow: 2px 3px #eaeff1;
    font-family: 'Playfair Display', serif
}

.products_detail_row .item h5 {
    font-family: Raleway, sans-serif;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 5
}

.products_detail_row .item p {
    font-size: 14px;
    line-height: 24px
}

.products_detail_row {
    background: #fff
}

.about_row {
    background: #f4f4f4;
    z-index: 99
}

.about_img {
    padding: 20px;
    position: relative;
    margin-top: 15px
}

.about_img:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
    background: linear-gradient(180deg, #25aae2, #283890);
    z-index: -1
}

.about_img:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
    background: linear-gradient(180deg, #25aae2, #283890);
    z-index: -1
}

.about_content {
    margin-top: 50px
}

.about {
    background: linear-gradient(-70deg, transparent 23%, #fff 23%);
    padding: 20px 10px;
    box-shadow: 10px 4px 10px #f4f4f4;
    z-index: 1
}

.capability_row {
    background: #f4f4f4;
    z-index: 99;
    padding-top: 30px
}

.capability {
    background: linear-gradient(-70deg, #fff 78%, transparent 23%);
    padding: 20px 10px;
    box-shadow: 10px 4px 10px #f4f4f4;
    z-index: 1
}

.contact_row {
    background: #283890
}

.contact_row .contact_section {
    position: absolute;
    z-index: 99;
    top: -111px
}

.contact_dec h2 {
    font-size: 27px
}

.contact_dec {
    color: #fff;
    font-weight: 700
}

.contact_dec span {
    color: #f1d81b;
    font-weight: bolder
}

.requirefieldLbl {
    padding: 1px 10px;
    position: absolute;
    bottom: 2px;
    left: 14px;
    color: #fff !important;
    display: block;
    z-index: 100;
    background-color: red;
    border-radius: 3px;
    font-size: 1.1rem;
    letter-spacing: 0;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .2);
    animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    -webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    -moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    transform-origin: left top
}

.requirefieldLbl::after {
    position: absolute;
    content: '';
    top: -6px;
    left: 5px;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid red;
    z-index: 95
}

.clients_block {
    position: relative;
    margin: 80px 0
}

.clients_block:after {
    position: absolute;
    content: '';
    width: 49px;
    height: 130px;
    background: linear-gradient(90deg, #cde4f9, transparent);
    left: -10px;
    top: -33px;
    z-index: -1
}

.clients_block img {
    position: absolute;
    left: 0
}

.clients_block .clients_desc {
    margin-left: 35%
}

.clients_block .clients_desc h3 {
    font-weight: 700;
    font-size: 35px;
    text-shadow: 2px 3px #d6eafb
}

.client_speech {
    background: #f2f9ff
}

.why_choose_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
}

.why_choose_block {
    padding: 20px;
    color: #fff;
    margin-left: 15px;
    width: 250px;
    height: 250px;
    margin-top: 15px
}

.why_choose_dec {
    margin-top: 20%
}

.why_choose_block p {
    font-size: 15px
}

.why_choose_block h5 {
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 700
}

.why_choose_iconblock {
    display: inline-block;
    background: #ffff;
    padding: 10px;
    border-radius: 50%
}

.ourclient_row {
    background: #fff
}

.client_slider {
    margin-top: 5%
}

.clients {
    margin-bottom: 0
}

.clients li {
    display: inline-block;
    margin-right: 5px
}

.footer_row {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    padding-bottom: 50px
}

.footer_row .footer_block {
    display: block;
    overflow: hidden;
    margin: 5px 0 10px;
    padding: 0
}

.footer_row .social_links li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    margin-right: 2px;
    width: 40px;
    font-family: 'Fira Sans', sans-serif;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.footer_row .social_links li:hover {
    border-radius: 50%;
    background: linear-gradient(45deg, #41abbb, #3fb662)
}

.footer_row .social_links li:hover i {
    color: #fff !important
}

.footer_row .social_links li i {
    font-size: 20px
}

.footer_row .footer_menu li {
    display: inline-block
}

.footer_row .footer_menu li a {
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 20px
}

.footer_block h4 {
    color: #4e50a4
}

.location_row {
    background: #4e50a4;
    padding: 15px 0
}

.footer_block {
    position: relative
}

.footer_block:after {
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    width: 2px;
    height: 300px;
    background: #bfbbbb
}

.footer_block img {
    margin-top: 25px
}

.footer_block h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}

.footer_block .quick_links {
    padding-left: 0
}

.footer_block ul li {
    list-style-type: none
}

.footer_block ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px
}

.social_links {
    margin-top: 20px;
    padding-left: 0
}

.location {
    margin-bottom: 0;
    margin-top: 20px
}

.location p {
    color: #000;
    font-size: 15px
}

.location p i {
    margin-right: 5px;
    font-size: 18px
}

.copyright {
    display: block
}

.copyright p,
.copyright p a {
    font-size: 13px;
    color: rgba(255, 255, 255, .79);
    margin: 0
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10%;
    right: 3%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
    padding: 8px 5px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.cd-top i {
    font-size: 20px;
    color: #fff
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.cd-top:hover {
    background: #39b74c;
    border-color: #39b74c;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.cd-top:hover i {
    color: #fff
}

.page_banner {
    display: block;
    position: relative;
    width: 100%;
    
    padding: 80px 0;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background: url(../images/contact-bg.jpg) no-repeat top center
}

.page_banner h1 {
    margin: 0;
    font-size: 2.5em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-shadow: 2px 3px 1px #adabab78
}

.page_banner .header_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.breadcum {
    display: block;
    margin: 15px 0 0;
    color: #fff;
    text-align: center
}

.breadcum p {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    color: #ccc
}

.breadcum a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #fff
}

.contact_form {
    display: block;
    background: #ffff;
    position: absolute;
    padding: 70px 60px;
    height: auto;
    box-shadow: 0 2px 15px #e0ddddc2
}

.contact_title {
    margin-left: 3%
}

.address_titile {
    font-size: 25px
}

.address_block p {
    position: relative;
    margin-left: 8%;
    margin-top: 25px
}

.address_block p i {
    position: absolute;
    left: -8%;
    top: 5px;
    color: #fff
}

.address_block {
    background: #4e50a4;
    padding: 20px;
    color: #fff;
    line-height: 2;
    margin-left: 0px;
    min-height: 370px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 0;
    height: 47px;
    box-shadow: none;
    margin-bottom: 25px
}

.form-control:focus {
    box-shadow: none;
    border-color: #2d3845
}

.txtarea {
    min-height: 80px
}

.theme-btn {
    border: 0;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.theme-btn:hover {
    background: #38b84a;
    color: #fff
}

.theme-btn:focus {
    color: #fff
}

.maplocation_row {
    background: #f1f1f1
}

iframe {
    box-shadow: 0 0 10px #6162639e
}

.main_mision_block {
    margin-top: -14%
}

.mission_block {
    z-index: 99;
    padding: 80px 25px 25px 25px;
    margin-top: 60px;
    box-shadow: 0 5px 15px #e6e4e4cc
}

.mission_block p {
    font-size: 15px
}

.mission_icon {
    display: inline-block;
    background: linear-gradient(180deg, #3e47a9, transparent);
    padding: 30px;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0)
}

.mission_tittle {
    text-transform: uppercase;
    color: #3e3d3d;
    margin: 30px 0 20px 0
}

.mission_icon img {
    background: #3e47a9;
    padding: 10px;
    border-radius: 50%
}

.services_row {
    padding-bottom: 0 !important
}

#testimonial {
    background: #f1f1f1
}

#testimonial .item {
    background: #fff;
    -webkit-box-shadow: -1px 0 31px -12px rgba(10, 10, 10, .3);
    -moz-box-shadow: -1px 0 31px -12px rgba(10, 10, 10, .3);
    box-shadow: -1px 0 31px -12px rgba(10, 10, 10, .3)
}

#testimonial .customer_img {
    width: 20%
}

.owl_testimonial .item_testimonial {
    text-align: center;
    padding: 20px;
    margin-bottom: 80px;
    opacity: .4;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl_testimonial.active.center .item_testimonial {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none
}

.owl-theme {
    margin-top: 50px
}

.item_testimonial h4 {
    background: #4e50a4;
    padding: 15px 0;
    margin: 0;
    color: #fff;
    font-size: 16px
}

.service_color_2 .service__icon i {
    background: #e9ae37 none repeat scroll 0 0;
    border: 1px solid #e9ae37
}

.service_color_3 .service__icon i {
    background: #93c524 none repeat scroll 0 0;
    border: 1px solid #93c524
}

.service_color_4 .service__icon i {
    background: #28a8e3 none repeat scroll 0 0;
    border: 1px solid #28a8e3
}

.service_color_2 .service__details h2 a {
    color: #e9ae37
}

.service_color_3 .service__details h2 a {
    color: #93c524
}

.service_color_4 .service__details h2 a {
    color: #28a8e3
}

.service__icon {
    margin-bottom: 28px
}

.service__icon i {
    background: #005691 none repeat scroll 0 0;
    border: 1px solid #005691;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 52px;
    height: 163px;
    line-height: 163px;
    text-align: center;
    transition: all .4s ease 0s;
    width: 163px
}

.service:hover .service__icon i {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #005691;
    color: #005691
}

.service_color_2:hover .service__icon i {
    border: 1px solid #e9ae37;
    color: #e9ae37
}

.service_color_3:hover .service__icon i {
    border: 1px solid #93c524;
    color: #93c524
}

.service_color_4:hover .service__icon i {
    border: 1px solid #28a8e3;
    color: #28a8e3
}

.service__details h2 {
    color: #005691;
    font-size: 18px;
    padding-bottom: 19px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase
}

.service__details h2::before {
    background: #005691 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 42px
}

.service {
    padding: 35px 20px;
    border: 4px solid #eee;
    border-radius: 4px
}

.choose__style--2 {
    padding-bottom: 40px;
    padding-top: 30px;
    background: #fff
}

.div_lft {
    justify-content: flex-end
}

.div_rht {
    justify-content: flex-start
}

.choose_div {
    display: flex;
    height: 150px;
    overflow: hidden;
    position: relative
}

.choose_details h2 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-top: 25px;
    transition: padding .8s linear 0s;
    text-transform: capitalize;
    margin-top: 5px;
    font-size: 18px;
    color: #2d2f2f;
    font-weight: 700
}

.choose_details {
    margin-left: 20px
}

.choose_details p {
    display: none;
    margin-bottom: 0;
    transition: all .3s ease 0s
}

.choose_icon i {
    border: 2px solid #4e50a4;
    border-radius: 100%;
    display: inline-block;
    font-size: 32px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 90px;
    margin-left: 20px
}

.choose_icon i img {
    margin-top: -10px
}

.choose_div:hover .choose_icon i {
    color: #fff;
    border: 2px solid #4e50a4;
    background: #4e50a4;
    transition: all .3s ease 0s
}

.choose_us {
    margin-top: 40px
}

.bg_img_row {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0
}

.bg_img_row h2 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.5
}

.recycle_products {
    text-decoration: none;
    list-style-type: none;
    margin-top: 20px;
    margin-left:-40px;
}

.recycle_products li {
    position: relative;
    margin-left: 30px;
    font-size: 16px;
    line-height: 2
}

.recycle_products li img {
    position: absolute;
    top: 12%;
    left: -6%;
    width: 21px
}