/*
Theme Name: Transpix
Theme URI: http://vergatheme.com/demosd/transpix
Author: Shtheme
Author URI: http://vergatheme.com
Description: In 2020, our default theme lets you create a responsive logistics website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: transpix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.social-i{
    background: transparent;
    position: fixed;
    bottom: 100px;
    right: 30px;z-index:2;
}
.fb{
    background: #4267b2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 5px;
}
a .fb{color:#fff;}
#footer-info {
    text-align: center;
}
.insta{
    background: linear-gradient(45deg,#ffa384 3%, #f5774c 3%, #d42e7d, #4a65cd );
    -webkit-background: linear-gradient(45deg,#ffa384 3%, #f5774c 3%, #d42e7d, #4a65cd );
    -moz-background: linear-gradient(45deg,#ffa384 3%, #f5774c 3%, #d42e7d, #4a65cd );
    -o-background: linear-gradient(45deg,#ffa384 3%, #f5774c 3%, #d42e7d, #4a65cd );
    -ms-background: linear-gradient(45deg,#ffa384 3%, #f5774c 3%, #d42e7d, #4a65cd );
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 5px;
}
a .insta{color:#fff;}
.location{
    background: #e11d07;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 5px;
}

a .location {
    color: #fff;
}

/*-------css call btn-----*/
.phone-icon
{
position: fixed;
bottom: 30px;
right: 30px;
}

.callicon
{
width: 70px;
height: 70px;
margin-left: 25px;
}

.phone-icon_hover
{
bottom: 35px;
right: 35px;
}

.testdriveicon
{
width: 115px;
height: 125px;
margin-left: 2px;
}

.notification-label
{
font-weight: 700 !important;
line-height: 20px !important;
position: absolute !important;
top: 120px !important;
right: 20px !important;
width: 20px !important;
height: 20px !important;
text-align: center !important;
color: #fff !important;
border-radius: 100% !important;
background: #e15454 !important;
}

.notification-labelnew {
    font-weight: 700 !important;
    line-height: 20px !important;
    position: absolute !important;
    right: 20px !important;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 100% !important;
    background: #e15454 !important;
}

.talkus
{
background-color: #3f51b5;
color: #ffffff;
font-weight: 700 !important;
line-height: 30px !important;
border-radius: 5px;
text-align: center;
font-size: 18px !important;
margin-bottom: 29px;
}

#divButton
{
position: relative !important;
z-index: 999 !important;
}


.tWLnewIconlogoouter {
    display: block !important;
    position: relative !important;
    width: 70px !important;
    height: 70px !important;
    transition: all .25s ease-in-out !important;
    right: 30px;
    bottom: 115px;
}

.tWLnewIconlogoinner {
    position: absolute !important;
    z-index: 10 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
    cursor: pointer !important;
}

.TWL-widget-button__icon {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    cursor: pointer !important;
    color: #fff !important;
    transition: all .25s ease-in-out !important;
    font-size: 33px !important;
    animation: tada 1s infinite;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes TWL-widget-underlay {
    0% {
        opacity: .25;
        width: 0;
        height: 0
    }

    40% {
        opacity: .25
    }

    to {
        opacity: 0;
        width: 150px;
        height: 150px
    }
}

@keyframes TWL-widget-underlayinner {
    0% {
        opacity: .25;
        width: 0;
        height: 0
    }

    40% {
        opacity: .25
    }

    to {
        opacity: 0;
        width: 100px;
        height: 100px
    }
}
.call-green{display:block;}
/*-------css call btn end-----*/
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
body{font-weight: 400;}
h1,h2,h3,h4,h5,h6{line-height:1.3;}
 .top-n{
    float: right;
    display: inline-block;
    text-align: right;
    width: 100%;
    position: relative;
    z-index: 9;
}
.imag-op {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -115px;
}
/*#logo{margin-top: -20px;}*/
.top-n ul li a{color:#000;}
.top-n ul li {
    display: inline-block;
    /* float: right; */
    /* width: 100%; */
    margin: 0 13px;font-weight:300;
}
.pop-inner1 {
    position: relative;
    background-color: #fff;
    color: #000;
    border: 1px solid #666;
    border-radius: 5px;
    width: 45%;
    margin: 15% auto;
    box-sizing: border-box;
}
.pop-outer1 {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
}
.disclamer-btm{
    background: #d01e2b;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
}
.disclamer-btm:hover{text-decoration:none; }
.ico{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    padding: 30px;
    background-color: #fffefe!important;
}
.ico1:before{
    content: '1';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.ico2:before{
    content: '2';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.ico3:before{
    content: '3';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.ico4:before{
    content: '4';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.et_pb_text_inner #wpsm_testi_b_row_6111 .wpsm_testi_title{    margin-bottom: 0px !important;padding: -1px !important;}
.wpsm_testi_review {
    margin-bottom: 0px!important;
    background: #f5f5f5!important;
}
.wpsm_testi_pic {
    padding-top: 20px;
}
#wpsm_testi_b_row_6111 .wpsm_testi_description {
    background: #f5f5f5!important;padding: 20px;
}
.height-min{min-height: 390px;}
#main-header{left:0!important;padding: 10px 0;    height: 130px;}
.et_toggle_slide_menu:after{position:absolute;}
.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -320px;
    background: #fdd526;
    top: -95px;
    position: absolute;
    z-index: 99;    position: absolute;padding: 4px 0 0;
}
.mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    position: absolute;
    left: -35px;
    top: -95px;
    cursor: pointer;
    background: #fdd526;    padding: 4px 0 0px;z-index:99;
}
.et_slide_menu_top .et-search-form {
  margin: 10px 0 0;}
.et_slide_menu_top {
    background: rgba(0,0,0,.1);
    padding: 20px 40px 0;
}
.et_slide_menu_top:before {
    content: '';
    background-image: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2020/07/logos-sti-w1.png);
    display: inline-block;
    width: 230px;
    height: 104px;
    background-repeat: no-repeat;
}
.et_header_style_slide .et_slide_in_menu_container {
    width: 320px;
    max-width: 100%!important;
    padding-top: 0!important;
       top: 0;
}
 .et_header_style_slide #main-header #et-top-navigation, .et_header_style_fullscreen #main-header #et-top-navigation {
    padding: 25px 0 36px 0!important;
}
 .et_header_style_slide #main-header.et-fixed-header #et-top-navigation,  .et_header_style_fullscreen #main-header.et-fixed-header #et-top-navigation {
    padding: 40px 0 15px 0!important;    position: absolute;
    right: 0;
}
.et_header_style_fullscreen .et-fixed-header #main-header #et-top-navigation, .et_header_style_slide .et-fixed-header #main-header #et-top-navigation {
    padding: 11px 0!important;
}
#page-container{left:0!important;    overflow: hidden;}
.container {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
.et_slide_in_menu_container {
    background-image: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2022/07/menu-bg1.jpg)!important;
}

#menu-item-7426:before {
    content: '\f015';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: 15px;
}
#menu-item-7450:before {
    content: '\f187';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7128:before {
    content: '\f187';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
/*#menu-item-4260:before {
    content: '\f187';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}*/
#menu-item-7538:before {
    content: '\f1b2';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7523:before {
    content: '\f013';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7542:before {
    content: '\f06b';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7551:before {
    content: '\f007';
    font-family:fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
    padding: 15px 0;
    color: #fff;
    border: none;
}
.et_slide_in_menu_container ul#mobile_menu_slide {
    padding: 28px 50px;
}
.et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
    font-weight: 500;
}
.et_slide_in_menu_container ul#mobile_menu_slide {
    text-transform: uppercase;
    font-weight: 500;
}
.et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: 1;
}
#text-5 .textwidget{
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
.form-t{
    width: 33%;
    float: left;margin: 10px 0;
}
.locat-m{
    float: left;
    font-size: 30px;
    padding: 10px;
    background: #00699a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.mybox{
    padding: 20px;
    border-top: 5px solid #ffd526;
  display:inline-block;
}
.mybox .et-social-icons{text-align: center;
    width: 100%;
    padding: 0;}
.mybox .et-social-icons li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.mybox .et-social-icon a {
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #666;
    text-decoration: none;
}
.mybox:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  height: 10%;
  border-left: 5px solid #ffd526;
}
.mybox:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  height: 10%;
  border-right: 5px solid #ffd526;
}

.mobile_menu_bar:before{color: #787878!important;}
.header-btn-top{
    float: right;
    margin: 25px 15px 36px 0px;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #e91c25;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;/*-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;opacity:1;*/
    z-index: 9;
    position: relative;
}

.et-fixed-header .header-btn-top{display:block;opacity:1; margin: 20px 15px 10px 0px;/*-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;animation: fade_in_show 0.5s*/}

@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(0)
     }
     50% {
          opacity: 1;
          transform: scale(0.5)
     }
  100% {
          opacity: 1;
          transform: scale(1)
     }
}
.top-mail{
    float: right;
    margin: 28px 20px;
    font-weight: 300;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.et-fixed-header .top-mail{
  margin: 25px 20px;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.icon-ph{
    font-size: 23px;
    vertical-align: middle;
}
.red-btn-new{
    background: #d31c28;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
}
.red-btn-new a,.red-btn-new a:focus, .red-btn-new a:hover{color:#fff;}
.et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark{width: 70%;
    float: left;
    margin-right: 6%;}
.et_pb_carousel_items.columns-4 .et_pb_carousel_item{ width:100%!important;margin-bottom:10px;}
.et_pb_carousel_items {
    width: 100%;
    height: auto;
    position: relative;
    overflow: initial;
}
.img-yellow {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.img-blue {
    opacity: 1;
}
.hover-shadow:hover .img-blue {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.hover-shadow:hover .img-yellow {
    display: inline-block;
    opacity: 1;
}
.hover-shadow:hover a {
    color:#ffd526;
}
.border-right{border-right:1px solid #ccc;}
.border-bottom{border-bottom:1px solid #ccc;}
h1.yellow-font {
    font-size: 55px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 35px;
}
.red{color:#d31c28;}
.yellow{color:#fdbb26;}
#ktsttestimonial_list_style .client_content {
    color: #000000!important;
}
h1.banner-h{
    color: #006197!important;
    text-shadow: none;
    font-size: 63px;
    font-weight: 600;
}
h2.banner-hs{
    color: #006197!important;
    text-shadow: none;
    font-size: 50px;
    font-weight: 300;
}
.width60{
    float: left;
    width: 65%;
}
.width40{
    width: 35%;
    display: inline-block;text-align:right;
}
.truck-im{position:absolute;top:-300px;}
.line{width:20%; border-bottom:3px solid #ffd526; margin: 5px 0 15px 0;}
.line1{width:20%; border-bottom:3px solid #ffd526; margin: 5px auto 15px auto;}
.font-b{
    font-size: 25px;
    font-weight: 600;
    color: #2b2e33;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top: 15px;
}
.red{color:#d31c28;}
.padding{
    padding: 0 20px 20px;
}
.button-blue{
    background: linear-gradient(180deg,#199cd6 30%,#0072a4 75%);
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50px;
}
.blue-text{color:#2b2e33!important;font-weight:600;}
.blue-text1{color:#fff!important;font-weight:600;}

.testimonial-theme1 .testimonial-thumb-theme1 {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 0px solid #eb7260!important;
    overflow: hidden;
}
.testimonial-theme1 .testimonial-description-theme1 {
    color: #000000!important;
    font-size: 15px;
    font-style: normal!important;
    line-height: 24px;
    margin-bottom: 20px;
}
.testimonial-theme1 .testimonial-description-title-theme1:after{display:none;}
.testimonial-theme1 .testimonial-description-title-theme1 {
    font-size: 20px;
    color: #eb7260;
    margin-right: 0px!important;
    text-transform: capitalize;
}
.testimonial-theme1 .fa-fw {
    text-align: center!important;
    width: 1.28571em;
    color: #ffd526!important;
}
.testimonial-theme1 {
    text-align: center!important;
}
.testimonial-theme1 .testimonial-description-profiles-theme1 {
    margin: 20px 0;
    text-align: center!important;
}
.testimonial-theme1 .super-testimonial-theme1 {
    display: block;
    overflow: hidden;
    text-align: center!important;
}
.img:before{content: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2020/07/truck-img4.png);
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 9;}
ul.address {
    list-style: none;
    padding: 0;
}
.address li.addre:before {
    position: absolute!important;
    top: 3px!important;
    left: 0!important;
    border-width: 0!important;
    border-style: solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    content: '\f041'!important;
    font-family: fontawesome!important;
    font-size: 18px!important;
}
.address li.mail:before {
    position: absolute!important;
    top: 3px!important;
    left: 0!important;
    border-width: 0!important;
    border-style: solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    content: '\f0e0'!important;
    font-family: fontawesome!important;
    font-size: 13px!important;
}
.address li.phn:before {
    position: absolute!important;
    top: 3px!important;
    left: 0!important;
    border-width: 0!important;
    border-style: solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    content: '\f095'!important;
    font-family: fontawesome!important;
    font-size: 15px!important;
}
#footer-widgets .footer-widget li {
    padding-left: 20px;
    position: relative;
}

h2.fs-title{color:#000!important;}
.col-h {
    width: 50%;
    float: left; position:relative;
}
.mr-15 {
    margin-right: 15px;
}
.m-15 {
    margin: 0px 5px;
}
.text-field1 {
    font-size: 14px;
    text-align: left;
    width: 100%!important;
    padding: 15px!important;
    box-sizing: border-box!important;
    border: 1px solid #ccc!important;
    margin-bottom: 15px!important;
    height: 60px;
}
.text-field2 {
    font-size: 14px;
    text-align: left;
    width: 100%!important;
    padding: 15px 30px 15px 15px!important;
    box-sizing: border-box!important;
    border: 1px solid #ccc!important;
    margin-bottom: 15px!important;
    height: 50px!important;color: #666;
}
.et_pb_widget select {
    width: 100%;
    height: 50px;
     padding: 15px 30px 15px 15px!important
}
select {
        -webkit-appearance: none; width: 100%;
    height: 50px;
     padding: 15px 30px 15px 15px!important
      }
.text-area {
    text-align: left;
    font-size: 15px;
    width: 100%!important;
    padding: 12px!important;
    box-sizing: border-box!important;
    border: 1px solid #ccc!important;
}
.submit-btn2 {
    background-color: #006d9e!important;
    border: 0;
    padding: 10px 35px;
    margin: 10px 7px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 97%;
}
.submit-btn {
    background-color: #e91c25!important;
    border: 0;
    padding: 10px 35px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
	float:left;
}
h4.title:after{
    content: '';
    border-bottom: 2px solid #e11d07;
    width: 40%;
    display: block;
    margin: 20px 0;
}
.overlap {
    position: absolute;
    z-index: 1;
    top: -100px;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
    padding: 20px!important;
    background: #fff!important;
}
.half {
    width: 18.4%;
    float: left;
    margin: 8px!important;
}
.submit-btn1 {
    background-color: #e7982f!important;
    border: 0!important;
    padding: 16px 20px!important;
    color: #fff!important;
    font-size: 18px!important;
    text-transform: uppercase!important;
    height: 50px!important;
    width: 100%;
    text-align: center!important;
    display: inline-block;
}
.line-red {
    width: 20%!important;
    margin: 20px 0!important;
    border-bottom: 2px solid #a12f1d!important;
}
.et_pb_toggle h5{
    color: #000;
    line-height:1.3;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.et_pb_toggle_close h5.et_pb_toggle_title{color:#000;}
.et_pb_accordion .et_pb_toggle {
    margin-bottom: 10px!important;
    position: relative;
}
#ktsttestimonial_list_style .client_names{background:none;color: #0072a4;
    text-align: right;}
#ktsttestimonial_list_style .fa-fw {
    text-align: center;
    width: 1.28571em;
    color: #f1a213!important;
}
#ktsttestimonial_list_style{margin-bottom:20px;}
input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 6px;
  color: #e91c25;
}
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    font-size: 15px; letter-spacing:1px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
 background: #e91c25 !important;
    font-size: 15px !important; letter-spacing:1px;
}

.woocommerce-js #left-area{width:100%; padding-right:0px;} 
.woocommerce-js #sidebar{display:none;}
.woocommerce-js #main-content .container:before{display:none;}
.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
    width: 22.353%;
    margin-right: 2.47%;
}
.archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n){  
	margin-right: 2.47%;
}
.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
    clear: initial;
}
li.product .et_shop_image img{
     transition:all 1s; 
}
li.product .et_shop_image{
    overflow: hidden; transition:all 1s; display: block;
}
li.product:hover .et_shop_image img{transform:scale(1.2);}
.product .related h2 {
	font-size: 20px !important;}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{padding: 7px;}
.woocommerce div.product form.cart .button {
    margin-right: 10px;
}
.detail-list{
    list-style: none;
    margin-top: 15px;
    padding-left: 0!important;
    list-style-type: none!important;
}
.detail-list li{ padding-bottom: 5px;}
.woocommerce button.button:not(.button-confirm):after, .woocommerce-page button.button:not(.button-confirm):after{font-size: 27px;}
/*-------css call btn-----*/
.widgettitle{text-transform:uppercase;}
.widgettitle:after{
    content:'';    
    width: 20%;
    border-bottom: 3px solid #ffd526;
    margin: 15px 0 0px 0;
    display: block;}
.fm {
    text-align: center;
    background: #006d9e;
    padding: 25px 20px 0;
    color: #fff;
    text-shadow: none;
    box-shadow: 0 10px 10px rgb(0 0 0 / 21%);
    font-weight: 300;
    letter-spacing: 0.5px;
}
.fm h2{
    color: #fff!important;
    margin-bottom: 0;
}
.submit-btn-yellow{
    background-color: #fdd526!important;
    border: 0;
    padding: 10px 35px;
    margin: 10px 7px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    width: 97%;
}

.padding{height: 219px;}
.wpcf7 .fa{
    position: absolute;
    color: #e91c25;
    z-index: 100;
    font-size: 14px;
    top: 35%;
    right: 7.5%;
    text-shadow: none;
}
.wpcf7 .fa.fa-expand{
    position: absolute;
    color: #e91c25;
    z-index: 100;
    font-size: 14px;
    top: 35%;
    right: 7.5%;
    text-shadow: none;
}


.et_header_style_left .logo_container {
    position: relative;
    height: 100%;
    width: 17%;
    float: left;
}
.heading {
    line-height: 1.3!important;
    font-size: 50px!important;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 400!important;
    color: #000!important;
}
.et_pb_bg_layout_light .et_pb_widget li a {
    color: #444;
}
.red-text {
    color: #a12f1d!important;
}
h1, h2, h3, h4, h5, h6{margin-bottom:10px;}
.widget_recent_entries ul li:before{
    content: '\f054';
    position: absolute;
    left: 0px;
    font-family: 'FontAwesome';
    color: #006a9c;
}
.widget_recent_entries{position:relative;}
.widget_recent_entries ul{padding-left:20px!important;}
.widget_recent_entries ul li {
    margin-bottom: 1em;
}
.widget_categories ul li:before{
    content: '\f054';
    position: absolute;
    left: 0px;
    font-family: 'FontAwesome';
    color: #006a9c;
}
.widget_categories{position:relative;}
.widget_categories ul{padding-left:20px!important;}
.widget_categories ul li {
    margin-bottom: 1em;
}
.et_pb_slider .et_pb_container {
    max-width: 1400px;
}
.nnv{
    float: left;
    width: 68%;
}
.et_pb_row {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}
.added_to_cart.wc-forward{
   border: 2px solid;
    padding: 6px 15px!important;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
}
.woocommerce ul.products li.product .button {
    margin-right: 5px;
}
@media screen and (max-width: 1550px) and (min-width: 1400px){
 /*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left:-244px;
} */ 
}

@media screen and (min-width: 1600px) {
 /* .et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -235px;
}  */
}

@media (max-width: 1399px){
 /*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -253px;
}  
 .et_pb_slide_menu_active .et-fixed-header #et-top-navigation .et_toggle_slide_menu:after {
  top: -11px;
}*/
}

@media all and (min-width:981px) and (max-width:1100px){
/*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -270px;
}*/
	
}
@media all and (max-width:980px){

 /*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -279px;
}*/
}
@media (min-width: 981px){
#left-area {
    width: 70.125%;
    padding-bottom: 23px;
}
#sidebar {
    float: left;
    width: 29.875%;
}
  #main-content .container:before {
    content: "";
    position: absolute;
    top: auto;
    height: 85%;
    width: 1px;
    background-color: #e2e2e2;
}
  .et_right_sidebar #main-content .container:before {
    right: 30.875%!important;
}
  .et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
    width: 68.8%;
}
  .et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
    width: 12.6%;
}
	
}
@media all and (max-width:768px){
  .mobile_menu_bar:before {
    top: -90px;
    z-index: 99;
}
  .nnv {
    float: left;
    width: 65%;
}
 /* .et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -281px;
}*/
.call-green{display:block;}

 .width60{width:100%;}
 .width40{width:100%;}
  .truck-im {
    position: relative;
    top: 0px;
}
   .border-right{border-bottom:1px solid #ccc;border-right:0px solid #ccc;}
  h1.yellow-font {
    font-size: 40px;}
  .et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark {
    width: 100%;
    float: left;
    margin-right: 0%;
}
    .img:before {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 9;
}
   .header-btn-top{
  display:block;margin: 22px 0 30px 15px;
}
 
  .top-mail{ display:none;}
}
@media all and (max-width:767px){
	.et_header_style_slide #main-header #et-top-navigation, .et_header_style_fullscreen #main-header #et-top-navigation {
    padding: 8px 0 36px 0!important;
}
	#msform .fs-title1 {
    font-size: 21px;
       margin-top: 20px;
}
	#msform .action-button {
        margin: 15px 5px;
    }
	
  .top-n{display:none;}
  .az .et_pb_slide_content {
    background: #ffffff69!important;
    padding: 10px!important;
}
  .half {
    width: 100%;
    float: left;
    margin: 0px!important;
}
  .overlap {
	  
    position: relative;
    z-index: 1;
    top: 0;
}
 .call-green{display:block;}
  .width60{width:100%;}
 .width40{width:100%;}
  .truck-im {
    position: absolute;
    top: 0px;
}
   .border-right{border-bottom:1px solid #ccc;border-right:0px solid #ccc;}
  h1.yellow-font {
    font-size: 40px;}
  .et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark {
    width: 100%;
    float: left;
    margin-right: 0%;
}
    .img:before {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 9;
}
   .header-btn-top{
  display:none;
}
  .top-mail{ display:none;}
  .mobile_menu_bar:before {
    top: -50px;
    z-index: 99;
}
	  .et_header_style_left #logo {
    max-width: 70%;
}
	.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    top: -35px;
}
}
@media (max-width: 479px){
	.ico {
    margin: 0 auto;
}
	.et_slide_in_menu_container ul#mobile_menu_slide {
    padding: 28px 5px 28px 40px;
}
	  .et_header_style_left #logo {
    max-width: 90%;
}
	.et_header_style_slide .et_slide_in_menu_container {
    width: 200px;
    max-width: 100%!important;
    padding-top: 0!important;
       top: 0;
}
	.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -200px;
    background: #fdd526;
 
    position: absolute;
    z-index: 99;
    position: absolute;
    padding: 4px 0 0;
}
.et_slide_menu_top:before {
    content: '';
    background-image: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2022/04/logos-sti-w2.png);
    display: inline-block;
    width: 180px;
    height: 104px;
    background-repeat: no-repeat;
}
.et_slide_menu_top {
    padding: 20px;
}
.pop-inner1 {
    width: 80%;
}
.width60{width:100%;}
 .call-green{display:block;}
.width40{width:100%;}
  .truck-im {
    position: absolute;
    top: -57px;
}
  .border-right{border-bottom:1px solid #ccc;border-right:0px solid #ccc;}
h1.yellow-font {
  font-size: 40px;}
  .et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark {
    width: 100%;
    float: left;
    margin-right: 0%;
}
  .img:before {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 9;
}
  .header-btn-top{
  display:none;
}
  .top-mail{ display:none;}
}
/*------end-----------*/

body{font-weight: 400;}
h1,h2,h3,h4,h5,h6{line-height:1.3;}
 .top-n{
    float: right;
    display: inline-block;
    text-align: right;
    width: 100%;
    position: relative;
    z-index: 9;
}
.imag-op {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -115px;
}
/*#logo{margin-top: -20px;}*/
.top-n ul li a{color:#000;}
.top-n ul li {
    display: inline-block;
    /* float: right; */
    /* width: 100%; */
    margin: 0 13px;font-weight:300;
}
.pop-inner1 {
    position: relative;
    background-color: #fff;
    color: #000;
    border: 1px solid #666;
    border-radius: 5px;
    width: 45%;
    margin: 15% auto;
    box-sizing: border-box;
}
.pop-outer1 {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
}
.disclamer-btm{
    background: #d01e2b;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
}
.disclamer-btm:hover{text-decoration:none; }
.ico{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    padding: 30px;
    background-color: #fffefe!important;
}
.ico1:before{
    content: '1';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.ico2:before{
    content: '2';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.ico3:before{
    content: '3';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.ico4:before{
    content: '4';
    background: linear-gradient( 45deg, #002b59, #0070a2);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
    line-height: 1.6;
    top: 50px;
    text-align: center;
}
.et_pb_text_inner #wpsm_testi_b_row_6111 .wpsm_testi_title{    margin-bottom: 0px !important;padding: -1px !important;}
.wpsm_testi_review {
    margin-bottom: 0px!important;
    background: #f5f5f5!important;
}
.wpsm_testi_pic {
    padding-top: 20px;
}
#wpsm_testi_b_row_6111 .wpsm_testi_description {
    background: #f5f5f5!important;padding: 20px;
}
.height-min{min-height: 390px;}
#main-header{left:0!important;padding: 10px 0;    height: 130px;}
.et_toggle_slide_menu:after{position:absolute;}
.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -320px;
    background: #fdd526;
    top: -95px;
    position: absolute;
    z-index: 99;    position: absolute;padding: 4px 0 0;
}
.mobile_menu_bar:before {
    content: "\61";
    font-size: 32px;
    position: absolute;
    left: -35px;
    top: -95px;
    cursor: pointer;
    background: #fdd526;    padding: 4px 0 0px;z-index:99;
}
.et_slide_menu_top .et-search-form {
  margin: 10px 0 0;}
.et_slide_menu_top {
    background: rgba(0,0,0,.1);
    padding: 20px 40px 0;
}
.et_slide_menu_top:before {
    content: '';
    background-image: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2020/07/logos-sti-w1.png);
    display: inline-block;
    width: 230px;
    height: 104px;
    background-repeat: no-repeat;
}
.et_header_style_slide .et_slide_in_menu_container {
    width: 320px;
    max-width: 100%!important;
    padding-top: 0!important;
       top: 0;
}
 .et_header_style_slide #main-header #et-top-navigation, .et_header_style_fullscreen #main-header #et-top-navigation {
    padding: 25px 0 36px 0!important;
}
 .et_header_style_slide #main-header.et-fixed-header #et-top-navigation,  .et_header_style_fullscreen #main-header.et-fixed-header #et-top-navigation {
    padding: 40px 0 15px 0!important;    position: absolute;
    right: 0;
}
.et_header_style_fullscreen .et-fixed-header #main-header #et-top-navigation, .et_header_style_slide .et-fixed-header #main-header #et-top-navigation {
    padding: 11px 0!important;
}
#page-container{left:0!important;    overflow: hidden;}
.container {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
.et_slide_in_menu_container {
    background-image: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2022/07/menu-bg1.jpg)!important;
}

#menu-item-7426:before {
    content: '\f015';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: 15px;
}
#menu-item-7450:before {
    content: '\f187';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7128:before {
    content: '\f187';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
/*#menu-item-4260:before {
    content: '\f187';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}*/
#menu-item-7538:before {
    content: '\f1b2';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7523:before {
    content: '\f013';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7542:before {
    content: '\f06b';
    font-family: fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
#menu-item-7551:before {
    content: '\f007';
    font-family:fontawesome;
    color: #ffd526;
    position: absolute;
    padding: 15px 10px;
    left: -34px;
}
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a {
    padding: 15px 0;
    color: #fff;
    border: none;
}
.et_slide_in_menu_container ul#mobile_menu_slide {
    padding: 28px 50px;
}
.et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a {
    font-weight: 500;
}
.et_slide_in_menu_container ul#mobile_menu_slide {
    text-transform: uppercase;
    font-weight: 500;
}
.et_slide_in_menu_container #mobile_menu_slide li li a {
    opacity: 1;
}
#text-5 .textwidget{
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
.form-t{
    width: 33%;
    float: left;margin: 10px 0;
}
.locat-m{
    float: left;
    font-size: 30px;
    padding: 10px;
    background: #00699a;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.mybox{
    padding: 20px;
    border-top: 5px solid #ffd526;
  display:inline-block;
}
.mybox .et-social-icons{text-align: center;
    width: 100%;
    padding: 0;}
.mybox .et-social-icons li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.mybox .et-social-icon a {
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: center;
    -webkit-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #666;
    text-decoration: none;
}
.mybox:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  height: 10%;
  border-left: 5px solid #ffd526;
}
.mybox:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  height: 10%;
  border-right: 5px solid #ffd526;
}

.mobile_menu_bar:before{color: #787878!important;}
.header-btn-top{
    float: right;
    margin: 25px 15px 36px 0px;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #e91c25;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;/*-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;opacity:1;*/
    z-index: 9;
    position: relative;
}

.et-fixed-header .header-btn-top{display:block;opacity:1; margin: 20px 15px 10px 0px;/*-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;animation: fade_in_show 0.5s*/}

@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(0)
     }
     50% {
          opacity: 1;
          transform: scale(0.5)
     }
  100% {
          opacity: 1;
          transform: scale(1)
     }
}
.top-mail{
    float: right;
    margin: 28px 20px;
    font-weight: 300;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.et-fixed-header .top-mail{
  margin: 25px 20px;-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.icon-ph{
    font-size: 23px;
    vertical-align: middle;
}
.red-btn-new{
    background: #d31c28;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
}
.red-btn-new a,.red-btn-new a:focus, .red-btn-new a:hover{color:#fff;}
.et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark{width: 70%;
    float: left;
    margin-right: 6%;}
.et_pb_carousel_items.columns-4 .et_pb_carousel_item{ width:100%!important;margin-bottom:10px;}
.et_pb_carousel_items {
    width: 100%;
    height: auto;
    position: relative;
    overflow: initial;
}
.img-yellow {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.img-blue {
    opacity: 1;
}
.hover-shadow:hover .img-blue {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.hover-shadow:hover .img-yellow {
    display: inline-block;
    opacity: 1;
}
.hover-shadow:hover a {
    color:#ffd526;
}
.border-right{border-right:1px solid #ccc;}
.border-bottom{border-bottom:1px solid #ccc;}
h1.yellow-font {
    font-size: 55px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 35px;
}
.red{color:#d31c28;}
.yellow{color:#fdbb26;}
#ktsttestimonial_list_style .client_content {
    color: #000000!important;
}
h1.banner-h{
    color: #006197!important;
    text-shadow: none;
    font-size: 63px;
    font-weight: 600;
}
h2.banner-hs{
    color: #006197!important;
    text-shadow: none;
    font-size: 50px;
    font-weight: 300;
}
.width60{
    float: left;
    width: 65%;
}
.width40{
    width: 35%;
    display: inline-block;text-align:right;
}
.truck-im{position:absolute;top:-300px;}
.line{width:20%; border-bottom:3px solid #ffd526; margin: 5px 0 15px 0;}
.line1{width:20%; border-bottom:3px solid #ffd526; margin: 5px auto 15px auto;}
.font-b{
    font-size: 25px;
    font-weight: 600;
    color: #2b2e33;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top: 15px;
}
.red{color:#d31c28;}
.padding{
    padding: 0 20px 20px;
}
.button-blue{
    background: linear-gradient(180deg,#199cd6 30%,#0072a4 75%);
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50px;
}
.blue-text{color:#2b2e33!important;font-weight:600;}
.blue-text1{color:#fff!important;font-weight:600;}

.testimonial-theme1 .testimonial-thumb-theme1 {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 0px solid #eb7260!important;
    overflow: hidden;
}
.testimonial-theme1 .testimonial-description-theme1 {
    color: #000000!important;
    font-size: 15px;
    font-style: normal!important;
    line-height: 24px;
    margin-bottom: 20px;
}
.testimonial-theme1 .testimonial-description-title-theme1:after{display:none;}
.testimonial-theme1 .testimonial-description-title-theme1 {
    font-size: 20px;
    color: #eb7260;
    margin-right: 0px!important;
    text-transform: capitalize;
}
.testimonial-theme1 .fa-fw {
    text-align: center!important;
    width: 1.28571em;
    color: #ffd526!important;
}
.testimonial-theme1 {
    text-align: center!important;
}
.testimonial-theme1 .testimonial-description-profiles-theme1 {
    margin: 20px 0;
    text-align: center!important;
}
.testimonial-theme1 .super-testimonial-theme1 {
    display: block;
    overflow: hidden;
    text-align: center!important;
}
.img:before{content: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2020/07/truck-img4.png);
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 9;}
ul.address {
    list-style: none;
    padding: 0;
}
.address li.addre:before {
    position: absolute!important;
    top: 3px!important;
    left: 0!important;
    border-width: 0!important;
    border-style: solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    content: '\f041'!important;
    font-family: fontawesome!important;
    font-size: 18px!important;
}
.address li.mail:before {
    position: absolute!important;
    top: 3px!important;
    left: 0!important;
    border-width: 0!important;
    border-style: solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    content: '\f0e0'!important;
    font-family: fontawesome!important;
    font-size: 13px!important;
}
.address li.phn:before {
    position: absolute!important;
    top: 3px!important;
    left: 0!important;
    border-width: 0!important;
    border-style: solid!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 0!important;
    content: '\f095'!important;
    font-family: fontawesome!important;
    font-size: 15px!important;
}
#footer-widgets .footer-widget li {
    padding-left: 20px;
    position: relative;
}

h2.fs-title{color:#000!important;}
.col-h {
    width: 50%;
    float: left; position:relative;
}
.mr-15 {
    margin-right: 15px;
}
.m-15 {
    margin: 0px 5px;
}
.text-field1 {
    font-size: 14px;
    text-align: left;
    width: 100%!important;
    padding: 15px!important;
    box-sizing: border-box!important;
    border: 1px solid #ccc!important;
    margin-bottom: 15px!important;
    height: 60px;
}
.text-field2 {
    font-size: 14px;
    text-align: left;
    width: 100%!important;
    padding: 15px 30px 15px 15px!important;
    box-sizing: border-box!important;
    border: 1px solid #ccc!important;
    margin-bottom: 15px!important;
    height: 50px!important;color: #666;
}
.et_pb_widget select {
    width: 100%;
    height: 50px;
     padding: 15px 30px 15px 15px!important
}
select {
        -webkit-appearance: none; width: 100%;
    height: 50px;
     padding: 15px 30px 15px 15px!important
      }
.text-area {
    text-align: left;
    font-size: 15px;
    width: 100%!important;
    padding: 12px!important;
    box-sizing: border-box!important;
    border: 1px solid #ccc!important;
}
.submit-btn2 {
    background-color: #006d9e!important;
    border: 0;
    padding: 10px 35px;
    margin: 10px 7px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    width: 97%;
}
.submit-btn {
    background-color: #e91c25!important;
    border: 0;
    padding: 10px 35px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
	float:left;
}
h4.title:after{
    content: '';
    border-bottom: 2px solid #e11d07;
    width: 40%;
    display: block;
    margin: 20px 0;
}
.overlap {
    position: absolute;
    z-index: 1;
    top: -100px;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3)!important;
    padding: 20px!important;
    background: #fff!important;
}
.half {
    width: 18.4%;
    float: left;
    margin: 8px!important;
}
.submit-btn1 {
    background-color: #e7982f!important;
    border: 0!important;
    padding: 16px 20px!important;
    color: #fff!important;
    font-size: 18px!important;
    text-transform: uppercase!important;
    height: 50px!important;
    width: 100%;
    text-align: center!important;
    display: inline-block;
}
.line-red {
    width: 20%!important;
    margin: 20px 0!important;
    border-bottom: 2px solid #a12f1d!important;
}
.et_pb_toggle h5{
    color: #000;
    line-height:1.3;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.et_pb_toggle_close h5.et_pb_toggle_title{color:#000;}
.et_pb_accordion .et_pb_toggle {
    margin-bottom: 10px!important;
    position: relative;
}
#ktsttestimonial_list_style .client_names{background:none;color: #0072a4;
    text-align: right;}
#ktsttestimonial_list_style .fa-fw {
    text-align: center;
    width: 1.28571em;
    color: #f1a213!important;
}
#ktsttestimonial_list_style{margin-bottom:20px;}
input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 6px;
  color: #e91c25;
}
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    font-size: 15px; letter-spacing:1px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
 background: #e91c25 !important;
    font-size: 15px !important; letter-spacing:1px;
}

.woocommerce-js #left-area{width:100%; padding-right:0px;} 
.woocommerce-js #sidebar{display:none;}
.woocommerce-js #main-content .container:before{display:none;}
.et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
    width: 22.353%;
    margin-right: 2.47%;
}
.archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n){  
	margin-right: 2.47%;
}
.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
    clear: initial;
}
li.product .et_shop_image img{
     transition:all 1s; 
}
li.product .et_shop_image{
    overflow: hidden; transition:all 1s; display: block;
}
li.product:hover .et_shop_image img{transform:scale(1.2);}
.product .related h2 {
	font-size: 20px !important;}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{padding: 7px;}
.woocommerce div.product form.cart .button {
    margin-right: 10px;
}
.detail-list{
    list-style: none;
    margin-top: 15px;
    padding-left: 0!important;
    list-style-type: none!important;
}
.detail-list li{ padding-bottom: 5px;}
.woocommerce button.button:not(.button-confirm):after, .woocommerce-page button.button:not(.button-confirm):after{font-size: 27px;}
/*-------css call btn-----*/
.widgettitle{text-transform:uppercase;}
.widgettitle:after{
    content:'';    
    width: 20%;
    border-bottom: 3px solid #ffd526;
    margin: 15px 0 0px 0;
    display: block;}
.fm {
    text-align: center;
    background: #006d9e;
    padding: 25px 20px 0;
    color: #fff;
    text-shadow: none;
    box-shadow: 0 10px 10px rgb(0 0 0 / 21%);
    font-weight: 300;
    letter-spacing: 0.5px;
}
.fm h2{
    color: #fff!important;
    margin-bottom: 0;
}
.submit-btn-yellow{
    background-color: #fdd526!important;
    border: 0;
    padding: 10px 35px;
    margin: 10px 7px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    width: 97%;
}

.padding{height: 219px;}
.wpcf7 .fa{
    position: absolute;
    color: #e91c25;
    z-index: 100;
    font-size: 14px;
    top: 35%;
    right: 7.5%;
    text-shadow: none;
}
.wpcf7 .fa.fa-expand{
    position: absolute;
    color: #e91c25;
    z-index: 100;
    font-size: 14px;
    top: 35%;
    right: 7.5%;
    text-shadow: none;
}


.et_header_style_left .logo_container {
    position: relative;
    height: 100%;
    width: 17%;
    float: left;
}
.heading {
    line-height: 1.3!important;
    font-size: 50px!important;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 400!important;
    color: #000!important;
}
.et_pb_bg_layout_light .et_pb_widget li a {
    color: #444;
}
.red-text {
    color: #a12f1d!important;
}
h1, h2, h3, h4, h5, h6{margin-bottom:10px;}
.widget_recent_entries ul li:before{
    content: '\f054';
    position: absolute;
    left: 0px;
    font-family: 'FontAwesome';
    color: #006a9c;
}
.widget_recent_entries{position:relative;}
.widget_recent_entries ul{padding-left:20px!important;}
.widget_recent_entries ul li {
    margin-bottom: 1em;
}
.widget_categories ul li:before{
    content: '\f054';
    position: absolute;
    left: 0px;
    font-family: 'FontAwesome';
    color: #006a9c;
}
.widget_categories{position:relative;}
.widget_categories ul{padding-left:20px!important;}
.widget_categories ul li {
    margin-bottom: 1em;
}
.et_pb_slider .et_pb_container {
    max-width: 1400px;
}
.nnv{
    float: left;
    width: 68%;
}
.et_pb_row {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
}
.added_to_cart.wc-forward{
   border: 2px solid;
    padding: 6px 15px!important;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
}
.woocommerce ul.products li.product .button {
    margin-right: 5px;
}
@media screen and (max-width: 1550px) and (min-width: 1400px){
 /*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left:-244px;
} */ 
}

@media screen and (min-width: 1600px) {
 /* .et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -235px;
}  */
}

@media (max-width: 1399px){
 /*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -253px;
}  
 .et_pb_slide_menu_active .et-fixed-header #et-top-navigation .et_toggle_slide_menu:after {
  top: -11px;
}*/
}

@media all and (min-width:981px) and (max-width:1100px){
/*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -270px;
}*/
	
}
@media all and (max-width:980px){

 /*.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -279px;
}*/
}
@media (min-width: 981px){
#left-area {
    width: 70.125%;
    padding-bottom: 23px;
}
#sidebar {
    float: left;
    width: 29.875%;
}
  #main-content .container:before {
    content: "";
    position: absolute;
    top: auto;
    height: 85%;
    width: 1px;
    background-color: #e2e2e2;
}
  .et_right_sidebar #main-content .container:before {
    right: 30.875%!important;
}
  .et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 {
    width: 68.8%;
}
  .et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
    width: 12.6%;
}
	
}
@media all and (max-width:768px){
  .mobile_menu_bar:before {
    top: -90px;
    z-index: 99;
}
  .nnv {
    float: left;
    width: 65%;
}
 /* .et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -281px;
}*/
.call-green{display:block;}

 .width60{width:100%;}
 .width40{width:100%;}
  .truck-im {
    position: relative;
    top: 0px;
}
   .border-right{border-bottom:1px solid #ccc;border-right:0px solid #ccc;}
  h1.yellow-font {
    font-size: 40px;}
  .et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark {
    width: 100%;
    float: left;
    margin-right: 0%;
}
    .img:before {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 9;
}
   .header-btn-top{
  display:block;margin: 22px 0 30px 15px;
}
 
  .top-mail{ display:none;}
}
@media all and (max-width:767px){
	.et_header_style_slide #main-header #et-top-navigation, .et_header_style_fullscreen #main-header #et-top-navigation {
    padding: 8px 0 36px 0!important;
}
	#msform .fs-title1 {
    font-size: 21px;
       margin-top: 20px;
}
	#msform .action-button {
        margin: 15px 5px;
    }
	
  .top-n{display:none;}
  .az .et_pb_slide_content {
    background: #ffffff69!important;
    padding: 10px!important;
}
  .half {
    width: 100%;
    float: left;
    margin: 0px!important;
}
  .overlap {
	  
    position: relative;
    z-index: 1;
    top: 0;
}
 .call-green{display:block;}
  .width60{width:100%;}
 .width40{width:100%;}
  .truck-im {
    position: absolute;
    top: 0px;
}
   .border-right{border-bottom:1px solid #ccc;border-right:0px solid #ccc;}
  h1.yellow-font {
    font-size: 40px;}
  .et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark {
    width: 100%;
    float: left;
    margin-right: 0%;
}
    .img:before {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 9;
}
   .header-btn-top{
  display:none;
}
  .top-mail{ display:none;}
  .mobile_menu_bar:before {
    top: -50px;
    z-index: 99;
}
	  .et_header_style_left #logo {
    max-width: 70%;
}
	.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    top: -35px;
}
}
@media (max-width: 479px){
	.ico {
    margin: 0 auto;
}
	.et_slide_in_menu_container ul#mobile_menu_slide {
    padding: 28px 5px 28px 40px;
}
	  .et_header_style_left #logo {
    max-width: 90%;
}
	.et_header_style_slide .et_slide_in_menu_container {
    width: 200px;
    max-width: 100%!important;
    padding-top: 0!important;
       top: 0;
}
	.et_pb_slide_menu_active .et_toggle_slide_menu:after {
    left: -200px;
    background: #fdd526;
 
    position: absolute;
    z-index: 99;
    position: absolute;
    padding: 4px 0 0;
}
.et_slide_menu_top:before {
    content: '';
    background-image: url(https://wordpressmu-603031-2741107.cloudwaysapps.com/wp-content/uploads/2022/04/logos-sti-w2.png);
    display: inline-block;
    width: 180px;
    height: 104px;
    background-repeat: no-repeat;
}
.et_slide_menu_top {
    padding: 20px;
}
.pop-inner1 {
    width: 80%;
}
.width60{width:100%;}
 .call-green{display:block;}
.width40{width:100%;}
  .truck-im {
    position: absolute;
    top: -57px;
}
  .border-right{border-bottom:1px solid #ccc;border-right:0px solid #ccc;}
h1.yellow-font {
  font-size: 40px;}
  .et_pb_slider.et_pb_slider_carousel.et_pb_slider_no_pagination.et_pb_controls_.et_pb_bg_layout_dark {
    width: 100%;
    float: left;
    margin-right: 0%;
}
  .img:before {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 9;
}
  .header-btn-top{
  display:none;
}
  .top-mail{ display:none;}
}
/*--------end---------*/
.text-field1 {
    width: 100% !important;
    padding: 12px!important;
    box-sizing: border-box !important;
    margin-bottom: 15px!important;
    min-height: 30px;
}

.text-area {
    width: 100% !important;
    padding: 12px!important;
    box-sizing: border-box !important;
}
.text-field {
    width: 100% !important;
    padding: 12px!important;
    box-sizing: border-box !important;
    margin-bottom: 15px!important;
    min-height: 30px;
}
.text-area1 {
    width: 100% !important;
    padding: 12px!important;
    box-sizing: border-box !important;
}
.btn-appointment {
    width: 100px;
    background: linear-gradient(180deg,#199cd6 30%,#0072a4 75%);
    font-weight: 700;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 5px;
    height: auto;
    border-radius: 50px;

}

.yb-form-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/*------end-----*/
h5.small-text{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #e11d07 !important;
	text-shadow: none;}


h1.small-text2 {
    font-size: 90px;
    font-weight: 600;
	    line-height: 1.1;
}

.text {
    width: 100%;
    padding: 12px 11px 29px 11px;
}

h2.headtextt{font-size:27px;}

.footer-dbok {
    vertical-align: middle;
    margin-right: 8px;
    background-image: linear-gradient(272deg, #09b6ff 16%, #09b6ff,#d60603,#d60603 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: #5a3d3d00;
}


.div-half1.white {
    width: 49%;
    float: left;
}
.div-half.white {
   
    width: 50%;
    float: left;
}

.div-half2.black{
    width: 49%;
    float: left; margin-right: 5px;
}
.mr-right{    margin-right: 5px;
}
.div-half.black{
   
    width: 50%;
    float: left;
}

.div-half1.mr-right.black{ width: 49%;
    float: left;
    margin-right: 5px;}

#menu-item-8694 a {
    border-width: 0px!important;
    border-radius: 9px;
    font-size: 18px;
    background-color: #e11d07;
    color: #fff;
}

#top-menu li#menu-item-8694 a {
    padding: 15px!important;
    border-bottom: 0px solid transparent;
    margin-bottom: 0px;
}
/*------end-----*/
.num {position: absolute;
    font-size: 70px;
    line-height: 0px;
    top: 29px;
    opacity: 0.11;
    right: 0px;
    font-weight: 700;
}



.line {
    width: 55px;
    background-color: #17283a;
	height: 3px;
margin-bottom: 15px;
border:none !important;}
    
.line7 {
    width: 55px;
    background-color: #57b960;
	height: 3px;
margin-bottom: 18px;}

.line2 {
    width: 94px;
    background-color: #17283a;
	height: 3px;
	margin: 0 auto;}

.line3{
    width: 46px;
    background-color: #e11d07;
    height: 3px;
    margin: 11px auto;
}

.circle{position:relative;}
.circle{width: 80px;
    margin: -71px auto 0 auto;
    background: #fff;
    border-radius: 50%;
    height: 80px;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(204 204 204 / 34%);
    box-shadow: 0px 5px 10px 0px rgb(204 204 204 / 34%);
	margin-bottom: 23px;
}

.circle img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    left: 18px;
    right: 0;
}

.text-field1 {
    font-size: 14px;
    text-align: left;
    width: 100%!important;
    padding: 15px!important;
    box-sizing: border-box!important;
    margin-bottom: 15px!important;
    height: 50px;
  border-radius: 0px;
   
}
.text-area {
    text-align: left;
    font-size: 15px;
    width: 100%!important;
    padding: 15px!important;
    box-sizing: border-box!important;
  border-radius: 0px;
   
}
.submit-red {
    background-color:#57b960!important;
    border-radius: 8px;
    border: none;
    padding: 10px 35px;
    margin-top: 0px;
    color: #fff;
    font-size: 16px;
	    margin-top: 12px;
}

.submit-red:hover {
    background-color:#fff!important;    
    color: #57b960;
	}
    
.blocksize{
    min-height: 289px;
}

.size{
    min-height: 531px;
}

.local-seo{vertical-align:middle;margin-right:5px;}
.local-seo:after{content:url(https://wordpressmu-603031-2532297.cloudwaysapps.com/wp-content/uploads/2022/03/local-seo-logo2.1.png);}

.call-top-btn{
	background-color:#57b960;
	padding:10px 20px;
	display:block;
	margin-top:10px;
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	border-radius:8px;
	z-index:99;
	position:relative;
	float:right;
	font-weight:600;
}

/*#et-top-navigation {
    float: right;
    width: 100%;
    padding-left: 0!important;
}*/
nav#top-menu-nav{float:right;}

@media all and (max-width:768px){
h1.small-text2 {
	font-size: 41px !important;}
}


@media all and (max-width:767px){
h1.small-text2 {
	font-size: 41px !important;}
}
@media (max-width: 479px){

}
/*------end-----*/
.fa, .far, .fas {
    font-family: "fontawesome";
}







.widget_news h4.primary-color,
.comment-notes{
    display: none;
}
h4.primary-color{
    font-size: 20px;
    font-weight: 700;
    color: #1f415f;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.widget_categories ul {
    padding: 0;
    margin-bottom: 0px;
}
.widget_categories ul li {
    display: block;
    margin-bottom: 6px;
}
.widget_categories ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #1f415f;
    text-decoration: none;
    padding-left: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.widget_categories ul li a::after {
    position: absolute;
    content: "\f0da";
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #58bed3;
}
.widget_categories ul li a:hover {
    color: #58bed3;
}
.widget_categories ul li:last-child {
    display: block;
    margin-bottom: 0px;
}
.blog-sidebar-widgets.widget_text{
    padding: 0;
}
.subscribe-form input[type="email"]{
    width: 100%;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 20px;
    color: #4e5861;
}
div.wpcf7-response-output{
    margin: 0;
}
p.form-submit input.submit{
    position: relative;
    background-color: #58bed3;
    color: #fff;
    padding: 8px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #58bed3;
    font-size: 14px;
}
p.form-submit input.submit:hover,
.quote-form input.wpcf7-submit:hover,
.contact-form-section input.wpcf7-submit:hover{
    border: 1px solid #58bed3;
    background-color: #fff;
    color: #58bed3;
}
.author-info .name a{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #1f415f;
}
ul.pagination{
    justify-content: center!important;
}
.pagination-nav li{
    margin: 0px 5px;
}
.pagination-nav a {
    padding: 10px 15px;
    border: 2px solid #dddddd;
    color: #38383c;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
}
.pagination-nav ul li .current{
    z-index: 1;
    color: #fff;
    background-color: #58bed3;
    border: 2px solid #58bed3;
    padding: 10px 15px;
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
}
.pagination-nav ul li a:hover{
    text-decoration: none;
    background-color: #e9ecef;
}
.date a,
p.logged-in-as a{
    color: #4e5861;
}
.date a:hover,
p.logged-in-as a:hover{
    text-decoration: none;
    color: #58bed3;
}
.form-element input[type="search"]{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: 0;
    padding-left: 20px;
    color: #4e5861;
}
.navbar-area nav ul li.dropdown ul li.dropdown-submenus i.fa-chevron-right{
    position: absolute;
    top: 18px;
    right:20px;
    font-size: 9px;
}
.navbar-area nav ul li.dropdown ul li.active i {
    color: #1f415f;
}
.navbar-area nav ul li.dropdown ul li a:hover +i {
    color: #1f415f;
}
.navbar-area nav ul.submenu li.dropdown::after{
    display: none;
}
.navbar-area nav ul li.current-menu-ancestor a,
 .navbar-area nav ul li.current-menu-ancestor::after {
    color: #58bed3;
}
.navbar-area nav ul li.current-menu-ancestor::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #58bed3;
    border-radius: 50%;
    top: 50%;
    left: -9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-cart-area li:first-child {
    margin-right: 0px;
}
.search-cart-area li:first-child::after {
    display:none;
}
.navbar-area nav ul li.active::before{
    content: none;
}
div.header-area.sticky-navbar + div +div{
    margin-top: 200px;
}
.logo-wrapper img,
footer .logo-wrapper img{
    max-width: 224px;
    max-height: 55px;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px!important;
}
.service-details-desc h2.title {
    font-size: 36px;
    font-weight: 700;
    color: #183650;
    text-transform: uppercase;
    margin: 30px 0px 22px;
}
.elementor-widget-text-editor{
    font-family: 'Source Sans Pro', sans-serif!important;
    color: #4e5861!important;
}
.service-details-section{
    padding-bottom: 0;
}
ul.service_sidebar li.active a{
    background-color: #58bed3;
    color: #fff;
}
ul.service_sidebar li.active a:before{
    color: #fff!important;
}
.quote-section div.wpcf7-validation-errors, 
.quote-section div.wpcf7-mail-sent-ng, 
.quote-section div.wpcf7-response-output{
    color: #fff;
    margin-top: 20px;
}
.home2 .features-section.border-bottom{
    border-bottom: none!important;
    border-top: 1px solid #dee2e6!important;
}
.single-testimonial img {
    display: inline-block!important;
    width: 70px!important;
    border-radius: 50%!important;
}
.home3 .partner-section .border-top{
    border-top: none!important;
}
.product-preview img.wp-post-image{
    width: 443px!important;
    height: 443px!important;
}
.product-details span.onsale,
div.sale{
    display: none;
}
.product-details .content>h1{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f415f;
}
.woocommerce .social-share{
    margin-bottom: 30px;
}
.product-details-form br{
    display: none;
}
.product-details-form p{
    margin-bottom: 0;
}
.product-thumb-slider img{
    border:1px solid #f1f1f1;
}
.review-text h2{
    display: none;
}
.woocommerce table.shop_attributes{
    border:1px solid #dee2e6;
}
.woocommerce table.shop_attributes th{
    width: auto;
    padding: .75rem;
    color: #1f415f;
}
.woocommerce table.shop_attributes td{
    padding: .75rem;
    font-style: normal;
}
.woocommerce table.shop_attributes td p{
    padding: 0;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: #fff;
}
.woocommerce h6.user{
    font-weight: 600;
    color: #1f415f;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before{
    color: #f4d632;
}
.woocommerce .single-comment .star-rating{
    font-size: 13px;
    top: -25px;
}
.comments .single-comment {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.08);
}
.woocommerce #reviews h3{
    margin-bottom: 30px;
}
.woocommerce #reviews textarea,
.woocommerce #reviews input{
    width: 100%;
}
.woocommerce #reviews #comment{
    height: 125px;
}
.woocommerce #respond input#submit{
    position: relative;
    background-color: #58bed3;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #58bed3;
    font-size: 14px;
    width: auto;
}
.woocommerce #respond input#submit:hover{
    background-color: #fff;
    color: #58bed3;
}
.reply-form-section .form-element input, .reply-form-section .form-element textarea{
    border: 1px solid #f1f1f1;
}
.woocommerce p.stars a{
    color: #f4d632;
}
h2.m-tb10{
    font-family: 'Source Sans Pro', sans-serif;
    color: #1f415f;
    font-size: 20px;
}
h2.m-tb10 ins{
    float: left;
    margin-right: 10px; 
}
ins{
    text-decoration: none;
}
.woocommerce-message{
    border-top-color: #1f415f;
}
.woocommerce-message:before {
    color: #1f415f;
}
.woocommerce a.button{
    position: relative;
    background-color: #1f415f;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #1f415f;
    font-size: 14px;
}
.woocommerce a.button:hover{
    background-color: #fff;
    color: #1f415f;
}
.woocommerce .product-thumbnail img{
    width: 100px;
}
.woocommerce a.remove{
    display: inline;
    color: #1f415f!important;
    font-size: 16px;
}
.woocommerce a.remove:hover {
    color: #1f415f!important;
    background: none;
}
.woocommerce a.button.checkout-button{
    float: left;
    font-size: 16px!important;
}
.woocommerce input.update_cart,
.coupon input.apply_coupon,
.form-row.place-order input.btn{
    text-transform: uppercase;
    background-color: #1f415f;
    border: 1px solid #1f415f;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 25px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer; 
    float: right;
}
.woocommerce input.update_cart:hover,
.coupon input.apply_coupon:hover,
.form-row.place-order input.btn:hover{
    background-color: #ffffff;
    border: 1px solid #1f415f;
    color: #1f415f;
}
.cart-table{
    padding: 120px 0 120px 0;
}
.coupon{
    float: left;
}
.coupon input.input-text{
    padding: 6px;
    margin-right: 15px;
    border-radius: 3px;
    border:1px solid #f1f1f1;
}
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading{
    font-size: 24px;
    font-weight: 700;
    color: #183650;
    text-transform: uppercase;
}
a.checkout-button {
    float: right;
}
.woocommerce a.button.wc-forward{
    padding: 11px 24px;
}
span.woocommerce-Price-amount{
    font-weight: 600;
    color: #1f415f;
}
.cart-subtotal th, .order-total th {
    border-right: 1px solid #ddd!important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
}
.woocommerce form .col2-set, .woocommerce form .col-sm-4 {
    float: left;
}
.woocommerce-billing-fields input.input-text{
    border: 1px solid #f1f1f1;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding-left: 20px;
    color: #4e5861;
}
.woocommerce form .form-row textarea{
    height: 100px;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}
.select2-container .select2-choice>.select2-chosen{
    padding: 3px;
}
.woocommerce-shipping-fields{
    margin-top: 30px;
}
.shop_table.woocommerce-checkout-review-order-table th{
    text-align: inherit;
}
a.checkout-button.site-button.wc-forward {
    padding: 7px 25px;
}
.shop_table.woocommerce-checkout-review-order-table td.product-name{
    color: #1f415f;
    text-decoration: none;
    font-weight: 600;
    border-right: 1px solid #ddd!important;
    text-align: inherit;
}
.shop_table.woocommerce-checkout-review-order-table td{
    padding: 12px!important;
}
a.product_type_simple.add_to_cart_button,
.woocommerce a.added_to_cart,
.site-button.btn-black.wc-backward{
    border: 1px solid #1f415f;
    padding: 8px 0px;
    background-color: #1f415f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    display: block;
    width: 100%;
    border-radius: 0;
}
.site-button.btn-black.wc-backward{
    width: auto!important;
    display: inline;
    padding: 8px;
}
.woocommerce a.added_to_cart:hover{
    text-decoration: none;
}
a.product_type_simple.add_to_cart_button:hover,
.woocommerce a.added_to_cart:hover,
.site-button.btn-black.wc-backward:hover{
    background-color: #fff;
    border-color: #1f415f;
    color: #1f415f;
}
p.woocommerce-result-count{
    display: none;
}
nav.woocommerce-pagination{
    margin: 75px auto 0;
    font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li{
    margin: 0px 5px;
    border:none;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: 10px 15px;
    border: 2px solid #dddddd;
    pointer-events: inherit;
}
.woocommerce nav.woocommerce-pagination ul li a{
    cursor: pointer!important;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #58bed3;
    color: #fff;
    border: 2px solid #58bed3;
}
.woocommerce .woocommerce-ordering select{
    padding: 10px;
}
.woocommerce.widget_product_categories ul{
    padding: 30px;
    border: 1px solid #f1f1f1;
    list-style: none;
}
.woocommerce.widget_product_categories ul li{
    position: relative;
    padding-left: 20px;
}
.woocommerce.widget_product_categories ul li:before{
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1f415f;
    left: 0px;
    top: -1px;
}
.woocommerce.widget_product_categories ul li a{
    color: #1f415f;
    text-decoration: none;
}
.woocommerce.widget_product_tag_cloud .tagcloud,
.woocommerce ul.product_list_widget{
    padding: 30px;
    border: 1px solid #f1f1f1;
}
.woocommerce.widget_product_tag_cloud .tagcloud a{
    display: block;
    font-size: 16px!important;
    color: #1f415f;
}
.woocommerce.widget_product_tag_cloud .tagcloud a:hover{
    text-decoration: none;
}
.woocommerce.widget_product_tag_cloud .tagcloud a:before{
    position: relative;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1f415f;
    left: 0px;
    top: 0px;
    margin-right: 5px;
}
div.tab-pane{
    display: none;
}
.woocommerce ul.product_list_widget li img{
    width: 60px;
}
.woocommerce ul.product_list_widget li{
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.woocommerce ul.product_list_widget li:last-child{
    border:none;
}
.woocommerce ul.product_list_widget li a{
    font-size: 15px;
    font-weight: 600;
    color: #1f415f;
}
.woocommerce ul.product_list_widget li a:hover{
    text-decoration: none;
}
.woocommerce ul.product_list_widget li .star-rating{
    margin: 5px 0;
}
.woocommerce .products .star-rating{
    margin: 0 auto;
}
.woocommerce .star-rating{
    font-size: 15px;
}
@media only screen and (max-width: 991px){
.woocommerce .row.no-gutters{
   margin-top: 20px;
}
.single-product .thumbnail img{
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
}
.navbar-area nav ul li.current-menu-ancestor::before{
    display: none;
}
tr.cart_item strong{
    font-weight: bold;
}