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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    overflow-x: hidden;
    font-weight: 400;
    color: #636466;
}

button {
    cursor: pointer;
}

p {
    font-family: 'Lato', sans-serif;
    color: #636466;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
}


a {
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    color: #58595b;
    text-decoration: none;
}

p a,
.fullWidth ul li a{
    color: #36beb7;
    font-weight: 600;
}


a img {
    outline: none;
    border: none;
    vertical-align: middle;
}

img {
    max-width: 100%;
}


input:focus,
input:active {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td,
table th {
    border:2px solid #36beb7;
    font-family: 'Lato', sans-serif;
    color: #636466;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px;
}
table td h3,
.section.inner-page .fullWidth table td h3 {
    font-size: 20px;
    line-height: 30px;
}
table td h4 {
    font-size: 22px;
    line-height: 32px;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.visible-lg {
    display: block;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.alignnone {
    margin: 5px 20px 20px 0;
}


.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

b,
strong {
    font-weight: 900;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 20px;
}

ol li {
    list-style-position: outside;
    list-style-type: decimal;
}


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

.clear {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #231f20;
    margin-bottom: 15px;
}

h1 {
    font-size: 52px;
    line-height: 62px;
}

h2 {
    font-size: 38px;
    line-height: 46px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 26px;
    line-height: 32px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 22px;
}



.pd-100 {
    padding: 100px 0;
}

.pd-80 {
    padding: 80px 0;
}

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

.pd-50 {
    padding: 50px 0;
}

.pdt-0 {
    padding-top: 0;
}

.pdb-0 {
    padding-bottom: 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.btn {
    padding: 12px 30px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 180px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.btn>svg {
    font-size: 11px;
    line-height: 10px;
    margin-left: 2px;
    vertical-align: middle;
}

.primary-btn {
    background-color: #36beb7;
    color: #FFF;
    border-color: #36beb7;
}

.primary-btn:hover {
    color: #231f20;
    border: 2px solid #231f20;
    background-color: transparent;
}

.section .btn,
.section .btn-wrap a {
    text-decoration: none;
}

.section ul li {
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 18px;
}

.section li {
    font-family: 'Lato', sans-serif;
    color: #636466;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4 {
    color: #231f20;
    margin: 0;
    font-weight: 500;
}

.section-title h2 {
    font-size: 33px;
    line-height: 42px;
}

.section-title hr,
.page-title hr {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #36beb7;
    width: 235px;
    margin: 15px 0;
}

.section-title.text-center hr,
.page-title .title.text-center hr {
    margin: 15px auto 0px auto;
}

.section-title hr.bottom,
.page-title .title hr.bottom {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #36beb7;
    width: 150px !important;
    margin: 5px auto 25px auto;
}

.page-title hr {
    margin: 15px auto;
}

.section-title p {
    font-size: 20px;
    max-width: 900px;
    margin: 15px auto 0 auto;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.container {
    max-width: 1130px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */

svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

.header {
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.header.sticky-header {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.header .top-wrap {
    padding: 15px 0;
}

.header .top-wrap .content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 290px;
}

.header .top-wrap .left-wrap {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.header .top-wrap .tagline {
    padding: 20px 0 0 0;
}

.header .top-wrap .tagline p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0;
    color: #7f7776;
}

.header .phone {
    text-align: right;
    margin-left: 5px;
}

.header .phone a {
    color: #7f7776;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.header .phone a svg {
    margin-right: 10px;
    color: #36beb7;
    box-sizing: content-box;
    font-size: 16px;
}

.header .bottom-wrap {
    background-color: #a7a9ac;
    display: block;
    width: 100%;
}

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

.header .site-nav .nav {
    text-align: right;
}

li.number a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-right: 0;
}

li.nav-btn {
    margin-top: 0;
}

.menu-btn {
    border: 2px solid #36beb7;
    background-color: #36beb7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    height: 28px;
    width: 36px;
    margin-top: 0;
    padding: 1px;
    top: 0;
    margin-bottom: 0;
}

#showRightPush.menu-btn {
    float: right;
}

.lines:before {
    border-bottom: 9px double #fff;
    border-top: 3px solid #fff;
    content: "";
    height: 16px;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.crossBtn {
    cursor: pointer;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    color: #FFF;
}

.crossBtn i {
    font-size: 20px;
    color: #FFF;
}

.toolbox {
    position: fixed;
    right: 0;
    top: 270px;
    /*not 40%*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
    text-align: right;
}

.toolbox .btn {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 70px;
    background-color: #36beb7;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: 1px;
    border-width: 0;
    cursor: pointer;
    min-width: auto;
}

.toolbox.fixed .btn {
    box-shadow: 0 0 3px black;
}

.toolbox.fixed .btn.over {
    box-shadow: none;
}

.toolbox .btn:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: attr(data-text);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 210px;
    background-color: #36beb7;
    height: 100%;
    z-index: 0;
    padding: 0 20px 0 60px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 0 5px black;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.toolbox.fixed .btn:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.toolbox .btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #36beb7;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.toolbox.fixed .btn.over:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.toolbox.fixed .btn:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.toolbox .btn:after {
    background-image: url(../images/phone.png);
    font-size: 30px;
    color: #FFF;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.toolbox .btn:after,
.toolbox.fixed .btn.over:after {
    -webkit-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
}

#scroll-btn {
    position:fixed;
    right:10px;
    bottom:100px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#36beb7;
    border: 2px solid #fff;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999;
}
#scroll-btn span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll-btn:hover {
    background-color:#1c79a7;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* =========================== */
/* ====== Slider Section ===== */
/* =========================== */

#hero-slider img {
    width: 100%;
}

.slick-prev {
    left: 20px;
    z-index: 333;
}

.slick-next {
    right: 20px;
}

.slick-next::before,
.slick-prev::before {
    content: '';
}

.slick-prev,
.slick-next {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    width: auto;
    height: auto;
}

.section .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 12px;
}

.slick-dots li button {
    border: 1px solid #b0b0b0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    width: 16px;
    height: 16px;
}

.slick-dots li button::before {
    content: '';
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background-color: #000000;
    border-color: #000000;
}

.slider-wrapper {
    width: 100%;
    position: relative;
    padding: 40px 40px 0 40px;
}

.slider-wrapper:before {
    content: '';
    background-image: url(../images/slider-bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 50px;
}

#hero-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero-slider .item::before {
    content: '';
    background: rgba(0, 0, 0, 0.26);
}

#hero-slider .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(35, 31, 32, 0.40);
}

#hero-slider .slider-content .content {
    text-align: left;
    padding-top: 186px;
}

#hero-slider .slider-content img {
    width: auto;
}

.hero-wrapper.bg-image {
    background-position: top;
}

.hero-wrapper .layer {
    padding: 150px 0;
    position: relative;
}

.page-title {
    padding-top: 60px;
}

#hero-slider .slider-content h1,
.hero-wrapper .content h1,
.page-title .content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 10px;
}

#hero-slider .slider-content h2,
#hero-slider .slider-content h1,
#hero-slider .slider-content p,
.hero-wrapper .content h2,
.hero-wrapper .content h1,
.hero-wrapper .content p {
    color: #FFF;
}

.page-title .content h1 {
    color: #231f20;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px;
}

.page-title .content p {
    color: #58595b;
    max-width: 900px;
    margin: 35px auto 0 auto;
}

.page-template-membership .page-title .content h1 {
    font-weight: 400;
}

#hero-slider .slider-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    max-width: 950px;
}

#hero-slider p,
.hero-wrapper p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

#hero-slider .slick-dots {
    top: 50%;
    right: -30px;
    width: 20px;
    padding: 0;
}

#hero-slider .slick-dots li {
    border: 1px solid #c5c5c5;
    padding: 3px;
    margin: 5px 0;
}

#hero-slider .slick-dots li button {
    border-radius: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #c5c5c5;
}

#hero-slider .slick-dots li button::before {
    content: none;
}

#hero-slider .slick-dots li.slick-active button,
#hero-slider .slick-dots li button:hover,
#hero-slider .slick-dots li button:focus {
    background-color: #003591;
}

.slider-wrapper .btn-wrap {
    margin-top: 30px;
}

.slider-wrapper .btn-wrap a.btn {
    margin-right: 10px;
}

.slider-wrapper .btn-wrap a.btn:hover {
    background-color: #36beb7;
    border-color: #fff;
}

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

.btn-transparent:hover {
    color: #fff;
    border: 2px solid #fff;
    background-color: #36beb7;
}

.btn-transparent.dark {
    color: #231f20;
    border: 2px solid #231f20;
    background-color: transparent;
}

.btn-transparent.dark:hover {
    color: #fff;
    border: 2px solid #231f20;
    background-color: #36beb7;
}

/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */

.form-wrapper p {
    color: #717175;
}

.form-wrapper p a {
    text-decoration: underline;
}

.form-wrapper .dd .ddChild li {
    padding-left: 15px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.contact-form p {
    margin-bottom: 0;
}

.contact-form div.wpcf7 img.ajax-loader {
    float: right;
}

.contact-form div.wpcf7-response-output {
    margin-top: 7px;
}

.form-group .form-control {
    background-color: #fff;
    border: 2px solid #cfd0d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    padding: 14px 20px;
    width: 100%;
    position: relative;
    font-weight: 400;
}

.form-control:active,
.form-control:focus {
    border-color: #36beb7;
    box-shadow: 0 0 2px #36beb7;
}

.form-group select {
    width: 100%;
}

.form-group label {
    color: #333333;
    font-weight: 400;
    margin-bottom: 4px;
    display: block;
}

.form-group>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.form-group>span.captchaimage {
    position: absolute;
    right: 0;
    width: 80px;
    text-align: right;
    margin-top: 9px;
}


.form-group.grid2>span {
    display: inline-block;
    vertical-align: top;
    width: 48.7%;
}

.form-group.grid3>span {
    width: 32%;
}

.form-group.grid4>span {
    width: 23.5%;
    margin-right: 2%;
}

.form-group.grid5>span {
    width: 21%;
    margin-right: 5px;
}

.form-group.grid4>span:last-child {
    margin-right: 0;
}

.form-group.grid3>span:nth-of-type(2) {
    margin: 0 2%;
}

.form-group.grid2>span:first-child {
    margin-right: 1%;
}

.form-group.grid2>span:last-child {
    margin-left: 1%;
}

.form-group.grid5>span:last-child {
    margin-right: 0;
}


.form-group textarea {
    resize: none;
    font-family: 'Open Sans', sans-serif;
    height: 150px;
}

.submitBtn {
    overflow: hidden;
}

.submit-input {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.submit-input span.icon {
    display: block;
    margin-top: 5px;
}

.submit-input:hover span.icon {
    color: #28c23e;
}


form .submit-input {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.contact-form span.wpcf7-not-valid-tip {
    color: #ff5100;
}

*::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

*:-moz-placeholder {
    color: #666666;
    opacity: 1;
}

*::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}


div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    color: #ff5100;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

/* ================================ */
/* ========= Other Section ========= */
/* ================================ */

.flex-grid {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.flex-grid>div,
.flex-grid>a {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.6% 1% 1.6%;
    position: relative;
    color: #fff;
}

.flex-grid .img-wrap {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.flex-grid .grid-text {
    padding: 0 20px;
    display: inline-block;
}

.flex-grid h3 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-wrapper .btn-wrap {
    margin-top: 30px;
    display: inline-block;
}

/*
* - Our Solutions -
*/
.solutions-wrap {
    background-color: #eeedee;
}

.solutions-wrap .bg-layer {
    background-color: rgba(255, 255, 255, .90);
}

.solutions-wrap .content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.solutions-wrap .content .left-wrap {
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border-right: 10px solid #eeedee;
    position: relative;
}

.solutions-wrap .content .right-wrap {
    width: 60%;
    position: relative;
}

.solutions-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 33;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(125, 185, 232, 0) 100%);
    */ background: linear-gradient(to right, rgba(0, 0, 0, .75) 0%, rgba(125, 185, 232, 0) 100%);
    */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
    transform: .3s;
}

.solutions-wrap .overlay:hover {
    background: -moz-linear-gradient(left, rgb(182, 165, 99) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgb(182, 165, 99) 0%, rgba(125, 185, 232, 0) 100%);
    */ background: linear-gradient(to right, rgb(182, 165, 99) 0%, rgba(125, 185, 232, 0) 100%);
    */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
}

.solutions-wrap .content .right-wrap img {
    width: 100%;
}

.solutions-wrap .content .left-wrap .top-wrap {
    width: 100%;
    border-bottom: 10px solid #eeedee;
    min-height: 330px;
}

.solutions-wrap .content .left-wrap .bottom-wrap {
    width: 100%;
    position: relative;
    min-height: 370px;
}

.solutions-wrap .content .text {
    padding: 25% 30px 30px 90px;
}

.solutions-wrap .content .right-wrap .text {
    padding: 34% 30px 30px 60px;
}

.solutions-wrap .content .left-wrap .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    text-align: left;
    background-color: #36beb7;
    padding: 15px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    z-index: 66;
}

.solutions-wrap .content h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.solutions-wrap .content hr {
    height: 2px;
    width: 100px;
    margin: 0 0 10px 0;
    background-color: #fff;
    border: none;
}

.solutions-wrap .content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

.solutions-wrap .content a.transparent-btn {
    color: #fff;
}

.solutions-wrap .content .right-wrap .text {
    max-width: 470px;
}

.solutions-wrap .content .right-wrap .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    background-color: #36beb7;
    padding: 15px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    z-index: 66;
}

/*
* - Services Wrapper -
*/
.events-wrapper .flex-grid>div {
    padding-bottom: 60px;
}

.events-wrapper a.img-wrap {
    position: relative;
    padding: 11px;
}

.events-wrapper a.img-wrap:hover {
    color: #0a0203;
    background-color: rgba(54, 190, 183, 0.30);
}

.events-wrapper a.img-wrap:hover:before,
.events-wrapper a.img-wrap:hover:after {
    width: 100%;
    height: 100%;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
    animation: pulse 3s linear;
}

.events-wrapper a.img-wrap:hover span:before,
.events-wrapper a.img-wrap:hover span::after {
    width: 100%;
    height: 100%;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
    animation: pulse 3s linear;
}

.events-wrapper a.img-wrap:before {
    animation-delay: .2s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    border-right: 2px solid #36beb7;
    border-bottom: 2px solid #36beb7;
}

.events-wrapper.insights a.img-wrap:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.events-wrapper.insights a.img-wrap:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.events-wrapper.insights a.img-wrap span:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.events-wrapper.insights a.img-wrap span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.events-wrapper a.img-wrap:after {
    animation-delay: .2s;
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border-right: 2px solid #36beb7;
    border-bottom: 2px solid #36beb7;
}

.events-wrapper a.img-wrap span:before {
    animation-delay: .2s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border-left: 2px solid #36beb7;
    border-bottom: 2px solid #36beb7;
}

.events-wrapper a.img-wrap span:after {
    animation-delay: .2s;
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border-right: 2px solid #36beb7;
    border-top: 2px solid #36beb7;
}

.events-wrapper .flex-grid .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.events-wrapper.insights .section-title h1,
.events-wrapper.insights .section-title h2,
.events-wrapper.insights .section-title h3,
.events-wrapper.insights .section-title h4 {
    color: #ffff
}

.events-wrapper.insights .section-title hr.bottom,
.events-wrapper.insights .section-title hr {
    border-bottom: 2px solid #fff;
}

.events-wrapper.insights:before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: -40px;
    background-color: rgba(3, 0, 0, 0.1);
}

.events-wrapper.insights a.img-wrap:hover {
    background-color: rgba(255, 255, 255, .45);
}

.events-wrapper.insights .flex-grid h3,
.events-wrapper.insights .flex-grid p {
    color: #fff;
}

.team-board {
    width: 100%;
    display: inline-block;
}

.team-board .row-block {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.team-board .row-block.content-left {
    flex-flow: row-reverse;
}

.team-board .left-wrap {
    width: 45%;
    margin-right: 5%;
}

.team-board .right-wrap {
    width: 45%;
    margin-left: 5%;
}

.team-board .row-block.content-left .text-wrap {
    text-align: left;
}

.team-board .row-block.content-right .text-wrap {
    text-align: right;
}

.grc-left-right .row-block h2 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
}

.grc-left-right .row-block p {
    color: #fff;
}

/*
* - left Right Wrap -
*/

.left-right-wrap .content {
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.left-right-wrap .section-title h1 {
    font-size: 78px;
    line-height: 78px;
    margin-bottom: 60px;
    color: #FFFFFF;
    font-weight: 700;
}

.left-right-wrap.process {
    background-image: none;
    padding: 100px 0 60px;
}

.left-right-wrap .row {
    margin-bottom: 60px;
}

.left-right-wrap .row:last-child {
    margin-bottom: 0;
}

.left-right-wrap .content-right .img-wrap,
.left-right-wrap .content-right .text-wrap {
    float: left;
}

.left-right-wrap .content-left .img-wrap,
.left-right-wrap .content-left .text-wrap {
    float: right;
}


.left-right-wrap .img-wrap {
    position: relative;
    padding: 0;
    width: 56%;
    float: left;
}

.left-right-wrap .text-wrap {
    position: relative;
    width: 44%;
    float: left;
    text-align: left;
}

.left-right-wrap .text-wrap .orange {
    border: 4px solid #36beb7;
}

.left-right-wrap .text-wrap .white {
    border: 4px solid #fff;
    padding: 60px;
}

.left-right-wrap .content-left .text-wrap .orange {
    border: 2px solid #003591;
}

.left-right-wrap .content-left .text-wrap .white {
    border: 4px solid #36beb7;
}

.left-right-wrap .content-right .text-wrap>div {
    margin-left: -100px;
    background-color: #003591;
    margin-top: 80px;
    border-radius: 3px;
}

.left-right-wrap .content-left .text-wrap>div {
    margin-right: -100px;
    background-color: #fff;
    margin-top: 80px;
    border-radius: 3px;
}

.left-right-wrap .content-right .text-wrap.process>div,
.left-right-wrap .content-left .text-wrap.process>div {
    position: relative;
}

.left-right-wrap .content-right .text-wrap.process>div:before {
    position: absolute;
    height: 5px;
    width: 70%;
    top: 0;
    left: 0;
    content: '';
    background-color: #2a5d87;
}

.left-right-wrap .content-left .text-wrap.process>div:before {
    position: absolute;
    height: 5px;
    width: 70%;
    top: 0;
    right: 0;
    content: '';
    background-color: #2a5d87;
}

.left-right-wrap .text-wrap>div h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
}

.left-right-wrap .content-left .text-wrap>div h3 {
    color: #003591;
}

.left-right-wrap .text-wrap>div p {
    color: #fff;
}

.left-right-wrap .content-left .text-wrap>div p {
    color: #636466;
}

.events-wrapper.bg-image {
    background-position: top center;
}

.events-wrapper .bg-layer {
    background-color: rgba(255, 255, 255, .9);
}

.expert-team-wrap {
    padding-top: 60px;
}

.expert-team-wrap .flex-cont {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.expert-team-wrap .left-wrap {
    width: 35%;
}

.expert-team-wrap .right-wrap {
    width: 65%;
    padding: 20px 0 20px 60px;
}

.expert-team-wrap .left-wrap img {
    filter: grayscale(1);
}

.expert-team-wrap .right-wrap h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    color: #231f20;
}

.expert-team-wrap .btn-wrap {
    margin-top: 30px;
}

.expert-team-wrap .btn-wrap a.btn {
    margin-right: 15px;
}

.bgt-wrap .overlay {
    padding: 120px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .75) 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, .75) 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.bgt-wrap .content {
    width: 50%;
}

.bgt-wrap .content .left-wrap h3 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 400;
}

.bgt-wrap .content .left-wrap p {
    color: #fff;
}

.bgt-wrap .content .left-wrap .btn-wrap {
    margin-top: 30px;
}

/*
* - Testimonials Wrap -
*/

.testimonials {
    background-color: #f1f2f2;
}

.testimonials .content {
    width: 100%;
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.testimonials span.icon {
    background-color: #f1f2f2;
    position: relative;
    z-index: 1;
    top: 25px;
    display: inline-block;
    padding: 0 20px;
}

#testimonial {
    border: 2px solid #36beb7;
    border-radius: 5px;
}

#testimonial .item .content {
    width: 85%;
    padding: 60px 0;
    color: #fff;
}

#testimonial .item .content p {}

#testimonial .item .content cite {
    color: #636464;
    font-weight: 500;
}

#testimonial .slick-dots {
    bottom: -50px;
}

#testimonial .slick-dots li {
    border: 1px solid #636466;
    padding: 3px;
    border-radius: 50px;
}

#testimonial .slick-dots li button {
    border: none;
    width: 3px;
    height: 3px;
    padding: 3px;
}

#testimonial .slick-dots li.slick-active button,
#testimonial .slick-dots li button:hover,
#testimonial .slick-dots li button:focus {
    background-color: #636466;
    border-color: transparent;
}

#testimonial .slick-dots li button:before {
    content: none;
}

/*
* - Contact Wrap -
*/
.contact-wrapper .bg-layer {
    background-color: rgba(167, 169, 172, 0.85);
}

.contact-wrapper .content {
    display: flex;
    flex-flow: row;
}

.contact-wrapper .content>div {
    display: inline-block;
    vertical-align: top;
}

.contact-wrapper .map-wrap {
    width: 48%;
    position: relative;
    margin-right: 2%;
}

.contact-wrapper .form-wrap {
    max-width: 650px;
    width: 100%;
    margin: 60px auto 0 auto;
    background: #fff;
    padding: 60px 80px;
    -webkit-box-shadow: 0px 0 5px 6px #909090;
    -moz-box-shadow: 0px 0 5px 6px #909090;
    box-shadow: 0px 0 5px 6px #909090;

}

.contact-wrapper .form-wrap>div {
    width: 100%;
}

#map-content {
    color: #888888;
    font-weight: 400;
}

#map-content h6 {
    margin-bottom: 5px;
    color: #111111;
    font-weight: 500;
    font-size: 16px;
}

.section.contact-info {
    margin-top: 60px;
}

.section.contact-info .content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.section.contact-info .content>div {
    width: 33.333%;
}

.section.contact-info span {
    display: inline-block;
}

.section.contact-info .icon {
    margin-right: 5px;
}

.section.contact-info .icon svg,
.social-icons li a svg {
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.section.contact-info p,
.section.contact-info a {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.section.contact-info .phone {
    margin-top: 20px;
}

.section.contact-info .phone a {
    font-weight: 500;
}

.social-icons ul {
    text-align: right;
    width: 100%;
}

.social-icons ul li {
    margin-left: 10px;
    list-style: none;
    display: inline-block;
}

/* ================================ */
/* ========= Process Page ======== */
/* ============================== */

.process-wrap .content {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.process-wrap .content a.graphic {
    flex-grow: 1;
    position: relative;
}

.process-wrap a.graphic h4 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 92px;
    margin-bottom: 0;
}

.process-wrap .text {
    position: absolute;
    top: 0;
    right: 0;
    left: -20px;
    bottom: 0;
    width: 100%;
}

.process-wrap a.graphic:nth-child(odd) h4 {
    color: #bdbdbd;
}

.process-wrap a.graphic:nth-child(even) h4 {
    color: #36beb7;
}

.hp.process-wrap a.graphic:nth-child(odd) h4 {
    color: #fff;
}

.hp.process-wrap a.graphic:nth-child(even) h4 {
    color: #fff;
}

.process-wrap a.graphic:first-child .text {
    left: -15px;
}

.process-wrap a.graphic:last-child .text {
    left: -8px;
}

.plr-content .row-block {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.plr-content .row-block.content-left {
    flex-flow: row-reverse;
}

.plr-content .row-block .img-wrap {
    width: 30%;
}

.plr-content .row-block .text-wrap {
    width: 70%;
}

.plr-content .row-block.content-left .text-wrap {
    padding-right: 40px;
}

.plr-content .row-block.content-right .text-wrap {
    padding-left: 40px;
}

.plr-content .row-block.content-left .img-wrap {
    text-align: right;
}

.plr-content:nth-child(odd) {
    background-color: #f1f2f2;
}

.plr-content:nth-child(even) {
    background-color: #fff;
}

.plr-content .row-block .text-wrap h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    color: #231f20;
}

.hp.process-wrap {
    position: relative;
    margin-bottom: 40px;
}

.hp.process-wrap:before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: -40px;
    background-color: rgba(3, 0, 0, 0.1);
}

.hp.process-wrap .section-title h2 {
    color: #fff;
}

.hp.process-wrap .section-title hr,
.hp.process-wrap .section-title hr.bottom {
    border-color: #fff;
}


.page-wrapper {
    padding: 40px 0;
    overflow: hidden;
}


#sidebar .filter__checkgroup-check::before {
    background: #36beb7;
}

#sidebar .filter__checkgroup-check:hover {
    border-color: #36beb7;
}

#primary .felx {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 15px
}

#primary .felx .right-wrap {
    order: 2;
    width: 75%;
    padding-left: 15px
}

#primary .felx .left-wrap {
    order: 1;
    width: 25%;
    padding-right: 15px
}

.section #sidebar>li.widget {
    padding-left: 0;
}

#sidebar .filter--style-premmerce .filter__title {
    color: #36beb7;
}

#sidebar .widget-title,
#sidebar .widgettitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #231f20;
}

#sidebar .filter__header {
    margin-bottom: 24px;
}

#sidebar .filter__item {
    background-color: #f1f2f2;
    border-top: 0;
    padding: 20px 20px;
    margin-bottom: 5px;
    border: none;
    border-bottom: 2px solid #36beb7;
}

#sidebar .filter--style-premmerce .filter__checkgroup-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

#sidebar .filter__properties-item:not(:last-child) {
    margin-bottom: 6px;
}

.woocommerce-message {
    border-top-color: #0d6eac;
}

.flex-div {
    display: flex;
}

.flex-row {
    flex-flow: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.product-lists .left-wrap {
    order: 2;
    width: 70%;
}

.product-lists .right-wrap {
    order: 1;
    width: 25%;
    padding-top: 70px;
}

.product-lists .products {
    margin-top: 40px;
}

.products.flex-div {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce div.flex-div>.grid-box {
    width: 31%;
    margin: 1%;
    position: relative;
    padding-bottom: 45px;
}

.woocommerce div.flex-div .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.products .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.products.flex-div .img-wrap {
    display: block;
    text-align: center;
}

.products a.img-wrap {
    position: relative;
    padding: 11px;
}

.products a.img-wrap::before {
    animation-delay: .2s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    border-right: 2px solid #36beb7;
    border-bottom: 2px solid #36beb7;
}

.products a.img-wrap::after {
    animation-delay: .2s;
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border-right: 2px solid #36beb7;
    border-bottom: 2px solid #36beb7;
}

.products a.img-wrap span::before {
    animation-delay: .2s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border-left: 2px solid #36beb7;
    border-bottom: 2px solid #36beb7;
}

.products a.img-wrap span::after {
    animation-delay: .2s;
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    border-right: 2px solid #36beb7;
    border-top: 2px solid #36beb7;
}

.products a.img-wrap:hover {
    color: #0a0203;
    background-color: rgba(54, 190, 183, 0.30);
}

.products a.img-wrap:hover::before,
.products a.img-wrap:hover::after {
    width: 100%;
    height: 100%;
    transition: visibility 0s 0.4s;
    animation: pulse 3s linear;
}

.products a.img-wrap:hover span::before,
.products a.img-wrap:hover span::after {
    width: 100%;
    height: 100%;
    transition: visibility 0s 0.4s;
    animation: pulse 3s linear;
}

.woocommerce .woocommerce-ordering select {
    background-color: #fff;
    border: 2px solid #cfd0d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    padding: 10px 20px;
    width: 100%;
    position: relative;
    font-weight: 400;
}

.custom-serach {
    float: left;

}

.custom-serach form {
    display: flex;
    flex-flow: row;
}

.custom-serach .sb-search-input {
    background-color: #fff;
    border: 2px solid #cfd0d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    padding: 10px 20px;
    width: 100%;
    position: relative;
    font-weight: 400;
}

.custom-serach .sb-search-submit {
    padding: 12px 10px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #36beb7;
    color: #FFF;
    background-color: #36beb7;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.custom-serach .sb-search-submit:hover {
    border-color: #231f20;
    color: #FFF;
    background-color: #231f20;
}

.search-no-results .woocommerce-info {
    margin-top: 70px;
}

.woocommerce-info {
    border-top-color: #36beb7;
}

.woocommerce-info::before {
    color: #36beb7;
}

.cbp-spmenu-push {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.flex-grow-1 {
    flex-grow: 1;
}

/* ================================ */
/* ============= Footer =========== */
/* ================================ */


.footer .footer-top {
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #36beb7;
    padding: 15px 0;
}

.copyright p {
    padding: 20px 0;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #a7a9ac;
}

.contact-wrapper .ftext p {
    padding-top: 20px;
    color: #fff;
}

.copyright a {
    color: #a7a9ac;
}

.footer .f-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.footer .f-nav ul li {
    list-style: none;
}

.footer .f-nav ul li a {
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 7px;
    display: inline-block;
    text-transform: uppercase;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.footer-bottom p b {
    text-transform: uppercase;
}

/* === INNER PAGE ===*/
.page-template-steps .section.inner-page {
    padding: 40px 0 0px 0;
}

.section.inner-page {
    padding: 40px 0 0 0;
    /*row*/
}

.section.inner-page hr {
    margin: 10px 0;
    width: 350px;
}

.section.inner-page .content {
    width: 100%;
}

.section.inner-page .title {
    margin-bottom: 20px;
}

.section.inner-page .title hr {
    margin: 10px 0;
    width: 350px;
    border: none;
    height: 2px;
    background-color: #36beb7;
}

.section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left;
}

.section.inner-page .fullWidth h3 {
    font-size: 26px;
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}

.section.inner-page .row {
    margin-bottom: 30px;
    overflow: hidden;
}

.section.inner-page .row>div p {
    /* font-size:18px;line-height: 26px; */
    margin-bottom: 20px;
}

.section.inner-page .row .rightCont h3 {
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}

.section.inner-page .row .rightCont h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
}

.section.inner-page .row .leftCont h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 0;
    font-weight: 700;
}

.section.inner-page .row .leftCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: center;
}

.section.inner-page .row .leftCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: center;
}

.section.inner-page .row .rightCont.float-right {
    float: right;
    margin-left: 2%;
    text-align: left;
}

.section.inner-page .row .rightCont.float-left {
    float: left;
    margin-right: 2%;
    text-align: left;
}

.section.inner-page .row .leftCont.width50,
.section.inner-page .row .rightCont.width50 {
    width: 48%;
}

.section.inner-page .row .leftCont.width60,
.section.inner-page .row .rightCont.width60 {
    width: 58%;
}

.section.inner-page .row .leftCont.width40,
.section.inner-page .row .rightCont.width40 {
    width: 38%;
}

.section.inner-page .row.blockImg h3 {
    margin-top: 0;
    color: #274583;
    margin-bottom: 10px;
}

.section.inner-page .row .imgBlock>div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page .row .imgBlock.grid2>div {
    width: 48.6%;
}

.section.inner-page .row .imgBlock.grid3>div.text h4 {
    font-weight: 700;
}

.section.inner-page .row .imgBlock.grid3>div.text .img {
    margin-bottom: 20px;
}

.section.inner-page .row .imgBlock.grid2>div:first-child {
    margin-right: 1%;
}

.section.inner-page .row .imgBlock.grid2>div:last-child {
    margin-left: 1%;
}

.section.inner-page .row .imgBlock.grid3 a>h4 {
    margin: 10px 0;
    font-size: 24px;
    color: #434244;
    font-weight: 400;
}

.section.inner-page .row .box-grid {
    display: flex;
    flex-flow: row wrap;
}

.section.inner-page .row .box-grid>div {
    display: inline-block;
    vertical-align: top;
}

.section.inner-page .row .imgBlock.grid3 {
    display: flex;
    flex-flow: row wrap;
}

.section.inner-page .row .imgBlock.grid3>div,
.section.inner-page .row .box-grid.grid-3>div {
    width: 31%;
    position: relative;
    min-height: auto;
    margin: 3% auto;
}

.section.inner-page .row .box-grid.grid-3>div .img {
    margin-bottom: 10px;
}

/* innerpage */
.section .left-right-grid {
    overflow: hidden;
    margin-bottom: 30px;
}

.section.grid-2 .grid-2-left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.section.grid-2 .grid-2-right {
    width: 48%;
    float: right;
}

.section .left-right-grid h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.section .left-right-grid p {
    margin-top: 30px;
}

.section.grid-2 .grid-2-full-width-content {
    margin-bottom: 30px;
}

.page-heading h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.section.grid-3 .grid {
    width: 30.3333333%;
    background-color: #fff;
    box-sizing: border-box;
    margin: 20px 1.5% 0 1.5%;
    float: left;
}

.section.grid-one-third .grid-left {
    width: 60%;
    float: left;
}

.section.grid-one-third .grid-right {
    width: 40%;
    float: right;
    padding-left: 40px;
}


/* ============= Team Page =========== */
.fullwidth-wrap {
    padding-top: 40px;
}

.section.team-page .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px;
}

.section .row.form-wrap .cont-wrap {
    margin: 0 auto;
    background: #ffffff;
    margin: 20px;
    padding: 20px 60px;
    -webkit-box-shadow: 0px 5px 15px #a2a2a2;
    -moz-box-shadow: 0px 5px 15px #a2a2a2;
    box-shadow: 0px 5px 15px #a2a2a2;
}

.section.team-page .content .team {
    width: 30.666%;
    margin: 1.3%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding-bottom: 60px;
}

.section.team-page .content .team .textCont {
    padding: 25px 25px 10px 25px;
}

.section.team-page .content .team .btn-wrap {
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 20px;
}

/*
* - Case-Studies -
*/
.section.client-stories {
    position: relative;
    margin-top: 0;
}

.section.client-stories .overlay {
    padding: 40px 0 0 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.client-stories .title {
    margin-bottom: 30px;
}

.client-stories .title h2 {
    font-size: 31px;
    line-height: 41px;
}

.client-stories .story-panel .overlay {
    padding: 0;
}

.client-stories .story-panel.grid-3 {
    display: flex;
    flex-flow: row wrap;
}

.client-stories .story-panel.grid-3 .grid {
    width: 32%;
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 80px;
}

.client-stories .story-panel.grid-3 .grid.hv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 12px solid rgb(54, 190, 183);
    opacity: .5;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.client-stories .story-panel.grid-3 .grid.hv:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
    margin: 0 2%;
}

.client-stories .story-panel.grid-3 .grid .image.cl {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.client-stories .story-panel.grid-3 .grid .image.cl img {
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.client-stories .story-panel.grid-3 .grid:hover .image.cl {
    background-image: none !important;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.client-stories .story-panel.grid-3 .grid:hover .image.cl img {
    opacity: 1;
    height: 100%;
    width: 100%;
    -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* .client-stories .story-panel.grid-3.grid-3.articles .grid {
  width: 28%;
  background-color: #ffffff;
  box-sizing: border-box;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
  background-position: top center; } */
/* .client-stories .story-panel.grid-3.grid-3.articles .grid:nth-child(3n+2) {
    margin: 0 8%; } */
.client-stories .story-panel.grid-3.grid-3.articles .grid {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    padding-bottom: 0;
}

.client-stories .story-panel.grid-3.grid-3.articles .grid h4>a {
    font-weight: 700;
}

.client-stories .story-panel.grid-3.grid-3.articles .grid a.readmore {
    font-size: 14px;
}

.client-stories .story-panel .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.client-stories .story-panel .content {
    color: #000000;
    padding: 25px 25px 0px 25px;
    text-align: center;
}

.client-stories .story-panel .content h2 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.client-stories .story-panel .content span.btn,
.client-stories .story-panel .content a.btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.client-stories.csp .story-panel.grid-3 .grid {
    min-height: 605px;
    margin-bottom: 20px;
}

.client-stories.csp .story-panel .content {
    color: #000000;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

.client-stories.csp .story-panel .content h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #434244;
    font-family: "Montserrat", sans-serif;
}

.client-stories.csp .story-panel .content p {
    margin-bottom: 20px;
    font-weight: 400;
}

.client-stories.csp .story-panel .content span.btn {
    left: 20px;
    right: auto;
    bottom: 20px;
}

.client-stories .story-panel.articles .content {
    padding: 20px;
}

.client-stories .story-panel .content .articles {
    text-align: left;
    background-color: #ffffff;
    width: 100%;
}

.client-stories .story-panel .content .articles .addtoany_content {
    display: none;
}


/*
* === BLOG PAGE ===
*/
.blog-posts {
  padding: 40px 0; }

.blog-posts .post {
  overflow: hidden;
  margin: 0 auto 35px auto;
  width: 750px; }

.blog-posts .post-content {
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #cccccc;
  box-sizing: border-box; }

.blog-posts .post-date {
  margin: 10px 0; }

.blog-posts .post-date a {
  color: #000c5c;
  font-size: 14px;
  font-family: "Montserrat", sans-serif; }

.blog-posts .post-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111111; }

.blog-posts .post-content a.btn {
  margin-top: 20px; }

.blog-wrapper {
  width: 75%;
   }

.section-blog {
    background-color: #f8f8f8;
}

.section-blog .sidebar {
    width: 25%;
    padding-left: 5%;
    padding-top: 40px;
}

.section-blog .sidebar .tags-block {
    margin-top: 30px;
}

.section-blog .sidebar .tags-block ul li {
    display: inline-block;
}

.section-blog .sidebar .tags-block ul li a {
    padding: 5px 10px;
    background-color: #ccc;
    border-radius: 22px;
    display: inline-block;
    margin: 5px;
}

.section-blog .sidebar .tags-block ul li a:hover {
    color: #fff;
    background-color: #36beb7;
}

.section-blog .sidebar ul li {
    list-style: none;
    padding-left: 5px;
    display: block;
}

.section-blog .sidebar ul li a {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

.section-blog .sidebar ul li a:hover {
    color: #36beb7;
}

.blog-wrapper .left-wrap {
  float: left;
  width: 70%; }

.blog-wrapper .right-wrap {
  float: right;
  padding-left: 3%;
  width: 30%; }

.blog-wrapper .post-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 0 2px #b9b9b9;
  padding: 0px;
  border-bottom: 2px solid #686868; }

.blog-wrapper .post-img {
  width: 270px;
  float: left;
  margin-bottom: 0;
  max-height: 240px; }

.blog-wrapper .post-info {
  width: 62%;
  float: right;
  padding-top: 10px;
  margin-right: 10px; }

.blog-wrapper .container {
  max-width: 1020px; }

.blog-wrapper .post-info h5 {
    margin-bottom: 0;
}

.blog-wrapper .post-info h5 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #58595b;
  }
.read-more {
  margin: 10px 0;
  padding: 10px;
  display: block; }

.post-info .btn.btn-blue {
  display: inline-block;
  float: left;
  margin-top: 0; }

.addtoany_content {
  display: inline-block; }
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
}


/* =========== Inner Page ============ */

.page-template-inner-with-memberhship .page-title .content h1 {
    font-weight: 400;
}

.about-wrap .row {
    display: table;
    width: 100%;
}

.about-wrap .row>div {
    display: table-cell;
    vertical-align: middle;
}

.about-wrap .row:last-child {
    margin-bottom: 0;
}

.about-wrap .content-right .img-wrap,
.about-wrap .content-right .text-wrap {
    float: none;
}

.about-wrap .content-left .img-wrap .lr,
.about-wrap .content-right .img-wrap .lr {
    display: none;
}

.about-wrap .content-left .img-wrap,
.about-wrap .content-left .text-wrap {
    float: none;
}

.about-wrap .content-right .text-wrap {
    text-align: left;
}

.about-wrap .text-wrap {
    background-color: #e9ebec;
}

.about-wrap .content-left .text-wrap {
    text-align: left;
    background-color: #e3e3e3;
}

.about-wrap .img-wrap {
    position: relative;
    padding: 0;
    width: 50%;
    float: none;
    height: 27em;
}

.about-wrap .text-wrap {
    position: relative;
    width: 50%;
    float: none;
}

.about-wrap .text-wrap p,
.fullwidthcont p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.about-wrap .content-right .text-wrap>div {
    padding: 50px 0 25px 70px;
    margin-left: 0;
    width: 590px;
    /* margin-top: 50px; */
}

.about-wrap .content-left .text-wrap>div {
    padding: 50px 70px 25px 0;
    margin-right: 0;
    float: right;
    width: 555px;
    /* margin-top: 60px; */
}

.about-wrap .content-right .text-wrap.process>div,
.about-wrap .content-left .text-wrap.process>div {
    position: relative;
}

.about-wrap .content-right .text-wrap.process>div:before {
    position: absolute;
    height: 5px;
    width: 70%;
    top: 0;
    left: 0;
    content: '';
    background-color: #274583;
}

.about-wrap .content-left .text-wrap.process>div:before {
    position: absolute;
    height: 5px;
    width: 70%;
    top: 0;
    right: 0;
    content: '';
    background-color: #274583;
}

.about-wrap .text-wrap>div h3,
.fullwidthcont h3 {
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    color: #00498f;
}

.about-wrap .text-wrap>div>.btn {
    /* margin-bottom: -25px;*/
    margin-top: 0;
}

.fullwidthimage.bg-image .overlay {
    background-color: rgba(0, 73, 143, 0.8);
}

.fullwidthimage.bg-image p {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    max-width: 1040px;
    margin: auto;
}

/* ===================================== */
/* =========== Search Page ============ */
/* ===================================== */
.search-wrap #input {
    background-color: #fff;
    border: 2px solid #cfd0d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #636466;
    padding: 10px 20px;
    width: 100%;
    position: relative;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto 40px auto;
    display: block;
}

.search-wrap .control {
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0;
}

.search-wrap .control .filter {
    background-color: #36beb7;
    color: #fff;
    border: none;
    margin-right: 10px;
    text-transform: none;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 10px 10px 0;
}

.search-wrap .control .filter:hover {
    background-color: #686868;
}

.search-wrap .control .filter.active {
    background-color: #686868;
}

.search-wrap .search-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px;
}

.search-wrap a.mix {
    width: 30.666%;
    margin: 1.3%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 25px 25px 60px 25px;
    position: relative;
}

.search-wrap a.mix .btn-wrap {
    position: absolute;
    left: 25px;
    ;
    right: 0;
    bottom: 18px;
    text-align: left;
}

.search-wrap a.mix h3.title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

/* ===================================== */
/* =========== Contact Page ============ */
/* ===================================== */
.section.form {
    padding: 0;
}

.page-template-contact .section.form .overlay .row .left {
    width: 50%;
    padding-right: 10px;
}

.page-template-contact .section.form .overlay .form {
    width: 100%;
}

.page-template-contact .section.form .overlay .row .right {
    width: 50%;
    padding-top: 0;
}

.page-template-contact .section.form .title h2,
.page-template-contact .section.form .title p {
    color: #000000;
}

.section.form .overlay {
    padding: 60px 0;
}

.section.form .overlay .row {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.section.form .overlay .form {
    width: 70%;
    background: #ffffff;
    margin: 0 auto;
    padding: 60px 40px 20px;
    -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3;
}

.section.form .title {
    text-align: center;
    margin-bottom: 50px;
}

.section.form .title h2 {
    color: #3a66a0;
}

.section.form .title p {
    font-size: 21px;
    font-weight: 300;
    color: #000000;
}

.section.form.cp .phone h3 {
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
}

.section.form.cp .phone h3 svg {
    margin-right: 8px;
    font-size: 22px;
    color: #36beb7;
}

.section.form.cp .phone h3 a {
    color: #58595b;
}

.contact-wrapper {
    padding: 0;
}

.contact-wrapper .section-title h2 {
    color: #fff;
}

.contact-wrapper .section-title hr,
.contact-wrapper .section-title hr.bottom {
    border-color: #fff;
}

.contact-wrapper .content.page {
    display: block;
}

.contact-wrapper .content.page>div {
    display: block;
    width: 100%;
}

.contact-wrapper .content.page .form-wrap>div {
    float: none;
    margin: 0 auto;
}

.contact-wrapper .content.page .form-wrap,
.contact-wrapper .content.page .map-wrap {
    width: 100%;
}

.contact-wrapper form {
    margin-top: 30px;
}

.contact-wrapper form .submit-btn,
.section.form.cp form .submit-btn {
    width: 180px;
    text-align: center;
    margin-top: 0;
}

#map_canvas {
    min-height: 530px;
    width: 100%;
}

/* ========= EVENTS PAGE ========== */
.search-wrap h1 {
    font-size: 38px;
    line-height: 48px;
    color: #00498f;
    font-weight: 700;
}

.search-wrap .search {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.search-wrap .search input {
    padding: 13px;
    width: 600px;
    border: 1px solid #36beb7;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 32px;
    max-width: 100%
}

.search-wrap .search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #36beb7;
    border: none;
    border-radius: 0 32px 32px 0;
    width: 40px;
    color: #fff;
}

.event-grid {
    padding-bottom: 60px;
}

.event-grid .content {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px
}

.event-grid .content .grid {
    width: 22%;
    position: relative;
    margin: 1.5%;
}

.event-grid .content .grid>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.event-grid .content .grid .dd .ddArrow {
    width: 30px;
    height: 30px;
    top: 9px;
}

.event-grid .content .grid select {
    width: 100%;
}

.event-grid .content .grid .dd {
    cursor: pointer;
}

.event-grid .content .grid .dd:hover .ddArrow {
    filter: brightness(150);
}

.event-grid .content .grid .borderRadius {
    border-radius: 0;
}

.event-grid .content .grid .borderRadiusTp .borderRadiusTp .ddArrow {
    background: url(../images/ddarrow-white.png) no-repeat;
}

dd {
    border: none;
}

.dd .ddTitle {
    background-image: none;
    background-color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: none;
    color: #333333;
    padding: 0;
}

.dd .ddChild ul,
.section .dd .ddChild ul {
    padding-left: 0;
}

.dd .ddChild li:before {
    background-color: transparent;
}

.dd .ddChild li .ddlabel {
    color: #000000;
}

.dd .divider {
    border-left: none;
    border-right: none;
    right: 24px;
}

.dd .ddArrow {
    margin-top: 0;
    top: 20px;
}

.borderRadiusTp {
    border-radius: 0;
}

.dd .ddTitle .ddTitleText {
    padding: 16px 35px 16px 10px;
    font-size: 16px;
    line-height: 24px;
    background-color: #e5e5e5;
    color: #00498f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.dd .ddTitle .ddTitleText:hover {
    background-color: #00498f;
    color: #fff;
    transition: .3s;
}

.ddcommon .ddChild li:before {
    width: auto;
    height: auto;
}


.section .ddcommon ul {
    margin: 0;
    padding: 0;
}

form .dd .ddArrow {
    width: 20px;
    right: 4px;
    background-image: url('../images/ddarrow.png');
}

.dd .ddChild li {
    padding: 5px 20px;
    background-color: #f7f9fb;
    border-bottom: 1px solid #FFF;
}

.section .dd .ddChild li {
    margin: 0;
    list-style: none;
}

.dd .ddChild li.selected {
    background-color: #132c6d;
    color: #FFF;
}

.dd .ddChild li.selected .ddlabel {
    color: #FFF;
}

.form-group select {
    width: 100%;
    background-color: #fff;
    border: 2px solid #cfd0d2;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    padding: 14px 20px;
    position: relative;
    font-weight: 400;
}


.event-field-wrap .content {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.event-field-wrap .content .event-field {
    width: 30.333%;
    margin: 1.5%;
    text-align: center;
}

.event-field-wrap .content .event-field fieldset {
    padding: 10px 15px 80px 15px;
    position: relative;
}

.event-field-wrap .content .event-field fieldset .img-wrap,
.event-field-wrap .content .event-field fieldset .text {
    display: block
}

.event-field-wrap .content .event-field fieldset .img-wrap {
    position: relative;
}

.event-field-wrap .content .event-field fieldset .img-wrap .hover-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    padding: 15px;
}

.event-field-wrap .content .img-wrap .hover-text p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.event-field-wrap .content .event-field:hover fieldset .img-wrap .hover-text {
    opacity: 1;
    transition: .5s;
}

.event-field-wrap .event-field.left fieldset {
    border: 2px solid #015270;
}

.event-field-wrap .event-field.center fieldset {
    border: 2px solid #19a0ab;
}

.event-field-wrap .event-field.right fieldset {
    border: 2px solid #83d0d6;
}

.event-field-wrap .event-field legend {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    padding: 0 15px;
}

.event-field-wrap .event-field.left legend {
    color: #015270;
}

.event-field-wrap .event-field.center legend {
    color: #19a0ab;
}

.event-field-wrap .event-field.right legend {
    color: #83d0d6;
}

.event-field-wrap .content .event-field .text {
    padding-top: 20px;
}

.event-field-wrap ul li {
    margin-left: 0;
    list-style: none;
    width: 100%;
    display: block;
    background-color: #e5e5e5;
    text-align: left;
    margin-bottom: 5px;
    padding: 5px 15px;
    color: #00498f;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.event-field-wrap .event-field span.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

/* ========= FLOWCHART PAGE ========== */

.flowchart-wrap ul li {
    list-style: none;
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    border-radius: 30px;
    padding: 15px 10px;
    background-color: #ccc;
    margin-bottom: 15px;
}

.flowchart-wrap .start-wrap {
    max-width: 500px;
    margin: auto;
}

.flowchart-wrap .start-wrap ul {
    position: relative;
}

.flowchart-wrap .start-wrap ul::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 2px;
    height: 50px;
    background-color: #ccc;
    top: 60px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.flowchart-wrap .start-wrap ul li {
    background-color: #5c5f60;
    font-size: 22px;
    line-height: 30px;
}

.flowchart-wrap .flex-cont {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.flowchart-wrap .grid3 {
    margin-top: 80px;
}

.flowchart-wrap .grid3 ul {
    position: relative;
}

.flowchart-wrap .grid3 ul:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 66.5%;
    height: 2px;
    background-color: #ccc;
    top: -30px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.flowchart-wrap .grid3 li {
    width: 30.333%;
    margin: 15px 1.5%;
    position: relative;
}

.flowchart-wrap .grid3 li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 2px;
    height: 45px;
    background-color: #ccc;
    top: -45px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.circle-wrap {
    position: relative;
    margin: 40px 0;
}


.circle-wrap span.circle {
    max-width: 250px;
    text-align: center;
    min-height: 250px;
    width: 100%;
    margin: 0 auto;
    background-color: #00498f;
    display: block;
    border-radius: 50%;
    padding: 15px;
    position: relative;
}

.circle-wrap span.circle>span {
    color: #36beb7;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    padding-top: 40px;
    max-width: 220px;
    min-height: 220px;
}

.circle-wrap span.circle:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 2px;
    height: 57px;
    background-color: #ccc;
    top: -57px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.circle-wrap span.circle:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 2px;
    height: 57px;
    background-color: #ccc;
    bottom: -57px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.flowchart-wrap .grid4 {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.flowchart-wrap .grid4 .flex-cont {
    margin: 0 -10px;
}

.flowchart-wrap .grid4:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 76.5%;
    height: 2px;
    background-color: #ccc;
    top: -33px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.flowchart-wrap .grid4 .grid {
    width: 23%;
    margin: 10px 1%;
    position: relative;
}

.flowchart-wrap .grid4 .grid:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    max-width: 2px;
    height: 42px;
    background-color: #ccc;
    top: -42px;
    width: 100%;
    margin: auto;
    z-index: -1;
}

.flowchart-wrap .grid4 .grid:nth-child(1) li {
    background-color: #0065aa;
}

.flowchart-wrap .grid4 .grid:nth-child(2) li {
    background-color: #17a1ab;
    color: #231f20;
}

.flowchart-wrap .grid4 .grid:nth-child(3) li {
    background-color: #83d0d6;
    color: #231f20;
}

.flowchart-wrap .grid4 .grid:nth-child(4) li {
    background-color: #01526f;
}

/* ================================ */
/* ========= Media Query ========== */
/* ================================ */


@media screen and (max-width: 1300px) {

    .about-wrapper .right-wrap .text {
        padding: 232px 0;
    }

    .about-wrapper .right-wrap h3 {
        font-size: 74px;
        line-height: 84px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 2%;
    }

    .about-wrapper .right-wrap .text {
        padding: 230px 0;
    }

    .services-wrapper .flex-grid .img-wrap img {
        width: 100px;
    }

    .left-right-wrap .text-wrap .white {
        padding: 40px;
    }

    .left-right-wrap .content-left .text-wrap>div,
    .left-right-wrap .content-right .text-wrap>div {
        margin-top: 30px;
    }

    .hp.process-wrap:before {
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .header .top-wrap .right-wrap {
        flex-flow: column;
        text-align: right;
    }

    .header .phone {
        width: 100%;
        margin-left: 0;
    }

    #hero-slider .slider-content .content {
        padding-top: 120px;
    }

    #hero-slider .slider-content h1,
    .hero-wrapper .content h1 {
        font-size: 50px;
        line-height: 60px;
    }

    #hero-slider .slider-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .about-wrapper .right-wrap .text {
        padding: 210px 0;
    }

    .about-wrapper .right-wrap h3 {
        font-size: 64px;
        line-height: 65px;
    }

    .left-right-wrap .content-left .text-wrap>div,
    .left-right-wrap .content-right .text-wrap>div {
        margin-top: 30px;
    }

    .left-right-wrap .text-wrap>div h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .section.contact-info .content>div>div {
        padding-right: 5px;
    }

    .section-title p>br {
        display: none;
    }

    .blog-wrapper .post-img {
        width: 100%;
        float: none;
        text-align: center;
        display: inline-block;
        overflow: hidden;
    }

    .blog-wrapper .post-info {
        width: 100%;
        float: none;
        padding: 10px;
        margin-right: 0;
        display: inline-block;
    }
}

@media screen and (max-width: 1000px) {
    .slider-wrapper .btn-wrap {
        margin-top: 40px;
    }

    .about-wrapper .right-wrap h3 {
        font-size: 54px;
        line-height: 65px;
    }

    .sm-custom a,
    .sm-custom a:hover,
    .sm-custom a:focus,
    .sm-custom a:active,
    .sm-custom a.highlighted {
        font-size: 12px;
    }

    .header .logo {
        width: 220px;
    }

    .services-wrapper .flex-grid .img-wrap img {
        width: 80px;
    }

    .services-wrapper .flex-grid>div .content {
        padding: 45px 0;
    }

    .flex-grid .img-wrap {
        margin-bottom: 10px;
    }

    .form-group.grid2>span {
        width: 48.6%;
    }
    .search-wrap a.mix {
        width: 47.4%;
    }

    .footer .f-nav ul {
        display: block;
    }

    .footer .f-nav ul li {
        display: inline-block;
    }
}

@media screen and (max-width: 900px) {
    .header .logo {
        float: left;
        width: 300px;
    }

    .visible-lg {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .header .site-nav {
        width: auto;
    }

    .sm-custom a,
    .sm-custom a:hover,
    .sm-custom a:focus,
    .sm-custom a:active,
    .sm-custom a.highlighted {
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
    }

    .header {
        padding: 10px 0;
    }

    .header .top-wrap {
        padding: 0;
    }

    .header .bottom-wrap {
        width: auto;
        background-color: none;
    }

    #hero-slider .slider-content .content {
        padding-top: 60px;
    }

    #hero-slider .slider-content h1,
    .hero-wrapper .content h1,
    .page-title .content h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }

    #hero-slider .slider-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .slider-wrapper .btn-wrap {
        flex-flow: column;
        margin-top: 20px;
    }

    .slider-wrapper .btn-wrap a.btn {
        width: 300px;
        margin: 0 auto 5px;
        max-width: 100%;
    }

    .about-wrapper .right-wrap .text {
        padding: 160px 0;
    }

    .services-wrapper .flex-grid .img-wrap img {
        width: 70px;
    }

    .services-wrapper .flex-grid>div .content {
        padding: 35px 0;
    }

    .process-wrap .content {
        flex-flow: column;
    }

    .process-wrap .content a.graphic {
        flex-grow: unset;
        position: relative;
        width: 100%;
        max-width: 195px;
        margin: auto;
        transform: rotate(90deg);
        margin-top: -50px;
    }

    .process-wrap a.graphic:first-child {
        margin-top: 0;
    }

    .process-wrap a.graphic:last-child .text {
        left: -20px;
    }

    .process-wrap .text {
        transform: rotate(-90deg);
    }

    .process-wrap a.graphic h4 {
        margin-top: 95px;
        font-size: 13px;
        line-height: 20px;
    }

    .team-board .row-block.content-left {
        flex-flow: column-reverse;
    }

    .team-board .row-block.content-right {
        flex-flow: column;
    }

    .team-board .left-wrap,
    .team-board .right-wrap {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .team-board .row-block.content-left .text-wrap {
        text-align: left;
    }

    .left-right-wrap .img-wrap,
    .left-right-wrap .text-wrap {
        width: 100%;
    }

    .section.left-right-wrap {
        padding: 0;
    }

    .left-right-wrap .img-wrap {
        text-align: center;
    }

    .left-right-wrap .content-left .text-wrap {
        text-align: left;
    }

    .left-right-wrap .content-left .text-wrap>div,
    .left-right-wrap .content-right .text-wrap>div {
        margin: 20px 0 0 0;
    }

    .left-right-wrap.process {
        background-image: none;
        padding: 20px 0;
    }

    .bgt-wrap .content {
        width: 100%;
    }

    .bgt-wrap .overlay {
        padding: 80px 0;
    }

    .section.inner-page .row .leftCont.float-right,
    .section.inner-page .row .leftCont.float-left,
    .section.inner-page .row .rightCont.float-right,
    .section.inner-page .row .rightCont.float-left {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .section.inner-page .row .leftCont.width50,
    .section.inner-page .row .rightCont.width50,
    .section.inner-page .row .leftCont.width60,
    .section.inner-page .row .rightCont.width60,
    .section.inner-page .row .leftCont.width40,
    .section.inner-page .row .rightCont.width40 {
        width: 100%;
    }

    .packages-wrap {
        flex-flow: column;
    }

    .packages-wrap .package {
        width: 100%;
        max-width: 400px;
        margin: 15px 0;
    }

    .packages-wrap .package:nth-child(2),
    .packages-wrap .package:nth-child(5) {
        transform: none;
        margin: 15px 0;
    }

    .about-wrap .img-wrap,
    .about-wrap .text-wrap,
    .about-wrap .content-right .text-wrap>div,
    .about-wrap .content-left .text-wrap>div {
        width: 100%;
    }

    .section.about-wrap {
        padding: 0;
    }

    .about-wrap .img-wrap {
        text-align: center;
    }

    .about-wrap .content-left .text-wrap {
        text-align: left;
    }

    .about-wrap .content-left .text-wrap>div,
    .about-wrap .content-right .text-wrap>div {
        margin: 0;
        padding: 30px 30px 0 30px;
    }

    .about-wrap .content-right .img-wrap,
    .about-wrap .content-right .text-wrap {
        float: none;
        background-image: none !important;
    }

    .about-wrap .content-right .img-wrap img,
    .about-wrap .content-right .text-wrap img {
        margin: 0 auto;
    }

    .about-wrap .content-left .img-wrap,
    .about-wrap .content-left .text-wrap {
        float: none;
        background-image: none !important;
    }

    .about-wrap .content-left .img-wrap img,
    .about-wrap .content-left .text-wrap img {
        margin: 0 auto;
    }

    .about-wrap .row>div {
        display: block;
    }

    .about-wrap.process {
        background-image: none;
        padding: 20px 0;
    }

    .about-wrap .img-wrap {
        height: auto;
    }

    .about-wrap .text-wrap>div h3,
    .fullwidthcont h3 {
        margin-top: 20px;
    }

    .about-wrap .text-wrap>div h3 br,
    .fullwidthcont h3 br {
        display: none;
    }

    .footer-widget .left-wrap,
    .footer-widget .logo-widget {
        text-align: center;
    }

    .footer-widget .left-wrap {
        margin-bottom: 15px;
    }

    .footer-widget .left-wrap .text {
        max-width: 420px;
        margin: auto;
    }

    .footer-nav .content .ft-nav {
        width: 50%;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .footer-bottom .f-nav ul li {
        padding: 15px 5px;
    }

    .section-blog .flex-row {
        flex-flow: column;
    }

    .blog-wrapper {
        width: 100%;
    }

    .section-blog .sidebar {
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
    }
    .woocommerce div.flex-div>.grid-box {
        width: 46%;
        margin: 2%;
    }
}

@media screen and (max-width: 800px) {

    .header .top-wrap .content,
    .header .top-wrap .left-wrap {
        flex-flow: column;
    }

    .header .top-wrap .content>div {
        width: 100%;
        text-align: center;
    }

    .header .top-wrap .left-wrap .tagline {
        padding: 10px 0;
        border-left: none;
        margin-left: 0;
    }

    .header .phone {
        text-align: center;
    }

    #showRightPush.menu-btn {
        position: absolute;
        right: 15px;
        top: 55px;
    }

    .sm-custom ul a,
    .sm-custom ul a:hover,
    .sm-custom ul a:focus,
    .sm-custom ul a:active {
        border-bottom: 0;
    }

    .about-wrapper .right-wrap .text {
        padding: 151px 0;
    }

    .custom-serach {
        float: none;
    }

    .woocommerce .woocommerce-ordering {
        margin: 1em 0;
    }
}

@media screen and (max-width: 767px) {
    .pd-100 {
        padding: 60px 0;
    }

    .pd-80 {
        padding: 40px 0;
    }

    .pd-60 {
        padding: 30px 0;
    }

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

    .page-title {
        padding-top: 30px;
    }

    .header {
        position: static;
    }

    #hero-slider .slider-content {
        position: relative;
        background-color: transparent;
    }

    .slider-wrapper {
        padding: 20px;
    }

    .slider-wrapper:before {
        bottom: 0;
    }

    #hero-slider .slider-content .content {
        padding: 20px 0 0 0;
    }

    .hero-wrapper .layer {
        padding: 120px 0;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .about-wrapper .row {
        display: flex;
        flex-flow: column-reverse;
    }

    .about-wrapper .left-wrap {
        width: 100%;
    }

    .about-wrapper .right-wrap {
        width: 100%;
        max-width: 367px;
        margin: auto;
    }

    .about-wrapper .left-wrap {
        padding-top: 20px;
    }

    .about-wrapper .left-wrap p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .flex-grid {
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .flex-grid>div,
    .flex-grid>a {
        width: 100%;
        margin: auto;
        display: block;
        margin-bottom: 20px;
        max-width: 300px;
    }

    .services-wrapper .flex-grid>div {
        height: 300px;
    }

    .services-wrapper .flex-grid .img-wrap img {
        width: 80px;
    }

    .services-wrapper .flex-grid>div .content {
        padding: 55px 0;
    }

    .expert-team-wrap {
        padding-top: 30px;
    }

    .expert-team-wrap .flex-cont {
        flex-flow: column;
    }

    .expert-team-wrap .left-wrap {
        width: 100%;
    }

    .expert-team-wrap .right-wrap {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    .contact-wrapper .content {
        display: inline-block;
        width: 100%;
    }

    .contact-wrapper .map-wrap {
        min-height: 300px;
    }

    .contact-wrapper .form-wrap,
    .contact-wrapper .map-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .form-wrap .title h3 {
        display: block;
    }

    .form-wrap .title a.btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .form-group.grid2>span,
    .form-group.grid3>span,
    .form-group.grid4>span,
    .form-group.grid5>span,
    .form-wrap .form-group.grid50,
    .form-wrap .form-group.grid60,
    .form-wrap .form-group.grid-guest,
    .form-wrap .form-group.grid60 input,
    .form-wrap .form-group.grid60 label,
    .form-wrap .form-group.grid2 input,
    .form-wrap .form-group.grid50 input,
    .form-wrap .form-group.grid2 select,
    .form-wrap .form-group.grid2 label,
    .form-wrap .form-group.grid50 label {
        width: 100%;
    }

    .form-group.grid2>span:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form-group.grid2>span:last-child {
        margin-left: 0;
    }

    .form-group.grid3>span:nth-of-type(2) {
        margin: 10px 0;
    }

    .form-group.grid4>span:last-child {
        margin: 0;
    }

    .form-group.grid5>span:last-child {
        margin: 0;
    }

    .form-wrap .birth::after {
        top: 36px;
    }

    .form-group.grid2>span:last-child label {
        text-align: left;
    }

    #hero-slider .slider-content .content {
        max-width: 100%;
    }

    #hero-slider .slider-content h1,
    .hero-wrapper .content h1 {
        font-size: 36px;
        line-height: 46px;
    }

    #hero-slider .slider-content .content:before {
        left: 0;
    }

    #hero-slider .slider-content .content:after {
        right: 0;
        height: 65%;
    }

    #hero-slider .slider-content .content br {
        display: none;
    }

    .section.contact-info .content {
        flex-flow: column;
    }

    .section.contact-info .content>div {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .social-icons ul {
        text-align: center;
    }

    .section.contact-info .content>div>div {
        padding-right: 0px;
    }

    .section.contact-info .icon svg,
    .social-icons li a svg {
        width: 40px !important;
        height: 40px;
        padding: 10px;
    }

    .section.team-page .content {
        flex-flow: column;
        margin: 0;
    }

    .section.team-page .content .team {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 15px auto;
    }

    .case-study-wrap .row,
    .client-stories .story-panel.grid-3 {
        flex-flow: column;
        margin: 0;
    }

    .client-stories .story-panel.grid-3 .grid {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 20px auto;
    }

    .client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
        margin: 20px auto;
    }

    .event-grid .content,
    .event-field-wrap .content {
        flex-flow: column;
        margin: 0;
    }

    .event-grid .content .grid {
        width: 100%;
        margin: 1.5% 0;
    }

    .event-field-wrap .content .event-field {
        width: 100%;
        max-width: 345px;
        margin: 20px auto;
    }

    .search-wrap .search-grid {
        flex-flow: column;
        margin: 0;
    }

    .search-wrap a.mix {
        width: 100%;
        max-width: 500px;
        margin: 10px auto;
    }

    .footer .f-nav ul li a {
        padding: 10px 7px;
    }

    .footer-nav .content {
        flex-flow: column;
    }

    .footer-nav .content .ft-nav {
        width: 100%;
        text-align: center;
    }

    .footer-widget .right-wrap {
        flex-flow: column;
        text-align: center;
    }

    .footer-widget .right-wrap>div {
        width: 100%;
    }

    .form-wrap .form-group label svg {
        float: none;
        margin-right: 0;
        margin-left: 20px;
    }

    .section.inner-page .row .imgBlock.grid2>div {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .section.inner-page .row .imgBlock.grid2>div:first-child,
    .section.inner-page .row .imgBlock.grid2>div:last-child {
        margin-right: 0;
        margin-left: 0;
    }

    .section.inner-page .row .imgBlock.grid3 {
        flex-flow: column;
    }

    .section.inner-page .row .imgBlock.grid3>div,
    .section.inner-page .row .box-grid.grid-3>div {
        width: 100%;
        margin: 15px 0;
        text-align: center;
    }

    .plr-content .row-block,
    .plr-content .row-block.content-left {
        flex-flow: column;
    }

    .plr-content .row-block .img-wrap,
    .plr-content .row-block .text-wrap {
        width: 100%;
    }

    .plr-content .row-block.content-left .img-wrap,
    .plr-content .row-block .img-wrap {
        text-align: center;
    }

    .plr-content .row-block.content-right .text-wrap {
        padding-left: 0;
        padding-top: 20px;
    }

    .plr-content .row-block.content-left .text-wrap {
        padding-right: 0px;
        padding-top: 20px;
    }

    .plr-content .row-block .img-wrap img {
        width: 150px;
        margin: auto;
    }

    .plr-content .row-block .text-wrap h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .section.form .overlay .row {
        flex-flow: column;
    }
    .page-template-contact .section.form .overlay .row .left {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .page-template-contact .section.form .overlay .row .right {
        width: 100%;
    }
    .custom-serach form {
        flex-flow: column-reverse;
    }
    .custom-serach .sb-search-submit {
        margin-top: 5px;
    }
    .product-lists .right-wrap {
        width: 48%;
    }
    .product-lists .left-wrap {
        width: 48%;
    }
    .products.flex-div {
        margin: 0;
    }
    .woocommerce div.flex-div>.grid-box {
        width: 100%;
        max-width: 300px;
        margin: 15px auto;
    }
    .products div.flex-div>.grid-box a.btn {
        min-width: auto;
    }
}

@media screen and (max-width: 600px) {
    .slider-wrapper .diagnal {
        left: 25%;
    }

    #hero-slider .slider-content h1,
    .hero-wrapper .content h1,
    .page-title .content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .flex-grid {
        display: inline-block;
        width: 100%;

    }

    .flex-grid>div {
        width: 100%;
        margin: 0 auto 20px auto;
    }

    #featured .featured-img .content .text h3 {
        font-size: 14px;
    }

    .help-wrap .content-left h3 {
        font-size: 34px;
        line-height: 44px;
    }

    .help-wrap .content-left h5 {
        font-size: 20px;
        line-height: 36px;
    }

    .contact-wrapper .form-wrap {
        padding: 40px 60px;
    }

    .footer-top {
        padding: 30px 0;
    }

    .form-wrap .btn-wrap .btn {
        display: block;
        margin: 10px auto;
    }

}

@media screen and (max-width: 500px) {
    .header .logo {
        max-width: 180px;
        margin-right: 0;
        width: 100%;
        float: none;
        margin: auto;
    }

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

    .header .phone {
        text-align: center;
    }

    .header .site-nav .top-wrap {
        position: relative;
        right: 0;
        top: 0;
    }

    #showRightPush.menu-btn {
        top: 20px;
    }

    .header .phone a {
        font-size: 16px;
    }

    .header .phone a svg {
        font-size: 14px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    #hero-slider .slider-content h1,
    .hero-wrapper .content h1,
    .page-title .content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    #hero-slider .slider-content h2 {
        font-size: 16px;
        line-height: 26px;
    }

    #hero-slider p,
    .hero-wrapper p {
        font-size: 18px;
        line-height: 22px;
    }

    .section-title h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .about-wrapper .right-wrap .text {
        padding: 155px 0;
    }

    .about-wrapper .right-wrap h3 {
        font-size: 42px;
        line-height: 52px;
    }

    .contact-wrapper .form-wrap {
        padding: 40px 30px;
    }

    .left-right-wrap .text-wrap .white {
        padding: 20px;
    }

    .expert-team-wrap .btn-wrap a.btn {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .grc-left-right .row-block br {
        display: none;
    }
    #sidebar .filter__item {
        padding: 10px;
    }
}

@media screen and (max-width: 400px) {
    .header .top-wrap .right-wrap .btn-wrap a.btn {
        display: block;
        margin: 5px 0;
    }

    #hero-slider .slider-content h1,
    .hero-wrapper .content h1,
    .page-title .content h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    #hero-slider .slider-content .content:after {
        height: 60%;
    }

    .about-wrapper .right-wrap .text {
        padding: 120px 0;
    }

    .contact-wrapper .section-title h2 {
        margin-bottom: 0;
        font-size: 20px;
    }
}