<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	services
#0.7	testimonials
#0.8    offer
#0.9    recent-projects
#1.0    about-us-faq
#1.1    partners
#1.2    partners
#1.3    news-section


---------------------------------------------------------------
	home style 2
----------------------------------------------------------------
#2.0    cta
#2.1    services s2
#2.2    our-team
#2.3    fun-fact
#2.4    cta-newsletter
#2.5    testimoials-s2-slider


---------------------------------------------------------------
	home style 3
----------------------------------------------------------------
#3.0    features
#3.1    services-s3
#3.2    pricing



---------------------------------------------------------------
	faq page
----------------------------------------------------------------
#4.0	faq-pg-section


---------------------------------------------------------------
	service single page
----------------------------------------------------------------
#5.0	service-singel-section


---------------------------------------------------------------
	contact page
----------------------------------------------------------------
#6.0	contact-pg-section


---------------------------------------------------------------
	blog grid page
----------------------------------------------------------------
#7.0	blog-grid section


---------------------------------------------------------------
	blog with sidebar page
----------------------------------------------------------------
#8.0	blog-with-sidebar


---------------------------------------------------------------
	blog details page
----------------------------------------------------------------
#9.0	blog-single-content


---------------------------------------------------------------
	shop grid page
----------------------------------------------------------------
#10.0	products-section


---------------------------------------------------------------
	shop with sidebar page
----------------------------------------------------------------
#11.0	shop-main-content


---------------------------------------------------------------
	shop details page
----------------------------------------------------------------
#12.0	products-section





----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,600|Montserrat:600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html
{
    font-size: 15px;
}

body
{
    font-family: "Hind", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

p
{
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #333;
    margin: 0 0 0.4em;
}

h1 { font-size: 45px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; font-weight: normal; }
h6 { font-size: 16px; font-weight: normal; }
p { font-size: 16px; }

@media only screen and (max-width: 767px){
	h1 { font-size: 28px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }
	p { font-size: 14px; }
}

ul
{
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

a
{
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover,
    a:focus
    {
        text-decoration: none;
    }

    a:focus
    {
        outline: none !important;
    }

img
{
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper
{
    position: relative;
    overflow: hidden;
}

.float-right
{
    float: right;
}

.wow
{
    visibility: hidden;
}

.fi:before
{
    margin: 0;
}

.section-padding
{
    padding: 60px 0;
}

@media (max-width: 1199px)
{
    .section-padding
    {
        padding: 80px 0;
    }
}

@media (max-width: 767px)
{
    .section-padding
    {
        padding: 35px 0;
    }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages
{
    width: 100%;
    margin-top: 15px;
    clear: both;
}

.contact-validation-active label.error
{
    color: red !important;
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2
{
    display: none;
    margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2
{
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

@media (max-width: 767px)
{
    .contact-validation-active #success,
    .contact-validation-active #success-2,
    .contact-validation-active #error,
    .contact-validation-active #error-2
    {
        font-size: 15px;
    }
}

.contact-validation-active #success,
.contact-validation-active #success-2
{
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2
{
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active #loader
{
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-size: 0.53333rem;
}

/*** back to top **/
.back-to-top
{
    background-color: rgb(231, 231, 231);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media (max-width: 991px)
{
    .back-to-top
    {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.back-to-top:hover
{
    background-color: rgb(231, 231, 231);
}

.back-to-top i
{
    font-size: 18px;
    font-size: 1.2rem;
    color: #0f4e96;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap
{
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg
{
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container
{
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg
{
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg
{
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay
{
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap
{
    z-index: 99999 !important;
}

/**** style for box layout ***/
.box-layout
{
    /*** style for box layout ***/
}

@media screen and (min-width: 1200px)
{
    .box-layout
    {
        width: 100%;
        height: 100%;
        background: url("../images/body-bg.jpg") center center/auto repeat fixed;
    }
}

@media screen and (min-width: 1200px)
{
    .box-layout .page-wrapper
    {
        background-color: #fff;
        width: 1250px;
        margin: 50px auto 0;
    }
}

.section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7
{
    margin-bottom: 35px;
}

@media (max-width: 991px)
{
    .section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7
    {
        margin-bottom: 35px;
    }
}

.NewsT
{
    margin-bottom: 0px;
}

.newTs .entry-details
{
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
}

.newTs .entry-body h3
{
    color: #000;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.3em;
    font-weight: 600;
    margin: 15px 0px;
}

.newTs .entry-body p
{
    text-align: left;
}

.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2
{
    /*font-size: 30px;
    font-size: 1.7rem;*/
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-bottom: 0.2em;
    position: relative;
    letter-spacing: 0.8px;
    color: #333;
}

/*@media (max-width: 1199px)
{
    .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2
    {
        font-size: 27px;
        font-size: 1.8rem;
    }
}

@media (max-width: 991px)
{
    .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2
    {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px)
{
    .section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2
    {
        font-size: 20px;
        font-size: 1.33333rem;
		margin-bottom: 9px;
    }
}*/

.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before
{
}

@media (max-width: 767px)
{
    .section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before
    {
        height: 3px;
    }
}

.section-title-white h2
{
    color: #333;
}

.section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7
{
    text-align: center;
}

    .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2,
    .section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p
    {
        color: #fff;
    }

        .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before
        {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2
    {
        margin: 0 0 0.83em;
    }

    .section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p
    {
        margin: 0;
    }

@media screen and (min-width: 1200px)
{
    .section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p
    {
        padding: 0 45px;
    }
}

.section-title-s3, .section-title-s4
{
    margin-bottom: 30px;
}

    .section-title-s3 h2, .section-title-s4 h2
    {
        /*font-size: 30px;
        font-size: 2rem;*/
        line-height: 1.33em;
        /*margin: 0.13em 0 0;*/
        padding-bottom: 0.3em;
        position: relative;
    }

/*@media (max-width: 1199px)
{
    .section-title-s3 h2, .section-title-s4 h2
    {
        font-size: 27px;
        font-size: 1.8rem;
    }
}

@media (max-width: 991px)
{
    .section-title-s3 h2, .section-title-s4 h2
    {
        font-size: 24px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px)
{
    .section-title-s3 h2, .section-title-s4 h2
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}*/

.section-title-s3 h2:before, .section-title-s4 h2:before
{
    content: "";
    background-color: #0f4e96;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-title-s3 &gt; span, .section-title-s4 &gt; span
{
    color: #9a9a9a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title-s4 h2
{
    margin: 0 0 0.83em;
}

.section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2
{
    color: #051829;
}

.section-title-s5 p, .section-title-s6 p, .section-title-s7 p
{
    color: #6a6a6a;
}

.section-title-s6 h2, .section-title-s7 h2
{
    text-transform: none;
}

    .section-title-s6 h2:before, .section-title-s7 h2:before
    {
        display: none;
    }

.section-title-s7 h2
{
    padding-bottom: 0;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5
{
    background-color: #0f4e96;
    font-size: 1.0rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s5:hover
    {
        background-color: #f8f8f8;
        color: #0f4e96;
    }

@media (max-width: 1199px)
{
    .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5
    {
        font-size: 15px;
        font-size: 1rem;
        padding: 4px 22px;
    }
}

@media (max-width: 991px)
{
    .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5
    {
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 10px 20px;
    }
}

@media (max-width: 767px)
{
    .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5
    {
        font-size: 13px;
    }
}

.theme-btn-s2
{
    background-color: #f8f8f8;
    color: #0f4e96;
}

    .theme-btn-s2:hover
    {
        background-color: #0f4e96;
        color: #fff;
    }

.theme-btn-s3:hover
{
    border-color: #051829;
    color: #0f4e96;
}

.theme-btn-s4
{
    background-color: #051829;
    border-color: #051829;
    color: #0f4e96;
}

    .theme-btn-s4:hover
    {
        background-color: #0f4e96;
        border-color: #0f4e96;
        color: #051829;
    }

.theme-btn-s5
{
    background-color: transparent;
    border: 2px solid #0f4e96;
    color: #fff;
}

    .theme-btn-s5:hover
    {
        background-color: #0f4e96;
    }

.form input,
.form textarea,
.form select
{
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

    .form input:focus,
    .form textarea:focus,
    .form select:focus
    {
        border-color: #051829;
        -webkit-box-shadow: 0 0 5px 0 #0b3356;
        -moz-box-shadow: 0 0 5px 0 #0b3356;
        -o-box-shadow: 0 0 5px 0 #0b3356;
        -ms-box-shadow: 0 0 5px 0 #0b3356;
        box-shadow: 0 0 5px 0 #0b3356;
    }

.form ::-webkit-input-placeholder
{
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder
{
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder
{
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder
{
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.wpcf7-form select
{
    font-style: normal;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .wpcf7-form select::-ms-expand
    {
        /* for IE 11 */
        display: none;
    }

.social-links
{
    overflow: hidden;
    list-style-type: none;
}

    .social-links li
    {
        float: left;
    }

        .social-links li a
        {
            display: block;
            text-align: center;
        }

/******************************
	#blog grids
******************************/
.page-title
{
    background: url("../images/page-title.jpg") center center/cover no-repeat local;
    height: 260px;
    position: relative;
    width: 100%;
}

@media (max-width: 767px)
{
    .page-title
    {
        height: 220px;
    }
}

.page-title:before
{
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-title .container
{
    height: 100%;
    display: table;
}

    .page-title .container &gt; .row
    {
        vertical-align: middle;
        display: table-cell;
    }

.page-title h2,
.page-title ol
{
    color: #fff;
}

.page-title h1
{
    /*font-size: 48px;
    font-size: 3.2rem;*/
    font-weight: 800;
    margin: 1em 0 0.23em;
	color: #ffffff; 
}

/*@media (max-width: 1199px)
{
    .page-title h2
    {
        font-size: 42px;
        font-size: 2.8rem;
    }
}

@media (max-width: 991px)
{
    .page-title h2
    {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}
*/
@media (max-width: 767px)
{
    .page-title h1
    {
        font-weight: bold;
		text-align: center;
    }
}

.page-title .breadcrumb
{
    background-color: transparent;
    padding: 0;
}

@media (max-width: 767px)
{
    .page-title .breadcrumb
    {
        text-align: center;
    }
}

.page-title .breadcrumb li
{
    font-size: 18px;
    font-size: 1.2rem;
    color: #0f4e96;
    margin-right: 5px;
}

@media (max-width: 991px)
{
    .page-title .breadcrumb li
    {
        font-size: 15px;
        font-size: 1rem;
    }
}

.page-title .breadcrumb li a
{
    color: #fff;
}

    .page-title .breadcrumb li a:hover
    {
        color: #0f4e96;
    }

.page-title .breadcrumb &gt; li + li:before
{
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    margin-right: 5px;
}

.preloader
{
    width: 100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

    .preloader div
    {
        width: 100px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*************************************
    = service grids
**************************************/
.services-grids
{
    overflow: hidden;
}

    .services-grids .inner
    {
        min-height: 254px;
        position: relative;
        overflow: hidden;
        border: 1px solid #efefef;
    }

@media (max-width: 1199px)
{
    .services-grids .inner
    {
        min-height: 218px;
    }
}

.services-grids .details
{
    width: 100%;
    height: 100%;
    padding: 63px 50px;
    position: absolute;
    left: 0;
    top: 57%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1199px)
{
    .services-grids .details
    {
        padding: 50px 30px;
    }
}

.services-grids .info
{
    position: relative;
    text-align: center;
}

.services-grids .details h3
{
    font-size: 18px;
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    margin: 0 0 1.2em;
    background: #efefef;
    padding: 8px;
}

@media (max-width: 1199px)
{
    .services-grids .details h3
    {
        font-size: 17px;
        font-size: 1rem;
        margin: 0 0 1.2em;
    }
}

@media (max-width: 767px)
{
    .services-grids .details h3
    {
        font-size: 15px;
        font-size: 1rem;
        margin: 0 0 1.2em;
    }
}

.services-grids .details h3 i
{
    background: #0f4e96;
    color: #051829;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    left: -5px;
}

@media (max-width: 1199px)
{
    .services-grids .details h3 i
    {
        padding: 5px 8px;
    }
}

.services-grids .details p
{
    font-size: 14px;
    font-size: 0.93333rem;
    color: #000;
    margin: 0 0 1.79em;
}

.services-grids .details .more
{
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    background-color: #0f4e96;
    padding: 5px 20px;
}

.services-grids .grid:hover .details
{
    background-color: #efefef;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
}

    .services-grids .grid:hover .details h3
    {
        color: #051829;
        margin: 0 0 0.59em;
    }

        .services-grids .grid:hover .details h3 i
        {
            background: transparent;
        }

.dots-s1 .owl-controls
{
    margin-top: 0;
}

.dots-s1 .owl-dots
{
    height: 15px;
}

    .dots-s1 .owl-dots .owl-dot span
    {
        background: #bfbfbf;
        width: 8px;
        height: 8px;
        margin: 0 7px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .dots-s1 .owl-dots .owl-dot.active span,
    .dots-s1 .owl-dots .owl-dot:hover span
    {
        background-color: #0f4e96;
    }

    .dots-s1 .owl-dots .owl-dot.active span
    {
        width: 9px;
        height: 9px;
    }

.slider-arrow-s1 .owl-controls
{
    margin-top: 0;
}

    .slider-arrow-s1 .owl-controls .owl-nav .owl-prev,
    .slider-arrow-s1 .owl-controls .owl-nav .owl-next
    {
        background-color: #0f4e96;
        width: 34px;
        height: 34px;
        line-height: 37px;
        font-size: 18px;
        font-size: 1.2rem;
        color: #051829;
        padding: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

        .slider-arrow-s1 .owl-controls .owl-nav .owl-prev:hover,
        .slider-arrow-s1 .owl-controls .owl-nav .owl-next:hover
        {
            background-color: #e4b500;
            color: #051829;
        }

@media (max-width: 991px)
{
    .slider-arrow-s1 .owl-controls .owl-nav .owl-prev,
    .slider-arrow-s1 .owl-controls .owl-nav .owl-next
    {
        width: 30px;
        height: 30px;
        line-height: 33px;
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.theme-accordion-s1
{
    margin-bottom: 0;
}

    .theme-accordion-s1 .panel-default
    {
        background: transparent;
        border: 1px solid #dee0e1;
        border-radius: 0;
    }

    .theme-accordion-s1 .panel-group .panel + .panel
    {
        margin-top: 8px;
    }

    .theme-accordion-s1 .panel-heading
    {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }

        .theme-accordion-s1 .panel-heading a
        {
            background-color: #0f4e96;
            font-size: 18px;
            font-size: 1.2rem;
            font-weight: 600;
            color: #222;
            display: block;
            padding: 15px 25px;
            position: relative;
        }

@media (max-width: 1800px)
{
    .theme-accordion-s1 .panel-heading a
    {
        background-color: #0f4e96;
    }
}

@media (max-width: 991px)
{
    .theme-accordion-s1 .panel-heading a
    {
        font-size: 16px;
        font-size: 1.06667rem;
        padding: 12px 20px;
    }
}

@media (max-width: 767px)
{
    .theme-accordion-s1 .panel-heading a
    {
        padding: 12px 15px;
    }
}

.theme-accordion-s1 .panel-heading a:before
{
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px)
{
    .theme-accordion-s1 .panel-heading a:before
    {
        font-size: 18px;
        font-size: 1.2rem;
        right: 20px;
    }
}

.theme-accordion-s1 .panel-heading .collapsed
{
    background-color: #fff;
}

    .theme-accordion-s1 .panel-heading .collapsed:before
    {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

.theme-accordion-s1 .panel-heading + .panel-collapse &gt; .panel-body
{
    background: rgba(255, 255, 255, 0.9);
    border: 0;
    padding: 24px 33px 12px;
}

@media (max-width: 1800px)
{
    .theme-accordion-s1 .panel-heading + .panel-collapse &gt; .panel-body
    {
        background-color: #fff;
    }
}

@media (max-width: 991px)
{
    .theme-accordion-s1 .panel-heading + .panel-collapse &gt; .panel-body
    {
        padding: 20px 20px 10px;
    }
}

@media (max-width: 767px)
{
    .theme-accordion-s1 .panel-heading + .panel-collapse &gt; .panel-body
    {
        padding: 15px 15px 8px;
    }
}

/*************************************
    = team grids
**************************************/
.team-grids .team-grid
{
    overflow: hidden;
    position: relative;
}

.team-grids .member-pic-social
{
    position: relative;
    overflow: hidden;
}

.team-grids .social
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.team-grids .social-links
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    opacity: 0;
}

.team-grids .member-pic-social:hover .social-links
{
    opacity: 1;
}

.team-grids .social-links &gt; li + li
{
    margin-left: 20px;
}

.team-grids .social-links li a
{
    font-size: 24px;
    font-size: 1.6rem;
    color: #fff;
}

@media (max-width: 1199px)
{
    .team-grids .social-links li a
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.team-grids .social-links li a:hover
{
    color: #051829;
}

.team-grids .member-info
{
    text-align: center;
    padding-top: 25px;
}

    .team-grids .member-info h3
    {
        font-size: 22px;
        font-size: 1.46667rem;
        margin: 0 0 3px;
    }

@media (max-width: 1199px)
{
    .team-grids .member-info h3
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 991px)
{
    .team-grids .member-info h3
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 991px)
{
    .team-grids .member-info p
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.team-grids .owl-controls .owl-nav
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 59%;
    z-index: 10;
}

@media (max-width: 1199px)
{
    .team-grids .owl-controls .owl-nav
    {
        display: none;
    }
}

.team-grids .owl-controls .owl-dots
{
    position: relative;
    top: 80px;
    z-index: 10;
}

@media (max-width: 1199px)
{
    .team-grids .owl-controls .owl-dots
    {
        top: 0;
    }
}

.team-grids .owl-controls .owl-nav .owl-prev,
.team-grids .owl-controls .owl-nav .owl-next
{
    background: transparent;
    font-size: 24px;
    font-size: 1.6rem;
    color: #051829;
    padding: 0;
    position: absolute;
}

    .team-grids .owl-controls .owl-nav .owl-prev:hover,
    .team-grids .owl-controls .owl-nav .owl-next:hover
    {
        background: transparent;
        color: #0f4e96;
    }

.team-grids .owl-controls .owl-nav .owl-prev
{
    left: -65px;
}

.team-grids .owl-controls .owl-nav .owl-next
{
    right: -65px;
}

.team-grids .owl-controls .owl-dots .active span,
.team-grids .owl-controls .owl-dots .owl-dot:hover span
{
    background: #0f4e96;
}

.square-hover-effect
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

    .square-hover-effect .hover-1,
    .square-hover-effect .hover-2,
    .square-hover-effect .hover-3,
    .square-hover-effect .hover-4
    {
        background: rgba(253, 201, 0, 0.9);
        width: 50%;
        height: 50%;
        position: absolute;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0;
    }

    .square-hover-effect .hover-1
    {
        left: 0;
        top: 0;
    }

    .square-hover-effect .hover-2
    {
        left: 50%;
        top: 0;
    }

    .square-hover-effect .hover-3
    {
        left: 50%;
        top: 50%;
    }

    .square-hover-effect .hover-4
    {
        left: 0;
        top: 50%;
    }

    .square-hover-effect:hover .hover-1,
    .square-hover-effect-parent:hover .hover-1
    {
        left: 50%;
        top: 0;
        opacity: 1;
    }

    .square-hover-effect:hover .hover-2,
    .square-hover-effect-parent:hover .hover-2
    {
        left: 50%;
        top: 50%;
        opacity: 1;
    }

    .square-hover-effect:hover .hover-3,
    .square-hover-effect-parent:hover .hover-3
    {
        left: 0%;
        top: 50%;
        opacity: 1;
    }

    .square-hover-effect:hover .hover-4,
    .square-hover-effect-parent:hover .hover-4
    {
        left: 0%;
        top: 0%;
        opacity: 1;
    }

/*************************************
    = service sinle sidebar
**************************************/
@media screen and (min-width: 992px)
{
    .service-single-sidebar
    {
        padding-right: 40px;
    }
}

@media (max-width: 991px)
{
    .service-single-sidebar
    {
        margin-top: 80px;
    }
}

.service-single-sidebar ul
{
    list-style-type: none;
}

.service-single-sidebar &gt; .widget + .widget
{
    margin-top: 50px;
}

.service-single-sidebar .services-link-widget ul &gt; li + li
{
    margin-top: 10px;
}

.service-single-sidebar .services-link-widget ul li a
{
    background-color: #f5f2f2;
    font-weight: 600;
    color: #242424;
    padding: 14px 20px;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 1199px)
{
    .service-single-sidebar .services-link-widget ul li a
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 767px)
{
    .service-single-sidebar .services-link-widget ul li a
    {
        font-size: 12px;
        font-size: 0.8rem;
        padding: 10px 15px;
    }
}

.service-single-sidebar .services-link-widget ul li a:hover,
.service-single-sidebar .services-link-widget ul li.current a
{
    background-color: #0f4e96;
    color: #fff;
}

.service-single-sidebar .download-brocher-widget a
{
    background-color: #0f4e96;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 17px 20px 17px 50px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

@media (max-width: 1199px)
{
    .service-single-sidebar .download-brocher-widget a
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 767px)
{
    .service-single-sidebar .download-brocher-widget a
    {
        font-size: 13px;
        font-size: 0.86667rem;
        padding: 10px 15px 10px 40px;
    }
}

.service-single-sidebar .download-brocher-widget a i
{
    background-color: #051829;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-single-sidebar .contact-widget
{
    border: 2px solid #e9e9e9;
    padding: 30px 25px;
}

    .service-single-sidebar .contact-widget h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
        margin: 0 0 0.8em;
    }

@media (max-width: 991px)
{
    .service-single-sidebar .contact-widget h3
    {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

.service-single-sidebar .contact-widget p
{
    margin: 0;
}

/**** pagination ****/
.pagination-wrapper
{
    text-align: center;
}

    .pagination-wrapper .pg-pagination
    {
        display: inline-block;
        overflow: hidden;
        list-style-type: none;
    }

        .pagination-wrapper .pg-pagination li
        {
            float: left;
            margin-right: 10px;
        }

@media (max-width: 767px)
{
    .pagination-wrapper .pg-pagination li
    {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child
{
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a
{
    font-family: "Montserrat", sans-serif;
    background-color: #051829;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 767px)
{
    .pagination-wrapper .pg-pagination li a
    {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover
{
    background-color: #0f4e96;
    color: #051829;
}

/*** blog-sidebar ***/
/*@media (max-width: 991px)
{
    .blog-sidebar
    {
        margin-top: 80px;
    }
}*/

/*@media (max-width: 767px)
{
    .blog-sidebar
    {
        margin-top: 70px;
    }
}
*/
.blog-sidebar .widget
{
    margin-bottom: 75px;
}

@media (max-width: 991px)
{
    .blog-sidebar .widget
    {
        margin-bottom: 60px;
    }
}

.blog-sidebar .widget ul
{
    list-style: none;
}

.blog-sidebar .widget:last-child
{
    margin-bottom: 0;
}

.blog-sidebar h3
{
    font-size: 20px;
    font-size: 1.33333rem;
    color: #0d0d0d;
    margin: 0 0 1.25em;
    text-transform: uppercase;
}

@media (max-width: 767px)
{
    .blog-sidebar h3
    {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li
{
    border-bottom: 1px solid #fff;
}

    .blog-sidebar .category-widget ul li &gt; a,
    .blog-sidebar .archive-widget ul li &gt; a
    {
        padding: 10px 0;
    }

.blog-sidebar ul li
{
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold;
}

    .blog-sidebar ul li &gt; a
    {
        display: block;
        color: #404040;
        position: relative;
    }

    .blog-sidebar ul li:first-child a
    {
        padding-top: 0;
    }

    .blog-sidebar ul li:last-child a
    {
        padding-bottom: 0;
    }

    .blog-sidebar ul li:last-child
    {
        border: 0;
    }

    .blog-sidebar ul li &gt; a:hover
    {
        color: #051829;
    }

    .blog-sidebar ul li &gt; a .badge
    {
        background-color: transparent;
        font-size: 15px;
        font-size: 1rem;
        color: #404040;
        position: absolute;
        right: 5px;
    }

        .blog-sidebar ul li &gt; a .badge:before,
        .blog-sidebar ul li &gt; a .badge:after
        {
            font-size: 14px;
            font-size: 0.93333rem;
            position: absolute;
            top: 3px;
        }

        .blog-sidebar ul li &gt; a .badge:before
        {
            content: "(";
            left: 0;
        }

        .blog-sidebar ul li &gt; a .badge:after
        {
            content: ")";
            right: 0;
        }

.blog-sidebar .search-widget input
{
    background-color: transparent;
    padding: 8px 12px;
    height: auto;
}

    .blog-sidebar .search-widget input:focus
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #051829;
    }

@media (max-width: 767px)
{
    .blog-sidebar .recent-post-widget ul
    {
        margin-left: -15px;
    }
}

.blog-sidebar .recent-post-widget ul li
{
    border: 0;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px)
{
    .blog-sidebar .recent-post-widget ul li
    {
        padding: 0;
        overflow: hidden;
    }
}

.blog-sidebar .recent-post-widget ul li:last-child
{
    margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic
{
    width: 30%;
    float: left;
}

@media (max-width: 767px)
{
    .blog-sidebar .recent-post-widget .post-pic
    {
        width: 150px;
        float: left;
    }
}

.blog-sidebar .recent-post-widget .details
{
    width: 68%;
    float: right;
}

@media (max-width: 767px)
{
    .blog-sidebar .recent-post-widget .details
    {
        width: auto;
		float: none;
		margin-left: 165px;
    }
}

.blog-sidebar .recent-post-widget .details &gt; span
{
    font-size: 12px;
    font-size: 0.8rem;
    color: #666666;
    text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h6
{
    /*font-size: 14px;
    font-size: 0.93333rem;*/
    margin: 0.5em 0;
    text-transform: capitalize;
}

@media (max-width: 767px)
{
    .blog-sidebar .recent-post-widget .details h6
    {
        /*font-size: 13px;
        font-size: 0.86667rem;
        padding-top: 10px;*/
    }
}

.blog-sidebar .recent-post-widget .details h6 a
{
    color: #000;
}

    .blog-sidebar .recent-post-widget .details h6 a:hover
    {
        color: #051829;
    }

.blog-sidebar .tag-widget .all-tags
{
    margin-left: -12px;
}

    .blog-sidebar .tag-widget .all-tags a
    {
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
        color: gray;
        border: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

        .blog-sidebar .tag-widget .all-tags a:hover
        {
            color: #051829;
        }

.blog-sidebar .instagram-widget ul
{
    overflow: hidden;
    margin-right: -8px;
}

    .blog-sidebar .instagram-widget ul li
    {
        width: 33.33%;
        float: left;
        padding: 0 8px 8px 0;
    }

        .blog-sidebar .instagram-widget ul li img
        {
            max-width: 100%;
        }

@media (max-width: 767px)
{
    .blog-sidebar .instagram-widget ul li img
    {
        width: 100%;
    }
}

/**** products grids ***/
.products-grids .grid
{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 #d9d9d9;
    -moz-box-shadow: 0 0 15px 0 #d9d9d9;
    -o-box-shadow: 0 0 15px 0 #d9d9d9;
    -ms-box-shadow: 0 0 15px 0 #d9d9d9;
    box-shadow: 0 0 15px 0 #d9d9d9;
    text-align: center;
}

.products-grids .img-holder img
{
    display: inline-block;
}

.products-grids .img-holder-info-list
{
    position: relative;
}

.products-grids .info-list
{
    width: 152px;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 767px)
{
    .products-grids .info-list
    {
        width: 122px;
    }
}

.products-grids .info-list &gt; div
{
    width: 50px;
    float: left;
    margin-right: 1px;
}

@media (max-width: 767px)
{
    .products-grids .info-list &gt; div
    {
        width: 40px;
    }
}

.products-grids .info-list &gt; div:last-child
{
    margin-right: 0;
}

.products-grids .info-list &gt; div a
{
    background-color: #051829;
    height: 45px;
    display: block;
    text-align: center;
    padding: 10px 0;
}

@media (max-width: 767px)
{
    .products-grids .info-list &gt; div a
    {
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
}

.products-grids .info-list &gt; div a:hover
{
    background-color: #020b12;
}

.products-grids .info-list &gt; div img
{
    display: inline-block;
}

@media (max-width: 767px)
{
    .products-grids .info-list &gt; div img
    {
        max-width: 17px;
    }
}

.products-grids .product-info
{
    padding: 30px 15px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 767px)
{
    .products-grids .product-info
    {
        padding: 20px 15px;
    }
}

.products-grids .product-info h3
{
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 0.4em;
}

@media (max-width: 767px)
{
    .products-grids .product-info h3
    {
        font-size: 18px;
        font-size: 1.2rem;
        margin: 0 0 0.4em;
    }
}

.products-grids .product-info h3 a
{
    color: #000;
}

.products-grids .product-info .rating i
{
    font-size: 18px;
    font-size: 1.2rem;
    color: #0f4e96;
}

@media (max-width: 1199px)
{
    .products-grids .product-info .rating i
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px)
{
    .products-grids .product-info .rating i
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.products-grids .product-info .price
{
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #999999;
    display: block;
    margin-top: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 767px)
{
    .products-grids .product-info .price
    {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.products-grids .grid:hover
{
    -webkit-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    -moz-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
}

    .products-grids .grid:hover .product-info
    {
        background-color: #051829;
    }

        .products-grids .grid:hover .product-info h3 a,
        .products-grids .grid:hover .price
        {
            color: #fff;
        }

    .products-grids .grid:hover .info-list
    {
        opacity: 1;
        visibility: visible;
    }

.shop .pagination-wrapper
{
    padding-top: 50px;
    clear: both;
}

@media (max-width: 991px)
{
    .shop .pagination-wrapper
    {
        padding-top: 30px;
    }
}

/*** shop sidebar ***/
.shop-sidebar
{
    /*** range filtering ***/
}

@media (max-width: 1199px)
{
    .shop-sidebar
    {
        margin-top: 80px;
    }
}

@media (max-width: 767px)
{
    .shop-sidebar
    {
        margin-top: 70px;
    }
}

.shop-sidebar ul
{
    list-style: none;
}

.shop-sidebar .widget
{
    margin-bottom: 65px;
}

    .shop-sidebar .widget:last-child
    {
        margin-bottom: 0;
    }

    .shop-sidebar .widget h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
        margin: 0 0 1.7em;
        padding-bottom: 0.6em;
        text-transform: uppercase;
        position: relative;
    }

        .shop-sidebar .widget h3:before
        {
            content: "";
            background-color: #051829;
            width: 30px;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: 0;
        }

@media (max-width: 991px)
{
    .shop-sidebar .widget h3
    {
        font-size: 18px;
    }
}

.shop-sidebar .widget &gt; ul li
{
    font-size: 14px;
    font-size: 0.93333rem;
}

    .shop-sidebar .widget &gt; ul li:first-child a
    {
        padding-top: 0;
    }

    .shop-sidebar .widget &gt; ul li:last-child a
    {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .shop-sidebar .widget &gt; ul li a
    {
        display: block;
        font-weight: bold;
        color: #333333;
        padding: 9px 0;
        border-bottom: 1px solid #f8f8f8;
        position: relative;
    }

        .shop-sidebar .widget &gt; ul li a:hover,
        .shop-sidebar .widget &gt; ul li a:hover .badge
        {
            color: #051829;
        }

        .shop-sidebar .widget &gt; ul li a i
        {
            position: absolute;
            right: 18px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .shop-sidebar .widget &gt; ul li a .badge
        {
            color: #333333;
            background: transparent;
            position: absolute;
            right: 7px;
        }

            .shop-sidebar .widget &gt; ul li a .badge:before
            {
                content: "(";
                position: absolute;
                left: 0;
            }

            .shop-sidebar .widget &gt; ul li a .badge:after
            {
                content: ")";
                position: absolute;
                right: 0;
            }

.shop-sidebar .filter-price-widget .slider.slider-horizontal
{
    width: 100%;
}

    .shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track
    {
        background: #d9d9d9 !important;
        height: 2px;
        margin: 0;
    }

        .shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track .slider-selection
        {
            background: #404040 !important;
        }

    .shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-handle
    {
        background: #051829;
        width: 14px;
        height: 14px;
        top: 3px;
    }

.shop-sidebar .filter-price-widget .value
{
    overflow: hidden;
    margin-top: 17px;
}

    .shop-sidebar .filter-price-widget .value &gt; div
    {
        display: inline-block;
        float: left;
    }

.shop-sidebar .filter-price-widget .price
{
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: bold;
    color: #999999;
    line-height: 30px;
    float: right !important;
}

    .shop-sidebar .filter-price-widget .price #min-value,
    .shop-sidebar .filter-price-widget .price #max-value
    {
        color: #000;
    }

    .shop-sidebar .filter-price-widget .price #max-value
    {
        display: inline-block;
        position: relative;
        padding-left: 15px;
    }

        .shop-sidebar .filter-price-widget .price #max-value:before
        {
            content: "";
            border-bottom: 1px solid #000;
            width: 10px;
            height: 1px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.shop-sidebar .filter-price-widget .theme-btn, .shop-sidebar .filter-price-widget .theme-btn-s2, .shop-sidebar .filter-price-widget .theme-btn-s3, .shop-sidebar .filter-price-widget .theme-btn-s4, .shop-sidebar .filter-price-widget .theme-btn-s5
{
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: bold;
    padding: 0 17px;
    text-transform: uppercase;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

    .shop-sidebar .filter-price-widget .theme-btn:before, .shop-sidebar .filter-price-widget .theme-btn-s2:before, .shop-sidebar .filter-price-widget .theme-btn-s3:before, .shop-sidebar .filter-price-widget .theme-btn-s4:before, .shop-sidebar .filter-price-widget .theme-btn-s5:before
    {
        display: none;
    }

.style-switcher-box
{
    background-color: #fff;
    width: 252px;
    padding: 50px 25px;
    position: fixed;
    left: -252px;
    top: 15%;
    z-index: 999;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .style-switcher-box ul
    {
        list-style: none;
    }

    .style-switcher-box button
    {
        background-color: #051829;
        width: 45px;
        height: 45px;
        line-height: 40px;
        text-align: center;
        color: #000;
        font-size: 20px;
        border: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        right: -45px;
        top: 50px;
    }

        .style-switcher-box button i
        {
            color: #fff;
            -webkit-animation: rotating 2s linear infinite;
            animation: rotating 2s linear infinite;
        }

    .style-switcher-box h5
    {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin: 0 0 2em;
        text-transform: uppercase;
    }

    .style-switcher-box .main-list &gt; .list
    {
        margin-bottom: 30px;
    }

        .style-switcher-box .main-list &gt; .list:last-child
        {
            margin-bottom: 0;
        }

    .style-switcher-box .list-title
    {
        display: block;
        font-size: 12px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 10px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    .style-switcher-box .list &gt; .sublist
    {
        margin-bottom: 10px;
    }

        .style-switcher-box .list &gt; .sublist:last-child
        {
            margin-bottom: 0;
        }

    .style-switcher-box .sublist span
    {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .style-switcher-box .sublist ul
    {
        overflow: hidden;
    }

        .style-switcher-box .sublist ul li
        {
            float: left;
            min-width: 36px;
            min-height: 36px;
            margin: 0 5px 5px 0;
            cursor: pointer;
        }

            .style-switcher-box .sublist ul li:nth-child(5n+5)
            {
                margin-right: 0;
            }

    .style-switcher-box .layout ul li
    {
        background-color: #051829;
        min-height: 20px;
        color: #fff;
        padding: 5px 10px;
        font-size: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    .style-switcher-box p
    {
        font-size: 11px;
        margin: 15px 0 0;
    }

        .style-switcher-box p span
        {
            color: #ff6666;
        }

.toggle-switcherbox
{
    left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating
{
    form
    {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating
{
    form
    {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header
{
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

    .site-header .navigation
    {
        background-color: #fff;
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .site-header .navigation &gt; .container
        {
            position: relative;
        }

        .site-header .navigation ul
        {
            list-style-type: none;
        }

.header-style-5 .social { display: none !important; }

@media (max-width: 991px)
{
    .site-header .navigation
    {
        min-height: 65px;
    }
}

.site-header #navbar
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

    .site-header #navbar &gt; ul li a:hover,
    .site-header #navbar &gt; ul li a:focus
    {
        text-decoration: none;
        color: #0f4e96;
    }

@media screen and (min-width: 992px)
{
    .site-header #navbar
    {
        /*** hover effect ***/
    }

        .site-header #navbar li
        {
            position: relative;
        }

        .site-header #navbar &gt; ul &gt; li &gt; a
        {
            font-size: 15px;
            font-size: 1rem;
            color: #fff;
        }

        .site-header #navbar &gt; ul .sub-menu
        {
            background-color: #fff;
            width: 220px;
            position: absolute;
            left: 0;
            top: 130%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar &gt; ul &gt; li .sub-menu li
        {
            border-bottom: 1px solid #0f4e96;
        }

        .site-header #navbar &gt; ul &gt; li .sub-menu &gt; li:last-child
        {
            border-bottom: 0;
        }

        .site-header #navbar &gt; ul &gt; li .sub-menu a
        {
            font-size: 1rem;
            color: #333;
            display: block;
            padding: 11px 15px;
        }

            .site-header #navbar &gt; ul &gt; li .sub-menu a:hover, .site-header #navbar &gt; ul &gt; li .sub-menu li:hover, .site-header #navbar &gt; ul &gt; li .sub-menu li:hover a
            {
                background-color: #0f4e96;
                color: #fff;
            }

        .site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu
        {
            left: 110%;
            top: 0;
        }

        .site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a
        {
            position: relative;
        }

            .site-header #navbar &gt; ul &gt; li &gt; .sub-menu &gt; .menu-item-has-children &gt; a:before
            {
                font-family: "FontAwesome";
                content: "\f105";
                font-size: 15px;
                font-size: 1rem;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .site-header #navbar &gt; ul &gt; li:hover &gt; .sub-menu
        {
            margin-top: 11px;
            top: 100%;
            visibility: visible;
            opacity: 1;
            border: 1px solid #939598;
        }

        .site-header #navbar .sub-menu &gt; li:hover &gt; .sub-menu
        {
            left: 100%;
            visibility: visible;
            opacity: 1;
            border: 1px solid #dedede;
        }
}

@media (max-width: 991px)
{
    .site-header #navbar &gt; ul &gt; li a
    {
        display: block;
        font-size: 16px;
    }

    .site-header #navbar &gt; ul &gt; li .sub-menu li
    {
        border-bottom: 1px solid #f8f8f8;
    }

    .site-header #navbar &gt; ul .sub-menu &gt; li:last-child
    {
        border-bottom: 0;
    }

    .site-header #navbar &gt; ul &gt; li &gt; .sub-menu a
    {
        padding: 12px 30px !important;
		font-size: 16px !important;
    }

    .site-header #navbar &gt; ul &gt; li &gt; .sub-menu .sub-menu a
    {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar &gt; ul .menu-item-has-children &gt; a
    {
        position: relative;
    }

        .site-header #navbar &gt; ul .menu-item-has-children &gt; a:before
        {
            font-family: "FontAwesome";
            content: "\f107";
            font-size: 15px;
            font-size: 1rem;
            position: absolute;
			width: 10px !important;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 992px)
{
    .site-header #navbar
    {
        /*** hover effect ***/
    }

        .site-header #navbar .has-mega-menu
        {
            position: static;
        }

        .site-header #navbar .mega-menu,
        .site-header #navbar .half-mega-menu
        {
            background-color: #fff;
            padding: 20px;
            border-top: 2px solid #051829;
            position: absolute;
            right: 0;
            top: 120%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar .mega-menu
        {
            width: 1140px;
            right: 15px;
        }

        .site-header #navbar .half-mega-menu
        {
            width: 585px;
        }

        .site-header #navbar .mega-menu-box-title
        {
            font-size: 14px;
            font-size: 0.93333rem;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding-bottom: 7px;
            margin-bottom: 7px;
            border-bottom: 1px solid #f8f8f8;
        }

        .site-header #navbar .mega-menu-list-holder li a
        {
            font-size: 14px;
            font-size: 0.93333rem;
            display: block;
            padding: 7px 8px;
            margin-left: -8px;
        }

        .site-header #navbar .has-mega-menu:hover &gt; ul
        {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1199px)
{
    .site-header #navbar &gt; ul .mega-menu
    {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar &gt; ul .half-mega-menu
    {
        width: 485px;
    }
}

@media (max-width: 991px)
{
    .site-header #navbar &gt; ul .mega-menu,
    .site-header #navbar &gt; ul .half-mega-menu
    {
        width: auto;
    }

        .site-header #navbar &gt; ul .mega-menu .row,
        .site-header #navbar &gt; ul .half-mega-menu .row
        {
            margin: 0;
        }

    .site-header #navbar .mega-menu-content &gt; .row &gt; .col
    {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px)
{
    .site-header #navbar .mega-menu .mega-menu-list-holder a
    {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title
    {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px)
{
    .site-header .navbar-header .open-btn
    {
        display: none;
    }

    .site-header #navbar .close-navbar
    {
        display: none;
    }
}

@media (max-width: 991px)
{
	.adjlogo { padding-left: 20px; }
	
	.adjlogo img { width: 70px !important; }
	
    .site-header
    {
        /* class for show hide navigation */
		margin-bottom: 65px;
    }

        .site-header .container
        {
            width: 100%;
        }

        .site-header .navbar-header button
        {
            background-color: #051829;
            width: 40px;
            height: 35px;
            border: 0;
            padding: 5px 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            outline: 0;
            position: absolute;
            right: 20px;
            top: 15px;
            z-index: 20;
			cursor: pointer;
        }

            .site-header .navbar-header button span
            {
                background-color: #fff;
                display: block;
                height: 2px;
                margin-bottom: 5px;
            }

                .site-header .navbar-header button span:last-child
                {
                    margin: 0;
                }

        .site-header #navbar
        {
            background: #fff;
            display: block !important;
            max-width: 480px;
			width: 100%;
            height: calc(100% - 65px) !important;
            margin: 0;
            padding: 0;
            border: 1px solid #cccccc;
            position: fixed;
            right: -480px;
            top: 55px;
            z-index: 100;
        }
	
		.navigation.original { display: none; }
		
		.navigation.sticky-header { top: 0 !important; opacity: 1 !important; width: 100% !important; }

            .site-header #navbar ul a
            {
                color: #000;
            }

                .site-header #navbar ul a:hover,
                .site-header #navbar ul li.current a
                {
                    color: #051829;
                }

            .site-header #navbar .navbar-nav
            {
                height: 100%;
                overflow: auto;
				padding-bottom: 50px;
            }

            .site-header #navbar .close-navbar
            {
                background-color: #051829;
                width: 40px;
                height: 35px;
                color: #fff;
                border: 0;
                outline: none;
                position: absolute;
                right: 20px;
                top: -51px;
                z-index: 20;
				border-radius: 3px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				-ms-border-radius: 3px;
				-o-border-radius: 3px;
				cursor: pointer;
            }

            .site-header #navbar &gt; ul &gt; li
            {
                border-bottom: 1px solid #cccccc;
            }
			.site-header #navbar &gt; ul &gt; li:last-child {
				border-bottom: 0;
			}
	
                .site-header #navbar &gt; ul &gt; li &gt; a
                {
                    padding: 12px 20px;
                }

        .site-header .slideInn
        {
            right: 0 !important;
        }
	
	
	.sub-menu { border-top: 1px solid #cccccc; }
	
	.sub-menu.shadow-effect { box-shadow: none; }
	
	.header-style-5 .social {
		display: block !important;
		position: absolute;
		background: #fff;
		text-align: center;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		border-top: 1px solid #ccc;
		margin: 0 !important;
	}
	.header-style-5 .social-links {
		top: 16px !important;
		left: auto !important;
	}
	.header-style-5 .social-links li a {
		font-size: 1.2rem !important;
		line-height: 1rem;
		padding: 0 10px;
	}
}

@media (max-width: 767px)
{
    .site-header .navbar-header .navbar-brand
    {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav
    {
        margin: 0;
    }
}

@media (max-width: 991px)
{
    .site-header .navbar-collapse.collapse
    {
        display: none;
    }

        .site-header .navbar-collapse.collapse.in
        {
            display: block;
        }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle
    {
        display: block;
    }

    .site-header .navbar-header
    {
        float: none;
    }

    .site-header .navbar-right
    {
        float: none;
    }

    .site-header .navbar-nav
    {
        float: none;
    }

        .site-header .navbar-nav &gt; li
        {
            float: none;
        }
}

/**************************************************
	#header style 1
******************************************************/
.topbar-style-1, .topbar-style-2
{
    background-color: #051829;
    padding: 15px 0;
}

@media (max-width: 767px)
{
    .topbar-style-1 .site-logo, .topbar-style-2 .site-logo
    {
        text-align: center;
        border-bottom: 1px solid #082540;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .topbar-style-1 .topbar-contact-info-wrapper, .topbar-style-2 .topbar-contact-info-wrapper
    {
        text-align: center;
    }
}

.topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info
{
    display: inline-block;
    float: right;
    margin-top: 5px;
}

@media (max-width: 767px)
{
    .topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info
    {
        float: none;
    }
}

.topbar-style-1 .topbar-contact-info &gt; div, .topbar-style-2 .topbar-contact-info &gt; div
{
    display: inline-block;
    float: left;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 767px)
{
    .topbar-style-1 .topbar-contact-info &gt; div, .topbar-style-2 .topbar-contact-info &gt; div
    {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (min-width: 992px)
{
    .topbar-style-1 .topbar-contact-info &gt; div + div, .topbar-style-2 .topbar-contact-info &gt; div + div
    {
        margin-left: 35px;
    }
}

@media (max-width: 767px)
{
    .topbar-style-1 .topbar-contact-info &gt; div + div, .topbar-style-2 .topbar-contact-info &gt; div + div
    {
        margin-top: 15px;
    }
}

.topbar-style-1 .topbar-contact-info &gt; div &gt; i, .topbar-style-2 .topbar-contact-info &gt; div &gt; i
{
    font-size: 18px;
    font-size: 1.2rem;
    color: #0f4e96;
    position: absolute;
    left: 0;
}

.topbar-style-1 .topbar-contact-info p, .topbar-style-2 .topbar-contact-info p
{
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    margin: 0 0 0.2em;
}

.topbar-style-1 .details &gt; span, .topbar-style-2 .details &gt; span
{
    font-size: 12px;
    font-size: 0.8rem;
    color: #9a9a9a;
}

@media screen and (min-width: 992px)
{
    .header-style-1 .navigation-holder, .header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder
    {
        padding: 0;
    }
}

@media screen and (min-width: 992px)
{
    .header-style-1 #navbar &gt; ul &gt; li &gt; a, .header-style-2 #navbar &gt; ul &gt; li &gt; a, .header-style-3 #navbar &gt; ul &gt; li &gt; a, .header-style-4 #navbar &gt; ul &gt; li &gt; a, .header-style-5 #navbar &gt; ul &gt; li &gt; a, .header-style-6 #navbar &gt; ul &gt; li &gt; a
    {
        font-size: 15px;
        font-size: 1rem;
        font-weight: 600;
        padding: 30px 15px;
        position: relative;
    }

        .header-style-1 #navbar &gt; ul &gt; li &gt; a:before, .header-style-2 #navbar &gt; ul &gt; li &gt; a:before, .header-style-3 #navbar &gt; ul &gt; li &gt; a:before, .header-style-4 #navbar &gt; ul &gt; li &gt; a:before, .header-style-5 #navbar &gt; ul &gt; li &gt; a:before, .header-style-6 #navbar &gt; ul &gt; li &gt; a:before
        {
            content: "";
            background-color: #0f4e96;
            width: 0;
            height: 3px;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 20px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }
}

.header-style-1 #navbar &gt; ul &gt; li &gt; a:hover:before, .header-style-2 #navbar &gt; ul &gt; li &gt; a:hover:before, .header-style-3 #navbar &gt; ul &gt; li &gt; a:hover:before, .header-style-4 #navbar &gt; ul &gt; li &gt; a:hover:before, .header-style-5 #navbar &gt; ul &gt; li &gt; a:hover:before, .header-style-6 #navbar &gt; ul &gt; li &gt; a:hover:before
{
    width: 12px;
}

/*** cart and quote ***/
.cart-contact
{
    position: absolute;
    right: 0;
    top: 30px;
}

@media (max-width: 991px)
{
    .cart-contact
    {
        top: 18px;
        left: 15px;
    }
}

.cart-contact .mini-cart
{
    float: left;
    position: relative;
}

@media screen and (min-width: 992px)
{
    .cart-contact .mini-cart
    {
    }
}

.cart-contact .mini-cart &gt; button
{
    font-size: 15px;
    font-size: 1rem;
    color: #0d1d36;
    display: inline-block;
    border: 0;
    outline: 0;
    background: transparent;
    font-weight: 600;
    margin-right: 30px;
}

@media (max-width: 767px)
{
    .cart-contact .mini-cart &gt; button
    {
        font-size: 13px;
        font-size: 0.86667rem;
        margin-right: 15px;
    }
}

.cart-contact .mini-cart &gt; button i:before
{
    font-size: 18px;
    font-size: 1.2rem;
    color: #0d1d36;
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px)
{
    .cart-contact .mini-cart &gt; button i:before
    {
        font-size: 15px;
        font-size: 1rem;
    }
}

.cart-contact .top-cart-content
{
    background: #fff;
    width: 325px;
    border-top: 2px solid #0f4e96;
    position: absolute;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px)
{
    .cart-contact .top-cart-content
    {
        top: 40px;
        left: -14px;
    }
}

.cart-contact .top-cart-content .top-cart-title
{
    padding: 12px 15px;
    border-bottom: 1px solid #e4e2e2;
}

.cart-contact .top-cart-content p
{
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #051829;
    margin: 0;
    text-transform: uppercase;
}

.cart-contact .top-cart-content .top-cart-items
{
    padding: 15px;
}

.cart-contact .top-cart-content .top-cart-item
{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e4e2e2;
}

    .cart-contact .top-cart-content .top-cart-item:first-child
    {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

.cart-contact .top-cart-content .top-cart-item-image
{
    width: 48px;
    height: 48px;
    border: 2px solid #eee;
    float: left;
    margin-right: 15px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

    .cart-contact .top-cart-content .top-cart-item-image a,
    .cart-contact .top-cart-content .top-cart-item-image img
    {
        display: block;
        width: 44px;
        height: 44px;
    }

    .cart-contact .top-cart-content .top-cart-item-image:hover
    {
        border-color: #0f4e96;
    }

.cart-contact .top-cart-content .top-cart-item-des
{
    position: relative;
    overflow: hidden;
}

    .cart-contact .top-cart-content .top-cart-item-des a
    {
        width: auto;
        height: auto;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        color: #333;
    }

        .cart-contact .top-cart-content .top-cart-item-des a:hover
        {
            color: #0f4e96;
        }

    .cart-contact .top-cart-content .top-cart-item-des .top-cart-item-price
    {
        font-size: 12px;
        color: #999;
        line-height: 20px;
        display: block;
    }

    .cart-contact .top-cart-content .top-cart-item-des .top-cart-item-quantity
    {
        font-size: 12px;
        color: #555;
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
    }

.cart-contact .top-cart-content .top-cart-action
{
    padding: 25px 15px 25px;
    border-top: 1px solid #e4e2e2;
}

    .cart-contact .top-cart-content .top-cart-action .top-checkout-price
    {
        font-size: 15px;
        font-size: 1rem;
        font-weight: 600;
        color: #051829;
    }

    .cart-contact .top-cart-content .top-cart-action .theme-btn, .cart-contact .top-cart-content .top-cart-action .theme-btn-s2, .cart-contact .top-cart-content .top-cart-action .theme-btn-s3, .cart-contact .top-cart-content .top-cart-action .theme-btn-s4, .cart-contact .top-cart-content .top-cart-action .theme-btn-s5
    {
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 3px 15px;
        float: right;
    }

.cart-contact .top-cart-content-toggle
{
    top: 54px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px)
{
    .cart-contact .top-cart-content-toggle
    {
        top: 47px;
    }
}

.cart-contact .get-quote
{
    float: right;
}

@media (max-width: 991px)
{
    .cart-contact .get-quote
    {
        float: left;
        margin: 4px 0 0;
    }
}

@media (max-width: 991px)
{
    .cart-contact .get-quote .theme-btn, .cart-contact .get-quote .theme-btn-s2, .cart-contact .get-quote .theme-btn-s3, .cart-contact .get-quote .theme-btn-s4, .cart-contact .get-quote .theme-btn-s5
    {
        padding: 3px 15px;
    }
}

/**************************************
	#header style 2
****************************************/
.header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo
{
    margin-top: 15px;
}

@media (max-width: 991px)
{
    .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo
    {
        margin-top: 8px;
        position: relative;
        max-width: 200px;
        z-index: 10;
    }
}

@media (max-width: 767px)
{
    .header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo
    {
        margin: 12px 0 0 10px;
        max-width: 160px;
    }
}

.header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder
{
    margin-right: 160px;
}

@media (max-width: 991px)
{
    .header-style-2 .cart-contact .mini-cart, .header-style-3 .cart-contact .mini-cart, .header-style-4 .cart-contact .mini-cart, .header-style-5 .cart-contact .mini-cart, .header-style-6 .cart-contact .mini-cart
    {
        float: right;
        margin-right: 65px;
    }
}

.header-style-2 .cart-contact .mini-cart &gt; button, .header-style-3 .cart-contact .mini-cart &gt; button, .header-style-4 .cart-contact .mini-cart &gt; button, .header-style-5 .cart-contact .mini-cart &gt; button, .header-style-6 .cart-contact .mini-cart &gt; button
{
    margin-right: 0;
}

.header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content
{
    left: 0;
}

@media (max-width: 991px)
{
    .header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content
    {
        right: auto;
        left: -140px;
    }
}

.topbar-style-2 .topbar-contact-info
{
    float: none;
}

.topbar-style-2 .get-quote
{
    float: right;
    margin-top: 12px;
}

@media screen and (min-width: 992px)
{
    .topbar-style-2 .get-quote
    {
        position: relative;
        right: -10px;
    }
}

@media (max-width: 767px)
{
    .topbar-style-2 .get-quote
    {
        float: none;
        text-align: center;
        margin-top: 15px;
        margin: 25px 0 15px;
    }
}

@media (max-width: 991px)
{
    .topbar-style-2 .topbar-contact-info &gt; div + div
    {
        margin-left: 35px;
    }
}

@media (max-width: 767px)
{
    .topbar-style-2 .topbar-contact-info &gt; div + div
    {
        margin-left: 0;
    }
}

/**************************************
	#header style 3
****************************************/
@media screen and (min-width: 992px)
{
    .header-style-3
    {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

        .header-style-3 .navigation,
        .header-style-3 .topbar-style-2
        {
            background: transparent;
        }

        .header-style-3 .topbar-contact-info p
        {
            color: #0f4e96;
        }

        .header-style-3 .topbar-style-2 .details &gt; span
        {
            color: #9a9a9a;
        }

        .header-style-3 .topbar-style-2 .get-quote
        {
            position: relative;
            right: -10px;
        }

        .header-style-3 #navbar &gt; ul &gt; li &gt; a
        {
            color: #fff;
        }

            .header-style-3 #navbar &gt; ul &gt; li &gt; a:hover
            {
                color: #0f4e96;
            }

        .header-style-3 .cart-contact .mini-cart &gt; button i:before,
        .header-style-3 .cart-contact .mini-cart &gt; button
        {
            color: #0f4e96;
        }
}

@media (max-width: 991px)
{
    .header-style-3 .navigation
    {
        background: #020b12;
    }

    .header-style-3 .cart-contact .mini-cart &gt; button i:before,
    .header-style-3 .cart-contact .mini-cart &gt; button
    {
        color: #fff;
    }
}

/**************************************
	#header style 4
****************************************/
@media screen and (min-width: 992px)
{
    .header-style-4, .header-style-5
    {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
}

@media screen and (min-width: 992px)
{
    .header-style-4 .topbar-style-2, .header-style-5 .topbar-style-2
    {
        background: transparent;
    }

        .header-style-4 .topbar-style-2 .topbar-contact-info p, .header-style-5 .topbar-style-2 .topbar-contact-info p
        {
            color: #0f4e96;
        }

        .header-style-4 .topbar-style-2 .details &gt; span, .header-style-5 .topbar-style-2 .details &gt; span
        {
            color: #9a9a9a;
        }

    .header-style-4 .navigation, .header-style-5 .navigation
    {
        background-color: transparent;
    }

        .header-style-4 .navigation .container, .header-style-5 .navigation .container
        {
            background-color: #fff;
            border-radius: 5px;
        }

    .header-style-4 .cart-contact, .header-style-5 .cart-contact
    {
        right: 15px;
    }
}

.header-style-4 .social, .header-style-5 .social
{
    display: inline-block;
}

@media (max-width: 991px)
{
    .header-style-4 .social, .header-style-5 .social
    {
        display: none;
    }
}

.header-style-4 .social &gt; span, .header-style-5 .social &gt; span
{
    font-size: 14px;
    font-size: 0.93333rem;
    color: #0f4e96;
    position: relative;
    top: 9px;
}

.header-style-4 .social-links, .header-style-5 .social-links
{
    display: inline-block;
    position: relative;
    top: 15px;
    left: 8px;
}

    .header-style-4 .social-links &gt; li + li, .header-style-5 .social-links &gt; li + li
    {
        margin-left: 15px;
    }

    .header-style-4 .social-links li a, .header-style-5 .social-links li a
    {
        font-size: 14px;
        font-size: 0.93333rem;
        color: #fff;
    }

/**************************************
	#header style 5
****************************************/
.header-style-5
{
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    z-index: 9999;
    /*** lower topbar ***/
}

    .header-style-5 .social
    {
        float: right;
    }

@media (max-width: 991px)
{
    .header-style-5 .social
    {
        display: block;
    }
}

@media (max-width: 767px)
{
    .header-style-5 .social
    {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

.header-style-5 .topbar
{
    background-color: #051829;
}

.header-style-5 .social-links
{
    top: 5px;
}

.header-style-5 .social &gt; span
{
    top: 0;
}

.header-style-5 .lower-topbar
{
    padding: 12px 0;
}

@media (max-width: 991px)
{
    .header-style-5 .lower-topbar
    {
        border-bottom: 1px solid #d4d2d2;
    }
}

.header-style-5 .lower-topbar .site-logo
{
    margin: 0;
}

@media (max-width: 767px)
{
    .header-style-5 .lower-topbar .site-logo
    {
        margin: 0 auto;
    }
}

.header-style-5 .lower-topbar .awards
{
    float: right;
    overflow: hidden;
    position: relative;
    top: 5px;
}

@media (max-width: 767px)
{
    .header-style-5 .lower-topbar .awards
    {
        float: none;
        border-top: 1px solid #d4d2d2;
        padding-top: 17px;
        margin: 10px -15px 0;
    }
}

.header-style-5 .lower-topbar .awards &gt; div
{
    min-height: 43px;
    padding-left: 58px;
    position: relative;
    float: left;
}

@media (max-width: 767px)
{
    .header-style-5 .lower-topbar .awards &gt; div
    {
        width: 210px;
        float: none;
        margin: 0 auto 10px;
    }
}

@media (max-width: 991px)
{
    .header-style-5 .lower-topbar .awards &gt; div
    {
        padding-left: 40px;
    }
}

.header-style-5 .lower-topbar .awards &gt; div:first-child
{
    margin-right: 40px;
}

@media (max-width: 767px)
{
    .header-style-5 .lower-topbar .awards &gt; div:first-child
    {
        margin-right: auto;
    }
}

.header-style-5 .lower-topbar .awards .icon
{
    position: absolute;
    left: 0;
    top: -8px;
}

    .header-style-5 .lower-topbar .awards .icon .fi:before
    {
        font-size: 44px;
        font-size: 2.93333rem;
        color: #0f4e96;
    }

@media (max-width: 991px)
{
    .header-style-5 .lower-topbar .awards .icon .fi:before
    {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

.header-style-5 .lower-topbar .awards h4
{
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0;
}

@media (max-width: 991px)
{
    .header-style-5 .lower-topbar .awards h4
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.header-style-5 .lower-topbar .awards p
{
    font-size: 12px;
    font-size: 0.8rem;
    margin: 0;
}

@media screen and (min-width: 992px)
{
    .header-style-5 .navigation,
    .header-style-5 .navigation .container
    {
        background-color: #f1f1f1;
    }

    .header-style-5 #navbar &gt; ul &gt; li &gt; a
    {
        font-family: roboto;
        padding: 13px 20px;
        color: #000;
        /* letter-spacing: 0.8px; */
        font-size: 16px;
        font-weight: normal;
    }

        .header-style-5 #navbar &gt; ul &gt; li &gt; a:before
        {
            display: none;
        }

        .header-style-5 #navbar &gt; ul &gt; li &gt; a:hover
        {
            color: #0f4e96;
        }
}

@media screen and (min-width: 992px)
{
    .header-style-5 .cart-contact
    {
        right: 195px;
        top: 15px;
    }

        .header-style-5 .cart-contact .top-cart-content-toggle
        {
            top: 39px;
            border: 1px solid #f8f8f8 !important;
        }
}

.header-style-5 .request-quote
{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 991px)
{
    .header-style-5 .request-quote
    {
        right: auto;
        width: 130px;
        height: 40px;
        line-height: 40px;
        top: 12px;
    }
}

.header-style-5 .request-quote
{
    background-color: #fff;
    color: #0f4e96;
}

/**************************************
	#header style 6
****************************************/
@media screen and (min-width: 992px)
{
    .header-style-6 .topbar-style-2
    {
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

        .header-style-6 .topbar-style-2 .topbar-contact-info p
        {
            color: #111;
            font-weight: 600;
        }
}

.header-style-6 .topbar-style-2 .theme-btn, .header-style-6 .topbar-style-2 .theme-btn-s2, .header-style-6 .topbar-style-2 .theme-btn-s3, .header-style-6 .topbar-style-2 .theme-btn-s4, .header-style-6 .topbar-style-2 .theme-btn-s5
{
    color: #fff;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero
{
    position: relative;
    height: 800px;
    overflow: hidden;
    /** slider controls **/
    /*** hero slider animation ***/
}

.hero .slide
{
    height: 800px;
    position: relative;
    background-repeat: no-repeat;
	background-size: 100% auto !important;
    position: relative;
}

@media (max-width: 1440px)
{
    .hero, .hero .slide
    {
        height: 560px;
    }
}


@media (max-width: 991px)
{
    .hero, .hero .slide
    {
        height: 450px;
    }
}

@media (max-width: 767px)
{
    .hero, .hero .slide
    {
        height: 350px;
    }
}

@media (max-width: 600px)
{
    .hero, .hero .slide
    {
        height: 280px;
    }
}

@media (max-width: 480px)
{
    .hero, .hero .slide
    {
        height: 220px;
    }
}



.hero .slide .slider-bg
{
    display: none;
}

.hero .slide:before
{
    content: "";
    /*background-color: rgba(0, 0, 0, 0.4);*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .slide:focus
{
    outline: none;
}

.hero .slide .container
{
    height: 100%;
    display: table;
    padding: 0;
}

.hero .slide .row
{
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next
{
    background-color: #f8f8f8;
    width: 45px;
    height: 45px;
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    .hero .slick-prev:hover,
    .hero .slick-next:hover
    {
        background-color: #717171;
    }

@media (max-width: 991px)
{
    .hero .slick-prev,
    .hero .slick-next
    {
        display: none !important;
    }
}

.hero .slick-prev
{
    left: 5px;
}

@media screen and (min-width: 1600px)
{
    .hero .slick-prev
    {
        left: 50px;
    }
}

.hero .slick-prev:before
{
    font-family: "FontAwesome";
    content: "\f104";
    opacity: 1;
}

.hero .slick-next
{
    right: 5px;
}

@media screen and (min-width: 1600px)
{
    .hero .slick-next
    {
        right: 50px;
    }
}

.hero .slick-next:before
{
    font-family: "FontAwesome";
    content: "\f105";
    opacity: 1;
}

.hero .slick-dots
{
    bottom: 30px;
}

@media (max-width: 991px)
{
    .hero .slick-dots
    {
        display: block !important;
    }
}

.hero .slick-dots li,
.hero .slick-dots li button
{
    width: 15px;
    height: 15px;
}

@media (max-width: 767px)
{
    .hero .slick-dots li,
    .hero .slick-dots li button
    {
        width: 14px;
        height: 14px;
    }
}

.hero .slick-dots li button
{
    background-color: #0f4e96;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .hero .slick-dots li button:before
    {
        display: none;
    }

.hero .slick-dots li
{
    opacity: 0.5;
}

.hero .slick-dots .slick-active
{
    opacity: 1;
}

.hero .hero-slider .slide-caption &gt; h2,
.hero .hero-slider .slide-caption &gt; p,
.hero .hero-slider .slide-caption &gt; .btns
{
    color: #fff;
    opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption &gt; h2
{
    -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption &gt; p
{
    -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
    animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption &gt; .btns
{
    -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
    animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero .hero-slider .slide-caption &gt; h2
{
    font-size: 45px;
    font-size: 3rem;
    line-height: 1.3em;
    color: #fff;
    margin: 0 0 0.27em;
}

@media (max-width: 1199px)
{
    .hero .hero-slider .slide-caption &gt; h2
    {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

@media (max-width: 767px)
{
    .hero .hero-slider .slide-caption &gt; h2
    {
        font-size: 28px;
        font-size: 1.86667rem;
    }
}

.hero .hero-slider .slide-caption &gt; h2 span
{
    color: #0f4e96;
}

.hero .hero-slider .slick-list .slick-current .slide-caption &gt; p
{
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #fff;
    margin: 0 0 1.58em;
}

@media (max-width: 1199px)
{
    .hero .hero-slider .slick-list .slick-current .slide-caption &gt; p
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px)
{
    .hero .hero-slider .slick-list .slick-current .slide-caption &gt; p
    {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

@media screen and (min-width: 992px)
{
    .hero .hero-slider .slick-list .slick-current .slide-caption &gt; p
    {
        padding-right: 110px;
    }
}

.hero .hero-slider .slide-caption &gt; .btns &gt; a:first-child
{
    margin-right: 5px;
}

/**********************************
	= slider style 2
**********************************/
.hero-slider-style-2
{
    text-align: center;
    height: 100vh;
    min-height: 600px;
}

    .hero-slider-style-2 .hero-slider .slick-list .slick-current .slide-caption &gt; p
    {
        padding-right: 0;
    }

@media (max-width: 991px)
{
    .hero-slider-style-2
    {
        height: 450px;
    }
}

@media (max-width: 767px)
{
    .hero-slider-style-2
    {
        min-height: 420px;
    }
}

.hero-slider-style-2 .slide
{
    height: 100vh;
    min-height: 600px;
}

@media screen and (min-width: 992px)
{
    .hero-slider-style-2 .slide
    {
        padding-top: 100px;
    }
}

@media (max-width: 991px)
{
    .hero-slider-style-2 .slide
    {
        height: 450px;
    }
}

@media (max-width: 767px)
{
    .hero-slider-style-2 .slide
    {
        min-height: 420px;
    }
}

.hero-slider-style-2 .slide:before
{
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer
{
    /*** about widget ***/
    /*** service-links-widget ***/
    /*** quick-links-widget ***/
    /*** twitter-feed-widget ***/
    /*** copyright-info ***/
}

    .site-footer .upper-footer
    {
        background-color: #051829;
        padding: 100px 0;
    }

@media (max-width: 991px)
{
    .site-footer .upper-footer
    {
        padding: 80px 0 35px;
    }
	
	.site-footer .copyright-info {
		padding: 20px 0;
	}
	.site-footer .copyright-info .footer-links,
	.site-footer .copyright-info .social {
		display: flex;
		justify-content: center;
		margin: 5px 0;
	}
	.site-footer .copyright-info p {
		margin: 5px 0 !important;
	}
}

.sup-cta-box{
    padding:35px;
    background-color: #e2e8e8;
}

.sup-cta-box&gt;span{
    font-size: 18px;
    font-weight: 700;
    color: #337ab7;
}


@media (max-width: 767px)
{
    .site-footer .upper-footer
    {
        padding: 70px 0 30px;
    }
    .sup-cta-box{
        margin-top:25px;
    }
}

.site-footer .upper-footer ul
{
    list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a
{
    color: #fff;
}

    .site-footer .upper-footer a:hover
    {
        color: #0f4e96;
    }

@media (max-width: 991px)
{
    .site-footer .upper-footer .row &gt; .col
    {
        margin-bottom: 55px;
    }
}

@media (max-width: 767px)
{
    .site-footer .upper-footer .row &gt; .col
    {
        margin-bottom: 40px;
    }
}

.site-footer .widget &gt; h3,
.site-footer .widget .footer-logo
{
    font-size: 24px;
    font-size: cacl-rem-value(24);
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    padding-bottom: 0.5em;
    position: relative;
}

@media (max-width: 991px)
{
    .site-footer .widget &gt; h3,
    .site-footer .widget .footer-logo
    {
        font-size: 20px;
        font-size: cacl-rem-value(20);
    }
}

@media (max-width: 767px)
{
    .site-footer .widget &gt; h3,
    .site-footer .widget .footer-logo
    {
        font-size: 16px;
        font-size: cacl-rem-value(16);
    }
}

.site-footer .widget &gt; h3:before,
.site-footer .widget .footer-logo:before
{
    content: "";
    background-color: #0f4e96;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.site-footer .about-widget .contact-info
{
    margin-top: -20px;
}

@media screen and (min-width: 1200px)
{
    .site-footer .about-widget .contact-info
    {
        padding-right: 45px;
    }
}

@media (max-width: 767px)
{
    .site-footer .about-widget .contact-info
    {
        margin-top: -10px;
    }
}

.site-footer .about-widget .footer-logo:before
{
    display: none;
}

.site-footer .about-widget ul li
{
    position: relative;
    padding-left: 38px;
    line-height: 1.78em;
}

    .site-footer .about-widget ul li i
    {
        font-size: 24px;
        color: #0f4e96;
        position: absolute;
        left: 0;
        top: 3px;
    }

.site-footer .about-widget ul &gt; li + li
{
    margin-top: 28px;
}

@media (max-width: 767px)
{
    .site-footer .about-widget ul &gt; li + li
    {
        margin-top: 10px;
    }
}

@media (max-width: 767px)
{
    .site-footer .about-widget img
    {
        max-width: 160px;
    }
}

.site-footer .service-links-widget
{
    overflow: hidden;
}

    .site-footer .service-links-widget ul li
    {
        position: relative;
        padding-left: 20px;
    }

        .site-footer .service-links-widget ul li:before
        {
            font-family: "FontAwesome";
            content: "\f105";
            color: #0f4e96;
            position: absolute;
            left: 0;
            top: -3px;
        }

        .site-footer .service-links-widget ul li + li
        {
            margin-top: 25px;
        }

@media (max-width: 767px)
{
    .site-footer .service-links-widget ul li + li
    {
        margin-top: 10px;
    }
}

.site-footer .quick-links-widget
{
    overflow: hidden;
}

@media screen and (min-width: 1200px)
{
    .site-footer .quick-links-widget
    {
        padding-right: 45px;
    }
}

.site-footer .quick-links-widget ul li + li
{
    margin-top: 15px;
}

@media (max-width: 767px)
{
    .site-footer .quick-links-widget ul li + li
    {
        margin-top: 10px;
    }
}

.site-footer .quick-links-widget ul
{
    width: 50%;
    float: left;
}

.site-footer .twitter-feed-widget ul li + li
{
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #494949;
}

.site-footer .twitter-feed-widget p
{
    color: #ccc;
}

.site-footer .twitter-feed-widget i
{
    color: #198cfa;
    display: inline-block;
    padding-right: 5px;
}

.site-footer .copyright-info
{
    background-color: #333;
    padding: 10px 0;
    text-align: center;
}

.contact-section
{
    margin-top: 100px;
}

.section1
{
    margin-top: 60px;
}

.site-footer .copyright-info p
{
    font-size: 15px;
    color: #fff;
    margin: 0;
}

@media (max-width: 767px)
{
    .site-footer .copyright-info p
    {
        font-size: 13px;
        font-size: cacl-rem-value(13);
    }
}

.site-footer .copyright-info a
{
    color: #fff;
}

.sticky-header
{
    width: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10000;
    opacity: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on
{
    opacity: 1;
    top: 0;
}

.header-style-3 .sticky-header
{
    background-color: #0b3356;
}

@media screen and (min-width: 992px)
{
    .header-style-3 .sticky-header #navbar &gt; ul &gt; li &gt; a:hover
    {
        color: #0f4e96;
    }
}

.header-style-4 .sticky-header, .header-style-5 .sticky-header
{
    background-color: #fff;
}

.header-style-5 .sticky-header
{
    background-color: #f1f1f1;
}

    .header-style-5 .sticky-header .container
    {
        border-radius: 0;
    }

/**** style for box layout ***/
@media screen and (min-width: 1200px)
{
    .box-layout .sticky-header
    {
        width: 1250px !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*--------------------------------------------------------------
#0.6	services
--------------------------------------------------------------*/
.all-service-link,
.all-news-link
{
    text-align: right;
}

@media (max-width: 991px)
{
    .all-service-link,
    .all-news-link
    {
        text-align: left;
        margin-top: 25px;
    }
}

.service-slider .owl-controls
{
    margin-top: 50px;
}

@media (max-width: 991px)
{
    .service-slider .owl-controls
    {
        margin-top: 35px;
    }
}

@media (max-width: 991px)
{
    .service-slider
    {
        margin-top: 10px;
		padding-top: 0 !important;
    }
}

.services-grid-section .all-services
{
    text-align: center;
    padding-top: 30px;
}

.services-grid-view
{
    overflow: hidden;
    margin: 0 -15px;
}

    .services-grid-view .grid
    {
        width: 33.33%;
        float: left;
        padding: 0 15px 30px;
    }

@media (max-width: 991px)
{
    .services-grid-view .grid
    {
        width: 50%;
    }
}

@media (max-width: 650px)
{
    .services-grid-view .grid
    {
        width: 100%;
        float: none;
    }
}

/*--------------------------------------------------------------
#0.7	testimonials
--------------------------------------------------------------*/
.testimonials
{
    position: relative;
}

    .testimonials:before
    {
        content: "";
        background-color: rgba(5, 24, 41, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.testimonials-slider
{
    position: relative;
}

    .testimonials-slider .inner
    {
        padding: 0 155px;
    }

@media (max-width: 1199px)
{
    .testimonials-slider .inner
    {
        padding: 0 120px;
    }
}

@media (max-width: 767px)
{
    .testimonials-slider .inner
    {
        padding: 0;
    }
}

.testimonials-slider .slide-item:before
{
}

@media (max-width: 1199px)
{
    .testimonials-slider .slide-item:before
    {
        font-size: 50px;
        font-size: 3.33333rem;
    }
}

@media (max-width: 991px)
{
    .testimonials-slider .slide-item:before
    {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

@media (max-width: 767px)
{
    .testimonials-slider .slide-item:before
    {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

@media (max-width: 767px)
{
    .testimonials-slider .slide-item:before
    {
        display: none;
    }
}

.testimonials-slider .slide-item img
{
    width: auto;
}

.testimonials-slider .slide-item p
{
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff;
    line-height: 28px;
    padding-top: 21px;
}

@media (max-width: 1199px)
{
    .testimonials-slider .slide-item p
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 991px)
{
    .testimonials-slider .slide-item p
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.testimonials-slider .client-quote
{
    margin-bottom: 40px;
}

.testimonials-slider .client-details
{
    text-align: center;
    position: relative;
}

.testimonials-slider .client-pic
{
    position: absolute;
    left: 0;
    min-height: 58px;
    border-bottom: 2px solid #0f4e96;
}

.testimonials-slider .client-info
{
    padding-top: 5px;
}

    .testimonials-slider .client-info h4
    {
        font-size: 20px;
        font-size: 1.33333rem;
        color: #0f4e96;
        margin: 0 0 0.3em;
    }

@media (max-width: 1199px)
{
    .testimonials-slider .client-info h4
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.testimonials-slider .client-info &gt; span
{
    font-size: 14px;
    font-size: 0.93333rem;
    color: #dddddd;
}

.testimonials-slider .owl-controls
{
    position: absolute;
    right: 0;
    bottom: -45px;
}

@media (max-width: 767px)
{
    .testimonials-slider .owl-controls
    {
        position: static;
        text-align: left;
        margin: 15px 0 0 -5px;
    }
}

.testimonials-slider .owl-controls .owl-prev,
.testimonials-slider .owl-controls .owl-next
{
    text-align: center;
}

/*--------------------------------------------------------------
#0.8    offer
--------------------------------------------------------------*/
@media screen and (min-width: 1200px)
{
    .offer-text
    {
        padding-right: 30px;
    }
}

.offer-text &gt; p:nth-child(2)
{
    margin-bottom: 55px;
}

@media (max-width: 991px)
{
    .offer-text &gt; p:nth-child(2)
    {
        margin-bottom: 40px;
    }
}

.offer-grids
{
    overflow: hidden;
    margin: 0 -15px;
}

@media (max-width: 991px)
{
    .offer-grids
    {
        margin-top: 80px;
    }
}

@media (max-width: 767px)
{
    .offer-grids
    {
        margin-top: 60px;
    }
}

.offer-grids .grid
{
    width: 50%;
    float: left;
    padding: 0 15px;
}

@media (max-width: 600px)
{
    .offer-grids .grid
    {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
}

.offer-grids &gt; .grid:nth-child(1),
.offer-grids &gt; .grid:nth-child(2)
{
    margin-bottom: 40px;
}

.offer-grids &gt; .grid:last-child
{
    margin-bottom: 0;
}

.offer-grids .details
{
    padding-left: 75px;
    position: relative;
}

@media (max-width: 767px)
{
    .offer-grids .details
    {
        padding-left: 55px;
    }
}

.offer-grids .details &gt; h3
{
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 1em;
}

@media (max-width: 1199px)
{
    .offer-grids .details &gt; h3
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px)
{
    .offer-grids .details &gt; h3
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.offer-grids .details .icon
{
    position: absolute;
    left: 0;
    top: -10px;
}

@media (max-width: 1199px)
{
    .offer-grids .details .icon
    {
        left: 8px;
    }
}

@media (max-width: 991px)
{
    .offer-grids .details .icon
    {
        left: 0;
    }
}

.offer-grids .details .icon i:before
{
    font-size: 45px;
}

@media (max-width: 1199px)
{
    .offer-grids .details .icon i:before
    {
        font-size: 40px;
    }
}

@media (max-width: 767px)
{
    .offer-grids .details .icon i:before
    {
        font-size: 30px;
    }
}

.offer-grids .details .offer-details
{
    font-weight: 600;
    color: #0f4e96;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

    .offer-grids .details .offer-details:hover
    {
        color: #e4b500;
    }

/*.offer-section
{
    padding-bottom: 80px;
}
*/
@media (max-width: 991px)
{
    .offer-section
    {
        padding-bottom: 80px;
    }
}

.offer-pic
{
    position: relative;
}

@media (max-width: 991px)
{
    .offer-pic
    {
        display: none;
    }
}

.offer-pic:after
{
    content: "";
    width: 190px;
    height: 256px;
    border: 2px solid #0f4e96;
    position: absolute;
    left: 30px;
    top: -30px;
}

.offer-pic img
{
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
#0.9    recent-projects
--------------------------------------------------------------*/
.recent-projects
{
    background-color: #051829;
}

@media (max-width: 767px)
{
    .recent-projects-grids,
    .projects-grid-view
    {
        overflow: hidden;
    }
}

.recent-projects-grids .grid,
.projects-grid-view .grid
{
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
}

@media (max-width: 767px)
{
    .recent-projects-grids .grid,
    .projects-grid-view .grid
    {
        width: 50%;
        float: left;
    }
}

@media (max-width: 550px)
{
    .recent-projects-grids .grid,
    .projects-grid-view .grid
    {
        width: 100%;
        float: none;
    }
}

@media (max-width: 550px)
{
    .recent-projects-grids .project-img img,
    .projects-grid-view .project-img img
    {
        width: 100%;
    }
}

.recent-projects-grids .project-info,
.projects-grid-view .project-info
{
    background-color: rgba(5, 24, 41, 0.9);
    width: 95%;
    height: 92%;
    border: 2px solid #0f4e96;
    position: absolute;
    left: -10%;
    top: 4%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.recent-projects-grids .grid:hover .project-info,
.projects-grid-view .grid:hover .project-info
{
    left: 2.5%;
    opacity: 1;
}

.recent-projects-grids .inner-info,
.projects-grid-view .inner-info
{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

    .recent-projects-grids .inner-info &gt; a,
    .projects-grid-view .inner-info &gt; a
    {
        color: #fff;
    }

    .recent-projects-grids .inner-info h3,
    .projects-grid-view .inner-info h3
    {
        font-family: "Hind", sans-serif;
        font-size: 22px;
        font-size: 1.46667rem;
        color: #fff;
        margin: 0 0 0.2em;
        position: relative;
        top: -10px;
        opacity: 0;
        -webkit-transition: all 0.3s 0.5s;
        -o-transition: all 0.3s 0.5s;
        transition: all 0.3s 0.5s;
    }

@media (max-width: 991px)
{
    .recent-projects-grids .inner-info h3,
    .projects-grid-view .inner-info h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px)
{
    .recent-projects-grids .inner-info h3,
    .projects-grid-view .inner-info h3
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.recent-projects-grids .inner-info .tags,
.projects-grid-view .inner-info .tags
{
    color: #0f4e96;
    position: relative;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s 0.5s;
    -o-transition: all 0.3s 0.5s;
    transition: all 0.3s 0.5s;
}

@media (max-width: 767px)
{
    .recent-projects-grids .inner-info .tags,
    .projects-grid-view .inner-info .tags
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.recent-projects-grids .grid:hover .inner-info h3,
.recent-projects-grids .grid:hover .inner-info .tags,
.projects-grid-view .grid:hover .inner-info h3,
.projects-grid-view .grid:hover .inner-info .tags
{
    top: 0;
    opacity: 1;
}

@media (max-width: 550px)
{
    .recent-projects-grids .mCustomScrollBox,
    .projects-grid-view .mCustomScrollBox
    {
        position: static;
    }
}

.recent-projects-grids .mCSB_horizontal.mCSB_inside &gt; .mCSB_container,
.projects-grid-view .mCSB_horizontal.mCSB_inside &gt; .mCSB_container
{
    margin-bottom: 80px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal
{
    max-width: 850px;
    margin: 0 auto;
}

@media (max-width: 991px)
{
    .recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal
    {
        max-width: 700px;
    }
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar
{
    height: 10px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail
{
    background-color: #3a444c;
}

.recent-projects-grids .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    background-color: #0f4e96;
}

@media (max-width: 550px)
{
    .recent-projects-grids .mCSB_inside &gt; .mCSB_container,
    .projects-grid-view .mCSB_inside &gt; .mCSB_container
    {
        margin-right: 0;
    }
}

.projects-grid-view-section .more-projects
{
    margin-top: 30px;
    text-align: center;
}

.projects-grid-view
{
    margin: 0 -15px;
}

    .projects-grid-view .grid
    {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
        float: left;
    }

@media (max-width: 991px)
{
    .projects-grid-view .grid
    {
        width: calc(50% - 30px);
    }
}

@media (max-width: 550px)
{
    .projects-grid-view .grid
    {
        width: calc(100% - 30px);
        float: none;
    }
}

/*--------------------------------------------------------------
#1.0    about-us-faq
--------------------------------------------------------------*/
.about-us-faq
{
    position: relative;
}

    .about-us-faq .backhoe-loader
    {
        position: absolute;
        right: 0;
        top: 160px;
    }

@media (max-width: 1800px)
{
    .about-us-faq .backhoe-loader
    {
        display: none;
    }
}

.about-us-section .btns
{
    margin: 50px 0 45px;
}

@media (max-width: 767px)
{
    .about-us-section .btns
    {
        margin: 35px 0;
    }
}

.about-us-section .social &gt; p
{
    text-transform: uppercase;
}

.about-us-section .social-links a
{
    font-size: 32px;
    font-size: 2.13333rem;
    color: #333;
}

@media (max-width: 991px)
{
    .about-us-section .social-links a
    {
        font-size: 26px;
        font-size: 1.73333rem;
    }
}

@media (max-width: 767px)
{
    .about-us-section .social-links a
    {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.about-us-section .social-links a:hover
{
    color: #0f4e96;
}

.about-us-section .social-links &gt; li + li
{
    margin-left: 15px;
}

@media (max-width: 991px)
{
    .about-us-section .social-links &gt; li + li
    {
        margin-left: 10px;
    }
}

.faq-section
{
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px)
{
    .faq-section
    {
        margin-top: 50px;
    }
}

@media (max-width: 767px)
{
    .faq-section
    {
        margin-top: 40px;
    }
}

.faq-section .faq-accordion
{
    padding-top: 7px;
}

/*--------------------------------------------------------------
#1.1    partners
--------------------------------------------------------------*/
.partners
{
    padding-top: 0;
}

.partners-bg
{
    background-color: #f9f9f9;
    padding: 45px 0;
}

.partners-slider .grid
{
    border: 2px solid #e9e9e9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .partners-slider .grid:hover
    {
        border-color: #0f4e96;
    }

/*--------------------------------------------------------------
#1.2    partners
--------------------------------------------------------------*/
.contact-section
{
    position: relative;
}

    .contact-section:before
    {
        content: "";
        background-color: #f8f8f8;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

@media screen and (min-width: 992px)
{
    .contact-section .section-title, .contact-section .section-title-white, .contact-section .section-title-s2, .contact-section .section-title-s5, .contact-section .section-title-s6, .contact-section .section-title-s7
    {
        margin-bottom: 30px;
    }
}

.contact-section p
{
    color: #666;
    line-height: 1.56em;
}

.contact-section-contact-box
{
    padding: 38px 45px;
    border: 2px solid #333;
}

@media (max-width: 991px)
{
    .contact-section-contact-box
    {
        margin-bottom: 60px;
    }
	
	.contactmap { margin-top: 0 !important; }
}

@media (max-width: 767px)
{
    .contact-section-contact-box
    {
        margin-bottom: 45px;
    }
}

@media (max-width: 450px)
{
    .contact-section-contact-box
    {
        padding: 38px 25px;
    }
}

.contact-section-contact-box .details ul
{
    list-style-type: none;
    color: #666;
}

    .contact-section-contact-box .details ul li
    {
        position: relative;
        padding-left: 25px;
		font-size: 16px;
    }

@media only screen and (max-width: 767px){
	.contact-section-contact-box .details ul li { font-size: 14px; }
}

    .contact-section-contact-box .details ul i
    {
        color: #0f4e96;
        position: absolute;
        left: 0;
        top: 3px;
    }

    .contact-section-contact-box .details ul &gt; li + li
    {
        margin-top: 20px;
    }

.contact-form-s1 label
{
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #0f4e96;
    text-transform: uppercase;
}



/*@media (max-width: 767px)
{
    .contact-form-s1 label
    {
        font-size: 11px;
        font-size: 0.73333rem;
    }
}
*/
.contact-form-s1 input,
.contact-form-s1 select
{
    height: 38px;
    border: 0;
}

@media (max-width: 767px)
{
    .contact-form-s1 input,
    .contact-form-s1 select
    {
        height: 34px;
    }
}

.contact-form-s1 form
{
    overflow: hidden;
    margin: 0 -12px;
}

    .contact-form-s1 form &gt; div
    {
        width: 50%;
        float: left;
        padding: 0 12px;
        margin-top: 12px;
    }

@media (max-width: 450px)
{
    .contact-form-s1 form &gt; div
    {
        width: 100%;
        float: none;
    }
}

.contact-form-s1 form .submit-btn-wrap
{
    width: 100%;
    float: none;
    clear: both;
    padding-top: 35px;
}

.contact-form-s1 .wpcf7-submit
{
    background-color: #0f4e96;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .contact-form-s1 .wpcf7-submit:hover
    {
        background-color: #0f4e96;
        color: #fff;
    }

.contact-women
{
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1550px)
{
    .contact-women
    {
        display: none;
    }
}

/*--------------------------------------------------------------
#1.3    news-section
--------------------------------------------------------------*/
.news-grids
{
    margin: 0 -15px;
    padding-top: 20px;
    overflow: hidden;
}

@media (max-width: 991px)
{
    .news-grids
    {
        padding-top: 0px;
    }
}

.news-grids .grid
{
    width: 33.33%;
    float: left;
    padding: 15px;
}

.product-grid .grid
{
    width: 33.33%;
    float: left;
    padding: 15px;
}


@media (max-width: 991px)
{
    .news-grids .grid
    {
        width: 50%;
    }
}

@media (max-width: 580px)
{
    .news-grids .grid
    {
        width: 100%;
        float: none;
		padding: 15px 0;
    }
}

@media (max-width: 991px)
{
    /*.news-grids &gt; .grid:last-child
    {
        margin-top: 40px;
    }*/
}

@media (max-width: 580px)
{
    .news-grids &gt; .grid:last-child
    {
        margin-bottom: 0;
    }
}

.entry-details
{
    padding: 10px 30px 10px 30px;
    border: 1px solid #f8f8f8;
    background-color: #efefef;
}

@media (max-width: 1199px)
{
    .news-grids .entry-details
    {
        padding: 20px 25px;
    }
}

@media (max-width: 767px)
{
    .news-grids .entry-details
    {
        padding: 20px;
    }
}

.news-grids .entry-meta ul
{
    list-style: none;
    overflow: hidden;
}

    .news-grids .entry-meta ul li
    {
        font-size: 14px;
        font-size: 0.93333rem;
        color: #9a9a9a;
        float: left;
    }

@media (max-width: 1199px)
{
    .news-grids .entry-meta ul li
    {
        font-size: 13px;
        font-size: 0.86667rem;
    }
}

@media (max-width: 767px)
{
    .news-grids .entry-meta ul li
    {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

.news-grids .entry-meta ul li a
{
    color: #9a9a9a;
}

.news-grids .entry-meta ul li i
{
    display: inline-block;
    color: #0f4e96;
    padding-right: 4px;
}

.news-grids .entry-meta ul &gt; li + li
{
    margin-left: 15px;
}

.news-grids .entry-media img
{
}

.entry-body h3
{
    color: #000;
    /*font-size: 1.4rem;*/
    text-align: center;
    /*line-height: 1.3em;*/
    font-weight: 600;
    margin: 10px 0;
}

@media (max-width: 1199px)
{
    .news-grids .entry-body h3
    {
        /*font-size: 16px;
        font-size: 1.06667rem;*/
    }
}

@media (max-width: 767px)
{
    /*.news-grids .entry-body h3
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }*/
}

.news-grids .entry-body h3 a
{
    color: #000;
}

    .news-grids .entry-body h3 a:hover
    {
        color: #000;
    }

.entry-body p
{
    /*font-size: 0.93333rem;
    line-height: 1.50em;*/
    text-align: center;
}

/*--------------------------------------------------------------
#2.0    cta
--------------------------------------------------------------*/
.cta
{
    position: relative;
    text-align: center;
}

    .cta:before
    {
        content: "";
        background-color: rgba(5, 24, 41, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .cta .container
    {
        position: relative;
        z-index: 1;
    }

    .cta h2
    {
        font-size: 30px;
        font-size: 2rem;
        line-height: 1.3em;
        color: #fff;
        margin-bottom: 1.33em;
    }

@media (max-width: 1199px)
{
    .cta h2
    {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

@media (max-width: 991px)
{
    .cta h2
    {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

@media (max-width: 767px)
{
    .cta h2
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.cta h2 span
{
    color: #0f4e96;
}

/*--------------------------------------------------------------
#2.1    services s2
--------------------------------------------------------------*/
.service-s2-top
{
    margin-top: 10px;
}

@media (max-width: 991px)
{
    .service-s2-top
    {
        margin-top: 50px;
    }
}

.service-s2-tab
{
    overflow: hidden;
    margin-bottom: 60px;
}

    .service-s2-tab .tablinks
    {
        width: 17%;
        float: right;
        list-style: none;
    }

@media (max-width: 991px)
{
    .service-s2-tab .tablinks
    {
        width: 30%;
    }
}

@media (max-width: 767px)
{
    .service-s2-tab .tablinks
    {
        width: 270px;
        float: none;
        margin-bottom: 25px;
    }
}

.service-s2-tab .tablinks li
{
    border: 1px solid transparent;
    margin-bottom: 2px;
}

    .service-s2-tab .tablinks li.active
    {
        border: 1px solid #0f4e96;
    }

    .service-s2-tab .tablinks li a
    {
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #051829;
        display: block;
        padding: 5px 20px;
        text-align: right;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

@media (max-width: 1199px)
{
    .service-s2-tab .tablinks li a
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.service-s2-tab .tablinks li.active a span
{
    visibility: visible;
    opacity: 1;
    display: inline-block;
}

.service-s2-tab .tablinks li a span
{
    padding-left: 8px;
    visibility: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.service-s2-tab .tab-content
{
    width: 80%;
    float: left;
}

@media (max-width: 991px)
{
    .service-s2-tab .tab-content
    {
        width: 65%;
    }
}

@media (max-width: 767px)
{
    .service-s2-tab .tab-content
    {
        width: 100%;
        float: none;
    }
}

.service-s2-tab .tab-pane
{
    overflow: hidden;
}

    .service-s2-tab .tab-pane .img-holder
    {
        width: 45%;
        float: left;
        padding-bottom: 15px;
    }

@media (max-width: 991px)
{
    .service-s2-tab .tab-pane .img-holder
    {
        width: 100%;
        float: none;
    }
}

.service-s2-tab .tab-pane .img-holder img
{
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.service-s2-tab .tab-pane .details
{
    width: 55%;
    float: right;
    padding: 45px 100px 45px 45px;
}

@media (max-width: 1199px)
{
    .service-s2-tab .tab-pane .details
    {
        padding: 25px 41px 25px 35px;
    }
}

@media (max-width: 991px)
{
    .service-s2-tab .tab-pane .details
    {
        width: 100%;
        float: none;
        padding: 25px 0 0;
    }
}

@media (max-width: 767px)
{
    .service-s2-tab .tab-pane .details
    {
        padding: 15px 0 0;
    }
}

.service-s2-tab .details h3
{
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 0.71em;
}

@media (max-width: 1199px)
{
    .service-s2-tab .details h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px)
{
    .service-s2-tab .details h3
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.service-s2-tab .details .more
{
    font-weight: 600;
    color: #0f4e96;
    margin-top: 5px;
}

    .service-s2-tab .details .more:hover
    {
        color: #d9ad00;
    }

.service-s2-box-grids
{
    margin: 0 -15px;
}

    .service-s2-box-grids .grid
    {
        width: 33.33%;
        float: left;
        padding: 0 15px;
    }

@media (max-width: 700px)
{
    .service-s2-box-grids .grid
    {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
}

.service-s2-box-grids .grid .inner
{
    border: 2px solid #f8f8f8;
    padding: 65px 42px 60px 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1199px)
{
    .service-s2-box-grids .grid .inner
    {
        padding: 95px 42px 40px;
    }
}

@media (max-width: 991px)
{
    .service-s2-box-grids .grid .inner
    {
        padding: 95px 35px 30px;
    }
}

@media (max-width: 767px)
{
    .service-s2-box-grids .grid .inner
    {
        padding: 85px 35px 30px;
    }
}

.service-s2-box-grids .grid:hover .inner
{
    border-color: #0f4e96;
}

.service-s2-box-grids .inner h3
{
    font-size: 20px;
    font-size: 1.33333rem;
    font-weight: 600;
    margin: 0 0 1em;
    position: relative;
}

@media (max-width: 991px)
{
    .service-s2-box-grids .inner h3
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px)
{
    .service-s2-box-grids .inner h3
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.service-s2-box-grids .inner h3 span
{
    font-size: 48px;
    font-size: 3.2rem;
    font-weight: bold;
    position: absolute;
    left: -80px;
    top: -45px;
}

@media (max-width: 1199px)
{
    .service-s2-box-grids .inner h3 span
    {
        font-size: 38px;
        font-size: 2.53333rem;
        left: 0;
        top: -60px;
    }
}

@media (max-width: 991px)
{
    .service-s2-box-grids .inner h3 span
    {
        font-size: 34px;
        font-size: 2.26667rem;
    }
}

@media (max-width: 767px)
{
    .service-s2-box-grids .inner h3 span
    {
        font-size: 30px;
        font-size: 2rem;
    }
}

.service-s2-box-grids .inner h3 span:before
{
    content: "";
    background-color: #0f4e96;
    width: 2px;
    height: 140%;
    position: absolute;
    left: 60%;
    top: -10px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.service-s2-box-grids .inner &gt; p:last-child
{
    margin-bottom: 0;
}

/*--------------------------------------------------------------
#2.2    our-team
--------------------------------------------------------------*/
.our-team-bg
{
    background-color: #f9f9f9;
}

@media (max-width: 1199px)
{
    .our-team-bg
    {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px)
{
    .our-team-bg
    {
        padding-bottom: 60px;
    }
}

.our-team .team-slider
{
    position: relative;
}

.our-team .owl-stage-outer
{
    z-index: 10;
}

.our-team .team-slider:after
{
    content: "";
    width: 120%;
    height: 300px;
    border: 2px solid #0f4e96;
    position: absolute;
    left: -10%;
    bottom: 0;
}

@media (max-width: 1199px)
{
    .our-team .team-slider:after
    {
        display: none;
    }
}

/*--------------------------------------------------------------
#2.3    fun-fact
--------------------------------------------------------------*/
.fun-fact
{
    text-align: center;
    padding: 55px 0 100px;
}

@media (max-width: 1199px)
{
    .fun-fact
    {
        padding: 0 0 100px;
    }
}

@media (max-width: 991px)
{
    .fun-fact
    {
        padding: 0 0 60px;
    }
}

@media (max-width: 767px)
{
    .fun-fact
    {
        padding: 0 0 45px;
    }
}

.fun-fact .start-count &gt; .col:last-child .grid:after
{
    display: none;
}

.fun-fact .start-count &gt; .col:last-child .grid
{
    border-bottom: 0;
}

@media (max-width: 767px)
{
    .fun-fact .start-count &gt; .col + .col .grid
    {
        margin-top: 20px;
    }
}

.fun-fact .grid
{
    padding: 0 40px;
    position: relative;
}

@media (max-width: 1199px)
{
    .fun-fact .grid
    {
        padding: 0 25px;
    }
}

@media (max-width: 991px)
{
    .fun-fact .grid
    {
        padding: 0 15px;
    }
}

@media (max-width: 767px)
{
    .fun-fact .grid
    {
        border-bottom: 1px solid #d9d9d9;
    }
}

.fun-fact .grid:after
{
    content: "";
    background: #d9d9d9;
    background: -webkit-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, #d9d9d9), color-stop(80%, #d9d9d9), color-stop(98%, white));
    background: -o-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
    background: linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
    width: 2px;
    height: 105px;
    position: absolute;
    right: -15px;
    bottom: -2%;
}

@media (max-width: 767px)
{
    .fun-fact .grid:after
    {
        display: none;
    }
}

.fun-fact .grid h3
{
    font-size: 60px;
    font-size: 4rem;
    margin: 0 0 3px;
}

@media (max-width: 1199px)
{
    .fun-fact .grid h3
    {
        font-size: 50px;
        font-size: 3.33333rem;
    }
}

@media (max-width: 991px)
{
    .fun-fact .grid h3
    {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

@media (max-width: 767px)
{
    .fun-fact .grid h3
    {
        font-size: 30px;
        font-size: 2rem;
    }
}

.fun-fact .grid h3 &gt; span:last-child
{
    color: #0f4e96;
}

.fun-fact .grid .fact-title
{
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #9a9a9a;
    margin: 0 0 1.38em;
    display: block;
}

/*--------------------------------------------------------------
#2.4    cta-newsletter
--------------------------------------------------------------*/
.cta-newsletter
{
    padding: 100px 0;
    position: relative;
}

@media (max-width: 991px)
{
    .cta-newsletter
    {
        padding: 80px 0;
        text-align: center;
    }
}

@media (max-width: 767px)
{
    .cta-newsletter
    {
        padding: 60px 0;
    }
}

.cta-newsletter:before
{
    content: "";
    background-color: rgba(5, 24, 41, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cta-newsletter .cta-newsletter-inner h3
{
    font-size: 30px;
    font-size: 2rem;
    color: #fff;
    margin: 0 0 1.23em;
}

@media (max-width: 1199px)
{
    .cta-newsletter .cta-newsletter-inner h3
    {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

@media (max-width: 991px)
{
    .cta-newsletter .cta-newsletter-inner h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.cta-newsletter .cta-newsletter-inner h3 span
{
    color: #0f4e96;
}

.cta-newsletter .subscrib-form
{
    max-width: 725px;
    position: relative;
}

@media (max-width: 1199px)
{
    .cta-newsletter .subscrib-form
    {
        max-width: 625px;
    }
}

@media (max-width: 991px)
{
    .cta-newsletter .subscrib-form
    {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 767px)
{
    .cta-newsletter .subscrib-form
    {
        max-width: 95%;
        margin: 0 auto;
    }
}

.cta-newsletter .subscrib-form input
{
    height: 45px;
    border: 0;
    padding-left: 25px;
    padding-right: 260px;
}

@media (max-width: 1199px)
{
    .cta-newsletter .subscrib-form input
    {
        height: 40px;
        padding-right: 200px;
    }
}

@media (max-width: 991px)
{
    .cta-newsletter .subscrib-form input
    {
        height: 38px;
        padding-left: 15px;
        padding-right: 140px;
    }
}

@media (max-width: 767px)
{
    .cta-newsletter .subscrib-form input
    {
        padding-right: 120px;
    }
}

.cta-newsletter .subscrib-form button
{
    background-color: #0f4e96;
    width: 240px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px)
{
    .cta-newsletter .subscrib-form button
    {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1199px)
{
    .cta-newsletter .subscrib-form button
    {
        font-size: 14px;
        font-size: 0.93333rem;
        width: 120px;
        height: 38px;
        line-height: 38px;
    }
}

@media (max-width: 767px)
{
    .cta-newsletter .subscrib-form button
    {
        width: 100px;
    }
}

.cta-newsletter .subscrib-form button:hover
{
    background-color: #e4b500;
}

.cta-newsletter .newsletter-pic
{
    position: absolute;
    right: 0;
    bottom: -100px;
}

@media (max-width: 991px)
{
    .cta-newsletter .newsletter-pic
    {
        display: none;
    }
}

/*--------------------------------------------------------------
#2.5    testimoials-s2-slider
--------------------------------------------------------------*/
.testimoials-s2-slider .testimoials-s2-grid,
.testimoials-s2-grid-view .testimoials-s2-grid
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 65px 35px 35px;
    border-radius: 5px;
    position: relative;
}

@media (max-width: 767px)
{
    .testimoials-s2-slider .testimoials-s2-grid,
    .testimoials-s2-grid-view .testimoials-s2-grid
    {
        padding: 45px 20px 20px;
    }
}

.testimoials-s2-slider .testimoials-s2-grid:after,
.testimoials-s2-grid-view .testimoials-s2-grid:after
{
    /*background: #0f4e96 url("../../uploads/location.png") no-repeat center center;
    content: "";
    width: 48px;
    height: 42px;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 5px;
    background-size: 25px;*/
}

@media (max-width: 991px)
{
    .testimoials-s2-slider .testimoials-s2-grid:after,
    .testimoials-s2-grid-view .testimoials-s2-grid:after
    {
        width: 50px;
        height: 48px;
        background-size: 20px;
    }
}

.testimoials-s2-slider .testimoials-s2-grid img,
.testimoials-s2-grid-view .testimoials-s2-grid img
{
    width: auto;
    border-radius: 50%;
}

.testimoials-s2-slider .client-info,
.testimoials-s2-grid-view .client-info
{
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

    .testimoials-s2-slider .client-info .details,
    .testimoials-s2-grid-view .client-info .details
    {
        height: 75px;
        display: inline-block;
        float: left;
        position: relative;
        padding-left: 90px;
    }

@media (max-width: 991px)
{
    .testimoials-s2-slider .client-info .details,
    .testimoials-s2-grid-view .client-info .details
    {
        float: none;
        display: block;
    }
}

.testimoials-s2-slider .client-info .details .pic,
.testimoials-s2-grid-view .client-info .details .pic
{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.testimoials-s2-slider .client-info .info,
.testimoials-s2-grid-view .client-info .info
{
    margin-top: 15px;
}

.testimoials-s2-slider .client-info h4,
.testimoials-s2-grid-view .client-info h4
{
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0;
}

@media (max-width: 991px)
{
    .testimoials-s2-slider .client-info h4,
    .testimoials-s2-grid-view .client-info h4
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

@media (max-width: 767px)
{
    .testimoials-s2-slider .client-info h4,
    .testimoials-s2-grid-view .client-info h4
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.testimoials-s2-slider .client-info p,
.testimoials-s2-grid-view .client-info p
{
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
}

@media (max-width: 767px)
{
    .testimoials-s2-slider .client-info p,
    .testimoials-s2-grid-view .client-info p
    {
        font-size: 12px;
        font-size: 0.8rem;
    }
}

.testimoials-s2-slider .client-info .rating,
.testimoials-s2-grid-view .client-info .rating
{
    display: inline-block;
    float: right;
    margin-top: 15px;
}

@media (max-width: 991px)
{
    .testimoials-s2-slider .client-info .rating,
    .testimoials-s2-grid-view .client-info .rating
    {
        float: none;
        display: block;
        margin: -20px 0 0 88px;
    }
}

.testimoials-s2-slider .client-info .rating i,
.testimoials-s2-grid-view .client-info .rating i
{
    color: #0f4e96;
}

@media screen and (min-width: 992px)
{
    .testimoials-s2-slider .owl-controls .owl-nav,
    .testimoials-s2-grid-view .owl-controls .owl-nav
    {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next
{
    background: transparent;
    font-size: 20px;
    font-size: 1.33333rem;
    color: #051829;
}

@media screen and (min-width: 992px)
{
    .testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
    .testimoials-s2-slider .owl-controls .owl-nav .owl-next,
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-next
    {
        font-size: 24px;
        font-size: 1.6rem;
        position: absolute;
        padding: 0;
        margin: 0;
    }
}

@media screen and (min-width: 992px)
{
    .testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev
    {
        left: -70px;
    }
}

@media screen and (min-width: 992px)
{
    .testimoials-s2-slider .owl-controls .owl-nav .owl-next,
    .testimoials-s2-grid-view .owl-controls .owl-nav .owl-next
    {
        right: -70px;
    }
}

.testimoials-s2-slider .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next:hover
{
    background: transparent;
    color: #0f4e96;
}

.testimonials-s2-grid-view-section
{
    padding-bottom: 70px;
}

@media (max-width: 991px)
{
    .testimonials-s2-grid-view-section
    {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px)
{
    .testimonials-s2-grid-view-section
    {
        padding-bottom: 40px;
    }
}

.testimoials-s2-grid-view
{
    overflow: hidden;
    margin: 0 -15px;
}

    .testimoials-s2-grid-view .testimoials-s2-grid
    {
        width: calc(50% - 30px);
        float: left;
        margin: 0 15px 30px;
    }

@media (max-width: 650px)
{
    .testimoials-s2-grid-view .testimoials-s2-grid
    {
        width: calc(100% - 30px);
        float: none;
    }
}

/*--------------------------------------------------------------
#3.0    features
--------------------------------------------------------------*/
.features-title
{
    /*border: 2px solid #f8f8f8;*/
    padding: 25px 10px;
    /*border-radius: 5px;*/
}

@media (max-width: 991px)
{
    .features-title
    {
        /*margin-bottom: 40px;*/
        padding: 35px 30px;
    }
}

@media (max-width: 991px)
{
    .features-title
    {
        padding: 25px 0px 0 0;
    }
}

.features-title h2
{
    font-size: 30px;
    font-size: 2rem;
    margin: 0 0 0.9em;
}

@media (max-width: 1199px)
{
    .features-title h2
    {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

@media (max-width: 767px)
{
    .features-title h2
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.features-title p
{
    margin: 0;
}

.feature-grid
{
    text-align: center;
}

@media (max-width: 767px)
{
    .feature-grid
    {
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid #e6e3e3;
    }
}

.feature-grid .icon
{
    background-color: #0f4e96;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto 35px;
    border-radius: 50%;
}

@media (max-width: 1199px)
{
    .feature-grid .icon
    {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
}

@media (max-width: 767px)
{
    .feature-grid .icon
    {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto 25px;
    }
}

.feature-grid .icon .fi:before
{
    font-size: 50px;
    color: #000;
}

@media (max-width: 1199px)
{
    .feature-grid .icon .fi:before
    {
        font-size: 40px;
    }
}

@media (max-width: 767px)
{
    .feature-grid .icon .fi:before
    {
        font-size: 30px;
    }
}

.feature-grid h3
{
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 0 0 0.5em;
}

@media (max-width: 1199px)
{
    .feature-grid h3
    {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

.feature-grid p
{
    margin-bottom: 1.7em;
}

@media (max-width: 767px)
{
    .feature-grid p
    {
        margin-bottom: 1.4em;
    }
}

.feature-grid .more
{
    color: #0f4e96;
    font-weight: 600;
}

.features .row &gt; .col:last-child .feature-grid
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------
#3.1    services-s3
--------------------------------------------------------------*/
.services-s3
{
    background-color: #e8f0f7;
    padding-bottom: 70px;
}

@media (max-width: 991px)
{
    .services-s3
    {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px)
{
    .services-s3
    {
        padding-bottom: 40px;
    }
}

.services-s3-grids
{
    overflow: hidden;
    margin: 0 -15px;
}

    .services-s3-grids .grid
    {
        width: 33.33%;
        float: left;
        padding: 0 15px 30px;
        position: relative;
    }

@media (max-width: 991px)
{
    .services-s3-grids .grid
    {
        width: 50%;
    }
}

@media (max-width: 600px)
{
    .services-s3-grids .grid
    {
        width: 100%;
        float: none;
    }
}

.services-s3-grids .grid:hover .details
{
    background-color: #e4b500;
}

.services-s3-grids .grid:hover h3 a
{
    color: #fff;
}

.services-s3-grids .grid .inner
{
    position: relative;
    overflow: hidden;
}

.services-s3-grids .grid .details
{
    background-color: #0f4e96;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.services-s3-grids .grid img
{
    border-radius: 5px;
}

.services-s3-grids .grid h3
{
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0;
}

@media (max-width: 1199px)
{
    .services-s3-grids .grid h3
    {
        font-size: 15px;
        font-size: 1rem;
    }
}

.services-s3-grids .grid h3 a
{
    display: block;
    color: #051829;
    padding: 12px 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
#3.2    pricing
--------------------------------------------------------------*/
.pricing
{
    text-align: center;
}

    .pricing .pricing-tab
    {
        list-style-type: none;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 50px;
        border-radius: 5px;
    }

        .pricing .pricing-tab li
        {
            float: left;
        }

            .pricing .pricing-tab li a
            {
                display: block;
                font-size: 16px;
                font-size: 1.06667rem;
                font-weight: bold;
                color: #0f4e96;
                border: 2px solid #0f4e96;
                padding: 15px 80px;
            }

@media (max-width: 1199px)
{
    .pricing .pricing-tab li a
    {
        font-size: 14px;
        font-size: 0.93333rem;
        border: 2px solid #0f4e96;
        padding: 10px 50px;
    }
}

@media (max-width: 767px)
{
    .pricing .pricing-tab li a
    {
        padding: 5px 30px;
    }
}

.pricing .pricing-tab li.active a
{
    background-color: #0f4e96;
    color: #051829;
}

.pricing .pricing-grids
{
    overflow: hidden;
    margin: 0 -15px;
}

    .pricing .pricing-grids .pricing-grid
    {
        width: 33.33%;
        float: left;
        text-align: center;
        padding: 0 15px 15px;
    }

@media (max-width: 991px)
{
    .pricing .pricing-grids .pricing-grid
    {
        width: 50%;
    }
}

@media (max-width: 767px)
{
    .pricing .pricing-grids .pricing-grid
    {
        width: 100%;
        float: none;
    }
}

.pricing .pricing-grids .pricing-details
{
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
}

.pricing .pricing-grids .pricing-header
{
    background-color: #051829;
    padding: 40px 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px)
{
    .pricing .pricing-grids .pricing-header
    {
        padding: 30px 0;
    }
}

.pricing .pricing-grids .pricing-header h3
{
    font-size: 24px;
    font-size: 1.6rem;
    color: #0f4e96;
    margin: 0;
}

@media (max-width: 1199px)
{
    .pricing .pricing-grids .pricing-header h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 991px)
{
    .pricing .pricing-grids .pricing-header h3
    {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

.pricing .pricing-grids .pricing-header .price
{
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    position: relative;
}

@media (max-width: 1199px)
{
    .pricing .pricing-grids .pricing-header .price
    {
        font-size: 40px;
        font-size: 2.66667rem;
    }
}

@media (max-width: 991px)
{
    .pricing .pricing-grids .pricing-header .price
    {
        font-size: 35px;
        font-size: 2.33333rem;
    }
}

.pricing .pricing-grids .pricing-header .price span
{
    font-size: 28px;
    font-size: 1.86667rem;
    position: relative;
    top: -13px;
}

@media (max-width: 991px)
{
    .pricing .pricing-grids .pricing-header .price span
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.pricing .pricing-grids .pricing-header .sing-up
{
    background-color: #0f4e96;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
    display: inline-block;
    border-radius: 5px;
}

@media (max-width: 1199px)
{
    .pricing .pricing-grids .pricing-header .sing-up
    {
        width: 125px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

@media (max-width: 991px)
{
    .pricing .pricing-grids .pricing-header .sing-up
    {
        width: 110px;
        height: 35px;
        line-height: 35px;
    }
}

.pricing .pricing-grids .pricing-header .off
{
    background-color: #fd3e03;
    color: #fff;
    display: block;
    padding: 0 25px;
    position: absolute;
    right: -32px;
    top: -24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.pricing .pricing-grids .pricing-body
{
    padding: 40px 15px;
}

    .pricing .pricing-grids .pricing-body ul
    {
        list-style-type: none;
    }

        .pricing .pricing-grids .pricing-body ul li
        {
            color: #6a6a6a;
        }

            .pricing .pricing-grids .pricing-body ul li i
            {
                color: #0f4e96;
            }

        .pricing .pricing-grids .pricing-body ul &gt; li + li
        {
            margin-top: 17px;
        }

@media (max-width: 991px)
{
    .pricing .pricing-grids .pricing-body ul &gt; li + li
    {
        margin-top: 14px;
    }
}

.pricing .pricing-grids .pricing-footer
{
    border-top: 1px solid #d9d9d9;
    padding: 19px 0;
}

@media (max-width: 1199px)
{
    .pricing .pricing-grids .pricing-footer
    {
        padding: 14px 0;
    }
}

.pricing .pricing-grids .pricing-footer a
{
    font-size: 15px;
    font-size: 1rem;
    color: #051829;
}

    .pricing .pricing-grids .pricing-footer a span
    {
        font-size: 18px;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .pricing .pricing-grids .pricing-footer a:hover
    {
        color: #0f4e96;
    }

/*--------------------------------------------------------------
#4.0	faq-pg-section
--------------------------------------------------------------*/
.faq-pg-section .section-title-s4 p span
{
    display: block;
    font-weight: 600;
}

@media screen and (min-width: 992px)
{
    .faq-pg-section .faq-section
    {
        border: 1px solid #dee0e1;
        padding: 70px;
        border-radius: 5px;
    }
}

/*--------------------------------------------------------------
#5.0	service-single-section
--------------------------------------------------------------*/
.service-single-content .title
{
    position: relative;
    margin-top: 52px;
}

@media screen and (min-width: 1200px)
{
    .service-single-content .title
    {
        padding-right: 340px;
    }
}

@media (max-width: 767px)
{
    .service-single-content .title
    {
        margin-top: 40px;
    }
}

.service-single-content .title h3
{
    font-size: 25px;
    font-size: 1.66667rem;
    margin: 0 0 2em;
}

@media (max-width: 991px)
{
    .service-single-content .title h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px)
{
    .service-single-content .title h3
    {
        font-size: 17px;
        font-size: 1.13333rem;
    }
}

.service-single-content .download
{
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px)
{
    .service-single-content .download
    {
        position: static;
        margin-bottom: 40px;
    }
}

.service-single-content .download a
{
    padding: 10px 20px 10px 40px;
    border: 2px solid #0f4e96;
    color: #6a6a6a;
    font-weight: 600;
    position: relative;
}

@media (max-width: 1199px)
{
    .service-single-content .download a
    {
        padding: 7px 15px 7px 30px;
    }
}

@media (max-width: 991px)
{
    .service-single-content .download a
    {
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 5px 15px 5px 30px;
    }
}

.service-single-content .download a i
{
    position: absolute;
    left: 20px;
}

@media (max-width: 1199px)
{
    .service-single-content .download a i
    {
        left: 10px;
    }
}

.service-single-content .details ul
{
    list-style-type: none;
    padding: 2em 0 3em;
}

    .service-single-content .details ul li
    {
        position: relative;
        padding-left: 75px;
        font-weight: 600;
    }

@media (max-width: 1199px)
{
    .service-single-content .details ul li
    {
        padding-left: 45px;
    }
}

.service-single-content .details ul &gt; li + li
{
    margin-top: 45px;
}

@media (max-width: 1199px)
{
    .service-single-content .details ul &gt; li + li
    {
        margin-top: 20px;
    }
}

.service-single-content .details ul li i
{
    background-color: #0f4e96;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px)
{
    .service-single-content .details ul li i
    {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

.service-single-content .details p
{
    margin-bottom: 2em;
}

@media (max-width: 991px)
{
    .service-single-content .details h4
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

/*--------------------------------------------------------------
#6.0	service-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-details
{
    border: 2px solid #0f4e96;
    padding: 60px 50px;
    border-radius: 5px;
}

@media (max-width: 1199px)
{
    .project-single-section .project-single-details
    {
        padding: 40px 30px;
    }
}

@media (max-width: 991px)
{
    .project-single-section .project-single-details
    {
        margin-top: 50px;
    }
}

@media (max-width: 767px)
{
    .project-single-section .project-single-details
    {
        padding: 30px 25px;
    }
}

.project-single-section .project-single-details h3
{
    font-size: 25px;
    font-size: 1.66667rem;
    margin: 0 0 0.75em;
}

@media (max-width: 991px)
{
    .project-single-section .project-single-details h3
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

.project-single-section .project-info
{
    list-style-type: none;
    padding-top: 40px;
}

@media (max-width: 991px)
{
    .project-single-section .project-info
    {
        padding-top: 20px;
    }
}

.project-single-section .project-info li
{
    font-size: 15px;
    font-size: 1rem;
}

@media (max-width: 767px)
{
    .project-single-section .project-info li
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.project-single-section .project-info li span
{
    color: #051829;
    font-weight: 600;
}

.project-single-section .project-info &gt; li + li
{
    margin-top: 13px;
}

.project-single-section .project-info i
{
    color: #0f4e96;
    display: inline-block;
    padding-right: 5px;
}

/*--------------------------------------------------------------
#6.0	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section
{
    /*** contact form ***/
}

    .contact-pg-section .contact-info ul li
    {
        padding-left: 45px;
        position: relative;
        list-style-type: none;
    }

    .contact-pg-section .contact-info ul &gt; li + li
    {
        margin-top: 50px;
    }

@media (max-width: 991px)
{
    .contact-pg-section .contact-info ul &gt; li + li
    {
        margin-top: 25px;
    }
}

.contact-pg-section .contact-info .icon
{
    background-color: #0f4e96;
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.contact-pg-section .contact-info p
{
    font-size: 17px;
    font-size: 1.13333rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #051829;
    margin: 0;
}

@media (max-width: 1199px)
{
    .contact-pg-section .contact-info p
    {
        font-size: 15px;
        font-size: 1rem;
    }
}

.contact-pg-section .contact-info p span
{
    display: block;
    color: #969fab;
}

.contact-pg-section .location-map
{
    background-color: red;
    height: 357px;
    border-radius: 10px;
}

@media (max-width: 991px)
{
    .contact-pg-section .location-map
    {
        margin-top: 40px;
    }
}

.contact-pg-section .contact-form
{
    margin-top: 70px;
}

    .contact-pg-section .contact-form &gt; div
    {
        margin-bottom: 40px;
    }

@media (max-width: 991px)
{
    .contact-pg-section .contact-form &gt; div
    {
        margin-bottom: 20px;
    }
}

.contact-pg-section .contact-form label
{
    font-size: 22px;
    font-size: 1.46667rem;
    color: #051829;
    font-weight: 600;
}

@media (max-width: 1199px)
{
    .contact-pg-section .contact-form label
    {
        font-size: 15px;
        font-size: 1rem;
    }
}

.contact-pg-section .contact-form input,
.contact-pg-section .contact-form textarea
{
    height: 45px;
    border: 2px solid #d1d7e0;
    border-radius: 10px;
}

@media (max-width: 991px)
{
    .contact-pg-section .contact-form input,
    .contact-pg-section .contact-form textarea
    {
        height: 35px;
        border: 1px solid #d1d7e0;
        border-radius: 5px;
    }
}

.contact-pg-section .contact-form textarea
{
    height: 230px;
}

@media (max-width: 991px)
{
    .contact-pg-section .contact-form textarea
    {
        height: 150px;
    }
}

.contact-pg-section .contact-form .submit-btn
{
    margin-bottom: 0;
}

    .contact-pg-section .contact-form .submit-btn button
    {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-size: 1.2rem;
        padding: 0;
        font-weight: 600;
    }

@media (max-width: 1199px)
{
    .contact-pg-section .contact-form .submit-btn button
    {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        font-size: 1rem;
    }
}

@media (max-width: 991px)
{
    .contact-pg-section .contact-form .submit-btn button
    {
        height: 40px;
        line-height: 40px;
    }
}

.contact-pg-section #contact-form-s2 #loader i
{
    color: #051829;
}

/*--------------------------------------------------------------
#7.0	blog-grid section
--------------------------------------------------------------*/
.blog-grid-section .news-grids
{
    overflow: hidden;
    padding-top: 0;
}

/*    .blog-grid-section .news-grids .grid
    {
        margin-bottom: 30px;
    }
*/
    .blog-grid-section .news-grids &gt; .grid:last-child
    {
        margin-top: 0;
    }

.blog-grid-section .pagination-wrapper
{
    margin-top: 50px;
}

@media (max-width: 991px)
{
    .blog-grid-section .pagination-wrapper
    {
        margin-top: 30px;
    }
}

@media (max-width: 767px)
{
    .blog-grid-section .pagination-wrapper
    {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# blog with sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	blog-with-sidebar
--------------------------------------------------------------*/
.blog-with-sidebar .news-grids
{
    padding-top: 0;
}

    .blog-with-sidebar .news-grids .grid
    {
        width: 50%;
        margin-bottom: 30px;
    }

@media (max-width: 580px)
{
    .blog-with-sidebar .news-grids .grid
    {
        width: 100%;
    }
}

.blog-with-sidebar .news-grids &gt; .grid:last-child
{
    margin-top: 0;
}

.blog-with-sidebar .pagination-wrapper
{
    margin-top: 50px;
}

@media (max-width: 991px)
{
    .blog-with-sidebar .pagination-wrapper
    {
        margin-top: 30px;
    }
}

@media (max-width: 767px)
{
    .blog-with-sidebar .pagination-wrapper
    {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
	blog details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	blog-single-content
--------------------------------------------------------------*/
.blog-single
{
    background-color: #f2f2f2;
}

.blog-single-content
{
    /*** post ***/
    /*** tags ***/
    /*** comments ***/
}

    .blog-single-content ul
    {
        list-style: none;
    }

@media screen and (min-width: 992px)
{
    .blog-single-content
    {
        margin-bottom: 80px;
    }
}

@media (max-width: 991px)
{
    .blog-single-content
    {
        margin-bottom: 60px;
		padding: 0;
    }
}

.blog-single-content .post-title-meta .btn
{
    background-color: #051829;
    font-size: 12px;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 13px;
    border: 0;
    border-radius: 0;
    cursor: auto;
}

.blog-single-content .post-title-meta h1
{
    font-size: 30px;
    font-size: 2rem;
    font-weight: blod;
    margin: 0.57em 0 0.53em;
    line-height: 1.3em;
    color: #1a1a1a;
}

@media screen and (min-width: 1200px)
{
    .blog-single-content .post-title-meta h2
    {
        padding-right: 200px;
    }
}

@media (max-width: 767px)
{
    .blog-single-content .post-title-meta h1
    {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.blog-single-content .post-title-meta ul
{
    overflow: hidden;
    margin-bottom: 24px;
}

    .blog-single-content .post-title-meta ul li
    {
        font-size: 14px;
        font-size: 0.93333rem;
        float: left;
        text-transform: uppercase;
        margin-right: 8px;
        padding-right: 8px;
        position: relative;
    }

        .blog-single-content .post-title-meta ul li:after
        {
            content: "/";
            color: #999999;
            position: absolute;
            right: 0;
        }

        .blog-single-content .post-title-meta ul li:last-child:after
        {
            display: none;
        }

        .blog-single-content .post-title-meta ul li a
        {
            color: #999999;
        }

            .blog-single-content .post-title-meta ul li a:hover
            {
                color: #051829;
            }

.blog-single-content h3
{
    font-size: 21px;
    font-size: 1.4rem;
    color: #1a1a1a;
    margin: 0;
}

@media (max-width: 767px)
{
    .blog-single-content h3
    {
        font-size: 18px;
    }
}

.blog-single-content p
{
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: 15px;
}

@media (max-width: 767px)
{
    .blog-single-content p
    {
        font-size: 14px;
    }
}

.blog-single-content .post,
.blog-single-content .comments
{
    background-color: #fff;
}

.blog-single-content .post
{
    padding: 0 45px 70px 45px;
}

@media (max-width: 991px)
{
    .blog-single-content .post
    {
        padding: 0 45px 45px;
    }
}

@media (max-width: 767px)
{
    .blog-single-content .post
    {
        padding: 0 20px 45px 20px;
    }
}

.blog-single-content .post h3
{
    margin: 1.9em 0 0.9em;
}

.blog-single-content .post .media
{
    margin: 0 -45px 48px;
}

@media (max-width: 767px)
{
    .blog-single-content .post .media
    {
        margin: 0 -20px 40px;
    }
}

.blog-single-content .gallery-post
{
    margin: 35px 0 0;
}

    .blog-single-content .gallery-post .gallery
    {
        overflow: hidden;
    }

        .blog-single-content .gallery-post .gallery &gt; div:first-child
        {
            width: 60%;
            float: left;
        }

        .blog-single-content .gallery-post .gallery &gt; div:last-child
        {
            width: 38%;
            float: right;
        }

.blog-single-content .tag-share
{
    overflow: hidden;
    margin: 25px 0 15px;
    /*** share ***/
}

@media (max-width: 767px)
{
    .blog-single-content .tag-share
    {
        margin: 25px 0;
    }
}

.blog-single-content .tag-share &gt; div
{
    display: inline-block;
    float: left;
}

@media (max-width: 767px)
{
    .blog-single-content .tag-share &gt; div
    {
        display: block;
        float: none !important;
    }
}

.blog-single-content .tag-share &gt; div:last-child
{
    float: right;
}

.blog-single-content .tag-share &gt; div:first-child
{
    padding-left: 20px;
}

    .blog-single-content .tag-share &gt; div:first-child span
    {
        font-size: 15px;
        font-size: 1rem;
        font-weight: bold;
        color: #000;
        margin-right: 25px;
        position: relative;
        top: -11px;
    }

@media (max-width: 991px)
{
    .blog-single-content .tag-share &gt; div:first-child
    {
        padding-left: 0;
    }

        .blog-single-content .tag-share &gt; div:first-child span
        {
            font-size: 14px;
            font-size: 0.93333rem;
            margin-right: 15px;
            top: -20px;
        }
}

@media (max-width: 767px)
{
    .blog-single-content .tag-share &gt; div:first-child
    {
        padding-left: 0;
    }

        .blog-single-content .tag-share &gt; div:first-child span
        {
            font-size: 14px;
            font-size: 0.93333rem;
            margin-right: 15px;
            top: 0;
            display: block;
            margin-bottom: 5px;
        }
}

.blog-single-content .tag-share ul
{
    display: inline-block;
    overflow: hidden;
}

    .blog-single-content .tag-share ul li
    {
        float: left;
        margin-right: 12px;
    }

        .blog-single-content .tag-share ul li:last-child
        {
            margin-right: 0;
        }

.blog-single-content .tag-share .tag a
{
    background-color: #fff;
    font-size: 14px;
    font-size: 0.93333rem;
    color: #333333;
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    text-transform: lowercase;
}

@media (max-width: 991px)
{
    .blog-single-content .tag-share .tag a
    {
        padding: 5px 10px;
        margin-bottom: 10px;
    }
}

.blog-single-content .tag-share .tag a:hover
{
    background-color: #0f4e96;
    color: #fff;
}

.blog-single-content .tag-share .share
{
    padding-bottom: 0;
}

    .blog-single-content .tag-share .share li
    {
        opacity: 0.9;
    }

        .blog-single-content .tag-share .share li:hover
        {
            opacity: 1;
        }

        .blog-single-content .tag-share .share li:first-child
        {
            background-color: #106ed2;
        }

        .blog-single-content .tag-share .share li:nth-child(2)
        {
            background-color: #3ad0fb;
        }

        .blog-single-content .tag-share .share li:last-child
        {
            background-color: #1379bb;
        }

    .blog-single-content .tag-share .share a
    {
        font-size: 16px;
        font-size: 1.06667rem;
        color: #fff;
        display: inline-block;
        padding: 6px 15px;
    }

@media (max-width: 991px)
{
    .blog-single-content .tag-share .share a
    {
        font-size: 14px;
        font-size: 0.93333rem;
        padding: 5px 10px;
    }
}

.blog-single-content .tag-share .share a i
{
    display: inline-block;
    padding-right: 4px;
}

.blog-single-content .comments
{
    padding: 55px 45px 0;
    /*** .article ***/
}

@media (max-width: 1199px)
{
    .blog-single-content .comments
    {
        padding: 45px 25px 0;
    }
}

@media (max-width: 767px)
{
    .blog-single-content .comments
    {
        padding: 40px 25px 0;
    }
}

.blog-single-content .comments .title
{
    margin-bottom: 65px;
}

.blog-single-content .comments h3
{
    font-size: 22px;
    font-size: 1.46667rem;
    text-align: center;
    font-weight: bold;
}

.blog-single-content .comments &gt; ol
{
    padding-left: 0;
}

.blog-single-content .comments ol
{
    list-style: none;
}

    .blog-single-content .comments ol &gt; li
    {
        margin-bottom: 35px;
    }

        .blog-single-content .comments ol &gt; li:last-child
        {
            margin-bottom: 0;
        }

        .blog-single-content .comments ol &gt; li &gt; ol
        {
            margin-left: 28px;
            margin-top: 35px;
            padding: 0;
        }

@media (max-width: 767px)
{
    .blog-single-content .comments ol &gt; li &gt; ol
    {
        margin: 30px 0 0 0;
    }
}

.blog-single-content .comments ol &gt; li &gt; ol &gt; li
{
    background-color: #fafafa;
    padding: 30px;
    margin-bottom: 35px !important;
}

@media (max-width: 767px)
{
    .blog-single-content .comments ol &gt; li &gt; ol &gt; li
    {
        padding: 20px;
    }
}

.blog-single-content .comments ol &gt; li &gt; ol &gt; li:last-child
{
    margin-bottom: 0 !important;
}

.blog-single-content .comments .article
{
    overflow: hidden;
}

    .blog-single-content .comments .article h4
    {
        font-size: 16px;
        font-size: 1.06667rem;
        margin: 0;
        text-transform: capitalize;
    }

@media (max-width: 767px)
{
    .blog-single-content .comments .article h4
    {
        font-size: 14px;
    }
}

.blog-single-content .comments .article p
{
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 5px;
}

@media (max-width: 767px)
{
    .blog-single-content .comments .article p
    {
        font-size: 14px;
    }
}

.blog-single-content .comments .article .replay button
{
    background-color: transparent;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold;
    color: #051829;
    padding: 0;
    border: 0;
    outline: 0;
}

@media (max-width: 767px)
{
    .blog-single-content .comments .article .replay button
    {
        font-size: 14px;
    }
}

.blog-single-content .comments .article .author-meta
{
    overflow: hidden;
    margin-bottom: 5px;
}

    .blog-single-content .comments .article .author-meta &gt; div
    {
        display: inline-block;
    }

        .blog-single-content .comments .article .author-meta &gt; div:last-child
        {
            font-size: 13px;
            font-size: 0.86667rem;
            color: gray;
            padding-left: 5px;
        }

.blog-single-content .comments .article .author-pic
{
    width: 10%;
    float: left;
}

@media (max-width: 767px)
{
    .blog-single-content .comments .article .author-pic
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.blog-single-content .comments .article .details
{
    width: 90%;
    float: left;
}

@media (max-width: 767px)
{
    .blog-single-content .comments .article .details
    {
        width: 100%;
        float: none;
    }
}

.blog-single-content .comment-respond
{
    margin-top: 75px;
}

    .blog-single-content .comment-respond h3
    {
        margin: 0 0 2em;
    }

    .blog-single-content .comment-respond form
    {
        margin: 0 -15px;
        position: relative;
    }

        .blog-single-content .comment-respond form input,
        .blog-single-content .comment-respond form textarea
        {
            border-radius: 0;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 1px solid #cccccc;
        }

        .blog-single-content .comment-respond form textarea
        {
            height: 110px;
        }

        .blog-single-content .comment-respond form &gt; div
        {
            margin-bottom: 50px;
        }

        .blog-single-content .comment-respond form .theme-btn-s2
        {
            text-transform: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            position: absolute;
            left: 50%;
            bottom: -100px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

@media (max-width: 991px)
{
    .blog-single-content .comment-respond form .theme-btn-s2
    {
        position: relative;
        bottom: 0;
    }
}

/*--------------------------------------------------------------
	shop grid page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	products-section
--------------------------------------------------------------*/
.shop .products-grids &gt; .col
{
    margin-bottom: 30px;
}

@media (max-width: 500px)
{
    .shop .products-grids &gt; .col
    {
        width: 100%;
    }
}

/*--------------------------------------------------------------
	shop with sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	shop-main-content
--------------------------------------------------------------*/
.shop-with-sidebar .products-grids
{
    overflow: hidden;
}

    .shop-with-sidebar .products-grids .grid-wrapper
    {
        width: 33.33%;
        float: left;
        padding: 0 7.5px;
        margin-bottom: 20px;
    }

@media (max-width: 1199px)
{
    .shop-with-sidebar .products-grids .grid-wrapper
    {
        width: 50%;
    }
}

@media (max-width: 500px)
{
    .shop-with-sidebar .products-grids .grid-wrapper
    {
        width: 100%;
    }
}

.shop-with-sidebar .products-grids .grid
{
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
}

/*--------------------------------------------------------------
	Shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	products-section
--------------------------------------------------------------*/
.shop-details-main-content
{
    /*** product slider ***/
    /*** product info ***/
    /*** upsell product **/
}

    .shop-details-main-content .shop-single-slider-wrapper .slider-for
    {
        text-align: center;
    }

        .shop-details-main-content .shop-single-slider-wrapper .slider-for img
        {
            display: inline-block;
        }

    .shop-details-main-content .shop-single-slider-wrapper .slider-nav
    {
        padding: 0 25px;
        margin-top: 35px;
    }

        .shop-details-main-content .shop-single-slider-wrapper .slider-nav &gt; i
        {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 100;
        }

            .shop-details-main-content .shop-single-slider-wrapper .slider-nav &gt; i:hover
            {
                cursor: pointer;
            }

        .shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt
        {
            left: auto;
            right: 0;
        }

        .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide
        {
            text-align: center;
        }

            .shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img
            {
                display: inline-block;
            }

    .shop-details-main-content .product-details
    {
        padding: 30px 30px 93px;
        /*** product option ***/
    }

@media (max-width: 1199px)
{
    .shop-details-main-content .product-details
    {
        padding: 40px 30px 85px;
    }
}

@media (max-width: 991px)
{
    .shop-details-main-content .product-details
    {
        margin-top: 45px;
        padding: 40px 30px;
    }
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-details
    {
        padding: 0;
    }
}

.shop-details-main-content .product-details h1
{
    font-size: 27px;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: 0 0 0.33em;
    text-transform: capitalize;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-details h1
    {
        font-size: 22px;
        font-size: 1.46667rem;
    }
}

.shop-details-main-content .product-details .rating i
{
    font-size: 16px;
    font-size: 1.06667rem;
    color: #0f4e96;
}

.shop-details-main-content .product-details .price
{
    font-size: 36px;
    font-size: 2.4rem;
    color: #051829;
    margin: 7px 0 14px;
}

@media (max-width: 991px)
{
    .shop-details-main-content .product-details .price
    {
        font-size: 30px;
        font-size: 2rem;
    }
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-details .price
    {
        font-size: 25px;
        font-size: 1.66667rem;
    }
}

.shop-details-main-content .product-details .price .old
{
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #9d9d9d;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 991px)
{
    .shop-details-main-content .product-details .price .old
    {
        font-size: 20px;
        font-size: 1.33333rem;
    }
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-details .price .old
    {
        font-size: 18px;
        font-size: 1.2rem;
    }
}

.shop-details-main-content .product-details p
{
    margin: 0;
}

.shop-details-main-content .product-details .product-option
{
    margin-top: 45px;
}

    .shop-details-main-content .product-details .product-option .p-row
    {
        overflow: hidden;
    }

        .shop-details-main-content .product-details .product-option .p-row &gt; div
        {
            height: 35px;
            display: inline-block;
            float: left;
            margin-right: 15px;
        }

            .shop-details-main-content .product-details .product-option .p-row &gt; div:first-child
            {
                width: 85px;
            }

            .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn:hover, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s2:hover, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s3:hover, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s4:hover, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s5:hover
            {
                background: #051829;
                border-color: #051829;
                color: #fff;
            }

    .shop-details-main-content .product-details .product-option .theme-btn, .shop-details-main-content .product-details .product-option .theme-btn-s2, .shop-details-main-content .product-details .product-option .theme-btn-s3, .shop-details-main-content .product-details .product-option .theme-btn-s4, .shop-details-main-content .product-details .product-option .theme-btn-s5
    {
        font-size: 16px;
        font-size: 1.06667rem;
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
    }

@media (max-width: 767px)
{
    .shop-details-main-content .product-details .product-option .theme-btn, .shop-details-main-content .product-details .product-option .theme-btn-s2, .shop-details-main-content .product-details .product-option .theme-btn-s3, .shop-details-main-content .product-details .product-option .theme-btn-s4, .shop-details-main-content .product-details .product-option .theme-btn-s5
    {
        font-size: 14px;
        font-size: 0.93333rem;
    }
}

.shop-details-main-content .product-details .product-option .theme-btn:before, .shop-details-main-content .product-details .product-option .theme-btn-s2:before, .shop-details-main-content .product-details .product-option .theme-btn-s3:before, .shop-details-main-content .product-details .product-option .theme-btn-s4:before, .shop-details-main-content .product-details .product-option .theme-btn-s5:before
{
    display: none;
}

.shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s2, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s3, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s4, .shop-details-main-content .product-details .product-option .p-row &gt; div:last-child .theme-btn-s5
{
    background-color: #fff;
    color: #051829;
    border: 1px solid #f8f8f8;
}

.shop-details-main-content .product-details #count-product
{
    border-radius: 0;
    border: 1px solid #f8f8f8;
}

    .shop-details-main-content .product-details #count-product:focus
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down
{
    border-radius: 0;
    border-color: #f8f8f8;
}

    .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
    .shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover
    {
        background-color: #051829;
        color: #fff;
    }

.shop-details-main-content .product-info
{
    margin-top: 75px;
    /*** tabs ***/
    /*** client review ***/
    /*** review form ***/
}

    .shop-details-main-content .product-info h4
    {
        font-size: 15px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.7em;
    }

    .shop-details-main-content .product-info p
    {
        font-size: 14px;
    }

    .shop-details-main-content .product-info .tab-pane p:last-child
    {
        margin-bottom: 0;
    }

    .shop-details-main-content .product-info .nav-tabs
    {
        border: 0;
        margin-bottom: 30px;
    }

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .nav-tabs
    {
        margin-bottom: 20px;
    }
}

.shop-details-main-content .product-info .nav-tabs li
{
    margin-right: 45px;
    border: 0;
}

    .shop-details-main-content .product-info .nav-tabs li:last-child
    {
        margin-right: 0;
    }

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .nav-tabs li
    {
        margin-right: 15px;
    }
}

.shop-details-main-content .product-info .nav-tabs li.active a
{
    border: 0;
    outline: 0;
}

.shop-details-main-content .product-info .nav-tabs a
{
    font-size: 18px;
    color: #b3b3b3;
    border: 0;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .nav-tabs a
    {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.shop-details-main-content .product-info .nav-tabs a:hover,
.shop-details-main-content .product-info .nav-tabs .active a
{
    background: transparent;
    color: #051829;
}

.shop-details-main-content .product-info .client-review
{
    overflow: hidden;
    margin-bottom: 30px;
}

    .shop-details-main-content .product-info .client-review:last-child
    {
        margin-bottom: 0;
    }

    .shop-details-main-content .product-info .client-review .client-pic
    {
        width: 14%;
        float: left;
    }

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .client-review .client-pic
    {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

.shop-details-main-content .product-info .client-review .details
{
    width: 86%;
    float: right;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .client-review .details
    {
        width: 100%;
        float: none;
    }
}

.shop-details-main-content .product-info .client-review .name-rating-time
{
    border-bottom: 1px solid #f8f8f8;
    margin-top: -5px;
}

@media (max-width: 991px)
{
    .shop-details-main-content .product-info .client-review .name-rating-time
    {
        margin-top: 0;
    }
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .client-review .name-rating-time
    {
        padding-bottom: 3px;
    }
}

.shop-details-main-content .product-info .client-review .name-rating-time &gt; div,
.shop-details-main-content .product-info .client-review .name-rating &gt; div
{
    display: inline-block;
    font-size: 14px;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .client-review .name-rating-time &gt; div,
    .shop-details-main-content .product-info .client-review .name-rating &gt; div
    {
        font-size: 12px;
        display: block;
    }

        .shop-details-main-content .product-info .client-review .name-rating-time &gt; div h4,
        .shop-details-main-content .product-info .client-review .name-rating &gt; div h4
        {
            font-size: 12px;
        }
}

.shop-details-main-content .product-info .client-review .rating
{
    font-size: 14px;
    padding-left: 10px;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .client-review .rating
    {
        padding-left: 0;
        margin: 2px 0 7px;
    }
}

.shop-details-main-content .product-info .client-review .name-rating-time .time
{
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .client-review .name-rating-time .time
    {
        float: none;
    }
}

.shop-details-main-content .product-info .client-review .review-body
{
    padding-top: 8px;
}

    .shop-details-main-content .product-info .client-review .review-body p
    {
        font-size: 14px;
    }

@media screen and (min-width: 1200px)
{
    .shop-details-main-content .product-info .review-form-wrapper
    {
        padding-left: 45px;
    }
}

@media (max-width: 991px)
{
    .shop-details-main-content .product-info .review-form
    {
        margin-top: 45px;
    }
}

.shop-details-main-content .product-info .review-form h4
{
    margin-bottom: 1.73em;
}

.shop-details-main-content .product-info .review-form form input,
.shop-details-main-content .product-info .review-form form textarea
{
    border-radius: 0;
}

    .shop-details-main-content .product-info .review-form form input:focus,
    .shop-details-main-content .product-info .review-form form textarea:focus
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.shop-details-main-content .product-info .review-form form textarea
{
    height: 130px;
}

.shop-details-main-content .product-info .review-form form &gt; div
{
    margin-bottom: 27px;
}

    .shop-details-main-content .product-info .review-form form &gt; div:last-child
    {
        margin-bottom: 0;
    }

.shop-details-main-content .product-info .review-form form .rating-post &gt; div
{
    display: inline-block;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .review-form form .rating-post &gt; div
    {
        display: block;
        float: none !important;
    }
}

.shop-details-main-content .product-info .review-form form .rating-post &gt; div:last-child
{
    float: right;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .review-form form .rating-post &gt; div:last-child
    {
        margin-top: 20px;
    }
}

.shop-details-main-content .product-info .review-form form .rating a
{
    font-size: 14px;
    color: #cccccc;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 767px)
{
    .shop-details-main-content .product-info .review-form form .rating a
    {
        font-size: 12px;
        margin-right: 5px;
    }
}

.shop-details-main-content .product-info .review-form form .rating a:last-child
{
    margin: 0;
}

.shop-details-main-content .product-info .review-form form .rating a:hover
{
    color: #051829;
}

.shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-main-content .product-info .review-form form .theme-btn-s2, .shop-details-main-content .product-info .review-form form .theme-btn-s3, .shop-details-main-content .product-info .review-form form .theme-btn-s4, .shop-details-main-content .product-info .review-form form .theme-btn-s5
{
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (min-width: 767px)
{
    .shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-main-content .product-info .review-form form .theme-btn-s2, .shop-details-main-content .product-info .review-form form .theme-btn-s3, .shop-details-main-content .product-info .review-form form .theme-btn-s4, .shop-details-main-content .product-info .review-form form .theme-btn-s5
    {
        font-size: 15px;
        font-size: 1rem;
        padding: 0 25px;
    }
}

.shop-details-main-content .upsell-product
{
    padding-top: 140px;
}

@media (max-width: 991px)
{
    .shop-details-main-content .upsell-product
    {
        padding-top: 90px;
    }
}

@media (max-width: 767px)
{
    .shop-details-main-content .upsell-product
    {
        padding-top: 80px;
    }
}

.shop-details-main-content .upsell-product .title
{
    margin-bottom: 50px;
}

@media (max-width: 767px)
{
    .shop-details-main-content .upsell-product .title
    {
        margin-bottom: 20px;
    }
}

.shop-details-main-content .upsell-product .title h2
{
    font-size: 36px;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 767px)
{
    .shop-details-main-content .upsell-product .title h2
    {
        font-size: 25px;
    }
}

.shop-details-main-content .upsell-product .title h2 span
{
    color: #051829;
}

.shop-details-main-content .upsell-product-slider .grid
{
    width: auto !important;
}

.shop-details-main-content .upsell-product-slider .owl-controls
{
    margin: 0;
}

.shop-details-main-content .upsell-product-slider .owl-dots span
{
    background-color: #fff;
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    margin: 0 5px 0 0;
}

.shop-details-main-content .upsell-product-slider .owl-dots .active span
{
    background-color: #051829;
    width: 14px;
    height: 14px;
    border-color: #051829;
}

/*# sourceMappingURL=style.css.map */





/****************************************************/

.active a
{
    color: #fff !important;
}

.footer-links, .site-footer .social-links
{
    margin-top: 4px;
}

    .footer-links li
    {
        list-style: none;
        float: left;
        padding: 0 10px;
        border-right: 1px solid #ffffff;
    }

        .footer-links li:last-child
        {
            border-right: 0;
        }

.site-footer .social-links
{
    float: right;
}

    .site-footer .social-links li
    {
        width: 30px;
    }

.support-content
{
    padding-top: 60px;
	overflow-x: auto;
}
.support-content table { min-width: 500px; }

    .support-content &gt; h4
    {
        padding: 10px 0px;
    }

    .support-content &gt; table td, table th
    {
        padding: 5px 15px;
    }

.theme-btn
{
    color: #fff;
    border: 0;
    outline: none;
	display: inline-block;
	height: 38px;
}

.address-heading
{
    padding-top: 15px;
}


.adjlogo
{
    float: left;
    padding-right: 175px;
}

.contactinfoheader
{
    position: absolute;
    right: 0;
    top: 25px;
    text-align: center;
    color: #666 !important;
    letter-spacing: 0.7px;
}

    .contactinfoheader a
    {
        font-family: roboto;
        color: #000;
        font-size: 15px;
        font-weight: normal;
    }

@media (max-width: 1200px)
{
    .adjlogo
    {
        padding-right: 50px;
    }
}


@media (max-width: 998px)
{
    /*.adjlogo
    {
        padding-right: 0px;
    }*/

    .menu-item-has-children .fa
    {
        display: none;
    }

    /*.adjlogo img
    {
        width: 70px !important;
    }*/

    .contactinfoheader
    {
        display: none;
    }
}

@media (min-width: 992px)
{
    .contactmap
    {
        margin-left: 5.333333% !important;
    }
}


/*.corevalues
{
    padding-bottom: 30px;
}*/


@font-face
{
    font-family: Frutiger;
    src: url(../../Frutiger.ttf);
}

body
{
    font-family: Frutiger !Important;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Frutiger !Important;
}

.hero .slide:before
{
    background-color: none !important;
}



/**************************************************************************************************************/

/*.sub-menu {
    min-width: 780px;
    margin: 0;
    top: 130%;
    background: none !important;
    border: 0px !important;
    box-shadow: none;
}

    .sub-menu li {
        display: flex;
        width: 33.3334%;
        background: #fff;
        border: 1px solid #0f4e96;
        border-top: 0;
    }

        .sub-menu li a {
            display: flex !important;
            align-items: center;
            width: 100%;
        }

        .sub-menu li:nth-child(-n+3) {
            border-top: 1px solid #0f4e96;
        }

        .sub-menu li:nth-child(3n),
        .sub-menu li:nth-child(2), .sub-menu li:nth-child(5), .sub-menu li:nth-child(8),
        .sub-menu li:nth-child(11), .sub-menu li:nth-child(14), .sub-menu li:nth-child(17),
        .sub-menu li:nth-child(20), .sub-menu li:nth-child(23), .sub-menu li:nth-child(26),
        .sub-menu li:nth-child(29), .sub-menu li:nth-child(32) {
            border-left: 0;
       

.multi-column-dropdown {
    display: flex;
    flex-wrap: wrap;
}
 }*/

.sub-menu li a
{
    font-size: 15px !important;
    padding: 7px 10px !important;
}


.modal-backdrop
{
    z-index: 99999;
}

.modal
{
    z-index: 999999;
}

.modal-header
{
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    background: #0f4e96;
}

    .modal-header h4, .modal-header .close
    {
        color: #fff;
        opacity: 1;
    }

.modal-body
{
    position: relative;
    padding: 30px;
}

.modal-footer .btn-primary
{
    background-color: #0f4e96;
    color: #fff;
}

.product-slider .slider-for
{
    border: 1px solid #e5e5e5;
}

.videoFrame
{
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

    .videoFrame iframe
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.product-slider .slick-slide
{
    outline: none;
}

.product-slider .slider-nav .slick-slide
{
    margin: 0 5px;
    border: 1px solid #e5e5e5;
}

.download
{
    margin: 30px 0 0 0;
}

    .download a
    {
        padding: 10px 20px 10px 40px;
        border: 1px solid #0f4e96;
        color: #6a6a6a;
        font-weight: 600;
        position: relative;
    }

        .download a i
        {
            position: absolute;
            left: 20px;
        }

.customTable table
{
    min-width: 70%;
}

    .customTable table tr:first-child td
    {
        font-weight: bold;
    }

    .customTable table tr:nth-child(odd)
    {
        background-color: #f7f7f7;
    }

.customTable table, .customTable th, .customTable td
{
    border: 1px solid #333333;
}

.controllerBody .theme-accordion-s1 .panel-heading a
{
    padding: 10px 20px;
    font-size: 1.1rem;
}

.controllerBody .panel-body .flex-row
{
    display: flex;
    align-items: stretch;
}

    .controllerBody .panel-body .flex-row:first-child
    {
        border-top: 1px solid #e5e5e5;
    }

.controllerBody .panel-body .flex-col
{
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

    .controllerBody .panel-body .flex-col.flex-1
    {
        flex: 1;
        max-width: 275px;
    }

    .controllerBody .panel-body .flex-col.flex-2
    {
        flex: 2;
    }

    .controllerBody .panel-body .flex-col .col-content
    {
        padding: 20px;
        width: 100%;
    }

    .controllerBody .panel-body .flex-col.nblr
    {
        border-left: 0;
        border-right: 0;
    }

    .controllerBody .panel-body .flex-col.align-center
    {
        text-align: center;
    }

.controllerBody .panel-body .flex-row:nth-child(odd)
{
    background-color: #f7f7f7;
}

.controllerBody .panel-body h4, .controllerBody .panel-body p
{
    margin: 0;
}

.controllerBody .panel-body p
{
    line-height: 20px;
}

.shadow-effect
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.owl-carousel .owl-item
{
    padding: 10px !important;
}


.hero-slider.slick-slider { margin-bottom: 0 !important; }


@media (max-width: 1279px)
{
    /*.sub-menu
    {
        min-width: 800px;
    }*/
}

@media (max-width: 991px)
{
    .sub-menu li
    {
        width: 100%;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
	
	section {
		margin: 0 !important;
		padding: 50px 20px 0 20px !important;
	}
	section:last-of-type { margin-top: 50px !important; padding-bottom: 50px !important; }
	section.hero {
		margin-top: 65px !important;
		padding: 0 !important;
	}
	#pgAbout section { padding: 50px 20px !important; }
	.our-team-bg .section-title-s3:first-child, #pgSupport section:last-of-type, #pgNews section:last-of-type, #pgContact section:last-of-type { margin-top: 0 !important; }
	#pgAbout .offer-section .container { margin-top: 0 !important; padding-top: 0 !important; }
	#pgSupport .alignnone { margin-top: 20px; }
}

@media (max-width: 767px)
{
    .sub-menu.multi-column
    {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.aboutImg { margin-bottom: 30px; }

@media only screen and (max-width:991px){
	.aboutImg { margin: 30px 0; }
	
	.support-content &gt; table td { font-size: 14px; }
	
	.about-content { margin-top: 0 !important; }
}

@media (max-width: 767px){
	.container {
		width: 100% !important;
	}
	.shop-details-main-content .container, #pgAbout .container, #pgSupport .container, #pgContact .container { padding: 0; }
}
.cli-login{font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    background: #337AB7;
}</pre></body></html>