/* --------------------------------------------------------------------
* Template Master Stylesheet
*
* Template:		JAFTO Template Branding
* Author:		Alireza Holding Co
* URL:			https://alirezaholsing.com
-------------------------------------------------------------------- */

:root {
    --j-main: #006955;
    --j-sec: #606060;
    --j-light: #F4F1DE;
    --j-text: #0B132B;
    --j-blue: #2D82B7;
    --j-green:#7FB069;
    --j-dGreen:#01402e;
    --j-vGreen:#001B16;
    --j-lGreen: #f0f9f8; /*  #f3fffe */
    --j-white:#F1EDEE;
    --j-teal: #00d0cf;
    --j-yellow:#e9c82a;
    --j-red:#b10a00;
}

/* selection */
::selection {
    color: #fff;
    text-shadow: none;
    background: var(--j-main);
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: var(--j-main);/* Firefox */
}
::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: var(--j-main); /* Safari */
}

.j-bg-light{
    background-color: #eff0f4;
}
.bg-main {
    background-color: var(--j-dGreen) !important;
}
.text-main {
    color: #01402e !important;
}

.j-fc-green{
    color: var(--j-main);
}
#header #logo img{
    max-height: 55px;
    margin-top: -5px;
}

.tt-menu-nav > li > a::after{
    background:var(--j-main);
}

.text-dark {
    color: var(--j-dGreen)!important;
}

.btn-primary{
    background-color: var(--j-main);
    border-color: var(--j-main);
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover{
    background-color: var(--j-main);
    border-color: var(--j-main);
}
.tt-submenu-dark .tt-submenu{
 background-color: var(--j-dGreen);
}

.jafto-dark-ban{
    padding: 15px 20px;
    background-color: rgba(224, 230, 235, 0.9);
}
.jafto-dark-ban .intro-subtitle{
    color: var(--j-dGreen) !important;
}
#footer.footer-dark{
    background-color: var(--j-dGreen);
}

#footer.footer-dark  ul.f-block-links > li > a::after{
background: transparent;
}

.h-attr-search{
    background-color: rgba(0, 13, 11, 0.95);
}

.zig-zag-separator span{
 border-color:var(--j-main);
}

.cover.jafto-gradient-dark{
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(24, 28, 37, 0.6) 0%, var(--j-dGreen) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 28, 37, 0.6) 0%, var(--j-dGreen) 100%);
    background: linear-gradient(to bottom, rgba(24, 28, 37, 0.6) 0%, var(--j-dGreen) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#13161b',GradientType=0 );
}

.j-srv-ico{
    width: 50px;
    height: 58px;
    margin-right: 15px;
    background-size: 50px auto !important;
}
.j-depot{
    background: url('/images/icons/jafto-depot.svg') center no-repeat;
}
.j-storage{
    background: url('/images/icons/jafto-storage.svg') center no-repeat;
}
.j-tech{
    background: url('/images/icons/jafto-tech.svg') center no-repeat;
}
.j-refuel{
    background: url('/images/icons/jafto-refeul.svg') center no-repeat;
}

.j-depot-b{
    background: url('/images/icons/bold/jafto-depot.svg') center no-repeat;
}
.j-storage-b{
    background: url('/images/icons/bold/jafto-storage.svg') center no-repeat;
}
.j-tech-b{
    background: url('/images/icons/bold/jafto-tech.svg') center no-repeat;
}
.j-refuel-b{
    background: url('/images/icons/bold/jafto-refeul.svg') center no-repeat;
}

.j-lable{
    background: #eff0f4;
    padding: 5px 10px;
    border-radius: 2px;
}

ul.j-list  > li{
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background-color: #eff0f4; /* #f1f1f3; */
    padding: 15px 20px;
    margin-bottom: 2px;
    border-left: 3px solid var(--j-main); /* #e6e6e6 */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ph-anim-element-wrap.ph-anim-circle .ph-anim-element{
    background: url('/images/logos/jafto-icon.svg');
    border: none;
    -webkit-animation: none;
    animation: none;
}

.form-control:focus {
    border-color: var(--j-main) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.jafto-hero .page-header-inner{
    padding: 200px 40%;
}

.jafto-hero .page-header-caption.ph-cap-xlg .page-header-title {
    font-size: 36px;
    font-weight: 700;
}

.jafto-hero .page-header-caption.ph-cap-xlg .page-header-subtitle {
    font-size: 20px;
    font-weight: 500;
}
.jafto-hd-box .page-header-caption.ph-cap-light{
    color: #000;
    background: rgba(3, 34, 3, 0.7);
    padding: 20px 30px;
    display: inline-block;
    border-top-right-radius: 64px;
    border-bottom-left-radius: 64px;
}

.jafto-hero-with-hd.jafto-hero .page-header-inner{
    padding: 290px 40%;
}

.jafto-hero-with-hd.jafto-hero .cover-opacity-1{
    opacity: 0;
}

.jafto-hero-with-hd .page-header-inner .page-header-caption .page-header-title{
    display: none;
}
.jafto-hero-with-hd .page-header-inner .ph-title-wrap{
 height: 0px;

}

.jafto-hero-hd{
    display: block;
    max-width: 800px;
    margin: -110px auto 10px auto;
    position: inherit;
    background: rgba(255,255,255,0.8);
    padding: 5px 5%;
    box-shadow: 10px 10px 30px 0 rgb(33 37 41 / 10%);
    z-index: 2;
    border-radius: 5px;
}
.jafto-hero-hd h4{
    font-size: 28px;
    text-align: center;
    font-weight: 600;
   /* text-transform: capitalize; */
}
/* Our Serivces */
.split-box-content.sb-content-color::before{
    background-color: var(--j-main);
}

.split-box-content .zig-zag-separator span{
    margin-left: 2px;
}
.tt-heading-inner .zig-zag-separator span{
    margin-left: 2px;
}

.zig-zag-separator.zig-zag-jafto span{
    border-color:var(--j-dGreen) !important;
}

.sidebar-categories > ul > li > a:hover{
    border-left-color: var(--j-green);
}

.sidebar-categories > ul > li > a.active{
    border-left-color: var(--j-green);
}

.j-over-content{
    padding: 10% 17% 10% 10%;
}

.j-box-wrap{
    box-shadow: 10px 10px 30px 0 rgba(32.99999999999999, 36.99999999999999, 40.99999999999999, 0.1);
    padding: 40px 60px 40px 60px;
}

.j-lynk-arrow:after{
    display: inline-block;
    content: "";
    background-image: url('/images/icons/arrow-right-more-info.svg');
    background-repeat: no-repeat;
    width: 27px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}


.jafto-sm-hero  .page-header-caption.ph-cap-xlg .page-header-title{
    display: block;
    background: rgba(255,255,255,0.8);
    padding: 12px 15px;
    margin-bottom: -10px;
    /* float: left; */
    position: absolute;
    bottom: -200px;
}

.jafto-sm-hero  .page-header-inner {
    padding: 280px 40%;
}

.jafto-sm-hero .cover.cover-opacity-1{
    opacity: 0;
}


/* Industires banner slider */

.range-acc {
    width: 100%;
    max-width: 1080px;
    height: 370px;
    overflow: hidden;
    margin: 50px auto;
    margin-top: 0px;
}
.range-acc ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}
.range-acc ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 500ms ease;
    border-left: 4px solid #fff;
}
.range-acc ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
    background: rgba(1,64,46, 0.5);
    transform: translateX(-65px) translateY(-45px) rotate(90deg);
    width: 190px;
}
.range-acc ul li div a {
    display: block;
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 30px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
}
.range-acc ul li div a * {
    opacity: 1;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.range-acc ul li div a h2 {
    text-overflow: clip;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 10px;
    color: #fff;
    font-weight: bold;
}
.range-acc ul li div a p {
    top: 0;
    font-size: 13.5px;
}

.range-acc ul:hover li, .range-acc ul:focus-within li {
    width: 16%;
}
.range-acc ul li:focus {
    outline: none;
}
.range-acc ul:hover li:hover,
.range-acc ul li:focus, .range-acc ul:focus-within li:focus {
    width: 60%;
}
.range-acc ul:hover li:hover a,
.range-acc-acc ul li:focus a, .range-acc ul:focus-within li:focus a {
    background: rgba(1,64,46, 0.7);
}
.range-acc ul:hover li:hover a *,
.range-acc ul li:focus a *, .range-acc ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.range-acc ul:hover li {
    width: 8% !important;
}
.range-acc ul:hover li a * {
    opacity: 1 !important;
}
.range-acc ul:hover li:hover {
    width: 60% !important;
}
.range-acc ul:hover li:hover a {
    background: rgba(1,64,46, 0.7);
}
.range-acc ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* End Industires banner slider */

/* Tooltip Styliing */
.jtool{
    font-weight: 500;
    /* text-decoration: underline; */
    cursor: pointer;
    color: #0040d8;
}
.jtool:hover{
    background: var(--j-main);
    color:#fff;
    text-decoration: none;
}
.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 600;
    background: #f3f3f3;
    border: 1px solid var(--j-main);
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;

}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    background: var(--j-main);
    color: #fff;
    border: 1px solid var(--j-main);
    text-align: left;
    box-shadow: 11px 11px 12px -8px rgba(0,0,0,0.72);
    -webkit-box-shadow: 11px 11px 12px -8px rgba(0,0,0,0.72);
    -moz-box-shadow: 11px 11px 12px -8px rgba(0,0,0,0.72);
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--j-main);
    /* Red */
}
/* END of Styling */

.btn-dark-bordered{
    background-color: transparent;
    border: 3px solid var(--j-main);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 0 0 var(--j-main), 0 50px 0 var(--j-main);
}

#page-header h1{
    cursor: default;
}

/* MEDIA CSS  */
@media (max-width: 1199px) {
    .j-split-box {
        padding: 4% 4% 0 4%;
    }
    .jafto-split-box .sbi-height{
        padding-bottom: 10% !important;
    }
}

@media (max-width: 991px){

    .jafto-split-box .sbi-height{
        padding-bottom: 60% !important;
    }

    .jafto-hero-hd{
        margin: 0px auto 10px auto;
    }
    #header #logo img {
        max-height: 72px !important;
        margin-top: -20px;
    }

    .jafto-sm-hero .page-header-inner .ph-title-wrap {
        height: 200px;

    }
    .jafto-hero .page-header-caption.ph-cap-xlg .page-header-title {
        font-size: 32px;
    }

    .jafto-sm-hero  .page-header-caption.ph-cap-xlg .page-header-title{
        bottom: -10px;
    }

}

@media (max-width: 768px){
    .jafto-hero-hd{
        background-color: var(--j-main);
        border-radius: 0;
    }
    .jafto-hero-hd h4{
        font-size: 20px;
        color: #fff;
       /*
       padding: 10px 20px;
       background-color: var(--j-main);
        */
    }
    .jafto-hero-hd h4 small{
        color: #fff;
    }
    .jafto-hero-hd h4 .j-fc-green{
        color: var(--j-teal);
    }

    .jafto-hero-with-hd .page-header-inner .ph-title-wrap,
    .jafto-sm-hero .page-header-inner .ph-title-wrap {
        height: 200px;

    }
    .jafto-hero .page-header-caption.ph-cap-xlg .page-header-title {
        font-size: 29px;
    }

}



