/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/* =Layout
-------------------------------------------------------------- */


/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

html body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: 'Josefin Sans', sans-serif;
}

body {
    background: #fff;
}

body,
input,
textarea {
    color: #303030;
    font-size: 12px;
    line-height: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

body .padleft {
    padding-left: 0
}

body .padright {
    padding-right: 0
}

body .padtop {
    padding-top: 15px;
}

body .padbottom {
    padding-bottom: 15px;
}

body .nopad {
    padding: 0
}

section.section {
    padding: 50px 0;
    overflow: hidden;
}


/*============================================================
                Fonts Classes Starts Here
                ============================================================*/

.montserrat-light {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.montserrat-regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
}

.montserrat-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
}

.montserrat-semi-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}

.montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
}

.montserrat-extra-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.montserrat-black {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900 !important;
}


/*============================================================
                Fonts Classes Ends Here
                ============================================================*/


/*===============================================
                Colors Classes Starts Here
                ===============================================  */

.color-white {
    color: #ffffff !important;
}

.color-gold {
    color: #cb9317 !important;
}

.color-black {
    color: #000 !important;
}

.color-grey {
    color: #747474 !important;
}

.color-primary {
    color: #000 !important;
}

.color-secondary {
    color: #000 !important;
}

.color-gradient {
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184, 40, 90, 1)), color-stop(50%, rgba(148, 41, 136, 1)), color-stop(62%, rgba(169, 40, 109, 1)), color-stop(100%, rgba(145, 41, 138, 1))) !important;
    color: rgba(184, 40, 90, 1) !important;
    background: -moz-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184, 40, 90, 1)), color-stop(50%, rgba(148, 41, 136, 1)), color-stop(62%, rgba(169, 40, 109, 1)), color-stop(100%, rgba(145, 41, 138, 1))) !important;
    color: -webkit-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: -o-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: -ms-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
    color: linear-gradient(to right, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%) !important;
}

.color-yellow {
    color: #ffdc00 !important;
}

.color-purple {
    color: #a8286e !important;
}


/*===============================================
                Colors Classes Ends Here
                ===============================================  */


/*===============================================
    Background  Colors Classes Starts Here
    ===============================================  */

.bg-primary {
    background-color: #111111;
}

.bg-secondary {
    background-color: #ccc;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-grey {
    background-color: #ddd;
}

.bg-gradient {
    background: rgba(184, 40, 90, 1);
    background: -moz-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184, 40, 90, 1)), color-stop(50%, rgba(148, 41, 136, 1)), color-stop(62%, rgba(169, 40, 109, 1)), color-stop(100%, rgba(145, 41, 138, 1)));
    background: -webkit-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: -o-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: -ms-linear-gradient(left, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
    background: linear-gradient(to right, rgba(184, 40, 90, 1) 0%, rgba(148, 41, 136, 1) 50%, rgba(169, 40, 109, 1) 62%, rgba(145, 41, 138, 1) 100%);
}


/*===============================================
    Background  Colors Classes Ends Here
    ===============================================  */


/*===============================================
    Helper Classes Starts Here
    ===============================================  */

.border-radius-20px {
    border-radius: 20px;
}

.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0, 0, 0, 0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}

.text-shadow {
    text-shadow: 2px 7px 7px #00000070;
}

.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}

.height-0 {
    height: 0px !important;
}


/* =================================
    ScrollBar Css Starts Here
    ================================= */

 ::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fcc01e !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

 ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}


/* =================================
    ScrollBar Css Ends Here
    ================================= */


/* ======================================KEY FRAMES====================================== */


/*=====================================*/


/*Circular Animation*/


/*=====================================*/


/* SHIFT */

.main-navigation ul li a {
    position: relative;
    z-index: 1;
}

.main-navigation ul li a:hover {
    color: #91640F;
}

.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}


/* Keyframes */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}


/* Keyframes */

@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*=====================================*/


/*Circular Animation*/


/*=====================================*/


/* ======================================KEY FRAMES====================================== */

section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header {
    padding: 20px 0;
}

nav {
    position: relative;
    z-index: 999;
    width: 100%;
}

nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.searchform input {
    float: right;
    width: 200px;
    padding: 8px 46px 8px 8px;
    font-size: 1em;
    border: 1px solid #303030;
    background: #fff;
}

.searchform input[type="submit"] {
    float: right;
    width: 37px;
    height: 37px;
    padding: 0px;
    border: 0px;
    background: #303030 url(images/search-icon.png) no-repeat center;
    box-shadow: none;
    font-size: 0;
    margin-left: -37px;
    position: relative;
}

div#container {
    max-width: 1140px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}


/* ---- Social Icons ---- */

.social_icons {
    text-align: right;
    margin: 10px 0;
}

.social_icons ul {
    padding: 0;
    margin: 0;
}

.social_icons ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_icons ul li a {
    background: #305294;
    border-radius: 100px;
    color: #FFF;
    transition: all .2s ease;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    width: 32px;
    height: 32px;
}

.social_icons ul li+li a {
    background: #55ACEE;
}

.social_icons ul li+li+li a {
    background: #DC4B3E none;
}

.social_icons ul li+li+li+li a {
    background: #E52D27;
}

.social_icons ul li a:hover {
    background: #333;
    color: #FFF;
}


/* ---- Portfolio .grid-item ---- */

.grid-item {
    width: 24.7%;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.filter-button-group button {
    background: #333;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
}

.filter-button-group {
    margin: 10px 0;
    overflow: hidden;
}

.filter-button-group button:hover {
    background: #ccc;
    color: #000;
}

.footer {
    padding: 120px 0 60px;
    background: #070d1c;
    color: #fff;
}

#back-top>a {
    bottom: 1%;
    color: #000;
    display: block;
    font-size: 37px;
    position: fixed;
    right: 1%;
    text-align: center;
}


/*---------------------------------- Slick SLider----------------------------------------------------*/

.main-slider,
.item-slider,
.client,
.thumb-slider {
    display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}

.slider .inner-item {
    height: 400px;
}

.slider .container {
    position: relative;
}

.slick-slide .caption {
    position: absolute;
    left: 10%;
    top: 37%;
    width: 50%;
    z-index: 99;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 100%;
    position: relative;
}

.service_block .tab-content{
    width: 100% !important;
    margin-left:60px;
}

.service_block .tab{
    float: none;
    display: inline-block;
    width: 100%;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    border: 1px solid #333;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #303030;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(images/arrow.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.services-slider .slick-arrow {
    height: 65px;
}

.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.slider-progress {
    width: 100%;
    height: 5px;
    background: rgba(0, 216, 192, 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: 0.5;
}


/* ---------------------------Toggle Search---------------------*/

.searchpanel {
    background: #ccc;
    display: none;
    right: 0px;
    padding: 10px;
    position: absolute;
    top: 46px;
}

.searchpanel::before {
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: -7px;
}

.nav .container {
    position: relative;
}

.searchtoggle {
    position: absolute;
    right: 11px;
    top: 11px;
}

.searchtoggle img {
    cursor: pointer;
}


/* -------------------------------------------Clients Carousel------------------------------------ */

.client {
    margin-right: -10px;
}

.client .slick-slide {
    margin-right: 10px;
    border: 1px solid #ddd !important;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.client .slick-prev {
    margin-right: 10px;
}

.client .slick-slide img {
    display: inline-block;
}


/* -------------------------------------------Testimonials Carousel------------------------------------ */

.testimonial .loop {
    padding: 0 10px;
    text-align: center;
}

.testimonial .loop p {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial .loop .pic img {
    max-width: 100px;
    margin: 10px 0;
    border-radius: 100%;
    height: auto;
    display: inline-block;
}

.testimonial .loop .title {
    font-size: 21px;
    font-weight: 600;
}


/* -------------------------------------------Services Carousel------------------------------------ */

.service {
    margin-right: -10px;
    width: 100%;
}

.service .slick-slide {
    margin-right: 10px;
}

.service .title {
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
}

.service .slick-prev {
    margin-right: 10px;
}

.service .slick-next {
    margin-right: 10px;
    right: 40px;
    left: inherit;
}

.service .slick-arrow {
    top: 0;
    margin-top: -43px;
}


/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/

#winSize {
    position: fixed;
    bottom: 1%;
    left: 1%;
    border: rgba(0, 0, 0, 0.8) 3px solid;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;
    z-index: 9999
}


/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/

.tabs-menu {
    /*height: 30px;*/
    padding: 0;
    margin: 0;
}

.tabs-menu li {
    /*height: 30px;*/
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-top: -1px;
}

.tab-content {
    max-width: 660px;
    display: none;
}

#tab-1 {
    display: block;
}


/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/

.tabs-left {
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
}

.tabs-left li {
    line-height: 30px;
    display: block;
    list-style: none;
    background: #ccc;
    border: 1px solid #d4d4d1;
    margin-bottom: 10px;
    border-right: 0;
}

.tabs-left li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.tabs-left li a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}

.tabs-left .current a {
    color: #2e7da3;
}

.tab-loop {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-left: -1px;
}

.tabsleft-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}

#tabs1 {
    display: block;
}


/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/

.breadcrumbs {
    margin: 10px 0;
    padding: 0;
    background: #ddd;
    padding: 5px;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}


/* ----------------------------Comments-----------------------*/

#comments label {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

/*.form-submit {*/
/*    margin-left: 80px;*/
/*}*/

/*#comments {*/
/*    background: #eee;*/
/*    padding: 20px;*/
/*}*/

#comments li {
    list-style: none;
}

#comments ol {
    padding: 0;
}


/* ----------------------------Accordion-----------------------*/

.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}


/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/

.customscroll {
    height: 300px;
}


/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/

.inner-banner {
    height: 250px;
    width: 100%;
    display: table;
    color: #1d5d9b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-banner h2 {
    margin: 0;
    vertical-align: middle;
    padding: 10px;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}


/* ---------------------------------------------------blog-------------------------------------------------------------------------*/

.blogs {}

.blogs li {
    width: 100%;
    margin-bottom: 20px;
    min-height: 210px;
    clear: both;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}

.blogs li:last-child {
    border: none;
}

.blogs li h4 {
    text-transform: capitalize;
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2f2f2f;
}

.blogs li h4 span {
    width: 7%;
    text-align: center;
    background: #b12224;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.blogs li h4 span strong {
    display: block;
    font-size: 26px;
    font-weight: normal;
}

.blogs li a {
    float: right;
}

.blogs li .meta {
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin: 38px 0 0;
    font-weight: 500;
    float: right;
    clear: right;
    width: 67%;
    color: #989898;
    font-size: 16px;
    line-height: 21px;
}

.blogs li .meta span {
    background: url('images/user-bg.png') no-repeat;
    padding: 3px 30px;
}

.blogs li .meta span.comments {
    margin-left: 10px;
    background: url('images/comments.png') no-repeat;
}

.blogs li .meta span strong {
    color: #258ef9;
    font-weight: normal;
    text-transform: capitalize;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar-pro {
    border: 1px solid #c2c2c2;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-pro h4 {
    background: #b12224;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

.sidebar-pro .cat li {
    margin-bottom: 6px;
    list-style: none;
    padding: 10px;
}

.sidebar-pro .cat li:hover {
    background: #b12224;
}

.sidebar-pro .cat li:hover a {
    color: #fff;
}

.sidebar-pro .cat li.current-cat {
    background: #b12224;
}

.sidebar-pro .cat li:last-child {
    margin-bottom: 0;
}

.sidebar-pro .cat .product-categories {
    margin-bottom: 0;
}

.sidebar-pro .cat li a {
    color: #424242;
    font-size: 14px;
}

.sidebar .recent li {
    border-bottom: 1px solid #c7c7c7;
    margin: 5px 0;
    padding: 5px 0;
    overflow: hidden;
    font-size: 14px;
}

.sidebar .recent li h5 {
    margin-top: 0;
}

.sidebar .recent li:last-child {
    border: none;
}

.sidebar h4 {
    background: #303030;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
}

.sidebar .recent h5 {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebar .recent p {
    color: #6d6d6d;
    line-height: 16px;
}

.sidebar .recent .more a {
    color: #258ef9;
    float: right;
}

.sidebar .cat li {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 0;
}

.blogs .loop {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}

.sidebar .section {
    margin-top: 10px;
    overflow: hidden;
}

.blogs .title {
    margin: 0;
}

.blogs small {
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
}

.sidebar .cat li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .cat li a {
    color: #424242;
    font-size: 14px;
}

.blogs .meta {
    background: #ddd;
    margin-top: 10px;
    padding: 5px;
}


/*---------------------Pagination----------------------- */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #3279BB;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header,
.menu-header ul,
.menu-header ul li,
.menu-header ul li a,
.menu-header #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-header:after,
.menu-header>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-header #menu-button {
    display: none;
}

.menu-header {
    background: #303030;
}

.menu-header>ul>li {
    display: inline-block;
}

.menu-header.align-center>ul {
    font-size: 0;
    text-align: center;
}

.menu-header.align-center>ul>li {
    display: inline-block;
    float: none;
}

.menu-header.align-center ul ul {
    text-align: left;
}

.menu-header.align-right>ul>li {
    float: right;
}

.menu-header>ul>li>a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-header>ul>li:hover>a {
    color: #ffffff;
}


/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/

.menu-header ul ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}

.menu-header ul ul ul::before {
    display: none;
}

.menu-header>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

.menu-header ul ul {
    position: absolute;
    left: -9999px;
}

.menu-header.align-right ul ul {
    text-align: right;
}

.menu-header ul ul li {
    height: 0;
    transition: all .25s ease;
}

.menu-header li:hover>ul {
    left: auto;
}

.menu-header.align-right li:hover>ul {
    left: auto;
    right: 0;
}

.menu-header li:hover>ul>li {
    height: 35px;
}

.menu-header ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-header.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menu-header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #000;
}

.menu-header ul ul li:last-child>a,
.menu-header ul ul li.last-item>a {
    border-bottom: 0;
}

.menu-header ul ul li:hover>a,
.menu-header ul ul li a:hover {
    color: #ffffff;
}

.menu-header ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

.menu-header.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

.menu-header ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    transition: all .25s ease;
}

.menu-header.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

.menu-header ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

@media (min-width: 100px) and (max-width: 769px) {
    .menu-header {
        width: 100%;
    }
    .menu-header ul {
        width: 100%;
        display: none;
    }
    .menu-header.align-center>ul {
        text-align: left;
    }
    .menu-header ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    .menu-header ul ul li,
    .menu-header li:hover>ul>li {
        height: auto;
    }
    .menu-header ul li a,
    .menu-header ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    .menu-header>ul>li {
        float: none;
    }
    .menu-header ul ul li a {
        padding-left: 25px;
    }
    .menu-header ul ul ul li a {
        padding-left: 35px;
    }
    .menu-header ul ul li a {
        color: #dddddd;
        background: none;
    }
    .menu-header ul ul li:hover>a,
    .menu-header ul ul li.active>a {
        color: #ffffff;
    }
    .menu-header ul ul,
    .menu-header ul ul ul,
    .menu-header.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .menu-header>ul>li.has-sub>a:after,
    .menu-header>ul>li.has-sub>a:before,
    .menu-header ul ul>li.has-sub>a:after,
    .menu-header ul ul>li.has-sub>a:before {
        display: none;
    }
    .menu-header #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .menu-header #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }
    .menu-header #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    .menu-header #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-header #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    .menu-header .submenu-button.submenu-opened {
        background: #262626;
    }
    .menu-header ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    .menu-header .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    .menu-header ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    .menu-header .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    .menu-header .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    .menu-header ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    .menu-header .submenu-button.submenu-opened:before {
        display: none;
    }
}


/*----------------------------------------Push Navigation---------------------------------*/

div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 769px) {
    a#hamburg {
        display: block;
    }
    main {
        transition: all ease-out 0.3s;
    }
    .nav1 .row {
        margin: 0px;
    }
    .nav1 {
        background: url(images/nav-bg.jpg) repeat;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        width: 250px;
    }
    .nav1 .search-nav,
    .nav1 .title {
        display: block;
    }
    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }
    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }
    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }
    .search-nav>form {
        position: relative;
    }
    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }
    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }
    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }
    .nav1 ul li:hover>a {
        color: #000;
    }
    .nav1 ul li a>i {
        float: right;
    }
    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }
    .nav1 ul li:hover>ul {
        display: none;
    }
    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
    }
    .nav1 ul li.open>a {
        background-color: transparent;
    }
    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
    }
    .nav1 ul li.open>ul {
        display: block;
    }
    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }
    html.open-menu {
        overflow: hidden;
    }
    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }
    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
    }
    html.open-menu main {
        transform: translateX(250px);
    }
    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
    }
    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }
    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }
    .nav1 ul li:last-child {
        border: 0;
    }
    .nav-cross.open>span {
        background: #fff;
    }
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }
    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
    }
    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
    }
    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
    }
    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }
    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

@media (min-width: 100px) and (max-width: 769px) {
    main {
        padding: 0 15px;
    }
    .logo {
        text-align: center;
    }
    .searchtoggle {
        display: none;
    }
    .push-logo {
        margin: 10px 0;
    }
    .logo img {
        max-height: 60px;
        width: auto;
    }
    header .searchform {
        display: none;
    }
    .slider .inner-item {
        height: 200px;
    }
    .slider .inner-item .caption {
        display: none;
    }
}

* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration: none !important;
}

* a:hover {
    text-decoration: none !important;
}


/*error-page*/

.error-page {
    padding: 40px 0;
}

.error-page h1 {
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.error-page p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def {
    padding: 40px 0;
}

.page-def h1 {
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.page-def h2 {
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.page-def h3 {
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.page-def h4 {
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.page-def h5 {
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.page-def h6 {
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.page-def p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}

.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

div.wpcf7-response-output {
    color: #fff;
}

html.open-menu body {
    position: fixed !important;
}

.sec-faq {
    padding: 30px 0;
}

.sec-faq h2 {
    margin: 0 0 50px;
}

.sec-faq .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}

.sec-faq .set>a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sec-faq .set p {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}

.sec-faq .set .content p {
    margin: 15px 0 0;
}

.sec-faq .set>a:before {
    background: url(images/set-ar.png) no-repeat;
    float: right;
    content: "";
    height: 12px;
    margin: 6px 0 0;
    width: 13px;
}

.sec-faq .set>a.active:before {
    background: url(images/set-ar-active.png) no-repeat;
    width: 16px;
    height: 3px;
}

.sec-faq .set .content {
    display: none;
}


/*sec-faq*/

.sec-faq {
    padding: 30px 0;
}

.sec-faq h2 {
    margin: 0 0 50px;
}

.sec-faq .set {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}

.sec-faq .set>a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sec-faq .set p {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}

.sec-faq .set .content p {
    margin: 15px 0 0;
}

.sec-faq .set>a:before {
    background: url(images/set-ar.png) no-repeat;
    float: right;
    content: "";
    height: 12px;
    margin: 6px 0 0;
    width: 13px;
}

.sec-faq .set>a.active:before {
    background: url(images/set-ar-active.png) no-repeat;
    width: 16px;
    height: 3px;
}

.sec-faq .set .content {
    display: none;
}

.inner-item.slick-slide {
    height: 620px;
}

.hiw_wrap {
    margin: 0 30px;
}

.hiw_wrap figcaption {
    display: none;
}

.hiw_wrap.slick-slide.slick-current.slick-active.slick-center figcaption {
    display: block;
}

.hiw .slick-list {
    min-height: 500px !important;
    padding: 0 !important;
}

.hiw .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiw_wrap.slick-center figure img {
    transform: scale(1.1);
    margin-bottom: 30px;
}

.hiw figcaption {
    font-size: 14px;
    margin-top: 15px;
    color: #515151;
    line-height: 17px;
    width: 90%;
    margin: 15px auto 0;
    text-align: center;
}

.footer .col-md-5 a {
    display: block;
    text-align: center;
}

.footer h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 50px;
    position: relative;
}

.footer h3:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 29px;
    height: 4px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li a:hover {
    color: #fcc321;
}

.footer ul li {
    margin-bottom: 15px;
}

.footer ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.5s;
}

section.cop {
    background: #070d1c;
    color: #fff;
}

.cop .container {
    border-top: 1px solid;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.cop p {
    margin: 0;
    text-align: left;
}

.cop .col-md-6 {
    height: 100%;
}

ul#menu-menu-2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 25px;
}

ul#menu-menu-2 li {
    width: auto;
    text-align: center;
}

.nav-header {
    height: 100%;
    width: 100%;
    display: flex;
}

header .logo a {
    text-align: center;
    display: block;
}

ul.header_icons {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

#menu-menu-2 li a {
    font-size: 15px;
    color: #525252;
    transition: 0.5s;
}

#menu-menu-2 li a:hover {
    color: #003ade;
}

#menu-menu-2 li.current-menu-item a {
    color: #003ade;
}

ul.header_icons li {
    margin-right: 10px;
    text-align: center;
}

ul.header_icons li:last-child {
    margin: 0;
}

ul.header_icons li a {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    transition:0.5s;
}

ul.header_icons li a:hover {
    background-color: #fff;
    color: #003ade;
}

header {
    position: relative;
}

header:after {
    content: '';
    background: url('images/top-header-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 650px;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.caption h3 {
    font-size: 22px;
    color: #0047e6;
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 3px;
    position: relative;
}

.caption h3:after {
    content: '';
    background: #000;
    position: absolute;
    top: 7px;
    right: 42%;
    width: 103px;
    height: 2px;
}

.caption h3:before {
    content: '';
    background: #000;
    position: absolute;
    top: 11px;
    right: 40%;
    width: 103px;
    height: 2px;
}

.caption h2 {
    color: #fcb713;
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.caption h2 em {
    font-style: normal;
    color: #0047e6;
    font-weight: bold;
}

.caption a,
.service_wrap a,
.sec5_home a,
.test_right p>a, .sec2_home a {
    color: #fff;
    font-weight: 300;
    background-color: #0045e5;
    width: 133px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    text-transform: capitalize;
    transition: 0.5s;
    border: 1px solid #0045e5;
}

.caption a:hover, .service_wrap a:hover, .sec5_home a:hover, .test_right p>a:hover,.sec2_home a:hover {
    background-color: #fff;
    color: #0045e5;
}

.service_wrap a, .sec5_home a {
    background: #fff;
    color: rgb(27, 72, 134);
}

.caption a:after,
.service_wrap a:after,
.sec5_home a:after,
.test_right p>a:after,.sec2_home a:after {
    background-color: #fcb713;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 26px;
    height: 26px;
    content: '';
    z-index: -1;
}

.sec1_home .slick-dots .slick-active button {
    background: #fcb713;
}

.sec1_home .slick-dots button {
    border: none;
}

.sec1_home ul.slick-dots {
    bottom: 30px;
}

.sec1_home {
    position: relative;
}

.sec1_home>:after {
    content: '';
    background: url('images/bottom-header-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 650px;
    height: 240px;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: -1;
}

section.sec2_home {
    padding: 140px 0 80px;
    background: url('images/sec3_bg.png');
    background-size: contain;
    background-position: left;
}


section.sec4_home::before {
    position: absolute;
    content: '';
    background: url(images/ingredient-bg.png);
    background-size: contain;
    background-position: left;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-repeat: no-repeat;
    width: 30%;
    z-index: -1;
}

section.sec4_home::after {
    position: absolute;
    content: '';
    background: url(images/ingredient-bg-2.png);
    background-size: contain;
    background-position: right bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.heading h3 {
    color: #515151;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    letter-spacing: 3px;
    display: inline-block;
}

.heading h2 {
    color: #0045e5;
    font-size: 40px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.heading h3:after {
    background-color: #fff;
    position: absolute;
    left: 90px;
    top: 5px;
    width: 103px;
    height: 1px;
    content: '';
}

.heading h3:before {
    background-color: #fff;
    position: absolute;
    left: 110px;
    top: 9px;
    width: 103px;
    height: 1px;
    content: '';
}

.sec2_home .heading h2 {
    margin: 10px 0 20px 0px;
}

.sec2_home .heading h2 span {
    color: #fcb713;
}

.sec3_home .heading {
    text-align: right;
    margin-bottom: 30px;
}

.sec3_home .heading h3::before {
    left: -120px;
    background: #fff;
}

.sec3_home .heading h3::after {
    left: -160px;
    background: #fff;
}

.sec3_home .heading h3,
.sec3_home .heading h2 {
    color: #0045e5;
}

.service_block {
    background: url(images/our-product-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 100px 100px 100px;
    position: relative;
}

.service_block:after {
    background: url(images/our-product-large-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 351px;
    width: 370px;
    content: '';
    position: absolute;
    left: -24%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.service_block:before {
    background: url(images/our-product-small-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 190px;
    width: 185px;
    content: '';
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 70px;
    margin: auto;
    z-index: 9;
    border: 10px solid #f3b830;
}

.service_wrap {
    background: rgb(255 255 255 / 40%);
    border: 10px solid #0045e5;
    padding: 20px 60px 20px 3%;
}

.service_wrap h3 {
    color: #0045e5;
    position: relative;
    margin-bottom: 50px;
}

.service_wrap p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}

.service_block ul.slick-dots {
    width: auto;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(25px, -50%);
}

.service_block ul.slick-dots li {
    display: block;
    width: 100%;
}

.service_block ul.slick-dots li.slick-active button {
    background: #0045e5;
}

.service_block ul.slick-dots li button {
    border: none;
}

.service_wrap h3:after {
    background-color: #0045e5;
    position: absolute;
    left: 0;
    top: 40px;
    width: 103px;
    height: 1px;
    content: '';
}

.service_wrap h3:before {
    background-color: #0045e5;
    position: absolute;
    left: 30px;
    top: 44px;
    width: 103px;
    height: 1px;
    content: '';
}

.sec4_home .heading {
    text-align: center;
    margin-bottom: 60px;
}

section.sec4_home {
    padding: 160px 0;
    position: relative;
}

.sec4_home .heading h3:after,
.sec4_home .heading h3:before {
    background: rgb(0 0 0 / 20%);
}

.sec4_home .heading h2:after,
.sec4_home .heading h2:before {
    background: rgb(0 0 0 / 20%);
    content: '';
    position: absolute;
    width: 103px;
    height: 1px;
}

.sec4_home .heading h2:after {
    left: 35%;
    top: -13px;
}

.sec4_home .heading h2:before {
    left: 32%;
    top: -17px;
}

.sec4_home .heading h2 {
    position: relative;
}

.sec4_home .heading h3:after {
    left: 140px;
}

.hiw_wrap.slick-slide.slick-current.slick-active figure {
    transform: scale(1.1);
}

.hiw_wrap.slick-slide.slick-current.slick-active.slick-center {}

.hiw button.slick-arrow {
    font-size: 16px;
    color: #515151;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    top: auto;
    width: auto;
    height: auto;
    position: relative;
}

.hiw {
    position: relative;
    margin-top: -60px;
}

.hiw button.slick-arrow.slick-next:after {
    content: '\f178';
    font-size: 32px;
    position: absolute;
    left: 80px;
    top: -3px;
    bottom: 0;
    margin: auto;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
}

.hiw button.slick-next.slick-arrow {
    right: 140px;
    position: absolute;
    left: auto;
    color: #face42;
}

.hiw button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 150px;
    transform: rotate(0deg);
}

.hiw button.slick-prev.slick-arrow:after {
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 32px;
    left: -50px;
    position: absolute;
    top: -13px;
    transform: rotate(180deg);
}


section.sec5_home {
    padding: 40px 0;
    background: url(images/service-bg.png);
    background-size: cover;
    position: relative;
    z-index: 0;
}
.sec5_home figure {
    position: absolute;
    text-align: right;
}

.sec5_home figure span {
    position: absolute;
    right: -20%;
    bottom: -50px;
}

.sec5_home h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
}

.sec5_home h3:after, .sec5_home h3:before {content: '';background: #fff;position: absolute;bottom: 20px;right: -110px;width: 103px;height: 1px;}

.sec5_home h3:before {
    bottom: 16px;
    right: -125px;
}

.sec5_home h2 {
    font-size: 40px;
    color: #0045e5;
    margin: 10px 0 20px;
}

.sec5_home h2 em {
    color: #fff;
    font-style: normal;
}
.sec5_home figure>img {
    width: 90%;
}
section.sec6_home {
    padding: 150px 0 70px 0px;
    background: url(images/blog-bg-2.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.sec6_home .heading h3:after, .sec6_home .heading h3:before {
    background: rgb(0 0 0 / 20%);
}
.sec6_home .heading h3 {
    color: #0045e5;
}
.sec6_home .heading h2 {
    color: #0045e5;
}

.sec6_home .heading h2 span {
    color: #fcb713;
}

.sec6_home .heading h3:after, .sec6_home .heading h3:before {
    background: rgb(0 0 0 / 20%);
}

.sec6_home .heading {
    margin-bottom: 50px;
}

.posts_cpt .slick-list.draggable {
    padding: 0 !important;
}

.posts_wrap figure>img {
    position: absolute;
    left: 10px;
    top: 100px;
}

.posts_wrap figure {
    position: relative;
}

.posts_wrap figcaption {
    width: 60%;
    float: right;
    padding: 0 30px 0 60px;
    border-width: 10px;
    border-color: #fcc321;
    border-style: solid;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.posts_wrap.slick-slide.slick-cloned.slick-active {
    margin-right: 0;
}

.posts_wrap figcaption span {
    position: absolute;
    left: 18%;
    top: 250px;
}

.posts_wrap figcaption h3 {
    margin: 0;
    font-size: 20px;
    color: #515151;
}

.posts_wrap figcaption h5 {
    color: #fcc321;
    font-size: 16px;
    margin-bottom: 20px;
}

.posts_wrap figcaption p {
    color: #515151;
    font-size: 16px;
    margin: 0;
}
.posts_cpt a {
    color: #fcc321;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px;
}
.posts_cpt ul.slick-dots {
    transform: translate(0, -20%);
    right: -40px;
    width: auto;
    top: 50%;
}

.posts_cpt ul.slick-dots li {
    display: block;
}

.posts_cpt ul.slick-dots li.slick-active button {
    background: #fcc321;
}

.posts_cpt ul.slick-dots li button {
    border: none;
    background: #ebebeb;
}
.testimonials_wrap {
    padding: 0;
    z-index: 0;
    position: relative;
}
.testimonial figure.slick-slide {
    background: #fcc321;
    text-align: center;
    color: #fff;
    padding: 30px 40px 60px;
}

.testimonial figure.slick-slide img {
    border-radius: 100%;
    margin: auto;
}

.testimonial .slick-list.draggable {
    min-height: 350px;
}

.testimonial p {
    font-style: italic;
    margin: 30px 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonial h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.testimonial h3:after, .testimonial h3:before {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -10px;
    right: 30px;
    left: 0;
    margin: auto;
    width: 103px;
    height: 1px;
}

.testimonial h3:before {
    bottom: -14px;
    right: -30px;
}
.testimonial {
    bottom: -60px;
}

.test_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: right;
}

.testimonial .slick-dots .slick-active button {
    background: #0045e5;
}

.testimonial .slick-dots button {
    background: #ebebeb;
    border: none;
}

.testimonial ul {
    bottom: 13px;
}
.test_right h3 {
    color: #fcc321;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 700;
}

.test_right h3:after, .test_right h3:before {content: '';background: #515151;width: 103px;height: 1px;bottom: -10px;position: absolute;right: 40px;}

.test_right h3:before {
    bottom: -14px;
    right: 10px;
}

.test_right p {
    color: #515151;
    font-size: 18px;
    text-transform: uppercase;
}
.test_right a {
    float: right;
}
.hiw_wrap.slick-slide.slick-current.slick-active.slick-center {
    margin-top: 110px;
}
.service_block ul.tabs-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto 50px;
    position: relative;
}

.service_block ul.tabs-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background: transparent;
    border: none;
    border-right: 2px solid #fff;
    margin: 10px 0;
}

.service_block ul.tabs-menu li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}

.service_block ul.tabs-menu li.current a {
    color: #0045e5;
}

.service_block ul.tabs-menu li.current {
}

.service_block ul.tabs-menu li:last-child {border-right: none;}

.service_block ul.tabs-menu:after {content: '';background-color: rgb(0 69 229);width: 89px;height: 5px;position: absolute;left: 62px;bottom: 0;display: flex;justify-content: center;align-items: center;right: 0;top: 35px;}

.sec1_home button.slick-next.slick-arrow {
    display: none !important;
}

.sec1_home button.slick-prev.slick-arrow {
    display: none !important;
}

/*Ahsan Css Start*/

/*About Us Page Css Start*/

.page-template-about-us section.sec2_home {
    padding: 60px 0px;
}


.single .inner-banner h2 {
    color: #fff;
}

/*About Us Page Css End*/



/*Contact Us Page Css Start*/

.contact-icon-details h2 {
    color: #003ade;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0px 5px 0px;
}

.contact-icon-details h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 26px;
    padding: 0px 50px;
}

.contact-icon-details a span {
    width: 152px;
    height: 152px;
    border-radius: 152px;
    line-height: 152px;
    display: inline-block;
    background-color: #f2f2f2;
    border: 1px solid transparent;
    transition: 0.5s;
}

.contact-icon-details {
    text-align: center;
}

.contact-icon-details a:hover span {
    border: 1px solid #fae1dd;
}

.contact-icon-main {
    position: relative;
    padding: 50px 0px;
}

.contact-icon-details a span img {
    width: 50px;
    height: 50px;
    filter: brightness(0);
    object-fit: contain;
}

.contact-form-main input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.42857143;
    color: #424242;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.contact-form-main textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1.42857143;
    color: #424242;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}

.get-in-touch-heading h2 {
    color: #fcc321;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.contact-btn {
    margin-top: 20px;
}

.contact-btn input {
    margin-top: 10px;
    width: 15%;
    margin: 0 auto;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 33px;
    transition: 0.5s;
    padding: 0px 20px;
    background-color: #003ade;
    border: 1px solid #003ade;
    text-decoration: none;
    cursor: pointer;
}

.contact-btn input:hover {
    background-color: #fff;
    color: #003ade;
}

section.contact-us-sec {
    position: relative;
    padding: 50px 0px 0px 0px;
}

.history-sec-3-content h2 {
    color: #003ade;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}

.history-sec-3-content hr {
    border-top: 4px solid #fcc321;
    width: 15%;
    margin-top: 10px;
    margin-bottom: 25px;
}


/*Contact Us Page Css End*/


.sec4_home .hiw img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.sec5_home figure span img {
    width: 300px;
    height: 200px;
    border: 10px solid #fff;
    object-fit: cover;
}

.page-template-about-us .sec2_home a {
    display: none;
}














/********************************/
          /*Blog Inner*/
/********************************/
.blog_inner{padding: 80px 0;}
.blog_inner .heading{}
.blog_inner .heading h2{font-size: 24px;color: #fcb713;margin: 0 0 30px;text-transform: uppercase;text-align: center;font-weight: 700;}
.blog_inner .post_img{text-align: center;padding: 0 0 20px;}
.blog_inner .post_img img{width: 100%; height: 600px; object-fit: cover;}
.blog_inner img.alignnone.size-full {width: 48%;display: inline-block;vertical-align: middle;margin: 0 10px;height: 600px;object-fit: cover;}
.blog_inner .details{padding: 10px 0;text-align: center;}
.blog_inner .details ul{padding: 0;margin: 0;display: inline;}
.blog_inner .details ul > li{color: #2964a0;display: inline-block;margin-right: 30px;}
.blog_inner .content{padding: 20px 0;color: #636363;}
.blog_inner .content img{display: block; margin: 0 auto;}
.blog_inner .details ul > li a{font-size: 18px;color: #2a2727;pointer-events: none;}
.blog_inner .details ul > li a i{margin-right:10px;color: #e9a51c;}
.blog_inner .content p {font-size: 16px;padding: 10px 0;line-height: 25px;color: #707070;}
.blog_inner .content strong{color: #e9a51c;}
.blog_inner .com{padding: 40px 0;/* background: #f1f1f1; */}
.blog_inner .pad{margin: auto;}
.blog_inner .content h5{font-size: 22px;font-weight: 700;text-transform: uppercase;color: #e35f21;margin: 15px 0px 10px;}
.blog_inner .content i{color: #e9a51c;}
.blog_inner #comments #respond .form-submit input[type=submit]{font-size: 16px;background: #e9a51c;border: 1px solid #e9a51c;border-radius: 5px;color: #fff;font-weight: 700;text-transform: uppercase;padding: 15px 40px;display: inline-block;letter-spacing: 1px;transition: 0.5s linear;-moz-transition: 0.5s linear;-webkit-transition: 0.5s linear;-o-transition: 0.5s linear;outline: none !important;}
.blog_inner #comments #respond .comment-form-cookies-consent{width: 100%;padding: 10px 0 30px;font-family: 'Lato', sans-serif;font-weight: 700;}
.blog_inner #comments #respond .comment-form-cookies-consent label{width: 94%;color: #666666;font-size: 16px;margin: 0;padding-left: 5px;font-weight: 500;}
.blog_inner #comments #respond #wp-comment-cookies-consent{display: inline-block;/* margin: 5px 0 0; */color: #636363;}
.blog_inner #comments #respond .comment-form-url{display: none !important;}
.blog_inner #comments #respond p.comment-form-author {display: inline-block;width: 49%;margin: 0 19px 0 0;}
.blog_inner #comments #respond p.comment-form-email {width: 48%;display: inline-block;}
.blog_inner #comments #respond p.comment-form-author label{display: none !important;}
.blog_inner #comments #respond p.comment-form-email label{display: none !important;}
.blog_inner #comments #respond p.comment-form-comment label{display: none !important;}
.blog_inner #comments #respond p.comment-form-author input[type=text]{font-size: 18px;height: 50px;width: 100%;border-radius: 5px;background: transparent;border: 1px solid #cccccc;outline: none !important;padding: 10px 20px;}
.blog_inner #comments #respond p.comment-form-email input[type=text]{font-size: 18px;height: 50px;width: 100%;border-radius: 5px;background: transparent;border: 1px solid #cccccc;outline: none !important;padding: 10px 20px;}
.blog_inner #comments #respond .comment-form-comment textarea{font-size: 16px;color: #666666;width: 100%;background: transparent;resize: none;padding: 20px;outline: none !important;border: 1px solid #cccccc;height: 200px;border-radius: 5px;}
.blog_inner #comments #respond .comment-form-comment {padding: 30px 0;}
.blog_inner #comments #respond p.comment-form-email {width: 49%;display: inline-block;padding: 30px 0 60px;}
.blog_inner #comments #respond p.comment-form-author input[type=text]::placeholder{color: #b2b2b2;}
.blog_inner #comments #respond p.comment-form-email input[type=text]::placeholder{color: #b2b2b2;}
.blog_inner #comments #respond .comment-form-comment textarea::placeholder{color: #b2b2b2;}
.blog_inner #comments #respond .form-submit input[type=submit]:hover{background: transparent;color: #e9a51c;}
.blog_inner #comments #respond h3{font-size: 24px;color: #0045e5;text-transform: uppercase;}
.blog_inner #comments #respond .comment-notes {display: none;}
.blog_inner .com h2{font-size: 24px;font-weight: 700;color: #0045e5;padding: 0 0 20px;}
.blog_inner .comment-body p{font-size: 18px;color: #e9a51c;line-height: 25px;padding: 15px 0;}
.blog_inner #comments-title{display: none !important;}
.blog_inner .com  #comments > ul.commentlist{padding: 0 !important;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard img{border-radius: 50%;min-width: 112px;height: auto;border: 1px solid #e35f21;padding: 8px;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard span{display: none !important;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard cite{font-size: 34px;color: #000;text-transform: capitalize;font-style: initial;margin-left: 20px;}
.blog_inner .com  #comments > ul.commentlist .comment-author.vcard cite a{font-size: 34px;color: #e9a51c;text-transform: capitalize;font-style: initial;}
.blog_inner .com  #comments > ul.commentlist > li .comment-body .reply a{font-size: 15px;border: none;font-weight: 500;background: transparent;color: #2a2727;outline: none;padding: 20px 0 8px;}
.blog_inner .com  #comments > ul.commentlist > li .comment-respond {padding: 15px 0;}
.blog_inner .com  #comments > ul.commentlist > li .comment-respond h3{font-size: 18px; color: #000; text-transform: capitalize;}
.blog_inner .com  #comments > ul.commentlist > li .comment-respond h3 small a{font-size: 18px;color: #e9a51c;text-transform: capitalize;margin-left: 10px;}
.blog_inner .com  #comments > ul.commentlist > li .comment-author.vcard{}
.blog_inner .com  #comments > ul.commentlist > li .comment-meta.commentmetadata{float: right;width: 88.5%;margin-top: -43px;}
.blog_inner .com  #comments > ul.commentlist > li .comment-meta.commentmetadata a{font-size: 15px;font-weight: 700;font-family: 'Lato', sans-serif;color: #101a4d;text-transform: uppercase;}
.blog_inner .com #comments .comment-respond .logged-in-as a{font-size: 18px;color: #000;padding: 20px 0 0;display: inline-block;transition: 0.5s all ease;}
.blog_inner .com #comments .comment-respond .logged-in-as a:hover{color: #e9a51c;}
.commentlist li {list-style: none;}









