@charset "utf-8";
/*
Theme Name: Websima
Theme URI: http://websima.com
Author: Websima Creative Agency
Author URI: http://websima.com
Description: Websima Creative Agency
Version: 1
License: GNU General Public License v2 or later
Text Domain: websima
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    /* font: inherit; */
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*******************normalize*********************/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
	overflow-x: hidden;
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], /* 1 */
[type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

a:focus, a:hover {
    text-decoration: none;
}


/**************************style*********************************/
/*****offset right******/
.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 576px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-xl-offset-right-12 {
        margin-right: 100%;
    }

    .col-xl-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-xl-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-xl-offset-right-9 {
        margin-right: 75%;
    }

    .col-xl-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-xl-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-xl-offset-right-6 {
        margin-right: 50%;
    }

    .col-xl-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-xl-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-xl-offset-right-3 {
        margin-right: 25%;
    }

    .col-xl-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-xl-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-xl-offset-right-0 {
        margin-right: 0;
    }
}

/*****end offset*****/
/***********fonts************/
@font-face {
    font-family: websima_regular;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/regular/iranyekanwebregular.ttf'),
    url('assets/fonts/regular/iranyekanwebregular.eot'),
    url('assets/fonts/regular/iranyekanwebregular.woff'),
    url('assets/fonts/regular/iranyekanwebregular.svg');
}

@font-face {
    font-family: websima_light;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/light/iranyekanweblight.ttf'),
    url('assets/fonts/light/iranyekanweblight.eot'),
    url('assets/fonts/light/iranyekanweblight.woff'),
    url('assets/fonts/light/iranyekanweblight.svg');
}

@font-face {
    font-family: websima_bold;
    font-style: normal;
    font-weight: normal;
url('assets/fonts/bold/iranyekanwebbold.ttf'),
url('assets/fonts/bold/iranyekanwebbold.eot'),
url('assets/fonts/bold/iranyekanwebbold.woff'), src: url('assets/fonts/bold/iranyekanwebbold.svg');
}

@font-face {
    font-family: websima_en;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/roboto/robotoregular.ttf'),
    url('assets/fonts/roboto/robotoregular.woff');
}

@font-face {
    font-family: websima_icon;
    src: url('assets/fonts/icon/icomoon.eot?of3ez5');
    src: url('assets/fonts/icon/icomoon.eot?of3ez5#iefix') format('embedded-opentype'),
    url('assets/fonts/icon/icomoon.ttf?of3ez5') format('truetype'),
    url('assets/fonts/icon/icomoon.woff?of3ez5') format('woff'),
    url('assets/fonts/icon/icomoon.svg?of3ez5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, input, textarea, a {
    color: #3d434e;
    font-family: websima_regular, websima_en;
    font-size: 12px;
    line-height: 1.625;
	overflow-x: hidden;
}

p {
    line-height: 30px;
    font-size: 13px;
    color: #2a2a2a;
}

/***********end fonts************/
/*******public styles*******/

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.no_padding {
    margin-left: -15px;
    margin-right: -15px;
}

/* .center-block{
	display: block;
	margin: 0 auto;
} */
h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.mx-auto {
    margin: 0 auto;
}

a {
    text-decoration-line: none;
}

/*Styles of header start from here*/
/*Styles of mobile-menu start from here*/
#mask {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#menumobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 250px;
    background: #2072bb;
    z-index: 99991;
    transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
}

#menumobile img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#nomenumobile {
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 7px;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
    line-height: 27px;
    color: #aaa;
    background: #2c3692;
}

.delete-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete-icon:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 2px;
    transform: rotate(-45deg);
    display: inline-block;
    bottom: 0;
    top: 0;
    margin: auto;
}

.delete-icon:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    display: inline-block;
    bottom: 0;
    top: 0;
    margin: auto;
}

.come-menumobile {
    right: 0px !important;
}

.mobile_logo_wrapper {
    background: #d7e8f7;
    padding: 40px 30px;
    padding-top: 50px;
}

.mobile_logo_wrapper .logo_wrapper {
    display: block;
}

.close_mobile_wrapper {
    position: absolute;
    top: 0;
    left: 18px;
}

.menu_back_holder {
    display: flex;
    color: #fff;
    margin-bottom: 10px;
}

.main-mm {
    padding: 20px;
}

.main-mm ul li a {
    color: #fff;
    display: block;
    padding: 8px 0;
    position: relative;
    width: 80%;
    transition: all 0.3s linear;
}

.main-mm ul li a:hover {
    color: #ffe15c;
}

.main-mm ul li > .sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #2072bb;
    right: -250px;
    transition: all 0.3s;
    z-index: 9;
    padding: 20px;
}

.childer i {
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

.childer {
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 4px;
    width: 25px;
    height: 25px;
    background: #c3a370;
    border-radius: 5px;
}

.come-submenu {
    right: 0px !important;

}

.sub-closer {
    cursor: pointer;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.sub-closer i {
    cursor: pointer;
    top: -1px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: -1px;
}

.title-subcome {
    color: #fff;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.mmenu-icon {
    display: block;
}

.mmenu-icon .mmenu-icon-inner {
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.mmenu-icon {
    position: relative;
    width: 38px;
    height: 38px;
    left: 0;
    border-radius: 5px;
    background: #2c3692;
}

.mmenu-icon .mmenu-icon-inner:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    transform: translateY(-30px);
    -webkit-transform: translateY(-6px);
    border-radius: 5px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.mmenu-icon .mmenu-icon-inner:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    transform: translateY(30px);
    -webkit-transform: translateY(6px);
    border-radius: 5px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mmenu-icon.openmobile .mmenu-icon-inner:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mmenu-icon.openmobile .mmenu-icon-inner:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mmenu-icon.openmobile .mmenu-icon-inner {
    width: 0;
    transform: translate(10px);
}

.mobile_menu_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*End of mobile-menu*/
header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
		z-index: 99;
}

header.inner_header {
    position: relative;
}

header .main_header {
	transition: all 0.3s linear;
}

header.inner_header .main_header {
    background-color: #032b4e;
}

.main_header .all {
}

.main_header .header_logo_wrapper {
    display: flex;
    justify-content: flex-start;
}

.main_header .logo_holder {
}

.main_header .logo_holder img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main_header .header_phone_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.home_header .main_header .header_phone_wrapper {
    justify-content: flex-start;
}

.main_header .header_phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.main_header .header_phone::after {
    content: '\e901';
    font-family: websima_icon;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #7fbc3b;
    margin-right: 10px;
}

.main_header .header_phone:hover:after {
    animation: phone_shake 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes phone_shake {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(0);
    }
}

.main_header .header_btn_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main_header .header_btn {
}

.main_header .header_menu_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main_header .header_menu_wrapper ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	flex-wrap: wrap;
}

.main_header .header_menu_wrapper li {
    position: relative;
    margin-left: 8px;
    transition: all 0.3s linear;
}

.main_header .header_menu_wrapper li::before {
    content: '';
    background-image: url("assets/images/sprite.png");
    background-position: -285px -27px;
    width: 33px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}

.main_header .header_menu_wrapper li:hover:before, .main_header .header_menu_wrapper li.current-menu-item::before {
    top: -38px;
}

.main_header .header_menu_wrapper a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px;
    transition: all 0.3s linear;
}

.main_header .header_menu_wrapper li:hover a, .main_header .header_menu_wrapper li.current-menu-item a {
    color: #97d742;
}

.main_header .header_menu_wrapper li:first-child a {
    padding-right: 0;
}

/*Styles of sub-menu start from here*/
.main_header li ul {
    position: absolute;
    min-width: 225px;
    right: 0;
    top: 101%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0px 7px 13px -5px #0000008c;
    z-index: 9;
    border-radius: 10px;
    pointer-events: none;
    filter: blur(10px);
}

.main_header li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    filter: blur(0);
}

.main_header li ul li {
    display: block !important;
    float: none;
    width: 100%;
}

.main_header li ul li a {
    display: flex;
    justify-content: flex-start !important;
    height: 100%;
    width: 100%;
    padding: 11px 16px !important;
    overflow: hidden;
    padding-right: 20px !important;
    color: #504f54 !important;
    margin-top: 0;
    font-size: 13px !important;
    transition: all 0.2s linear;
}

.main_header li ul li a::before, .main_header li ul li a::after {
    display: none !important;
}

.main_header ul li ul li ul {
    right: 101%;
    top: 0;
    flex-flow: column;
}

.main_header li ul li.menu-item-has-children a {
    display: block;
}

.main_header li ul li:hover > a {
    color: #97d742 !important;
}

.main_header li.menu-item-has-children a::after {
    content: '\e903';
    font-family: websima_icon;
    font-size: 8px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 16px;
    left: -1px;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

.main_header li.menu-item-has-children:hover a::after {
    color: #97d742;
}

.main_header .menu-item-has-children.current-menu-item a::after {
    color: #97d742 !important;
}

.main_header li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    content: '\e903' !important;
    font-family: websima_icon;
    font-size: 10px;
    color: #504f54 !important;
    position: absolute;
    top: calc(50% - 8px);
    left: 8px;
    transform: rotate(180deg);
    display: inline-block !important;
    transition: all 0.3s linear;
}

.main_header li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children:hover > a::after {
    color: #97d742 !important;
}

.main_header li.menu-item-has-children .sub-menu .menu-item.menu-item-has-children::before {
    display: none;
}

.main_header ul li ul li ul li::before, .main_header .header_menu_wrapper ul.sub-menu li::before {
    display: none !important;
}

.main_header ul li ul li ul li:hover > a {
    color: #97d742 !important
}

.main_header .header_menu_wrapper ul.sub-menu {
    flex-flow: column;
}

/*End of sub menu*/
.sticky-wrapper{
	transition: all 0.3s linear;
}
.sticky-wrapper.is-sticky .main_header{
	background-color: #032b4e;
}
.sticky-wrapper.is-sticky .logo_holder img{}
.home_header.not-hero .header_btn,
.sticky-wrapper.is-sticky .header_btn{
	    background-color: #7fbc3b;
    border-color: #7fbc3b;
}
.home_header.not-hero .header_btn span,
.sticky-wrapper.is-sticky .header_btn span{
	    color: #001351;
}
.home_header.not-hero .header_btn:hover span,
.sticky-wrapper.is-sticky .header_btn:hover span{
	color: #7fbc3b;
}
.home_header.not-hero .header_btn i::before, .home_header.not-hero .header_btn i::after,
.sticky-wrapper.is-sticky .header_btn i::before , .sticky-wrapper.is-sticky .header_btn i::after{
	    background-color: #001351;
}
/*End of header*/
/*Styles of home_hero start from here*/
.home_hero {
	position: relative;
    background-image: url("assets/images/hero-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 126px;
    min-height: 700px;
}

.home_hero .all {
}

.home_hero .hero_content_wrapper {
}

.home_hero .hero_heading {
}

.home_hero .hero_title {
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home_hero .hero_title span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 2px 4px #0000007a;
    min-height: 75px;
    margin: 0 3px;
}

.home_hero .hero_green_title {
    color: #a3e333;
}

.home_hero .hero_green_title::before {
    content: '';
    background-image: url("assets/images/sprite.png");
    background-position: -29px -24px;
    width: 34px;
    height: 38px;
    display: inline-block;
    position: absolute;
    right: -34px;
    top: -4px;
    animation: animate_1 3s linear;
    animation-iteration-count: infinite;
}

@keyframes animate_1 {
    0% {
        transform: translate(0);
    }
    30% {
        transform: translate(-10px, -5px);
    }
    60% {
        transform: translate(-5px, -13px);
    }
    100% {
        transform: translate(0);
    }
}

.home_hero .hero_green_title::after {
    content: '';
    background-image: url("assets/images/sprite.png");
    background-position: -162px -17px;
    width: 45px;
    height: 52px;
    display: inline-block;
    position: absolute;
    right: -45px;
    bottom: 0;
    animation: animate_2 4s linear;
    animation-iteration-count: infinite;
}

@keyframes animate_2 {
    0% {
        transform: translate(0);
    }
    30% {
        transform: translate(5px, 10px);
    }
    60% {
        transform: translate(9px, 5px);
    }
    100% {
        transform: translate(0);
    }
}

.home_hero .hero_white_title {
    color: #fff;
}

.home_hero .hero_white_title::before {
    content: '';
    background-image: url("assets/images/sprite.png");
    background-position: -239px -21px;
    width: 28px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0;
    animation: animate_2 3s linear;
    animation-iteration-count: infinite;
}

@keyframes animate_2 {
    0% {
        transform: translate(0);
    }
    30% {
        transform: translate(5px, 10px);
    }
    60% {
        transform: translate(9px, 5px);
    }
    100% {
        transform: translate(0);
    }
}

.home_hero .hero_desc {
    color: #d8e0e5;
    text-align: center;
    margin-top: 5px;
}

.home_hero .hero_btn_holder {
    margin-top: 18px;
    text-align: center;
}

.home_hero .hero_img_wrapper {
    padding-top: 45px;
    margin-bottom: 30px;
}

.home_hero .hero_img_wrapper .imgholder {
}

.home_hero .hero_img_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.home_hero .scroll_bottom_icon{
background-image: url(assets/images/scroll-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 63px;
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 7%;
	cursor: pointer;
	z-index: 2;
}

/*End of home_hero*/
/*Styles of home_banner start from here*/
.home_banner {
    padding-top: 30px;
    padding-bottom: 100px;
}

.home_banner .all {
    /*background-image: linear-gradient(#f9f9f9, #fff);*/
    padding-top: 20px;
    border-radius: 3px;
}

.home_banner .banner_slider_content {
}

.home_banner .banner_title {
    text-align: center;
    color: #cdd1d5;
    letter-spacing: 0.7px;
    font-weight: bold;
}

.home_banner .banner_slider_holder {
    margin-top: 8px;
}

.home_banner .owl-banner {
        width: 100% !important;
}

.home_banner .banner_item {
        width: 100% !important;
}

.home_banner .banner_content {
        width: 100% !important;
}

.home_banner .banner_img {
        width: 100% !important;
}

.home_banner .banner_img img {
    width: 100%;
    height: auto;
    display: block;
}

.home_banner .banner_info {
    background-color: #032b4e;
    padding: 10px 12%;
    text-align: center;
}

.home_banner .banner_slides_title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.home_banner .banner_slides_title::before {
    content: '';
    width: 5px;
    height: 15px;
    display: inline-block;
    background-color: #92d239;
    vertical-align: middle;
    border-radius: 10px;
    margin-left: 7px;
}

.home_banner .banner_btn {
    color: #fff;
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
}

.home_banner .banner_btn::before {
    content: '\e904';
    font-family: websima_icon;
    font-size: 14px;
    color: #91d239;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.home_banner .owl-nav {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    height: 50px;
    overflow: hidden;
}

.home_banner .owl-nav button {
    background-color: #113857 !important;
    min-height: 80px;
    margin: 0 !important;
    width: 10%;
    pointer-events: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.home_banner .owl-nav button:focus {
    outline: none;
}

.home_banner .owl-nav button.owl-prev {
}

.home_banner .owl-nav button.owl-next {
}

.home_banner .owl-nav .icon-arrow {
}

.home_banner .owl-nav .icon-arrow::before {
    font-family: websima_icon;
    font-size: 14px;
    color: #fff;
    display: flex;
    transition: all 0.3s linear;
}

.home_banner .owl-nav button:hover .icon-arrow::before {
    color: #acf921;
}

.home_banner .owl-nav .icon-arrow.prev-icon::before {
    content: '\e903';
}

.home_banner .owl-nav .icon-arrow.next-icon::before {
    content: '\e902';
}

.home_banner .banner_title_holder {
}

/*End of home_banner*/
/*Styles of home_about start from here*/
.home_about {
    padding-top: 40px;
    padding-bottom: 30px;
}

.home_about .all {
}

.home_about .about_img_wrapper {
}

.home_about .about_img_wrapper .imgholder {
}

.home_about .about_img_wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home_about .about_content_wrapper {
    margin-top: 15px;
}

.home_about .about_title {
    text-align: center;
    margin-bottom: 15px;
}

.home_about .about_title span {
    display: inline-block;
    color: #020611;
}

.home_about .about_title span::before {
    content: '';
    background-image: url(assets/images/sprite.png);
    background-position: -239px -23px;
    width: 28px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
	    animation: animate_2 4s linear;
    animation-iteration-count: infinite;
}

.home_about .about_desc {
    text-align: center;
}

.home_about .btn_holder {
    text-align: center;
    margin-top: 20px;
}

/*End of home_about*/
/*Styles of home_category start from here*/
.home_category {
    padding-top: 30px;
    padding-bottom: 10px;
}

.home_category .all {
}

.home_category .main_content {
    margin-top: 35px;
}

.home_category .cats_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home_category .cats_item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.home_category .cats_item::after {
    content: '';
    width: 6px;
    height: 13px;
    display: inline-block;
    background-color: #6eb203;
    border-radius: 2px;
    margin-top: 7px;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.home_category .cats_item:hover:after {
    opacity: 1;
    transform: translateY(0);
}

.home_category .cat_icon_holder {
    min-width: 90px;
    min-height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f8ee;
    border-radius: 100%;
}

.home_category .cat_icon {
    width: 70px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    background-color: #fff;
    box-shadow: 0px 0px 10px -5px #00000078;
    border-radius: 100%;
	    padding: 19px;
}

.home_category .cat_icon img{
    max-width: 100%;
    height: auto;
	display: block;
    margin: 0 auto;
	 filter: grayscale(100%);
	 transition: all 0.3s linear;
}
.home_category .cats_item:hover .cat_icon img{
	filter: none;
}

/* .home_category .cats_item .cat_icon::before { */
    /* font-family: websima_icon; */
    /* font-size: 27px; */
    /* display: inline-block; */
    /* color: #0a48b5; */
    /* transition: all 0.3s linear; */
/* } */

/* .home_category .cats_item:hover .cat_icon::before { */
    /* color: #6eb203; */
/* } */

/* .home_category .cats_item:nth-child(1) .cat_icon::before { */
    /* content: '\e907'; */
/* } */

/* .home_category .cats_item:nth-child(2) .cat_icon::before { */
    /* content: '\e906'; */
/* } */

/* .home_category .cats_item:nth-child(3) .cat_icon::before { */
    /* content: '\e905'; */
/* } */

/* .home_category .cats_item:nth-child(4) .cat_icon::before { */
    /* content: '\e908'; */
/* } */

/* .home_category .cats_item:nth-child(5) .cat_icon::before { */
    /* content: '\e909'; */
    /* font-size: 30px; */
/* } */

.home_category .cat_title {
    display: block;
    text-align: center;
    margin-top: 15px;
}

.home_category .cat_title a {
    display: inline-block;
    color: #454545;
    font-size: 13px;
    font-weight: bold;
}

/*End of home_category*/
/*Styles of home_customer start from here*/
.home_customer {
    padding-top: 45px;
    padding-bottom: 35px;
    background-color: #032b4e;
    position: relative;
    margin-top: 35px;
}

.home_customer .all {
}

.home_customer .main_content {
    margin-top: 40px;
}

.home_customer .customer-carousel {
    position: relative;
}

.home_customer .customer_cart {
}

.home_customer .customer_content {
    background-color: #0d3455;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s linear;
}

.home_customer .customer_content:hover {
    background-color: #fff;
}

.home_customer .customer_content img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s linear;
}

.home_customer .customer_content:hover img {
    filter: drop-shadow(2px 4px 6px black);
}
.main_header .header_btn {
    overflow: hidden;
}
.customer-carousel .owl-nav {
    margin-top: 20px;
}

.customer-carousel .owl-nav button.owl-prev, .customer-carousel .owl-nav button.owl-next {
    padding: 10px 15px !important;
    margin: 0 5px;
}

.customer-carousel .owl-nav button:hover {
    background: transparent !important;
}

.customer-carousel .owl-nav button:focus {
    outline: none;
}

.customer-carousel .owl-nav button.owl-prev {
}

.customer-carousel .owl-nav button.owl-next {
}

.customer-carousel .owl-nav .icon-arrow {
    display: inline-block;
}

.customer-carousel .owl-nav .icon-arrow::before {
    font-family: websima_icon;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.customer-carousel .owl-nav button:hover .icon-arrow::before {
    color: #9ee233;
}

.customer-carousel .owl-nav .icon-arrow.prev-icon::before {
    content: '\e903';
}

.customer-carousel .owl-nav .icon-arrow.next-icon::before {
    content: '\e902';
}

.home_customer .customer_devider {
    background-image: url("assets/images/devider.svg");
    width: 75px;
    height: 70px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg);
}

/*End of home_customer*/
/*Styles of home_features start from here*/
.home_features {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home_features .all {
}

.home_features .main_content {
    margin-top: 35px;
}

.home_features .features_holder {
    margin-top: 10px;
}

.home_features .features_holder ul {
}

.home_features .features_holder .feature_item {
    color: #262626;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: bold;
}

.home_features .features_holder .feature_item::before {
    content: '\e90a';
    font-family: websima_icon;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    box-shadow: 0px 0px 2px 4px #00000014;
    border-radius: 100%;
    color: #67aa03;
    vertical-align: middle;
    margin-left: 15px;
}

.home_features .features_img {
}

.home_features .features_img .imgholder {
}

.home_features .features_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*End of home_features*/
/*Styles of home_blog start from here*/
.home_blog {
    padding-top: 10px;
    padding-bottom: 25px;
    background-image: linear-gradient(#fff, #fafafa);
}

.home_blog .all {
}

.home_blog .main_content {
    margin-top: 35px;
}

.home_blog .blog-carousel {
}

.home_blog .home_blog_box {
}

.home_blog .post_box {
}

.post_box .post_content {
    margin-top: 35px;
}

.post_content .post_thumb_wrapper {
    position: relative;
}

.post_content .post_thumb {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.post_content .post_thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.post_content .post_opt_holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 4px;
    overflow: hidden;
    pointer-events: none;
}

.post_content .post_opt_holder::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(19, 35, 50, 0.7);
    opacity: 0;
    transition: all 0.4s linear;
}

.post_content:hover .post_opt_holder::before {
    opacity: 1;
}

.post_content .post_hover_title {
    display: block;
    color: #ffffff78;
    z-index: 2;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.5px;
    transform: translateY(-15px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

.post_content:hover .post_hover_title {
    transform: translateY(0);
    opacity: 1;
}

.post_content .cat_holder {
    z-index: 2;
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: all;
    transition: all 0.4s ease-out;
}

.post_content:hover .cat_holder {
    transform: translateY(0);
    opacity: 1;
}

.post_content .cat_main_title {
    color: #fff;
    font-size: 13px;
}

.post_content .cats_item {
    display: inline-block;
    color: #f3ffff;
    font-size: 13px;
}

.post_content .post_info_wrapper {
    padding: 15px 20px 20px 20px;
}

.post_content .post_title {
    position: relative;
    margin-bottom: 3px;
    min-height: 52px;
}

.post_content .post_title::before {
    content: '';
    width: 5px;
    height: 15px;
    display: inline-block;
    background-color: #77c82b;
    border-radius: 3px;
    position: absolute;
    right: -20px;
    top: 4px;
}

.post_content .post_title a {
    display: inline-block;
    color: #011133;
    font-size: 14px;
    line-height: 26px;
    transition: all 0.4s linear;
}

.post_content:hover .post_title a {
    color: #0452b6;
}

.post_content .post_excerpt {
    color: #626262;
}

.post_content .btn_holder {
    margin-top: 16px;
}

.post_content:hover .first_style_btn.blue_vr span {
    color: #fff;
    transition-delay: 0.4s;
}

.post_content:hover .first_style_btn i::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.post_content:hover .first_style_btn i::after {
    width: 102%;
    transition-delay: 0.4s;
}

.post_content .post_vector {
    background-image: url(assets/images/devider.svg);
    width: 65px;
    height: 47px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(180deg) translateY(10px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

.post_content:hover .post_vector {
    transform: rotate(180deg) translateY(0);
    opacity: 1;
}

.post_content:hover .post_vector {
}

/*End of home_blog*/
/*Styles of footer start from here*/
footer {
    padding-top: 30px;
}

footer .newsletter_section {
}

footer .newsletter_section::after{
    content: '';
    background-image: url("assets/images/sprite.png");
    background-position: -350px -23px;
    width: 71px;
    height: 21px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

footer .main_footer {
    background-image: url("assets/images/footer-bg.png");
    background-position: top center;
    background-size: cover;
    padding-top: 120px;
    margin-top: -90px;
}

.main_footer .all {
}

.main_footer .footer_contact_wrapper {
    margin-top: 20px;
}

.main_footer .footer_main_title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
}

.main_footer .f_contact_item {
    color: #9ca8b6;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    transition: all 0.3s linear;
}

.main_footer .f_contact_item.footer_tell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main_footer .f_contact_item.footer_email:hover {
    color: #fff;
}

.main_footer .f_contact_item::before {
    font-family: websima_icon;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin-left: 10px;
}

.main_footer .f_contact_item.footer_address::before {
    content: '\e917';
}

.main_footer .f_contact_item.footer_tell::before {
    content: '\e915';
}

.main_footer .f_contact_item.footer_email::before {
    content: '\e916';
    font-size: 14px;
}

.main_footer .footer_phone {
    display: inline-block;
    color: #9ca8b6;
    font-size: 13px;
    position: relative;
    transition: all 0.3s linear;
}

.main_footer .footer_phone:hover {
    color: #fff;
}

.main_footer .footer_info_wrapper {
    text-align: center;
}

.main_footer .footer_logo {
    display: inline-block;
    margin-bottom: 10px;
}

.main_footer .footer_logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.main_footer .footer_desc {
    color: #9ca8b6;
    text-align: center;
}

.main_footer .demo_btn_holder {
    text-align: center;
    margin-top: 16px;
}

.main_footer .footer_social_wrapper {
    text-align: center;
    margin-top: 15px;
}

.main_footer .footer_menu_wrapper {
}

.main_footer .footer_menu {
}

.footer_menu_wrapper .footer_main_title {
    text-align: right;
    margin-bottom: 15px;
}

.main_footer .footer_menu ul {
}

.main_footer .footer_menu li {
}

.main_footer .footer_menu li a {
    display: inline-block;
    color: #9ca8b6;
    font-size: 13px;
    margin-bottom: 7px;
    transition: all 0.3s linear;
}

.main_footer .footer_menu li a:hover {
    color: #fff;
}

.footer_copyright {
    border-top: 1px solid #10263b;
    padding-top: 10px;
    padding-bottom: 13px;
    margin-top: 15px;
}

.footer_copyright .copyright_txt {
    color: #758497;
    text-align: center;
}
footer .newsletter_section{
    position: relative;
}
footer .newsletter_section .all{
    background-color: #032b4e;
    border-radius: 4px;
    padding: 20px 35px;
    padding-bottom: 40px;
}
footer .newsletter_section .newsletter_heading{
    text-align: center;
    margin-bottom: 12px;
}
footer .newsletter_section .newsletter_title{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}
footer .newsletter_section .newsletter_desc{
    color: #bdcada;
    font-size: 12px;
    line-height: 25px;
}
footer .newsletter_section .newsletter_input{}
footer .newsletter_input form{}
footer .newsletter_input .mc4wp-form-fields{}
footer .newsletter_input .form-group{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer .newsletter_input .input_wrapper{
    width: 70%;
}
footer .newsletter_input .input_wrapper input{
    width: 100%;
    border: 1px solid #486c8c;
    min-height: 42px;
    background-color: transparent;
    padding: 2px 15px;
    color: #fff;
    transition: all 0.3s linear;
}
footer .newsletter_input .input_wrapper input:focus{
    outline: none;
    border-color: #fff;
}
footer .newsletter_input .input_wrapper input::placeholder{
    color: #345a7e;
}
footer .newsletter_input .btn_submit_holder{
    width: 30%;
}
footer .newsletter_input .btn_submit_wrapper{
    display: inline-flex;
    position: relative;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    border-color: #fff;
    transition: all 0.1s linear;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
footer .newsletter_input .btn_submit_wrapper input{
    min-height: 42px;
    width: 100%;
    padding: 0 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2072bb;
    font-weight: bold;
    font-size: 13px;
    border-radius: 2px 0 0 2px;
    z-index: 2;
    background-color: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s linear;
}
footer .newsletter_input .btn_submit_wrapper:hover input{
    color: #fff;
    transition-delay: 0.4s;
}
footer .newsletter_input .btn_submit_wrapper i{}
footer .newsletter_input .btn_submit_wrapper i::before{
    content: '';
    width: 7px;
    height: 100%;
    display: inline-block;
    background-color: #2072bb;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}
footer .newsletter_input .btn_submit_wrapper:hover i::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
footer .newsletter_input .btn_submit_wrapper i::after{
    content: '';
    width: 0;
    height: 100%;
    background-color: #2072bb;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out;
}
footer .newsletter_input .btn_submit_wrapper:hover i::after{
    width: 100%;
    transition-delay: 0.4s;
}
footer.inner_pages_footer{
	    background-color: #f8f9fb;
    padding-top: 15px;
    margin-top: 15px;
}
.breadcrumbs{}
.breadcrumbs .all{}
.breadcrumbs #blog-breadcrumbs{
	    padding-bottom: 12px;
}
.breadcrumbs #blog-breadcrumbs::before{
    content: '';
    width: 7px;
    height: 15px;
    display: inline-block;
    background-color: #2072bb;
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 10px;
}
.breadcrumbs #blog-breadcrumbs a{
    color: #9fa0a4;
    font-weight: bold;
    margin-left: 5px;
	transition: all 0.3s linear;
}
.breadcrumbs #blog-breadcrumbs a::after{
    content: '\e902';
    font-family: websima_icon;
    font-size: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.breadcrumbs #blog-breadcrumbs a:hover{
	color: #0d283d;
	transition: all 0.3s linear;
}
.breadcrumbs #blog-breadcrumbs .breadcrumb_last{
	display: inline-block;
    color: #0d283d;
    font-weight: bold;
}
/*End of footer*/
/*Styles of about_page start from here*/
.about_page {
}

.about_page .all {
}

.about_page .main_content {
}

.about_page .about_thumb_wrapper {
    margin-bottom: 50px;
}

.about_page .about_img {
}

.about_page .about_img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.about_page .about_vector {
    background-image: url(assets/images/devider.svg);
    width: 75px;
    height: 70px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about_page .about_desc_wrapper {
}

/*End of about_page*/
/*Styles of contact_page start from here*/
.contact_page {
}

.contact_page .contact_info_wrapper {
    background-color: #f8f8f8;
    padding: 20px 0;
    padding-bottom: 35px;
    position: relative;
}

.contact_info_wrapper .all {
}

.contact_info_wrapper .contact_vector {
    background-image: url(assets/images/devider.svg);
    width: 75px;
    height: 70px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact_info_wrapper .contact_info_item {
    text-align: center;
    margin-bottom: 20px;
}

.contact_info_wrapper .contact_info_item .contact_info_icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 6px solid #dfe6ee;
    font-style: normal;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact_info_wrapper .contact_info_item .contact_info_icon::before {
    font-family: websima_icon;
    font-size: 19px;
    display: inline-block;
    color: #0e6abd;
}

.contact_info_wrapper .contact_info_item.contact_address .contact_info_icon::before {
    content: '\e917';
}

.contact_info_wrapper .contact_info_item.contact_email .contact_info_icon::before {
    content: '\e916';
    font-size: 15px;
}

.contact_info_wrapper .contact_info_item.contact_phone .contact_info_icon::before {
    content: '\e915';
}

.contact_info_wrapper .contact_info_value {
    color: #56595e;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
}

.contact_info_wrapper .contact_phones_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contact_info_wrapper .contact_tell {
    color: #56595e;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    display: inline-flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact_info_wrapper .contact_tell:nth-child(odd):after {
    content: '';
    width: 4px;
    height: 15px;
    display: inline-block;
    background-color: #7ebc37;
    vertical-align: middle;
    border-radius: 13px;
    position: absolute;
    left: -2px;
}

.contact_page .contact_ways_wrapper {
    padding-top: 70px;
}

.contact_ways_wrapper .all {
}

.contact_ways_wrapper .contact_map_wrapper {
}

.contact_ways_wrapper .map_holder {
}

.contact_ways_wrapper .map_holder iframe {
    min-height: 400px;
    border-radius: 4px;
}

.contact_ways_wrapper .contact_social {
    margin-top: 5px;
    text-align: center;
}

.contact_ways_wrapper .contact_social .social_holder .social_item {
    border: 2px solid #e9e9e9;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.contact_ways_wrapper .contact_social .social_holder .social_item::before {
    color: #9f9f9f;
}

.contact_ways_wrapper .contact_social .social_holder .social_item:hover:before {
    color: #0b6abe;
}

.contact_ways_wrapper .contact_form_wrapper {
    padding-top: 20px;
}

.contact_ways_wrapper .contact_form_heading {
}

.contact_ways_wrapper .contact_form_title {
    color: #0a141e;
    margin-bottom: 5px;
}

.contact_ways_wrapper .contact_form_desc {
    color: #5b5f62;
}

.contact_ways_wrapper .form_holder {
    padding-top: 15px;
}

.contact_ways_wrapper form {
}

.contact_ways_wrapper form .cf_top_sc {
}

.contact_ways_wrapper form .cf_input_holder {
    margin-bottom: 15px;
}

.contact_ways_wrapper form br {
    display: none;
}

.contact_ways_wrapper form .cf_title {
    display: flex;
    align-items: center;
    color: #575b5e;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 26px;
}

.contact_ways_wrapper form .cf_title::before {
    font-family: websima_icon;
    font-size: 16px;
    display: inline-block;
    color: #505e69;
    margin-left: 10px;
}

.contact_ways_wrapper form .cf_name .cf_title::before {
    content: '\e920';
}

.contact_ways_wrapper form .cf_mail .cf_title::before {
    content: '\e916';
    font-size: 13px;
}

.contact_ways_wrapper form .cf_phone .cf_title::before {
    content: '\e91d';
}

.contact_ways_wrapper form .cf_subject .cf_title::before {
    content: '\e91f';
}

.contact_ways_wrapper form .cf_textarea_holder .cf_title::before {
    content: '\e91e';
}

.contact_ways_wrapper form .cf_input_item, .contact_ways_wrapper form textarea {
    min-height: 45px;
    width: 100%;
    border: 2px solid #ededed;
    border-radius: 4px;
    padding: 5px 15px;
    transition: all 0.3s linear;
}

.contact_ways_wrapper form textarea {
    padding: 15px;
}

.contact_ways_wrapper form .cf_input_item::placeholder {
}

.contact_ways_wrapper form .cf_input_item:focus, .contact_ways_wrapper form textarea:focus {
    border-color: #cfdde8;
    outline: none;
}

.contact_ways_wrapper form .cf_submit_holder {
    margin-top: 15px;
}

.contact_ways_wrapper form .submit_btn {
}

.contact_ways_wrapper form .submit_btn_wrapper {
}

.contact_ways_wrapper form .cf_submit_btn {
    min-height: 40px;
    padding: 0 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 2px;
    background-color: #7fbc3b;
    border-color: #7fbc3b;
    color: #001351;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.contact_ways_wrapper form .ajax-loader {
}

.contact_ways_wrapper form .cf_wrapper {
}

.contact_ways_wrapper form .cf_wrapper .row {
}

span.wpcf7-not-valid-tip {
    display: none;
}

.contact_ways_wrapper form .cf_input_item.wpcf7-not-valid, .contact_ways_wrapper form textarea.wpcf7-not-valid {

    border-color: #ffd5e1;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border-color: #df141a;
    padding: 15px 20px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

/*End of contact_page*/
/*Styles of blog_page start from here*/
.blog_page {
}

.blog_page .all {
}

/*End of blog_page*/
/*Styles of 404 page start from here*/
.page_404 {

    padding-bottom: 37px;
}

.page_404 .blog_header {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.page_404 .block-gear h1 {
color: #032b4e;
    font-size: 20px;
}

.page_404 .block-gear .text_404 {
    color: #181818;
    font-size: 15px;
}

.page_404 .error_image {
    margin-top: 15px;
}

.page_404 .error_image img {
    max-width: 100%;
    height: auto;
}
/*End of 404 page*/
/*Styles of single_page start from here*/
.single_page {
}

.single_page .all {
}

.single_page .single_thumb {
    position: relative;
	margin-bottom: 55px;
}

.single_page .single_thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.single_page .single_vector, .home .single_vector {
    background-image: url(assets/images/devider.svg);
    width: 75px;
    height: 70px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

.single_page .post_content {
    padding-top: 20px;
}

.single_page .post_option_wrapper {
    background-color: #f8f9fb;
    text-align: center;
    padding: 20px 15px;
    border-radius: 4px;
}

.single_page .cats_holder {
}

.single_page .cat_title {
    display: inline-block;
    color: #4d4e50;
    font-size: 13px;
    margin-left: 5px;
}

.single_page .cat_title::before {
    content: '';
    background-image: url("assets/images/icon-category.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.single_page .cats_item {
    color: #191e24;
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
    transition: all 0.3s linear;
}

.single_page .cats_item:hover {
    color: #2765a0;
}

.single_page .cats_item::after {
    content: '';
    width: 3px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #7bb73b;
    margin-right: 10px;
    border-radius: 2px;
}

.single_page .cats_item:last-child:after {
    display: none;
}

.post_share_holder {
    margin-top: 15px;
}

.post_share_holder .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_share_holder .social_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_share_holder .social_wrap li {
    margin-right: 13px;
}

.post_share_holder .social_wrap a {
}

.post_share_holder .social_wrap a::before {
    font-family: websima_icon;
    font-size: 15px;
    display: inline-block;
    color: #a3a3a3;
    transition: all 0.3s linear;
}

.post_share_holder .social_wrap a:hover:before {
    color: #7fb835;
}

.post_share_holder .social_wrap a.telegram_share::before {
    content: '\e910';
}

.post_share_holder .social_wrap a.facebook_share::before {
    content: '\e90c';
}

.post_share_holder .social_wrap a.twitter_share::before {
    content: '\e911';
}

.post_share_holder .social_wrap a.linkedin_share::before {
    content: '\e90e';
}

.post_share_holder .share_icon {
    font-style: normal;
    margin-right: 17px;
}

.post_share_holder .share_icon::before {
    content: '\e926';
    font-family: websima_icon;
    font-size: 18px;
    color: #032e51;
    display: inline-block;
    vertical-align: middle;
}

.single_page .single_tag {
    text-align: center;
    margin-top: 20px;
}

.single_page .tag_value {
    border: 1px solid #ababab;
    color: #ababab;
    min-height: 30px;
    padding: 0 23px;
    min-width: 105px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    margin-bottom: 7px;
    transition: all 0.3s linear;
}

.single_page .tag_value:hover {
    color: #32628a;
    border-color: #32628a;
}

.single_page .single_author_wrapper{
	margin-top: 25px;
    margin-bottom: 10px;
}
.author_box{
	    background: #f8f9fb;
    padding: 25px 20px;
    border-radius: 3px;
}
.author_box .author_pic_holder{
	    margin-bottom: 18px;
}
.author_box .imgholder{}
.author_box .imgholder img{
	max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}
.author_box .author_info_holder{}
.author_box .author_name{
	text-align: center;
    color: #191e24;
    margin-bottom: 6px;
}
.author_box .author_desc{
	text-align: justify;
}

.single_page .single_related_wrapper {
    background-color: #f8f9fb;
    padding-top: 25px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.single_page .single_related_wrapper .all {
}

.single_page .single_related {
}

.single_page .single_related_title {
    text-align: center;
    color: #0a1b2b;
}

.single_page .related-posts {
}

.single_page .related_post_box {
}

.single_page .related_post_box .post_content {
    margin-top: 0;
    padding-top: 45px;
}

.single_comment_wrapper {
    text-align: center;
    padding-top: 25px;
}

.single_comment_wrapper .single_sc_title {
    display: block;
    text-align: center;
    width: 100%;
    color: #0a1b2b;
    margin-bottom: 20px;
}

.single_comment_wrapper .comment-respond {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.single_comment_wrapper .comment-respond .comment-reply-title{
    position: absolute;
    top: -9px;
    left: 9px;
    z-index: 2;
}

.single_comment_wrapper .comment-respond .comment-reply-title a{
    display: inline-flex;
    background-color: #012c4c;
    color: #fff;
    font-weight: normal;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    min-width: 80px;
    transition: all 0.3s linear;
}

.single_comment_wrapper .comment-respond .comment-reply-title a:hover{
    background-color: #7ebd3a;
    color: #012c4c;
}

.single_comment_wrapper #commentform {
    margin: 0;
}

.logged-in .single_comment_wrapper #commentform{
    flex-flow: column;
}

.alert-by-comment{
    text-align: right;
    margin-bottom: 15px;
    position: absolute;
    right: 9px;
    top: -9px;
}
.alert-by-comment .logged-in-as{}
.alert-by-comment .logged-in-as .trn_elm_all{}
.alert-by-comment .logged-in-as .trn_elm_logout{
    display: inline-flex;
    background-color: #012c4c;
    color: #fff;
    font-weight: normal;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    min-width: 80px;
    margin-right: 10px;
    transition: all 0.3s linear;
}
.alert-by-comment .logged-in-as .trn_elm_logout:hover{
    background-color: #7ebd3a;
    color: #012c4c;
}
.logged-in .comment-form-comment{
    margin-top: 38px;
}

.single_comment_wrapper #commentform .field-wrapper {
}

.single_comment_wrapper #commentform .comment-field {
    margin-bottom: 17px;
}

.single_comment_wrapper #commentform .comment-field label::before , #commentform .comment-text label::before{
    font-family: websima_icon;
    font-size: 14px;
    color: #4f5c6c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.single_comment_wrapper #commentform .comment-field.comment-form-author label::before{
    content: '\e920';
}
.single_comment_wrapper #commentform .comment-field.comment-form-email label::before{
    content: '\e916';
    font-size: 12px;
}
#commentform .comment-text label::before{
    content: '\e91e';
}

.single_comment_wrapper #commentform .comment-field div.error , .single_comment_wrapper #commentform .comment-text div.error{
    display: none !important;
}

#commentform .comment-field .comment_label {
    display: block;
    text-align: right;
    color: #565d65;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}

#commentform .comment-field input {
    border: 1px solid #e7e7e7;
    min-height: 47px;
    width: 100%;
    border-radius: 4px;
    padding: 5px 15px;
    transition: all 0.3s linear;
}

#commentform .comment-field input:focus, #commentform .comment-text textarea:focus {
    outline: none;
    border-color: #0b66bf;
    transition: all 0.3s linear;
}

#commentform .comment-field input::placeholder {
    color: #e7e7e7;
    transition: all 0.3s linear;
}

#commentform .comment-field input::-webkit-input-placeholder {
    color: #e7e7e7;
}

#commentform .comment-field input:focus::-webkit-input-placeholder {
    color: #0b66bf;
}

/* Firefox < 19 */
#commentform .comment-field input:-moz-placeholder {
    color: #e7e7e7;
}

#commentform .comment-field input:focus:-moz-placeholder {
    color: #0b66bf;
}

/* Firefox > 19 */
#commentform .comment-field input::-moz-placeholder {
    color: #e7e7e7;
}

#commentform .comment-field input:focus::-moz-placeholder {
    color: #0b66bf;
}

/* Internet Explorer 10 */
#commentform .comment-field input:-ms-input-placeholder {
    color: #e7e7e7;
}

#commentform .comment-field input:focus:-ms-input-placeholder {
    color: #0b66bf;
}

#commentform .comment-field input.error , #commentform .comment-text textarea.error{
    border: 1px solid #de1118;
}
#commentform .comment-field input.error::placeholder , #commentform .comment-text textarea.error::placeholder{
    color: #de1118;
}

#commentform .comment-text textarea::-webkit-input-placeholder {
    color: #e7e7e7;
    transition: all 0.2s linear;
}

#commentform .comment-text textarea:focus::-webkit-input-placeholder {
    color: #0b66bf;
    transition: all 0.2s linear;
}

/* Firefox < 19 */
#commentform .comment-text textarea:-moz-placeholder {
    color: #e7e7e7;
}

#commentform .comment-text textarea:focus:-moz-placeholder {
    color: #0b66bf;
}

/* Firefox > 19 */
#commentform .comment-text textarea::-moz-placeholder {
    color: #e7e7e7;
}

#commentform .comment-text textarea:focus::-moz-placeholder {
    color: #0b66bf;
}

/* Internet Explorer 10 */
#commentform .comment-text textarea::-ms-input-placeholder {
    color: #e7e7e7;
}

#commentform .comment-text textarea:focus:-ms-input-placeholder {
    color: #0b66bf;
}


#commentform .comment-text {
}

#commentform .comment-text .comment_label {
    display: block;
    text-align: right;
    color: #565d65;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

#commentform .comment-text textarea {
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 10px 15px;
    min-height: 135px;
    transition: all 0.3s linear;
}

#commentform .comment-text textarea::placeholder {
    color: #e7e7e7;
}

#commentform .form-submit_wrapper {
    text-align: center;
    margin-top: 10px;
}

#commentform .comment_btn_holder {text-align: left;}
#commentform .comment_btn_holder .comment_btn{
    display: inline-flex;
    position: relative;
    border-radius: 2px;
    background-color: #7fbc3b;
    border-color: #7fbc3b;
    transition: all 0.1s linear;
    overflow: hidden;
    cursor: pointer;
}
#commentform .comment_btn_holder input {
    min-height: 35px;
    padding: 0 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #001351;
    font-weight: bold;
    font-size: 13px;
    border-radius: 2px;
    z-index: 2;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s linear;
}
#commentform .comment_btn:hover input{
    color: #7fbc3b;
    transition-delay: 0.4s;
}
#commentform .comment_btn_holder .comment_btn i{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#commentform .comment_btn_holder .comment_btn i::before{
    content: '';
    width: 7px;
    height: 100%;
    display: inline-block;
    background-color: #001351;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}
#commentform .comment_btn:hover  i::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#commentform .comment_btn_holder .comment_btn i::after{
    content: '';
    width: 0;
    height: 100%;
    background-color: #001351;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out;
}
#commentform .comment_btn:hover  i::after{
    width: 100%;
    transition-delay: 0.4s;
}

.comments {
    margin-top: 30px;
}

.comments .user_comments {
}

.comments .comment {position: relative;}

.comments .commentbox {
}

.comments .comment-body {
}

.comments .user_comment_txt {
    background-color: #f8f9fb;
    padding: 20px 25px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.comments .user_info {
}

.comments .user_info_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #e9eaec;
}

.comments .user_name {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0d2845;
    font-size: 14px;
    font-weight: bold;
}

.comments .user_name::before {
    content: '';
    background-image: url(assets/images/sprite.png);
    background-position: -239px -22px;
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-left: 7px;
}

.comments .pub_date {
    display: inline-flex;
    align-items: center;
    color: #1465a6;
    font-weight: bold;
}

.comments .pub_date::before {
    content: '';
    width: 5px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #80bb3b;
    margin-left: 8px;
    border-radius: 3px;
}

.comments .user_message {
}

.comments .comment-awaiting-moderation {
    font-style: normal;
    color: #1465a6;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
}

.comments .user_message p {
    text-align: justify;
    color: #5b5b5d;
    padding-top: 10px;
}

.comments .user_message .comment_opt {
    margin-top: 15px;
}

.comments .user_message .comment_opt .reply_btn {
}

.comments .user_message .comment_opt .comment-reply-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.comments .user_message .comment_opt .comment-reply-link span {
    background-color: #012c4c;
    color: #fff;
    min-height: 30px;
    min-width: 105px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s linear;
}
.comments .user_message .comment_opt .comment-reply-link:hover span{
    background-color: #7fbc3b;
    color: #012c4c;
}
.comments ul.children {
    padding-right: 10%;
    position: relative;
    width: 100%;
}
.comments ul.children > .comment::before {
    content: "\e921";
    font-family: websima_icon;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -32px;
    color: #092c4c;
}
/*End of single_page*/
/*Styles of archive_product start from here*/
.archive_product {
}

.archive_product .all {
}

.archive_product .archive_product_desc {
    padding: 20px 25px;
    background-color: #f8f9fb;
    position: relative;
    border-radius: 4px;
}

.archive_product .archive_product_desc::before {
    content: '';
    width: 14px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: #87b15b;
    position: absolute;
    right: 0;
    top: 25px;
    border-radius: 4px 0 0 4px;
}

.archive_product .archive_product_desc p {
    font-size: 12px;
    line-height: 28px;
}

.archive_product .archive_product_desc h2 {
    font-size: 14px;
    margin: 5px 0;
}

.archive_product .archive_product_desc h3 {
    font-size: 13px;
    margin: 5px 0;
}

.archive_product .archive_product_desc h4, .archive_product .archive_product_desc h5, .archive_product .archive_product_desc h6 {
    font-size: 12px;
    margin: 5px 0;
}

.archive_product .main_content {
    margin-top: 35px;
}

.archive_product .main_content .row {
    justify-content: center;
}

.archive_product .product_roll_box {
    margin-bottom: 30px;
}

.product_box {
}

.product_box .product_content {
}

.product_box .product_content::before , .product_box .product_content::after{
    content: '';
    background-image: url("assets/images/sprite.png");
    width: 47px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s linear;
}
.product_box .product_content::before{
    background-position: -457px -18px;
}
.product_box .product_content:hover:before{
    opacity: 0;
}
.product_box .product_content::after{
    background-position: -457px -44px;
    opacity: 0;
}

.product_box .product_content:hover:after{
    opacity: 1;
}

.product_box .product_content .icon-pr-hover-3{
    font-size: 30px;
}
.product_box .product_content .icon-pr-hover-2{}

.product_content .product_thumb {
    display: block;
    box-shadow: 0px 1px 9px -3px #00000036;
    border-radius: 5px;
    padding: 15px;
    padding-top: 40px;
    background-color: #fff;
}

.product_content .product_thumb img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.product_content .product_info {
    padding-top: 15px;
}

.product_content .product_title {
}

.product_content .product_title a {
    color: #4c4c4c;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.3s linear;
}
.product_content:hover .product_title a{
    color: #092d4d;
}

.product_content .price_holder {
    display: block;
    color: #0c6ab4;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s linear;
}
.product_content:hover .price_holder{
    color: #7fbc3b;
}

.product_content .btn_holder {
    margin-top: 15px !important;
    text-align: right !important;
}


.product_content:hover .first_style_btn.gr_vr span {
    color: #7fbc3b;
    transition-delay: 0.4s;
}

.product_content:hover .first_style_btn i::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.product_content:hover .first_style_btn i::after {
    width: 102%;
    transition-delay: 0.4s;
}

/*End of archive_product*/
/*Styles of single_product start from here*/
.single_product {
}

.single_product .product_summery_wrapper {
}

.single_product .product_summery_wrapper .all {
}

.single_product .product_summery_top {
    box-shadow: 0px 0px 8px -4px #0000007a;
    border-radius: 4px;
    padding: 30px 20px;
}

.single_product .product_title_holder {
    margin-bottom: 20px;
}

.single_product .product_title_holder .product_title {
    font-size: 18px;
    color: #08151e;
    text-align: center;
}

.single_product .product_title_holder .product_title::before {
    content: '';
    background-image: url(assets/images/sprite.png);
    background-position: -239px -22px;
    width: 28px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.single_product .product_summery_wrapper {
}

.single_product .product_thumb_holder {align-items: center;display: flex;flex-flow: column;justify-content: center;}

.single_product .product_thumb {
}

.single_product .product_single_thumb img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.single_product .product_price_holder {
    text-align: center;
    margin-top: 15px;
}

.single_product .product_price {
    color: #23649a;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.single_product .product_tax_holder{
	    margin-top: 12px;
}
.single_product .product_tax{
	    display: inline-block;
    background-color: #23649a;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 3px;
}

.single_product .pr_title {
    display: inline-block;
    color: #808080;
    font-size: 13px;
}

.single_product .product_detail {
    margin-top: 15px;
}

.single_product .product_cats_wrapper {
    background-color: #f8f9fb;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
}

.single_product .product_cat_title {
    display: block;
    text-align: center;
    color: #4d4e50;
    font-size: 13px;
    margin-bottom: 10px;
}

.single_product .product_cat_title::before {
    content: '';
    background-image: url(assets/images/icon-category.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.single_product .product_cat_item {
    color: #191e24;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    font-weight: bold;
    margin-bottom: 8px;
    transition: all 0.3s linear;
}

.single_product .product_cat_item:hover{
    color: #2c77bb;
}

.single_product .product_cat_item::after {
    content: '';
    width: 3px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #7bb73b;
    margin-right: 10px;
    border-radius: 2px;
}

.single_product .product_cat_item:last-child:after {
    display: none;
}

.single_product .product_summery_txt {
    color: #5b5b5b;
    text-align: justify;
    margin-top: 15px;
    line-height: 27px;
}

.single_product .product_features_holder {
    margin-top: 18px;
}

.single_product .product_feature {
    color: #898989;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
}

.single_product .product_feature::before {
    content: '';
    background-image: url(assets/images/icon-tik.svg);
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.single_product .btn_holder {
    text-align: center;
    margin-top: 20px;
}

.single_product .btn_holder .blue_vr {
    margin-bottom: 10px;
}

.single_product .product_summery_opt {
    margin-top: 15px;
}

.single_product .product_tags_wrapper {
    text-align: center;
}

.single_product .product_tag_item {
    border: 1px solid #ababab;
    color: #ababab;
    min-height: 30px;
    padding: 0 23px;
    min-width: 105px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-bottom: 7px;
    transition: all 0.3s linear;
}

.single_product .product_tag_item:hover {
    color: #32628a;
    border-color: #32628a;
}

.single_product .post_share_holder {
    margin-top: 10px;
}

.single_product .product_related {
}

.single_product .product_first_related {
    background-color: #f8f9fb;
    padding: 30px 0;
    margin-top: 30px;
}

.single_product .product_related .single_related_title {
    text-align: center;
    color: #041529;
    font-size: 15px;
    margin-bottom: 25px;
}

.single_product .related-products {
}

.single_product .product_second_related {
    padding: 30px 0;
}

.single_product .product_full_content {
}

.single_product .product_full_editor {
    position: relative;
    background-color: #f8f9fb;
    padding: 10px 25px;
    padding-bottom: 20px;
    border-radius: 4px;
}

.single_product .product_full_editor::before {
    content: '';
    width: 13px;
    height: 30px;
    display: inline-block;
    background-color: #7ebc3f;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 20px;
}

/*End of single_product*/
/*Styles of maincat_page start from here*/
.maincat_page {
}

.maincat_page .all {
}

.maincat_page .main_content {
}

.maincat_page .cat_thumb_holder {
    position: relative;
    margin-bottom: 65px;
}

.maincat_page .cat_thumb_holder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.maincat_page .maincat_vector {
    background-image: url(assets/images/devider.svg);
    width: 75px;
    height: 70px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.maincat_page .cat_desc {
    padding: 20px 25px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 10px -5px #00000059;
}

.maincat_page .cat_desc::before {
    content: '';
    width: 14px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: #87b15b;
    position: absolute;
    right: 0;
    top: 25px;
    border-radius: 4px 0 0 4px;
}

.maincat_page .cat_desc p {
    font-size: 12px;
    line-height: 28px;
}

.maincat_page .cat_desc h2 {
    font-size: 14px;
    margin: 5px 0;
}

.maincat_page .cat_desc h3 {
    font-size: 13px;
    margin: 5px 0;
}

.maincat_page .cat_desc h4, .maincat_page .cat_desc h5, .maincat_page .cat_desc h6 {
    font-size: 12px;
    margin: 5px 0;
}

.maincat_page .subcats_wrapper {
    margin-top: 35px;
}

.maincat_page .subcats_heading {
}

.maincat_page .subcats_title {
    text-align: center;
    color: #001932;
    font-size: 16px;
}

.maincat_page .subcats_subtitle {
    color: #5c5f64;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
}

.maincat_page .subcats_holder {
    margin-top: 35px;
	margin-bottom: 25px;
}
.inner_pages_opt .subcat_box {
    margin-bottom: 10px;
}
.maincat_page .subcat_content {
    text-align: center;
}

.maincat_page .subcat_content .subcat_thumb_holder {
    min-width: 90px;
    min-height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e9e9e9;
    border-radius: 100%;
    margin-bottom: 12px;
    transition: all 0.3s linear;
}

.maincat_page .subcat_content:hover .subcat_thumb_holder {
    border-color: #88b452;
}

.maincat_page .subcat_content .subcat_thumb_holder img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.3s linear;
}

.maincat_page .subcat_content:hover .subcat_thumb_holder img {
    filter: grayscale(100%);
}

.maincat_page .subcat_content .subcat_title {
    text-align: center;
}

.maincat_page .subcat_content .subcat_title a {
    color: #575a61;
    font-size: 13px;
    display: inline-block;
    position: relative;
    transition: all 0.3s linear;
}

.maincat_page .subcat_content:hover .subcat_title a {
    color: #0f253c;
}

.maincat_page .subcat_content .subcat_title a::after {
    content: '';
    width: 6px;
    height: 13px;
    display: block;
    background-color: #6eb203;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 13px;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.maincat_page .subcat_content:hover .subcat_title a::after {
    opacity: 1;
    transform: translateY(0);
}

/*End of maincat_page*/
/*Styles of demo_request start from here*/
.demo_request {
}

.demo_request .all {
}
.post_content.editor_content.demo_request #acf-form ,
.demo_request .main_content {
    background-color: #f8f9fb;
    border-radius: 4px;
    padding: 30px 25px;
    margin-top: 25px;
}

.demo_request #acf-form {
}

.demo_request .acf-fields {
}

.demo_request .acf-field-text {
    padding: 0 !important;
    margin-bottom: 22px !important;
    border: none !important;
}

.demo_request .acf-field-text .acf-label {
}

.demo_request .acf-field-text .acf-label label {
    color: #5a6265;
    font-size: 13px;
    margin-bottom: 12px;
}

.demo_request .acf-field-text .acf-label label::before {
    font-family: websima_icon;
    font-size: 15px;
    color: #5a6265;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.demo_request .acf-field-text.acf-field--post-title .acf-label label::before {
    content: '\e920';
    font-size: 13px;
}

.demo_request .acf-field-text.email_field .acf-label label::before {
    content: '\e916';
    font-size: 11px;
}

.demo_request .acf-field-text.mobile_field .acf-label label::before {
    content: '\e91d';
}

.demo_request .acf-field-text.company_field .acf-label label::before {
    content: '\e92a';
}

.demo_request .acf-field-text.product_field .acf-label label::before {
    content: '\e92b';
    font-size: 14px;
}

.demo_request .acf-field-text.address_field .acf-label label::before {
    content: '\e917';
}

.demo_request .acf-field-text .acf-input {
}

.demo_request .acf-field-text .acf-input-wrap {
}

.demo_request .acf-field-text .acf-input-wrap input {
    border: 1px solid #e0e1e3;
    min-height: 45px;
    border-radius: 4px;
    padding: 3px 15px;
    transition: all 0.3s linear;
}

.demo_request .acf-field-text .acf-input-wrap input:focus {
    outline: none;
    border-color: #126dbc;
}

.demo_request .acf-field-text .acf-input-wrap input::placeholder {
    color: #b6b6b6;
    font-size: 12px;
    transition: all 0.3s linear;
}

.demo_request .acf-field-text .acf-input-wrap input::-webkit-input-placeholder {
    color: #b6b6b6;
}

.demo_request .acf-field-text .acf-input-wrap input:focus::-webkit-input-placeholder {
    color: #126dbc;
}

/* Firefox < 19 */
.demo_request .acf-field-text .acf-input-wrap input:-moz-placeholder {
    color: #b6b6b6;
}

.demo_request .acf-field-text .acf-input-wrap input:focus:-moz-placeholder {
    color: #126dbc;
}

/* Firefox > 19 */
.demo_request .acf-field-text .acf-input-wrap input::-moz-placeholder {
    color: #b6b6b6;
}

.demo_request .acf-field-text .acf-input-wrap input:focus::-moz-placeholder {
    color: #126dbc;
}

/* Internet Explorer 10 */
.demo_request .acf-field-text .acf-input-wrap input:-ms-input-placeholder {
    color: #b6b6b6;
}

.demo_request .acf-field-text .acf-input-wrap input:focus:-ms-input-placeholder {
    color: #126dbc;
}

.demo_request .submit_btn_holder {
    display: inline-flex;
    position: relative;
    border-radius: 2px;
    background-color: #7fbc3b;
    border-color: #7fbc3b;
    transition: all 0.1s linear;
    overflow: hidden;
    cursor: pointer;
}

.demo_request .acf-form-submit {
    text-align: center;
}

.demo_request .acf-form-submit .submit_btn {
    min-height: 35px;
    padding: 0 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #001351;
    font-weight: bold;
    font-size: 13px;
    border-radius: 2px;
    z-index: 2;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s linear;

}

.demo_request .submit_btn_holder:hover .submit_btn{
    color: #7fbc3b;
    transition-delay: 0.4s;
}

.demo_request .acf-form-submit .submit_btn i{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.demo_request .acf-form-submit i::before{
    content: '';
    width: 7px;
    height: 100%;
    display: inline-block;
    background-color: #001351;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.demo_request .submit_btn_holder:hover i::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.demo_request .acf-form-submit i::after{
    content: '';
    width: 0;
    height: 100%;
    background-color: #001351;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out;
}
.demo_request .submit_btn_holder:hover i::after{
    width: 100%;
    transition-delay: 0.4s;
}

.demo_request .updated {
    text-align: center;
    background-color: #7fbc3b;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.post_content.editor_content.demo_request #acf-form {
    margin-bottom: 30px;
}
.editor_content.demo_request .updated{
	margin-top:10px;
}
.editor_content.demo_request .updated p{
    color: #2a2a2a;
    margin-top: 0;
    text-align: center;
}
.editor_content.demo_request .updated p,
.demo_request .updated p {
    font-weight: bold;
    font-size: 13px;
}

/*End of demo_request*/
/*General styles start from here*/
.first_style_btn {
    display: inline-flex;
    position: relative;
    border-radius: 2px;
    background-color: #032b4e;
    border: 2px solid #032b4e;
    transition: all 0.1s linear;
}


.first_style_btn span {
    min-height: 34px;
    padding: 0 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    z-index: 2;
    position: relative;
    transition: all 0.3s linear;
}

.first_style_btn:hover span {
    color: #001351;
    transition-delay: 0.4s;
}

.first_style_btn i {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.first_style_btn i::before {
    content: '';
    width: 7px;
    height: 111%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: -2px;
    top: -5%;
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.3s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.first_style_btn:hover i::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.first_style_btn i::after {
    content: '';
    width: 0;
    height: 111%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -5%;
    right: 0;
    transition: all 0.3s ease-out;
}

.first_style_btn:hover i::after {
    width: 102%;
    transition-delay: 0.4s;
}

.first_style_btn.tr_vr span {
    background-color: transparent;
    border-color: #fff;
}

.first_style_btn.gr_vr {
    background-color: #7fbc3b;
    border-color: #7fbc3b;
}



.first_style_btn.gr_vr span {
    color: #001351;
    font-weight: bold;
}

.first_style_btn.gr_vr:hover span {
    color: #7fbc3b;
}

.first_style_btn.gr_vr i::before, .first_style_btn.gr_vr i::after {
    background-color: #001351;
}

.first_style_btn.blue_vr {
    border-color: #2072bb;
    background-color: transparent;
}

.first_style_btn.blue_vr span {
    color: #2072bb;
    font-weight: bold;
}

.first_style_btn.blue_vr i::before, .first_style_btn.blue_vr i::after {
    background-color: #2072bb;
}

.first_style_btn.blue_vr:hover span {
    color: #fff;
}

.first_style_btn.dark_vr span {
    border-color: #224563;
    background: transparent;
    color: #224563;
    font-weight: bold;
}

.sections_heading {
    text-align: center;
}

.sections_heading::after {
    content: '';
    background-image: url(assets/images/sprite.png);
    background-position: -239px -23px;
    width: 28px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
animation: animate_2 4s linear;
    animation-iteration-count: infinite;
}



.sections_heading .sections_en_title {
    background: -webkit-linear-gradient(#efefef, #ffffffa6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.sections_heading.dark_vr .sections_en_title {
    background: -webkit-linear-gradient(#ffffff29, #fff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sections_heading .sections_fa_title {
    color: #080808;
    margin-top: -18px;
}

.sections_heading.dark_vr .sections_fa_title {
    color: #fff;
    font-weight: normal;
}

/*Styles of social-holder start from here*/
.social_holder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: #262626; */
    padding: 0 15px;
    border-radius: 5px;
}

.social_holder li {
    margin: 7px;
}

.social_holder .social_item {
    display: inline-block;
    padding: 2px 3px;
}

.social_holder .social_item::before {
    font-family: websima_icon;
    font-size: 18px;
    color: #5d6e80;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.social_holder .social_item:hover:before {
    color: #fff;
    transform: rotateY(360deg);
}

.social_holder .social_item.facebook_icon::before {
    content: '\e90c';
}

.social_holder .social_item.twitter_icon::before {
    content: '\e911';
}

.social_holder .social_item.instagram_icon::before {
    content: '\e90d';
}

.social_holder .social_item.linkedin_icon::before {
    content: '\e90e';
}

.social_holder .social_item.pinterest_icon::before {
    content: '\e90f';
}

.social_holder .social_item.telegram_icon::before {
    content: '\e910';
}

.social_holder .social_item.viber_icon::before {
    content: '\e912';
}

.social_holder .social_item.whatsapp_icon::before {
    content: '\e913';
}

.social_holder .social_item.youtube_icon::before {
    content: '\e914';
}

.social_holder .social_item.aparat_icon::before {
    content: '\e90b';
}

/*End of social-holder*/
.innerpages_heading {
    margin-bottom: 15px;
}

.innerpages_heading .inner_title {
    text-align: center;
    color: #00172d;
    font-size: 18px;
}

.innerpages_heading .inner_title::after {
    content: '';
    background-image: url(assets/images/sprite.png);
    background-position: -239px -22px;
    width: 28px;
    height: 33px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
	    animation: animate_2 4s linear;
    animation-iteration-count: infinite;
}

/*Styles of editor_content start from here*/
.editor_content {
    width: 100%;
    padding-bottom: 20px;
    text-align: justify;
}

.editor_content h1, .editor_content h2, .editor_content h3, .editor_content h4, .editor_content h5, .editor_content h6 {
    margin: 12px 0;
    color: #0d1528;
    font-weight: bold;
    text-align: right;
    line-height: 31px;
    display: block;
}

.editor_content p {
    text-align: justify;
    font-size: 14px;
    margin-top: 10px;
    color: #5d5d5d;
}

.editor_content p a {
    color: #7fbc3b;
    font-size: 14px;
    position: relative;
    margin: 0 4px;
}

.editor_content p a::before, .editor_content a::after {
    position: absolute;
    top: 4px;
    font-weight: 100;
    font-size: 150%;
    line-height: 1;
    vertical-align: middle;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
}

.editor_content p a::before {
    left: -0.4em;
    content: ']';
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.editor_content p a::after {
    right: -.4em;
    content: '[';
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.editor_content p a:hover:before, .editor_content p a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.editor_content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 2px 4px -1px #00000070;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.editor_content .gallery_item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.editor_content .aligncenter {
    margin: 10px auto;
}

.editor_content .alignright {
    margin-right: 0;
    float: right;
    margin-left: 20px;
    margin-top: 10px;
}

.editor_content .alignleft {
    margin-left: 0;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.editor_content ul {
    margin: 13px 0;
    padding: 0;
    text-align: justify;
}

.editor_content ul li {
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 9px;
    color: #5d5e60;
}

.editor_content ul li::before {
    content: '';
    background-image: url(assets/images/icon-tik.svg);
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.editor_content ol {
    list-style-type: persian;
    text-align: justify;
    margin: 15px 0;
    margin-right: 15px;
}

.editor_content ol li {
    font-size: 14px;
    line-height: 29px;
    color: #5d5e60;
}

.editor_content blockquote {
    position: relative;
    margin: 20px 20px 20px;
    padding: calc(1.56% + 17px) calc(3% + 8px);
    text-align: center;
}

.editor_content blockquote::before, .editor_content blockquote::after {
    content: '\e918';
    font-family: websima_icon;
    color: #46368f;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.editor_content blockquote::before {
    top: -5px;
    right: -6px;
}

.editor_content blockquote::after {
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
}

.editor_content blockquote p {
    text-align: center;
    margin-top: 5px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 33px;
}

.editor_content .wp-video {
    margin: 0 auto;
}

.lg-outer .lg-inner {
    direction: ltr;
}

.gallery_item {
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0px 3px 8px -2px #00000087;
}

.gallery_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.gallery_item a::before {
    content: '\e919';
    font-family: websima_icon;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.2s linear;
}

.gallery_item:hover a::before {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.2s linear;
}

.gallery_item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 54, 145, 0.8);
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;
}

.gallery_item:hover a:after {
    opacity: 0.8;
}

.editor_content .page_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
    margin-top: 30px;
    text-align: center;
}

.fade {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.fade.show {
    opacity: 1;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

/*End of editor_content*/
.inner_pages_opt {
    padding-top: 30px;
    padding-bottom: 60px;
}

/*Styles of pagination start from here*/
.pagination_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.pagination_wrapper .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background-color: #f8f9fb;
    min-height: 60px;
    padding: 0 40px;
    border-radius: 4px;
}

.pagination_wrapper .pagination li {
       margin: 0 3px;
}

.pagination_wrapper .pagination li.active {
}

.pagination_wrapper .pagination li .page-numbers {
    display: inline-block;
    color: #4b4c4e;
    font-size: 15px;
    font-weight: bold;
	padding: 7px;
	transition: all 0.3s linear;
}

.pagination_wrapper .pagination li .page-numbers:hover{
	color: #116dba;
}

.pagination_wrapper .pagination li span.page-numbers:hover{
	color: #4b4c4e;
}

.pagination_wrapper .pagination li .page-numbers.current {
    color: #116dba;
}
.pagination_wrapper .pagination li .page-numbers.prev{
	
}
.pagination_wrapper .pagination li .page-numbers.prev:hover{
	transform: translateX(-5px);
}
.pagination_wrapper .pagination li .page-numbers.next:hover{
	transform: translateX(5px);
}
.pagination_wrapper .pagination li .pagination_arrow {
	font-style: normal;
}

.pagination_wrapper .pagination li .pagination_arrow::before {
    font-family: websima_icon;
    font-size: 14px;
    display: inline-block;
	transition: all 0.3s linear;
}

.pagination_wrapper .pagination li .page-numbers:hover  .pagination_arrow::before{
	color: #116dba;
}

.pagination_wrapper .pagination li .next .pagination_arrow::before {
	content: '\e903';
}

.pagination_wrapper .pagination li .prev .pagination_arrow::before {
	 content: '\e902';
}

/*End of pagination*/
.single_page .page_opt_wrapper{
	    margin-top: 75px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 25px;
    border-radius: 5px;
}
.single_page .page_opt_wrapper .opt_txt{
	color: #454545;
    font-size: 13px;
    font-weight: bold;
}
.single_page .page_opt_wrapper .opt_btn_holder{
	margin-top: 15px;
}
/*End of general styles*/

header.home_header.not-hero {
    position: relative;
    background-color: #032b4e;
}
.justify-content-center {
    justify-content: center;
}
.acf-field-recaptcha label {
    display: none!important;
}
.acf-field-recaptcha {
    border-top: unset!important;
}
.acf-field.acf-field-recaptcha {
    position: relative!important;
    transform: scale(.9);
	float:left;

}
.contact_form_wrapper .anr_captcha_field {
    float: left;
    transform: scale(.9);
    left: -15px;
    position: relative;
}
.single_comment_wrapper .anr_captcha_field {
    bottom: 40px!important;
    transform: scale(.9);
    float: right;
    position: relative;
}

@media screen and (max-width:992px){
.contact_form_wrapper .anr_captcha_field {
    float: left;
    transform: scale(.6);
    right: unset;
    position: relative;
    bottom: 19px;
    left: -55px;
}	
}
@media screen and (max-width:768px){
.contact_form_wrapper .anr_captcha_field {
    float: left;
    transform: scale(.7);
    left: -44px;
    right: unset;
    position: relative;
    bottom: 20px;
}	
.single_comment_wrapper .anr_captcha_field {
    bottom: 47px!important;
    transform: scale(.7);
    float: right;
    position: relative;
    right: -36px;
}
.main_header .logo_holder {
    max-width: 60px;
}
}
@media screen and (max-width:576px){
	.acf-field.acf-field-recaptcha{
		transform: scale(.7);
		left: -50px;
}
.single_comment_wrapper .anr_captcha_field{
    bottom: 115px!important;
}
.comment_btn {
    margin-top: 70px;
}
.editor_content iframe {
    width: 100%;
    height: auto;
}
}

.col-10.mx-auto.banner_slider_content {
    flex: 0 0 100% !important;
    transform: scale(1.011);
}
.home_banner .container {
    max-width: 99%;
}
section.home_banner {
    overflow: hidden;
}
.col-11.col-sm-12.mx-auto.all {
    padding: 0 !important;
}
.home_banner .banner_img img {
    height: 30em;
    object-fit: contain;
}
.header_phone {
    font-size: 22px !important;
}
.home_banner .banner_slider_holder {
    margin-top: 0 !important;
}

.home_category .main_content {
    margin-top: 10px !important;
}
section.home_category .sections_heading {
    line-height: 1.4;
}
.home_category {
    padding-top: 0 !important;
}
@media screen and (max-width:768px){
    .col-10.mx-auto.banner_slider_content {
    transform: scale(1.047);
    overflow: hidden;
    padding: 0 !important;
}
.home_banner .banner_img img {
    height: 60vh;
}
.home_banner .owl-nav {
    top: 60vh;
}
.home_banner .banner_info {
    min-height: 92px;
}
.single_page .single_vector, .home .single_vector {
    background-image: url(assets/images/devider.svg);
    width: 100%;
    max-width: 78px;
    display: flex;
    position: relative;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.home_banner {
    padding-bottom: 10px;
}
.home_banner .banner_slides_title {
    font-size: 13px;
}
}

i.icon-arrow.prev-icon:before {
    font-family: websima_icon;
    font-size: 14px;
    color: #000;
    transition: all 0.3s linear;
    content: '\e903';
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

i.icon-arrow.next-icon:before {
    font-family: websima_icon;
    font-size: 14px;
    color: #000;
    transition: all 0.3s linear;
    width: 40px;
    content: '\e902';
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_slider_content {
    max-width: 1140px !important;
    background: rgb(211 211 211 / 20%);
}
.banner_info img {
    margin: 0 auto;
    position: absolute;
    max-width: fit-content;
    left: 0;
    right: 0;
    bottom: 20px;
}
.banner_slider_holder .owl-item {
    min-height: 26rem;
}
img#logo_panner_info {
    position: absolute;
    padding: 5px;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    max-width: 60px;
    height: auto;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 28%, 0% 274%,0% 28%);
}
a{
 overflow: hidden;   
}