@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
body{font-family: 'Poppins', sans-serif;padding: 0;margin:0;font-size: 16px;color: #242424;    line-height: 1.7;}
html{scroll-behavior: smooth;}
.form-group{margin-bottom: 30px;}
a{color: #242424;transition: all .5s;}
a:hover{color: #f26522;text-decoration: none;transition: all .5s;}
.btn{font-size: 18px;padding: 12px 30px;}
.btn-primary {
    color: #fff;
    background-color: #f26522;
    border-color: #f26522;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dd5c1e;
    border-color: #dd5c1e;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #dd5c1e;
    border-color: #dd5c1e;
    box-shadow: unset;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dd5c1e;
    border-color: #dd5c1e;
}
.btn-secondary {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: unset;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.header_top {
    background: #222222;
    color: #fff;
}


.hd_info p {
    margin-bottom: 0;
}
.header_top {
    font-size: 14px;
    padding: 10px 0;
        position: relative;
}
.social_h ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}
.social_h ul a {
    color: #fff;
    margin-right: 18px;
}
.social_h ul a:hover {
    color: #f26522;
}
.header_top::before {
    content: "";
    background: #222222;
    width: 1000px;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}
.header_top::after {
    content: "";
    background: #222222;
    width: 1000px;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
}
.invest_sec_con {
    width: 100%;
}
.header_middle {
    padding: 10px 0;
}
.header_con {
    display: flex;
        justify-content: flex-end;
}
.header_con_itm {
    display: flex;
    align-items: center;
}
.header_con_ic {
    flex: 0 0 50px;
    border: 2px dotted #ddd;
    height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_con_in h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.header_con_in {
    font-size: 13px;
}
.header_con_in p {
    margin-bottom: 0;
    color: #999;
}
.header_con_itm {
    display: flex;
    align-items: center;
    min-width: 240px;
    padding-left: 20px;
    justify-content: flex-end;
}
.header_nav {
    background: #f26522;
    margin-bottom: -5px;
    z-index: 11;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #222222;
}
a.nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
a.nav-link:hover, a.nav-link.active {
    color: #1e1e1e;
}
.search-form {
    background: #303030 none repeat scroll 0 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 300px;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.header_nav input {
    border-radius: 0;
}
.search_ic .form-control {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
}
.search_ic{position: relative;}
.search_ic:hover .search-form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}
.search_ic a {
    color: #fff;
    border: 2px dotted #242424;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}
.search_ic {
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-right: 20px;
        margin-left: auto;
}
.search-form button {
    border-radius: 0;
    padding: 5px 15px;
}
.btn_find {
    padding: 5px 12px;
    text-transform: uppercase;
    margin-left: 15px;
    border-radius: 0;
}
.header_nav::before{
    content: "";position: absolute;height: 100%;
    background: #222222;bottom: -5px;left: -5px;
    width: 5px;
}
.header_nav::after{
    content: "";position: absolute;height: calc(100% + 5px);
    background: #f26522;bottom: -5px;left: 100%;
    width: 1000px;
    border-bottom: 5px solid #222222;
}

.sld_sec_itm {
    padding: 0px 0 40px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sld_sec_con h2 {
    background: #407ab9;
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    padding: 10px 20px;
    margin-bottom: 5px;
}
.sld_sec_con h5 {
    background: rgba(255,255,255,.7);
    display: inline-block;
    font-size: 27px;
    padding: 12px 30px;
}
.sld_btn {
    margin-top: 0;
}
.sld_btn .btn {
    border-radius: 50px;
    text-transform: uppercase;
}
.abt_sec {
    padding: 70px 0;
}
.heading_type1 span {
    color: #878787;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.heading_type1 h3 {
    color: #0c181c;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}
.heading_type1 h3::after {
    content: "";
    height: 4px;
    width: 90px;
    background: #f26522;
    display: block;
    margin-top: 13px;
}
.abt_sec_con p {
    color: #0c181c;
    font-size: 22px;
}
.abt_sec_con p span {
    color: #f26522;
}
.abt_sec_con p.abt_sec_para {
    font-size: 15px;
    color: #9d9d9d;
    margin-top: 30px;
    line-height: 2;
}
.mvg_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.mvg_itm {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 0 30px #cecece;
    font-size: 15px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.mvg_itm h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.mvg_itm p{margin-bottom: 0;}
span.cnt_nvg {
    font-size: 220px;
    position: absolute;
    font-weight: bold;
    color: #f2f2f2;
    left: 0;
    right: 0;
    z-index: -1;
    line-height: 1.4;
}
.mvg_itm:hover {
    background: #407ab9;
    content: #fff;
    transition: all .5s;
}
.mvg_itm:hover span.cnt_nvg {
    color: #4a84c4;
}
.mvg_itm:hover h3, .mvg_itm:hover p{color:  #fff;}
.collection_sec {
    padding: 70px 0;
}
.heading_type2 {
    text-align: center;
    margin-bottom: 30px;
}
.heading_type2 h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}
.ct_sec_con {
    padding: 15px 0;
    border-bottom: 1px solid #f26522;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 7px;
}
.ct_sec_con::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 1px ;
    width: 100%;
    background: #f26522;

}
.ct_sec_in p {
    margin-bottom: 0;
    color: #858585;
}
.ct_sec_in h4 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
}
.ct_sec_btn {
    margin-left: auto;
}
.ct_sec_btn .btn_ct {
    width: 30px;
    border: 1px solid #ddd;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct_sec_btn .btn_ct img {
    width: auto;
}
.ct_sec_btn .btn_ct:hover{
    background: #f26522;
    border: 1px solid #f26522;
}
.ct_sec_btn .btn_ct img{
    filter: invert();
}
.ct_sec_btn .btn_ct:hover img{
    filter: unset;
}
.quality_sec {
    background: #f4f4f4;
    padding: 70px 0;
}
.quality_itm {
    text-align: center;
    background: #fff;
    padding: 30px;

}
.quality_img {
    width: 90px;
    height: 90px;
    background: #fce9df;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.quality_img img{transform: scale(1);transition: all .5s;}
.quality_itm:hover .quality_img img{transform: scale(.8);transition: all .5s;}
.quality_con h4 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}
.quality_con {
    font-size: 14px;
}
.btn_next {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    bottom: -16px;
}
.designes_s {
    padding: 70px 0;
}
.designes_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.designes_head .heading_type2 {
    margin-bottom: 0;
        text-align: left;
}
.designes_head ul.nav.nav-tabs {
    margin-left: auto;
    border-bottom: 1px solid #e2e2e2;
}
.designes_head ul.nav.nav-tabs .nav-link {
    color: #474747;
    font-size: 16px;
    padding-top: 0;
    border: 0;
}
.designes_head .nav-tabs .nav-item {
    margin-bottom: 0px;
    position: relative;
}
.designes_head ul.nav.nav-tabs .nav-link:hover, .designes_head ul.nav.nav-tabs .nav-link.active{
    color: #f26522;
}
.designes_head ul.nav.nav-tabs .nav-link::after{
    content: "";
    width: 100%;
    transition: all .5s;
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #f26522;
    transform: scale(0);
    left: 0;
}
.designes_head ul.nav.nav-tabs .nav-link:hover::after, .designes_head ul.nav.nav-tabs .nav-link.active::after{
    transform: scale(1);transition: all .5s;
}
.designes_s .tab-content {
    margin-top: 50px;
}
.meta_s {
    background: #f7f7f7;
    padding: 70px 0;
    margin-bottom: 70px;
}
.meta_s_itm {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}
.meta_s_ic {
    margin-right: 20px;
}
.meta_s_con h3 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
}
.meta_s_con p {
    margin-bottom: 0;
    font-size: 17px;
    color: #767676;
}
.meta_s_itm::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #c7c7c7;
    position: absolute;
    right: 10px;
}
.meta_s [class*="col-"]:last-child .meta_s_itm::after{display: none;}
.meta_s [class*="col-"]:last-child .meta_s_itm{padding-right: 0;}
/*.c_s::before {
    content: "";
    background: #252525;
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
}*/
.c_s {
    background: url(../img/bg1.jpg);
    background-size: cover;
    background-position: right center;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.c_s .owl-carousel .owl-item .feedback_meta_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    flex: 0 0 80px;
    margin-right: 25px;
}
.feedback_sec {
    padding: 70px 70px 70px 0;
    text-align: left;
    color: #fff;
}
.c_s .heading_type2 {
    text-align: left;
}
.c_s .heading_type2 h3{
    text-transform: capitalize;color: #fff;
}
.c_s .heading_type2 h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 36px;
}
.feedback_itm p {
    color: #969696;
    font-style: italic;
}
.feedback_itm {
    padding: 15px 0;
}
.feedback_sec .heading_type2{position: relative;z-index: 1;}
.feedback_sec .heading_type2::after {
    content: "";
    position: absolute;
    background: url(../img/quote.png);
    width: 105px;
    height: 89px;
        top: -5px;
    left: 0;
    display: inline-block;
        z-index: -1;
}
.feedback_meta {
    display: flex;
    align-items: center;
        margin-top: 25px;
}
.feedback_meta_con h4 {
    font-size: 20px;
    margin-bottom: 0;
        text-transform: uppercase;
}
.feedback_meta_con span {
    color: #f26522;
}
.feedback_sec .owl-dots {
    position: absolute;
}
.feedback_sec .owl-dot:focus{outline: 0;}
.feedback_sec .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 2px solid #fff;
}
.feedback_sec .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 2px solid #fff;
}
.feedback_sec .owl-theme .owl-dots .owl-dot.active span, .feedback_sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #f26522;border: 2px solid #f26522;
}
.request_sec {
    padding: 70px 0;
    max-width: 600px;
    margin: auto;
}
.request_sec .form-control {
    min-height: 52px;
    border-radius: 0;
    border: 0;
}
.request_sec .row {
    margin: 0 5px;
}
.request_sec .row [class*="col-"] {
    padding: 0 6px;
}
.request_sec .form-group {
    margin-bottom: 12px;
}
.request_sec .btn {
    border-radius: 30px;
    padding: 10px 35px;
    text-transform: uppercase;
}
.client_sec {
    margin: 55px 0;
    text-align: center;
}
.client_itm {
    border: 1px solid #ddd;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.client_itm img {
    max-width: 100%;
}
.footer_top {
    background: #1e1e1e;
    padding: 50px 0;
    color: #fff;
    font-size: 13px;
}
.footer_logo {
    margin-bottom: 25px;
}
.footer_itm input.form-control {
    border-radius: 0;
    border: 0;
    height: 55px;
    font-size: 13px;
}
.footer_email {
    margin-top: 25px;
}
.footer_email button {
    border-radius: 0;
    padding: 0;
    width: 50px;
}
.footer_head {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_itm ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_itm ul li a  {
    color: #fff;
}
.footer_itm ul li{margin-bottom: 10px;display: flex;}
.footer_itm.footer_itm_con {
    padding-right: 30px;
}
.footer_itm ul li span{font-weight: bold;margin-right: 5px;}

.footer_social ul {
    display: flex;
    margin:0;
    padding-right: 0;list-style: none;
}
.footer_social ul a {
    width: 34px;
    height: 34px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all .5s;
}
.footer_social ul a:hover{transition: all .5s;background: #f26522;border: 1px solid #f26522;}
.footer_social{margin-top: 30px;}
.footer_copyright {
    background: #f26522;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
}
.footer_copyright p {
    margin-bottom: 0;
}
.page_wrapper {
    overflow-x: hidden;
}
.owl-nav button {
    background: #f26522 !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 38px !important;
    font-family: monospace !important;
    color: #fff !important;
    line-height: .7 !important;
    position: absolute;
    top: 40%;
}
.owl-nav button.owl-prev {
    left: -4px;
}
.owl-nav button.owl-next {
    right: -4px;
}
.owl-nav button:focus{outline: 0;box-shadow: unset;}
.abt_sec_img img {
    max-width: 100%;
}
img{max-width: 100%;}
.navbar {
    padding: 0rem 1rem;
}
.nav-link{padding: .7rem 1rem;}
.navbar-nav .dropdown-menu {
    margin: 0;
    padding: 0;
    background: #222222;
}
.navbar-nav .dropdown-menu a.dropdown-item {
    color: #fff;
    padding: .5rem 1.5rem;
}
.navbar-nav .dropdown-menu a.dropdown-item:hover {
    color: #222222;
}
.vbox-close {
    right: 20px;
    top: 10px;
    font-size: 40px;
    font-weight: lighter;
}
.inner_sld_con {
    padding: 50px 0 20px;
    text-align: center;
}
.inner_sld_con .page_header_title::after {
    content: "";
    height: 4px;
    width: 90px;
    background: #f26522;
    display: block;
    margin-top: 13px;
    margin: auto;
}
.page_header_title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.site_breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site_breadcrumbs ul li::after {
    content: "/";
    margin: 0 12px;
    font-size: 12px;
}
.site_breadcrumbs ul li:last-child::after {
    display: none;
}
.about_s {
    padding: 70px 0;
}
.about_s_con {
    display: inline-block;
}
.about_img {
    float: left;
}
.about_img {
    float: left;
    max-width: 400px;
    margin-right: 50px;
    margin-bottom: 35px;
}
.section_type1_img {
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
        min-height: 450px;
}
.section_type1 {
    padding: 50px 0;
}
.section_type1_con {
    text-align: center;
}
.section_type1_con .heading_type1 h3::after {
    margin: 13px auto 0;
}
.section_type2 {
    background: #f4f4f4;
}
.section_type1_info {
    padding: 50px 40px;
    text-align: justify;
}
.section_type3 {
    padding: 70px 60px;
}
.section_type3_con {
    background: #fff;
    box-shadow: 0 0 30px #eaeaea;
    padding: 40px;
    text-align: justify;
}
.comp_sec {
    padding: 55px 0;
}
.comp_sec_itm {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;margin: 15px 0;
}
.comp_sec_itm::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: linear-gradient(3600deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    left: 0;
}
.comp_sec_itm_nm {
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    display: flex;
    line-height: 1.3;
    transition: all .5s;
}
.cmp_span {
    background: #f26522;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: -3px;
    flex: 0 0 30px;
}
.comp_sec_itm:hover .comp_sec_itm_nm {
    margin-bottom: 15px;
    transition: all .5s;
}
.section_type4 {
    padding: 70px 0;
}
.section_type3_con .heading_type2, .section_type1_info .heading_type2{text-align: left;}
.section_type3_con_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 0 0 50%;
}
.section_type3_con ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.heading_type2 h4::after {
    content: "";
    background: #f26522;
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 15px;
}
.heading_type2 h4 {
    font-weight: bold;
}
.section_type3.section_type3_1 {
    padding: 70px 0;
    background: #f4f4f4;
}
.section_type3_itm{display: flex;}
.section_type3_1 .row [class*="col-"]:nth-child(2) .section_type3_itm {
    flex-direction: row-reverse;
}
.comp_sec_s .comp_sec_itm_nm {
    font-size: 30px;
}
.quality_s .abt_sec_con p {
    font-size: inherit;
    text-align: justify;
}
.abt_sec_logo_img {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 30px #e8e8e8;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt_sec_logo_img img{transition: all .5s;transform: scale(1);}
.abt_sec_logo_img:hover img{transform: scale(.8);}
.heading_type1 h3 span {
    text-transform: capitalize;
    font-weight: 500;
}
.quality_s {
    padding: 70px 0 160px;
    background: #f4f4f4;
}
.abt_sec_logo {
    margin-top: -150px;
    margin-bottom: 70px;
}
.download_cat {
    padding: 55px 0;
}
.download_cat_itm {
    background: #fff;
    box-shadow: 0 0 30px #e6e6e6;
    margin: 15px 0;
}
.download_cat_con {
    border-top: 1px solid #f26522;
    margin-top: 6px;
    padding: 20px;
    display: flex;
    position: relative;
    align-items: center;
}
.download_cat_con::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    height: 1px;
    width: 100%;
    background: #f26522;
}
.download_cat_con h4 {
    font-size: 18px;
    margin-right: 50px;
    margin-bottom: 0;
    font-weight: 600;
}
.doanload_btn {
    margin-left: auto;
}
.doanload_btn .btn_dc {
    width: 35px;
    border: 1px solid #ddd;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doanload_btn .btn_dc:hover {
    background: #f26522;
    border: 1px solid #f26522;
    color: #fff;
}
.download_cat_img {
    overflow: hidden;
}
.download_cat_img img{transition: all .5s;transform: scale(1);}
.download_cat_img:hover img{transform: scale(1.1);transition: all .5s;}
.blog_sec {
    margin: 40px 0;
}
.blog_itm {
    margin: 30px 0;
}
.blog_con {
    padding: 15px 0 35px;
    border-bottom: 1px solid #f26522;
    position: relative;
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
}
.blog_con h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
    height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.blog_con p {
    font-size: 14px;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
}
.blog_con::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 1px;
    width: 100%;
    background: #f26522;
}
.blog_con .post-meta ul {
    padding-left: 0;
    margin-bottom: 10px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.blog_con .post-meta ul li {
    font-size: 14px;
    color: #b9b9b9;
    position: relative;
}
.blog_con .post-meta ul li::after {
    color: #b9b9b9;
    content: '/';
    margin: 0 10px;font-size: 12px;
}
.blog_con .post-meta ul li:last-child::after {
    display: none;
}
.blog_con .btn_next {
    bottom: -22px;
    z-index: 1;
}
.blog_itm_img{overflow: hidden;}
.blog_itm_img img{transition: all .5s;transform: scale(1);}
.blog_itm:hover .blog_itm_img img{transition: all .5s;transform: scale(1.2);}
.blog_itm:hover .blog_con h4 a{color: #f26522;}
.contact_sss {padding: 70px 0; background-size: cover;}
.owl-carousel .owl-item .client_itm img {
    max-width: 100%;
    width: auto;
}
.client_sec .owl-nav button {
    top: 37px;
}
.contact_sss_form {
    padding: 50px;
    background: rgba(255, 255, 255, .8);
    max-width: 600px;
    margin: auto;
}
.contact_sss_form .form-control {
    min-height: 50px;
}
.contact_sec {
    padding: 70px 0;
}
.contact_sec_item {
    background: #fff;
    box-shadow: 0 0 20px #e6e6e6;
    padding: 30px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.contact_sec_ic {
    background: #fce9df;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    flex: 0 0 70px;
}
.contact_sec_con h5 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #808080;
    display: inline-block;
    width: 100%;
    font-weight: normal;
}
.contact_sec_con span {
    font-size: 17px;
    margin-top: 3px;
    display: block;
    line-height: 1.3;
}
.contact_sec_con .heading_type2 {
    text-align: left;
}
.contact_sec_item .contact_sec_ic img{transform: scale(1);transition: all .5s;}
.contact_sec_item:hover .contact_sec_ic img{transform: scale(.8);transition: all .5s;}
.client_sec_itm {
    height: 170px;
    border: 1px solid #ddd;
    padding: 20px 15px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}
.client_sec_itm .client_sec_img {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_sec_con {
    background: #f26522;
    position: absolute;
    left: 0;
    top: auto;
    padding: 15px;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    bottom: -100%;
    width: 100%;
}
.client_sec_con p {
    font-size: 14px;
    margin-bottom: 0;
}
.client_sec_itm:hover .client_sec_con{
    transition: all .5s;
    bottom: 0;
}
.client_sec_itm:hover{
    border: 1px solid #f26522;
}
.client_sec_con h4 {
    font-size: 18px;
}
.client_con_itm {
    margin-bottom: 40px;
}

.about_info > p {
    text-align: justify;
}

.single-post .col-sm-9 > p {
    text-align: justify !important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0;
    margin: 0;
    font-size: 18px;
	font-weight: bold;
    text-align: center;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: no-repeat;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 12px;
}
.woocommerce ul.products li.product .button:hover {
    background: #f26522;
    color: #fff;
    border: 1px solid #f26522;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 5px 10px;
    height: 36px;
    line-height: 1;
    font-size: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f26522 !important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul{border: 0 !important;background: none;text-align: center !important;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{min-width: 2.5em !important;}
a.page-numbers {
    background-color: #1e1e1e !important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li{border-right: 0 !important;margin: 0 6px 0 0 !important;}
.woocommerce nav.woocommerce-pagination {
    text-align: left !important;
}
.abt_sec .widget ul li, .abt_sec .widget ol li {
    border-bottom: 1px solid #efefef;
    border-top: 0;
    padding: 0.7em 0;
    font-size: 14px;
}
.abt_sec .widget ul li:last-child, .abt_sec .widget ol li:last-child {
    border-bottom: 0;
    padding: 0.7em 0 0;
}
.abt_sec .widget ul li a:hover, .abt_sec .widget ul li a:focus{
    box-shadow: unset;color: #f26522;
}
.abt_sec h2.widget-title {
    font-size: 17px;
    margin-bottom: .5em;
    border-bottom: 1px solid #909090;
    padding-bottom: .4em;
    letter-spacing: 0;
}
.category_sidebar_sec.collapse {
    display: block;
}
.cat-item ul.yith-children {
    padding: 0 0 0 31px;
}
.cat-item ul.yith-children li.cat-item {
    padding: 0 !important;
    line-height: 1.5;
    margin: 2px 0 10px;
    background: none !important;
}
.highlight_cat {
    color: #f26522 !important;
}
.related.products {
    clear: both;
}
.related.products h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.related.products h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: url(http://naveentile.com/wp-content/themes/Naveentile/img/line.png);
    width: 162px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.related.products ul h2::after {
    display: none;
}
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.main-navigation#site-navigation a {
    color: #fff;
}
.main-navigation#site-navigation a:hover {
    color: #222222;
}
.main-navigation#site-navigation .sub-menu .menu-item a {
    color: #222222;
    line-height: 1.3;
    padding: 7px 10px;
}
.main-navigation#site-navigation li li:hover, .main-navigation#site-navigation li li.focus {
    background: #222222 !important;
}
.main-navigation#site-navigation li li:hover > a, .main-navigation#site-navigation li li.focus > a {
    color: #fff !important;
}

.header_sec .btn.btn_find {
    font-size: 14px;
}
.main-navigation#site-navigation .sub-menu .menu-item:hover .sub-menu a {color: #222222;}
.main-navigation#site-navigation .sub-menu .menu-item:hover .sub-menu .menu-item:hover a, 
.main-navigation#site-navigation .sub-menu .menu-item.focus .sub-menu .menu-item:hover a {color: #fff;}
#site-navigation .menu-item > .highlight_cat {
    color: #222222 !important;
}
#site-navigation .menu-item.current-menu-item > a {
    color: #fff !important;
}
#site-navigation .sub-menu > .menu-item.current-menu-item > .highlight_cat {
    color: #fff !important;
}
#site-navigation .sub-menu > .menu-item.current-menu-item {
    background: #222222;
}

.investor_sec {
    background: #f4f4f4;
    padding: 70px 0;
}
.investor_sec_itm{background: #fff;padding: 30px;}
.invest_sec {
    padding: 70px 0;
}
.invest_sec_tabs li {
    flex: 0 0 100%;
}
.invest_sec_tabs .nav-link {
    color: #242424;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 0;
    line-height: 1.4;
    text-transform: capitalize;
    border: 1px solid #e6e6e6;
    background: #f9f9f9;
}
.invest_sec_tabs .nav-link.active, .invest_sec_tabs .nav-link:hover{color: #fff;background: #f26522;border: 1px solid #f26522;}
.tab_invest_itms {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.invest_sec_tabs {
    flex: 0 0 250px;
    margin-right: 30px;
}
.tab_invest_itm {
    margin-bottom: 20px;
    flex: 0 0 33.33%;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}
.tab_invest_itm a {
    text-align: center;
    display: inline-block;
    line-height: 1.3;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    transition: all .5s;
}
.tab_invest_itm a i {
    font-size: 30px;
    color: #f26522;
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
}
.invest_sec_itms {
    display: flex;
}
.tab_invest_itm:hover a {
    background: #f26522;
    border: 1px solid #f26522;
    color: #fff;
    transition: all .5s;
}
.tab_invest_itm:hover a i{color: #fff;}
.section_types tr td:first-child {
    background: #fff;
}
.section_types tr td, .section_types tr th{padding: 10px 30px;}
.section_types thead {
    background: #ffff;
}
.section_types .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}
.section_types {
    background: #f4f4f4;
    padding: 70px 0;
}
.section_types table {
    border: 1px solid #dee2e6;
}
.print_img_s {
    text-align: center;
    padding: 30px 0;
}
.section_types .table img {
    width: 100px;
    display: block;
    margin-bottom: 12px;
}
.contact_sec_con span + h5 {
    margin-top: 12px;
}
.invest_sec_tabs_head {
    display: none;
}
.cat_sss {
    display: flex;
    justify-content: flex-end;
    width: 500px;
    max-width: 100%;
}
.cat_sss label {
    white-space: nowrap;
    margin-right: 20px;
    margin-top: 3px;
}
.location_sl #stores .item{margin: 15px 0;}
.location_sl #stores p.lead {
    color: #f26522;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    border-top: 1px solid #f26522;
    width: 100%;
    display: block;
    padding-top: 12px;
}
.location_sl .btn {
    margin-top: 15px;
}
.owl-carousel .owl-item .client_sec_img img{
    max-width: 100%;
    width: auto;
}
.client_sec .client_con_itm .owl-nav button{
    top: 30%;
}
.client_con_itm .owl-dots button:hover, .client_con_itm .owl-dots button:focus{
    outline: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e96429;
}

.single-product .woocommerce-product-gallery {
    border: 1px solid #ccc;
}
.single-product [style="margin-bottom:25px;"] {
    border: 1px solid #ddd;
}


/*===============*/
.header_nav {
    padding: 0px 20px 0px 0px;
}
.owl-nav button.owl-prev span {
    margin-left:7px;
}
.owl-nav button.owl-next span {
    margin-right:7px;
}

span.wpcf7-form-control-wrap.cf7emc-captcha-field {
    color: #fff;
}
.header_nav_in {
    display: flex;
    align-items: center;
}
.whts_sec a {
    background: #0dc142;
    position: fixed;
    z-index: 11;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    left: 20px;
    bottom: 20px;
}