@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700;800&display=swap');


body
{
    overflow-x: hidden;
    font-family: 'Poppins' ,sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.no-padding
{
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 400;
}
ul, ol
{
    padding: 0;
    margin: 0;
}
a, img
{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.header-main
{
   /* background: url('../images/main-bg.jpg'); */background:#e0b26f;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
    transition: all .5s ease;
    position: relative;
    z-index: 9;
}
.header-logo-box
{
    position: absolute;
}
.header-logo
{
    width: 200px; /* height: 144px; */
    padding: 14px 13px 17px 12px;
}


/*=========== FIRST ABOUT SECTION ==========*/
.home-desc
{
    padding-top: 80px;
    padding-bottom: 80px;
}
.home-desc-img
{
    margin-right: -10%;
    margin-top: 8%;
    position: relative;
    z-index: 1;
}
.home-desc .home-text
{
    background-color: #393939;
    padding: 40px 70px;
    color: #fff;
}
.home-desc .home-text h1
{
    margin: 0;
    padding: 0 0 15px 0;
    color: #d8a150;
    font-family: 'Oswald' ,sans-serif;
}
.home-desc .home-text h1 span
{
}
.home-desc .home-text p
{
    color: #fff !important;
}

/*----------------------------------------------------------*/
.navfix
{
    margin-top: 6px;
    float: right;
}
@media (min-width: 1025px)
{
    .navbar-nav > li > a
    {
        line-height: 42px;
        transition: all .5s ease;
    }
}


/*------------fiexd menu----------*/
.navbar
{
    margin: 0;
    background: none;
    background: rgba(0, 0, 0, 0.2);
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.navbar-nav
{
    margin: 0 0 0 220px;
    padding: 20px 0;
    list-style: none;
    float: right;
}
.navbar-nav > li
{
    display: inline-block;
    margin: 0 14px;
    position: relative;
}
.navbar-nav > li > a
{
    padding: 0px 2px;
    height: auto;font-weight: 500;
    font-size: 17px;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 24px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Roboto Condensed' ,sans-serif;
}

.nav-navbar > li > a:hover
{
    color: #00913C;
    background: none;
}
.nav-navbar > li > a:hover:before
{
    width: 100%;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a
{
    background: none;
    color: #b1282b;
}
.navbar-nav > li > a[href='#']
{
    cursor: text;
}
.navbar-nav > li
{
    background: none;
    position: relative;
}
.navbar-nav > li:before, .navbar-nav > li.active:before
{
    content: '';
    width: 0;
    height: 5px;
    bottom: -20px;
    left: 0;
    background: #b1282b;
    position: absolute;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.navbar-nav > li:hover
{
    background: none;
}
.navbar-nav > li:hover:before, .navbar-nav > li.active:before
{
    width: 100%;
}
.navbar-nav ul
{
    text-align: left;
    display: none;
    position: absolute;
    top: 71px;
    border-top: 3px solid #e62117;
    min-width: 200px;
    padding: 10px;
    background: #302d32;
    z-index: 3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: inherit;
}
.navbar-nav li:hover ul
{
    display: block;
}
.navbar-nav ul > li
{
    position: relative;
    padding: 7px 0;
}
.navbar-nav ul > li > a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 6px;
    transition: all 0.7s ease 0s;
}
.navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:active
{
    color: #e62117 !important;
}
.navbar-nav ul ul
{
    background: #D20313;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100px;
    margin-top: 0;
    padding: 10px 0 10px 10px;
    z-index: 4;
}
.navbar-nav ul ul > li > a
{
    color: #ffffff;
    text-decoration: none;
}
.navbar-nav ul ul > li > a:hover
{
    color: #000000;
    font-weight: 400;
    transition: all 0.7s ease 0s;
}


.topfixed
{
    margin: auto;
    float: none;
    position: fixed;
   /* background: url('../images/main-bg.jpg'); */background:#e0b26f;
    left: 0;
    right: 0;
    text-align: center;
}
/*------------mobile menu----------*/
.mobmenu
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.mobmenu.active
{
    right: 0;
}
.mobmenu_ul
{
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666666;
    margin-bottom: 0;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.mobmenu.active .mobmenu_ul
{
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobmenu_ul a
{
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 25px 11px;
}
.mobmenu_ul a:hover
{
    background: #ffffff;
    color: #D20313;
}
.mobmenu_ul ul
{
    list-style: inherit;
}
.mobmenu_ul ul a
{
    padding-left: 0px;
    font-weight: normal;
    font-size: 14px;
}
.mobmenu_ul ul ul a
{
    padding-left: 60px;
}
.mobpanel
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #4B4B4B;
    color: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}
.mobpanel_title
{
    position: fixed;
    top: 4px;
    left: 56px;
    margin: 0;
    right: 56px;
    color: #eee;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobpanel_toggle
{
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    color: #eee;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
}
.mobpanel_toggle::-moz-focus-inner
{
    border: none;
    padding: 0;
}
.mobpanel_toggle:before
{
    content: '\f0c9';
    font-family: 'FontAwesome';
}
.mobpanel_toggle.active:before
{
    content: '\f00d';
}


/*--------- inner header -----------*/
.inner-header
{
    margin-bottom: 30px;
    height: auto;
    background: #F5F5F5;
    padding: 60px 0 30px 0;
}

.inner-header h1
{
    margin: 0;
    padding: 0;
    font-size: 25px;
    text-transform: uppercase;
    float: left;
}
.breadcrumb
{
    text-align: right;
    background: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb > li
{
    font-size: 14px;
}
.breadcrumb > li > a
{
    color: #000;
}

/* ----------title---------------*/

.h-title
{
    text-align: center;
    font-size: 33px;
    line-height: 44px;
    font-weight: 300;
    text-transform: uppercase;
}
.h-title:after
{
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.h-title:after
{
    display: block;
    content: "";
    background: #d8a150;
    width: 60px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}


/*------- text view--------*/
.text-desc
{
    color: #585858;
    font-size: 16px;
}
.text-desc h1:first-child, .text-desc h2:first-child, .text-desc h3:first-child, .text-desc h4:first-child, .text-desc h5:first-child
{
    margin: 0px 0 5px 0;
}
.text-desc h1, .text-desc h2, .text-desc h3, .text-desc h4, .text-desc h5
{
    margin: 14px 0 5px 0;
}
.text-desc table
{
    border-collapse: collapse;
    margin: 0px 0 20px 0;
    width: 100%;
}
.text-desc table thead, .text-desc table th
{
    background: #f1f1f1;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.text-desc table td, .text-desc table th
{
    border: 1.5px solid #C0C0C0;
    padding: 8px 3px 7px 9px;
    color: #000;
    vertical-align: middle;
}
.text-desc table td
{
    text-align: center;
    font-size: 15px;
}
.text-desc ul, .text-desc ul ul
{
    margin-left: 17px;
    margin-bottom: 22px;
}
.text-desc ul li
{
    list-style-type: disc;
}
.text-desc ul ul li
{
    list-style-type: circle;
}
.text-desc strong
{
    font-weight: 400;
}
.text-desc h2
{
    color: #0087C7;
}
.text-desc h3
{
    margin-top: 30px;
    text-align: center;
    font-size: 33px;
    line-height: 44px;
    text-transform: uppercase;
}
.text-desc h3:after
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    content: "";
    background-color: #fdb500;
    background: -moz-linear-gradient(left, rgba(253,181,0,0) 0%,rgb(216, 161, 80) 40%,rgb(216, 161, 80) 50%,rgb(216, 161, 80) 60%,rgba(253,181,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(253,181,0,0) 0%,rgb(216, 161, 80) 40%,rgb(216, 161, 80) 50%,rgb(216, 161, 80) 60%,rgba(253,181,0,0) 100%);
    background: linear-gradient(left, rgba(253,181,0,0) 0%,rgb(216, 161, 80) 40%,rgb(216, 161, 80) 50%,rgb(216, 161, 80) 60%,rgba(253,181,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb500', endColorstr='#fdb500',GradientType=1 );
    width: 260px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.text-desc h4
{
    color: #0087C7;
    font-size: 23px;
}
.text-desc h2 + hr, .text-desc h4 + hr
{
    border-color: #d0d0d0;
    width: 55%;
    text-align: center;
    display: inline-block;
}
.text-desc img
{
    display: inline-block !important;
}


/* --------- services tab------*/
.services-main
{
    padding: 70px 0;
}
.services-box
{
    box-shadow: 0px -1px 24px -9px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.services-box:hover
{
    box-shadow: 0px -1px 24px -9px rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
}
.services-main .icons
{
    z-index: 2;
    color: #888888;
    text-align: center;
    font-size: 34px;
    padding: 6px 24px;
    margin-left: auto;
    margin-right: auto;
}
.services-main .tit
{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.services-main p
{
    text-align: center;
}


.tblmain
{
    width: 80%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    margin-top: 20px;
}
.tblmain td
{
    border: 1px solid #e9e6e2;
    padding: 1% 2%;
}
.col_1
{
    width: 8%;
}
.col_2
{
    width: 20%;
}
.col_3
{
    width: 28%;
}
.col_4
{
    width: 28%;
}
.tblmain td
{
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666666;
    padding: 1.5% 2%;
}


/*------------product box------------*/
.products-view
{
    padding: 50px 0;
    box-shadow: 0px -4px 10px -4px rgba(0, 0, 0, 0.4);
}
.products-view .h-title
{
    padding: 0px 0 40px 0;
}
.products-view .tit
{
    font-size: 23px;
    text-transform: uppercase;
    color: #d8a150;
    font-weight: 600;
    margin: 0;
    padding: 0 0 8px 0;
}
.products-view img
{
    width: 210px !important;
    display: inline-block !important;
    border: 2px solid #eee;
}
.products-view p
{
    min-height: 136px;
    overflow: hidden;
}
.products-view .redmore
{
    font-size: 13px;
    text-transform: uppercase;
    color: #d8a150;
    border: solid 1px rgba(1, 1, 1, .2) !important;
    padding: 5px 25px;
}
.products-view .redmore:after
{
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 10px;
    color: #d8a150;
    font-size: 15px;
}
.products-view .redmore:hover
{
    background: #d8a150;
    color: #fff;
    text-decoration: none;
}
.products-view .redmore:hover:after
{
    color: #fff;
}


.box2
{
    padding-top: 0px;
    padding-bottom: 0px; /* border: 1px solid #EEE; */ /* background: #fff; */
    margin: 15px 0; /* border-bottom: 3*/
}
.box2:hover .box2_img
{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.9s ease 0s;
}
.box2 .box2_img
{
    padding: 4px;
    border: 1px solid #d8d6d6;
    background: #fff;
}
.box2 .box2_tit
{
}
.box2 h4
{
    text-transform: none;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    color: #a2231d;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.box2 h4 a
{
    color: #000000;
}
/*------------ input filed, button, message----------*/
.contact-add p
{
    font-size: 16px;
}
.form h3, .contact-add h3
{
    margin-bottom: 5px;
}
.form hr, .contact-add hr
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.form button
{
    margin-top: 30px;
}
.form textarea.text-field
{
    height: 80px;
}
.form .cust-btn
{
    background: #1f425d none repeat scroll 0 0;
    margin-top: 15px;
    padding: 14px 30px;
    border: medium none;
}
.form .select
{
    margin: 0 !important;
    font-size: 15px !important;
}
.form .text-field
{
    background: #f9f9f9;
    border: 1px solid #c7c7c7;
    color: #858585;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}
.errorbox, .errorbox span, .errorbox li
{
    color: #D90000;
}
.errorbox .sucmsg
{
    color: #046310;
}
.jb-btn
{
    padding: 0 35px;
    background: #a2231d;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.jb-btn:hover
{
    text-decoration: none;
    background: #363533;
    color: #fff;
}
.jb-btn:before
{
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #e62117;
}
.jb-btn span
{
    display: block;
    position: relative;
}

.tit-first, .tit-second
{
    display: block;
    width: 50%;
    float: left;
    height: 4px;
}
.button
{
    font: 700 14px 'Exo 2' ,sans-serif;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0;
}
.button:hover, .button:focus, .button:visited, .button:active
{
    text-decoration: none;
}
.title
{
    font: 300 28px 'Exo 2' ,sans-serif;
    margin: 0;
}
.tit-bold
{
    font-weight: 700;
    text-transform: uppercase;
}
.text
{
    font: 300 20px 'Exo 2' ,sans-serif;
    margin: 0;
    line-height: 1.5;
}

.section
{
    padding: 30px 0;
}
/* group of company */




/*------------ input filed, button, message----------*/
.contact-add p
{
    font-size: 15px;
}
.form h3, .contact-add h3
{
    margin-bottom: 5px;
}
.form hr, .contact-add hr
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.form button
{
    margin-top: 30px;
}
.form textarea.text-field
{
    height: 80px;
}
.form .cust-btn
{
    background: #1f425d none repeat scroll 0 0;
    margin-top: 15px;
    padding: 14px 30px;
    border: medium none;
}
.form .select
{
    margin: 0 !important;
    font-size: 15px !important;
}
.form .text-field
{
    background: #f9f9f9;
    border: 1px solid #c7c7c7;
    color: #858585;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px;
    width: 100%;
}
.errorbox, .errorbox span, .errorbox li
{
    color: #D90000;
}
.errorbox .sucmsg
{
    color: #046310;
}
.jb-btn
{
    padding: 0 35px;
    background: #d8a150;
    position: relative;
    display: inline-block;
    border: none;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: 400ms all;
    -webkit-transition: 400ms all;
}
.jb-btn:hover
{
    text-decoration: none;
    background: #363533;
    color: #fff;
}
.jb-btn:before
{
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 1px solid #e62117;
}
.jb-btn span
{
    display: block;
    position: relative;
}


/*------------fottor-----------*/
.fottor
{
    background: url('../images/main-bg.jpg');
    color: #fff;
    padding: 30px;
    margin-top: 20px;
}
.fottor img
{
    display: inline-block;
}
.fottor p
{
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
}
.fottor ul
{
    list-style-type: none;
    margin: 0;
    padding: 10px 0 20px 0;
}
.fottor ul li
{
    display: inline-block;
    margin: 0 10px;
}
.fottor ul li a
{
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
}
.facebook
{
    background: #3B5997;
}
.twitter
{
    background: #4099FF;
}
.google
{
    background: #CE2930;
}
.copyright
{
    padding-top: 20px;
}


@media (max-width: 1200px)
{
    .navbar-nav > li
    {
        margin: 0 8px;
    }
    .navbar-nav > li a
    {
        letter-spacing: 0.2px;
        font-size: 13px;
    }
}
@media (max-width: 992px)
{
    .top-header
    {
        padding: 50px 0 0 0;
    }
    .navfix
    {
        float: right;
        margin-top: -20px;
    }
    .navbar-nav > li > a
    {
        font-size: 14px;
        line-height: 41px;
    }
    .navbar-nav ul ul
    {
        top: 0;
        padding-left: 0px;
    }
    .topfixed .top-header
    {
        padding: 5px 0 0 0;
    }
    .topfixed .navfix
    {
        margin-top: 6px;
    }
    .home-desc-img
    {
        margin-right: 0;
        text-align: center;
    }
    .home-desc-img img
    {
        display: inline-block;
    }
}

@media screen and (max-width: 768px)
{
    .logo img
    {
        width: auto;
    }
    .navbar-nav, .mobmenu_ul ul
    {
        display: none;
    }
    .mobmenu, .mobpanel
    {
        display: block;
    }
    .header-logo-box
    {
        position: inherit;
        margin-top: 56px;
        text-align: center;
    }
    .header-logo
    {
        padding: 0;
        width: auto;
        height: auto;
    }
    .header-logo img
    {
        width: auto;
        height: auto;
    }
    .navfix
    {
        background: #fff;
    }
    .inner-header
    {
        height: 170px;
    }

}

