/*========Product Section=========*/
.default-project-item {
    position: relative;
    padding: 0px;
}

h2.modal_project_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #008020;
    width: 100%;
}
.modal_imgdiv img {
    width: 100%;
}
h4.modal-title.modeltitle {
    color: #008020;
    font-size: 16px;
    font-weight: 500;
}
.modal_projectsdetails_div h3 span {
    font-weight:  bold;
    color: #000;
}
button.projectdetailsclose {
    z-index: 100000;
    position: relative;
    font-size: 30px !important;
    right: 1px;
    background: #008020;
    padding: 1px 9px;
}
.modal_projectsdetails_div p {
    text-align: justify;
}
.modal_projectsdetails_div h3 {
    font-size: 17px;
}
.default-project-item .inner-box {
    padding: 6px !important;
}
.default-project-item .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}
section.project-one.projucts_sec {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/bgimg.png);
}
.default-project-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.default-project-item .image-box {
    position: relative;
    display: block;
}
.default-project-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.default-project-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}
.default-project-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.content.overlaycont_div > h3 {
    font-size: 14px;
    text-transform: capitalize;
}
.default-project-item .overlay-inner h3 {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.content.overlaycont_div h3 span {
    font-size: 14px;
    text-transform: capitalize;
}
.default-project-item .overlay-inner h5 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 12px;
    color: #c6a47e;
}
.default-project-item .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

/*flaticon*/

figure.image-box.logimg_box img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eee;
    padding: 26px;
}
/*============GALLERY==============*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.chaines_gallery_div img {
    height: 250px;
}
section.gallery_mainsec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
    height: 200px;
    object-fit: contain;
    background: #fff;
}
.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.baguetteBox-button {
    background-color: transparent !important;
}
.gallery_mainsec .mask {
    position: absolute;
    width: 100%;
    height: 89%;
    background: #ff003690;
    top: 0px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.gallery_mainsec .single-servicebox {
    margin-bottom: 0px; 
}

/*=========Contact Us========*/
section.contactpage_mainsec {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/company_overviewbg.jpg);
}
iframe.contactpage_mapsec:hover {
    border: 10px solid #008020 !important;
}
h1.main_sectiontitle {
    color: #008020;
    font-weight: bold;
    margin-bottom: 16px;
}
iframe.contactpage_mapsec {
    border: 10px solid #1a1c1f !important;
    border-radius: 7px;
    transition: all .4s ease-in-out;
}
section.contact_infosec {
    padding-top: 40px;
    padding-bottom: 40px;
}
h1.main_sectiontitle.headingalign_left {
    text-align: center;
}
/*=========Footer========*/
ul.widget_contactinfo li {
    padding-left: 0 !important;
    display: inline-flex;
    margin-bottom: 5px !important;
    width: 100%;
    color: #fff;
}
.widget-content p {
    text-align: justify;
}
ul.widget_contactinfo.widgetbranch_list li i {
    font-size: 13px;
    font-weight: 500;
}
.footer_cont {
    text-align: center;
    width: 100%;
    clear: both;
}

ul.widget_contactinfo li a {
    color: #fff;
}
ul.widget_contactinfo li i {
    padding-right: 8px;
    color: #008020;
    font-size: 18px;
    line-height: 25px;
}
ul.contactpagesocial_links.footer_socialicons {
    margin-top: 10px;
}
 .whatss-app-ftr {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    left: 1%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #fff;
    animation-name: bounce;
    -moz-animation-name: bounce;
    }
    .whatss-app-ftr a img {
    width: 75%;
    }
/*=========Footer========*/
section.features_mainsec .col-md-3 {
    padding-left: 0;
}
@media (min-width: 280px) and (max-width: 767px) {
    .main-header .top-bar .info-outer {
    position: relative !important;
}


.main-header .main-box {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
  section.features_mainsec .col-md-3 {
    padding-left: 15px;
}
.main-header .nav-toggler{
        right: 9px !important;
    }

.col-md-6.mainmenucol_list {
    padding-left: 15px !important;
    background: #333;
}
ul.singledropdown_menu li a {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 14px;
}
.col-md-6.mainmenucol_list li a {
    text-transform:  capitalize !important;
    font-weight: 400 !important;
}
h1.main_title {
    font-size: 24px;
}  
}
section.features_mainsec {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/bgimg.png);
}
p.features_readmorebtn a {
    color: #fff;
    font-size:  15px;
    text-transform:  capitalize;
    background: #0074ca;
    padding:  8px 16px;
}

p.features_readmorebtn {
    margin-top: 45px;
}
.panel {
    margin: 0 auto;
    height: 150px;  
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    margin-bottom: 15px;
    background:unset !important; 
     border: 0px !important; 
}
.panel .front,
.panel .back {
    text-align: center;
}    
.panel .front {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.panel .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
width: 100%;
}
.panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}
.front_content {
    background-color: #f4f4f4;
    width: 100%;
    /* height: 150px; */
    margin: 0 auto;
    padding: 37px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
section.whyproject_mainsec {
    background: url(../images/body-bg.png);
}
.front_content i {
    font-size: 85px;
    position: relative;
    top: 15px;
    font-style: normal;
}
.back_content {
    
    width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.features_backcolor1 {
    background-color:rgb(239, 83, 80);
}
.features_backcolor2 {
    background-color:rgb(103, 58, 183);
}
.features_backcolor3 {
    background-color:#5C6BC0;
}
.features_backcolor4 {
    background-color:rgb(156, 204, 101);
}
.features_backcolor5 {
    background-color:rgb(255, 193, 7);
}
.features_backcolor6 {
    background-color:rgb(121, 85, 72);
}
.features_backcolor7 {
    background-color:rgb(41, 182, 246);
}
.features_backcolor8 {
    background-color:rgb(230, 81, 0);
}
.features_backcolor9 {
    background-color:#26C6DA;
}
.features_backcolor10 {
    background-color:rgb(0, 150, 136);
}
.features_backcolor11 {
    background-color:rgb(255, 64, 129);
}
.features_backcolor12 {
    background-color:rgb(156, 39, 176);
}
.features_backcolor13 {
    background-color:rgb(51, 105, 30);
}
.features_backcolor14 {
    background-color:#BA2589;
}
.features_backcolor15 {
    background-color:#750E21;
}
.features_backcolor16 {
    background-color:#FFA726;
}

.features_iconcolor1 { 
  color:rgb(239, 83, 80);
}
.features_iconcolor2 {
  color: rgb(103, 58, 183);
}
.features_iconcolor3 {
    color: #5C6BC0;
}
.features_iconcolor4 {
    color: rgb(156, 204, 101);
}
.features_iconcolor5 {
    color: rgb(255, 193, 7);
}
.features_iconcolor6 {
    color: rgb(121, 85, 72);
}
.features_iconcolor7 { 
  color:rgb(41, 182, 246);
}
.features_iconcolor8 {
  color: rgb(230, 81, 0);
}
.features_iconcolor9 {
    color: #26C6DA;
}
.features_iconcolor10 {
    color: rgb(0, 150, 136);
}
.features_iconcolor11 {
    color: rgb(255, 64, 129);
}
.features_iconcolor12 {
    color: rgb(156, 39, 176);
}
.features_iconcolor13 {
    color: rgb(51, 105, 30);
}
.features_iconcolor14 {
    color: #BA2589;
}
.features_iconcolor15 {
    color: #750E21;
}
.features_iconcolor16 {
    color: #FFA726;
}

.front_content img {
    width: 31%;
    margin-bottom: 5px;
}
.front_content h3 {
    color: #333;
    font-size: 17px;
    text-transform: capitalize;
    /* margin-top: 22px; */
    position: relative;
    top: 20px;
}
.back_content h3 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
}
.back_content p {
    color: #fff;
    font-size: 13px;
}

h1.main_title {
    color: #008020;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 500;
}
.back_content h5 {
    font-size: 17px;
    color: #000;
}
/*=========Header======*/
ul.megamenu_main_customlist.featuresmegamenu_list {
    width: 1170px !important;
    left: -671px !important;
}
.features_megamenu_sublist li a i {
    font-size: 30px;
    padding-right: 6px;
    position: relative;
    top: 6px;
}
.mainmenucol_list li:hover > a i {
    color: #fdc800 !important;
}
ul.megamenu_main_customlist {
    width: 450px !important;
}
.mainmenucol_list li:hover > a {
    color: #fff;
    background: #008020;
}
.mainmenucol_list li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #1f1f1f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.mainmenucol_list li {
    position: relative;
    width: 100%;
    border-bottom: 0px !important;
    border: 1px solid rgba(0,0,0,0.10);
    border-right: 0px !important;
}
.maegamenu_border_adj li {
    border-left: 0px !important;
}
ul.contactpagesocial_links li {
    float: left;
    padding-right: 8px;
}
.preloader h3 {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 54%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-origin: border-box;
    color: #008020;
    font-family: roboto;
    font-size: 25px;
    font-weight: 600;
}
.preloader h5 {
    text-align: center;
    vertical-align: middle;
    position: fixed;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-origin: border-box;
    color: #ff001a;    
    font-size: 18px !important;
    font-family: roboto;
}
ul.contactpagesocial_links li .fa {
    background: #008020;
    color: #fff;
    font-size: 15px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
}
.header_contact_icon {
    padding-right: 7px;
    color: #008020;
    font-size: 17px !important;
    font-weight: bold;
}
ul.contactpagesocial_links li .fa:hover {
    background: #ccc;
    transform: rotate(360deg);
    border-radius: 0px;
    color: #008020;
}

section.certificates-section.home_brandsec {
    background: url(../images/body-bg.png);
}
.owl-controls {
    display: none !important;
}
h2.parallexsec_title {
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
.text.parallexsec_cont {
    color: #fff;
}
.padding_zero {
    padding: 0;
}
.working-text p {
    color: #fff;
    display: inline-flex;
    margin-bottom: 0;
    font-size: 14px;
    font-family: roboto;
}
.our-clients.box-3 ul li {
    width: 25%;
    padding: 30px 15px;
}
.working-titel > h4 {
    padding-left: 40px;
}
.working-single {
    float: left;
    padding: 45px 30px 10px;
    position: relative;
    width: 25%;
    min-height: 165px;
}
h1.main_title.marginadj {
    margin-bottom: 20px;
    margin-top: 10px;
}
.numbering {
    background: #000 none repeat scroll 0 0;
    color: #ffc400;
    font-family: roboto;
    font-size: 16px;
    font-weight: 900;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
 .working-titel > h4 {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 48px;
}
 .working-titel > img {
    float: left;
}
.working-single:nth-child(1) {
    background: #ff9129;
}
.working-single:nth-child(2) {
    background: #055482;
}
.working-single:nth-child(3) {
    background: #e34757;
}
.working-single:nth-child(4) {
    background: #33b3e3;
}


@media (max-width: 767px){
.working-single, .funfact-single, .from-box, .footer-top-img > img {
    width: 100%;
}
.our-clients.box-3 ul li {
    width: 50%;
    padding: 30px 15px;
}
.col-md-3.homegallery_div {
    padding-bottom: 15px;
    padding-right: 15px !important;
}
}
/*** 

====================================================================
    Main Slider style
====================================================================

***/

.main-slider{
    position:relative;
    z-index:10;
}

.main-slider .tp-caption{
    z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
     background-color:unset !important;
}


.main-slider h2 {
 font-size: 40px !important;
    color: #FFF;
    font-weight: 600;
    line-height: 1.2em;
    
    font-family: 'KoHo', sans-serif;
   text-shadow: 3px 3px 5px #000;
    padding: 10px 15px;
    /*background: #008020;*/
}

.main-slider h4{
    font-weight:700;
    line-height:1.6em;
    color:#ffffff;
    font-size:16px;
    text-transform:uppercase;
    font-family: roboto;
}

.main-slider .text{
    font-size:18px;
    color:#ffffff;
    font-weight:500;
    line-height:1.8em;
}

.main-slider .btn-style-one{
    color: #ffffff !important;
}

.main-slider .btn-style-two{
    color: #008020 !important;
}

.main-slider .btn-style-two:hover{
    color: #ffffff !important;
}

.main-slider .tp-bullets.preview3 .bullet{
    background:#9c9b9d !important;
    width:15px !important;
    height:5px !important;
    border:0px!important;
    border-radius:5px !important;
    margin:0px 8px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
    border-color:#008020 !important;
    background:#008020 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
    background:none !important;
    width:50px !important;
    overflow:hidden;
    margin-top:-10px !important;
    height:50px !important;
}

.main-slider .tparrows.preview3::after{
    top:0px;
    border:2px solid #ffffff;
    color:#ffffff;
    font-size:12px;
    height:44px !important;
    line-height:42px;
    width:44px !important;
    padding:0px;
    border-radius:50%;
    background:none;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
    content: "\e605";
    font-family: 'simple-line-icons';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
  content: "\e606";
    font-family: 'simple-line-icons';
}

.main-slider .tparrows.preview3.tp-leftarrow{
    left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
    right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
    color:#ffffff;
    background:#008020;
    border-color:#008020;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
    visibility:hidden;
    opacity:0;
    display:none;   
}

.main-slider .tp-bannertimer{
    display:none !important;    
}


/*=========================================*/
/*========Scroll Css=======*/

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #222; 
    transition: all 0.5s ease-out 0s;
}

.enquirynow_stickybtn a {
    background: #008020;
    border: 1px solid #008020;
    border-radius: 3px 3px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    right: -61px;
    line-height: 26px;
    position: fixed;
    text-align: center;
    top: 201px;
    transform: rotate(-90deg);
    z-index: 24;
    padding: 4px 12px 5px 12px;
    text-transform: capitalize;
    font-family: roboto;
    text-decoration: none !important;
    font-weight: 500;
}
.homemainsec_content_outer {
    text-align: center;
}

.homemainsec_content_outer h2 {
    color: #00807f;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 5px;
}
section.homewelcome_mainsec {
    padding-top: 40px;
    padding-bottom: 20px;
}
.homemainsec_content_outer p {
    font-size: 20px;
    font-weight: 300;
    color: #222;
}
ul.widget_serviceslink li a {
    color: #fff;
    transition: all 300ms ease;
    font-size: 16px !important;
}
ul.widget_serviceslink li {
    line-height: 33px;
}
.widget_serviceslink li a:before {
    content: "\f043";
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block !important;
    cursor: pointer;
    line-height: 20px;
    margin-right: 11px;
}
ul.widget_serviceslink li a:hover {
    padding-left: 21px;
    transition: all 300ms ease;
    color: #008020;
}
ul.widget_sublist {
    padding-left: 17px;
}
.widget_quicklinks li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block !important;
    cursor: pointer;
    line-height: 20px;
    margin-right: 11px;
}
    ul.widget_quicklinks li a {
    color: #fff;
}
/*
.homemainsec_content_outer h2:before {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 8px;
    height: 2px;
    width: 55px;
    background-color: #0c1623;
}
.homemainsec_content_outer h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 14px;
    height: 2px;
    width: 35px;
    background-color: #98b646;
}*/

/*** 

====================================================================
    Blog News Section
====================================================================

***/

.blog-news-section{
    position:relative;
    padding:60px 0px 20px;
}
.sec-maintitle h4 {
	font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.blog-news-section .blog-news-column{
    margin-bottom:40px; 
}

.blog-news-column .image-box img{
    display:block;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
        height: 220px;
}

.blog-news-column:hover .image-box img{
    -webkit-transform:scale(1.05,1.05) rotate(-2deg);   
    -ms-transform:scale(1.05,1.05) rotate(-2deg);   
    -o-transform:scale(1.05,1.05) rotate(-2deg);    
    -moz-transform:scale(1.05,1.05) rotate(-2deg);  
    transform:scale(1.05,1.05) rotate(-2deg);   
}



.news-date {
    background: -webkit-linear-gradient(left,rgba(0, 50, 50,0.9) 70%,transparent);
    position: absolute;
    z-index: 1000;
    left: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    padding-left: 29px;
    padding-right: 40px;
    bottom: -1px;
}

.blog-news-column .inner-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0 -2px 26px 8px rgba(0, 0, 0, 0.07);
}

.blog-news-column .image-box{
    position:relative;
    overflow:hidden;    
}

.blog-news-column .content-box{
    position:relative;
}

.blog-news-column .content-box .text{
    position:relative;
    margin-bottom:10px;
    color:#222;
    font-size:15px;
}

.blog-news-column h3 {
    /*font-size: 22px;*/
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}

.blog-news-column h3 a{
    color:#25292f;  
}

.blog-news-column h3 a:hover{
    color:#008020;  
}

.blog-news-column .post-info{
    position:relative;
    margin-bottom:15px;
    color:#919191;
    font-size:13px;
    line-height:24px;
}

.blog-news-column .post-author{
    float:left;
    color:#c4c4c4;
    font-style:italic;
    padding-right:10px;
}

.blog-news-column .post-options{
    float:right;    
}

.blog-news-column .post-info .icon{
    display:inline-block;
    width:20px;
    padding-right:5px;
    font-size:16px;
    color:#008020;
    font-weight:normal;
}

.blog-news-column .post-options a{
    position:relative;
    display:inline-block;
    margin-left:15px;
    font-weight:700;
    color:#67696c;  
}

.blog-news-column .read-more {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    background: #008020;
    padding: 6px 19px;
    border-radius: 3px;
}
.content-box.blog_contboxcustom h3 a {
    color: #00807f;
}
.blog-news-section .post-share-options{
    position:relative;
    padding:10px 15px;
    background:#f8f8f8;
    border-bottom:1px solid #e0e0e0;
}

.sec-maintitle h2 {
    color: #00807f;
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.blog-news-section .post-share-options .tags a{
    position:relative;
    color:#999999;
}

.blog-news-section .post-share-options .tags{
    padding-top:5px;    
}
.callouts-wrapper .callouts {
    /*background: #ffffff none repeat scroll 0 0;
    border-radius: 0 30px;*/
    margin: 0 0 10px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.callouts-wrapper .callouts .icon {
    text-align: center;
    margin: 0 0 15px;
    display: block;
}
.callouts-wrapper .callouts h3 {
    font-size: 22px;
   
    text-align: center;
    color: #008020;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.callouts-wrapper .callouts p {
   
    line-height: 23px;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
       
}

.callouts img {
    width: 53px;
}
.callouts-wrapper .callouts:hover {
    box-shadow: 0 10px 6px -6px #aaa;
}
section.ourservices_mainsec {
    padding-top: 40px;
    padding-bottom: 60px;
    /*background: linear-gradient(180deg,#f9fdff,#f2faff);*/
    border: 1px solid #dbecf6;
    background: #e7f1f1;
}

.navtabs_outerdiv ul.nav.nav-tabs li {
    float: unset;
    display: inline-block;
        margin-bottom: 5px;
}
.navtabs_outerdiv {
    text-align: center;
}


.navtabs_outerdiv ul.nav.nav-tabs li.active a {
    background: #008020;
}

.navtabs_outerdiv ul.nav.nav-tabs li a {
    border: unset !important;
}


.navtabs_outerdiv ul.nav.nav-tabs {
    border: unset !important;
}
.navtabs_outerdiv ul.nav.nav-tabs li a {
    background: #00807f;
    color: #fff;
    font-size: 20px;
    border: unset;
    font-weight: 400 !important;
}
.ourproducts_tabconts_outer p {
    color: #222;
    font-size: 15px;
}
.ourproducts_tabconts_outer {
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 7px;
    margin-top: 12px;
    background: #fff;
}
.ourproducts_tabconts_outer h2 {
    color: #00807f;
    font-size: 25px;
    margin-top: 0;
}
.content_feouter img {
    width: 100%;
    height: 220px;
}


.content_feouter h3 {
    font-size: 19px;
    color: #008020;
     margin-top: 12px;
}
.content_feouter {
    text-align: center;
    box-shadow: 0px 0px 34px #cacae5;
    padding: 13px; 
    margin-bottom: 15px;      
}
.aboutus_contouter p:before {
    /*content: "\f05b";
    font-family: FontAwesome;*/
    font-size: 16px;
    display: inline-block !important;
    line-height: 27px;
    margin-right: 8px;
    color: #008020;
}
.aboutus_contouter p {
	margin-top: 20px;
    font-size: 18px;
    text-align: justify;
    /*margin-bottom: 2px;*/
}
section.welcome_mainsecnew {
    padding-top: 40px;
    padding-bottom: 40px;
}
.welcomecotent_img img {
    padding: 10px;
    width: 100%;
}

.aboutpage_subsec {
    background: url(../images/company_overviewbg.jpg);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 113px;
    background-repeat: no-repeat;
    background-position: center;
}

.projectdetails_contouter p:before { 
   /*content: "\f05b";
    font-family: FontAwesome;*/
    font-size: 16px;
    display: inline-block !important;
    line-height: 27px;
    margin-right: 8px;
    color: #008020;
}
.board_directors_contentouter.board_directors_contentouter_paddingadj {
    padding: 10px;
}
.projectdetails_contouter h3 {
    color: #008020;
    font-size: 25px;
    margin-bottom: 10px;
}
.chairman_messagecontouter h4 {
    color: #008020;
    font-weight: 500;
}

@media (min-width: 280px) and (max-width: 767px) {
.navtabs_outerdiv ul.nav.nav-tabs li a {
    font-size: 18px !important;
}
}
section.social_respncont_mainsec {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.social_respncont_mainsecsub {
    background: url(../images/exhaustbg.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.social_respncont_outer p:before {
   /*content: "\f05b";
    font-family: FontAwesome;*/
    font-size: 16px;
    display: inline-block !important;
    line-height: 27px;
    margin-right: 8px;
    color: #008020;
}
ul.nav.nav-tabs.social_reppage_tablist li a {
    font-size: 20px;
    font-weight: 400;
}


div#consultingandadvising {
    border: 1px solid #ccc;
    padding: 14px;
    background: #fff;
    margin: 12px;
    border-radius: 7px;
}
div#educationandtraining {
    border: 1px solid #ccc;
    padding: 14px;
    background: #fff;
    margin: 12px;
    border-radius: 7px;
}
div#researchanddevelopment {
    border: 1px solid #ccc;
    padding: 14px;
    background: #fff;
    margin: 12px;
    border-radius: 7px;
}
.social_reppage_tablist_outer p {
    color: #222;
    /*font-size: 16px;*/
    text-align: justify;
}
.social_reppage_tablist_outer h2 {
    color: #00807f;
    font-size: 25px;
    margin-top: 0;
}
.social_sesp_imgouter img {
    width: 79%;
    border-radius: 5px;
}

.social_sesp_imgouter {
    text-align: center;
}


/**/
.main-header .top-bar {
    position: relative;
    z-index: 1;
    }
    .main-header .top-bar .top-container {
    position: relative;
    margin: 0 auto;
    }
    .main-header .top-bar .info-outer:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 0px;
    border-top: 39px solid #008020;
    border-left: 20px solid transparent;
    }
    .main-header .top-bar .info-box {
    position: relative;
    }
    .main-header .top-bar {
    position: relative;
    z-index: 1;
    /*border-top: 3px solid #008020;*/
    }
    .main-header .top-bar .info-box li {
    position: relative;
    float: left;
    margin-right: 20px;
    line-height: 30px;
    }
    .main-header .top-bar .info-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #008020;
    color: #ffffff;
    padding: 3px 20px 7px 20px;
    border-radius: 0px 0px 0px 7px;
    }
    .top-container ul.info-box.clearfix {
    margin: 0 !important;
    padding: 0 !important;
    min-height: unset !important;
    }
    .social-links-one a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #e9e9e9;
    text-align: center;
    color: #999999;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    }
    ul.info-box.clearfix.headertopbar_list li span.fa {
    color: #fff;
    padding-right: 7px;
    }
    ul.info-box.clearfix.headertopbar_list li a {
    color: #fff;
    }
    .main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #fff;
    }

.sl-nav {
    display: inline;
    float: right;
	font-family: 'Cairo', sans-serif;
}
    .sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
    }
    .sl-nav li {
    cursor: pointer;
    }
    .sl-nav li ul {
    display: none;
    }
.sl-nav li:hover ul {
    position: absolute;
    top: 39px;
    right: 58px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
   .sl-nav li:hover .triangle {
    position: absolute;
    top: 26px;
    right: 88px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}
    .sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }
    .sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
    }
    .sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
    }
    .sl-nav li ul li span {
    padding-left: 5px;
    }
    .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #146c78;
    }
    .sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
    }
    .flag-de {
    background: url('../images/arabicflag.png');
    background-size: cover;
    background-position: center center;
    }
    .flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
    }
    ul.language_mainlist li {
    margin: 0 !important;
    }
img.mobile_logo {
    display: none !important;
}
.widget-content img {
    width: 81%;
}

@media (min-width: 280px) and (max-width: 767px) {
    .widget-content img {
        width: 100px;
        padding-top: 20px;
    }
    
.main-header .top-bar .info-outer {
    padding: 3px 17px 3px 14px;
    border-radius: 0;
}

img.desktoplogo {
    display: none !important;
}
img.mobile_logo {
    display: block !important;
}
.main-footer .footer-widget {
    margin-bottom: 10px !important;
}
.main-slider h2 {
    font-size: 15px !important;
    line-height: 22px !important;
}
.sec-maintitle h2 {
    font-size: 25px !important;
}
.sec-maintitle h4 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
}
.blog-news-column .image-box img {
    height: 187px !important;
}
.page-title {
    padding: 38px 0px !important;
}
.callouts-wrapper .callouts {
    height: 220px !important;
}
ul.info-box.clearfix.headertopbar_list {
    margin: 4px 0px !important;
}
.main-header .header-top .top-right {
    padding: 0 !important;
}
.main-header .main-box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.welcomecotent_img.chairman_adj img {
    width:150px;
}

.welcomecotent_img.chairman_adj {
    text-align: center;
}
li.desktopmenu_visionlogoouter {
    display: none !important;
}
}

@media (min-width: 768px) and (max-width:1024px) {

.copyright {
    clear: both;
}

.widget-content img {
    width: 100%;
}
ul.widget_serviceslink li a:hover {
    padding-left: 0 !important;
}
.footer-column.col-md-3.col-sm-6 {
    width: 25%;
}
ul.widget_contactinfo li {
    font-size: 12px;
}

ul.widget_quicklinks li a {
    font-size: 12px;
}

ul.widget_serviceslink li a {
    font-size: 11px !important;
}
.callouts-wrapper .callouts {
    height: 220px;
}
img.mobile_logo {
    display: block !important;
}
img.desktoplogo {
    display: none !important;
}
.main-header .main-box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.welcomecotent_img.chairman_adj img {
    width: 200px;
}

.welcomecotent_img.chairman_adj {
    text-align: center;
}
li.desktopmenu_visionlogoouter {
    display: none !important;
}
.main-menu .navigation > li > a {
    font-size: 12px !important;
    }
    .main-menu .navigation > li {
    margin: 0 !important;
}
ul.info-box.clearfix.headertopbar_list li {
    float: left !important;
    padding-right: 17px;
    display: inherit !important;
}
}

