/*import font css*/
@import 'fonts.css';

/* end import font css */
body {
    font-family: Poppins, sans-serif;
    position: relative;
    background: #ffffff;
    font-size: 14px;
    color: #3e3e3e;
    overflow-x: hidden;
}
a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
button:focus {
    outline: none;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
h3 {
    font-weight: 400;
    color: #0c1429;
    letter-spacing: 0.03em;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}
h4 {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 0;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}
h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

/* Top Header bar */
.top-contact {
  background-color: #3e3e3e;
  width: 100%;
  position: relative; 
}
.top-contact.commerce-layout ul {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-contact ul li{
    display: inline-block;
}
.top-contact.commerce-layout .top-header-left > li, .top-contact.commerce-layout .top-header-right > li {
    color: #ffffff;
}
.top-contact.commerce-layout .top-header-right {
    float: right;
}
.top-contact.commerce-layout .top-header-left > li > a, .top-contact.commerce-layout .top-header-right > li > a {
    color: #ffffff;
}
.top-contact.commerce-layout .top-header-left > li + li, .top-contact.commerce-layout .top-header-right > li + li {
    margin-left: 10px;
    padding-left: 10px;
}
.main-header {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mid-header {
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #4a4a4a;
}
.mid-header .row .brand-logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mid-header .row .brand-logo img{
    width: 240px;
}
.toggle-nav {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    cursor: pointer;
}
.toggle-nav i {
    font-size: 24px;
    color: #edce25;
}
.nav-section{
    float: right;
}
.sm * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}
.sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden;
}
.sm ul {
    display: none;
}
.sm li {
    position: relative;
}
.sm a {
    position: relative;
    display: block;
}
.pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
}
.pixelstrap ul {
    background: #fff;
    border-radius: 0px;
}
.pixelstrap ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pixelstrap li:last-child a{
    padding-right: 0px;
}
.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    padding-right: 45px;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
    letter-spacing: 0.07em;
}
.pixelstrap a:hover {
    color: #edce25;
}
.pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active {
    background: transparent;
    color: #ffce1a;
    font-size: 14px;
    text-shadow: none;
}
.pixelstrap li a {
    position: relative;
}
.home-full {
    height: 400px;
}
.home-full .bg-size {
    height: 400px;
}
.home-full .slider-content {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme_btn {
    padding: 14px 26px;
    border: 2px solid #edce25;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #061d38;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0;
    float: left;
}
.theme_btn .theme_btn_eff {
    width: 100%;
    height: 100%;
    border: 70px solid #edce25;
    top: 0;
    left: 0;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.theme_btn:hover {
    color: black;
}
.theme_btn:hover .theme_btn_eff {
    border: 0 solid #edce25;
}
.home-full .slider-content h3 {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 1.5;
    clear: both;
}
.slide_1 .slider-content h1, .slide_1 .slider-content h3 {
    color: #061d38;
}
.slide_1 .slider-content h1{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 1.1em;
    font-size: calc(11px + (60 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.home-slider .owl-nav {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}
.home-slider .owl-nav {
    position: absolute;
    bottom: 70px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 40px;
}
.home-full .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    width: 100%;
}

.home-full .owl-nav button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.home-full .owl-nav [class*="owl-"] {
    position: absolute; 
}
.home-full .owl-nav [class*="owl-"] i {
    font-size: 26px;
    margin: 0 10px;
    line-height: 0; 
}
.home-full .owl-nav [class*="owl-"] span {
    font-size: 16px;
    font-weight: 600; 
}
.home-full .owl-nav [class*="owl-"]:hover {
    background: inherit;
    color: inherit; 
}
.home-full .owl-nav .owl-next {
    right: 30px;
    opacity: 0; 
}
.home-full .owl-nav .owl-prev {
    left: 30px;
    opacity: 0; 
}
.home-full .owl-dots {
    position: absolute;
    bottom: 10%;
    right: 30px;
    width: 20px; 
}
.home-full .owl-dots .owl-dot {
    position: relative; 
}
.home-full .owl-dots .owl-dot span {
    background-color: #edce25;
    margin: 0 5px; 
}
.home-full .owl-dots .owl-dot.active {
    margin-bottom: 50px; 
}
.home-full .owl-dots .owl-dot.active:before {
    content: "";
    height: 40px;
    width: 2px;
    background-color: #061d38;
    position: absolute;
    top: 15px;
    left: 9px; 
}
.home-full .owl-dots .owl-dot.active span {
    background-color: #061d38; 
}
.home-full:hover .owl-nav .owl-next {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.home-full:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.home-slider:hover .owl-nav {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section {
    padding: 90px 0;
    background-color: white;
}
.cmn_bg {
    background-attachment: fixed;
    position: relative;
}
.con_title {
    margin-bottom: 30px;
}
.con_title h2 {
    position: relative;
    color: #0c1429;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.con_title h6 {
    text-align: center;
    margin: 0 auto -3px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.con_title h6 span {
    display: inline-block;
    position: relative;
}
.con_title h6 span:after, .con_title h6 span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #edce25;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    top: 10px;
    margin-top: 0;
}
.con_title h6 span:before {
    left: -90px;
    right: unset;
}
.brand_sec .brand_1 {
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 35px;
}
.brand_sec .brand_1 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    height: auto;
}
.brand_sec .brand_1:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    /*-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}


/* About us section */
.about_us_sec {
    background-color: #f7f7f7;
    position: relative;
}
.about_us_sec.about_us_6 {
    background-color: #ffffff;
}
.about_us_sec .about_sec_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.con_title {
    margin-bottom: 30px;
}

.about_sec .con_title h2 {
    text-align: left; 
}
.about_sec .con_title h2:after {
    left: 0;
    -webkit-transform: unset;
    transform: unset; 
}
.about_sec .about_content h4 {
    color: #0c1429;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    margin-top: -5px;
    margin-bottom: 0; 
}
.about_sec .about_content p {
    color: #777777;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 0; 
}
.about_sec .about_btn {
    margin-top: 26px; 
}
.about_sec.about_sec_2 .about_btn {
    margin-top: 28px; 
}
.about_sec.about_sec_2 .btn_3 {
  margin-top: 26px; 
}
.about_img img {
    position: absolute;
    bottom: 0;
    right: 145px; 
}
.about_img.about_img_5 img {
    position: absolute;
    bottom: 0;
    right: 52%;
    height: 420px;
    width: auto; 
}

/* News css */
.home_1_news .news_sec {
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    background-color: #ffffff;
}
.home_1_news .item .news_sec {
    margin: 15px;
}
.home_1_news .news_sec figure.snip_con {
    margin: 0;
    overflow: hidden;
}
.home_1_news .news_sec figure.snip_con img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}
.home_1_news .news_sec .text_p {
    position: relative;
    padding: 0 20px 20px;
}
.home_1_news .news_sec .text_p .date_sec {
    position: absolute;
    top: -68px;
    left: 15px;
}
.home_1_news .news_sec .text_p h4 {
    font-weight: 500;
    color: #061d38;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: normal;
}
.home_1_news .news_sec .text_p .date_sec h4, .home_1_news .news_sec .text_p .date_sec h6 {
    color: #ffffff;
    margin: 0;
}
.home_1_news .news_sec .text_p .date_sec h4 {
    text-align: center;
    background-color: #edce25;
    padding: 5px 8px;
}
.home_1_news .news_sec .text_p .date_sec h6 {
    line-height: 15px;
    background-color: #f7f7f7;
    color: #061d38;
    padding: 8px 10px;
}
.home_1_news .news_sec .text_p h4 {
    font-weight: 500;
    color: #061d38;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: normal;
}
.home_1_news .news_sec .text_p P {
    font-weight: 400;
    color: #777777;
    margin-top: 10px;
    margin-bottom: -5px;
    letter-spacing: 0.02em;
}
.home_1_news .news_sec .text_p h6 {
    font-weight: 400;
    color: #061d38;
    margin-top: 10px;
    margin-bottom: -5px;
}
.home_1_news .news_sec .text_p h6.readmore {
    margin-top: 10px;
}
.home_1_news .news_sec .text_p h6 a {
    color: #edce25;
}
.home_1_news .news_sec:hover figure.snip_con img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home_1_news .news_sec .text_p h6 a:hover {
    color: #2c2c2c;
}
/* end news css */

/* Beadbrumb css */
.bread_crumb {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3e3e3e;
    background-blend-mode: overlay;
}
.bread_crumb .functionalities {
    clear: both;
    position: relative;
}
.bread_crumb .functionalities ul.breadcrumb {
    clear: both;
    padding: 45px 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: unset; 
}
.bread_crumb .functionalities ul i {
    position: relative;
    font-size: 16px; 
}
.bread_crumb .functionalities ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    float: left;
    height: 45px;
    padding: 0 5px;
    position: relative;
    top: 0;
    line-height: 40px; 
}
.bread_crumb .functionalities ul li a {
    color: #22282e;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; 
}
.bread_crumb .functionalities ul li strong {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; 
}
.bread_crumb .functionalities ul li strong i {
    margin-right: 10px; 
}
.bread_crumb .functionalities ul li:first-child {
    padding-left: 0; 
}
.bread_crumb .functionalities i {
    color: white; 
}
.bread_crumb h5 {
    float: right;
    color: white; 
}
.bread_crumb .page-title {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.bread_crumb .page-title h2 {
    margin-bottom: 0; 
    color: #edce25;
    font-size: 20px;
}

/* contact page css */
.comment_form {
    margin: 0 auto;
    position: relative;
}
.comment_form.contact_form .contact_text {
    padding: 30px;
    background-color: rgba(12, 20, 41, 0.04);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.comment_form.contact_form .center {
    padding: 0;
}
.comment_form.contact_form .contact_text .title {
    margin-top: 0;
    text-align: unset;
    color: #0c1429;
    font-weight: 500;
    text-transform: capitalize;
}
.comment_form.contact_form .contact_text p {
    margin: 15px 0 35px 0;
    font-weight: 400;
    color: rgba(12, 20, 41, 0.7);
}
.comment_form.contact_form .contact_text .contect_info .contect-title h3 {
    margin-bottom: 16px;
    color: #0c1429;
}
.comment_form.contact_form .contact_text .contect_info .contant-text ul {
    color: #0c1429;
}
.comment_form.contact_form .contact_text .contect_info .contant-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    color: rgba(12, 20, 41, 0.7);
    font-weight: 400;
}
.comment_form.contact_form .contact_text .contect_info .contant-text ul li i {
    margin-right: 10px;
}
.quote_2 {
    background-color: #eeeeee;
    position: relative;
}
.quote_2.comment_form_sec {
    background-color: transparent;
    padding: 20px 0 0;
}
.comment_form.contact_form.contect_f .quote_2.comment_form_sec {
    background-color: #fafafa;
    padding: 30px 30px;
}
.bg-transparent {
    background-color: transparent !important;
}
.page-header-comment {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_form.contact_form.contect_f .page-header-comment {
    margin-top: 0;
}
.quote_2 .quote_form form {
    margin-top: -4px;
}
.quote_2.comment_form_sec .quote_form .quote_btn {
    margin-top: 10px;
}
.quote_form .quote_btn .theme_btn_eff {
    width: 540px;
    height: 50px;
    top: 0;
    left: 0;
}
.quote_2 .quote_form .form-row .form-group label {
    color: #0c1429;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.quote_form .form-row .form-group .form-control {
    border-radius: 0;
    padding: 12px 15px;
    font-size: 12px;
    height: 50px;
}
.quote_2 .quote_form .form-row .form-group .form-control {
    padding: 9px 15px;
    border: none;
}
.quote_2.comment_form_sec .quote_form .form-row .form-group .form-control {
    border: 1px solid rgba(12, 20, 41, 0.05);
    padding: 15px 15px;
}
.comment_form.contact_form.contect_f .quote_2.comment_form_sec .quote_form .form-row .form-group .form-control {
    border: 1px solid rgba(12, 20, 41, 0.03);
    padding: 15px 15px;
}
.quote_2.comment_form_sec .quote_form .form-row .form-group .form-control.msg_coment {
    height: 180px;
}
.quote_2 .quote_form .form-row .form-group .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Footer */
footer {
    background-color: #313131;
}
footer .upper-section {
    padding: 70px 0;
}
.copyright_sec {
    background-color: #313131;
    background-size: cover;
    background-position: top;
    -webkit-box-shadow: rgba(62, 62, 62, 0.8) 0px -20px 30px -20px;
    box-shadow: rgba(62, 62, 62, 0.8) 0px -20px 30px -20px;
    padding: 25px 0;
    position: relative;
}
.ecommerce-layout section {
    padding: 40px 0;
}
footer .footer_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    height: 100%;
}
footer .footer_first .mobile-title {
    display: none;
}
footer .upper-section h3 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #3e3e3e;
}    
footer .footer_first p {
    color: #cacaca;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 30px 0;
}

footer .footer_first .widget{
    padding-right: 25px;
}
footer .footer_social ul li {
    background-color: #3e3e3e;
    padding: 14px;
    cursor: pointer;
    line-height: 0;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 40px;
    width: 40px;
    text-align: center;
}
footer.footer-ecommerce .footer_social ul li {
    border-radius: 5px;
    display: inline-block;
    width: auto;
}
footer .footer_social ul li a {
    color: #cacaca;
}
footer .footer_second h3 {
    color: #edce25;
    font-weight: 600;
}

footer .footer_third h3 {
    color: #edce25;
    font-weight: 600;
}

footer .footer_second .footer-contant {
    margin-top: 25px;
}
footer .footer_second .footer-contant ul li {
    display: inline-block;
    width: 100%;
    color: white;
    padding: 6px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer .footer_second .footer-contant ul li a {
    color: #cacaca;
}
footer .footer_second .footer-contant ul li a i {
    margin-right: 10px;
    font-size: 13px;
}
footer .footer_forth h3 {
    color: #edce25;
    font-weight: 600;
}
footer .footer_third .footer-contant ul li {
    color: #cacaca;
    padding: 20px 0 0 25px;
    position: relative;
    display: block;
    font-weight: 300;
    letter-spacing: 0.03em;
}
footer .footer_third .footer-contant ul li i {
    position: absolute;
    left: 0;
    padding: 0;
    top: 23px;
}
.copyright_sec {
    background-color: #313131;
    background-size: cover;
    background-position: top;
    -webkit-box-shadow: rgba(62, 62, 62, 0.8) 0px -20px 30px -20px;
    box-shadow: rgba(62, 62, 62, 0.8) 0px -20px 30px -20px;
    padding: 25px 0;
    position: relative;
}
.ecommerce-layout section {
    padding: 40px 0;
}
.copyright_sec .cop_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copyright_sec .cop_p p {
    color: #999999;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    width: 100%;
}
.copyright_sec .copy_link {
    -moz-text-align-last: end;
    text-align-last: end;
}
.copyright_sec .copy_link ul li {
    display: inline-block;
}
.copyright_sec .copy_link ul li a {
    color: #999999;
}

footer p{
    color: #cacaca;
}

.comment_form.contact_form .contact_text .sub-title{
    color: #edce25;
    font-weight: 600;
    margin-bottom: 15px;
}

.brand-box{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px 0px 3px 3px #f2f2f2;
    margin-bottom: 30px;
    flex-direction: column;
}
.brand-box img{
    max-height: 140px;
    min-height: 140px;
}

.brand-box .brand-url-box{
    display: flex;
    flex: 1;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.brand-box .brand-url-box a{
    color: #edce25;
}

.brand-box .brand-url-box a:hover,
.brand-box .brand-url-box a:focus,
.brand-box .brand-url-box a:active{
    color: #2c2c2c;
}

.after-line h2:after {
    content: "";
    width: 80px;
    position: absolute;
    bottom: 0px;
    left: 50% !important;
    margin-left: -40px;
    background: #edce25;
    height: 3px;
    margin-bottom: -20px;
}

.team-member-position {
    margin-top: 7px;
    font-size: 20px;
    color: #edce25;
}

.single-team-member p{
    font-size: 14px;
    font-style: italic;
    color: #edce25;
    font-weight: bold;
}

#inquiry-modal textarea{
    height: 100px;
}

.brand-box .social{
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0.25);
    top: 0px;
    left: 15px;
    opacity: 0;
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brand-box .social li{
    display: inline-block;
    margin: 0 5px;
}

.brand-box .social li a{
    color: #ffffff;
    font-size: 16px;
    background-color: #0b0a09;
    width: 34px;
    height: 35px;
    display: inline-block;
    line-height: 2.3;
    border-radius: 100%;
    text-align: center;
}

.brand-box:hover .social {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal-content{
    border-radius: 0;
    border: none;
}

.modal-header{
    background-color: #3e3e3e;
    border-radius: 0;
    color: #FFF;
}

.modal .close{
    color: #FFF;
    opacity: 1;
}

.modal .close:hover,
.modal .close:focus{
    color: #edce25;
    opacity: 1 !important;
}

.blog-shadow {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    padding: 40px 40px;
    border: 2px solid #ddd;
}

.single_blog_item .blog-text h6 {
    margin-top: 15px;
    font-weight: 500;
    color: #0c1429;
}

.single_blog_item .blog-text .blog-head {
    font-weight: 500;
    color: #0c1429;
}

.single_blog_item .blog-text .blog-description {
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    padding-bottom: 20px;
}

.single_blog_item .blog-text .blog-description p {
    line-height: 1.9em;
    font-weight: 400;
    color: #0c1429;
    letter-spacing: 0.04em;
}

.single_blog_item .blog-text .blog-description h5 {
    display: inline-block;
    font-weight: 500;
    color: #0c1429;
    text-transform: uppercase;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

#blog_nav_buttons a{
    padding: 14px 26px;
    border: 2px solid #edce25;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #061d38;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0;
    float: left;
}
#blog_nav_buttons{
    margin-top: 15px;
}

#blog_nav_buttons a .theme_btn_eff{
    width: 100%;
    height: 100%;
    border: 70px solid #edce25;
    top: 0;
    left: 0;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#blog_nav_buttons a:hover .theme_btn_eff {
    border: 0 solid #edce25;
}

.vc_section.section-branch{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.section-branch h3{
    padding-bottom: 20px;
    font-weight: 500;
    color: #edce25;
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    margin-top: 10px;
}

.section-branch p{
    line-height: 1.9em;
    font-weight: 400;
    color: #777777;
    letter-spacing: 0.04em;
}

.section-branch .branch-box{
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    margin: 0;
    padding: 15px;
    flex: 1;
    margin-bottom: 20px;
}

.section-branch .wpb_wrapper{display: flex; flex: 1; flex-direction: column;}

.section-branch .branch-box .vc_column-inner{
    padding: 0;
}

.section-branch .branch-box .wpb_content_element{
    margin-bottom: 0;
}

#inquiry-modal input[type="submit"]{
    background-color: transparent;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_side_title h6 {
    color: #000;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}

.home_1_news.blog_side_sec .blog_sidebar .about_blog {
    margin-bottom: 30px;
}

.home_1_news.blog_side_sec .blog_sidebar .about_blog .text_blog p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}

.home_1_news.blog_side_sec .blog_sidebar .about_blog .text_blog .sign {
    text-align: center;
    margin-top: 15px;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post {
    margin-bottom: 30px;
    background-color: #ffffff;
    margin-top: 20px;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post:last-child {
    border-bottom-color: transparent;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .r_post_img{
    margin-bottom: 10px;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .text p {
    margin-bottom: 10px;
    font-weight: 400;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category {
    margin-bottom: 25px;
    background-color: #ffffff;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    padding-bottom: 15px;
    display: block;
    color: #777777;
    font-weight: 500;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a i {
    margin-right: 10px;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.home_1_news.blog_side_sec .blog_sidebar .text{
    margin-left: 15px;
}

.blog_sidebar .block-title {
    font-size: 1.25rem;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    line-height: 1.1;
    word-break: break-word;
    margin-bottom: 6px;
}
.blog_sidebar .block-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #edce25 !important;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: 0;
}
.blog_sidebar .block-title span {
    position: relative;
    z-index: 1;
    color: #FFF;
    background: #edce25 !important;
    padding: 5px 15px;
    font-size: 0.9rem;
    text-transform: capitalize;
    font-weight: 400;
}

.blog_sidebar .sidebar-blog-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}

.bg-light-grey{
    background-color: #eeeeee;
}

footer label{
    color: #FFF;
}

footer input{
    border: 1px solid rgba(12, 20, 41, 0.03);
    padding: 15px 15px;
    font-size: 12px;
    height: 50px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    display: inline-block;
}
footer input[type="submit"]{
    background-color: transparent;
    border:1px solid #edce25;
    color: #fff;
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

#gallery-1 img{
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.product-slider .item img{
    height: 300px;
    object-fit: contain;
}

#thumbs .item img{
    height: 100px;
    object-fit: contain;
}

.single-product-page ul{
    padding-left: 40px;
}

.single-product-page ul.product-social{
    padding-left: 0px;
}

.single-product-page .collection-filter ul{
    padding-left: 0px;
}

.brnad-more-link a{
    color: #edce25 !important;
}

.brnad-more-link a:hover{
    color: #777777 !important;
}

.homepage-slider-row{
    margin: 0px !important;
}

.homepage-slider-row .vc_column-inner{
    padding: 0px !important;
}

footer .widget ul li:before{
    content: "\f138";
    margin-right: 10px;
    float: left;
    font: normal normal normal 14px/22px FontAwesome;
    padding-left: 1px;
}

footer .widget .footer_social ul li:before{
    content: "";
}

.latest-products .offer-slider .media-body h6{
    color: #cacaca;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.latest-products .offer-slider .media-body .date{
    margin: 0;
    font-size: 12px;
    color: #a9a9a9;
    text-transform: uppercase;
}

.latest-products.theme-card .offer-slider img{
    margin: 15px 15px 15px 0;
    padding: 0px;
    background-color: #FFF;
    width: 55px;
    height: 55px;
    border-radius: 4px;
}

/*.latest-products.theme-card .offer-slider .media{
    border-bottom: 1px solid #737373;
}*/

.latest-products.theme-card .offer-slider .media:last-child{
    border-bottom-color: transparent;
}

.latest-products.theme-card .offer-slider .media:first-child img{
    margin-top: 25px;
}

footer .footer_third .footer-contant ul li:before{
    content: "";
}

footer .footer_second .footer-contant ul li {
    color: #cacaca;
    padding: 20px 0 0 25px;
    position: relative;
    display: block;
    font-weight: 300;
    letter-spacing: 0.03em;
}

footer .footer_second .footer-contant ul li i {
    position: absolute;
    left: 0;
    padding: 0;
    top: 23px;
}

footer .pixelstrap li{
    margin-bottom: 10px;
}

footer .footer_second .footer-contant{
    margin-top: 0px;
}

.jssocials-share-link{
    border-radius: 4px;
}

.home-full .bg-size{
    background-image: none !important;
    min-height: auto !important;
    height: auto;
}

.home-full .bg-size .bg-img{
    display: block !important;
}

.home-full .slider-content{
    display: none;
}

.home-full{
    height: auto;
}

@media (max-width: 991px){
    .home_1_news.blog_side_sec .blog_cat {
        margin-top: 30px;
    }
}

@media (max-width: 767px){
    .bread_crumb .functionalities ul.breadcrumb {
        padding: 5px 0;
    }

    .bread_crumb .page-title{
        float: unset;
        padding-bottom: 15px;
    }

    .bread_crumb .page-title{
        display: none;
    }

    .bread_crumb .page-title h2{
        font-size: 16px;
    }
    
    .single-team-member p{
        text-align: center;
    }
    
    .single-team-member h4{
        text-align: center;
    }

    .home-full .bg-size{
        background-image: none !important;
        min-height: auto !important;
    }

    .home-full .bg-size .bg-img{
        display: block !important;
    }

    .home-full .slider-content{
        display: none;
    }
}

@media(max-width:768px){
    .home-full {
        height: 100%;
    }

    .about_sec.about_sec_2 .about_btn {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    section {
        padding: 40px 0;
    }

    .owl-carousel .owl-item img {
        margin: 0px auto;
    }
}
@media(max-width:575px){
    footer .footer_first, footer .footer_second, footer .footer_third, footer .footer_forth{
        text-align: center;
    }
    
    .widget ul li{
        list-style: none !important;
    }

    footer .footer-bottom ul li{
        display: block;
        width: 100%;
        text-align: center;
    }

    footer .widget ul li:before{
        content: ""
    }

    .latest-products .offer-slider .media-body h6{
        text-align: left;
    }

    .latest-products .offer-slider .media-body .date{
        text-align: left;
    }

    .inquiry-btn-container{
        float: unset;
    }

    .share-btn-container{
        float: unset;
    }

    .section-branch .vc_row{
        margin: 0px;
    }

    footer .footer_first .widget{
        padding: 0px;
    }

    footer .footer_social ul li{
        float: unset !important;
    }

    footer .footer_social ul{
        text-align: center;
    }

    .con_title h6 span:after, .con_title h6 span:before {
        right: -75px;
    }
}

@media (max-width: 420px){
    .con_title h6 span:after {
        width: 40px;
        right: -50px;
    }

    .con_title h6 span:before {
        width: 40px;
        left: -50px;
    }

    .con_title h6 {
        font-size: 12px;
    }
}