 @import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
 /*    font-family: 'Teko', sans-serif;

    font-family: 'Titillium Web', sans-serif;*/
 html {
   max-width: 100%;
   overflow-X: hidden;
   width: 100%
 }
 body {
   padding: 0;
   margin: 0;
   max-width: 100%;
   overflow-X: hidden;
   font-family: 'Titillium Web', sans-serif;
   color: #fff;
   font-size: 17px;
   line-height: normal;
   font-weight: normal;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   background: #030303;
 }
 a {
   outline: none !important;
   text-decoration: none;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   color: #626262
 }
 a:hover, a:focus {
   outline: none !important;
   text-decoration: none;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   color: #df4b23 !important
 }
 img {
   border: none;
   vertical-align: middle;
   max-width: 100%;
   height: auto;
   margin: 0px auto;
   max-height: auto;
   width: auto;
 }
 ul, li, p {
   list-style: none;
   padding: 0px;
   margin: 0px;
   line-height: normal;
 }
 strong, b {
   font-weight: bold;
 }
 h1, h2, h3, h4, h5, h6 {
   outline: none !important;
   margin: 0px;
   padding: 0px;
   font-weight: bold;
   line-height: normal;
   color: #fff;
   font-family: 'Teko', sans-serif;
 }
 h1, .h1 {
   font-size: 40px;
 }
 h2, .h2 {
   font-size: 32px;
 }
 h3, .h3 {
   font-size: 28px;
 }
 h4, .h4 {
   font-size: 24px;
 }
 h5, .h5 {
   font-size: 20px;
 }
 h6, .h6 {
   font-size: 18px;
 }
 input, select, textarea, button, input:hover, select:hover, textarea:hover, button:hover, input:focus, select:focus, textarea:focus, button:focus {
   outline: none !important;
   box-shadow: none;
   border: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   text-decoration: none;
 }
 ::-webkit-input-placeholder {
   color: #626262 !important;
   opacity: 1;
   font-weight: normal !important
 }
 ::-moz-placeholder {
   color: #626262 !important;
   opacity: 1;
   font-weight: normal !important
 }
 :-ms-input-placeholder {
   color: #626262 !important;
   opacity: 1;
   font-weight: normal !important
 }
 :-moz-placeholder {
   color: #626262 !important;
   opacity: 1;
   font-weight: normal !important
 }
 .container {
   width: 100%;
   max-width: 1300px;
   margin: 0 auto;
   padding: 0px 15px
 }
 .no_padding {
   padding: 100px 0
 }
 .ofi {
   object-fit: cover;
   font-family: 'object-fit: cover'
 }
 .bg {
   -webkit-background-size: cover !important;
   -moz-background-size: cover !important;
   -o-background-size: cover !important;
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important
 }
 section, header, footer {
   float: left;
   width: 100%;
   margin: 0px;
   position: relative
 }
 .content_middle {
   width: 100%;
   float: left;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 50%;
   -moz-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   left: 0px;
   right: 0px;
   margin: 0px auto;
   text-align: center
 }
 /*HEADER-START*/
 .header_info {
   position: relative;
   width: 100%;
   display: inline-block;
   text-align: right;
   vertical-align: middle;
   background-color: #fff;
   padding: 15px 0px;
   border-bottom: 1px solid #efefef;
 }
 .header_info .logo {
   width: auto;
   float: left;
   position: relative;
   z-index: 1;
   padding: 0px;
   padding-top: 0px;
 }
 .header_info .logo a, .header_info .logo a img {
   display: inline-block;
   vertical-align: middle
 }
 .header_info .logo a img {
   width: 195px;
 }
 .header_info .logo a span {
   font-weight: bold;
   text-transform: uppercase;
   color: #014d7f;
   font-size: 23px;
   padding-left: 20px;
   line-height: 0.8;
   display: inline-block;
   vertical-align: middle;
   margin-top: 2px;
 }
 .nav_menu_content {
   display: inline-block;
   vertical-align: middle
 }
 .nav_menu_content nav {
   width: 100%;
   padding: 0px
 }
 .nav_menu_content .sm-clean {
   float: right;
   width: 100%;
   text-align: right;
   padding-top: 19px;
 }
 .nav_menu_content .sm-clean li {
   margin: 0px 20px
 }
 .nav_menu_content .sm-clean li:first-child {
   margin-left: 0px
 }
 .nav_menu_content .sm-clean li:last-child {
   margin-right: 0px
 }
 .nav_menu_content .sm-clean ul li {
   margin: 0px
 }
 /*START-MENU-CSS*/
 .nav_menu_content .sm-clean li a {
   color: #626262;
   font-size: 18px;
   padding: 20px 0px;
   font-weight: 500;
   text-transform: uppercase;
   position: relative;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   font-family: 'Titillium Web', sans-serif;
 }
 .nav_menu_content .sm-clean a .sub-arrow {
   border-color: #626262 transparent transparent transparent
 }
 .nav_menu_content .sm-clean li a:hover, .nav_menu_content .sm-clean li a:focus, .nav_menu_content .sm-clean li a.highlighted, .nav_menu_content .sm-clean li.current-menu-item a, .nav_menu_content .sm-clean li a.disabled, .nav_menu_content .sm-clean li.current-menu-ancestor a, .nav_menu_content .sm-clean li.current_page_parent a, .nav_menu_content .sm-clean li.current_page_ancestor a {
   color: #df4b23
 }
 .nav_menu_content .sm-clean li a:hover .sub-arrow, .nav_menu_content .sm-clean li a:focus .sub-arrow, .nav_menu_content .sm-clean li a.highlighted .sub-arrow, .nav_menu_content .sm-clean li.current-menu-item a .sub-arrow, .nav_menu_content .sm-clean li a.disabled .sub-arrow, .nav_menu_content .sm-clean li.current-menu-ancestor a .sub-arrow, .nav_menu_content .sm-clean li.current_page_parent a .sub-arrow, .nav_menu_content .sm-clean li.current_page_ancestor a .sub-arrow {
   border-color: #df4b23 transparent transparent transparent
 }
 /*END-MENU-CSS*/
 .nav_menu_content .sm-clean ul li a {
   padding: 7px 24px;
   color: #626262;
   font-size: 15px;
   font-weight: normal;
   text-transform: none;
   position: relative;
   line-height: 16px;
   border-radius: 5px !important;
   overflow-x: hidden;
 }
 .nav_menu_content .sm-clean ul a .sub-arrow {
   border-color: transparent transparent transparent #626262
 }
 .nav_menu_content .sm-clean ul li a:hover .sub-arrow, .nav_menu_content .sm-clean ul li a:focus .sub-arrow, .nav_menu_content .sm-clean ul li a.highlighted .sub-arrow, .nav_menu_content .sm-clean ul li.current-menu-item a .sub-arrow, .nav_menu_content .sm-clean ul li a.disabled .sub-arrow, .nav_menu_content .sm-clean ul li.show a .sub-arrow, .nav_menu_content .sm-clean ul li.current_page_item a .sub-arrow, .nav_menu_content .sm-clean ul li.current-menu-ancestor a .sub-arrow, .nav_menu_content .sm-clean ul li.current_page_parent a .sub-arrow, .nav_menu_content .sm-clean ul li.current_page_ancestor a .sub-arrow {
   border-color: transparent transparent transparent #ffffff
 }
 .nav_menu_content .sm-clean ul li a:hover, .nav_menu_content .sm-clean ul li a:focus, .nav_menu_content .sm-clean ul li a.highlighted, .nav_menu_content .sm-clean ul li a.disabled, .nav_menu_content .sm-clean ul li.show a {
   color: #fff !important;
   background-color: #df4b23;
   padding-left: 30px;
 }
 .nav_menu_content .sm-clean a:before {
   content: '';
   position: absolute;
   display: block;
   bottom: -28px;
   height: 5px;
   left: 0;
   width: 100%;
   background-color: #df4b23;
   transform-origin: right center;
   transform-origin: right center;
   -moz-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
   -moz-transition: -moz-transform .60s cubic-bezier(.37, .31, .2, .85);
   -o-transition: -o-transform .60s cubic-bezier(.37, .31, .2, .85);
   -webkit-transition: -webkit-transform .60s cubic-bezier(.37, .31, .2, .85);
   transition: transform .60s cubic-bezier(.37, .31, .2, .85)
 }
 .nav_menu_content .sm-clean a:hover:before, .nav_menu_content .sm-clean a:focus:before, .nav_menu_content .sm-clean li a:hover:before, .nav_menu_content .sm-clean li a:focus:before, .nav_menu_content .sm-clean li a.highlighted:before, .nav_menu_content .sm-clean li.current-menu-item a:before, .nav_menu_content .sm-clean li a.disabled:before, .nav_menu_content .sm-clean li.current-menu-ancestor a:before, .nav_menu_content .sm-clean li.current_page_parent a:before, .nav_menu_content .sm-clean li.current_page_ancestor a:before {
   transform-origin: left center;
   -moz-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1)
 }
 .nav_menu_content .sm-clean ul li a:before {
   display: none
 }
 .nav_menu_content .sm-clean ul li a:after {
   font-family: 'Font Awesome 5 Free';
   position: absolute;
   content: "\f061";
   left: 0px;
   display: inline-block;
   font-weight: 900;
   left: -20px;
   top: 8px;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
   opacity: 0px;
 }
 .nav_menu_content .sm-clean ul li a:hover:after, .nav_menu_content .sm-clean ul li a:focus:after, .nav_menu_content .sm-clean ul li a.highlighted:after, .nav_menu_content .sm-clean ul li.current-menu-item a:after, .nav_menu_content .sm-clean ul li a.disabled:after, .nav_menu_content .sm-clean ul li.show a:after, .nav_menu_content .sm-clean ul li.current_page_item a:after, .nav_menu_content .sm-clean ul li.current-menu-ancestor a:after, .nav_menu_content .sm-clean ul li.current_page_parent a:after, .nav_menu_content .sm-clean ul li.current_page_ancestor a:after {
   display: inline-block;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
   left: 8px;
   opacity: 1;
 }
 /*HEADER-END*/
 /*coman_btn*/
 .coman_btn {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   cursor: pointer;
   text-decoration: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   background: #df4b23;
   color: #fff !important;
   padding: 15px 30px;
   font-size: 17px;
   font-weight: 600;
   border-radius: 5px;
   text-transform: uppercase;
   border-radius: 18px 0px 18px 0px !important;
 }
 .coman_btn:hover, .coman_btn:focus, .coman_btn:active {
   color: #000 !important;
 }
 .coman_btn::before {
   background: #fff;
   border-radius: 20px 0px 20px 0px !important;
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   -webkit-transform: scale(0);
   transform: scale(0);
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
 }
 .coman_btn:hover::before, .coman_btn:focus::before, .coman_btn:active::before {
   -webkit-transform: scale(1);
   transform: scale(1);
   border-radius: 18px 0px 18px 0px !important;
 }
 /*defualt_content_sec*/
 .defualt_content_sec h1 {
   position: relative;
   font-weight: bold;
   font-size: 40px;
   margin-bottom: 20px;
 }
 .defualt_content_sec h2 {
   position: relative;
   font-weight: bold;
   font-size: 32px;
   margin-bottom: 20px;
 }
 .defualt_content_sec h3 {
   position: relative;
   font-weight: 600;
   font-size: 25px;
   margin-bottom: 15px;
   text-transform: uppercase;
 }
 .product-info {
   text-align: center;
   margin-bottom: 50px;
 }
 .product-info h3 {
   min-height: 72px;
   min-height: 72px;
   float: left;
   width: 100%;
 }
 .product-info .coman_btn {
  padding: 12px 15px;
  font-size: 14px;
 }
 .product-block-list figure {
   float: left;
   width: 100%;
 }
 .product-block-list figure img {
   float: left;
   width: 100%;
   border-radius: 30px 0px 30px 0px !important;
 }
 .product-block-list .row {
   margin: 0px -20px;
  justify-content: center;
 }
 .product-block-list .col-md-3.col-sm-6 {
   padding: 0px 20px;
 }
 .defualt_content_sec h4 {
   position: relative;
   font-weight: bold;
   font-size: 24px;
   margin-bottom: 20px;
 }
 .defualt_content_sec h5 {
   float: left;
   width: 100%;
   position: relative;
   font-weight: bold;
   font-size: 20px;
   margin-bottom: 20px;
 }
 .defualt_content_sec h6 {
   position: relative;
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 10px;
 }
 .defualt_content_sec p {
   margin-bottom: 25px;
   font-size: 18px;
   line-height: 1.7;
   margin-bottom: 25px;
 }
 .defualt_content_sec a {
   color: #404040;
   display: inline-block
 }
 .defualt_content_sec ul {
   position: relative;
   margin-bottom: 10px;
   padding-left: 5px;
   margin-bottom: 30px
 }
 .defualt_content_sec ul li {
   margin-bottom: 10px;
   font-size: 18px;
   padding-left: 20px;
   position: relative;
   width: 100%;
   float: left
 }
 .defualt_content_sec ul li:before {
   background: #014d7f;
   position: absolute;
   width: 10px;
   height: 10px;
   content: "";
   left: 0px;
   top: 50%;
   border-radius: 50px;
   -moz-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%)
 }
 .defualt_content_sec ol {
   float: left;
   width: 100%;
   position: relative;
   margin-bottom: 10px;
   padding-left: 0px
 }
 .top-notch-products p {
   font-size: 17px;
 }
 .defualt_content_sec ol li {
   margin-bottom: 10px;
   font-size: 18px;
   counter-increment: section;
   padding-left: 30px;
   position: relative;
   width: 100%;
   float: left
 }
 .defualt_content_sec ol li:before {
   content: counter(section);
   position: absolute;
   left: 0px;
   top: 3px;
   position: absolute;
   height: 20px;
   width: 20px;
   text-align: center;
   line-height: 20px;
   font-size: 13px;
   background: #014d7f;
   color: #fff;
   font-weight: 700;
   border-radius: 50px
 }
 /*HOME-BENNER-SEC*/
 .home_img {
   float: left;
   width: 100%;
   position: relative;
   padding: 0px !important;
   background-position: right center !important;
 }
 .home_img img {
   float: left;
   width: 100% !important;
   position: relative;
   height: auto
 }
 .caption_inner {
   float: left;
   width: 100%;
   position: relative;
 }
 /*HOME-BENNER-SEC*/
 .header_contact_info {
   padding: 10px 0px;
   text-align: right;
   background: #030303;
 }
 .header_contact_info a {
   font-size: 17px;
   font-weight: 400;
   padding: 0px 20px;
   color: #fff !important;
   border-left: 1px solid #fff;
 }
 .header_contact_info a:first-child {
   border: none;
 }
 .header_contact_info p {
   font-size: 17px;
   font-weight: normal;
   float: left;
   color: #fff !important;
 }
 .header_contact_info a i {
   padding-right: 10px;
 }
 .web_whatsapp {
   display: inline-block;
 }
 .mob_whatsapp {
   display: none;
 }
 .home_slider.owl-theme .owl-nav [class*="owl-"].owl-prev {
   left: 5px !important;
 }
 .home_slider.owl-theme .owl-nav [class*="owl-"].owl-next {
   right: 5px !important;
 }
 .home_slider .owl-dots {
   position: absolute;
   bottom: 10px;
   left: 0px;
   right: 0px;
   margin: auto;
 }
 .coman_title {
   float: left;
   width: 100%;
   position: relative;
   text-align: center;
 }
 .coman_title h2 {
   float: left;
   width: 100%;
   position: relative;
   font-size: 50px;
   text-transform: uppercase;
   padding-bottom: 15px;
   margin-bottom: 40px;
   line-height: 1.3
 }
 .coman_title h2 span {
   font-size: 22px;
   clear: both;
   float: left;
   width: 100%;
   font-weight: 500;
 }
 .coman_title h2:before {
   content: "";
   position: absolute;
   bottom: 0px;
   right: 0px;
   left: 0px;
   margin: auto;
   background: #df4b23;
   width: 60px;
   height: 3px;
 }
 .welcome_info, .welcome_info figure, .welcome_info figure img {
   float: left;
   width: 100%;
   position: relative;
 }
 .welcome_info figure img {
   border-radius: 30px 0px 30px 0px;
 }
 .welcome_info .col-md-6:last-child {
   padding-left: 40px;
 }
 .welcome_info p, .coman_title p {
   font-size: 17px;
   margin-bottom: 25px;
   line-height: 1.8;
   float: left;
   width: 100%;
 }
 .coman_title p {
   margin-bottom: 40px;
 }
 .welcome_info a {
   color: #484f51;
   font-weight: 600;
 }
 .welcome_info p b {
   font-weight: 600;
 }
 .welcome_info a i {
   font-size: 13px;
   padding-left: 5px;
 }
 .over_product_sec {
   background: #111010;
 }
 .over_product_sec {
   background: #1d1d1d;
 }
 .over_product_sec .coman_title h2 {
   color: #fff;
 }
 .over_product_sec .coman_title h2::before {
   background: #fff;
 }
 .over_product_sec .owl-theme .owl-nav [class*="owl-"] {
   background: #fff !important;
   color: #014d7f !important;
 }
 .over_product_sec .owl-theme .owl-nav [class*="owl-"]:hover, .over_product_sec .owl-theme .owl-nav [class*="owl-"]:focus {
   color: #fff !important;
 }
 .over_product_sec.over_product_sec-2 {
   background: #FFF;
 }
 .over_product_sec.over_product_sec-2 .coman_title h2 {
   color: #626262;
 }
 .over_product_sec.over_product_sec-2 .coman_title h2::before {
   background: #014d7f;
 }
 /*Gallery*/
 .images_gellery {
   float: left;
   width: 100%;
   position: relative;
 }
 .card-columns {
   -webkit-column-count: 4;
   -moz-column-count: 4;
   column-count: 4;
   -webkit-column-gap: 0px;
   -moz-column-gap: 0px;
   column-gap: 0px;
 }
 .images_gellery .card {
   border: none;
   padding: 10px;
   margin-bottom: -7px;
   margin-right: 0px;
   background: none;
   border-radius: 0px;
 }
 .images_gellery .card a {
   float: left;
   width: 100%;
   position: relative;
 }
 .images_gellery .card a img {
   float: left;
   width: 100%;
   position: relative;
   height: auto;
 }
 .images_gellery .card a:before {
   content: "";
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 450ms ease-out 0s;
   -moz-transition: all 450ms ease-out 0s;
   -o-transition: all 450ms ease-out 0s;
   transition: all 450ms ease-out 0s;
   -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
   -moz-transform: rotateY(180deg) scale(0.5, 0.5);
   -ms-transform: rotateY(180deg) scale(0.5, 0.5);
   -o-transform: rotateY(180deg) scale(0.5, 0.5);
   transform: rotateY(180deg) scale(0.5, 0.5);
   background: rgba(242, 181, 88, 0.6);
   z-index: 999;
 }
 .images_gellery .card a:hover:before {
   opacity: 1;
   filter: alpha(opacity=100);
   -webkit-transform: rotateY(0deg) scale(1, 1);
   -moz-transform: rotateY(0deg) scale(1, 1);
   -ms-transform: rotateY(0deg) scale(1, 1);
   -o-transform: rotateY(0deg) scale(1, 1);
   transform: rotateY(0deg) scale(1, 1);
 }
 .export_sec {
   padding: 90px 0px;
 }
 .export_info {
   float: left;
   width: 100%;
   position: relative;
   padding: 45px 30px;
   background: #fff;
   border: 2px solid #014d7f;
   border-radius: 30px 0px 30px 0px !important;
 }
 .coman_title.coman_title_2 h2 {
   font-size: 30px;
   margin-bottom: 35px;
   padding-bottom: 20px
 }
 .export_info p {
   font-size: 17px;
   text-align: center;
   line-height: 1.6;
 }
 .contact_left ul {
   width: 100%;
   position: relative;
   max-width: 550px;
   margin: auto;
   margin-top: 20px;
 }
 .contact_left ul li {
   float: left;
   width: 50%;
 }
 .contact_left ul li .box {
   text-align: center;
   background-image: url("../images/award-ribbon-left.png"), url("../images/award-ribbon-right.png");
   background-position: 0, 100%;
   background-repeat: no-repeat;
   background-size: 33px 80px;
   margin: 0 50px 0;
   min-height: 82px;
   padding: 3px 42px 0;
 }
 .service_slider {
   float: left;
   width: 100%;
   text-align: center;
 }
 .service_slider img {
   width: auto !important;
   height: auto !important;
 }
 .contact_left {
   float: left;
   width: 100%;
 }
 .service_slider .item {
   float: left;
   width: 100%;
   padding: 0px 25px;
 }
 .service_slider .item figure {
   float: left;
   width: 100%;
 }
 .service_slider .item h6 {
   float: left;
   width: 100%;
   font-size: 25px;
   font-weight: bold;
   margin-bottom: 15px;
 }
 .service_slider .item p {
   float: left;
   width: 100%;
   line-height: 1.6;
   margin-bottom: 25px;
 }
 .help_sec {
   width: 100%;
   float: left;
   margin: 0px;
   padding: 120px 0;
   background: url(../images/help_bg.jpg) no-repeat center center;
   background-attachment: scroll !important;
   background-size: auto !important;
   background-size: cover !important;
   background-attachment: fixed !important;
   text-align: center !important;
 }
 .help_sec h2 {
   color: #fff;
 }
 .help_sec h2:before {
   background: #fff;
 }
 .help_sec p {
   color: #fff;
   float: left;
   width: 100%;
   line-height: 1.6;
   margin-bottom: 35px;
 }
 .copyright {
   float: left;
   width: 100%;
   position: relative;
   padding: 30px 0px;
   border-top: 1px solid #efefef;
 }
 .copyright b {
   font-weight: bold;
 }
 .footer_logo {
   float: left;
   width: 100%;
   position: relative;
   margin-bottom: 20px;
   text-align: left;
 }
 .footer_logo img {
   max-width: 230px;
 }
 .footer_info {
   padding: 60px 0px 30px 0px;
   float: left;
   width: 100%;
 }
 .footer_info p {
   text-align: left;
   color: #030303;
   float: left;
   width: 100%;
   margin-bottom: 20px;
 }
 .footer_info .coman_title.coman_title_2 h2 {
   text-align: left;
 }
 .footer_info .coman_title h2::before {
   right: auto;
 }
 .add_block_inner {
   float: left;
   width: 100%;
   position: relative;
   margin-bottom: 20px;
 }
 .add_block_inner figure {
   position: absolute;
  left: 0px;
  width: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: normal;
  margin: 0;
 }
 .add_block_inner .add_block_inner_det {
   padding-left: 30px;   color: #030303;
 }
 .add_block_inner .add_block_inner_det a {
   line-height: 1.6;
 }
 .add_block_inner:hover a, .add_block_inner:focus a, .add_block_inner:hover i, .add_block_inner:focus i {
   color: #df4b23 !important;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
 }
 .form_info {
   float: left;
   width: 100%;
   position: relative;
 }
 .form_info form {
   float: left;
   width: 100%;
   position: relative;
   text-align: center;
 }
 .form_info .form-group {
   float: left;
   width: 100%;
   position: relative;
   margin-bottom: 10px;
 }
 .form_info .form-group .form-control {
   width: 100%;
   position: relative;
   float: left;
   padding: 0px 20px;
   height: 50px;
   font-size: 16px;
   font-weight: 300;
   font-weight: normal;
   line-height: normal;
   color: #6b7683;
   background-color: #fff;
   border: 1px solid #030303;
   border-radius: 15px 0px 15px 0px !important;
   transition: none;
   box-shadow: none;
 }
 .form_info .form-group textarea.form-control {
   padding-top: 10px !important;
 }
 .form_info .contact_btn {
   box-shadow: none;
   background: none;
   color: #fff;
   padding: 0px;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-weight: 600;
 }
 .form_info .coman_btn::before {
   background: #000;
 }
 .form_info [class*="col-"] {
   padding: 0px 5px;
 }
 .form_info .row {
   margin: 0px -5px;
 }
 .innear_benner {
   width: 100%;
   position: relative;
   padding: 150px 0px;
 }
 /* .innear_benner::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background-color: rgba(240, 181, 87, 0.4);
   display: inline-block;
   z-index: 9;
 }*/
 .innear_benner h3 {
   float: left;
   width: 100%;
   position: relative;
   font-size: 60px;
   font-weight: bold;
   text-transform: uppercase;
   z-index: 99;
   text-align: center;
   color: #fff;
   letter-spacing: 2px;
   line-height: 0.8;
 }
 .home_img h2 {
   font-size: 60px;
   font-weight: bold;
   color: #fff;
   text-align: center;
   padding-bottom: 0px;
   margin-bottom: 30px;
   position: absolute;
   top: 50%;
   -moz-transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   text-transform: uppercase;
   margin: auto;
   max-width: 600px;
   left: 0px;
   right: 0px;
   line-height: 1.1;
 }
 /*.home_img h2::before {
   content: "";
   position: absolute;
   bottom: 0px;
   right: 0px;
   left: 0px;
   margin: auto;
   background: #014d7f;
   width: 60px;
   height: 3px;
 }*/
 .home_img p {
   font-size: 17px;
   font-weight: 500;
   color: #fff;
   text-align: center;
   margin-bottom: 10px;
 }
 .images_gellery_2 .col-sm-6.col-md-4 {
   margin-bottom: 30px;
 }
 .images_gellery_block figure {
   float: left;
   width: 100%;
   position: relative;
   z-index: 99;
   margin-bottom: 0px;
 }
 .images_gellery_block figure img {
   float: left;
   width: 100%;
   position: relative;
   border-radius: 30px 0px 30px 0px !important;
   border-bottom: 1px solid #efefef;
 }
 .images_gellery_block {
   float: left;
   width: 100%;
   border-radius: 30px 0px 30px 0px !important;
   position: relative;
 }
 .images_gellery .item {
   float: left;
   width: 100%;
   position: relative;
   padding: 0px 15px;
 }
 .product_content {
   float: left;
   width: 100%;
   padding: 10px 9px;
   text-align: center;
   position: absolute;
   bottom: 0px;
   z-index: 1111;
   border-radius: 30px 0px 30px 0px !important;
   background: #000;
 }
 .images_gellery_2 {
   float: left;
   width: 100%;
 }
 .product_content h3 {
   font-size: 25px;
   font-weight: 600;
   position: relative;
   padding-bottom: 0;
   margin-bottom: 0;
   text-transform: uppercase;
 }
 .product_content h3 span {
   float: left;
   width: 100%;
   font-size: 25px;
   line-height: 1;
 }
 .product_content h3::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   bottom: 0;
   background-color: #014d7f;
   display: inline-block;
   z-index: 9;
   width: 60px;
   height: 3px;
   display: none;
 }
 .product_content p {
   font-size: 17px;
   margin-bottom: 20px;
   line-height: 1.6;
 }
 .product_content .coman_btn {
   padding: 12px 20px;
   font-size: 15px;
 }
 .apllication_slider, .apllication_slider_2 {
   float: left;
   width: 100%;
   position: relative;
 }
 .apllication_slider_2 .col-sm-6.col-md-4 {
   margin-bottom: 30px;
 }
 .apllication_block figure {
   float: left;
   width: 100%;
   position: relative;
   z-index: 99;
   margin-bottom: 20px;
   cursor: pointer;
   border: 1px solid rgba(240, 181, 87, 0.7);
   border-radius: 10px;
 }
 .apllication_block figure img {
   float: left;
   width: 100%;
   position: relative;
   border-radius: 10px;
 }
 .apllication_block figure a {
   font-size: 20px;
   color: #fff !important;
   position: absolute;
   left: 0px;
   right: 0px;
   top: 50%;
   bottom: 0px;
   margin: auto;
   width: auto;
   height: auto;
   text-align: center;
   z-index: 999999999;
   opacity: 0;
 }
 .apllication_block figure:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   text-align: center;
   opacity: 0;
   background: #014d7f;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   content: "";
   border-radius: 10px;
   z-index: 999;
 }
 .apllication_block figure:hover:before {
   opacity: 0.8;
 }
 .apllication_block figure:hover a {
   opacity: 1;
 }
 .apllication_block {
   float: left;
   width: 100%;
   background: #fff;
   border-radius: 10px;
   height: 100%;
   text-align: center;
 }
 .apllication_block h3 {
   font-size: 23px;
   font-weight: bold;
   position: relative;
   float: left;
   width: 100%;
   text-align: center;
   background: #fff;
 }
 .contact_sec_2 .coman_title.coman_title_2 h2 {
   text-align: left;
 }
 .contact_sec_2 .coman_title.coman_title_2 h2:before {
   right: auto;
 }
 .contact_sec_2 iframe {
   width: 100%;
   margin-top: 50px;
   border-radius: 50px 0px 50px 0px !important;
 }
 .product_inner .container {
   max-width: 1000px;
 }
 .product_inner img {
   width: 100%;
   margin-bottom: 30px;
 }
 .product_content_info {
   position: relative;
   margin: 40px 0px;
 }
 .product_content_info figure {
   position: absolute;
   background: #014d7f;
   width: 69px;
   height: 69px;
   border-radius: 20px 0px 20px 0px;
   text-align: center;
   line-height: 69px;
   margin-bottom: 0px;
 }
 .product_content_info figure img {
   width: auto;
   height: auto;
   float: none;
   margin-bottom: 0px;
   border-radius: 0px;
 }
 .product_content_content {
   float: left;
   width: 100%;
   padding-left: 90px;
 }
 /*ACCORDING-MENU-CSS*/
 .custom_accordion {
   float: left;
   width: 100%;
   position: relative;
   margin-top: 10px;
 }
 .custom_accordion .accordion-item {
   float: left;
   width: 100%;
   position: relative;
   margin-bottom: 0px;
 }
 .custom_accordion .accordion-item .accordion-header {
   float: left;
   width: 100%;
   position: relative;
 }
 .custom_accordion .accordion-item .accordion-header .accordion-button {
   float: left;
   width: 100%;
   position: relative;
   border-radius: 10px;
   border: none;
   box-shadow: none;
   background: #fff;
   border: 1px solid #014d7f;
   color: #000;
   font-weight: normal;
   font-size: 25px;
   padding: 12px 20px;
   text-align: left;
 }
 .accordion-button:not(.collapsed)::after {
   transform: rotate(180deg);
   transition: transform 0.5s ease-in-out;
   content: "\f068";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   font-size: 20px;
 }
 .accordion-button::after {
   content: "\f067";
   font-family: 'Font Awesome 5 Free';
   font-weight: 900;
   background: none !important;
   background-repeat: no-repeat !important;
   transition: transform 0.5s ease-in-out;
   font-size: 20px;
 }
 .custom_accordion .accordion-item .accordion-collapse {
   float: left;
   width: 100%;
   position: relative;
   border: none;
 }
 .custom_accordion .accordion-item .accordion-collapse .accordion-body {
   float: left;
   width: 100%;
   position: relative;
   padding: 15px 20px;
   padding-top: 0px !important;
   line-height: 1.7;
 }
 .service_info .modal-dialog {
   max-width: 1200px !important;
   margin: 15px auto;
   padding: 0px 15px;
 }
 .service_info .modal-content {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-color: #fff;
   background-clip: padding-box;
   border: none;
   border-radius: 0px;
   outline: 0;
 }
 .service_info .modal-header {
   display: flex;
   flex-shrink: 0;
   align-items: flex-end;
   justify-content: end;
   padding: 4px;
   border-bottom: none;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   float: left;
   width: 100%;
   text-align: right;
   display: block;
 }
 .service_info .modal-header .btn-close {
   padding: 0px;
   margin: 0px;
   float: right;
   background: none;
   opacity: 2;
   width: 34px;
   height: 34px;
 }
 .service_info .modal-body {
   padding: 60px;
   padding-top: 15px !important;
 }
 .service_info .modal-body .coman_title h2 {
   text-align: left;
   font-size: 60px;
   margin-bottom: 30px;
 }
 .service_info .modal-body p {
   float: left;
   width: 100%;
   position: relative;
   color: #424242;
   font-size: 24px;
   font-weight: normal;
   margin-bottom: 18px;
   line-height: 1.5;
   text-align: left;
 }
 .service_info .modal-body p b {
   font-weight: bold;
   color: #000000;
   font-size: 26px;
   display: inline-block;
 }
 .service_info .modal-body [class*="col-"] {
   margin-bottom: 0px;
 }
 .service_info .modal-body p:last-child {
   margin-bottom: 0px;
 }
 .modal-open {
   padding: 0px !important;
 }
 .service_info .modal-body .popup_block_det {
   float: left;
   width: 100%;
   padding-left: 10px;
 }
 .modal {
   padding-right: 0px !important;
 }
 .product_inner img {
   border-radius: 80px 0px 80px 0px;
 }
 .product_inner-title, .key-benefits {
   margin-bottom: 50px;
 }
 .beauty-of-tiles-sec .coman_title p {
   float: left;
   width: 100%;
   margin-bottom: 40px;
 }
 .beauty-of-tiles-sec .welcome_info .col-md-4 .coman_title h2 {
   font-size: 30px;
   padding-bottom: 20px;
   margin-bottom: 30px;
 }
 .beauty-of-tiles-sec .welcome_info .col-md-4 figure {
   margin-bottom: 30px;
 }
 .beauty-of-tiles-sec .welcome_info .row {
   margin: 0px -20px;
 }
 .beauty-of-tiles-sec .welcome_info .col-md-4 {
   padding: 0px 20px;
 }
 .tiles-collections .coman_title {
   text-align: left;
 }
 .tiles-collections .coman_title h2 {
   font-size: 35px;
   padding-bottom: 20px;
   margin-bottom: 30px;
 }
 .tiles-collections .coman_title p {
   margin-bottom: 30px;
 }
 .tiles-collections .coman_title h2::before {
   right: auto;
   left: 0px;
 }
 .tiles-collections img {
   width: 100%;
   height: auto;
 }
 .coman_title ul {
   float: left;
   width: 100%;
 }
 .coman_title ul li {
   float: left;
   width: 100%;
   position: relative;
   padding-left: 20px;
   margin-bottom: 10px;
 }
 .coman_title ul li:before {
   content: "";
   background: #fff;
   width: 10px;
   height: 10px;
   border-radius: 10px;
   position: absolute;
   left: 0px;
   top: 8px;
 }
 .coman_title ul li a {
   float: left;
   width: 100%;
   font-size: 17px;
   color: #fff;
 }
 .sanitary-ware-block {
   margin: 100px 0;
 }
 .sanitary-ware-block .coman_title {
   padding: 0px;
   padding-left: 20px;
 }
 .porcelain-tiles-block .coman_title {
   padding: 0px 15px;
 }
 .export-sec {
   background: linear-gradient(91.33deg, #131313 1.64%, rgba(232, 232, 232, 0) 78.79%), url("../images/last-banner.jpg");
 }
 .export-sec .coman_title {
   text-align: left;
 }
 .export-sec .coman_title h2 {
   font-size: 45px;
   padding-bottom: 15px;
   margin-bottom: 30px;
 }
 .export-sec .coman_title h2::before {
   right: auto;
   left: 0px;
 }
 footer {
   background: #fff;
 }
 footer .coman_title h2 {
   color: #030303;
 }
 .add_block_inner .add_block_inner_det a, .add_block_inner i {
   color: #030303;
 }
 .copyright p {
   color: #030303;
 }
 footer .footer_info .col-sm-5.col-md-4.wow.bounceInUp {
   left: 50px;
   position: relative;
 }
 .about-us-benner {
   background: linear-gradient(91.33deg, #d1d1d1 1.04%, rgba(232, 232, 232, 0) 78.79%), url("../images/about-page.jpg");
 }
 .shape-sec {
   background: #111010;
 }
 .top-notch-products {
   background: #030303;
 }
 .some-statistics-sec {
   text-align: center;  padding-top: 0px !important;  display: none;
 }
 .some-statistics-sec .some-statistics-block {
   width: 210px;
   height: 200px;
   border: 1px solid #fff;
   border-radius: 50px 0px 50px 0px;
   margin: auto;
   display: inline-block;
   text-align: center;
   padding-top: 35px;
 }
 .some-statistics-sec h3 {
   font-size: 35px;
 }
 .some-statistics-sec .some-statistics-block figure {
   margin-bottom: 5px;
 }
 .export-benner img {
   float: left;
   width: 100%;
   position: relative;
 }
 .country-we-Export figure {
   float: left;
   margin: 0px;
   width: 60px;
 }
 .defualt_content_sec.country-we-Export .col-md-4.col-lg-3.col-sm-6 h2 {
   font-weight: normal;
   padding-left: 20px;
   overflow: hidden;
   margin: 0px;
   padding-top: 9px;
 }
 .defualt_content_sec.country-we-Export .col-md-4.col-lg-3.col-sm-6 {
   margin-bottom: 35px;
 }
 .export-network-sec {
   background: #030303;
 }
 .defualt_content_sec.country-we-Export {
   background: #110f10;
 }
 .certificates-affiliations.defualt_content_sec li {
   width: 20%;
   padding: 0px 15px;
   margin: 0px;
 }
 .certificates-affiliations li:before {
   display: none;
 }
 .contact-benner {
   background: linear-gradient(91.33deg, #d1d1d1 1.64%, rgba(232, 232, 232, 0) 78.79%), url(../images/contact-page.jpg) !important;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-attachment: scroll !important;
   background-position: 100% !important;
 }
.contact_sec_2 .add_block_inner .add_block_inner_det {
   color: #fff;
 }
 .contact_sec_2 .add_block_inner .add_block_inner_det a, .contact_sec_2 .add_block_inner i {
   color: #fff;
 }
 .about-block {
   float: left;
   width: 100%;
 }
.form_info p{
	margin-bottom: 0px !important;
}
.form_info .wpcf7-spinner {
  width: 0px !important;
  margin: 0 !important;
}
 .about-block h4 {
   text-align: center;
   font-size: 40px;
   line-height: 1;
   margin-bottom: 10px;
	  font-weight: bold;
 }
 .about-block p {
   text-align: center;
   font-size: 18px;
 }
 .about-block .col-md-3.col-sm-6 {
   border-right: 1px solid #fff;
 }
 .about-block .col-md-3.col-sm-6:last-child {
   border-right: none;
 }
 .about-us-benner.packing-details {
   background: linear-gradient(91.33deg, #d1d1d1 1.04%, rgba(232, 232, 232, 0) 78.79%), url("../images/packing-details.jpg");
 }
 .about-us-benner.techinal-details {
   background: linear-gradient(91.33deg, #d1d1d1 1.04%, rgba(232, 232, 232, 0) 78.79%), url("../images/tech-details.jpg");
 }
 .coman-table {
   margin-bottom: 70px;
   float: left;
   width: 100%;
 }
 .coman-table:last-child {
   margin-bottom: 0px;
 }
 .table > :not(caption) > * > * {
   color: #fff !important;
   vertical-align: middle !important;
 }
 .nav-tabs {
   justify-content: center;
   border: none;
   margin-bottom: 40px;
 }
 .nav-tabs .nav-link {
  margin: 0px 8px;
  background: no-repeat;
  color: #000;
  border-radius: 15px 0px 15px 0px;
  background: #fff;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-size: 16px;
 }
 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
   color: #fff;
   background-color: #df4b23;
   border-color: #df4b23;
 }
 .our-clients {
   float: left;
   width: 100%;
   text-align: center;
   font-size: 25px;
   display: none;
 }
 .our-clients img {
   border-radius: 15px 0px 15px 0px;
   margin-bottom: 10px;
 }
 .our-clients h5 {
   font-size: 25px;
 }
.download-pdf-btn{
	  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 99;
}
.download-pdf-btn a{
  background: #df4b23;
  color: #fff;
  height: 45px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  line-height: normal;
  left: -160px;
  position: relative;
}
.download-pdf-btn a i{
	  margin: 0px 5px;
	  margin: 0px 5px;
  font-size: 17px;
  height: auto;
  line-height: normal;
  margin-left: 20px;
}
.download-pdf-btn a:hover,
.download-pdf-btn a:focus{
	  font-size: 17px;
	  color: #fff !important;
	 left: 0px !important;
}
.footer-whatapp-btn{
	  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 99;
}
.footer-whatapp-btn.footer-whatapp-btn-second {
  bottom: 80px;
}
.footer-whatapp-btn a{
   background: #df4b23;
  color: #fff;
  height: 45px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  line-height: normal;
  right: -150px;
  position: relative;
  width: 200px;
  text-align: left;
}
.footer-whatapp-btn a i{
  margin: 0px 8px;
    margin-right: 8px;
  font-size: 17px;
  height: auto;
  line-height: normal;
  margin-right: 15px;
}
.footer-whatapp-btn a:hover,
.footer-whatapp-btn a:focus{
	  font-size: 17px;
	  color: #fff !important;
	 right: 0px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important;
}