
/*Preloader*/

.preloader_hide {opacity:0;}
#preloader {background:#f0f0f0; border:40px solid #fff; position:fixed; left:0; top:0; width:100%; height:100%; z-index:999;}
#preloader img {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block;z-index:999;}

.spinner {width: 70px;height:20px;text-align: center;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;}
.spinner > div {width: 18px;height: 18px;background-color: #832746;border-radius: 100%;display: inline-block;-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;animation: sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1 {-webkit-animation-delay: -0.32s;animation-delay: -0.32s;}
.spinner .bounce2 {-webkit-animation-delay: -0.16s;animation-delay: -0.16s;}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {-webkit-transform: scale(0);transform: scale(0);}
    40% {-webkit-transform: scale(1.0);transform: scale(1.0);}
}
/*Preloader End*/

*{ box-sizing:border-box;}
a { text-decoration: none; color:inherit;}
img { max-width:100%}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
li { list-style: none; }

/*Framework*/

body { font-family: 'Poppins', sans-serif; color: #070707; font-size: 14px; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 20px 0;}
h1,h2,h3,h4,h5,h6,p{ font-family:'Poppins',sans-serif; }
h1 { font-size:36px;}
h2 { font-size:30px;}
h3 { font-size:24px;}
h4 { font-size:20px;}
h5 { font-size:18px;}
h6 { font-size:16px;}
p { line-height:18px; font-size:14px; margin-bottom:10px; margin-top: 0;     font-weight: 200;}

.easing ,::before,::after,.easing a{ transition: .3s ease;-webkit-transition: .3s ease;-moz-transition: .3s ease;}

.center {display: block;width: 1200px;margin-right: auto;margin-left: auto;}
.w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12 { float: left; padding-left: 15px; padding-right: 15px; min-height:1px}
.w1 {width: 8.3334%;}
.w2 {width: 16.6667%;}
.w3 {width: 25%;}
.w4 {width: 33.3334%;}
.w5 {width: 41.6667%;}
.w6 {width: 50%;}
.w7 {width: 58.3334%;}
.w8 {width: 66.6667%;}
.w9 {width: 75%;}
.w10 {width: 83.3334%;}
.w11 {width: 91.6667%;}
.w12 {width: 100%;}

.w25 { width:20%; float:left; padding-left:15px; padding-right:15px}
.w45 { width:37.5%; float:left; padding-left:15px; padding-right:15px}

.wfull,.section{width: 100%;float: left;  }
.hfull {height: 100%;}

.fr {float: right;}
.fl {float: left;}
.fn { float:none;}
.clear { clear:both}

.textcenter {text-align: center;}
.textshadow { text-shadow:1px 1px 2px rgba(0,0,0,.3)}
.colorwhite {color: #fff;}
.justify {text-align:justify}


.flex { display:flex;}
.none { display:none;}


.bggrey {background-color: #f1f4fa;}
.bggrey2 {background-color: #f5f5f5;}
.bggrey3 {background-color: #efefef;}

.boxshadow {box-shadow:0 0 20px rgba(0,0,0,.1)}
.boxshadow2 {box-shadow:3px 3px 10px 0 rgba(132, 132, 132, 0.1)}

/****** Margins ********/
.mt0 { margin-top: 0;}
.mb0 { margin-bottom: 0;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mt50 { margin-top:50px;}
.mt150 { margin-top:150px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb50 { margin-bottom:50px;}
.mb100 { margin-bottom:100px;}
.mr0 { margin-right:0;}
.mr10 { margin-right:10px;}
.mr30 { margin-right:30px;}
.mauto { margin-left:auto; margin-right:auto;}
/****** Padding ********/
.nopad {padding-right: 0; padding-left: 0;}

.pb30 {padding-bottom: 30px;}
.pb50 {padding-bottom: 50px;}
.pb100 {padding-bottom: 100px;}

.ptb10 {padding-top: 10px;padding-bottom: 10px;}
.ptb15 {padding-top: 15px;padding-bottom: 15px;}
.ptb30{padding-top:30px;padding-bottom: 30px;}
.ptb50{padding-top:50px;padding-bottom: 50px;}
.ptb60 {padding-top: 60px;padding-bottom: 60px;}
.ptb80 {padding-top: 80px;padding-bottom: 80px;}
.ptb100 {padding-top: 72px;padding-bottom: 72px;}

.p15 {padding:15px}
.p30 { padding:30px;}

.pt10 {padding-top: 10px;}
.pt30 {padding-top: 30px;}
.pt60 {padding-top: 60px;}
.pt100 {padding-top: 100px;}

.pl0 { padding-left: 0;}
.pl15 { padding-left: 15px;}
.pl30 { padding-left: 30px;}
.pl50 { padding-left: 50px;}

.plr15{padding-left:15px;padding-right:15px;}
.plr50{padding-left:50px;padding-right: 50px;}

.pr0 { padding-right: 0;}
.pr15 { padding-right: 15px;}
.pr30 { padding-right: 30px;}
.pr50 { padding-right: 50px;}
/****** Padding ********/
.relative {position: relative;}
.absolute { position: absolute;}
.fixed { position: fixed;}
.vcenter {height: 100%;display: table; width:100%;}
.centered {height: 100%;display: table-cell;vertical-align: middle;}

h3.bordertitle { margin:0 0 10px 0; padding:10px 0; position:relative; font-size:32px;}
h3.bordertitle::after { content:''; position:absolute; width:50px; height:3px; background:#fff; bottom:0; left:0; right:0; margin:auto;}

/*Framework End*/
.mainslider { overflow:hidden; height: 600px;}
.mainslider .imgframe { position: relative; padding-bottom: 30px; margin-bottom: 30px;}
.mainslider .imgframe::after { content: ''; width: 50%; background: #832746; position: absolute; bottom:-5px; left: 0; height: 10px;}
.mainslider .slidecontent h4{ color: #fff; font-size: 45px; text-align: center; margin-bottom:20px;}
.mainslider .slidecontent p{ color: #fff; padding: 0 50px 0 50px; text-align: center;}
.leftborderlink{ position: relative; float: right; padding: 5px 0 5px 42px; text-shadow: 1px 1px 3px rgba(255,255,255,.3); font-size: 18px; color: #2a2928; font-weight:600; transition: color .3s ease;}
.leftborderlink::before{content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 32px; height: 3px; background: #fff; box-shadow:1px 1px 3px rgba(0,0,0,.14);}
.leftborderlink:hover::before { background: #832746;}
.leftborderlink:hover{ color: #832746;}

.navbar  { width: 100%; text-align: center; padding-top:25px; } 


.divcenter {
    text-align: center;
    color: #fff;
}
.divcenter h1{
    font-size: 32px;
    text-transform: capitalize;
    position: relative;
    
    font-weight: 600;
}
.topimage:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(9, 9, 9, 0.27);
}
.breadcrumb {
    width: 100%;
    position: relative;
}
.breadcrumb-item > a {
    color: #fff;
    font-size: 17px;
}
.header-top {
    position: relative;
    background-color: #ff000c;
    width: 100%;
    float: left;
}
.breadcrumb ul li {
   display: inline-block;
   color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff;
    content: "/";
}
.header-top .fl ul li {
    position: relative;
    
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    padding: 8px 0px;
    display: inline-block;
} 
.header-top .fr > ul > li {
    position: relative;
    margin-right: 10px;
    font-size: 14px;
    color: #bbbbbb;
    padding: 14px 0px 13px;
    display: inline-block;
}
.header-top .fr .social-links {
    padding-right: 10px;
}
.header-top .fr .social-links a {
    display: inline-block;
    margin-left: 10px;
    line-height: 1em;
    color: #bababa;
    font-size: 14px;
    padding-right: 12px;
    border-right: 1px solid rgba(255,255,255,0.08);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.header-top .fr > ul > li:last-child {
    margin-right: 0px;
}  
.header-top .fr > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    background: inherit;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.fa-angle-down:before {
    content: "\f107";
}
.btn-style-one, .scroll-to-top, .header-top .language .dropdown-menu, .main-menu .navigation > li > ul, .btn-style-two:hover, .btn-style-three:hover, .history-btns li:hover, .main-menu .navigation > li > ul > li > ul, .main-header .outer-box .consult-btn, .main-header .header-lower .search-box-outer .dropdown-menu, .main-header .header-lower .search-panel input:focus, .main-header .header-lower .search-panel select:focus, .choose-section .owl-nav .owl-prev:hover, .choose-section .owl-nav .owl-next:hover, .testimonial-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span, .testimonial-section .owl-dots .owl-dot span, .btn-style-four:hover, .sidebar .popular-tags a:hover, .cart-table tbody tr .remove-btn:hover, .business-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn, .sidebar-brochure .brochure:hover, .ui-state-active, .ui-widget-content .ui-state-active, .faq-form .form-group input:focus, .faq-form .form-group textarea:focus, .styled-pagination li a:hover, .styled-pagination li a.active, .accordion-box .block .acc-btn.active .icon-outer, .default-form .form-group input:focus, .default-form .form-group textarea:focus, .consult-form-two .form-group input[type="text"]:focus, .consult-form-two .form-group input[type="password"]:focus, .consult-form-two .form-group input[type="tel"]:focus, .consult-form-two .form-group input[type="email"]:focus, .consult-form-two .form-group select:focus, .consult-form-two .form-group textarea:focus, .blog-cat li a:hover::before, .social-icon-three li a:hover, .checkout-page .default-links li, .comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus, .shop-comment-form .form-group input[type="text"]:focus, .shop-comment-form .form-group input[type="password"]:focus, .shop-comment-form .form-group input[type="tel"]:focus, .shop-comment-form .form-group input[type="email"]:focus, .shop-comment-form .form-group select:focus, .shop-comment-form .form-group textarea:focus, .shipping-form .form-group input:focus, .shipping-form .form-group textarea:focus, .checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus, .styled-form input:focus, .styled-form select:focus, .styled-form textarea:focus, .subscribe-style-one .form-group input[type="email"]:focus, .contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus, .history-btns .owl-prev:hover, .history-btns .owl-next:hover, .history-btns li:hover, .history-btns li.active-btn {
    border-color: #ff000c;
}
.open>.dropdown-menu {
    display: block;
}
.dropdown-menu {
        position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header-top .language .dropdown-menu {
    right: 0px;
    left: auto;
    width: 180px;
    padding: 0px !important;
    margin-top: 6px;
    border-radius: 0px;
    background-color: #222222;
    border: none;
    border-top: 3px solid #ff000c;
    box-shadow: none !important;
}
.btn {
        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    
}
 
.header-top .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header-top .language .dropdown-menu > li {
    padding: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.header-top .language .dropdown-menu > li > a {
    padding: 10px 20px !important;
    color: #ffffff;
    text-align: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top li.language a {
    border: 0px;
    padding: 0px;
    background: none;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.header-center {
    margin-top: 20px; 
    width: 100%;
    float: left;
}
 
 

.header{ border-bottom: 3px solid #ff000c;   padding-bottom: 15px;}
.topmenu { width: 100%; float: left; padding-bottom: 20px;}
.topmenu a{ font-weight: 300; font-size: 14px; color: #6c6c6c;}

.link-border  { border-right: 1px solid #ffffff; font-size: 13px;     padding-left: 10px; padding-right: 10px; }
.link-border2 {   font-size: 13px; padding-left: 10px; }

.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

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

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}
.sidebar .sidebar-category .list {
    position: relative;
}

.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
}
.sidebar .sidebar-category .list li {
    position: relative;
    line-height: 24px;
}
.sidebar .sidebar-category .list li a {
    position: relative;
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    margin-bottom: 2px;
    text-transform: capitalize;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar .sidebar-category .list li a:before {
    width: 54px;
    height: 54px;
    text-align: center;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    right: 0px;
    top: 0px;
    opacity: 0;
    color: #f7f7f7;
    line-height: 55px;
    position: absolute;
    background-color: #131d33;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar .sidebar-category .list li.current a:before {
    opacity: 1;
}
.sidebar .sidebar-category .list li a:hover, .sidebar .sidebar-category .list li.current a {
    color: #ffffff;
    background-color: #fa9928;
}
 
.btn-style-one, .btn-style-two:hover, .scroll-to-top:hover, .main-menu .navigation > li > a:after, .main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li > ul > li > a:hover, .header-top .language .dropdown-menu > li > a:hover, .main-header .outer-box .consult-btn, .main-slider .tparrows.gyges:hover, .btn-style-three:hover, .call-to-action, .btn-style-four:hover, .history-btns li:hover, .history-btns li.active-btn, .main-footer .footer-widget h2:after, .services-block .inner-box .lower-box .hover-title .arrow-box, .main-header .sticky-header .main-menu .navigation > li:hover > a, .main-header .sticky-header .main-menu .navigation > li.current > a, .main-header .sticky-header .main-menu .navigation > li.current-menu-item > a, .testimonial-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span, .gallery-section .filters .filter.active::after, .gallery-section .filters .filter:hover::after, .project-single-section .detail-section h2:after, .project-single-section .detail-section .graph-box .graph-title, .styled-pagination li a:hover, .styled-pagination li a.active, .gallery-block .inner-box .image-box .overlay-box .content .icon:hover, .faq-section .prod-tabs .tab-btns .tab-btn.active-btn, .faq-section .prod-tabs .tab-btns .tab-btn:hover, .ui-state-active, .ui-widget-content .ui-state-active, .consult-section .consult-form-box h2:after, .sidebar .sidebar-category .list li a:hover, .sidebar .sidebar-category .list li.current a, .sidebar-brochure .brochure:hover, .business-tab-section h3:after, .consult-section-two h3:after, .service-single-two .inner-box h2:after, .analysic-section h3:after, .service-single-three .inner-box h2:after, .list-style-three li:before, .news-block-two .inner-box .image .tag, .sidebar .search-box .form-group button, .sidebar .popular-tags a:hover, .social-icon-three li a:hover, .related-products h2:after, .cart-table tbody .available-info .icon, .news-block-three .inner-box .image .tag, .cart-section .coupon-outer .cart-btn:hover, .checkout-form .checkout-title h2:after, .sidebar-page-container .group-title h2:after, .service-single-three .inner-box .default-section .column h3:after, .service-single-three .inner-box .graph-section h3:after, .service-single-one .inner-box .lower-content .text h3:after, .service-single-one .inner-box .lower-content h2:after, .checkout-page .lower-content .column h2:after, .register-section .form-column .form-title h2:after, .shop-item .inner-box .image .overlay-box .cart-option li a:hover, .shop-item .inner-box .image .overlay-box .cart-option li .tooltip-data, .range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default {
    background-color: #ff000c;
}
.sidebar-brochure .brochure {
    position: relative;
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    margin-bottom: 10px;
    padding-left: 55px;
    border: 1px solid #ff000c;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar-brochure .brochure .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    margin-right: 8px;
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.sidebar-brochure .brochure span {
    display: block;
    font-weight: 300;
    color: #848484;
    font-family: 'Hind', sans-serif;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-pdf:before {
    content: "\f16d";
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#form_status2,span.wrong {
    float: left;
    margin-top: 35px;
    margin-left: 50px;
}


.text-content {
        position: relative;
    padding: 20px 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    border: 2px solid #efefef;
}
.list-style-two {
    position: relative;
    margin-bottom: 30px;
    padding: 0px !important;
    width: 100%;
    float: left;
}
.list-style-two li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
     
    margin-bottom: 6px;
}
.list-style-two li:before {
    position: absolute;
    /*content: '\f105';*/
    left: 0px;
    top: 4px;
    font-size: 16px;
    color: #ff000c;
    font-family: 'FontAwesome';
}
.text-h3 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
    float: left;
    

}
.text-h3:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #ff000c;
    
}
.text-h4 {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
     margin-top: 20px;
     
    
}
.text-h4:after {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
   

}




.sehir-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #777777;
}
.sehir-desc strong{
        border-bottom: 2px solid #ff000c;
     
}
.title-content {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.icon-img {
    float: left;
    margin-right: 20px;
    width: 30px;
}

.bayi-img {
    min-height:670px;
}
 
.w-input.w4 {
    width: 32%;
    margin-right: 1%;
    float: left;
}
.w-input.w4:last-child {
    margin-right: 0;
}
label {
    cursor: default;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.profil span {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    width: 100%;
    float: left;
    text-align: center;
}
 

.mainmenu { width: 100%; float: left;}
.mainmenu .mainlink { color: #000; font-size: 16px; margin: 0 15px; float: left; position: relative; padding-bottom: 10px; overflow: hidden; cursor: pointer;}
.item { margin:0px !important;}
.mainmenu .mainlink::before { content: ''; position: absolute; width:0; height: 1px; background: #cccccc; bottom: 3px; left: -100%; transition: .7s;}
.mainmenu .mainlink::after { content: ''; position: absolute; width:0; height: 1px; background: #cccccc; bottom: 0; right:-100%; transition: .7s;}
.mainmenu .mainlink:hover::before,.mainmenu .mainlink:hover::after,.mainmenu .mainlink.active::before,.mainmenu .mainlink.active::after { width: 45px;}
.mainmenu .mainlink:hover::before,.mainmenu .mainlink.active::before{ left:40%}
.mainmenu .mainlink:hover::after,.mainmenu .mainlink.active::after{ right:40%}
.mainmenu a:last-child { margin-right: 0;}


.dropdown { margin-left: 13px; box-shadow: 0 5px 5px rgba(0,0,0,.3); position: absolute; opacity: 0; visibility: hidden; transition: .3s ease; top:95px !important; background: #fff; z-index: 99;    width: 280px;}

.dropdown ul.list li {
    position: relative;
    line-height: 20px;
    margin: 0;
}
.dropdown ul.list li a{
     position: relative;
    color: #222222;
     
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    margin-bottom: 2px;
    text-transform: capitalize;
    background-color: #f1f4fa;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.dropdown.active { visibility: visible; opacity: 1;  }

.dropdown h5 { text-align: center; color: #398daa; font-size: 16px; font-weight: normal; margin: 10px 0 0 0;width: 100%; float: left;}
.dropdown h5 span{ font-size: 14px;}

.story { background: #ff000c; padding: 30px 0; position: relative;}
.story::after {content: ''; position: absolute; bottom: -30px; background: url(../images/storyshadow.png) no-repeat bottom center; height: 30px; width: 100%; left: 0;}
.story .module .imgframe { padding-left:30px; width: 30%; float: left;}
.story .module .modulecontent{ width: 70%; float: left;}
.story .module .imgframe img{ float: left;}
.story .module h6 { font-size: 16px; color: #ffffff; margin-bottom:5px; text-align: center;}
.story .module p { font-size: 10px; color: #e3d6db; margin-bottom: 0; text-align: center; line-height: 14px;}
.story .w4{ border-right: 2px solid #1f6375}
.story .w4:last-child{ border-right:0}


.maintitleframe { padding: 100px 15px 50px 15px;}
.maintitle { position: relative; width: 100%; float: left;}
.maintitle::after { content: ''; background: #c3c3c3; height: 2px; width: 100%; position: absolute; bottom:18px; left: 0;}
.maintitle h6{ margin-left: 70px; font-size: 18px; color: #919191; margin-bottom: 0; font-weight: 500; float: left; clear: both; line-height: 18px}
.maintitle h4{ margin-left: 120px; font-size: 32px; color: #ff000c; font-weight: 600; margin-bottom: 0; float: left; clear: both; background: #fff; padding:5px 20px 0; position: relative; z-index: 9; line-height: 32px;}
.maintitle h4::before{ content: ''; width:6px; height:6px; border-radius: 50%; background: #c3c3c3; position: absolute; left: 0;bottom:16px; margin: auto;}
.maintitle h4::after{ content: ''; width:6px; height:6px; border-radius: 50%; background: #c3c3c3; position: absolute; right: 0;bottom:16px; margin: auto;}
.bggrey .maintitle h4{ background: #f1f4fa;}
.maintitle a{ color: #494949; float: right; position: absolute; right: 0; top:10px;}
.maintitle a img{ margin-left: 10px;}


.contentstyle { color:#777777;}
.contentstyle h4{ color:#2f8ca5; font-size: 24px; margin-bottom: 0; line-height: 24px;}
.contentstyle h6{ color:#9a9a9a; font-size: 16px; margin-bottom: 30px; font-weight:400}
.contentstyle p{ line-height: 20px;}
.contentstyle ul { padding: 5px 0px 5px 20px;}
.bottomborderlink { position: relative; color: #494949; font-size: 18px; padding-bottom: 5px; float: left;}
.bottomborderlink::after { background: #2f8ca5; width: 50px; height: 2px; content: ''; position: absolute; bottom: 0; left: 0;}
.bottomborderlink:hover::after { width: 84px;}


h2.bottombordertitle {  font-size: 20px; margin-bottom: 30px;}
.bottombordertitle { position: relative; color: #4d4d4d; font-size: 16px; font-weight: 600; padding-bottom: 5px; float: left; width: 100%;}
.bottombordertitle::after { background: #ff000c; width: 60px; height: 3px; content: ''; position: absolute; bottom: 0; left: 0;}


.whyus { background: url(../images/cambalkonbg.jpg) no-repeat center; background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; padding: 180px 0; }
.whyus h4{ font-size: 36px;}
.whyus p{ font-size: 16px; line-height: 20px; margin-bottom: 0; text-align: justify;text-align-last: center;}

.img-border {     border: 5px solid #ff000c; }


.news .modulecontent { background: #fff; padding:30px; }
.news.newslist .modulecontent { background: #f9f9f9;}
.news .modulecontent h4 { padding-bottom: 10px;   text-align: center; line-height: normal; color: #262626; font-size: 18px; font-weight: normal;}
.news .modulecontent p {  font-size: 12px; color: #494949; line-height: 16px; margin-bottom: 0;}


.requestform .module{ padding:50px; width: 100%; height: 100%;}
.requestform .module h4{ color: #398daa; line-height: 30px;}
.requestform .module h4 span{ float: left; width: 100%; font-size: 32px; font-weight:500 }
.requestform .module p{ width: 100%; color: #4d4d4d; padding-right: 50px;}
.requestform .module .bottomborderlink{  font-size: 16px; font-weight: 500; color: #4d4d4d; margin-top:20px;}


.whoweareslider { overflow: hidden; height: auto;}
.whoweareslider .arrowframe{ height: 0; position: absolute; z-index: 99; top: 0; bottom: 0; margin: auto; width: 100%;}
.whoweareslider .arrowframe .arrow { width: 32px; height: 54px; margin-top: -27px;}
.whoweareslider .arrowframe .arrow.left { float: left; background:url(../images/icon-arrowleft.png) no-repeat center;}
.whoweareslider .arrowframe .arrow.right { float: right; background:url(../images/icon-arrowright.png) no-repeat center;}


.certificate .module { padding:40px 20px 20px; background: #f0f0f0; width: 100%; height: 100%;}
.certificate .module p{ font-size: 12px; line-height: 14px; color: #373737;}


 .gal-box { padding: 0px ; }
 .gal-box2 { padding: 0 0 0 10px ; }
.gallery-item1 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    min-height: 362px;
}
.gallery-item2 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    min-height: 166px;
}




.gallery .imgframe { outline: none !important;}
.gallery .imgframe img { float: left;}
.footer-images {
    min-height: 80px; margin-bottom: 20px; border-right: 10px solid #fff;
}
.footer-images2 {
    min-height: 80px; margin-bottom: 20px;  
}
ul.footer-galeri li{ list-style: none; float: left; }
ul.footer-galeri  { margin:0px; padding: 0px; }


h4.widget-title {
    border-bottom: 1px solid rgba(23, 22, 22, 0.1);
    padding-bottom: 10px;
    position: relative;
}
h4.widget-title:after {
	background-color: #ff000c;
    bottom: -1px;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 73px;
}
.footerlinks p {
    font-size: 12px;
    color: #777777;
    margin-top: 18px;
    padding-right: 17px;
}
.footer-navlink { margin-bottom: 5px; }

.footer-city {	float: left; padding-right: 10px;	}

.footer-top { margin-bottom: 20px; }
.footer { color: #666666 ;background-color: #f1f4fa; padding-top: 60px;}
.footer .footerlinks { float: left;}
.footer .footerlinks ul{ list-style-type: none; float: left; padding: 0; margin-right:80px}
.footer .footerlinks ul:last-child{margin-right:0}
.footer .copyright {background-color: #ff000c;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: 30px;
    color: #9C9C9C; }
.footer .copyright a,.footer .copyright p { font-size: 12px;     color: #fff;}


.contactline {display: table; width: 100%; margin-bottom: 10px;}
.contactline .icon{display: table-cell; width:48px; height: 48px; border-radius: 50%; background: #ff000c; vertical-align: middle; text-align: center;}
.contactline .icon img{vertical-align: middle; }
.contactline .linecontent{display: table-cell;vertical-align: middle; padding-left: 10px;}


.topimage { height: 280px; position: relative;}
.topimage::after { content: ''; background: url(../images/storyshadow.png) no-repeat bottom center; width: 100%; height: 20px; position: absolute; left: 0; bottom: -20px;}

.undermenu { padding: 20px 0 ; color: #fff; background: #ff000c}
.undermenu a{ padding: 10px 15px ; border-right: 2px solid rgba(255,255,255,.3); float: left; font-size: 14px; line-height: 14px; transition: .3s ease;}
.undermenu a:hover ,.undermenu a.active{ background: #63b3c6; color: #fff; border-color: transparent;}

.videoframe iframe{ width: 100%; height: 100%;}



.productstory .module.flex .imgframe img{ float: left;}
.productstory .module.flex .modulecontent{ flex: 50; background: #fbfbfb; padding: 30px; box-sizing: border-box !important;}
.productstory .module.flex .modulecontent h4{ margin-bottom: 10px; font-size: 16px;}
.productstory .module.flex .modulecontent p{ margin-bottom: 0; font-size: 12px;}


.our_features { padding: 50px 0px 50px; background: #f1f4fa;}
.features_item {margin-top: 30px;margin-bottom: 30px;position: relative;}
figure {margin: 0;}
.features_item .content_box {margin-top: 20px;}
.features_item .content_box h3 {margin-bottom: 10px;}
.features_item .content_box h3 a {font-size: 18px;font-weight: 600;color: #222;transition: .5s;}
.features_item .content_box p {color: #7b7a7a;}
.features_item .border_bottom {bottom: -15px;right: 0px;width: 100%;height: 2px;background: #eee;position: absolute;}
.features_item .border_bottom:before {width: 0%;height: 100%;transition: .5s;}
.features_item .border_bottom:before {top: 0px;left: 0;background: #e9b604;content: '';position: absolute;}










.list3 {}

.moduleframe.flex .module { display: flex; flex-direction: column; height: 100%;}

.moduleframe.flex .module .imgframe img{ float: left; }
.moduleframe.flex .module .modulecontent,.moduleframe.flex .module .imgframe{ flex: 1;}
.moduleframe.flex .module h4{ font-size: 18px;}

.dictionary .moduleframe.flex .module { padding: 30px;}

.list2 .moduleframe.flex .module .imgframe img{ width: 100%;}

.list1 .moduleframe.flex .module { display: flex; flex-direction: row; height: 100%;}
.list1 .moduleframe.flex .module .imgframe img{ width: 100%;}
.list1 .moduleframe.flex .module .videoframe iframe{ width: 100%; height: 320px;}


.list4 p{ font-size: 12px; min-height:70px; width: 100%; float: left; padding-top: 20px;}

.aboutus h5{ font-size: 16px; color: #ff000c; margin-bottom: 20px;}
.aboutus p,.aboutus { font-size: 12px; color: #777777;}
.aboutus p i { font-size: 16px;}


.fs12 { font-size: 12px;}
.requestform .module p.pr0 {padding-right: 0;}
 

.formstyle input,.formstyle textarea,.formstyle select{ 
    margin-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 55px;
    font-size: 16px;
    
    background: #fff;
    border: 1px solid #d8d7d7;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.formstyle input:focus,.formstyle textarea:focus,.formstyle select:focus{ border-color: #398daa;}
.formstyle textarea { height: auto; min-height: 80px; resize: vertical; font-family: 'Poppins', sans-serif;}
.formstyle input.button { width: auto; float: left;  margin-top: 20px;   padding: 0px 30px 0 30px; border: 0; background: #ff000c; color: #fff;  cursor: pointer;}
.formstyle input.button:hover,.formstyle input.button:focus {background: #63b3c6; color: #fff;}


.menuicon { display: none; width: 48px; height: 48px; float: right; background: url(../images/icon-menu.png) no-repeat center; transition: .3s ease;cursor: pointer;}
.closeicon { display: none; width: 48px; height: 48px; float: right; background: url(../images/icon-menu-close.png) no-repeat center;position: fixed; right: 40px; top: 40px; cursor: pointer;}

.leftborder { padding-left: 30px; border-left: 4px solid #ff000c;}

.successmes {
    width: 100%;
    float: left;
    background: #61c9d9;
    color: #fff;
    border-radius: 6px;
    min-height: 100px;
    text-align: center;
    padding-top: 40px;
}


.mail { padding-right: 10px; margin-right: 10px;  }


.testframe h4{ font-size: 16px;}
.testframe p{ font-size: 12px;}
.testframe .modulecontent{  background: #fff; padding: 20px; width: 100%; float: left;}
.testframe .imgframe img{ float: left;}



.bottomborder { width: 100%; height: 10px; background: #fff; float: left; margin-top: 50px;}
@media (max-width:1280px) {
    .center { width:1024px;}

    .mw1 { width:8.3334%;}
    .mw2 { width:16.6667%;}
    .mw3 { width:25%;}
    .mw4 { width:33.3334%;}
    .mw5 { width:41.6667%;}
    .mw6 { width:50%;}
    .mw7 { width:58.3334%;}
    .mw8 { width:66.6667%;}
    .mw9 { width:75%;}
    .mw10 { width:83.3334%;}
    .mw11 { width:91.6667%;}
    .mw12 { width:100%;}
    .mwfull { width:100%;}
    .mwnone { display:none;}
}
@media (max-width:1024px) {
    .center { width: 960px;}

    .xmw1 { width:8.3334%;}
    .xmw2 { width:16.6667%;}
    .xmw3 { width:25%;}
    .xmw4 { width:33.3334%;}
    .xmw5 { width:41.6667%;}
    .xmw6 { width:50%;}
    .xmw7 { width:58.3334%;}
    .xmw8 { width:66.6667%;}
    .xmw9 { width:75%;}
    .xmw10 { width:83.3334%;}
    .xmw11 { width:91.6667%;}
    .xmw12 { width:100%;}
    .xmwfull { width:100%;}
    .xmwnone { display:none;}

    .mainmenu .mainlink { margin: 0 10px; font-size: 16px;}
    .whoweareslider .swiper-slide{ padding: 0 50px;}

}
@media (max-width: 992px) {
    .center {width:720px;}

    .sw1 { width:8.3334%;}
    .sw2 { width:16.6667%;}
    .sw3 { width:25%;}
    .sw4 { width:33.3334%;}
    .sw5 { width:41.6667%;}
    .sw6 { width:50%;}
    .sw7 { width:58.3334%;}
    .sw8 { width:66.6667%;}
    .sw9 { width:75%;}
    .sw10 { width:83.3334%;}
    .sw11 { width:91.6667%;}
    .sw12 { width:100%;}
    .swfull { width:100%;}
    .swnone { display:none;}
    .smb30 { margin-bottom:30px;}

}
@media (max-width: 768px) {
    .w1,.w2,.w3,.w4,.w5,.w6,.w7,.w8,.w9,.w10,.w11,.w12 { width: 100%;}
    .center {width: 100%; padding-left:15px;padding-right:15px;}

    .tw1    { width:8.3334%;}
    .tw2    { width:16.6667%;}
    .tw3    { width:25%;}
    .tw4    { width:33.3334%;}
    .tw5    { width:41.6667%;}
    .tw6    { width:50%;}
    .tw7    { width:58.3334%;}
    .tw8    { width:66.6667%;}
    .tw9    { width:75%;}
    .tw10   { width:83.3334%;}
    .tw11   { width:91.6667%;}
    .tw12   { width:100%;}
    .twfull { width:100%;}
    .tmb30  { margin-bottom: 30px;}
    .flex   { display:block;}

    .list3 .flex .module { flex-direction: row}

    .dropdown { visibility: visible; display: none; opacity: 1; transition: none; left: 0;position: static; }
    .dropdown h5 span,.dropdown .imgframe{ display: none;}

    .menuicon       { display: block; position: relative;}
    .closeicon      { display: block; z-index: 1000;}
    .mainmenu       { display: none; position: fixed; width: 100%; height: 100%; z-index: 999; left: 0; top: 0; background: rgb(210, 0, 0);}
    .mainmenu .fr   { width: 100%;}
    .mainmenu .mainlink { width: 100%; height: 40px; text-align: center; color: #fff; margin-left: 0; margin-right: 0;}
    .mainmenu .mainlink::after,.mainmenu .mainlink::before { display: none;}

}
@media (max-width:540px){
    .pw1    { width:8.3334%;}
    .pw2    { width:16.6667%;}
    .pw3    { width:25%;}
    .pw4    { width:33.3334%;}
    .pw5    { width:41.6667%;}
    .pw6    { width:50%;}
    .pw7    { width:58.3334%;}
    .pw8    { width:66.6667%;}
    .pw9    { width:75%;}
    .pw10   { width:83.3334%;}
    .pw11   { width:91.6667%;}
    .pw12   { width:100%;}
    .pwfull { width:100%;}

    .list3 .flex .module { flex-direction: column}
    .list3 .flex .module .imgframe img{ width: 100%;}

    .maintitle h6 { margin-left: 0;}
    .maintitle h4 { margin-left: 40px;}

    .logo {text-align: center; margin-bottom: 20px;}
    .topmenu .fr { width: 100%; text-align: center;}
    #preloader { border: 20px solid #fff;}
    .mainslider { height: 300px;}
    .mainslider .swiper-slide .imgframe{ max-height: 150px; text-align: center;}
    .mainslider .swiper-slide .imgframe img{ max-height: 100px;  float: right;}
    .mainslider .swiper-slide .slidecontent{ display: none;}
}

 