/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR INDUSTRIAL       ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1 Imported styles
2 Global styles
3 header top styles
4 Header Menu styles
5 Banner styles
6 Welcome to industrial styles
7 Our Services styles 
8 Our Services natural resource styles
9 Our Project Slider styles
10 Testimonial home styles
11 Latest News styles
12 Our Client styles
13 Indurial Solution styles
14 Footer styles
15 Inner Banner styles
16 About Tab Box styles
16a About Tab Box styles
17 Team styles
18 Testimonial Area
19 Services Page styles
20 Side Bar Widget styles
21 Single service page styles
22 Core Projects page styles
23 News page styles
24 Page Navigation styles
25 News Details styles
26 News Details Comments
27 Contact us styles
28 Testimonials page styles
29 Request a quote Page styles
30 Project details page styles
31 Newsletter
32 TT-GALLERY-1
33 LIGHTBOX
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/* ==============================
   1 Imported styles
   ============================== */

@import url('bootstrap-theme.min.css');
@import url('font-awesome.min.css');
@import url('../vendors/boxicons-2.1.4/css/boxicons.css');

/* ==============================
   2 Global styles
   ============================== */

.clearfix {clear: both;}
.m0 {margin: 0 !important;}
.mt30 {margin-top: 30px;}
.p0 {padding: 0 !important;}
ul, li {margin: 0;padding: 0;list-style: none;}
.btn {background: #4dcef6;color: #fff;font-size: 16px;font-weight: bold;padding: 0 40px;line-height: 48px;text-transform: uppercase;}
.btn0 {background: #ffba00;color: #fff;font-size: 16px;font-weight: bold;padding: 0 40px;line-height: 48px;text-transform: uppercase;margin: 0 20px 0 0;}
.btn2 {color: #000;background: #f8d24b;}
a,.btn,button {text-decoration: none;outline: none;-webkit-transition: all 300ms linear 0s;transition: all 300ms linear 0s;}
a:hover,a:focus,.btn:hover,.btn:focus,button:hover,button:focus {text-decoration: none;outline: none;}
section.row,header.row,footer.row {position: relative;}
body {font-family: "Open Sans", sans-serif;font-weight: 100%;height: 100%;overflow-x: hidden;letter-spacing: 0.2px;}
.thm-container {max-width: 1170px;width: 100%;margin-left: auto;margin-right: auto;}
.four_arrow_hover_box {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    opacity: 0;
    border: 7px solid rgba(3, 137, 158, 0.6);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.four_arrow_hover_box .arrows {
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.four_arrow_hover_box .arrows span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 137, 158, 0.6);
}
.four_arrow_hover_box .arrows:before,
.four_arrow_hover_box .arrows:after {
    content: '';
    display: block;
    position: absolute;
}
.four_arrow_hover_box .arrows:before {
    border-top: 1px solid rgba(3, 137, 158, 0.6);
    border-bottom: 1px solid rgba(3, 137, 158, 0.6);
    top: -1px;
    bottom: -1px;
    left: 16px;
    right: 16px;
}
.four_arrow_hover_box .arrows:after {
    border-left: 1px solid rgba(3, 137, 158, 0.6);
    border-right: 1px solid rgba(3, 137, 158, 0.6);
    left: -1px;
    right: -1px;
    top: 16px;
    bottom: 16px;
}

.image_hover:after {
    max-width: 100%;
    width: 370px;
    height: 281px;
    position: absolute;
    content: '';
    opacity: 0;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}
.image_hover:focus:after,
.image_hover:hover:after {
    opacity: 1;
}
.image_hover:hover:after {
    opacity: .5;
}
.zoom_img_effect {
    position: relative;
    transition: all .3s ease-out;
}
.image_hover:hover .zoom_img_effect {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

.message{position: absolute; top: 15%;left: 37.5%;background-color: rgba(15, 38, 58, 1);color: #fff;z-index: 100000;width: 500px; height: 150px;border: 1px solid #fff;border-radius:10px; display:flex; flex-direction: column; justify-content: center;align-items: center;}
.message h1, .message h3{color: #fff !important;}
.core-projects .message h1, .message h3{color: #fff !important;}

.message h1{font-size:2em;}
.message h3{font-size:1em;}
/* ==============================
  3. header top styles
============================== */


.logo {
    text-align: left;
}

.t-logo {
    text-align: left;
    padding-bottom: 0em;
}

.touch_top {
    float: left;
    padding: 8px 0;
    width: 100%;
}
.touch_top ul .item {
    padding: 0;
    float: right;
}

.touch_top ul .item-ad {
    width: 45%;
    padding: 0 0 0 0;
}
.touch_top ul .item-phone {
    width: 1%;
    padding: 0 0 0 1%;
}
.touch_top ul .item .media .media-left a i {
    font-size: 2em;
    color: #1fa6c8;

}
.media-body {
    text-align: left;
}
.media-body p {
    text-align: left;
    color: #232932;
    padding: 0;
    margin: 0;
    font: 400 0.8em "Open Sans", sans-serif;
}
.media-body p a{
    text-align: left;
    color: #9e9e9e !important;
    padding: 0;
    margin: 0;
    font:400 1.04em "Open Sans", sans-serif
}
.media-body p span {
    color: #9692a0;
    font-size: 1em;
    line-height: 1.7em;
}
.media-body p span a {
    color: #9692a0;
}
.media-body p span a:hover {
    color: #0fa2d9;
}
.touch_top .nav {
    margin: 0;
    font-size: 14pt
}

.widget .search-form .form-control {
    height: 37px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
}

.widget .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.widget .search-form .form-control + .input-group-addon button {
    border: 0;
    background: #fff;
    color: #ddd;
    font-size: 1.2em;
    line-height: 2.1em;
    padding-right: 15px;
}
#header {
    position: relative;
}

.header-5
{
  background: #0f263a;
}
.header-5 .navi
{
  border-top: 1px solid #1b364c;
}
.header-5 .media-body p
{
  color: #9e9e9e;
}

/* ==============================
  4. Header Menu styles
============================== */


/* ==============================
  5. Banner styles
============================== */


/* ==============================
  6. Welcome to industrial styles
============================== */


/* ==============================
  7. Our Services styles
============================== */

#iatf:target, #epe:target, #cmm:target, #spc:target, #qos:target, #cmp:target {
    scroll-margin-top: 165px; /* Adjust this value as needed */
}

.our-services {
    background: #f6f6f6;
}
.sectpad {
    padding: 5.7em 0;
}
.sectpad-ser {
    padding: 5.7em 0 3em;
}
.section_header {
    position: relative;
    padding: 0 0 3em;
}
.section_header h2 {
    font: bold 28px "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0;
}
.section_header h2:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}

.service-info {
    position: relative;
    overflow: hidden;
}
.service-info a {
    display: inline-block;
    width: 100%;
}
.service-info a h4 {
    border-bottom: 2px solid #19a3b8;
    color: #242424;
    font: 600 1.3em/1.5em "Open Sans", sans-serif;
    text-transform: uppercase;
    padding: 0 0 0.5em;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.service-info a h4:hover {
    color: #fbb12f;
    border-bottom: 2px solid #8192a4;
}
.service-info p {
    color: #898989;
    font: 400 1.1em/1.6em "Open Sans", sans-serif;
    margin: 0;
    padding: 1em 0 0.5em;
}
.service-info h6 a,
.service-info p a {
    color: #0fa2d9;
    text-transform: uppercase;
    font: 13px "Open Sans", sans-serif;
    font-weight: bold;
}
.service-info h6 a:hover,
.service-info p a:hover {
    color: #8192a4;
}
.service-info h6 {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    padding: 0 0 3em;
}
.service-info .post-image {
    position: relative;
    overflow: hidden;
}
.service-info .post-image img {
    max-width: 100%;
    width: 370px;
    height: 202px;
}
.service-info .post-image video {
    background-color: #3a3a3a;
    max-width: 100%;
    width: 370px;
    height: 195px;
}

.service-info .item {
    position: relative;
    
}
.service-info .item .four_arrow_hover_box {
    border: 1px solid red;
    max-width: 100%;
    width: 370px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.service-info .item:hover .four_arrow_hover_box,
.service-info .item:focus .four_arrow_hover_box {
    opacity: 0.9;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.tab-content>.tab-pane{
    display:  block;
}
/* ==============================
  8. Our Services natural resource styles
============================== */

/* ==============================
  9. Our Projects
============================== */

.our-galler {background: #1e2228 no-repeat center top;position: relative;padding: 96px 0 0 0;}
.project_txt_btn {width: 20%;position: absolute;overflow: hidden;top: 0px;text-align: center;height: 100%;}
a.view-all.slide_learn_btn.view_project_btn {width: 147px;font-size: 14px;display: inline-block;top: -140px;position: relative;z-index: 999;-webkit-transition: -webkit-transform 0.55s;transition: transform 0.55s;line-height: 43px;font-family: 'Open Sans', sans-serif;background: #53cff5;text-transform: uppercase;border-radius: 3px;font-weight: bold;color: #fff;}
.project_txt_btn h6 {width: 100%;float: left;font-size: 16px;text-align: center;background: #f8c12c;color: #000;line-height: 50px;bottom: -60px;text-transform: uppercase;font-weight: bold;margin: 0;}
.desi-bounce-to-right {display: inline-block;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.5s;transition-duration: 0.5s;}
.project_img img {width: 100%;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.project_img{width: 100%;border-radius: 5px;background: #000;display: flex;align-items: center;justify-content: center;transition: .5s;}
.project_img:hover img {opacity: 0.5;-webkit-transform: scale3d(1.15, 1.15, 1);transform: scale3d(1.15, 1.15, 1);}
.project_img img,.project_img h6 {-webkit-transition: -webkit-transform 0.35s;transition: transform 0.35s;}
.project_img img {-webkit-backface-visibility: hidden;backface-visibility: hidden;border: 0;}
.project_img:hover img {-webkit-transform: translate3d(0, -30px, 0);transform: translate3d(0, -30px, 0);border: 0;}
.project_img h6,.project_img .view_project_btn {position: absolute;z-index: 99;}
.project_img:hover h6 {bottom: 0;left: 0;}
.project_img:hover .view_project_btn {opacity: 1}
.project_img:hover a.view-all.slide_learn_btn.view_project_btn {top: 60%;}

.fullwidth-slider2{display: flex; align-items: center;justify-content: flex-start;}
.slider-wrapper{width: 100%;background: #ecebef;overflow: hidden;
}

/* ==============================
  10. Testimonial home styles
============================== */


/* ==============================
  11. Latest News styles
============================== */


/* ==============================
  12. Our Client styles
============================== */

.our-client {
    background: #fff;
    position: relative;
}
.client-carousel .item img:hover {
    opacity: 1 !important;
}
.client-carousel .item img {
    opacity: 0.5 !important;
    border: 1px solid #F0F0F0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.client-slider{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ==============================
  13. Indurial Solution styles
============================== */

.indurial-solution {
    position: relative;
    background: #009bb3;
}
.indpad {
    padding: 1.5em 0;
}
.indurial-solution-text h2 {
    font: 600 2em/1em "Open Sans", sans-serif;
    letter-spacing: 0.4px;
    color: #fff;
    font-style: italic;
    margin: 0;
    padding: 0.4em 0 0;
    text-align: center;
    display: inline-block;
}
.anim-5,
.anim-5-all * {
    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;
}
.contactus-button a {
    background: #19242a;
    color: #fff;
    display: inline-block;
    font: 500 1em/1em "Open Sans", sans-serif;
    margin-top: 1px;
    padding: 0px 17px 0px 23px;
    text-transform: uppercase;
    float: right;
    border-radius: 5px;
    line-height: 42px;
    letter-spacing: 2px;
}
.contactus-button a:hover {
    background: #3d515c;
    color: #fff;
}
.contactus-button {
    margin: 0.5em 0 0;
}
/* ==============================
  14. Footer styles
============================== */

#footer {
    background: #19242a;
}
.sec-padding {
    padding-top: 6em;
    padding-bottom: 4.3em;
}
.widget.about-us-widget a {
    color: #1FB5C7;
    margin-top: 1.4em;
}
.widget.about-us-widget p {
    color: #627279;
    margin-top: 2em;
    font-size: 1.1em;
}
.widget.about-us-widget ul {
    margin: 0;
    padding: 0;
}
.widget.about-us-widget ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 9px;
}
.widget.about-us-widget ul li:first-child {
    padding-left: 0px;
}
.widget.about-us-widget ul li a {
    padding: 0;
    color: #7c7c7c;
}
.widget.about-us-widget ul li a:hover {
    background: none;
    color: #11adc6;
}
.widget.about-us-widget ul li a i {
    font-size: 1.5em;
}
.widget.about-us-widget img {
    max-width: 10%;
}
.widget-contact h4,
.get-in-touch h4,
.widget-links h4 {
    font: 600 20px "Open Sans", sans-serif;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-style: italic;
}
.widget-contact h4:after,
.get-in-touch h4:after,
.widget-links h4:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #0094b3;
    display: block;
    margin-top: 13px;
}
.widget-contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-contact-list ul li a {
    color: #627279;
    text-transform: capitalize;
    line-height: 39px;
}
.widget-contact-list ul li a:hover {
    color: #009bb3;
}
.widget-contact-list ul li i {
    float: left;
    font-size: 25px;
    color: #009bb3;
    width: 34px;
    padding-top: 13px;
    line-height: 18px;
}
.widget.widget-contact ul li .fleft {
    float: left;
    color: #627279;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    font: 400 1em/1.4em "Open Sans", sans-serif;
    padding: 1.1em 0 0;
}
.widget.widget-contact ul li .fleft span {
    color: #1FB5C7;
}
.widget.widget-contact ul li i.fa-map-marker {
    padding-top: 22px;
}
.widget.widget-contact ul li i.fa-phone {
    font-size: 21px;
    line-height: 41px;
}
.widget.widget-contact ul li i.fa-envelope-o {
    font-size: 18px;
    line-height: 41px;
}
.widget.widget-contact ul li i.icon-Timer {
    font-size: 20px;
    line-height: 35px;
}
.footer-bottom {
    background: #141d22;
    color: #555759;
    padding: 2em 0;
}
.footer-bottom .fo-txt p {
    color: #555759;
    font: 400 1em/1em "Open Sans", sans-serif;
}
.footer-bottom .fo-txt p a {
    color: #1d8898;
}
.footer-bottom .fo-txt p a:hover {
    color: #f6ba18;
}
.get-in-touch {
    position: relative;
}
.get-in-touch ul {
    margin: 0;
    padding: 0;
}
.get-in-touch ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
}
.get-in-touch ul li img {
    margin: 0 3px 3px 0;
    width: 84px;
    height: 68px;
}
/* ==============================
  15. Inner Banner styles
============================== */

.inner-banner {
    padding-top: 126px;
    padding-bottom: 83px;
    background: #13314c url(../images/about/banner.jpg) center center no-repeat;
    background-size: cover;
}
.inner-banner h2 {
    font: 600 2.4em/1em "Alegreya", serif;
    text-transform: uppercase;
    color: #fff;
}
.inner-banner h2:after {
    content: '';
    background: #e6ab0c;
    width: 50px;
    height: 4px;
    margin-left: 10px;
    display: inline-block;
}
.inner-banner ul.breadcumb li {
    display: inline-block;
    margin-right: 6px;
}
.inner-banner ul.breadcumb li:last-child a:after,
.inner-banner ul.breadcumb li:last-child span:after {
    display: none;
}
.inner-banner ul.breadcumb li a {
    display: inline-block;
    color: #20bcd4;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.inner-banner ul.breadcumb li span {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.inner-banner ul.breadcumb li a i,
.inner-banner ul.breadcumb li span i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}
.inner-banner ul.breadcumb li a:after,
.inner-banner ul.breadcumb li span:after {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    margin-left: 7px;
}
.inner-banner2 {
    padding-top: 75px;
    padding-bottom: 80px;
    background: #13314c url(../images/about/banner-bg.jpg) center center no-repeat;
    background-size: cover;
}
.inner-banner2 h2 {
    font: 600 3.3em/1em "Alegreya", serif;
    color: #fff;
    margin: 0;
    padding: 0;
}
.breadcumb-wrapper {
    background: #f2f4f6;
    border-bottom: 1px solid #e6e8e9;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.breadcumb-wrapper ul.breadcumb li {
    display: inline-block;
    margin-right: 6px;
}
.breadcumb-wrapper ul.breadcumb li:last-child a:after,
.breadcumb-wrapper ul.breadcumb li:last-child span:after {
    display: none;
}
.breadcumb-wrapper ul.breadcumb li a {
    display: inline-block;
    color: #20bcd4;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.breadcumb-wrapper ul.breadcumb li span {
    display: inline-block;
    color: #909aa2;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
.breadcumb-wrapper ul.breadcumb li a i,
.breadcumb-wrapper ul.breadcumb li span i {
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}
.breadcumb-wrapper ul.breadcumb li a:after,
.breadcumb-wrapper ul.breadcumb li span:after {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    color: #909aa2;
    font-size: 13px;
    margin-left: 13px;
}
/* ==============================
   16. About Tab Box styles
   ============================== */

.about-tab-box .tab-title-box {
    margin-bottom: 50px;
}
.about-tab-box .tab-title-box ul {} .about-tab-box .tab-title-box ul li {
    background: #fff;
    transition: all .3s ease;
    position: relative;
    margin: 0 0 1.5em;
    border: 2px solid #e0e0e0;
}
.about-tab-box .tab-title-box ul li.active,
.about-tab-box .tab-title-box ul li:hover {
    background: #009bb3;
    border: 2px solid transparent;
}
.about-tab-box .tab-title-box ul li:before {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 6px;
    height: 106%;
    background: transparent;
    content: '';
    transition: all .3s ease;
}
.about-tab-box .tab-title-box ul li.active:before,
.about-tab-box .tab-title-box ul li:hover:before {
    background: #e6ab0c;
}
.about-tab-box .tab-title-box ul li.active:after {
    opacity: 1;
}
.about-tab-box .tab-title-box ul li.active a,
.about-tab-box .tab-title-box ul li:hover a {
    color: #FFFFFF;
}
.about-tab-box .tab-title-box ul li a {
    text-align: left;
    font: 500 1.54em/1em "Open Sans", sans-serif;
    display: block;
    font-weight: bold;
    color: #242424;
    padding: 1em;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.about-tab-box .single-tab-content .content-box {
    margin-left: 20px;
}
.about-tab-box .single-tab-content h2 {
    font: bold 2.2em/1.2em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0 0 1em;
}
.about-tab-box .single-tab-content h2:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}
.about-tab-box .single-tab-content h3 {
    font-size: 20px;
    font-family: 'Open Sans';
    color: #242424;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}
.about-tab-box .single-tab-content p {
    color: #8E8D8D;
    margin: 0 0 1em;
    font: 400 1em/1.8em "Open Sans", sans-serif;
}
.about-tab-box .single-tab-content ul li {
    color: #333E56;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
}
.about-tab-box .single-tab-content ul li .fa {
    font-size: 18px;
    color: #FF7043;
    margin-right: 5px;
}
.about-tab-box .single-tab-content .abot-img {
    display: inline-block;
    margin-top: 2em;
}
.about-tab-box .single-tab-content .abot-img img {
    max-width: 100%;
    float: left;
}
.about-tab-box .single-tab-content .abot-img img:first-child {
    margin: 0 2.4em 0 0;
}
.about-tab {
    padding: 0 0 0 5em;
}
/* .features-section {
    overflow: hidden;
}
.features-section .features-image {
    width: -webkit-calc(50% - 210px);
    width: calc(50% - 210px);
    float: left;
    display: block;
    text-align: right;
}
@media (max-width: 1199px) {
    .features-section .features-image {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .features-section .features-image img {
        width: 100%;
    }
}
.features-section .features-area {
    width: -webkit-calc(50% + 210px);
    width: calc(50% + 210px);
    float: left;
    padding-bottom:15px ;
    position: relative;
}
@media (max-width: 1199px) {
    .features-section .features-area {
        width: 100%;
    }
}
.features-section .features-area:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #143b53;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.features-section .features-area .features {
    max-width: 900px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1199px) {
    .features-section .features-area .features {
        margin: 0 auto;
    }
}

.features-section .features-area .features .features-content .media{
    display: flex;
    justify-content: space-between;
}
.features-section .features-area .features .features-content .media .media-left{
    padding-right: 10px;

}
.features-section .features-area .features h4 {
    font: 700 16px/26px "Raleway", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.features-section .features-area .features p {
    font: 500 14px/26px "Raleway", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    margin-bottom: 40px;
    opacity: 0.5;
}
.features-section .features-area .features .features-content {
    width: 50%;
    float: left;
    padding: 80px 30px 27px 35px;
}
@media (max-width: 639px) {
    .features-section .features-area .features .features-content {
        width: 100%;
    }
}
.features-section .features-area .features .features-content:first-child {
    background: #143b53;
} */
/* ==============================
   16a. About Tab Box styles
   ============================== */
    .ui-tabs-vertical { width: 60em; }
    .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 17em; }
    .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
    .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
    .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
    .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
/* ==============================
  17. Team styles
============================== */

.team-pad {
    padding: 0 0 6em;
}
.team-area .our-team {
    margin-top: 0.6em;
}
.team-area .our-team-page {
    margin-top: 0;
    margin-bottom: 30px;
}

.team-area .image-caption-box,
.single-post-page .image-caption-box {
    margin-bottom: 20px;
}
.team-area .image-caption-box .text-box,
.single-post-page .image-caption-box .text-box,
.team-area .image-caption-box .caption-box-img,
.single-post-page .image-caption-box .caption-box-img {
    display: table-cell;
    vertical-align: middle;
}
.team-area .image-caption-box .text-box p,
.single-post-page .image-caption-box .text-box p {
    color: #fff;
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
}
#wocs .text-box p{color: #000;}

.team-area .image-caption-box .text-box .caption-box-img img ,
.single-post-page .image-caption-box .caption-box-img,
.single-service-page .image-caption-box .caption-box-img img {
    width: 248px;
}
.team {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .team {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .team {
        padding: 15px;
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
}
.team .team-images {
    background: url("../images/team/img-bg.jpg") repeat center center;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 297px;
}
.team .team-images:after {
    content: '';
    background: transparent;
    position: absolute;
    border: 1px solid #fff;
    /*z-index: -1;*/
    
    display: block;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.team .team-images:before {
    position: absolute;
    background-color: rgba(3, 137, 158, 0.6);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
}
.team .team-images img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.team .team-content {
    padding: 1em 0px 0.8em;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #e4e4e4;
    margin: 5px 0 0;
}
.team .team-content h4 {
    font: 400 1.15em/1em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #242424;
    margin: 0;
}
.team .team-content p {
    font: 400 14px/22px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    margin: 0;
}
.team .social-icons {
    display: table;
    position: absolute;
    bottom: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    text-align: center;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.team .social-icons li {
    display: inline-block;
}
.team .social-icons li + li {
    margin-left: 25px;
}
@media (max-width: 1199px) {
    .team .social-icons li + li {
        margin-left: 15px;
    }
}
.team .social-icons li a {
    font-size: 22px;
    color: #fff;
    padding: 0;
}
.team .social-icons li a:hover,
.team .social-icons li a:focus {
    background: none;
    color: #c89551;
}
.team:hover .social-icons {
    bottom: 125px;
}
.team:hover .team-images:after {
    border: 1px solid #fff;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    background: transparent;
}
.team:hover .team-images:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.team:hover .team-content {
    background: #e6ab0c;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border: 2px solid #d59d08;
}
.team:hover .team-content h4,
.team:hover .team-content p {
    color: #fff;
}
.dedicated-team {
    padding-top: 22px;
}
.dedicated-team .our-teams {
    margin-bottom: 30px;
}
.team-wrapper {
    padding: 100px 0;
    min-height: 669px;
}
.team .box-img {
    position: relative;
}
.team .box-img img {
    width: 100%;
}
.team .box-img .caption {
    position: absolute;
    bottom: -136px;
    background: rgba(10, 45, 78, 0.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 30px;
}
.team .box-img:hover .caption {
    width: 100%;
    height: 100%;
    bottom: 0;
    padding: 40px 30px;
}
.team .box-img .caption h2 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.team .box-img .caption p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 20px 0;
}
.team .box-img .caption a {
    font-size: 13px;
    color: #fab90a;
    text-transform: uppercase;
    font-weight: bold;
}

.team-wrapper4 {
    background: url("../images/team/bg-team4.jpg") repeat;
    padding: 101px 0 71px;
    min-height: auto;
    width: 100%;
}
.team-wrapper4 .team {
    margin: 0 0 30px 0;
}
/* ==============================
  18. Testimonial Area styles
============================== */

.testimonial-area {
    background: #f5f4f4;
}
.testimonial-sliders .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}
@media (max-width: 479px) {
    .testimonial-sliders .owl-nav {
        top: 0;
    }
}
.testimonial-sliders.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.testimonial-sliders.owl-carousel .owl-controls .owl-nav .owl-prev,
.testimonial-sliders.owl-carousel .owl-controls .owl-nav .owl-next {
    background: #61bac8;
    width: 33px;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    float: left;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.testimonial-sliders.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #329cad;
    color: #fff;
    text-decoration: none;
}
.testimonial-sliders.owl-carousel .owl-controls .owl-nav .owl-prev {
    margin-right: 5px;
}
.testimonial {
    position: relative;
}
@media (max-width: 479px) {
    .testimonial {
        display: block;
        background: none;
    }
}
.testimonial + .testimonial {
    margin-top: 30px;
}
.testimonial .media-left {
    position: relative;
    padding-right: 0;
}
@media (max-width: 479px) {
    .testimonial .media-left {
        display: block;
        text-align: center;
    }
}
.testimonial .media-left a {
    display: block;
    width: 170px;
    /* height: 170px; */
    line-height: 100px;
    padding-bottom: 20px;
}
@media (max-width: 479px) {
    .testimonial .media-left a {
        margin: 0 auto;
    }
}
.testimonial .media-left img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.testimonial .media-left:before {
    content: '';
    position: absolute;
    right: -2px;
    top: 19.2%;
    z-index: 12;
    background: url("../images/testimonial/arrow.png") no-repeat 0 0;
    width: 15px;
    height: 27px;
}
@media (max-width: 479px) {
    .testimonial .media-left:before {
        display: none;
    }
}
.testimonial .media-body {
    vertical-align: middle;
    padding: 15px 20px;
    border: 2px solid #e4e4e4;
    background: #fff;
}
@media (max-width: 479px) {
    .testimonial .media-body {
        background: #fff;
        text-align: left;
        padding: 30px;
    }
}
.testimonial .media-body p {
    font: 400 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .testimonial .media-body p {
        line-height: 22px;
        font-weight: 300;
        margin-bottom: 0;
    }
}
.testimonial .media-body p span {
    display: inline-block;
    background: url(../images/testimonial/quote.html) no-repeat scroll center center;
    width: 21px;
    height: 19px;
    margin-right: 16px;
}
.testimonial .media-body a {
    font: 300 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #c89551;
    font-style: italic;
    text-align: right;
    display: block;
}
.testimonial-col {
    padding: 25px 15px;
}
.testimonial-bg {
    padding: 55px 0;
}
.testimonial-sliders {
    padding-top: 0;
}
/* ==============================
  19. Services Page styles 
============================== */

.service-tab-box h1 {
    font: bold 2em/1.2em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0 0 1em;
}
.service-tab-box h1:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}
.service-tab-box p {
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #777777;
}
.service-tab-box h6 {
    color: #242424;
    margin: 0 0 0.5em;
    padding: 0;
    font: 400 1.4em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
}
.service-tab-box ul.c-brochure {
    display: inline-block;
    color: #fff;
}
.service-tab-box ul.c-brochure li {
    background: #fab90a;
    color: #fff;
}
.service-tab-box ul.c-brochure li a {
    color: #fff;
    font: 400 1.2em/1.2em "Open Sans", sans-serif;
}
.service-tab-box ul.c-brochure li a span {
    display: inline-block;
    padding: 0.7em 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service-tab-box ul.c-brochure li a i {
    background: #e7ab08;
    padding: 1em;
}
.service-tab-box .img-s-box {
    display: inline-block;
    overflow: visible;
    position: relative;
    font-size: 0;
    float: right;
}
.service-tab-box .img-s-box .img-so-box {
    display: inline-block;
    position: relative;
}
.service-tab-box .img-s-box .img-so-box:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 0;
    border-left: 0;
}
.service-tab-box .img-s-box .img-st-box {
    display: inline-block;
}
.service-tab-box .img-s-box .img-so-box img,
.service-tab-box .img-s-box .img-st-box img {
    max-width: 100%;
    display: block;
}
/* ==============================
  20. Side Bar Widget styles
============================== */

.pull-left.news .single-sidebar-widget {
    padding-right: 39px;
}
.pull-right .single-sidebar-widget {
    padding-left: 50px;
}
.single-side-left {
    width: 320px;
    margin: 0 50px 0 0;
    float: left;
}
.content-right {
    width: 800px;
}
.single-sidebar-widget {
    margin-bottom: 50px;
}
.single-sidebar-widget:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
    margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 span {
    font-size: 20px;
    text-transform: uppercase;
    font: 600 0.8em/1em "Alegreya", serif;
}
.single-sidebar-widget .sec-title h2:after {
    width: 35px;
}
.single-sidebar-widget .sec-title h2:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #fab90a;
    display: block;
    margin-top: 13px;
}
.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
    height: 40px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
    margin-bottom: 2px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
    line-height: 40px;
}
.single-sidebar-widget .dwnld-broucher a {
    text-transform: uppercase;
    color: #08ADD0;
    font-weight: 600;
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
}
.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
    background: #f5f2f2;
    border-left: 5px solid #f5f2f2;
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    line-height: 50px;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li.active a {
    background: #3dc1ea;
    color: #fff;
    border-left: 5px solid #0f263a;
}
.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
    color: #fff;
}
.single-sidebar-widget .special-links li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    color: #6A6969;
    font-weight: normal;
}

/* company page */
#odt:target, #wocs:target, #oc:target {
    scroll-margin-top: 165px; /* Adjust this value as needed */
}

/* Industries page */
#fuel:target, #light:target, #facis:target, #sun:target, #remove:target, #panaramic:target, #door:target, #interior:target, #bat:target, #vehicle:target, #consumer:target, #solar:target, #furn:target {
    scroll-margin-top: 165px; /* Adjust this value as needed */
}

.search-box placeholder {
    color: #000;
}
.single-sidebar-widget .search-box form {
    background: #e5e5e5;
    width: 100%;
    height: 48px;
    border: 1px solid #e9e9e9;
}
.single-sidebar-widget .search-box form input {
    padding-left: 30px;
    border: none;
    outline: none;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    width: calc(100% - 55px);
    background-color: transparent;
}
.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.single-sidebar-widget .search-box form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.single-sidebar-widget .search-box form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.single-sidebar-widget .search-box form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: rgba(255, 255, 255, 0.5);
}
.single-sidebar-widget .search-box form input:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    
    color: rgba(186, 185, 185, 1);
}
.single-sidebar-widget .search-box form button {
    position: relative;
    left: 2px;
    width: 50px;
    background: #009bb3;
    color: #000000;
    font-size: 16px;
    padding: 11px 0px;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:hover {
    background: #1FB5C7;
}
.single-sidebar-widget .search-box form button:hover i {
    color: #fff;
}
.single-sidebar-widget .search-box form button:hover:after {
    background: #1FB5C7;
}
.single-sidebar-widget .search-box form button i {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .categories ul li:last-child a {
    border: none;
}
.single-sidebar-widget .categories ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.single-sidebar-widget .categories ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    position: absolute;
    top: 0;
    right: 0;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}
.single-sidebar-widget .popular-post li {
    margin-bottom: 30px;
}
.single-sidebar-widget .popular-post li:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
    display: table-cell;
    vertical-align: middle;
}
.single-sidebar-widget .popular-post .img-box {
    width: 110px;
}
.single-sidebar-widget .popular-post .content {
    padding-left: 30px;
}
.single-sidebar-widget .popular-post .content a h4 {
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .popular-post .content a h4:hover {
    color: #1FB5C7;
}
.single-sidebar-widget .popular-post .content p {
    color: #8E8D8D;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.single-sidebar-widget .popular-post .content span {
    color: #1CBAC8;
    font-size: 13px;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}
.single-sidebar-widget .text-box p {
    color: #8E8D8D;
}
.single-sidebar-widget .insta-feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}
.single-sidebar-widget .insta-feed {
    font-size: 0;
    display: inline-block;
}
.single-sidebar-widget .insta-feed img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 1px;
    margin-right: 1px;
}
.single-sidebar-widget .tag-cloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar-widget .tag-cloud li {
    display: inline-block;
}
.single-sidebar-widget .tag-cloud li a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 7px 22px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .tag-cloud li a:hover {
    background: #E5E5E5;
    color: #787878;
    border-color: #E5E5E5;
}
.single-service-contact {
    border: 2px solid #e9e9e9;
    padding: 25px;
    background: url("../images/services/bg-envelope.jpg") right bottom no-repeat;
}
.single-service-contact h3 {
    font-family: "Alegreya", sans-serif;
    font-size: 25px;
    color: #3e3e3e;
    margin: 0;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.single-service-contact p {
    font-size: 15px;
    color: #5b5b5b;
    margin: 0 0 25px 0;
}
.single-service-contact a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3dc1ea;
    text-transform: uppercase;
}
.single-service-contact a i {
    margin: 0 0 0 10px;
}
.single-service-pdf {
    background: url("../images/icon-pdf.jpg") left center #fab90a no-repeat;
    text-align: center;
    height: 62px;
}
.single-service-pdf h3 a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 62px;
    text-transform: uppercase;
}

.single-sidebar-widget ul.brochure-btns li a {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    display: block;
    background: #FBFBFB;
    border-bottom: 2px solid #EDEDED;
    padding: 12px 20px;
}
.single-sidebar-widget ul.brochure-btns li {
    display: block;
    margin-bottom: 21px;
}
.single-sidebar-widget ul.brochure-btns li a i {
    color: #e94429;
    margin: 0 1em 0;
    font-size: 1.2em;
}
.sec-title h2 span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
    font-family: 'Alegreya', sans-serif;
    text-transform: capitalize;
}
.sec-title h2:after {
    content: '';
    width: 55px;
    height: 3px;
    background: #F7BE3D;
    display: block;
    margin-top: 13px;
}
.sec-title p {
    color: #898989;
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
}
.single-service-page .image-caption-box .text-box h2,
.single-post-page .image-caption-box .text-box h2 {
    color: #242424;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: "Alegreya", sans-serif;
}
/* ==============================
  21. Single service page styles
============================== */

.single-service-page .image-box,
.single-post-page .image-box {
    margin-bottom: 50px;
}
.single-service-page .image-caption-box,
.single-post-page .image-caption-box {
    margin-bottom: 20px;
}
.single-service-page .image-caption-box .text-box,
.single-post-page .image-caption-box .text-box,
.single-service-page .image-caption-box .caption-box-img,
.single-post-page .image-caption-box .caption-box-img {
    display: table-cell;
    vertical-align: middle;
}
.single-service-page .image-caption-box .text-box p,
.single-post-page .image-caption-box .text-box p {
    color: #898989;
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
}
.single-service-page .image-caption-box .text-box .caption-box-img img ,
.single-post-page .image-caption-box .caption-box-img {width: 248px;}
.caption-box-img video {width: 248px;}

.pad46 {
    padding-right: 46px;
}
/* ==============================
  22. Core Projects page styles
============================== */

.core-projects {
    position: relative;
    margin: 0;
}
.core-projects h1 {
    font: bold 1.9em/1.2em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0 0 1em;
}
.core-projects h1:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}
.core-projects h4 {
    font: 600 1.2em/1em "Open Sans", sans-serif;
    color: #242424;
}
.core-projects p {
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #777777;
}
.project-post-area {
    background: #f1f1f1;
    position: relative;
}
.project-post-area .project-post {
    padding-bottom: 30px;
}
.project-post-area .project-fullscreen
{
    width: 20%;
    float: left;
    position: relative;
}
@media (max-width: 767px) {
    .project-post-area .project-post {
        padding-bottom: 0px;
    }
}
.project-post-info {
    overflow: hidden;
}
.project-post-info img{width: 370px; height: 278px;}

@media(max-width: 1199px)
{
   .project-post-area .project-fullscreen
    {
        width: 50%;
    } 
}
@media (max-width: 767px) {
    .project-post-info {
        padding-bottom: 30px;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }
    .project-post-area .project-fullscreen
    {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .project-post-info a {
        max-width: 570px;
        margin: 0 auto;
        display: block;
    }
}
.project-post-image
{
    overflow: hidden;
    position: relative;
}

.project-post-info a img {
    max-width: 100%;
    width: 370px;
    height: 281px;
}
.project-post-info .info-text {
    text-align: center;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    bottom: -100px;
    z-index: 1000;
}
.project-post-info:hover .info-text
{
    bottom: 37%;
}
.project-post-info .info-text h4 {
    font: 700 16px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin: 0 0 20px 0;
}
.project-post-info .info-text a {
    font: 700 14px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0;
    background: #fac012;
    border-radius: 3px;
    line-height: 38px;
    padding: 0 20px;
    height: 38px;
    display: inline-block;
    text-transform: uppercase;
} 
.loadmore
{
    margin: 50px 0;
    background: #fab90a;
    border-radius: 5px;
    padding: 0 25px;
    display: inline-block;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
/* ==============================
  23. News page styles
============================== */


/* ==============================
  24. Page Navigation styles
============================== */


/* ==============================
  25. News Details styles
============================== */


blockquote {
    padding: 30px;
    border: none;
    background: #f5f4f4;
    margin-top: 27px;
}
@media (max-width: 479px) {
    blockquote {
        padding: 5px;
    }
}
blockquote:before {
    float: left;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 55px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 70px;
    color: #d0d0d0;
}
@media (max-width: 1199px) {
    blockquote:before {
        font-size: 30px;
        width: 40px;
    }
}
blockquote p {
    float: left;
    font: 400 16px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin: 5px 0 0;
    padding-left: 14px;
}
@media (max-width: 1199px) {
    blockquote p {
        margin: 0;
    }
}
blockquote footer {
    text-align: right;
    color: #e8a20c;
    font: 300 14px/26px "Raleway", sans-serif;
    font-style: italic;
}
blockquote footer a {
    color: #e8a20c;
}
/* ==============================
  26. News Details Comments
============================== */


/* ==============================
  27. Contact us styles
============================== */

.touch .touch_bg .section_header p {
    max-width: 840px;
}
.touch .touch_bg .touch_top-con ul .item {
    padding: 15px 28px 30px 0px;
    text-align: center;
}
.touch .touch_bg .touch_top-con ul .item .media .media-left {
    padding-right: 30px;
    vertical-align: middle;
}
.touch .touch_bg .touch_top-con ul .item .media .media-left a {
    color: #009bb3;
    border: 1px solid #009bb3;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
}
.touch .touch_bg .touch_top-con ul .item .media .media-left a i {
    border-radius: 50%;
    font-size: 30px;
    line-height: 32px;
    padding-top: 8px;
}
.touch .touch_bg .touch_top-con ul .item .media .media-body {
    text-align: left;
    font: 14px/26px "Open Sans", sans-serif;
    color: #898989;
    letter-spacing: 0.3px;
}
.touch .touch_bg .touch_top-con ul .item .media .media-body a {
    color: #898989;
}
.touch .touch_bg .touch_top-con ul .item .media .media-body a:hover {
    color: #009bb3;
}
.touch .touch_bg .touch_top-con ul .item:first-child {
    padding-top: 0;
}
.touch .touch_bg .touch_middle {
    padding: 80px 0;
}
.touch .touch_bg .touch_middle .input_form {
    position: relative;
}
.touch .touch_bg .touch_middle .input_form form .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    font: 15px/31px "Open Sans", sans-serif;
    color: #959595;
    padding: 11px 20px;
    border: 1px solid #e1e1e1;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.touch .touch_bg .touch_middle .input_form form .form-control:hover,
.touch .touch_bg .touch_middle .input_form form .form-control:focus {
    border: 1px solid #d6d6d6;
    border-color: #d6d6d6;
}
.touch .touch_bg .touch_middle .input_form form .form-control:focus {
    -webkit-box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57);
    box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57);
}
.touch .touch_bg .touch_middle .input_form form .form-control.error {
    margin-bottom: 0;
}
.touch .touch_bg .touch_middle .input_form form .form-control.error + .error {
    font: 13px/24px "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 5px;
    color: red;
    font-weight: normal;
}
.touch .touch_bg .touch_middle .input_form form textarea.form-control {
    margin-bottom: 32px;
    resize: none;
    padding: 15px 20px;
    height: 203px;
}
.touch .touch_bg .touch_middle .input_form form button {
    background: #f6ba18;
    border: 1px solid #f6ba18;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 600 1.2em/2.1em 'Roboto', sans-serif;
    padding: 7px 22px 7px 22px;
    color: #19242a;
    margin-top: 10px;
    border-radius: 5px;
    letter-spacing: 3px;
}
.touch .touch_bg .touch_middle .input_form form button:hover {
    color: #000;
    border-color: #bb793c;
}
.touch .touch_bg .touch_middle .input_form #success,
.touch .touch_bg .touch_middle .input_form #error {} .touch .touch_bg .touch_middle .input_form #success p,
.touch .touch_bg .touch_middle .input_form #error p {} .touch .touch_bg .touch_middle .input_form #success {
    color: lawngreen;
}
.touch .touch_bg .touch_middle .input_form #success p {
    color: lawngreen;
}
.touch .touch_bg .touch_middle .input_form #error {
    color: orangered;
}
.touch .touch_bg .touch_middle .input_form #error p {
    color: orangered;
}
#mapBox {
    height: 425px;
}
#map-area {
    position: relative;
}
#map-area iframe {
    height: 30vh; width: 100%;
}
#map-area::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#map-area p{padding:5px 0; height:42px}
.touch p {
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    color: #8E8D8D;
}
.touch h6 {
    color: #1088cc;
    font: 400 1.2em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    font-style: italic;
}
.touch h6 span {
    color: #de5842;
    font: 400 1.2em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    font-style: italic;
}
/* ==============================
  28. Testimonials page styles
============================== */

.sectpad-t {
    padding: 6em 0 0;
}
.testimonial-parea {
    padding: 0 0 6em;
}

.testimonial,.testimonial-p{
    display: flex;
}
.testimonial-p .media-left img {width: 370px;}
.testimonial .media-left{
    height: fit-content;
    
}
.testimonial .media-left img{
    height: 100px;
    width: 100px;
}
.testimonial .media-body{
    height: fit-content;

}
.testimonials p {
    font: 400 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    padding-top: 25px;
    margin: 0;
}
.testimonial-col-p {
    padding: 5em 1em 1em;
    border-bottom: 1px solid #e4e4e4;
}
.testimonial-p .media-body h3 {
    font: 400 1.2em/1em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #242424;
    margin: 0 0 0.8em;
    padding: 0;
}
.testimonial-p .media-body p {
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    margin-bottom: 1em;
}
.testimonial-p .media-body a {
    font: 600 14px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #1fb5c7;
    font-style: italic;
    text-align: left;
    display: block;
}
.testimonial-p .media-body h6 {
    text-align: right;
    display: block;
}
.testimonial-p .media-left {
    padding-right: 60px;
    display: flex;
}
.testimonial-p .media-left a img {
    width: 140px;
    height: 153px;
}
@media (max-width: 479px) {
    .testimonial-p .media-left {
        display: block;
        text-align: center;
        padding-right: 0;
    }
    .testimonial-p .media-body h3 {
        padding: 1em 0 0;
    }
}
.section_header-t {
    position: relative;
    padding: 0;
}
.section_header-t h2 {
    font: bold 2.2em/1.2em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0;
}
.section_header-t h2:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}
/* ==============================
  29. Request a quote Page styles
============================== */
.required{color: red !important;}
.section_header-r {
    position: relative;
    padding: 0;
    margin: 0 0 1em;
}
.section_header-r h2 {
    font: bold 2.2em/1.2em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0 0 1em;
}
.section_header-r h2:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}
.req-page-area {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    overflow: hidden;
    padding: 3em 1em 0;
    position: relative;
}
.req-page span {
    display: block;
    color: #404040;
    font: 600 1em/1.2em "Open Sans", sans-serif;
    margin: 0 0 0.6em;
}
.req-page-area .img-responsive {
    display: inline-block;
    width: 100%;

}

.req-page-area form .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    font: 15px/31px "Open Sans", sans-serif;
    color: #959595;
    padding: 11px 20px;
    border: 1px solid #e1e1e1;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pad-left {
    margin: 0 0 5em 10px;
}
.req-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.req-page-area form button {
    background: #f6ba18;
    border: 1px solid #f6ba18;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 600 1.2em/2.1em "Open Sans", sans-serif;
    padding: 7px 22px 7px 22px;
    color: #19242a;
    margin-top: 10px;
    border-radius: 5px;
    letter-spacing: 3px;
}
.req-page-area form button:hover {
    color: #000;
    border-color: #bb793c;
    background: #f6ba18;
}
.req-page-area form .form-control:hover,
.req-page-area form .form-control:focus {
    border: 1px solid #d6d6d6;
    border-color: #d6d6d6;
}
.req-page-area form .form-control:focus {
    -webkit-box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57);
    box-shadow: 0 0 6px 0 rgba(215, 149, 62, 0.57);
}
.req-page-area .form-control.error {
    margin-bottom: 0;
}
.req-page-area form .form-control.error + .error {
    font: 13px/24px "Open Sans", sans-serif;
    margin-bottom: 20px;
    margin-top: 5px;
    color: red;
    font-weight: normal;
}
.req-page-area form textarea.form-control {
    margin-bottom: 32px;
    resize: none;
    padding: 15px 20px;
    height: 203px;
}
.req-page-area span {
    color: #404040;
    font: 1.1em/1.1em "Open Sans", sans-serif;
    display: block;
    padding: 0 0 0.5em;
}
.req-page-area .input_form #success {
    color: lawngreen;
}
.req-page-area .input_form #error {
    color: orangered;
}
.req-page-area .input_form #success,
.req-page-area .input_form #error {
    position: absolute;
    top: -15px;
    display: block;
    right: 0;
    left: 0;
    bottom: -15px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
/* ==============================
  30. Project details page styles
============================== */

.pro-det-img img {
    max-width: 100%;
}
.pro-content {
    padding: 4em 0 0;
}

.core-projects .project-aside{
    padding: 15px;
}

.projects_hours {
    /* border-top: 1px solid #e3e3e3; */
    border-bottom: 2px solid #898989;
    padding: 2em 0;
    margin: 1.5em 0 0;
}
.projects_hours p {
    /* color: #242424; */
    font: 600 1.3em/2em "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
.projects_hours p span {
    display: block;
    color: #777;
    font: 400 1em/1.8em "Open Sans", sans-serif;
}
.project-con {
    background: #f5f5f5;
    padding: 34px 40px;
    margin: 3em 0;
}
.project-con h2 {
    color: #242424;
    font: 600 1.3em/2em "Open Sans", sans-serif;
    margin: 0;
    padding: 0 0 1em;
}
.project-con p {
    color: #898989;
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
}
.project-scop {} .project-scop .pro-img img {
    max-width: 100%;
}
.project-scop h3 {
    color: #242424;
    font: 600 1.3em/1em "Open Sans", sans-serif;
    margin: 0;
    padding: 0 0 1em;
}
.project-scop p {
    margin: 0 0 1.2em;
    padding: 0;
    font: 400 1em/1.8em "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #777777;
}
.project-scop .scope-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 7px 0px;
}
.project-scop .scope-item li {
    list-style: none;
    font: 400 1.1em/1.5em "Open Sans", sans-serif;
    color: #009bb3;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block;
    padding-left: 30px;
    padding-bottom: 10px;
}
.project-scop .scope-item li:before {
    content: "\f0a4";
    width: 30px;
    height: auto;
    font: normal normal normal 14px/24px FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    color: #009bb3;
    cursor: pointer;
    float: left;
    margin-left: -30px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
/*====================================================*/

.submit {
    color: #fff;
    max-width: 300px;
    text-transform: uppercase;
    margin-top: 8px;
    text-shadow: none;
    -webkit-text-shadow: none;
    position: relative;
    letter-spacing: 0.4px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 1;
}
.submit:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #009bb3;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: -1;
}
.submit:hover,
.submit:focus {
    color: #fff;
    border-color: #bb793c;
}
.submit:hover:before,
.submit:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
/* shop page styles */


/*popular product widget */

.single-sidebar-widget .best-seller.popular-post .content a h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #242424;
    margin: 0;
}
.single-sidebar-widget .best-seller.popular-post .content p {
    font-size: 25px;
    color: #2D2D2D;
    font-family: 'Alegreya';
    font-style: italic;
    margin: 10px 0 15px;
}
.single-sidebar-widget .best-seller.popular-post .content a.read-more {
    font-size: 13px;
    text-transform: uppercase;
    color: #1CBAC8;
    font-weight: bold;
    font-family: 'Raleway';
    letter-spacing: .03em;
}
/* product details page styles */


/* cart page styles */


/* checkout page styles */


/* faq page styles */


/* ==============================
  31. Home Page 2 styles
============================== */

.req-button {
    position: relative;
    float: right;
    margin-left: 1em;
}
.req-button a {
    background: #ffba00;
    color: #fff;
    font: 600 1.08em/1em 'Roboto', sans-serif;
    display: inline-block;
    padding: 1em 1.52em;
    border-radius: 4px;
    border: 1px solid #ffba00;
    margin: 0;
}
.req-button a:hover {
    border-radius: 4px;
    color: #fff;
    border: 1px solid #53cff5;
    background: #53cff5;
}
.req-button .submit:before {
    background: #53cff5;
}
.req-button .submit:hover {
    color: #fff;
}
.req-button .submit:focus {
    color: #fff;
    border-color: #53cff5;
}
.top-two-right {
    position: relative;
    overflow: hidden;
    padding: 3.5px 0;
}
.top-two-right .top-panel {
    float: right;
    width: 65%;
}
.nav-home-three {
    background: #0f263a;
    position: relative;
}
.nav-home-three .col-md-3, .nav-home-two .col-md-3
{
    display: none;
}
.nav-home-two {
    background: transparent;
}
.pad-logo {
    padding-top: 1.8em;
    padding-bottom: 1.83em;
}
.touch_top_pad {
    padding-top: 0.7em;
    padding-bottom: 0;
}
/*         Home  Navigation    */

/* .nav-t-holder {
    position: relative;
} */

.nav-header {
    display: none;
    padding: 12px 20px;
}

.nav-t-header button {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
}
/* .nav-t-footer ul{font-size: 1.1em;} */
.dropdown-menu {background-color:#0f263a;}
.nav-t-footer {
    display: block;
}
.nav-t-footer ul.navbar-nav > li {
    display: inline-block;
    padding: 1.6em 0;
    position: relative;
}

/* .nav-t-footer ul.navbar-nav > li.nav-item > ul.dropdown-menu > li:hover a.dropdown-item */
.nav-t-footer ul.navbar-nav > li.nav-item:hover a.nav-link{
    color: #fab90a !important;
    background-color: transparent !important;
}

.nav-t-footer ul.navbar-nav > li:last-child > a {
    border: none;
    padding-right: 0;
}
.nav-t-footer ul.navbar-nav > li:first-child > a
{
    padding: 0 1.3em 0 0;
}
.nav-t-footer ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 0 1.3em;
    display: block;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font: 600 1.10em/1em 'Open Sans Condensed', sans-serif;
    border-right: 1px dashed #3f5262;
}
.nav-t-footer ul.navbar-nav > li > ul {
    top: 100%;
    left: 0;
}
.nav-t-footer ul.navbar-nav > li > ul.align-right {
    right: 0;
    left: auto;
}
.nav-t-footer ul.navbar-nav > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.nav-t-footer ul.navbar-nav > li > ul > li > ul {
    top: 0;
    left: 100%;
}
.nav-t-footer ul.navbar-nav > li > ul > li > ul.align-right {
    right: 100%;
    left: auto;
}
.nav-t-footer ul.navbar-nav > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.nav-t-footer ul.navbar-nav > li ul {
    position: absolute;
    width: 275px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
}
.nav-t-footer ul.navbar-nav > li ul li {
    display: block;
    padding: 0;
    background: #fff;
}
.nav-t-footer ul.navbar-nav > li ul li:last-child a {
    border-bottom: 0;
}
.nav-t-footer ul.navbar-nav > li ul li:last-child a:after {
    display: none;
}
.nav-t-footer ul.navbar-nav > li ul li:hover > a {
    color: #fff;
    background: #51c5e9;
}
.nav-t-footer ul.navbar-nav > li ul li a {
    color: #fff;/*242424*/
    font: 600 16px 'Open Sans', sans-serif;
    padding: 15px 25px 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    display: block;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
    background-color: #1a2e40;
}
ul.navbar-nav li.has-t > a > button {
    display: none;
}
.nav-t-header {
    display: none;
    padding: 12px 0px;
    float: right;
}
.touch_top ul .item .media .blue-color a i {
    color: #1fa6c8;
}
/*         Home  Navigation    */

.main_menu {
    position: relative;
    z-index: 9999;
}
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}
.widget-t-search {
    float: right;
    padding: 10px 0;
}
.widget-t .search-form .form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
    background: #081e2f;
}
.widget-t-inner {
    border: 1px solid #1a2e40;
    width: 245px;
}
.widget-t .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #081e2f;
}
.widget-t .search-form .form-control + .input-group-addon button {
    border: 0;
    background: #081e2f;
    color: #bcbcbd;
    font-size: 1.2em;
    line-height: 2.1em;
    padding-right: 15px;
}
/* ==============================
  32. Home Slider
============================== */


/* ==============================
  33. Different Services
============================== */

.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.service-info .view {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: left;
}
.service-info .view img {
    display: block;
    position: relative;
}
.service-info .view a.info {
    background: url(../images/services/icon.png) left bottom no-repeat;
    display: inline-block;
    text-decoration: none;
    text-indent: -9999px;
    width: 58px;
    height: 64px;
    left: -80px;
    bottom: -20px;
}
.service-info .second-effect .mask {
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(0, 0, 0, 0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-info .second-effect a.info {
    position: relative;
    opacity: 0;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.service-info .second-effect:hover .mask {
    opacity: 1;
    border: 105px solid rgba(15, 38, 58, 0.6);
}
.service-info .second-effect:hover a.info {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
/* ==============================
  33. Control in compliance
============================== */

.ind-common-pad2 {
    padding-top: 5em;
    padding-bottom: 6.5em;
}
.quality-wrapper {
    position: relative;
}
.quality-wrapper h2 {
    font: 300 2.8em/1.3em "Open Sans", sans-serif;
    margin: 0 0 1.2em;
    padding: 0;
    color: #242424;
}
.quality-wrapper p {
    color: #6c6c6c;
    margin: 0 0 4em;
    padding: 0;
    font: 400 1.2em/1.8em "Open Sans", sans-serif;
}
.quality-wrapper .hide{display: none;}
.quality-wrapper .in{display: block;}
.vision-wrapper {
    position: relative;
}
.quality-wrapper .hidden-div{display: none}
.vision-wrapper ul {
    margin: 0;
    padding: 0;
}
.vision-wrapper ul li {
    margin: 0;
    padding: 0 4em;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #cfcfcf;
}
.vision-wrapper ul li p {
    color: #6c6c6c;
    font: 700 1.6em/1.8em "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.vision-wrapper ul li:last-child {
    border-right: 1px solid transparent;
}
.vision-wrapper ul li a {
    color: #6c6c6c;
}
.vision-wrapper ul li a:hover {
    color: #009bb3;
}
/* ==============================
  34. Control in compliance
============================== */


/* ==============================
  35. LOOKING AN ADEQUATE
============================== */

.looking-wrapper {
    position: relative;
    background: #ffba00;
    padding-top: 3em;
    padding-bottom: 3em;
}
.section_header2 {
    position: relative;
    padding: 0 0 2em;
}
.section_header2 h2 {
    font: bold 2em/1em "Alegreya", serif;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.3px;
    margin: 0;
}
.section_header2 h2.white,
.section_header h2.white {
    color: #fff;
}
.section_header2 h2:before {
    content: "";
    width: 55px;
    height: 3px;
    display: inline-block;
    background: #fab90a;
    position: absolute;
    bottom: 0;
}
.indurial-solution-text2 h2 {
    font: 700 2.57em/1em 'Open Sans Condensed', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}
.looking-wrapper .req-button a {
    background: #000;
    color: #fff;
    border-radius: 4px;
    font: 600 1.03em/1.3em 'Raleway', sans-serif;
    padding: 0.8em 2.5em;
}
.looking-wrapper .req-button a i {
    margin-left: 6px;
}
.looking-wrapper3 {
    min-height: 113px;
    padding: 34px 0;
}
.looking-wrapper3 .indurial-solution-text2 h2 {
    font: 300 24px 'Open Sans', sans-serif;
    color: #000;
    margin: 5px 0;
}
.looking-wrapper3 .req-button a {
    background: #0f263a;
    padding: 1em 1.52em;
}
/* ==============================
  36. About us and Frequently Ask questions
============================== */

.about-sec-content {
    position: relative;
}
.about-sec-content h4 {
    color: #303030;
    font: 400 1.3em/1.5em "Open Sans", sans-serif;
    margin: 0.8em 0 1em;
    padding: 0;
}
.about-sec-content p {
    color: #898989;
    font: 400 1.1em/1.7em "Open Sans", sans-serif;
    margin: 0 0 1em;
    padding: 0;
}
.about-sec-content ul {} .about-sec-content ul li {
    color: #6c6c6c;
    font: 400 1.1em/2em "Open Sans", sans-serif;
}
.about-sec-content ul li .fa {
    color: #233859;
    margin-right: 5px;
    font-size: 1em;
}
/* Accordian */
.ui-state-active{
    background: #184064;
    color: #fff !important;
    line-height: 30px;
    font-size: 0.8em;
}
.ui-state-active .ui-icon{
    color: #fff;
    font-size: 0.8em;
}
.ui-state-default{
    background-color: #233859;
    color: #000;
    line-height: 30px;
    font-size: 0.8em;
}

.panel-title.actives
{
    height: 50px;
}
/* .section_header3 h2 {
    color: #fff;
} */
.latest-news1 {
    background: url("../images/latest-news/news-bg.jpg") no-repeat scroll center 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.about-but {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 0;
    padding-top: 4em;
}
.about-but a {
    background: #000;
    border: 1px solid #000;
}
.about-but a i {
    margin-left: 10px;
}
.about-us4 {
    background: url("../images/about/bg-about-us4.jpg") right center no-repeat;
    padding: 89px 0;
    min-height: 694px;
    background-size: cover;
}
.about-us5 {
    background: url("../images/about/bg-about-us5.jpg") left center no-repeat;
    padding: 78px 0 58px;
    background-size: cover;
    min-height: 603px;
}
.about-us4 .section-faq, .about-us5 .section-faq  {
    padding: 0 0 0 65px;
}
/* ==============================
  37. Our Projects
============================== */


/* ==============================
  38. Lattest news
============================== */

.event-pad {
    padding-top: 1.3em;
}

/* ==============================
  39. product solutions  
============================== */

.our-sol-wrapper {
    background: url(../images/event/pro-sol-bg.jpg) no-repeat center top;
    position: relative;
    overflow: hidden;
    padding: 3em 0;
    background-size: cover;
}
.our-sol-wrapper p {
    font: 300 32px "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
}
.our-sol-wrapper p span {
    color: #ffba00;
}
.ind-common-pad {
    padding-top: 5.5em;
    padding-bottom: 5.5em;
}
/* ==============================
  40. our clients & Get in touch  
============================== */


.indurial-t-solution {
    background: #103d68;
}
.contactus-button2 {
    position: relative;
    display: inline-block;
    margin-left: 4em;
}
.contactus-button2 a {
    background: #ffba00;
    color: #fff;
    border-radius: 4px;
    font: 600 1.08em/1em 'Roboto', sans-serif;
    padding: 0.8em 1.6em;
    display: inline-block;
    border: 1px solid #ffba00;
}
.contactus-button2 a:hover {
    border-radius: 4px;
    border: 1px solid #009bb3;
    color: #fff;
}
.contactus-button2 a i {
    margin-left: 10px;
}
.contactus-button2 submit:hover {
    border-color: #53cff5;
    color: #fff;
}
.contactus-button2 submit:focus {
    color: #fff;
}
.footer-bg {
    background: #091723;
}
.footer-t-bottom {
    background: #06121c;
}
.logo-wrapper {
    text-align: left;
    min-height: 106px;
    
}
.logo-wrapper .logo{font-size: 1rem;font-size: clamp(1rem, 0.956vw + 0.694rem, 2rem);}

.logo-wrapper a{color: #fff;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
.logo-wrapper img {
    display: inline-block;
    width: 3.125rem; width:clamp(1rem, 2.032vw + 0.35rem, 3.125rem) ;
}

/* ==============================
  40. about-us-section 
============================== */


/* ==============================
  41. Footer Page3
============================== */

.footer-bg3 {
    background: url("../images/footer/bg.jpg") no-repeat center center;
    padding: 59px 0;
    min-height: 408px;
    background-size: cover;
}
.footer-bg3 h4.widget_title {
    text-transform: capitalize;
    font-style: italic;
}
.footer-bg3 .widget-links {
    padding: 0 50px;
}
.footer-bottom3 {
    padding: 33px 0;
}
.footer-bottom3 .fo-txt p {
    margin: 0;
}
.footer-bottom3 .fo-txt p a {
    color: #454d54;
}
/* ==============================
  42. Testimonial Page
============================== */


/* ==============================
  43. Solution Page
============================== */

.indurial-t-solution3 {
    background: url(../images/solution/solution-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 29px 0;
    min-height: 100px;
    clear: both;
}
.indurial-t-solution3 h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 6px 0 0 50px;
    float: left;
}
.indurial-t-solution3 .contactus-button2 a {
    margin: 0;
}
.indurial-t-solution3 .contactus-button2 {
    margin-left: 0;
}
/* ==============================
  44. Solution Page
============================== */


/* ==============================
  45. We Customer Support
============================== */


/*=======home banner_variation1 style start=======*/

#myCarousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}
#myCarousel .carousel-caption .thm-container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#myCarousel .carousel-caption .thm-container.thm-3slide {
    text-align: left;
}
#myCarousel .carousel-caption .thm-container .box {
    display: table-cell;
}
#myCarousel .carousel-caption .thm-container .box.valign-top {
    vertical-align: top;
}
#myCarousel .carousel-caption .thm-container .box.valign-top .content {
    padding-top: 132px;
}
#myCarousel .carousel-caption .thm-container .box.valign-bottom .content {
    padding-bottom: 132px;
}
#myCarousel .carousel-caption .thm-container .box.valign-bottom {
    vertical-align: bottom;
}
#myCarousel .carousel-caption .thm-container .box.valign-middle {
    vertical-align: middle;
}
#myCarousel .carousel-caption .thm-container .box .content {
    display: inline-block;
}
#myCarousel .carousel-caption .thm-container .box .content.slide3 {
    float: left;
    width: 50%;
}

#myCarousel .carousel-inner .side{width: 55%;}
#myCarousel .carousel-inner .slider{width: 44.7%;}
#myCarousel .carousel-inner .item {
    min-height: 638px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #1E1E1E;
}
#myCarousel .carousel-control {
    background: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible !important;
    opacity: .65;
    margin-top: -20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    border-radius: 0;
    z-index: 88;
}
#myCarousel .carousel-control.left {
    left: 1%;
}
#myCarousel .carousel-control.right {
    right: 1%;
}
#myCarousel .carousel-control:hover {
    opacity: 1;
    background: #000;
}
#myCarousel .carousel-control-prev , #myCarousel .carousel-control-next{ width: 100px;}
.carousel-control-prev .carousel-control-prev-icon, .carousel-control-next .carousel-control-next-icon{width: 25px;}
/*=======home banner_variation2 style start=======*/

h1.bnrfnt40 {
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px!important;
    margin-bottom: 20px;
}

#myCarousel  span.line
{
  height: 4px;
  width: 100px;
  background: #e6ab0c;
  display: block;
  margin: 0 0 20px 0;
}
#myCarousel .carousel-caption .thm-container.txt-left {
    text-align: left;
}
#myCarousel .carousel-caption .thm-container .box .content.cnt_wdt1 {
    width: 60%;
}
#myCarousel .carousel-caption p.pln_he {
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
}
#myCarousel.ver_new_3_slider .carousel-inner .item {
    min-height: 600px;
}
#myCarousel.ver_new_2_slider .carousel-inner .item {
    min-height: 665px;
}
#myCarousel.ver_new_1_slider .item, #myCarousel .carousel-inner.ver_new_5_slider .item {
    min-height: 642px;
}
#myCarousel.ver_new_4_slider .carousel-inner .item {
    min-height: 858px;
}

#myCarousel.ver_new_2_slider .carousel-inner .carousel-caption .thm-container .box.valign-top .content{
    padding-top: 165px;
}
#myCarousel.ver_new_1_slider .carousel-caption .thm-container .box.valign-top .content 
{
    padding-top: 165px;
}

/*=======home banner_variation2 style end=======*/
/*************** Search variation 4 style ****************/

.search_overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #eef0f3;
    position: fixed;
    top: 0;
    left: 0;
}
.search_overlay.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}
.search_overlay .close_search {
    background: url(../images/home_page_variation4/close_popup.png) no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.search_main_container {
    max-width: 600px;
    margin: -100px auto 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    width: 100%;
}
.search_main_container h4 {
    font-size: 25px;
    color: #242424;
    margin-bottom: 30px;
}
.search_main_container form {
    position: relative;
    width: 100%;
    float: left
}
.search_main_container .search_lightbox_input {
    width: 100%;
    float: left;
    border-bottom: 1px solid #242424 !important;
    border: 0px;
    font-size: 18px;
    color: #242424;
    background: transparent;
    padding: 5px 0;
}
.search_lightbox_input::-webkit-input-placeholder {
    color: #242424;
}
.search_lightbox_input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #242424;
}
.search_lightbox_input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #242424;
}
.search_lightbox_input:-ms-input-placeholder {
    color: #242424;
}
.search_overlay button[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    border: none;
    background: none;
}
/*************** End Search variation 4 style ****************/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 32. TT-GALLERY-1 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-gallery-1 {
    display: block;
    position: relative;
    overflow: hidden;
}
.tt-gallery-1-caption {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1000;
}
.tt-gallery-1-caption-table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.tt-gallery-1-caption-inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tt-gallery-1-name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}
.tt-gallery-1-cat {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #898989;
    letter-spacing: 0.2px;
}
.tt-gallery-1-search {
    display: inline-block;
    width: 66px;
    height: 66px;
    font-size: 22px;
    line-height: 66px;
    color: #000;
    text-align: center;
    background: #fac012;
    border-radius: 50%;
}

.tt-gallery-1:hover .tt-gallery-1-caption {
    opacity: 1;
}
.tt-gallery-1:hover .tt-gallery-1-caption-inner {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.tt-gallery-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 33. LIGHTBOX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* The Modal (background) */
.thumbnails-container{
    height: auto;max-width: 100%;display: flex;align-items: center;
}

/* #slider{display: flex;overflow: hidden;white-space: nowrap;scroll-behavior: smooth;width: 95%;} */
#slider {height: fit-content; width: 95%;display: flex;flex-wrap: nowrap;overflow-x: hidden;padding: 0 10px;}

.thumbnail {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    margin: 0 5px;
}

.thumbnail.active {
    border: 2px solid #007bff;
    transform: scale(1.1);
}
img.thumbnail {
    height: 100px;width: 100%;object-fit: cover;cursor: pointer;opacity: 0.5;object-position: center;
  }
  
  .thumbnail:hover{opacity: 1;}

.mySlides{
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.mySlides img{
    min-width: 100%;
    height: 700px;
}
.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
    flex: 0 0 auto; /* Prevents shrinking */
    margin-right: 10px;
    width: 11%;
    /* display: flex;
    align-items: center;
    width: 11%; */
  }

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    z-index: 99999;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .arrow {width: 45px;border-radius: 50%;background: rgba(0, 0, 0, 0.3);transform: background 500ms;border: 2px solid #fff;transition: 0.6s ease;cursor: pointer;}
  .arrow:hover {background: rgba(0, 0, 0, 0.8);}
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  
  .active
   {opacity: 1;}

  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);cursor: pointer;
  }


@media only screen and (max-width:660px) {
    #container {
        width: 100%;
    }
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em;
    }
    #imagelightbox-nav {
        bottom: 1.25em;
    }
    .imagelightbox-arrow {
        width: 2.5em;
    }
    .imagelightbox-arrow-left {
        left: 1.25em;
    }
    .imagelightbox-arrow-right {
        right: 1.25em;
    }
}
@media only screen and (max-width:320px) {
    .imagelightbox-arrow-left {
        left: 0;
    }
    .imagelightbox-arrow-right {
        right: 0;
    }
}
@media (max-width:767px) {
    .block.type-7 .filter-nav li {
        margin-bottom: 10px;
    }
    .block.type-7 .filter-content a {
        display: block;
    }
    .block.type-7 .filter-content a img {
        margin: 0 auto;
    }
    .block.type-7 .icon-wrapper .icon-entry {
        margin-bottom: 30px;
    }
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-moz-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: .5;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        transform: scale(0.75);
    }
}
.mobile-link
{
    display: none;
}
.mobile-link a.submit
{
    background: #f8c12c;
    margin: 30px 15px 15px;
    display: block;
    border-radius: 3px;
    padding: 13.5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.mobile-link .widget-t-search {
    float: none;
    padding: 15px 0 30px 0;
    margin: 0 15px;
}
.mobile-link .widget-t-inner
{
    width: 100%;
}
