/*

Theme Name: QUICKSTEP
Theme URI: http://brilliantbluetest.com/dev/wp/quickstep/
Description: Custom theme for QUICKSTEP.
Author: BBIM
Author URI: http://brilliantbluetest.com
License: Everything copyrighted
Version: 1.1

*/
/* for instagram */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Open+Sans:300,400,600,700,800");

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

hr {
    margin: 0;
}

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

body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
}

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

ul {
    list-style: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    -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;
    color: #344c73;
}

a:hover {
    color: #717175;
}

.row p a {
    border-bottom: 1px solid #043562;
    color: #043562;
    font-weight: bold;
}

.row p a:hover {
    border-bottom: 1px solid #628fca;
    color: #628fca;
}

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

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

table,
tr,
td {
    border: 1px solid #344c73;
}

td {
    padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

a img {
    outline: none;
    border: none;
}

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
}

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

.clear {
    clear: both;
}

.alignnone {
    margin: 0 auto;
}

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

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 30px 15px 0;
}

p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #272525;
    line-height: 26px;
    font-weight: 400;
    font-family: inherit;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 25px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-bottom: 15px;
}

h1 {
    font-size: 42px;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
}

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

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

h5 {
    font-size: 18px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

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

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

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

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.container {
    width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}

.white {
    color: #ffffff;
}

.blue {
    color: #344c73;
}

.blue2 {
    color: #717175;
}

.bluebg {
    background-color: #344c73;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top svg {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover svg {
    color: #fff;
    top: 5px;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */
/* for instagram */
svg:not(:root) {
    overflow: hidden;
}

svg.icon {
    display: inline-block;
    fill: currentcolor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
    margin-left: 2px;
}
.header{
    background-color: #FFF;
}
.header .top-wrap {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0;
}
.header.scroll-to-fixed-fixed{
    box-shadow: 0 0 2px #000;
}

.header .top-wrap .left-wrap,
.header .top-wrap .right-wrap,
.header .top-wrap .right-wrap>div,
.header .top-wrap .right-wrap>div>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #344c73;
}

.header .top-wrap .user {
    width: 20px;
    padding-right: 0;
    position: relative;
}

.header .top-wrap .user ul {
    width: 100%;
}

.header .top-wrap .user ul li {
    display: inline-block;
    vertical-align: middle;
}

.header .top-wrap .user ul li last-child {
    color: #717175;
}

.header .top-wrap .user ul input[type=text] {
    width: 100px;
    border: none;
    font-size: 14px;
    background-color: white;
    background-image: url("../images/search.png");
    background-position: center right;
    padding: 5px 5px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: absolute;
    top: -12px;
    right: -5px;
    cursor: pointer;
}

.header .top-wrap .user ul input[type=text]:focus {
    width: 200px;
    border: 1px solid #344c73;
    padding: 5px 5px;
    background-position: center right;
}

.header .top-wrap .user a.login {
    color: #717175;
    margin: 0 8px 0 25px;
    font-weight: 600;
    border-left: 1px solid rgba(33, 25, 21, 0.1);
    padding: 0 10px;
}

.header .top-wrap .user a.login:hover {
    color: #344c73;
}

.header .top-wrap .left-wrap .btn {
    padding: 5px 20px;
    letter-spacing: 2px;
    margin-right: 5px;
}

.header .top-wrap .right-wrap {
    width: 574px;
    padding: 5px 0;
    margin-left: 15px;
}

.header .top-wrap .right-wrap.full {
    width: 100%;
    margin-left: 0;
}

.header .top-wrap .right-wrap>div.phone {
    width: 170px;
}

.header .top-wrap .right-wrap>div>span {
    text-align: left;
}

.header .top-wrap .right-wrap>div span.txt {
    width: auto;
}

.header .top-wrap .right-wrap>div span.txt a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.header .top-wrap .right-wrap>div a:hover {
    color: #717175;
}

.header .bottom-wrap {
    padding: 10px 0;
    background-color: white;
    overflow: hidden;
}

.header .logo{
    float: left;
}
.header .right-wrap{
    float: right;
    max-width: 600px;
    width: 100%;
    margin-top: 44px;
}
.header .right-wrap .top-right-wrap > div{
    display: inline-block;
    vertical-align: top;
}

.header .bottom-wrap .right-wrap{
    position: relative;
}
.header .bottom-wrap .top-right-wrap {
    text-align: right;
}

.header .bottom-wrap .container .cart.phone {
    float: right;
    margin-right: 52px;
    position: relative;
    z-index: 3;
    line-height: 36px;
}

.header .bottom-wrap .container .cart.phone span.img {
    color: #ffffff;
    background-color: #344c73;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    z-index: 222;
}

#phoneno {
    display: none;
    position: absolute;
    right: 0px;
    width: 240px;
    top: 0px;
    background-color: rgb(255, 255, 255);
    z-index: -1;
    text-align: center;
}

.header .bottom-wrap .container .cart.phone span.img svg {
    color: #ebb730;
    padding: 10px 10px;
    font-size: 16px;
    box-sizing: content-box;
}

.header .bottom-wrap .nav #menu>li>ul {
    top: 76px;
}

.header .bottom-wrap.scroll-to-fixed-fixed {
    background-color: #fff;
    padding-bottom: 0;
}

.header .bottom-wrap.scroll-to-fixed-fixed .nav #menu>li>ul {
    top: 73px;
}

.header div.search-box {
    overflow: hidden;
    width: 300px;
    position: absolute;
    right: 0;
}


.searchbox {
    position: relative;
    z-index: 222;
    min-width: 36px;
    width: 0%;
    height: 36px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #f4f4f4;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0px 36px 0px 10px;
    font-size: 16px;
    color: #000;
}

.searchbox-icon,
.searchbox-submit {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #ebb730;
    background: #344c73;
    z-index: 2;
}
.searchbox-icon{
    padding: 10px;
}

.searchbox-open .searchbox-icon {
    background-color: #344c73;
    color: #ebb730;
}




.searchbox-open {
    width: 100%;
}

.header .logo {
    width: 290px;
    -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;
}

.header .logo .tagline p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    color: #717175;
}

.header .main-menu {
    -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;
    width: 100%;
    text-align: center;
}

.nav ul#menu {
    margin: 0;
    position: relative;
    text-align: right;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.nav ul li a {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.nav #menu>li {
    position: relative;
    z-index: 9999;
    display: inline-block;
    list-style: none;
    text-align: center;
}

.nav #menu>li>a {
    color: #272525;
    padding: 12px 5px;
    font-weight: 400;
    display: inline-block;
}

.nav #menu>li:last-child a {
    padding-right: 0;
}

.nav #menu>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 5px solid transparent;
}

.nav #menu>li.current-menu-item>a,
.nav #menu>li>a:hover,
.nav #menu>li.current-menu-parent>a {
    color: #344c73;
}

.nav #menu>li.current-menu-item>a,
.nav #menu>li>a.active,
.nav #menu>li.current-menu-parent>a {
    font-weight: 700;
    color: #344c73;
}

.nav #menu>li.current-menu-item>a:before,
.nav #menu>li>a.active:before,
.nav #menu>li.current-menu-parent>a:before {
    border-bottom-color: #344c73;
}

.nav #menu>li.current-menu-item>a:before,
.nav #menu>li>a:hover:before,
.nav #menu>li.current-menu-parent>a:before {
    border-bottom-color: #344c73;
}

.nav #menu>li>ul {
    width: 100%;
    min-width: 207px;
    display: none;
    background-color: #717175;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    padding: 0px 0px;
}

/* .scroll-to-fixed-fixed .nav #menu > li > ul {
  top:84px;
} */
.nav #menu>li>ul>li {
    float: none;
    margin-left: 0;
    height: auto;
    text-align: left;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
}

.nav #menu>li>ul>li a {
    display: block;
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    -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;
    padding: 10px 10px;
    border-bottom: 1px solid #FFF;
    position: relative;
}

.nav #menu>li>ul>li:last-child a {
    border-bottom: none;
}

.nav #menu>li>ul>li a:hover,
.nav #menu>li.current-menu-parent>ul>li.current-menu-item a {
    background-color: #344c73;
    text-decoration: none;
    color: #ffffff;
}

.menu-btn {
    border: 2px solid #ffffff;
    background-color: #344c73;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    height: 36px;
    margin-top: 0;
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 1px;
    width: 46px;
    margin-bottom: 0;
}

.cbp-af-header.cbp-af-header-shrink .tagLine h1.eng {
    font-size: 17px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 22px;
    line-height: 28px;
}

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

.lines:before {
    border-bottom: 13px double #FFF;
    border-top: 4px solid #FFF;
    content: "";
    height: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 31px;
    -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;
    display: inline-block;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    display: block;
}

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

/* The Modal (background) */
#myModal.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(113, 113, 117, 0.5);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 25px 16px;
    /* fallback/image non-cover color */
    background-color: #1c486c;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(10deg, #344c73, #717175);
    /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(10deg, 0% 0%, 0% 100%, from(#344c73), to(#717175));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(10deg, #344c73, #717175);
    /* Opera 11.10+ */
    background: -o-linear-gradient(#344c73, #717175);
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.modal-body {
    padding: 10px 16px;
}

.modal-body .form {
    width: 100%;
    -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3;
    padding: 20px 20px;
}

.modal-footer {
    padding: 2px 16px;
    /* fallback/image non-cover color */
    background-color: #1c486c;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(10deg, #344c73, #717175);
    /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(10deg, 0% 0%, 0% 100%, from(#344c73), to(#717175));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(10deg, #344c73, #717175);
    /* Opera 11.10+ */
    background: -o-linear-gradient(#344c73, #717175);
    color: white;
}

/* The Modal Ends */
/* ===================================== */
/* ============= Body Content ========== */
/* ===================================== */
.section a:focus,
.section a:active {
    outline: none;
}

.section ul {
    margin-bottom: 15px;
    padding-left: 15px;
}

.section ul li {
    list-style: none;
    font-family: inherit;
    position: relative;
    padding-left: 18px;
}

.section ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    background-color: #384653;
    top: 10px;
}

.section li {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #272525;
}

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

.section-title {
    overflow: hidden;
    margin-bottom: 10px;
}

.section-title h6 {
    color: #344c73;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 64px;
    line-height: 72px;
}

.section-title h3 {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
    margin-bottom: 0;
}

/* for instagram */
.bgImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bgImage .layer {
    background-color: rgba(33, 25, 21, 0.6);
}

.hero-wrapper .layer {
    background-color: rgba(40, 40, 40, 0.7);
}

.home-hero .content {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto;
}

.home-hero .content p,
.home-hero .content h1 {
    color: #ffffff;
    text-align: center;
}

.home-hero .content h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
}

.home-hero .content p {
    font-size: 16px;
    line-height: 26px;
}

#home-slider.slick-dotted {
    margin-bottom: 0;
}

#home-slider .slick-slide img {
    width: 100%;
}

#home-slider img.desktop-view {
    display: block;
}

#home-slider img.mobile-view {
    display: none;
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
    background-color: rgba(33, 25, 21, 0.5);
}

.slider-content a.btn {
    color: #ffffff;
    margin: 70px 10px 0 0;
    padding: 15px 35px 15px 15px;
}

.slider-content .content {
    font-family: "Montserrat", sans-serif;
    padding-top: 15%;
    width: 100%;
    margin: 0 auto;
}

.slider-content .content>div {
    min-width: 60%;
    width: 60%;
}

.slider-content .content .hr {
    border: none;
}

.slider-content .content .hr.sm {
    width: 30px;
    height: 5px;
    background: #ebb730;
}

.slider-content .content .hr.lg {
    width: 250px;
    height: 1px;
    background: #717175;
}

.slider-content .content span.gap {
    padding: 20px 0;
    display: block;
    width: 100%;
}

.slider-content .content h1,
.slider-content .content h2,
.slider-content .content p {
    color: #ffffff;
}

.slider-content .content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
}

.slider-content .content h1 span {
    color: #344c73;
    display: block;
}

.slider-content .content h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}

.slider-content .content h2 span {
    color: #344c73;
    display: block;
}

.slider-content .content p {
    font-weight: 300;
    font-size: 19px;
    color: #272525;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.slick-dots {
    bottom: 40px;
}

.section .slick-slider ul li:before {
    top: 0;
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
}

.slick-slider .slick-dots li button:before {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    content: '';
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #666666;
    border-radius: 50%;
}

.slick-prev {
    left: -30px;
    z-index: 222;
}

.slick-next {
    right: -30px;
}

#home-slider .slick-dots li button {
    border: 1px solid #FFF;
}

#home-slider .slick-prev {
    left: 60px;
}

#home-slider .slick-next {
    right: 60px;
}

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

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

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: #344c73;
    border: 1px solid #344c73;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #FFF;
    outline: none;
}

.slider-wrpper {
    position: relative;
}

.slider-wrpper .anchor {
    position: absolute;
    bottom: 150px;
    text-align: center;
    width: 100%;
    z-index: 22;
}

/* ================  heading =================== */
.top-wrap .sl {
    position: absolute;
    z-index: 222;
    height: 1px;
    width: 43%;
    left: 0;
    margin: 0;
    background-color: #344c73;
}

.top-wrap .sl.wh {
    background-color: #ffffff;
}

.title {
    font-family: "Open Sans", sans-serif;
}

.title .wc {
    color: #ffffff;
}

.title .blc {
    color: #344c73;
}

.title .bk {
    color: #211915;
}

.title .bold {
    font-weight: 600;
}

.title h2 span,
.title h3 span {
    font-weight: 700;
}

.title h3 {
    color: #344c73;
    font-size: 21px;
    line-height: 31px;
    margin: 0;
}

.title h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    font-weight: 300;
}

.title hr {
    background: #344c73;
    margin: 10px auto;
    height: 1px;
    border: 0;
}

.title hr.sm {
    width: 100px;
}

.title hr.lg {
    width: 100px;
}

.title p {
    margin-top: 20px;
}

.title .content {
    width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

.title .content p {
    font-size: 23px;
    line-height: 35px;
    font-weight: 300;
}

.section .bottom-wrap {
    margin-top: 60px;
}


.page-template-clients-stories .section .bottom-wrap {
    display: flex;
    flex-flow: row wrap;
}

.page-template-clients-stories .grid-wrap.grid3>div {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 60px;
}

.page-template-clients-stories .bottom-wrap.grid-wrap.grid3 .gr-text .btn-wrap2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

/* ================  heading =================== */
/* for instagram */
.btn {
    padding: 10px 20px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    -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 i {
    margin-left: 10px;
}

.btn img {
    width: auto !important;
    display: inline-block;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none;
}

.home-blog-btn-left {
    background-color: #20110a !important;
}

.default-btn {
    color: #717175;
    border-color: #434142;
    background-color: #434142;
}

.default-btn:hover {
    border-color: #ebb730;
    color: #ffffff;
    background-color: #ebb730;
}

.white-btn {
    background-color: #ffffff;
    border-color: #717175;
    color: #636466;
}

.white-btn.wh {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.white-btn:hover {
    background-color: #717175;
    border-color: #717175;
    color: #ffffff;
}

.white-btn:hover.wh {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #636466;
}

.primary-btn {
    background-color: #213554;
    color: #ffffff;
    border-color: #344c73;
}

.primary-btn:hover {
    background-color: #717175;
    color: #ffffff;
    border-color: #717175;
}

.secondary-btn {
    background-color: #717175;
    border-color: #717175;
    color: #211915;
}

.secondary-btn.wh:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.secondary-btn:hover {
    background-color: #344c73;
    color: #ffffff;
    border-color: #344c73;
}

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

.form-group .svg-inline--fa {
    position: absolute;
    top: 17px;
    left: 15px;
    color: #344c73;
}

.form-group .form-control {
    /* background-color: #ffffff; */
    background-color: transparent;
    border-width: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: #a5a4a9;
    border-bottom-color: #a5a4a9;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #636466;
    padding: 14px 40px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.form-group .precheck span.wpcf7-list-item {
    margin: 0;
}

.form-control:active,
.form-control:focus {
    border: 1px solid #85a4c5;
}

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

.form-group label {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    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;
}

.form-wrap.turbo {
    -webkit-box-shadow: 0px 0px 10px 0px #c1c2c2;
    -moz-box-shadow: 0px 0px 10px 0px #c1c2c2;
    box-shadow: 0px 0px 10px 0px #c1c2c2;
    width: 85%;
    margin: 60px auto 0;
    padding: 30px;
}

.submit-btn {
    cursor: pointer;
    display: block;
    float: right;
    color: #ffffff;
}

.footer .form form .submit-input span>input {
    background-position: 31% center;
}

form .submit-input {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}

form .submit-input span>input.ar {
    background-image: url("assets/images/ar.png");
    background-position: 10px center;
    background-repeat: no-repeat;
}

form .submit-input.sm {
    width: 30%;
}

form .submit-input.sm img {
    left: 15%;
}

form .submit-input img {
    position: absolute;
    top: 15px;
    left: 30%;
}

form .submit-input input.submit-btn {
    width: 100%;
    background-color: #344c73;
}

form .submit-input input.submit-btn:hover {
    background-color: #344c73;
    color: #ffffff;
}

.search .submit-input .submit-btn {
    width: 100%;
}

.search .submit-input i {
    color: #ffffff;
}

.submit-input i {
    position: absolute;
    right: 15px;
    color: #344c73;
    font-size: 14px;
    font-weight: 500;
    top: 12px;
}

.submit-input i:hover {
    color: #ffffff;
}

/* for instagram */
.grid-wrapper {
    padding: 60px 0;
}
.page-template-clients-stories .grid-wrapper {
    padding-top: 0;
}
.page-template-clients-stories .section.grid-wrapper  .bottom-wrap {
    margin-top: 0;
}

.grid-wrapper .content {
    margin: 50px 0 0;
}

.grid-wrapper .btn-wrap {
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
    display: block;
}

.grid-wrapper .btn-wrap .btn {
    padding: 20px 50px;
}

.grid-wrap.grid3>div {
    width: 31.6%;
    margin-bottom: 7%;
}

.grid-wrap.grid3>div:nth-of-type(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.grid-wrap .gr-image {
    min-height: 243px;
    background: url("../imgs/img9.jpg") no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.grid-wrap .play {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.grid-wrap .gr-text>div.wc p {
    color: #ffffff;
}

.grid-wrap .gr-text>div h4 {
    font-size: 17px;
    line-height: 28px;
    margin: 20px 0;
}

.grid-wrap .gr-text>div p {
    margin-bottom: 20px;
}

.grid-wrap>div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5%;
    overflow: hidden;
}

/* .align-buttons .gr-text .wc h4 {
    min-height: 40px;
} */
.align-buttons .gr-text>div.wc p {
    color: #666666;
}

.full-content{
    overflow: hidden;
    width: 100%;
    padding-bottom: 60px;
}

.testi-wrapper .layer {
    background-color: rgba(235, 183, 48, 0.8);
    padding: 60px 0;
}

.testi-wrapper .title h2,
.testi-wrapper .title h3 {
    color: #ffffff;
}

.testi-wrapper .title h3 {
    font-size: 32px;
    line-height: 38px;
}

.testi-wrapper .content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.section .slick-slider ul {
    padding: 0;
    margin: 0;
}

.map-wrap {
    width: 100%;
}

.map-wrap #map_canvas {
    min-height: 400px;
}

.map-wrap .gmnoprint {
    background: #344c73;
}

.take-control {
    overflow: hidden;
}

.take-control.br {
    border-top: 1px solid rgba(165, 164, 169, 0.5);
}

.take-control .img-block {
    width: 47.5%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.take-control .text-block {
    max-width: 52.4%;
    width: 52.4%;
    margin-top: 40px;
}

.take-control .text-block .cont {
    width: 400px;
}

.take-control .text-block .cont h4 {
    text-transform: uppercase;
}

.take-control .text-block .cont h1,
.take-control .text-block .cont h2 {
    margin-bottom: 0;
}

.take-control .text-block .cont p {
    font-size: 18px;
    color: #272525;
    line-height: 26px;
    margin-bottom: 30px;
}

.take-control.row {
    padding: 60px 0 20px;
}

.take-control.row .title.cn .steps {
    width: 600px;
    text-align: left;
}

.take-control.row .title.cn .sr {
    padding: 10px 0 20px;
}

.take-control.row .title .sr {
    display: inline-block;
    vertical-align: top;
    font-size: 151px;
    line-height: 102px;
    padding-bottom: 40px;
    color: #ebb730;
    font-weight: 800;
    border-right: 2px solid #a5a4a9;
    margin-right: 15px;
    width: 100px;
}

.take-control.row .title .steps {
    width: 871px;
    display: inline-block;
    vertical-align: top;
    color: #272525;
    font-size: 55px;
    font-weight: 300;
    line-height: 55px;
}

.take-control .row .content {
    overflow: hidden;
    display: table;
    width: 100%;
}

.take-control .row .content>div {
    display: table-cell;
    vertical-align: middle;
}

.take-control .row.align-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.take-control .row.align-right .img-block .cont-image {
    float: left;
}

.take-control .row.align-right .text-block {
    float: right;
    padding-left: 70px;
}

.take-control .row.align-right .text-block .cont {
    float: right;
}

.take-control .row.align-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.take-control .row.align-left .img-block {
    float: right;
}

.take-control .row.align-left .text-block {
    float: left;
    padding-right: 60px;
}

.take-control .row.align-left .text-block .cont {
    float: left;
}



/* ==============footer================================= */
.section.form {
    background: url("../images/contact.jpg") no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section.form .layer {
    padding: 0px 0 60px;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), white 30%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), white 30%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0.2), white 30%);
}

.section.form .title {
    padding: 20px 0;
}

.section.form .title h2 {
    padding: 10px 0;
    font-weight: 300;
}

.section.form .title h2 {
    color: #344c73;
}

.section.form .row {
    display: block;
    width: 100%;
}

.section.form .row .left,
.section.form .row .right {
    display: block;
    vertical-align: top;
}

.section.form .row .left {
    -webkit-box-shadow: 0px 0px 10px 0px #c1c2c2;
    -moz-box-shadow: 0px 0px 10px 0px #c1c2c2;
    box-shadow: 0px 0px 10px 0px #c1c2c2;
    width: 60%;
    margin: 60px auto 60px;
    padding: 45px 40px;
}

.section.form .row .left form .submit-input {
    width: 40%;
}

.section.form .row .left form .submit-input span>input {
    background-position: 50px center;
}

.section.form .row .left form .submit-input img {
    top: 25px;
    left: 25%;
}

.section.form .row .left form .submit-input input.submit-btn {
    padding: 20px 40px;
}

.section.form .row .right {
    width: 40%;
}

.section.form .row .right .partners {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.section.form .row .right .partners>div {
    padding: 20px 0;
    border: 1px solid #a5a4a9;
}

.about {
    padding-bottom: 100px;
}

.about.margin-top {
    margin-top: -100px;
    position: relative;
}

.about .row {
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: contain;
}

.about .row .left-wrap {
    width: 42%;
}

.about .row .left-wrap p {
    color: #ffffff;
    margin-bottom: 0;
}

.about .row .right-wrap {
    max-width: 57%;
    width: 57%;
}

.about .row .cont-btn a.btn {
    width: 100%;
    text-align: left;
    padding: 15px 0 15px 20px;
    font-size: 12px;
}

.about .row .cont-btn a.btn img {
    vertical-align: middle;
    margin-right: 10px;
}

.about .row .cont-btn a.btn:first-child {
    margin-bottom: 30px;
}

.about .row .cont-btn h1,
.about .row .cont-btn h2 {
    margin-bottom: 0;
}

.about .row .cont-btn p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 0;
}

.about .row .content {
    background-color: #717175;
    overflow: hidden;
    display: block;
    padding: 60px 60px;
    width: 90%;
}

.about .row .content .text-wrap h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.about .row .content .text-wrap a,
.about .row .content .text-wrap h3 {
    color: #ffffff;
}

.about .row .content .text-wrap a:hover {
    border-color: #344c73;
}

.about .row .content>div {
    display: inline-block;
    vertical-align: middle;
}

.about.align-left .left-wrap {
    float: right;
}

.about.align-left .left-wrap .cont-btn {
    padding-left: 0;
}

.about.align-left .right-wrap {
    float: left;
}

.about.align-left .right-wrap .cont-btn {
    padding-right: 60px;
}

.about.align-right .left-wrap {
    float: left;
}

.about.align-right .left-wrap .cont-btn {
    padding-left: 0;
}

.about.align-right .right-wrap {
    float: right;
}

.about.align-right .right-wrap .cont-btn {
    padding-left: 60px;
}

/* for instagram */
.section.inner-page {
    padding: 40px 0 60px;
    /*row*/
}
.page-id-5019 .section.inner-page {
    padding: 40px 0 0 0;
}
.page-template-announcements .section.inner-page{
    padding-bottom: 0;
}

.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,
.fullwdthtext .title hr{ 
    margin: 10px 0;
    width: 350px;
}

.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: #344c73;
    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: #344c73;
    margin-bottom: 10px;
}

.section.inner-page .row .rightCont h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    font-weight: 300;
}

.section.inner-page .row .leftCont h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
    font-weight: 300;
}

.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: #344c73;
    margin-bottom: 10px;
}

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

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

.section.inner-page .row .imgBlock.grid3>div {
    width: 32.3%;
}

.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>div:nth-of-type(2) {
    margin: 0 1%;
}

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

/* innerpage */
/* for instagram */
.accblog {
    overflow: hidden;
}

.accblog .left-wrap {
    width: 50%;
}

.accblog .right-wrap {
    max-width: 50%;
    width: 50%;
}

.accblog .image {
    height: 31.2em;
}

.accblog .top-wrap {
    padding: 120px 0 35px;
}

.accblog .top-wrap .title h2 {
    font-weight: 300;
    font-size: 55px;
    line-height: 58px;
    margin-bottom: 10px;
}

.accblog .box {
    width: 500px;
}

.accblog .box .cont .text {
    padding: 40px;
}

.accblog .box .cont h6 {
    margin-bottom: 5px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

.accblog .box .cont p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 30px;
}

.accblog .row {
    display: block;
}

.accblog .row .content {
    background-color: #717175;
    overflow: hidden;
    display: table;
    width: 100%;
}

.accblog .row .content>div {
    display: table-cell;
    vertical-align: top;
}

.accblog .row.align-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.accblog .row.align-right .left-wrap {
    background-color: #717175;
    float: left;
}

.accblog .row.align-right .left-wrap .box {
    float: right;
}

.accblog .row.align-right .left-wrap .box .text {
    background-color: rgba(33, 53, 84, 0.8);
    width: 70%;
}

.accblog .row.align-right .right-wrap {
    background-color: #717175;
    float: left;
}

.accblog .row.align-right .right-wrap .box {
    float: left;
}

.accblog .row.align-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.accblog .row.align-left .left-wrap {
    float: right;
    background-color: #717175;
}

.accblog .row.align-left .left-wrap .box {
    float: left;
}

.accblog .row.align-left .left-wrap .box .top-wrap {
    text-align: right;
}

.accblog .row.align-left .left-wrap .box .top-wrap .sl {
    left: auto;
    right: 0;
}

.accblog .row.align-left .left-wrap .box .cont {
    float: right;
}

.accblog .row.align-left .left-wrap .box .cont .text {
    float: right;
    text-align: right;
}

.accblog .row.align-left .left-wrap .box .text {
    background-color: rgba(113, 113, 117, 0.8);
    width: 70%;
}

.accblog .row.align-left .right-wrap {
    background-color: #434142;
    float: left;
}

.accblog .row.align-left .right-wrap .box {
    float: right;
}

/* for instagram */
.steps {
    overflow: hidden;
}

.steps .left-wrap {
    width: 60.8%;
}

.steps .left-wrap .box {
    float: right;
}

.steps .right-wrap {
    max-width: 39%;
    width: 39%;
}

.steps .image {
    height: auto;
}

.steps .top-wrap {
    padding-bottom: 30px;
}

.steps .top-wrap .sl {
    width: 58%;
    background-color: #ffffff;
}

.steps .top-wrap .title {
    font-weight: 300;
}

.steps .top-wrap .title h2 {
    color: #ffffff;
}

.steps .top-wrap .title span {
    font-weight: 600;
}

.steps .box {
    width: 696px;
}

.steps .box .cont .text {
    padding: 20px 80px 60px 0;
}

.steps .box .cont h6 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.steps .box .cont p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 30px;
}

.steps .row {
    display: block;
    padding-top: 80px;
}

.steps .row.grey {
    background-color: #717175;
}

.steps .row.wh {
    background-color: #ffffff;
}

.steps .row.wh h6,
.steps .row.wh p,
.steps .row.wh .title h2 {
    color: #272525;
}

.steps .row.wh .sl {
    background-color: #ebb730;
}

.steps .row.blue2 {
    background-color: #ebb730;
}

.steps .row .content {
    overflow: hidden;
    display: table;
    width: 100%;
}

.steps .row .content>div {
    display: table-cell;
    vertical-align: bottom;
}

/* for instagram */
.section.blogsec {
    padding: 60px 0 0;
}

.section.blogsec ul li:before {
    content: none;
}

.blogsec {
    margin-bottom: 20px;
    overflow: hidden;
    /*---------sidebar----------------*/
}

.blogsec .blogleft {
    float: left;
    width: 73%;
    margin-right: 3%;
}

.blogsec .blogleft.full {
    width: 100%;
    margin-right: 0;
}

.blogsec .blogrow {
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* border-bottom: 2px solid $black; */
    /*blogcontain*/
}

.blogsec .blogrow .blogcontain {
    position: relative;
    overflow: hidden;
    /*Blogsocial*/
    /*-------blog2-----------*/
}

.blogsec .blogrow .blogcontain .blogimg {
    width: 29%;
    margin-right: 2%;
    float: left;
}

.blogsec .blogrow .blogcontain .blogimg img {
    border: 1px solid #344c73;
}

.blogsec .blogrow .blogcontain .blogimg.single {
    width: 100%;
}

.blogsec .blogrow .blogcontain .blogimg.single img {
    width: 100%;
    border: 0;
}

.blogsec .blogrow .blogcontain .blogtext {
    float: left;
    width: 69%;
}

.blogsec .blogrow .blogcontain .blogtext h2 {
    font-size: 36px;
    line-height: 40px;
}

.blogsec .blogrow .blogcontain .blogtext b {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    line-height: 22px;
}

.blogsec .blogrow .blogcontain .blogtext p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.blogsec .blogrow .blogcontain .blogtext.single {
    padding-top: 20px;
    width: 100%;
}

.blogsec .blogrow .blogcontain .blogtext.single p {
    line-height: 26px;
}

.blogsec .blogrow .blogcontain .blog_social {
    float: right;
}

.blogsec .blogrow .blogcontain .blog_social ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.blogsec .sidebar {
    float: right;
    width: 24%;
    /*side*/
    /*==============Newsletter=========================================================*/
    /*---------------newsletter-----------------------------------------------*/
}

.blogsec .sidebar .search-form {
    position: relative;
    width: 100%;
}

.blogsec .sidebar .search-form .form-group {
    padding: 0;
}

.blogsec .sidebar .search-form .submit-btn {
    background-color: transparent;
    background-image: url(../images/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    margin-top: 0;
    z-index: 333;
}

.blogsec .sidebar input {
    width: 100%;
    padding: 12px 12px;
}

.blogsec .sidebar .side {
    padding: 20px 0;
    text-align: center;
}

.blogsec .sidebar .side h3 {
    font-size: 24px;
}

.blogsec .sidebar .side p {
    line-height: 24px;
}

.blogsec .sidebar .newsletter {
    width: 100%;
    text-align: center;
}

.blogsec .sidebar .newsletter .news-btn {
    background-color: #344c73;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
}

.blogsec .sidebar .newsletter .news-form {
    display: none;
    margin-top: 15px;
}

.blogsec .sidebar .newsletter .news-form input[type="text"],
.blogsec .sidebar .newsletter .news-form input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
}

.blogsec .sidebar .newsletter .news-form input[type="submit"] {
    background-color: #344c73;
    cursor: pointer;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.blogsec .sidebar .newsletter .news-form input[type="submit"]:hover {
    background-color: #1c293e;
}

/* for instagram */
.portal-wrapper {
    padding: 60px 0;
    overflow: hidden;
}

.portal-wrapper .left-wrap {
    float: left;
    width: 70%;
    padding-right: 5%;
}

.portal-wrapper .right-wrap {
    float: right;
    width: 30%;
}

.portal-login .form-control {
    border: 1px solid #628fca;
}

.portal-login .submit-btn,
.portal-login .forget-btn {
    font-size: 14px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 8px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.right-wrap .module {
    margin-bottom: 25px;
}

/* for instagram */

.page-template-contact .title p {
    display: none;
}

.contact {
    padding: 60px 0 0;
}

.contact .row {
    display: block;
}

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

.contact .row .left,
.contact .row .right {
    width: 49.5%;
    margin-bottom: 40px;
}

.contact .row .left .form-wrap {
    width: 90%;
}

.contact .row .right {
    border: 2px solid #344c73;
}

.contact .row .right span {
    font-weight: bold;
}

.contact .row .right p {
    margin-bottom: 0;
}

.form-wrapper {
    width: 100%;
}

.form-wrapper .form-group {
    margin-bottom: 20px;
}

.form-wrapper form .submit-input i {
    color: #ffffff;
    right: 25px;
}

.form-wrapper form .submit-btn {
    float: left;
}

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

.contact-form div.wpcf7-response-output {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: #ff5100;
}

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

.contact-form div.wpcf7-validation-errors {
    border: 2px solid #344c73;
}

.section.blogsec ul li {
    list-style-type: disc;
    margin-left: 10px;
    padding-left: 10px;
}

.section.inner-page .row form {
    padding: 20px 40px;
    box-shadow: 0 0 5px grey;
}

.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    display: none;
}

#wpcf7-f4-o2 {
    padding: 5px;
}

/* ============Announcement Page========= */
.fullwidth-wrap {
    padding-top: 60px;
}

.fullwidth-wrap h3 {
    color: #344c73;
}

.announcement-wrapper {
    padding: 60px 0;
}

.announcement-wrapper .faq-accordion section {
    margin-top: 10px;
}

.announcement-wrapper h2.default-title-bar-active,
.announcement-wrapper h2.default-title-bar {
    background: #043562;
}

.announcement-wrapper h2.default-title-bar-active a:before,
.announcement-wrapper h2.default-title-bar-active a:after,
.announcement-wrapper h2.acc_title_bar a:before,
.announcement-wrapper h2.acc_title_bar a:after {
    content: none;
}

.announcement-wrapper h2.acc_title_bar {
    border-radius: 0;
}

.announcement-wrapper div.acc_container {
    padding: 15px;
}

.announcement-wrapper div.acc_container .block {
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    flex-flow: row;
}

.announcement-wrapper div.acc_container .block .left-wrap {
    width: 80%;
    text-align: left;
}

.announcement-wrapper div.acc_container .block .right-wrap {
    width: 20%;
    text-align: right;
}

.announcement-wrapper div.acc_container .block .left-wrap h3 {
    margin-bottom: 5px;
}

.announcement-wrapper div.acc_container a.btn {
    margin-top: 5px;
    display: inline-block;
}

/* ============Team Page========= */

.fullwdthtext {
    padding-top: 60px;
}

.gallery-wrapper {

    overflow: hidden;

    width: 100%;

    padding: 60px 0;

}





.gallery-grid {

    position: relative;

    clear: both;

    margin: 0 auto;

    list-style: none;

    text-align: center;

}



.gallery-grid .mix,

.gallery-grid .gap {

    display: inline-block;

    vertical-align: top;

}



.gallery-grid .mix {

    margin: 1rem;

    position: relative;

}

.gallery-grid .mix:hover {

    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);

}

.gallery-grid .mix img {

    vertical-align: top;

}



/* 1 Columns */



.gallery-grid .mix,
.gallery-grid .gap {

    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));

}





/* 2 Columns */

@media screen and (min-width: 501px) {

    .gallery-grid .mix,

    .gallery-grid .gap {

        width: calc(100%/2 - (((2 - 1) * 5rem) / 2));

    }

}



/* 3 Columns */



@media screen and (min-width: 768px) {

    .gallery-grid .mix,

    .gallery-grid .gap {

        width: calc(100%/3 - (((3 - 1) * 4rem) / 3));

    }

}

.section.gallery-wrapper a {
    text-decoration: none;
    color: #333333;
    position: relative;
    padding-bottom: 60px;
}

.gallery-grid figure .profile-img {
    overflow: hidden;
}

.gallery-grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    max-width: 300px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.gallery-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.gallery-grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-grid figure figcaption::before,
.gallery-grid figure figcaption::after {
    pointer-events: none;
}

.gallery-grid figure figcaption,
.gallery-grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.gallery-grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.gallery-grid figure h2 span {
    font-weight: 800;
}

.gallery-grid figure h2,
.gallery-grid figure p {
    margin: 0;
}

.gallery-grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-steve {
    z-index: auto;
    overflow: visible;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure span.team_name {
    margin-top: 20px;
    display: block;
}

figure.effect-steve:before {
    opacity: 0;
}

figure.effect-steve figcaption {
    z-index: 1;
}

figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
    color: #fff;
}

figure.effect-steve h2 {
    position: relative;
    margin-top: 2em;
    padding: 0.25em;
}

figure.effect-steve .portfolio-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    padding: 10px 20px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

figure.effect-steve .portfolio-text h4 {
    color: #0f4491;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

figure.effect-steve:hover .portfolio-text {
    opacity: 1;
}

figure.effect-steve:hover .portfolio-text {
    color: #fff;
    background: rgba(20, 52, 83, 0.4);
}

figure.effect-steve .portfolio-text {
    background-color: transparent;
}

figure.effect-steve .portfolio-text a.btn {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    text-align: center;
}

figure.effect-steve .portfolio-text span.btn {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    text-align: center;
}

figure.effect-steve .portfolio-text span.btn {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    text-align: center;
}

figure.effect-steve h2:before {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

figure.effect-steve:hover:before {
    opacity: 1;
}

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
    opacity: 0;
}

figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.gallery-wrapper .controls {
    text-align: center;
    margin-bottom: 50px;
	display: none;
}

.gallery-wrapper .title h2 {
    padding: 10px 0;
    color: #344c73;
    font-weight: 400;
}

.section.gallery-wrapper .control {
    position: relative;
    background-color: #344c73;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
    cursor: pointer;
    color: #FFF;
    line-height: 16px;
    border: 1px solid #344c73;
    transition: background 150ms;
    margin-bottom: 20px;
}

.section.gallery-wrapper .mixitup-control-active {
    background-color: #000000;
    border-color: #000000;
}




/* ===================================== */
/* =============== Footer ============== */
/* ===================================== */
/* ============Social links========= */
.footer .social-links {
    margin: 20px 0 0;
}

.footer .social-links ul {
    padding: 0;
}

.footer .social-links ul li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: 10px;
}

.footer .social-links ul li a {
    display: inline-block;
}

.footer .social-links ul li a svg {
    background-color: #344c73;
    padding: 8px;
    color: #ebb730;
    text-align: center;
    width: 40px;
    display: block;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer .social-links ul li a svg:hover {
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}

.footer .social-links ul li a svg:hover:hover.fa-facebook-f {
    background-color: #3b5998;
}

.footer .social-links ul li a svg:hover:hover.fa-twitter {
    background-color: #1da1f2;
}

.footer .social-links ul li a svg:hover:hover.fa-google-plus-g {
    background-color: #8C251E;
}

.footer .social-links ul li a svg:hover:hover.fa-linkedin-in {
    background-color: #006097;
}

.footer .social-links ul li a svg:hover:hover.fa-instagram {
    background-color: #262626;
}

.footer .social-links ul li a svg:hover:hover.fa-youtube {
    background-color: #FF0000;
}

.footer .social-links ul li a svg:hover:hover.fa-pinterest-p {
    background-color: #bd081c;
}

.footer .social-links ul li a>img {
    width: auto;
}

/* ============Social links========= */
.footer {
    overflow: hidden;
    width: 100%;
}

.footer a {
    color: #adacb2;
}

.footer p,
.footer address {
    color: #adacb2;
}

.footer .top-wrap {
    background-color: #211915;
}

.footer .top-wrap .content {
    padding: 60px 0;
    display: table;
    width: 100%;
}

.footer .top-wrap .content>div {
    display: table-cell;
    vertical-align: top;
}

.footer .top-wrap .content p {
    margin-bottom: 0;
}

.footer .top-wrap .content h3 {
    color: #ffffff;
    font-weight: 300;
}

.footer .top-wrap .content h6 {
    color: #ffffff;
    font-weight: 600;
}

.footer .top-wrap .flogo,
.footer .top-wrap .left-wrap,
.footer .top-wrap .right-wrap {
    width: 33%;
}

.footer .top-wrap .flogo {
    border-right: 1px solid #a5a4a9;
    padding-right: 15px;
}

.footer .top-wrap .left-wrap {
    padding: 0 40px;
}

.footer .top-wrap .left-wrap h6 {
    margin-bottom: 5px;
    font-weight: 700;
}

.footer .top-wrap .left-wrap address p {
    font-size: 18px;
    line-height: 26px;
}

.footer .top-wrap .right-wrap .form-group {
    margin-bottom: 5px;
}

.footer .top-wrap .right-wrap .form-group .form-control {
    padding: 10px 40px;
    color: #adacb2;
}

.footer .top-wrap .right-wrap .form-group .svg-inline--fa {
    top: 12px;
    color: #ebb730;
}

.footer .bottom-wrap {
    border-bottom: 1px solid #717175;
    padding: 10px 0;
}

.footer .bottom-wrap .phone_no {
    padding: 10px 12px;
}

.footer .bottom-wrap .phone_no a {
    font-size: 20px;
}

.footer .bottom-wrap .footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer .bottom-wrap .footer-menu ul>li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.footer .bottom-wrap .footer-menu ul li a {
    display: inline-block;
    padding: 10px 12px;
    font-size: 18px;
    font-weight: 400;
    color: #272525;
    text-transform: uppercase;
    position: relative;
}

.footer .bottom-wrap .footer-menu ul li.active>a,
.footer .bottom-wrap .footer-menu ul li:hover>a,
.footer .bottom-wrap .footer-menu ul li.current-menu-item>a {
    color: #717175;
}

.footer .bottom-wrap .footer-menu ul li.active>a,
.footer .bottom-wrap .footer-menu ul li.current-menu-item>a {
    font-weight: 600;
}

.footer .copyright {
    padding: 40px 0;
}

.footer .copyright .left-wrap p,
.footer .copyright .left-wrap a,
.footer .copyright .right-wrap p,
.footer .copyright .right-wrap a {
    color: #adacb2;
    font-size: 16px;
    margin-bottom: 0;
}

.form-wrap .mc4wp-checkbox,
#myModal .mc4wp-checkbox,
.mailchimp-check .mc4wp-checkbox {
    display: none;
}

.ques-wrapper {
    padding: 0;
}

.ques-wrapper .layer {
    padding: 0 0;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

.ques-wrapper .content {
    display: flex;
    flex-flow: wrap;
}

.ques-wrapper .left-wrap {
    order: 2;
    width: 50%;
}

.ques-wrapper .right-wrap {
    order: 1;
    width: 50%;
    padding: 50px 5% 50px 0;
}

.cc-wrapper .right-wrap {
    order: 2;
    padding: 50px 0 50px 5%;
}
.cc-wrapper .left-wrap {
    order: 1;
}

.ques-wrapper h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
    color: #211915;
    margin-bottom: 40px;
}

.ques-wrapper h2 span {
    font-weight: 300;
}

.ques-wrapper p {
    color: #272525;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.ques-wrapper a.btn {
    margin-top: 30px;
    color: #ffffff;
}

.search-wrapper .top-wrap .content{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #211915;
}

/* for instagram */
/* ===================================== */
/* ============= Media Query =========== */
/* ===================================== */
@media screen and (max-width: 1800px) {
    .steps .left-wrap .box {
        width: 66%;
    }

    .steps .right-wrap .box {
        width: 100%;
    }
}

@media screen and (max-width: 1700px) {
    .steps .left-wrap .box {
        width: 69%;
    }
}

@media screen and (max-width: 1600px) {
    .steps .left-wrap .box {
        width: 72%;
    }
}

@media screen and (max-width: 1500px) {
    .steps .left-wrap .box {
        width: 76%;
    }
}

@media screen and (max-width: 1400px) {
    .steps .left-wrap .box {
        width: 81%;
    }

    .slider-content .content {
        padding-top: 10%;
    }
}

@media screen and (max-width: 1300px) {
    .steps .left-wrap .box {
        width: 86%;
    }
}

@media screen and (max-width: 1030px) {
    .slider-content .content {
        padding-top: 5%;
    }

    .container {
        width: 100%;
        padding: 0 1%;
    }

    .header .logo {
        width: 27%;
    }

    .header .right-wrap {
        width: 72%;
    }

    .header .top-wrap .user {
        width: 16%;
    }

    .header .top-wrap .right-wrap {
        width: 52%;
        margin-left: 3%;
    }

    .header .bottom-wrap .main-menu {
        width: 100%;
    }

    .slider-wrpper .anchor {
        bottom: 110px;
    }

    .grids-wrapper .grid-wrap.grid4>div {
        width: 22.6%;
        margin-left: 1.4%;
        margin-right: 1.4%;
    }

    .grids-wrapper .grid-wrap.grid4>div a.btn {
        padding: 10px 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .slider-content .content>div {
        min-width: 100%;
        width: 100%;
    }

    .about .row .content {
        padding: 4%;
    }

    .about.align-right .right-wrap .cont-btn,
    .about.align-left .right-wrap .cont-btn {
        padding-left: 10%;
    }

    .about.align-right .right-wrap .cont-btn a.btn,
    .about.align-left .right-wrap .cont-btn a.btn {
        padding: 15px 0 15px 10px;
        font-size: 11px;
    }

    .about.align-right .right-wrap .cont-btn a.btn img,
    .about.align-left .right-wrap .cont-btn a.btn img {
        margin-right: 5px;
    }

    .about.align-right .right-wrap .cont-btn {
        padding-left: 10%;
        padding-right: 0;
    }

    .about.align-left .right-wrap .cont-btn {
        padding-left: 0;
        padding-right: 10%;
    }

    .take-control.row .title .sr,
    .take-control.row .title.cn .sr {
        width: 12%;
    }

    .take-control.row .title .steps,
    .take-control.row .title.cn .steps {
        width: 70%;
    }

    .section.row {
        padding: 20px 0;
    }

    .section .row .content {
        display: block;
    }

    .section .row .content>div {
        display: block;
    }

    .section .row.align-right .text-block {
        padding-left: 0;
    }

    .section .row.align-right .text-block .cont {
        float: none;
    }

    .section .row.align-left .text-block {
        padding-right: 0;
    }

    .section .img-block {
        width: 100%;
        padding: 0;
        min-height: 20em;
    }

    .section .img-block .cont-image {
        text-align: center;
    }

    .section .text-block {
        max-width: 100%;
        width: 100%;
        padding: 20px 0;
    }

    .section .text-block .cont {
        width: 100%;
    }

    .section .text-block .cont h2 {
        font-size: 20px;
        line-height: 30px;
    }

    /*==============Home Blog=================================*/
    .accblog .left-wrap {
        width: 100%;
    }

    .accblog .right-wrap {
        max-width: 100%;
        width: 100%;
    }

    .accblog .image {
        height: 20em;
    }

    .accblog .top-wrap {
        text-align: center;
        padding: 20px 0;
    }

    .accblog .top-wrap .sl {
        width: 100%;
    }

    .accblog .box {
        width: 100%;
    }

    .accblog .box .cont .text {
        padding: 4%;
        text-align: center;
    }

    .accblog .box .cont h6 {
        margin-bottom: 5px;
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
    }

    .accblog .box .cont p {
        font-size: 15px;
        color: #ffffff;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .accblog .row .content {
        display: block;
    }

    .accblog .row .content>div {
        display: block;
    }

    .accblog .row.align-right .left-wrap {
        float: none;
    }

    .accblog .row.align-right .left-wrap .box {
        float: none;
    }

    .accblog .row.align-right .left-wrap .box .text {
        width: 100%;
        text-align: center;
    }

    .accblog .row.align-right .right-wrap {
        float: none;
    }

    .accblog .row.align-right .right-wrap .box {
        float: none;
    }

    .accblog .row.align-left .left-wrap {
        float: none;
    }

    .accblog .row.align-left .left-wrap .box {
        float: none;
    }

    .accblog .row.align-left .left-wrap .box .top-wrap {
        text-align: center;
    }

    .accblog .row.align-left .left-wrap .box .top-wrap .sl {
        left: auto;
        right: 0;
        width: 100%;
    }

    .accblog .row.align-left .left-wrap .box .cont {
        float: none;
    }

    .accblog .row.align-left .left-wrap .box .cont .text {
        float: none;
        text-align: center;
    }

    .accblog .row.align-left .left-wrap .box .text {
        width: 100%;
    }

    .accblog .row.align-left .right-wrap {
        float: none;
    }

    .accblog .row.align-left .right-wrap .box {
        float: none;
    }

    /*==============Home Blog=================================*/
    /*==============Steps=================================*/
    .steps {
        overflow: hidden;
    }

    .steps .left-wrap {
        width: 100%;
    }

    .steps .left-wrap .box {
        float: none;
        width: 100%;
    }

    .steps .right-wrap {
        max-width: 100%;
        width: 100%;
    }

    .steps .image {
        height: 35em;
    }

    .steps .image .cont {
        width: 51%;
        margin: 0 auto;
    }

    .steps .top-wrap {
        padding-bottom: 20px;
    }

    .steps .top-wrap .sl {
        width: 100%;
    }

    .steps .box {
        width: 100%;
    }

    .steps .box .cont p {
        margin-bottom: 10px;
    }

    .steps .box .cont .text {
        padding: 0 2% 0;
    }

    .steps .row {
        display: block;
        padding-top: 20px;
    }

    .steps .row .content {
        display: block;
    }

    .steps .row .content>div {
        display: block;
        text-align: center;
    }

    /*==============Steps=================================*/
    /*==============Inner=================================*/
    .section.inner-page .fullwidth {
        margin-bottom: 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%;
    }

    .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 .imgBlock.grid2,
    .section.inner-page .row .imgBlock.grid3 {
        text-align: center;
    }

    .section.inner-page .row .imgBlock.grid2>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

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

    .section.inner-page .row .imgBlock.grid3>div {
        width: 100%;
    }

    .section.inner-page .row .imgBlock.grid3>div:nth-of-type(2) {
        margin: 20px 0;
    }

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

    .section.inner-page .row .wrap-title {
        margin: 10px 0;
    }

    /*==============Inner=================================*/
}

@media screen and (max-width: 1000px) {
    .header .bottom-wrap .nav #menu>li>a {
        padding: 20px 4px;
    }

    .header .bottom-wrap .nav #menu>li>a {
        font-size: 14px;
    }

    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu>li>a {
        padding: 20px 4px;
    }

    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu>li>a {
        font-size: 14px;
    }

    .form-group.grid2>span {
        width: 48.5%;
    }

    .slider-content a.btn {
        margin: 20px 10px 0 0;
    }

    .footer .bottom-wrap .footer-menu ul li a {
        padding: 10px 9px;
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    .header .bottom-wrap .nav #menu>li>a {
        padding: 20px 1px;
    }

    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu>li>a {
        padding: 20px 1px;
    }

    .slider-content .content h1 {
        font-size: 65px;
        line-height: 75px;
    }

    .take-control.row .title .sr,
    .take-control.row .title.cn .sr {
        width: 14%;
    }

    .take-control.row .title .steps,
    .take-control.row .title.cn .steps {
        width: 83%;
    }

    .about.margin-top {
        margin-top: 0;
    }

    .slider-wrpper .anchor {
        bottom: 20px;
    }

    .grid-wrap.grid3>div {
        width: 31.5%;
    }

    .header .top-wrap .right-wrap {
        width: 44%;
    }
}

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

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

    .header .bottom-wrap .logo {
        width: 100%;
        text-align: center;
    }
    .header .right-wrap {
        margin-top: 0;
        text-align: center;
    }
    .header div.search-box {
        top: 0;
    }
    
    .header .bottom-wrap .top-right-wrap {
        text-align: center;
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .header .bottom-wrap .main-menu {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .header .bottom-wrap .nav ul#menu {
        text-align: center;
    }

    .header .bottom-wrap .nav #menu>li>a {
        padding: 20px 10px;
    }

    .header .bottom-wrap .nav #menu>li>ul {
        top: 67px;
    }

    .header .bottom-wrap.scroll-to-fixed-fixed .nav ul#menu {
        text-align: center;
    }

    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu>li>a {
        padding: 20px 15px;
    }

    .about.margin-top {
        margin-top: 0;
    }

    .about .row .content {
        padding: 2%;
        width: 95%;
    }

    .about.align-right .right-wrap .cont-btn {
        padding-left: 2%;
    }

    .about.align-left .right-wrap .cont-btn {
        padding-right: 2%;
    }

    .footer .top-wrap .flogo {
        padding-right: 2%;
    }

    .footer .top-wrap .left-wrap {
        padding: 0 2%;
    }

    .footer .top-wrap .left-wrap address p {
        font-size: 16px;
    }

    .footer .top-wrap .right-wrap .form-group {
        margin-bottom: 5px;
    }

    .footer .top-wrap .right-wrap .form-group .form-control {
        padding: 10px 40px;
    }

    .footer .top-wrap .right-wrap .form-group .svg-inline--fa {
        top: 12px;
    }

    .footer .bottom-wrap {
        text-align: center;
    }

    .footer .bottom-wrap .float-right,
    .footer .bottom-wrap .float-left {
        float: none;
    }

    .ques-wrapper .right-wrap {
        padding-top: 10px;
    }

    .announcement-wrapper div.acc_container .block {
        flex-flow: column;
    }

    .announcement-wrapper div.acc_container .block .left-wrap,
    .announcement-wrapper div.acc_container .block .right-wrap {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .visible-lg {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .cbp-af-header nav {
        display: none;
    }

    .cbp-spmenu-right {
        right: -270px;
    }

    .cbp-spmenu-vertical {
        width: 270px;
    }

    .header .right-wrap {
        overflow: hidden;
    }

    .header .bottom-wrap .top-right-wrap>div {
        padding-top: 10px !important;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    #phoneno {
        top: 10px;
    }
    .slider-content {
        padding-bottom: 5%;
        position: relative;
    }

    .slider-content .content h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .slider-wrpper .anchor {
        position: relative;
        bottom: 0;
        background-color: #344c73;
    }

    .take-control.row .title .sr,
    .take-control.row .title.cn .sr {
        width: 12%;
        font-size: 105px;
        padding-bottom: 10px;
    }

    .take-control.row .title .steps,
    .take-control.row .title.cn .steps {
        width: 70%;
        font-size: 35px;
        line-height: 45px;
    }

    .steps .image {
        height: auto;
    }

    .about .row .content {
        width: 100%;
    }

    .about .row .cont-btn {
        margin-top: 10px;
    }

    .about .row .cont-btn a.btn:first-child {
        margin-bottom: 10px;
    }

    .about.align-right .left-wrap,
    .about.align-right .right-wrap,
    .about.align-left .left-wrap,
    .about.align-left .right-wrap {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }

    .about.align-right .left-wrap .cont-btn a.btn,
    .about.align-right .right-wrap .cont-btn a.btn,
    .about.align-left .left-wrap .cont-btn a.btn,
    .about.align-left .right-wrap .cont-btn a.btn {
        padding: 10px 0 10px 5px;
        font-size: 9px;
    }

    .home-hero .content {
        padding: 50px 0;
        width: 100%;
    }

    .home-hero .content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-hero .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .section .bottom-wrap {
        margin-top: 20px;
    }

    .btn {
        padding: 8px 30px;
        font-size: 10px;
    }

    .submit-btn {
        padding: 10px 30px;
    }

    .menu-btn {
        right: 5px;
    }

    .title h2 {
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 1px;
    }

    .title .content p {
        font-size: 18px;
        line-height: 30px;
    }

    .modal-content {
        width: 90%;
    }

    .grid-wrapper {
        padding: 20px 0;
    }

    .grid-wrapper .btn-wrap .btn {
        padding: 12px 40px;
    }

    .grid-wrap.grid3>div:nth-of-type(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-wrap.grid3>div {
        width: 100%;
    }

    .testi-wrapper .layer {
        padding: 20px 0;
    }

    .testi-wrapper .layer .content {
        margin-top: 0;
        width: 100%;
    }

    /* for instagram */
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
    }

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: 0.188em;
    }

    .slicknav_nav {
        clear: both;
        display: block !important;
    }

    .slicknav_nav ul,
    .slicknav_nav li {
        border-bottom: 0 none;
        border-top: 1px solid #fff;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        float: right;
        margin: 6px 0 0 0.4em;
    }

    .slicknav_nav .slicknav_arrow i {
        font-size: 15px;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

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

    .slicknav_menu:after {
        clear: both;
    }

    /* IE6/7 support */
    .slicknav_menu {
        width: 100%;
        top: 46px;
        float: right;
        position: relative;
        *zoom: 1;
    }

    /* 
      User Default Style
      Change the following styles to modify the appearance of the menu.
  */
    .slicknav_menu {
        font-size: 16px;
    }

    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #323232;
    }

    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }

    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }

    .slicknav_menu {
        padding: 5px;
    }

    .slicknav_nav {
        color: #FFF;
        margin: 0;
        padding: 0;
        font-size: 12px;
        background-color: #222222;
        border-top: 1px solid transparent;
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        z-index: 999;
        text-align: left;
    }

    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }

    .slicknav_nav ul {
        background-color: #222222;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 999;
    }

    .slicknav_nav ul li a {
        padding-left: 20px;
        font-size: 16px;
    }

    .slicknav_nav .sub-menu a {
        color: #FFF;
    }

    .slicknav_nav .slicknav_row {
        padding: 6px 9px;
        margin: 0;
    }

    .slicknav_nav a {
        padding: 6px 9px;
        margin: 0;
        text-decoration: none;
        color: #FFF;
        font-weight: 400;
        border: 1px solid transparent;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0 4px 0 0;
        margin: 0;
    }

    .slicknav_nav .slicknav_row:hover {
        color: #fff;
    }

    .slicknav_nav li a:hover {
        color: #FFF;
        background-color: #344c73;
    }

    .slicknav_nav li a:hover a {
        color: #FFF;
    }

    .slicknav_nav .slicknav_parent>a:hover a,
    .slicknav_nav .slicknav_parent>a:hover i {
        color: #FFF;
    }

    .slicknav_nav li:hover a .slicknav_row a {
        color: #000;
        background-color: transparent;
    }

    .slicknav_nav li:hover .slicknav_arrow {
        color: #FFF;
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .sub-menu li:hover a {
        background-color: #F3F6F9;
        color: #000;
    }

    .slicknav_parent.slicknav_open>ul {
        background-color: #FFF;
    }

    .slicknav_parent.slicknav_open>ul li a {
        color: #20343D;
    }

    .slicknav_parent.slicknav_open>ul li a:hover {
        background-color: #344c73;
        color: #FFF;
    }

    svg.icon {
        display: none;
    }

    .header .main-menu {
        width: auto;
        z-index: 2;
        position: relative;
    }

    .contact {
        text-align: center;
    }

    .contact .row .left,
    .contact .row .right {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact .row .left {
        border-right: 0;
    }

    .contact .row .right {
        padding: 0 20px;
        border: 0;
    }

    .map iframe {
        height: 300px;
    }

    .form-group.grid2>span,
    .form-group.grid3>span {
        width: 100%;
    }

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

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

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

    figure.effect-steve:hover .portfolio-text {
        background-color: none;
    }
    figure.effect-steve:hover p {
        display: none;
    }

    /* ==================blog=============== */
    .blogsec .blogrow .blogcontain {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blogsec .blogrow .blogcontain .blogimg,
    .blogsec .blogrow .blogcontain .blogtext {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .blogsec .blogleft,
    .blogsec .sidebar {
        width: 100%;
    }

    /* ==================blog=============== */
    .portal-wrapper .left-wrap {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .portal-wrapper .right-wrap {
        width: 100%;
    }

    .section.form .layer {
        padding: 20px 0;
    }

    .section.form .title {
        padding-top: 20px;
    }

    .section.form .row {
        display: block;
        width: 100%;
    }

    .section.form .row .float-right,
    .section.form .row .float-left {
        float: none;
    }

    .section.form .row .left,
    .section.form .row .right {
        display: block;
        text-align: center;
    }

    .section.form .row .left {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .section.form .row .left form .submit-input {
        width: 100%;
    }

    .section.form .row .left form .submit-input img {
        top: 25px;
        left: 25%;
    }

    .section.form .row .left form .submit-input input.submit-btn {
        padding: 20px 40px;
    }

    .section.form .row .right {
        width: 100%;
    }

    .section.form .row .right .partners {
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }

    .section.form .row .right .partners>div {
        padding: 20px 0;
        border: 1px solid #a5a4a9;
    }

    /* ==================Footer=============== */
    .footer .top-wrap .content {
        padding: 20px 0;
        display: block;
        text-align: center;
    }

    .footer .top-wrap .content>div {
        display: block;
        width: 100%;
    }

    .footer .top-wrap .content .right-wrap {
        margin-top: 30px;
    }

    .footer .top-wrap .flogo {
        padding-right: 0;
        border-right: 0;
    }

    .footer .top-wrap .left-wrap {
        padding: 0;
    }

    .footer .copyright {
        padding: 10px 0;
        text-align: center;
    }

    .footer .copyright .float-right,
    .footer .copyright .float-left {
        float: none;
    }

    /* ==================Footer=============== */
    .section.blogsec .btn-group a {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .ques-wrapper .right-wrap,
    .ques-wrapper .left-wrap {
        width: 100%;
        text-align: center;
    }

    .ques-wrapper .right-wrap {
        padding-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 700px) {
    h1 {
        font-size: 38px;
        line-height: 46px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
    }

    h3 {
        font-size: 24px;
        line-height: 34px;
    }

    h4 {
        font-size: 20px;
        line-height: 30px;
    }

    h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .menu-btn {
        top: 45px;
    }

    .header .top-wrap {
        text-align: center;
    }

    .header .top-wrap .user {
        width: 100%;
        margin-top: 20px;
    }

    .header .top-wrap .user ul input[type="text"] {
        top: 0;
        right: 0;
    }

    .header .top-wrap .right-wrap {
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .slider-content .content h1 {
        font-size: 31px;
        line-height: 36px;
    }

    .slider-content .content p {
        font-size: 12px;
        line-height: 20px;
    }

    .slider-content .content a.btn {
        margin: 10px 0 0 0;
    }
}

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

    .take-control.row .title .sr,
    .take-control.row .title.cn .sr {
        width: 15%;
        font-size: 80px;
    }

    .steps .image {
        height: 20em;
    }

    .steps .image .cont {
        width: 100%;
    }

    .steps .image .cont img {
        margin: 0 auto;
    }

    figure.effect-steve .portfolio-text {
        padding: 10px;
    }

    figure.effect-steve p {
        padding: 0;
        font-weight: 500;
    }

    .gallery-grid figure p {
        line-height: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    .header .bottom-wrap .top-right-wrap {
        margin-bottom: 10px;
    }
    .header .bottom-wrap .container .cart.phone {
        text-align: center;
    }
    .take-control.row .title .sr,
    .take-control.row .title.cn .sr {
        width: 20%;
        font-size: 80px;
    }

    .take-control.row .title .steps,
    .take-control.row .title.cn .steps {
        font-size: 25px;
        line-height: 35px;
    }
}

@media screen and (max-width: 340px) {
    .menu-btn {
        top: 45px;
    }
}