@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Open+Sans:300,400,600,800");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900");
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: "Lato", sans-serif;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
}

*,
*: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;
}

ol {
    list-style: inside;
}

ol li {
    list-style: inside;
}

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: #630101;
}

a:hover {
    color: #2f2f2f;
}

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

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: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    font-family: inherit;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

ol {
    padding-left: 15px;
}

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: 1060px;
    margin: 0 auto;
    padding: 0 15px;
}


/* ======================================= */


/* ============== 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 .top-wrap {
    overflow: hidden;
    background: -webkit-linear-gradient(90deg, #630101, #FA3E3E);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #630101, #FA3E3E);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #630101, #FA3E3E);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #630101, #FA3E3E);
    /* Standard syntax (must be last) */
    padding: 10px 0;
}

.header .top-wrap .left-wrap,
.header .top-wrap .right-wrap,
.header .top-wrap .right-wrap > div,
.header .top-wrap .right-wrap > div > span {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

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

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

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

.header .bottom-wrap {
    padding: 0;
    background-color: #ffffff;
}

.header .tag p{
    font-weight: 700;
    font-size: 18px;

}

.header .bottom-wrap .container > div {
    display: inline-block;
    vertical-align: middle;
}

.header .bottom-wrap.scroll-to-fixed-fixed .logo {
    padding: 0;
}

.header .bottom-wrap.scroll-to-fixed-fixed .nav #menu > li:not(.request-quote) > a {
    padding: 20px 10px;
}

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

.header .logo {
    width: 183px;
    padding: 10px 0;
    -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 .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: 813px;
    margin-left: 30px;
    text-align: center;
}

.nav ul#menu {
    margin: 0;
    position: relative;
    text-align: center;
}

.nav ul li a {
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-transform: capitalize;
}

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

.nav #menu > li:not(.request-quote) > a {
    color: #000;
    text-transform: uppercase;
    padding: 20px 10px;
    font-weight: 600;
    display: inline-block;
}


/* .nav #menu > li:first-child a{padding-left: 0;}
.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: 2px solid transparent;
}

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

.nav #menu > li.current-menu-item > a,
.nav #menu > li > a.active,
.nav #menu > li.current-menu-parent > a {
    color: #3a3a3a;
}


/* .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: $white;
} */

.nav #menu > li > ul {
    width: 100%;
    min-width: 207px;
    display: none;
    background-color: #630101;
    position: absolute;
    left: 0;
    top: 90px;
    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: #FFF;
    text-decoration: none;
    color: #630101;
}

.menu-btn {
    border: 2px solid #ffffff;
    background-color: #630101;
    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;
}


/* ===================================== */


/* ============= Body Content ========== */


/* ===================================== */

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

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

.section.page ul {
    padding: 0;
}

.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: #630101;
    top: 9px;
}

.section ol li {
    list-style: inside decimal;
    font-family: inherit;
    position: relative;
    padding-left: 18px;
}

.section ol li:before {
    content: none;
}

.section li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

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

.section.page .page-content {
    margin-top: 30px;
}

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

.section-title h6 {
    color: #630101;
    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;
}

.bgImage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bgImage .layer {
    background-color: rgba(0, 0, 0, 0.1);
}

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

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

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

.home-hero .content h1 {
    text-transform: uppercase;
    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-wrpper {
    position: relative;
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: left;
}

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

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

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

.slider-content .content h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

.slider-content .content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}

#home-slider .container .content div {
    max-width: 674px;
    padding: 13px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.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: #630101;
    border: 1px solid #630101;
}

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

.wbp-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgba(99, 1, 1, 0.5);
    padding: 20px 0;
}

.wbp-wrapper i {
    margin-right: 5px;
    color: #ffffff;
}

.wbp-wrapper img{
    width: 18px;
}
.wbp-wrapper i.flip-icon {
    -webkit-transform: rotateY(0deg); /* Safari */
    transform: rotateY(0deg);
}

.wbp-wrapper h4 {
    margin-bottom: 0;
    color: #ffffff;
}

.wbp-wrapper a {
    color: #ffffff;
}

.wbp-wrapper a:hover {
    color: #2f2f2f;
}


/* ================  heading =================== */

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

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

.title h2 {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 41px;
    line-height: 51px;
    margin: 0;
    font-weight: 600;
}

.title hr {
    background: #3a3a3a;
    width: 80px;
    margin: 10px auto;
    height: 3px;
    border: 0;
}

.title hr.br {
    background: #630101;
}

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

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

.title .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

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


/* ================  heading =================== */


/* for instagram */

.btn,
.request-quote a {
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    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,
.request-quote a i {
    margin-left: 10px;
}

.request-quote a {
    text-transform: uppercase !important;
}

.request-quote a:hover {
    color: #630101 !important;
}

li.request-quote.current-menu-item a {
    background-color: #ffffff;
    color: #630101 !important;
    border-color: #630101;
}

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

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

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

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

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

.primary-btn {
    background-color: #339900;
    /* fallback/image non-cover color */
    background-color: #FA3E3E;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(90deg, #FA3E3E, #630101);
    /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(90deg, 0% 0%, 0% 100%, from(#FA3E3E), to(#630101));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(90deg, #FA3E3E, #630101);
    /* Opera 11.10+ */
    background: -o-linear-gradient(#FA3E3E, #630101);
    color: #FFF;
    border: none;
}

.primary-btn:hover {
    background-color: #ffffff;
    color: #ffffff;
    /* fallback/image non-cover color */
    background-color: #630101;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(90deg, #630101, #FA3E3E);
    /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(90deg, 0% 0%, 0% 100%, from(#630101), to(#FA3E3E));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(90deg, #630101, #FA3E3E);
    /* Opera 11.10+ */
    background: -o-linear-gradient(#630101, #FA3E3E);
    border: none;
}

.request-quote a {
    background-color: #630101;
    /* fallback/image non-cover color */
    background-color: #FA3E3E;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(90deg, #FA3E3E, #630101);
    /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(90deg, 0% 0%, 0% 100%, from(#FA3E3E), to(#630101));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(90deg, #FA3E3E, #630101);
    /* Opera 11.10+ */
    background: -o-linear-gradient(#FA3E3E, #630101);
    color: #FFF;
    border: none;
}

.request-quote a:hover {
    background-color: #ffffff;
    color: #ffffff;
    /* fallback/image non-cover color */
    background-color: #630101;
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(90deg, #630101, #FA3E3E);
    /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(90deg, 0% 0%, 0% 100%, from(#630101), to(#FA3E3E));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-linear-gradient(90deg, #630101, #FA3E3E);
    /* Opera 11.10+ */
    background: -o-linear-gradient(#630101, #FA3E3E);
    border: none;
}

.secondary-btn {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: #ffffff;
}

.secondary-btn:hover {
    background-color: #ffffff;
    color: #2f2f2f;
    border-color: #2f2f2f;
}

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

.form-group .form-control {
    background-color: #ffffff;
    border: 1px solid #e6eaec;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #8f8f8f;
    padding: 20px 30px;
    width: 100%;
    position: relative;
    font-weight: 500;
}

.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.9%;
}

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

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

.form-group.grid5 > span {
    width: 19.6%;
    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: "Lato", sans-serif;
}

.form-wrapper.news {
    width: 700px;
    margin: 0 auto;
}

.form-wrapper.news .form-group span.email {
    width: 50%;
}

.form-wrapper.news .form-group span.submit-input {
    width: 25%;
}

.form-wrapper.news .form-group span.submit-input .submit-btn {
    padding: 20px 33px;
}

.submit-btn {
    cursor: pointer;
    float: right;
    width: 100%;
}

.search .submit-input .submit-btn {
    width: 100%;
    border: 1px solid #630101;
}

.search .submit-input {
    width: 200px;
}

.submit-input i {
    color: #630101;
    font-size: 14px;
    font-weight: 500;
}

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


/* for instagram */

.dmc-wrapper {
    background: url("../images/bug_off_bg.jpg") no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}

.dmc-wrapper .content {
    background-color: rgba(99, 1, 1, 0.2);
    padding: 100px;
    -webkit-box-shadow: 0px 0px 10px 0px #c1c2c2;
    -moz-box-shadow: 0px 0px 10px 0px #c1c2c2;
    box-shadow: 0px 0px 10px 0px #c1c2c2;
    margin-top: 30px;
}

.dmc-wrapper .title h2,
.dmc-wrapper p {
    color: #ffffff;
}

.dmc-wrapper .dmc-form div.wpcf7 span.ajax-loader {
    position: absolute;
    top: 0;
}

.dmc-wrapper .dmc-form div.wpcf7-response-output {
    top: 14px;
}

.dmc-wrapper .dmc-form .form-group {
    margin-bottom: 0;
}

.dmc-wrapper .dmc-form .form-group.grid4 > span {
    margin-right: 1.5%;
}

.dmc-wrapper .dmc-form .form-group.grid4 .submit {
    width: 16%;
    display: inline-block;
}

.dmc-wrapper .dmc-form .form-group.grid4 .submit .submit-btn {
    padding: 25px 20px;
}

.dmc-wrapper .dmc-form .form-group .form-control {
    font-family: '$primaryfont', sans-serif;
    font-size: 15px;
    background-color: #ffffff;
    color: #8f8f8f;
    padding: 25px;
}


/* for instagram */


/* section contact */

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

.grids-wrapper.contbg {
    background-color: rgba(215, 216, 220, 0.23);
}

.grids-wrapper .info_hr {
    width: 670px;
    margin: 20px auto;
}

.grids-wrapper .icon {
    margin-bottom: 20px;
}

.grids-wrapper .grid-wrap > div {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 40px;
}

.grids-wrapper .grid-wrap.grid4 > div {
    width: 21%;
    padding: 0 0;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.grids-wrapper .grid-wrap.grid4 > div p {
    text-align: left;
    margin-bottom: 40px;
}

.grids-wrapper .grid-wrap.grid4 > div:first-child {
    margin-left: 0;
}

.grids-wrapper .grid-wrap.grid4 > div:last-child {
    margin-right: 0;
}

.grids-wrapper .grid-wrap h5 {
    color: #630101;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 30px;
}

.grids-wrapper .grid-wrap p {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.feat {
    background-color: #630101;
    padding: 10px 0;
}

.feat h4 > a {
    color: #fff;
}

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

.feat h4 {
    color: #ffffff;
}

.feat h4,
.feat p {
    margin-bottom: 0;
}

.social_links ul {
    margin-bottom: 0;
}

.social_links ul li {
    display: inline-block;
    vertical-align: middle;
}

.social_links ul li:before {
    content: none;
}

.social_links ul li i {
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    width: 40px;
}

.social_links ul li i:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #630101;
    color: #ffffff;
}

.social_links ul li i.fa.fa-facebook {
    color: #3b5998;
}

.social_links ul li i.fa.fa-facebook:hover {
    background-color: #3b5998;
    color: #ffffff;
}

.social_links ul li i.fa.fa-twitter {
    color: #1da1f2;
}

.social_links ul li i.fa.fa-twitter:hover {
    background-color: #1da1f2;
    color: #ffffff;
}

.social_links ul li i.fa.fa-google-plus {
    color: #dd4b39;
}

.social_links ul li i.fa.fa-google-plus:hover {
    background-color: #dd4b39;
    color: #ffffff;
}

.social_links ul li i.fa.fa-linkedin {
    color: #339900;
}

.social_links ul li i.fa.fa-linkedin:hover {
    background-color: #339900;
    color: #ffffff;
}

.social_links ul li i.fa.fa-instagram {
    color: #000000;
}

.social_links ul li i.fa.fa-instagram:hover {
    background-color: #000000;
    color: #ffffff;
}

.testi-wrapper {
    overflow: hidden;
    background-color: #f7f7f8;
    padding: 120px 0 80px;
    background: linear-gradient(90deg, #630101, #FA3E3E);
    /* @include cover-background('../images/main_bg.jpg'); */
}

.testi-wrapper.subscribe {
    background: #f7f7f8;
}

.testi-wrapper.subscribe .title h2,
.testi-wrapper.subscribe a,
.testi-wrapper.subscribe p,
.testi-wrapper.subscribe span {
    color: #000;
}

.testi-wrapper .title h2,
.testi-wrapper a,
.testi-wrapper p,
.testi-wrapper span {
    color: #fff;
}

.testi-wrapper .bottom-wrap {
    margin: 50px 0;
}

.testi-wrapper .bottom-wrap .item > div {
    width: 69%;
    margin: 0 auto;
}

.testi-wrapper .bottom-wrap p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.testi-wrapper .bottom-wrap .client-img {
    display: none;
    overflow: hidden;
    margin-bottom: 15px;
}

.testi-wrapper .bottom-wrap .client-img img {
    border-radius: 50%;
    margin: 0 auto;
}

.testi-wrapper img {
    outline: none;
}

.testi-wrapper .slick-dots {
    position: relative;
    bottom: auto;
    top: 30px;
}

.testi-wrapper .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
}

.testi-wrapper .slick-dotted {
    margin-bottom: 0;
}

.testi-wrapper .slick-prev,
.testi-wrapper .slick-next {
    color: #630101;
    font-size: 21px;
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #FFF;
    top: 10%;
}

.testi-wrapper .slick-prev i,
.testi-wrapper .slick-next i {
    color: #630101;
}

.testi-wrapper .slick-prev {
    left: 0px;
}

.testi-wrapper .slick-next {
    right: 0px;
}

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

.map-wrapper .map-wrap {
    width: 83%;
}

.map-wrapper #map_canvas {
    min-height: 150px;
}


/* for instagram */

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

.stories-wrapper.blog {
    background-color: #f5f5f5;
}

.stories-wrapper .content {
    margin: 30px auto 0;
}

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

.stories-wrapper .btn-wrap .btn {
    padding: 15px 30px;
}

.stories-wrap.grid3 > div {
    width: 31.1%;
}

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

.stories-wrap.grid3 > div .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;
}

.stories-wrap.grid3 > div .serve .serv {
    background-color: #339900;
    color: #ffffff;
    padding: 10px 0;
    text-transform: uppercase;
}

.stories-wrap.grid3 > div .serve .serv span {
    color: #630101;
}

.stories-wrap.grid3 > div .serve h2 {
    font-size: 20px;
    line-height: 30px;
}

.stories-wrap.grid3 > div .serve i {
    color: #630101;
}

.stories-wrap.grid3 > div .serve p {
    margin-bottom: 20px;
}

.stories-wrap.grid3 > div .serve .serve2 {
    margin-top: 30px;
}

.stories-wrap .product {
    padding: 0;
}

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

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

.section.text .content {
    min-width: 900px;
    width: 900px;
    padding-top: 30px;
    margin: 0 auto;
}

.section.text .content p {
    text-align: center;
    margin-bottom: 20px;
}


/* for instagram */

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

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

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

.section.inner-page .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: #630101;
    margin-bottom: 10px;
}

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

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

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

.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: #630101;
    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: #8f8f8f;
    font-weight: 400;
}


/* innerpage */


/* for instagram */

.section.blogsec {
    padding: 60px 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 .blogrow {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000000;
    /*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 #630101;
}

.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: 16px;
    line-height: 22px;
}

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

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

.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 0 20px;
}

.blogsec .sidebar .search-form .submit-btn {
    background-color: transparent;
    background-image: url(../imgs/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: #630101;
    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: #630101;
    cursor: pointer;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

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


/* for instagram */

.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: 48%;
    margin-bottom: 40px;
}

.contact .row .left {
    border-right: 20px solid transparent;
}

.contact .row .right {
    padding: 20px;
    border: 2px solid #630101;
}

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

.contact .row .right p {
    line-height: 42px;
}

.map iframe {
    height: 450px;
}

.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 #630101;
}


/* ===================================== */


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


/* ===================================== */

.footer {
    overflow: hidden;
    width: 100%;
}

.footer h5,
.footer a,
.footer span {
    color: #ffffff;
}

.footer a:hover {
    color: #630101;
}

.footer .top-wrap {
    background-color: rgba(99, 1, 1, 0.7);
    padding: 40px 0;
}

.footer .top-wrap .content-row > div,
.footer .top-wrap .content-row > div > span {
    display: inline-block;
    vertical-align: top;
}

.footer .top-wrap .content-row h5 {
    margin-bottom: 20px;
}

.footer .top-wrap .content-row hr {
    border: 0;
    background-color: #001f3f;
    height: 3px;
    width: 70px;
}

.footer .top-wrap .content-row p,
.footer .top-wrap .content-row a {
    margin-bottom: 0;
    color: #ffffff;
}

.footer .top-wrap .content-row .cols {
    width: 24.5%;
    padding-right: 30px;
}

.footer .top-wrap .content-row .cols .address,
.footer .top-wrap .content-row .cols .txt {
    padding-top: 20px;
}

.footer .top-wrap .content-row .cols .address {
    padding-right: 0;
}

.footer .top-wrap .content-row .cols .address ul li > span {
    display: inline-block;
    vertical-align: top;
}

.footer .top-wrap .content-row .cols .address ul li span.label {
    width: auto;
    margin-right: 5px;
}

.footer .top-wrap .content-row .cols .address ul li span.text {
    width: auto;
}

.footer .bottom-wrap {
    padding: 20px 0;
    background-color: #630101;
    margin-top: 0;
    text-align: center;
}

.footer .bottom-wrap a:hover {
    color: #ffffff;
}

.footer .bottom-wrap p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
}


/* for instagram */


/* ===================================== */


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


/* ===================================== */

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

@media screen and (max-width: 1060px) {
    .container {
        width: 100%;
        padding: 0 2%;
    }
    .header .logo {
        width: 15.4%;
    }
    .header .main-menu {
        width: 63%;
        margin-left: 3%;
    }
    .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;
    }
    .stories-wrap.grid3 > div {
        width: 31%;
    }
}

@media screen and (max-width: 1100px) {
    .header .logo {
        width: 15%;
    }
    .header .main-menu {
        width: 81%;
    }
    .header .main-menu .nav #menu > li:not(.request-quote) > a {
        padding: 20px 12px;
    }
    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu > li:not(.request-quote) > a {
        padding: 20px 12px;
    }
    .slider-content .content span.gap {
        padding: 5px 0;
    }
    .slider-content .content h1 {
        font-size: 56px;
        line-height: 66px;
    }
    .slider-content .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .slider-content .content a.btn {
        margin: 40px 10px 0 0;
    }
    .grids-wrapper .grid-wrap.grid4 > div {
        width: 24%;
        margin-left: 0.4%;
        margin-right: 0.4%;
    }
    .grids-wrapper .grid-wrap.grid4 > div a.btn {
        padding: 10px 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    /*==============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 .title {
        margin: 10px 0;
    }
    /*==============Inner=================================*/
}

@media screen and (max-width: 1000px) {
    .header .main-menu {
        margin-left: 1%;
    }
    .header .main-menu .nav #menu > li:not(.request-quote) > a {
        padding: 20px 2px;
        font-weight: 400;
        font-size: 14px;
    }
    .header .btn {
        font-size: 13px;
    }
    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu > li:not(.request-quote) > a {
        padding: 20px 2px;
    }
    .feat h4 {
        font-size: 16px;
    }
    .wbp-wrapper h4 {
        font-size: 19px;
    }
    .dmc-wrapper .content {
        padding: 100px 40px;
    }
    .dmc-wrapper .dmc-form .form-group.grid4 .submit .submit-btn {
        padding: 25px 5px;
    }
    .grids-wrapper .grid-wrap.grid4 > div a.btn {
        padding: 10px 9px;
    }
}

@media screen and (max-width: 900px) {
    .stories-wrap.grid3 > div {
        width: 29.6%;
    }
    .stories-wrap .product {
        padding: 5px;
    }
}

@media screen and (max-width: 800px) {
    .header .bottom-wrap.scroll-to-fixed-fixed .nav #menu > li:not(.request-quote) > a {
        padding: 20px 2px;
    }
    .request-quote a {
        padding: 10px 10px;
    }
    .grids-wrapper .grid-wrap.grid4 > div a.btn {
        padding: 10px 8px;
        font-size: 11px;
    }
}

@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;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .header .float-left,
    .header .float-right {
        float: none;
    }
    .header .top-wrap .left-wrap,
    .header .top-wrap .right-wrap {
        width: 100%;
        text-align: left;
    }
    .header .logo {
        width: 185px;
    }
    .header .req {
        float: right;
        margin-top: 35px;
        margin-right: 10px;
    }
    .feat {
        text-align: center;
    }
    .feat .left-wrap,
    .feat .right-wrap {
        width: 100%;
    }
    .feat .social_links ul li {
        padding-left: 10px;
    }
    .dmc-wrapper {
        padding: 20px;
    }
    .dmc-wrapper .content {
        padding: 20px;
    }
    .dmc-wrapper .dmc-form .form-group.grid4 .submit {
        width: 100%;
    }
    .dmc-wrapper .dmc-form .form-group .form-control {
        padding: 15px;
    }
    .slider-content {
        padding-bottom: 5%;
        position: relative;
        background-color: #000000;
    }
    .slider-content a.btn {
        padding: 10px 20px;
    }
    .slider-content .content h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .wbp-wrapper {
        position: relative;
    }
    .wbp-wrapper h4 {
        font-size: 17px;
    }
    .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: 12px;
    }
    .submit-btn {
        padding: 10px 30px;
    }
    .menu-btn {
        top: 10px;
        right: 20px;
    }
    .title h2 {
        font-size: 22px;
        line-height: 36px;
    }
    .title .content {
        width: 100%;
    }
    .title .content p {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-wrapper .slick-prev,
    .testi-wrapper .slick-next {
        display: none !important;
    }
    .stories-wrapper {
        padding: 20px 0;
    }
    .stories-wrapper .btn-wrap .btn {
        padding: 12px 40px;
    }
    .stories-wrap.grid3 > div {
        width: 100%;
    }
    .stories-wrap.grid3 > div .gr-image {
        background-size: contain;
    }
    .stories-wrap.grid3 > div:nth-of-type(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .grids-wrapper .grid-wrap.grid4 {
        margin-top: 20px;
    }
    .grids-wrapper .grid-wrap.grid4 > div {
        width: 100%;
    }
    .testi-wrapper {
        padding: 20px 0 0;
    }
    .testi-wrapper .bottom-wrap {
        margin: 20px 0;
    }
    /* 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: #630101;
    }
    .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: #630101;
        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 {
        margin-bottom: 20px;
    }
    .form-group.grid2 > span {
        width: 100%;
    }
    .form-group.grid2 > span:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .form-group.grid2 > span:last-child {
        margin-left: 0;
    }
    .form-group.grid3 > span {
        width: 100%;
    }
    .form-group.grid3 > span:nth-of-type(2) {
        margin: 20px 0;
    }
    .form-group.grid4 > span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-group.grid5 > span {
        width: 100%;
        margin-bottom: 15px;
    }
    .form-group.grid5 > span:last-child {
        margin-bottom: 0;
    }
    .form-wrapper.news {
        width: 100%;
    }
    .form-wrapper.news .form-group span.email,
    .form-wrapper.news .form-group span.submit-input {
        width: 100%;
    }
    .form-wrapper form .submit-input {
        margin-bottom: 0;
    }
    /* ==================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=============== */
    .footer .top-wrap {
        padding: 20px 0;
    }
    .footer .top-wrap .content-row .cols {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .footer .bottom-wrap {
        padding: 20px 0;
    }
}

@media screen and (max-width: 600px) {
    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;
    }
    .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: 420px) {
    .header .top-wrap .left-wrap,
    .header .top-wrap .right-wrap {
        margin-left: 0;
    }
    .header .top-wrap .left-wrap > div > span,
    .header .top-wrap .left-wrap > span,
    .header .top-wrap .right-wrap > div > span,
    .header .top-wrap .right-wrap > span {
        font-size: 10px;
    }
    .header .bottom-wrap {
        text-align: center;
    }
    .header .bottom-wrap .logo,
    .header .bottom-wrap .req {
        width: 100%;
        margin: 0;
    }
}