/*===========================================*/
/* This is the Main Stylesheet for Enhenyero Engineering Template
/* Theme Author: Bootstrap Seven Themes
/* Theme URL: BootstrapSeven.Com
/* Created : March 20, 2015

==============================================
CSS Style Structure
- Imports
- General
- Menu/Navigation
- Shortcodes
- Home Page
- Pages
- Portfolio Section and Pages
- Testimonial Section
- Blog/News
- About Us Page
- Contact Us Page
- Sidebar
- Footer Area

/*===========================================*/
/* Imports
===========================================*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,300&display=swap'); */

/*===========================================*/
/* General
===========================================*/
body,
html {
    font-family: 'Mulish', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 20px;
}

h2 {
    font-weight: 600;
    margin: 0;
    font-size: 26px;
}

h4 {
    font-weight: 600;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

p {
    font-size: 16px;
    font-family: 'Montserrat';
}

a {
    color: #5c5c5c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #66d15d;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.noradius {
    border-radius: 0
}

.nopadding {
    padding: 0
}

.nopaddingleft {
    padding-left: 0
}

.nopaddingright {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.spacer {
    padding: 40px 0
}

.smallspacer {
    padding: 20px 0
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*===========================================*/
/* Menu/Navigation 
/*===========================================*/
#top-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    height: auto;
    color: #777777;
    padding: 10px 0;
    border-top: 4px solid #66d15d;
}

#top-menu.navbar {
    min-height: 35px !important
}

#top-menu p.text-right span {
    margin-left: 15px
}

a.logo.navbar-brand {
    color: #66d15d
}

.logo {
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 15px 25px 0;
    margin-right: 40px;
    border: 1px solid #66d15d;
}

#top-menu .navbar-header small {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-top: -50px;
}

ul.top-links li {
    padding: 5px 0
}

ul.top-links li ol li {
    padding: 0;
}

.top-contact ol li {
    font-weight: 900;
}
.top-contact a {
    font-family: 'Mulish', sans-serif;
}
.top-links li ol.social-icons {
    justify-content: flex-end !important;
}
#main-menu {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: #fafafa;
    min-height: 30px;
    /* text-align: right; */
}
ul.navbar-nav {
    text-align: left;
}
#sticky {
    padding: 0.5ex;
    width: 600px;
    background-color: #333;
    color: #fff;
    font-size: 2em;
    border-radius: 0.5ex;
}

#main-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar-collapse {
    padding-left: 0
}

#main-menu .nav>li>a {
    padding: 10px 10px
}

.btn-nav{
    border: none;
    background: none;
    padding: 10px 15px;
}
.active-sidebar{

}
.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: transparent
}

.navbar-toggle {
    float: none !important;
    color: #fff;
}

.navbar-toggle i {
    text-align: center
}

#main-menu i.fa.fa-bars {
    font-size: 20px
}

#main-menu.navbar-default .navbar-brand:hover,
#main-menu.navbar-default .navbar-brand {
    color: #66d15d
}

.dropdown-menu>li>a,
#main-menu.navbar-default .navbar-nav>li>a {
    font-family: 'Montserrat', sans-serif;
    color: #f1f1f1;
    text-transform: uppercase;
    font-weight: 700;
}

#main-menu.navbar-default .navbar-nav>.active>a,
#main-menu.navbar-default .navbar-nav>.active>a:hover,
#main-menu.navbar-default .navbar-nav>.active>a:focus,
#main-menu.navbar-default .navbar-nav>li>a:hover,
#main-menu.navbar-default .navbar-nav>li>a:focus {
    color: #66d15d !important;
    background-color: #222222;
    border-color: #66d15d;
}

#main-menu .navbar-nav>li>a {
    padding: 10px;
    font-weight: 600;
    border-top: 2px solid transparent;
    margin-right: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

ol.social-icons li {
    /* width: 25px;
    height: 25px; */
    margin-left: 5px !important;
}

ol.social-icons li a:hover,
ol.social-icons li a:focus {
    color: #ffffff !important
}

ol.social-icons li a {
    color: #ffffff;
    background: #999999;
    width: 28px;
    border-radius: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
}

ul.top-links.list-unstyled.text-right {
    margin: 0;
}

ol.social-icons li:hover a {
    background: #85b45d;
}

#main-menu .navbar-form {
    padding: 10px 0 5px 0;
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-menu .form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: #656565;
    background: transparent;
    border-right-color: transparent;
    color: #f1f1f1;
}

#main-menu .input-group-btn button.btn.btn-default {
    background: transparent;
    border-color: #656565;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #222 !important;
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #66d15d;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #222222;
    white-space: nowrap;
}





/*===========================================*/
/* Shortcodes
/*===========================================*/
blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #66d15d;
    background-color: #FAFAFA;
}

blockquote .lead {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #777;
}

.blockquote-reverse {
    border-right: 5px solid #66d15d;
    padding: 20px;
}

blockquote.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}

blockquote.dark .lead {
    color: #ffffff
}

blockquote.color {
    background-color: rgba(189, 59, 36, 0.15)
}

/* Lists */
ul.list-block li {
    line-height: 30px;
    font-size: 16px;
}

ul.list-block i {
    margin-right: 20px
}

/* Tabs */
.tab-style1 .tab-content {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-top-color: transparent;
}

.tab-style1 .nav-tabs>li>a {
    border-radius: 0
}

.tab-style1 .nav-tabs>li.active>a,
.tab-style1 .nav-tabs>li.active>a:hover,
.tab-style1 .nav-tabs>li.active>a:focus {
    color: #FFF;
    cursor: default;
    background-color: #66d15d;
    border: 1px solid #66d15d;
    border-bottom-color: transparent;
    font-weight: 700;
}

.tab-style1 .nav-tabs {
    border-bottom: 1px solid rgb(189, 59, 36)
}

.tab-style2 .nav-pills>li.active>a,
.tab-style2 .nav-pills>li.active>a:hover,
.tab-style2 .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #66d15d;
}

.tab-style2 .nav-pills>li>a {
    border-radius: 0
}

.tab-style2 .tab-content {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-left-color: #66d15d;
}

/* Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    color: #777;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 0;
}

.panel-default>.panel-heading:hover,
.panel-default>.panel-heading:focus,
.panel-default>.panel-heading.active {
    background: #ddd
}

.panel-default {
    border-color: transparent;
    background: #fbfbfb;
    border-radius: 0;
    border: 0;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}

*:focus {
    outline: none !important
}

.panel-title>a {
    color: #777
}

h4.panel-title {
    font-weight: 400
}

/* Accordion Style 2 */
#accordion2 .panel-default>.panel-heading {
    background-color: #66d15d;
    border: 2px solid #66d15d;
    color: #f1f1f1;
}

#accordion2 .panel-title>a {
    color: #222222
}

/* Accordion Style 3 */
#accordion3>.panel-default>.panel-heading {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
}

#accordion3>.panel-default>.panel-heading:hover,
#accordion3>.panel-default>.panel-heading.active {
    background-color: #ddd
}

/* Accordion Style 4 */
#accordion4>.panel-default>.panel-heading {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #66d15d;
}

#accordion4>.panel-default>.panel-heading:hover,
#accordion4>.panel-default>.panel-heading.active {
    background-color: #66d15d
}

#accordion4>.panel-default>.panel-heading.active .panel-title>a,
#accordion4>.panel-default>.panel-heading:hover .panel-title>a,
#accordion4>.panel-default>.panel-heading .panel-title>a:focus {
    color: #f1f1f1
}

hr,
.divider-custom {
    width: 60px;
    height: 4px;
    background-color: #66d15d;
    border: none;
    opacity: 1;
    margin: 20px 0;
}



/*===========================================*/
/* Home Page
/*===========================================*/
#header-slider .carousel-caption {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    margin: 0 10%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    transform: translateY(-50%);
}

#header-slider .carousel-indicators {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 0;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#header-slider .carousel-indicators .active {
    width: 20px;
    height: 10px;
    margin: 1px;
    background-color: #66d15d;
    border-color: #66d15d;
    border: 0;
    border-radius: 0;
}

#header-slider .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
}

#header-slider .item img {
    /*height: 35vh;*/
    object-fit: cover;
}




.left span.fa,
.right span.fa {
    position: absolute;
    top: 43%;
}

a.carousel-control span.fa {
    border: 1px solid #f1f1f1 !important;
    padding: 10px;
    margin-left: -20px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 20
}

button.en-btn,
a.en-btn {
    background-color: #FFFFFF;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 8px 28px;
    background: transparent;
    border: 2px solid #ffffff;
}

button.en-btn:hover,
a.en-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}

a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
}

a.en-btn.light:hover {
    background-color: #ffffff
}

button.en-btn.dark,
a.en-btn.dark {
    background-color: #222222;
    color: #ffffff;
    border: 0;
}

a.read-more,
a.read-more>span {
    color: #66d15d;
    font-style: normal;
    font-weight: 900;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

a.read-more:hover {
    font-weight: 900
}

a.read-more:hover>span {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
}

/*===========================================*/
/* Pages 
/*===========================================*/
/* Page Content */
#en-content {
    padding: 40px 0
}

#en-content .img,
.img {
    margin: 15px 0
}

/* Page Header */
/* #en-header { */
#page-header {
    background-color: #66d15d;
    padding: 2%;
    color: #ffffff;
}

#page-header .breadcrumb {
    padding: 5px 15px 0px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
}

#page-header .breadcrumb a {
    color: #FFFFFF !important;
    text-decoration: none;
}

#page-header .breadcrumb>.active {
    color: #FFF;
    font-weight: 900;

}

#page-header .breadcrumb>.active::before {
    color: #fff;
}

.breadcrumb>li+li:before {
    color: #FFF
}

/* Image Thumbnail with Caption*/
.post-img.thumbnail {
    border-radius: 0;
    border-color: transparent;
    background-color: #FAFAFA;
}

/* Intro */
#en-intro {
    padding: 80px 0;
    background: #ffffff;
}

/* Services */
#en-services {
    padding: 80px 0;
    background: #fafafa;
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}

.section-title.text-left hr {
    margin-left: 0
}



.section-title h2 {
    /*line-height: 26px*/
}

/* .section-title hr {
    width: 60px;
    border-color: #66d15d;
} */
.service h4 {
    margin-top: 20px
}

.service>a h4,
.service>a img {
    transition: all 0.5s;
    /* opacity: 0.8; */
}

.service>a img {
    box-shadow: 0 0 8px #CECECE;
    width: 100%;
}

.service:hover>a h4 {
    color: #66d15d
}

.service:hover>a img {
    opacity: 1
}

/* CTA */
.en-cta {
    background-image: url(../img/slider/01.jpg)
}

.en-cta .overlay {
    padding: 3%;
    color: #ffffff;
}

.overlay.dark {
    background-color: rgba(0, 0, 0, 0.60)
}

.overlay.color {
    background-color: #66d15d;
}

.overlay.light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #222222 !important;
}

.en-cta2 {
    padding: 3%;
    color: #ffffff;
}

.en-cta-solid {
    padding: 3%;
    background-color: #f1f1f1;
    margin: 20px 0;
}

.en-cta-solid.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}

.en-cta-solid.color {
    background-color: #66d15d;
    color: #f1f1f1;
}

/* Single Blog Posts */
ul.share {
    margin: 20px 0;
    border-top: 2px solid #66d15d;
    padding: 10px;
    background: #FBFBFB;
}

ul.share li {
    margin-right: 10px;
    font-size: 20px;
}

.author {
    border-top: 2px solid #66d15d;
    margin-top: 60px;
    background: #FBFBFB;
    padding: 20px;
}

.media.comment {
    padding: 20px 0;
    border-top: 2px solid #66d15d;
}

.media.reply-comment {
    padding: 20px 0
}

/* Comment Form */
#comment-form {
    margin-bottom: 30px
}

/* Team Page */
#en-team {
    background: #fafafa;
    background-image: url(../img/pattern/03.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 80px 0;
}

.team .hover-bg {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.team .hover-bg .hover-text.on {
    opacity: 1
}

.team .hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(62%);
    transform: translateY(62%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}

.team .hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.team h5,
.career-position h5 {
    margin-bottom: 0px
}

.career-position h6 {
    color: #66d15d;
    text-decoration: underline;
}

#en-career {
    padding: 80px 0;
    background: #ffffff;
}

/* Error Page */
.error i {
    font-size: 200px
}

/* Career Page */
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}

/*===========================================*/
/* Portfolio Section and Page
/*===========================================*/
#en-portfolio {
    padding: 80px 0;
    background-color: #ffffff;
}

#portfolio-items .item {
    padding: 30px 0px;
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.item .hover-bg {
    position: relative;
    overflow: hidden;
}

.item .hover-bg h4 {
    font-size: 26px;
    letter-spacing: normal;
    font-weight: normal;
}

.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
}

.hover-bg .hover-text.on {
    opacity: 1
}

.hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    opacity: 1;
    background: #66d15d;
}

/*.hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}*/
#portfolio-items .owl-controls i.fa {
    font-size: 30px
}

#en-portfolio .owl-theme .owl-controls .owl-buttons div {
    color: #ffffff;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.5;
}

/* Portfolio Page */
#itemsWork .item {
    margin-bottom: 30px
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

ul.list-inline.cat {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}

ul.cat li a {
    padding: 10px 5px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a:active,
ul.cat li a.active {
    border-top: 2px solid #66d15d;
    border-bottom: 2px solid #66d15d;
}

.project-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
    border-bottom: 1px solid #f1f1f1;
}

/*===========================================*/
/* Testimonial Section
/*===========================================*/
#testimonial .item {
    width: 80%;
    margin: auto;
}

.testimonial .owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 10px;
    margin: 2px 5px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #777;
}

.testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #66d15d;
    border-color: transparent;
}

.owl-theme .owl-controls,
.owl-theme .owl-controls {
    margin-top: 10px
}

.testimonial {
    background: url(../img/slider/01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.testimonial .overlay {
    padding: 4%
}

.testimonial.light .overlay {
    background: rgba(255, 255, 255, 0.92)
}

.testimonial.dark .overlay {
    background: rgba(40, 47, 53, 0.85);
    color: #ffffff;
}

.testimonial.color .overlay {
    background-color: rgba(255, 182, 66, 0.85);
    color: #ffffff;
}

.testimonial.color blockquote footer {
    color: #f1f1f1
}

.testimonial.color .owl-theme .owl-controls .owl-page span {
    background: transparent;
    border: 1px solid #ffffff;
}

.testimonial.color .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    background: #ffffff;
    border-color: transparent;
}

.testimonial img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.testimonial blockquote {
    border-left: 0;
    font-style: italic;
    background-color: transparent;
}

.testimonial blockquote footer {
    margin-top: 15px;
    color: #66d15d;
}

/*===========================================*/
/* Blog/News
/*===========================================*/
#en-news {
    padding: 80px 0;
    background: #fafafa;
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}

.news>a h4 {
    transition: all 0.8s
}

.news:hover>a h4 {
    color: #66d15d
}

.news>hr {
    width: 100px;
    border-color: #333333;
    margin-left: 0;
}

span.meta-date,
p.meta {
    color: #5C5C5C
}

.meta-date i,
p.meta span {
    margin-right: 10px
}

/* Partners */
#en-partners {
    padding: 80px 0;
    background: #ffffff;
}

/* News / Blog Page */
#blogposts .news {
    margin-bottom: 60px
}

#blogposts .news hr {
    border-color: #f1f1f1
}

.news:hover>a h3 {
    color: #66d15d
}

.news .featured-img {
    position: relative
}

.featured-img span.meta-date {
    position: absolute;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.48);
    color: #ffffff;
}

/* Pagination */
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #66d15d;
    border-color: #66d15d;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #66d15d;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #ddd;
    margin: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #66d15d;
    background-color: #eee;
    border-color: #ddd;
}

.pagination li.active a {
    color: #fff !important
}

/*===========================================*/
/* About Us Page
/*===========================================*/
/* Values */
.values {
    height: 100%;
    width: 100%;
    padding: 60px 50px 40px 50px;
    color: #ffffff;
    overflow: hidden;
    height: 450px;
}

.detail {
    position: relative
}

.values hr {
    width: 80px;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 0.44);
}

.values span.icons {
    font-size: 38px
}

.c1 {
    background: #D3932A
}

.c2 {
    background: #E69D27
}

.c3 {
    background: #66d15d
}

.values span.icons {
    font-size: 238px;
    position: absolute;
    bottom: -200px;
    right: -50px;
    color: rgba(255, 255, 255, 0.16);
}

/* Awards */
#en-awards {
    padding: 80px 0
}

.awards i.icons,
.career-position i.icons {
    font-size: 60px;
    margin-left: -20px;
}

/* Why Us Section */
#en-why-us,
#en-application,
#en-offices {
    padding: 80px 0;
    background: #fafafa;
}

#en-why-us .section-title.text-left {
    margin-top: 20px
}

/*===========================================*/
/* Contact Us Page
/*===========================================*/
#contact-form .alert-danger {
    color: #000000;
    background-color: #FFF0D9;
    border-color: #66d15d;
}

.form input.form-control {
    height: 50px;
    color: #777;
    background-color: transparent;
}

.form .form-control {
    margin-bottom: 20px
}

.form textarea {
    background: transparent
}

.offices {
    margin-bottom: 30px
}

/* Map */
.map iframe {
    height: 300px;
    width: 100%;
    border: 0;
}

/*===========================================*/
/* Sidebar
/*===========================================*/
.sidebar-widget {
    margin-bottom: 30px;
    border-top: 2px solid #66d15d;
    padding: 30px;
    background: #FBFBFB;
}

.sidebar-widget .widget-title h4 {
    color: #777777
}

.recent-posts .media {
    border-bottom: 1px dashed #f1f1f1;
    padding: 10px 0;
}

.recent-posts .media img,
.recent-posts .media a h5 {
    transition: all 0.5s
}

.recent-posts .media span {
    margin-right: 5px
}

.recent-posts .media:hover img {
    opacity: 0.7
}

.recent-posts .media:hover a h5 {
    color: #66d15d
}

.sidebar-widget ul.list-block li i,
.sidebar-widget ul.list-block li a {
    color: #777;
    transition: all 0.5s;
}

.sidebar-widget ul.list-block li:hover a {
    color: #66d15d
}

.sidebar-widget ul.list-block li:hover i {
    margin-left: 10px;
    color: #66d15d;
}

.tags ul li {
    border: 2px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.tags ul li:hover {
    background: #66d15d;
    border-color: #66d15d;
}

.tags ul li:hover>a {
    color: #ffffff
}

/*===========================================*/
/* Footer Area
/*===========================================*/
#en-footer .footer-content {
    padding: 40px 0;
    background: #222222;
    color: #fff;
}

#en-footer .bottom-footer {
    background: #fafafa;
    background-color: #66d15d;
    color: #ffffff;
    padding: 20px 0 10px;
}

.bottom-footer a {
    color: #f1f1f1
}

a.footer-logo {
    margin-bottom: 20px
}

.footer-logo {
    font-size: 26px;
    color: #777;
    font-family: 'Arvo', serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 40px;
    border: 1px solid #777777;
    padding: 2px 7px;
}

/* Footer Widget */
/* .widget { border-left: 1px solid #333333 } */
.widget-title.text-left hr {
    margin-left: 0
}

.widget-title.text-center {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
}

.widget-title h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: normal;
}

.widget-title hr {
    width: 60px;
    border-color: #66d15d;
}

.widget li i,
.widget a {
    color: #fff;
    transition: all 0.5s;
}

.widget li:hover a {
    color: #66d15d
}

.widget li:hover i {
    margin-left: 10px;
    color: #66d15d;
}

.widget .media a h5 {
    color: #f1f1f1;
    transition: all 0.5s;
}

.widget .media:hover a h5 {
    color: #66d15d
}

/* Form */
.widget .form-control {
    height: 50px;
    color: #f1f1f1;
    background-color: transparent;
    border: 1px solid #777;
}


#gallery {
    margin-top: 80px;
}

#gallery img {
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    object-fit: cover;
    height: 180px;
}

.gallery-img {
    margin-bottom: 30px;
    width: 100%;
    height: 332px;
    object-fit: cover;
}

.client-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 8px #707070;
}


.client-name {
    background-color: #2a2a2a6b;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

section.additional-info {
    background: #f8f8f8;
    padding: 80px 0 50px;
}


.additional-info h2+p {
    margin-bottom: 50px;
    margin-top: 15px;
}

.additional-info ul {
    margin-top: 25px;
    list-style: none;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px;
    z-index: 9;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

section.why-us {
    background: #66d15d;
}

section.why-us ul {
    list-style: none;
    padding: 0;
}

section.why-us .row>div:first-child {
    padding-right: 0;
}

section.why-us .row>div:last-child {
    padding-left: 0;
}

.why-us-content {
    padding: 40px 40px 0;
    color: #fff;
}

.why-us-content h2 {
    margin-bottom: 20px;
}

.section-title.w-bg {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 5px;
}

.section-title.w-bg a {
    text-decoration: none;
}

form#application-form,
form#contact-form {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}









/* new sections  */

.section-tag {
    color: #0d3c00;
    font-weight: 600;
    font-size: 18px;
}

.gallery-projects {
    padding: 60px 0;
}

.center-divider .divider-custom {
    margin-left: auto;
    margin-right: auto;
}

ul#masonry {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 1%;

}

li.card-container {
    width: 49%;
    margin-bottom: 20px;
}

li.card-container img {
    width: 100%;
}

.dez-media {
    position: relative;
    overflow: hidden;
}

.overlay-box {
    position: absolute;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
}

.dez-media:hover .overlay-box {
    transform: translateY(-99%);
}

.project-info {
    padding: 10px;
    background: #66d15d;
    color: #fff;
}

.project-info h4 {
    margin: 0;
    font-size: 20px;
}

.project-info p {
    margin: 0;
    font-size: 15px;
}















.testimonial-8 {
    background-color: rgba(67, 154, 13, .05);
    padding: 0 30px 20px;
    text-align: center;
    margin: 50px 0 0;
}

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-flex;
    border: 5px solid #FFF;
}

.testimonial-8 .testimonial-pic {
    border-radius: 50%;
    border: 2px solid #196730;
    padding: 3px;
    margin: -50px 0 10px;
}

.testimonial-8 .testimonial-pic img {
    border-radius: 50%;
    object-fit: contain;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-8 .testimonial-position {
    margin-bottom: 0;
}

.testimonial-8 .testimonial-position strong {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-right: 5px;
}

.testimonial-8 .testimonial-position span {
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.testimonial-8 .testimonial-text p {
    font-size: 20px;
    color: #666666;
    line-height: 34px;
    margin: 0;
}

.testimonial-text {
    padding: 15px;
    position: relative;
}

.client-logo {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    min-height: 100%;
    display: flex;
    align-items: center;
}

.client-logos .client-logo img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.client-logo img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transition: transform 0.2s linear;
}

section.why-us ul li+li {
    margin-top: 15px;
}

section.why-us ul li h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
}

section.why-us ul li p {
    font-size: 14px;
    margin: 0;
}




.client-testimonial {
    padding: 30px 0 60px;
}

.client-testimonial .section-head {
    margin-bottom: 50px;
}

.text-theme {
    color: #66d15d;
}


.about-us-sec {
    padding: 50px 0;
}

.about-us-sec h2 {
    color: #0d3c00;
    font-size: 40px;
    margin-bottom: 10px;
}

.about-us-sec h5 {
    color: #0d3c00;
    font-weight: 600;
    font-size: 18px;
}


.about-us-sec .col-inner p.text-bold {
    color: #5a5a5a;
    font-weight: 600;
    margin-top: 30px;
}

.about-us-sec .col-inner .btn-custom {
    margin-top: 30px;
}

/* footer top contact strip */

div#contact-strip {
    background: #f2f2f2;
    text-align: center;
    padding: 60px 0;
}

div#contact-strip hr {
    margin-left: auto;
    margin-right: auto;
}

div#contact-strip h5 {
    font-weight: 600;
    font-size: 18px;
    color: #0d3c00;
    margin-bottom: 30px;
}

div#contact-strip h2 a {
    text-decoration: none;
    color: #212529;
}

.btn-custom {
    display: inline-block;
    background-color: #66d15d;
    color: #fff;
    padding: 13px 26px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.btn-custom:hover {
    background-color: #fff;
    color: #66d15d;
}









.additional-info ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 50%;
}

.icon {
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.icon img {
    width: 40px;
}











.our-work-info {
    padding: 80px 0;
}

.experience-box {
    padding: 50px;
    border: 10px solid #66d15d;
    border-radius: 5px;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, .15);
    text-align: center;
}

.experience-box .exp-year {
    font-size: 130px;
    line-height: 130px;
    color: #66d15d;
    /* -webkit-background-clip: text; */
    /* background-image: linear-gradient(to right,#196730,#439a0d); */
    /* -webkit-text-fill-color: transparent; */
}

.experience-box h3 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
}

.experience-box h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
}



.section-head.style1 .h6 {
    color: #aaaaaa;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-head.style1 p {
    font-size: 20px;
    line-height: 34px;
    margin: 10px 0 0;
    color: #666666;
}

.section-head {
    margin-bottom: 50px;
}

.m-b30 {
    margin-bottom: 30px;
}

.counter-style-2 .counter {
    font-size: 70px;
    font-weight: 200;
    color: #000;
    display: block;
    line-height: 80px;
}

.counter-style-2 .counter-text {
    font-weight: 700;
    font-size: 24px;
}












.right-content h5 {
    font-size: 18px;
}

.right-content p {
    font-size: 14px;
}



.section-head p {
    font-size: 20px;
    line-height: 34px;
    margin: 10px 0 0;
    color: #666666;
}


















/* about us page */

.our-work-done {
    padding: 40px 0;
}

.elementor-counter .elementor-counter-number-wrapper {
    display: flex;
    color: #1e3d1c;
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    justify-content: center;
}

.elementor-counter-title {
    color: #66d15d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    text-align: center;
}


/* service page */

.all-services a {
    text-decoration: none;
}

.all-services .row {
    margin-bottom: 40px;
}

.section-title.onService {
    margin-bottom: 60px;
}





/* our work page */

#our-works {
    margin-top: 80px;
}



/* career page */

label#upload-cv {
    border: none;
    display: flex;
    padding: 0.75rem 1.5rem;
    background-color: #488aec;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    user-select: none;
    gap: 0.75rem;
    box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
    transition: all .6s ease;
    cursor: pointer;
    width: fit-content;
}

label#upload-cv:hover {
    box-shadow: 0 10px 15px -3px #488aec4f, 0 4px 6px -2px #488aec17;
}

label#upload-cv:focus,
label#upload-cv:active {
    opacity: .85;
    box-shadow: none;
}

label#upload-cv svg {
    width: 1.25rem;
    height: 1.25rem;
}



.counter-style-2 {
    text-align: center;
}


#header-slider .owl-nav {
    width: 100%;
}

.elementor-counter {
    margin-bottom: 40px;
}












/* single page */

.page_banner {
    background-size: cover;
    background-position: left bottom;
    padding: 80px 0 60px;
    background-repeat: no-repeat;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.993);
    position: relative;
}
.page_banner:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000080;
    z-index: 1;
}
.page_banner_content {
    position: relative;
    z-index: 9;
}
.page_banner_content {
    max-width: 850px;
    margin: auto;
}

.page_banner_content h1 {
    font-size: 32px;
}

.page_banner_content p {
    font-size: 16px;
}

.page_points {
    margin-top: 50px;
}

.page_points ul {
    list-style-type: none;
    padding: 0;
}



.page_points ul li img {
    width: 100%;
}

.page_points ul li .text-box h3 {
    font-size: 24px;
}





h4.accordion-button {
    background: none !important;
    color: #fff !important;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none !important;
}

.accordion-item.widget {
    background: none;
    border: none;
}

.accordion-collapse.collapse {
    border: none;
    /* display: block; */
}

.accordion-body {
    padding: 0;
}
h4.accordion-button.collapsed::after {
    all: unset;
    content: '\2b';
    margin-left: auto;
}
.accordion-button::after {
    all: unset;
    content: '\f068';
    margin-left: auto;
    font-family: 'FontAwesome';
    font-size: 16px;
}
.why_us_img{
    width:100%;
}

@media(max-width:363px){
    .carousel-caption h1{
        font-size: 22px;
    }
    
}
@media (max-width: 576px){
    div#page-header h2 {
        margin-top: 15px !important;
    }
    #header-slider .owl-nav{
        top: 32% !important;
    }
    .client-logo{
        width: 175px !important;
    }

}

@media (max-width: 767px) {
    /* .top-links {
        margin-top: 20px;
    } */

    .additional-info ul li {
        width: 100%;
    }

    .widget {
        margin-top: 30px;
    }

    div#page-header h2 {
        margin-top: 30px;
    }

    .post-img.thumbnail {
        margin-bottom: 10px;
    }

    .row.inverse-section {
        flex-direction: column-reverse;
    }

    .all-services .text-wrapper {
        margin-top: 20px;
    }

    .ftr-strp-img {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }
    .page_points ul li .text-box h3 {
        margin-top: 15px;
    }
    

}
@media (max-width: 768px) {
    .client-logo{
        width: 220px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 36px;
    }
    .page_banner_content h1 {
        font-size: 52px;
    }
    .page_banner_content p {
        font-size: 24px;
    }
    button.en-btn,
    a.en-btn {
        letter-spacing: 2px;
        padding: 10px 40px;
        border: 4px solid #ffffff;
    }

    #header-slider .owl-nav {
        width: 90%;
    }

    .about-us-sec .col-inner {
        padding-left: 40px;
    }

    .section-title.text-center {
        width: 60%;
        margin: auto;
        margin-bottom: 60px;
    }

    .p-l30 {
        padding-left: 30px;
    }

    #en-footer .footer-content {
        padding: 80px 0;
    }

    #page-header .breadcrumb {
        padding-left: 15px;
    }

    #en-content {
        padding: 80px 0
    }

    .our-work-done {
        padding: 80px 0;
    }

    .all-services .row {
        width: 100%;
    }

    .all-services .row>div {
        padding: 0;
    }

    .text-wrapper-right .text-wrapper {
        padding-left: 30px;
    }

    .inverse-section .text-wrapper {
        padding-right: 30px;
    }

    #gallery img {
        height: 140px;
    }

    .page_points ul li {
        display: flex;
        align-items: flex-start;
    }
    
    .page_points ul li .img-box {
        flex: 0 0 25%;
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .page_banner {
        padding: 100px 0;
    }


.why_us_img{
    width:auto;
    height:100%;
}







    h4.accordion-button {
        background: none !important;
        color: #fff !important;
        pointer-events: none;
        display: block;
    }
    h4.accordion-button:after {
        display: none !important;
    }
    
    .accordion-item.widget {
        background: none;
        border: none;
    }
    
    .accordion-collapse.collapse {
        border: none;
        display: block;
    }


}

@media (max-width: 991px) {
    .about-us-sec .col-inner {
        padding-top: 40px;
    }

    .p-l30 {
        padding-top: 30px;
    }

    .why-us-content {
        padding-bottom: 40px;
    }
    #navbarSupportedContent{
        position: absolute;
        top: 40px;
        left: 0;
        margin-top: 5px;
        background-color: #fff;
        width: 100%;
        z-index: 9;
        padding-top: 5px;
    }
    ul.navbar-nav {
        position: fixed;
        z-index: 9;
        background: #fff;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 65%;
        padding: 60px 20px 0;
        transition: left .3s linear;
    }
    ul.navbar-nav.active-sidebar {
        left:0;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 75px;
        line-height: 70px;
    }

    .additional-info ul {
        /*margin-right: -75%;*/
        margin-top: 8.5%;
    }

    li.card-container {
        width: 24%;
    }
.item .hover-bg h4 {
        font-size: 16px;
}
    #gallery img {
        height: 220px;
    }

    #header-slider .item img {
        height: auto;
    }
}