@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url('../font/Material-Design-Iconic-Font.eot');
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url('../font/Material-Design-Iconic-Font.svg');
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url('../font/Material-Design-Iconic-Font.ttf');
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url('../font/Material-Design-Iconic-Font.woff');
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url('../font/Material-Design-Iconic-Font.woff2');
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}

a {
    outline: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

li {
    font-size: 1.15em;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    text-align:justify;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.btn-warning {
    color: #000
}

.btn-warning b {
    color: #000
}

.btn_page {
    padding: 8px 21px;
    color: #fff;
    background: #1b329a;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    transition: 0.9s;
    text-transform: capitalize;
}

.btn_page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ff9d33;
    z-index: -1;
    transition: 0.5s;
}

.btn_page:hover::before {
    width: 100%;
    transition: 0.5s;
}

.btn_page:hover {
    color: #fff;
    transition: 0.9s;
}

/* header */

header {
    -webkit-box-shadow: 0 2px 5px 0 #b4b4b4;
    -moz-box-shadow: 0 2px 5px 0 #b4b4b4;
    box-shadow: 0 2px 5px 0 #b4b4b4;
    background-color: #fff;
}

.navbar-brand {
    width: 130px;
}

.navbar-light .navbar-brand {
    width: 200px;
    margin: 0 15px 0 15px;
    border: none;
}

.navbar {
    padding: 5px 0;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(85, 165, 224);
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 14px 22px;
    text-decoration: none;
    border-radius: 3px;
    color: #000;
    letter-spacing: 0;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child::before {
    display: none;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #db261d;
}

.RiGhT_nav {
    text-align: right;
}

.navbar-expand-lg .RiGhT_nav .nav-link {
    font-size: 18px!important;
    font-weight: 300;
    border-right: 1px solid #ddd;
}

.navbar-expand-lg .RiGhT_nav .nav-link i {
    color: rgb(0, 168, 229);
}

[class^="ri-"], [class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    vertical-align: middle!important;
}

header {
    position: relative;
    z-index: 999;
}

.dropdown-menu {
    position: absolute;
    top: 51px;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0px 11px 25px rgba(16, 49, 85, 0.37);
}

.dropdown-menu::before {
    position: absolute;
    top: -10px;
    left: 12px;
    display: inline-block;
    border-right: 10px solid #0000;
    border-bottom: 10px solid rgba(0, 40, 100, 0.36);
    border-bottom-color: rgba(0, 40, 100, 0.12);
    border-left: 10px solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    content: '';
    z-index: 999;
}

.bTn_OrDeR {
    background: #db261d;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    padding: 10px 15px !important;
    margin: 10px 10px 10px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
}

.bTn_OrDeR i {
    font-size: 25px;
    margin: 0 12px 0 0;
    color: #db261d;
}

.btn.book_btn {
    background: #db261d;
    border-color: #db261d;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 22px;
    border-radius: 50px;
}

.bTn_OrDeR p {
    margin: 0 0 7px 0;
}

.bTn_OrDeR p span {
    margin: 0 0 0 0;
    background: #cd1a3d;
    padding: 2px 7px 2px 7px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #db261d;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* header */

.banner {
    background-color: #ffc400;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 80vh;
}

.style-two {
    position: relative;
    overflow: hidden;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-origin: border-box;
    border-bottom: 1px solid #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #0c0a70;
    color: #0c0a70
}

.btn-white.btn-outline {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.style-two img {
    max-width: 100%;
}

.style-two img {
    vertical-align: middle;
    border-style: none;
}

.btn-lg {
    font-size: 1.10rem;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

/* banner */

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 28px;
    height: 28px;
}

.carousel-item h2 {
    line-height: 1.1;
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 600;
}

.carousel-caption {
    top: 5%;
}

.carousel-caption p {
    letter-spacing: 0.5px !important;
    font-size: 23px !important;
    text-transform: capitalize!important;
}

.carousel-indicators {
    z-index: 999;
}

/* check_avilablity */

.brand-box h2 {
    margin-bottom: 0px;
}

.brand-box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+44 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 44%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.mrgn-b-25 {
    margin-bottom: 23px;
}

/* AbOuT_iN */

.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1.00rem;
    letter-spacing: 1px;
    color: #fff !important;
}

.welcome {
    background: #f7f7f7;
    padding: 60px 0;
}

.welcome h1 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 12px !important;
}

.more_btn {
    display: inline-block;
    margin: 3px 0 0 0;
    background: #db261d;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 10px 25px;
    border: 2px solid #db261d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.welcome .btnwarning {
    background-color: #FFD42F;
    border-color: #FFE58E;
    text-shadow: 0px 0px 0px #000;
}

.why-services {
    height: 418px;
    text-shadow: 0px 0px 0px #000;
    background-image: url(../img/whybg.jpg);
    background-position: 50% 60%;
}

.mb-200 {
    margin-bottom: 260px;
}

.mb-520 {
    margin-bottom: 530px;
}

.mb-470 {
    margin-bottom: 470px;
}

.mt-100 {
    margin-top: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-180 {
    padding-top: 190px;
    padding-bottom: 40px;
}

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

/*================================================
Destinations Style CSS
=================================================*/

.section-styled {
    overflow: hidden;
    position: relative;
}

.section-styled:before {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    min-width: 240px;
    height: 360px;
    top: -10px;
}

.section-styled-right:before {
    right: -80px;
    border-radius: 999px;
    transform-origin: top right;
    transform: rotate(-22deg);
}

.section-styled::before {
    background-color: #fdf2de;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
}

/* footer */

.otbrnbx {
    background: url(../img/pattern8.jpg) repeat;
}

.latest_news_bg {
    display: block;
    margin: auto;
    width: 100%;
    padding: 43px 0;
    font-size: 15px;
}

.latest_news {
    width: 100%;
    background: #f7f7f7;
}

.latest_news h2 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 41px;
}

.solution .post-slide {
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}

.solution .post-slide .post-img {
    position: relative;
}

.solution .post-slide .post-img img {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.solution .post-slide .overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
    z-index: 9;
}

.solution .post-slide .overlay>.txt {
    color: white;
    font-size: 14px;
    position: absolute;
    text-align: center;
    font-family: Arial;
    margin: 0 auto;
    top: 37%;
    left: 0;
    right: 0;
}

.solution .post-slide .overlay>.txt i {
    color: #fff;
    opacity: 0.99;
}

.solution .post-slide .overlay>.txt h3 {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 18px;
    text-align: center;
}

.solution .post-slide .post-img:hover .overlay {
    opacity: 1;
    background: rgba(255, 203, 5, 0.7);
}

.solution .post-slide .post-img:hover .overlay>.txt i {
    color: #fff;
    opacity: 1;
}

.solution-area {
    background-color: #fff;
    color: #111;
    padding: 10px 5px 10px;
}

.solution-area h3 {
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: 18px;
    text-align: center;
}

.txt .zmdi {
    font-size: 72px;
}

.solution-area .img-fluid {
    display: block
}

.contacts .contacts-item .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.contacts .contacts-item .content {
    margin-left: auto;
    overflow: hidden;
    padding-top: 10px;
    color: #fff;
}

.contacts .contacts-item .content .title {
    font-size: 1.40em;
}

.footer .contacts a {
    color: #fff;
}

.footer a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .contacts .contacts-item .content .sub-title {
    opacity: .75;
}

.contacts .contacts-item .content .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    margin: 0px 0px 0px;
}

ul.social-network li {
    display: inline;
    margin: 0 2px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss i, .social-network a.icoFacebook i, .social-network a.icoTwitter i, .social-network a.icoGoogle i, .social-network a.icoVimeo i, .social-network a.icoLinkedin i {
    color: #fff;
}

a.socialIcon, .socialHoverClass {
    color: #666;
}

.social-network a.icoRss {
    background-color: #666666;
}

.social-network a.icoFacebook {
    background-color: #666;
}

.social-network a.icoTwitter {
    background-color: #666;
}

.social-network a.icoGoogle {
    background-color: #666;
}

.social-network a.icoVimeo {
    background-color: #666;
}

.social-network a.icoLinkedin {
    background-color: #666;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #fdf2de;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    width: 38px;
    height: 38px;
    font-size: 20px;
    background: #666
}

.social-circle li i {
    margin: 0;
    line-height: 38px;
    text-align: center;
}

.social-circle li a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.futr {
    background: url(../img/pattern.png) repeat;
    padding: 50px 0 30px;
}

.font-14 {
    font-size: 14px!important
}

.col-ltgray {
    color: #aaa
}

.contacts .contacts-item .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.contacts .contacts-item .content {
    margin-left: auto;
    overflow: hidden;
    padding-top: 10px;
    color: #fff;
}

.contacts .contacts-item .content .title {
    font-size: 20px;
}

.footer .contacts a {
    color: #fff;
}

.footer a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .contacts .contacts-item .content .sub-title {
    opacity: .75;
}

.contacts .contacts-item .content .sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-style: italic;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    margin: 0px 0px 0px;
}

ul.social-network li {
    display: inline;
    margin: 0 2px;
}

.social-network a.icoRss{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
      
}

.social-network a.icoFacebook {
    background-color: #3B5998;
}

.social-network a.icoTwitter {
    background-color: #00acee ;
}

.social-network a.icoGoogle {
    background-color: #db3236;
}

.social-network a.icoVimeo {
    background-color: #0590B8;
}

.social-network a.icoLinkedin {
    background-color: #007bb7;
}
 
 

.social-network a.icoRss i, .social-network a.icoFacebook i, .social-network a.icoTwitter i, .social-network a.icoGoogle i, .social-network a.icoVimeo i, .social-network a.icoLinkedin i {
    color: #fff;
}

 

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #fdf2de;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
    text-align: center;
    font-size: 26px;
    background: #db261d;
    width: 50px;
    height: 45px;
    line-height: 46px;
}

.social-circle li i {
    margin: 0;
    line-height: 38px;
    text-align: center;
}

.social-circle li a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.futr {
    background: url(../img/pattern.png) repeat;
    padding: 50px 0 15px;
}

.font-14 {
    font-size: 14px!important
}

.col-ltgray {
    color: #aaa
}

.footer {
    background: -moz-linear-gradient(-45deg, #111 0%, #000 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #111), color-stop(100%, #000));
    background: -webkit-linear-gradient(-45deg, #111 0%, #000 100%);
    background: -o-linear-gradient(-45deg, #111 0%, #000 100%);
    background: -ms-linear-gradient(-45deg, #111 0%, #000 100%);
    background: linear-gradient(135deg, #111 0%, #000 100%);
    overflow: hidden;
    margin: 0 auto;
}

.futr .container {
    max-width: 80%;
    margin: 0 auto;
}

.footer {
    background: -moz-linear-gradient(-45deg, #111 0%, #000 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #111), color-stop(100%, #000));
    background: -webkit-linear-gradient(-45deg, #111 0%, #000 100%);
    background: -o-linear-gradient(-45deg, #111 0%, #000 100%);
    background: -ms-linear-gradient(-45deg, #111 0%, #000 100%);
    background: linear-gradient(135deg, #111 0%, #000 100%);
    overflow: hidden;
    margin: 0 auto;
}

.futr .container {
    max-width: 80%;
    margin: 0 auto;
}

.demo {
    background: url(../img/pattern8.jpg) repeat;
    padding: 80px 0 20px;
}

.testimonial {
    margin: 65px 30px 30px 30px;
    text-align: center;
    position: relative;
}

.testimonial .description {
    padding: 30px;
    margin-bottom: 70px;
    border-left: 1px solid #f4b200;
    font-size: 18px;
    color: #000;
    font-weight: 55;
    line-height: 33px;
    position: relative;
}

.testimonial .description:before, .testimonial .description:after {
    content: "";
    width: 20%;
    height: 1px;
    background: #f4b200;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .description:after {
    top: auto;
    bottom: 0;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
}

.testimonial:before, .testimonial .title:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #f4b200;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.testimonial .title:before {
    top: -80px;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #f4b200;
    margin-bottom: 15px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #d37602;
    letter-spacing: 1px;
    margin: 0 0 0px 0;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #736d6d;
}

.swiper-container {
    width: 100%;
    height: 100vh;
    background: url(../img/banner_bg.jpg) repeat top center
}

.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Text Overlay */

#lab_video_text_overlay h2 {
    font-size: 4em;
    font-weight: bold;
}

#lab_video_text_overlay {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 0;
    height: 100vh;
}

#lab_video_text_overlay .container {
    text-align: center;
    margin: 0px auto;
}

#lab_video_text_overlay {
    background: rgba(0, 0, 0, 0.524);
}

.lab_video_overlay {
    padding-top: 16%!important
}

#lab_video_text_overlay p {
    font-size: 22px;
}

.lab_video_overlay .btn-white {
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 18px;
    border-color: #fff;
    color: #fff;
}

.brand-box h2 {
    line-height: 26px;
    font-size: 35px;
}

.brand-box p {
    color: #3d3d3d;
    word-spacing: 1px
}

.text-justify {
    word-spacing: 1px
}

.rounded-lg {
    border-radius: .3rem !important;
}

.product-card-1 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px;
    margin: 15px;
    border-radius: 7px !important;
}

.product-card-1-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.product-card-1:hover .product-card-1-fig {
    transform: scale(1.06, 1.06);
}

.product-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.product-card-1-details {
    position: absolute;
    padding: 20px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

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

.product-animate {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-card-1-details-price {
    color: #fff;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.product-card-1-details-price>small {
    font-size: 60%;
}

.product-card-1:hover .product-card-1-details {
    transform: translateY(-30%);
}

.product-card-1-details-btn {
    position: absolute;
    color: #fff;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-card-1:hover .product-card-1-details-btn {
    transform: translateY(0);
    opacity: 1;
}

.product-primary-btn {
    color: #333;
    font-weight: 700;
    display: inline-block;
}

.product-primary-btn:hover {
    color: #333;
    text-decoration: none;
}

.product-primary-btn:after {
    content: " ";
    border-top: 2px solid #333;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}

.product-primary-btn.text-white:after {
    border-top: 2px solid #fff;
}

.product-primary-btn:hover:after {
    transform: scale(2, 1);
}

.owl-prev, .owl-next {
    background: #fff!important;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16)!important;
    border-radius: 64px!important;
    padding: 0!important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    font-size: 36px!important;
    line-height: 60px!important;
    color: #000!important;
    overflow: hidden;
}

.owl-next {
    left: auto;
    right: -64px;
    padding-left: 10px;
}

.owl-prev:hover {
    padding-right: 10px!important;
}

.owl-next:hover {
    padding-left: 10px!important;
}

.why-services-container {
    height: 315px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stp .why-services-item {
    overflow: inherit;
}

.stp .why-services-item::before {
    content: '';
    position: absolute;
    height: 47px;
    width: 178px;
    background: url(../img/arrow-big.png) no-repeat right;
    right: -101px;
    top: 20%;
    z-index: 9;
}

.after_none::before {
    display: none!important;
}

.why-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}

.why-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}

.why-services-item-fig {
    width: 64px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 52px;
}

.why-services-item-fig img {
    width: 100%;
    height: auto;
}

.why-services-item-text {
    position: absolute;
    top: 140px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.why-services-item-text-title {
    font-weight: 900;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: .5rem;
    text-shadow: 0px 0px 0px #fff;
}

.why-services-item-text-sub {
    color: #333;
    opacity: .9;
    font-size: 1.05em;
    line-height: 27px;
    height: 105px;
    overflow: hidden;
    text-shadow: 0px 0px 0px #fff;
}

@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.why-services-item:hover .why-services-item-fig {
    top: 40px;
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}

.why-services-item:hover .why-services-item-text {
    transform: translateY(-24%);
}

.why-services-item-btn {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.why-dark-mode .why-services-item-btn {
    color: #fff;
}

.why-services-item:hover .why-services-item-btn {
    transform: translateY(0);
    opacity: 1;
}

.welcome .container {
    max-width: 80%;
    margin: 0 auto;
}

.latest_news .product-card-1 {
    border: 2px solid rgba(255, 255, 255, .85);
    text-align: left;
    margin: 0px 10px;
    box-shadow: 0px 15px 30px rgba(255, 255, 255, 0.25);
}

.latest_news .product-primary-btn {
    color: #ffc107;
}

.latest_news .product-primary-btn:hover {
    color: #ffc107;
}

.latest_news .product-primary-btn:after {
    border-top: 2px solid #ffc107;
}

.brand-box .container {
    max-width: 78%;
    margin-left: 11%
}

.adout-box .container {
    max-width: 1140px;
    margin-left: auto;
}

.latest_news .container {
    max-width: 70%;
    margin: 0 auto;
}

.box {
    background: #222;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: all 0.55s ease;
    border-radius: 0;
    min-height: 390px;
    padding: 0;
    margin: 0;
}

.box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0) 47%);
    margin: 0;
    z-index: 99;
}

.box img {
    width: 100%;
    max-height: 420px;
    height: auto;
    transition: all 0.55s ease;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.box:hover img {
    opacity: 0.55;
    transform: scale(1.06, 1.06);
}

.box .box-content {
    padding: 0;
    position: absolute;
    bottom: 16px;
    left: 20px;
    border-radius: .3rem !important;
    text-align: left;
    width: 79%;
    padding: 10px;
    z-index: 999;
}

.box .box-content:before, .box .box-content:after {
    content: "";
    width: 767px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.box .box-content:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.box .box-content:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.box .box-content-inner:before, .box .box-content-inner:after {
    content: "";
    width: 2px;
    height: 767px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.box .box-content-inner:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.box .box-content-inner:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.box:hover .box-content:before, .box:hover .box-content:after, .box:hover .box-content-inner:before, .box:hover .box-content-inner:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.box:hover .box-content:before, .box:hover .box-content:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.box .box-content-inner h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.box .box-content-inner span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
    padding: 5px 10px;
    background: #fff;
    text-transform: capitalize;
}

/* ::::::::::::::: ABOUT:::::::::::::::::   */

.inner-banner {
    min-height: 120px;
    padding: 40px 0 50px;
    color: #000;
}

/* .inner-banner::after, .inner-banner::before {content: ""; position:absolute; top: 0;left:50%;transform:skew(15deg) translateX(-50%);width:75%; height:100%;background-image:linear-gradient(120deg,#fce123,#fcc409); background-color:#333; opacity:.66;}
.inner-banner::before {transform:skew(-15deg) translateX(-50%);}
.inner-banner {overflow:hidden;}
.inner-banner > * {z-index:100;} */

.inner-banner {
    background: url(../images/quote_bg.png);
    padding: 69px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.inner-banner::after, .inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    transform: skew(45deg) translateX(-1%);
    width: 83%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
}

.inner-banner p {
    font-size: 16px;
    line-height: 1.5em;
    word-spacing: 1px;
}

.mrgn120 {
    margin-top: 0px;
    margin-bottom: 55px;
}

.inner-banner h1 {
    font-size: 37px;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 99;
}

.inner-banner p {
    z-index: 9;
    text-align: center;
    position: relative;
}

.inner-banner .breadcrumb {
    z-index: 1;
    position: relative;
}

.font-28 {
    font-size: 28px!important
}

.font-25 {
    font-size: 25px!important
}

.font-30 {
    font-size: 30px!important
}

.tabbing {
    background: #0c0a70;
}

.tabbing nav>.nav.nav-tabs {
    border: none;
    color: #333;
    background: transparent;
    border-radius: 0;
}

.tabbing nav>div a.nav-item.nav-link, .tabbing nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 12px 24px;
    color: #000;
    background: transparent;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.4);
    margin-left: 2px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 0px;
}

.tabbing nav>div a.nav-item.nav-link {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 0px;
    background: rgba(255, 255, 255, 0.2);
}

.tabbing nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -52px;
    left: -15%;
    border: 15px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.45);
}

.tabbing .tab-content {
    background: transparent;
    line-height: 25px;
    border: 0px solid rgba(255, 255, 255, 0.5);
    padding: 30px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.35)
}

.tabbing nav>div a.nav-item.nav-link:hover, .tabbing nav>div a.nav-item.nav-link:focus {
    border: none;
    background: rgba(255, 255, 255, 0.35);
    color: #000;
    border-radius: 0;
    transition: background 0.20s linear;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 0px
}

.tabbing {
    text-shadow: 1px 1px 0px #FEDF74;
    padding-bottom: 30px;
}

.tabbing nav {
    justify-content: center;
}

div.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_main{
    padding: 50px 0;
}
.Production_C_item {
    background: #fff;
    margin-bottom: 30px;
    min-height: 358px;
    /*! border: 1px solid #acacac; */
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.Production_C_item div{
    padding: 15px;
}
.manufacturing_main {
	padding: 50px 0 0 0;
}
.manufacturing_item {
	padding: 20px 25px;
	background: #fdfdfd;
	border-radius: 10px;
	margin: 0 0 30px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.manufacturing_item h3 {
	font-size: 20px;
}
.li_content ul{
    padding: 0 0 0 18px;
    margin: 0;
}
.li_content ul li{
 font-size: 16px;
 color: #5b5a5a;
 list-style: disclosure-closed;
}
.li_content ul li.spec{
 list-style: none;
 color: #000;
 font-size: 16px;
 margin: 18px 0 -5px 0;
 font-weight: 600;
}
.mFn_main .manufacturing_item { 
	box-shadow: none;
}
.technical_para_maiin{
    padding: 50px 0 0 0;
}

.table .thead-dark {
	color: #fff;
	background-color: #343a40;
    border-color: #454d55;
    font-weight: 600;
}
.c-red-themes {
	color: #fcb527;
}
.c-green-themes {
	color: #fcb527;
}
.texture_metrial img{
    height: 259px; 
    width: 100%;
}
.c-yellow-themes {
	color: #fcb527;
}
/* ::::::::::::::: ABOUT:::::::::::::::::   */

/* bootstrap 3 hidden class

bootstrap 3 hidden class */

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.swiper-button-next {
    background-image: url(../img/next.png);
    width: 44px;
}

.swiper-button-prev {
    background-image: url(../img/prev.png);
    width: 44px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffcb04;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    padding: 15px;
    text-transform: uppercase
}

.bgdd {
    background: rgba(255, 255, 255, 0.010)
}

.stp {
    position: relative;
    z-index: 99999;
}

.contact_area {
    position: relative;
    background-color: #fff;
    z-index: 7;
    padding: 0px 0;
}

  
.contact_area .contacts-item {
    margin-top: 20px;
    padding-bottom: 8px;
    margin-left: 24px;
    z-index: 99;
    position: relative;
}

.contact_area .contacts-item .icon {
    width: 54px;
    height: 54px;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}

.contact_area .contacts-item img {
    width: 54px;
    height: 54px;
}

.contact_area .contacts-item .content {
    margin-left: auto;
    overflow: hidden;
    padding-top: 2px;
}

.contact_area .contacts-item .content .title {
    font-size: 20px;
    font-weight: 500;
    color: #404040;
}

.contact_area .contacts-item .content p {
	/* font-style: italic; */
	font-weight: 400;
	color: #666;
	/* font-family: Georgia, serif; */
	line-height: 24px;
	font-size: 15px;
}

.mlt-24 {
    margin-left: 24px;
    margin-top: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.map_area {
    position: relative;
    background-color: red;
    z-index: 5;
    padding: 0px 0;
    height: 450px;
}

.new-contact-form {
    float: left;
    width: 100%;
}

.form-wrapper {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    overflow: hidden;
    z-index: 99;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 50px 0;
    border-radius: 10px;
    text-align: center;
}

.form-wrapper h2 {
    margin: 0px 0px 0px 0px;
    color: #000;
    font-weight: 000;
    font-size: 24px;
}

.form-wrapper .form-group .btn-primary {
    color: #fff;
    background-color: #db261d;
    border-color: #0c0a70;
}

.form-wrapper .form-group .btn {
    display: inline-block;
    padding: 12px 51px;
    font-size: 1.0em;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 2px solid #db261d;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    transition: ease-in-out all 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    border-radius: 60px;
}

.form-wrapper .form-group .btn:hover {
    border: 2px solid #db261d;
    background-color: #db261d;
    color: #fff;
    opacity: 0.9;
}

.floating-label {
    position: relative;
    margin-bottom: 23px;
}

.floating-label i {
    margin-right: 1px;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #fdfdfd;
    border-radius: 5px;
    border: 1px solid #acacac;
    padding: 0 0 0 17px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.21);
}

.floating-input:focus, .floating-select:focus {
    outline: none;
    border: 2px solid #0c0a70;
}

.floating-input select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}

.floating-input:focus select {
    outline: none;
    border-bottom: 2px solid #0c0a70;
}

label {
    color: #505050;
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 14px;
    color: #b0b0b0;
}

.floating-input:focus~label, .floating-input:not(:placeholder-shown)~label {
    top: -7px;
    font-size: 11px;
    color: #3e3e3e;
    left: 10px;
    background: #fff;
    padding: 0 2px;
}

.floating-select:focus~label, .floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

.floating-input:focus~.bar:before, .floating-input:focus~.bar:after, .floating-select:focus~.bar:before, .floating-select:focus~.bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 80px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

.floating-input:focus~.highlight, .floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.checkbox label {
    color: #505050;
    font-weight: normal;
    position: relative;
    left: 5px;
    top: -5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

label {
    pointer-events: none;
}

label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}

.product-grid {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 17px -4px rgba(145, 145, 145, 0.65);
    margin-bottom: 30px;
    border-radius: 4px;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-image .pic-1 {
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.5s;
}

.product-grid .product-image:hover .pic-1 {
    opacity: 0;
    transform: scale(1.05);
}

.product-image .pic-2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.product-grid .product-image:hover .pic-2 {
    opacity: 1;
    transform: scale(1.05);
}

.product-grid .product-new-label, .product-grid .product-hot-label {
    background: #0c0a70;
    font-size: 13px;
    padding: 2px 11px;
    border-radius: 16px;
    color: #000;
    position: absolute;
    top: 8px;
    left: 8px;
}

.product-grid .add-to-cart {
    color: transparent;
    background-color: #292929;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    width: 150px;
    padding: 10px 5px;
    border-radius: 50px;
    opacity: 0;
    color: #0c0a70;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    bottom: 5px;
    left: 50%;
    transition: all 0.3s ease;
}

.product-grid .add-to-cart i {
    color: #0c0a70;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .add-to-cart {
    opacity: 1;
    bottom: 15px;
}

.product-grid .add-to-cart:hover i {
    margin-left: 25px;
}

.product-grid .add-to-cart:before, .product-grid .add-to-cart:after {
    content: attr(data-tip);
    color: #0c0a70;
    font-size: 14px;
    text-transform: capitalize;
    width: 100px;
    opacity: 1;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 16px;
    transition: all 0.3s ease;
}

.product-grid .add-to-cart:hover:before {
    opacity: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}

.product-grid .add-to-cart:after {
    opacity: 0;
    top: 100%;
}

.product-grid .add-to-cart:hover:after {
    opacity: 1;
    top: 50%;
}

.product-grid .product-content {
    padding: 12px 0;
    text-align: center;
    position: relative;
}

.product-grid .title {
    color: #595959;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.product-grid .title a {
    color: #595959;
    transition: all 500ms;
}

.product-grid .title a:hover {
    color: #000
}

.product-grid .price {
    font-size: 20px;
    color: #000
}

.product-grid .product-like-icon .zmdi {
    font-size: 18px;
}

.product-grid .product-like-icon {
    background: rgba(0, 0, 0, 0.04);
    font-size: 10px;
    text-align: center;
    line-height: 36px;
    width: 26px;
    height: 26px;
    border-radius: 15px;
    opacity: 0;
    position: absolute;
    right: 10px;
    bottom: 0px;
    color: #000;
    transition: all 0.35s ease;
}

.product-grid:hover .product-like-icon {
    opacity: 1;
    bottom: 10px;
}

.product-grid .product-like-icon:hover {
    color: var(--main-color1);
}

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}

.details-grid {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 17px -4px rgba(145, 145, 145, 0.65);
    margin-bottom: 30px;
    border-radius: 4px;
}

.blgleft {
    position: relative;
    font-size: 15px;
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    margin-bottom: 15px;
}

.blgleft a {
    color: rgba(44, 44, 44, 0.5);
}

.blgleft p {
    display: inline
}

.blgleft a:hover {
    color: #4285f4;
}

.sharecontainer {
    position: relative;
    display: flex;
    float: right;
    background: #fff;
    height: 32px;
}

.tip {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: .1em;
    display: flex;
    align-items: center;
}

.tip:after {
    content: "";
    width: 30px;
    height: 1px;
    background: rgba(44, 44, 44, 0.2);
    margin: 0 0 0 8px;
}

.trigger {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: color .2s, border .2s;
}

.trigger a {
    color: currentColor;
    text-decoration: none;
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
    display: flex;
    align-items: center;
    color: rgba(44, 44, 44, 0.4);
    justify-content: center;
}

.trigger i {
    font-size: 14px;
    line-height: 32px;
}

.trigger:hover {
    color: #2c2c2c;
    border-color: #2c2c2c !important;
}

.trigger:hover a {
    color: #2c2c2c;
}

.trigger.share-btn i {
    margin: 0 5px 0 0;
}

.like, .share {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    margin: 0 0 0 10px;
}

.like .trigger, .share .trigger {
    width: 82px;
    border: 1px solid rgba(44, 44, 44, 0.2);
}

.like i, .share i {
    margin: 0 5px 0 0;
}

.share {
    display: block;
}

.share-window {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    overflow: hidden;
}

.share-bar {
    position: relative;
    width: 82px;
    height: 32px;
    transition: width .4s ease .2s;
}

.share-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(44, 44, 44, 0.3) rgba(44, 44, 44, 0.2) rgba(44, 44, 44, 0.2) transparent;
}

.share-bar:hover {
    width: 164px;
    transition: width .4s ease;
}

.share-bar:hover .trigger:nth-child(3) {
    left: 82px;
    transition: left .45s ease .06s, color .2s, border .2s;
}

.share-bar:hover .trigger:nth-child(4) {
    left: 123px;
    transition: left .45s ease .12s, color .2s, border .2s;
}

.share-bar:hover .trigger:nth-child(5) {
    left: 164px;
    transition: left .45s ease .18s, color .2s, border .2s;
}

.share-bar:hover .trigger:nth-child(6) {
    left: 205px;
    transition: left .45s ease .24s, color .2s, border .2s;
}

.share-bar .trigger {
    position: absolute;
    top: 0;
    width: 42px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(44, 44, 44, 0.2);
    transition: left 0s ease .45s, color .2s, border .2s;
}

.share-bar .trigger:nth-child(1) {
    left: 0;
}

.share-bar .trigger:nth-child(2) {
    left: 41px;
}

.share-bar .trigger:nth-child(3) {
    left: 102px;
}

.share-bar .trigger:nth-child(4) {
    left: 143px;
}

.share-bar .trigger:nth-child(5) {
    left: 184px;
}

.share-bar .trigger:nth-child(6) {
    left: 225px;
}

@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 30px;
    }
    .megamenu {
        position: absolute;
        width: 100%;
    }
}

#lg-share {
    display: none;
}

/* ::::::::::::::::::::::::: banner :::::::::::::::::::::::::::::::: */

.banner-hero {
    background: #fff3bf;
    overflow: hidden;
    max-height: 780px;
}

.banner-hero .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: 100%;
}

.banner-hero .carousel-inner .carousel-item.active img {
    animation: scale 30s linear infinite;
    animation-delay: 0.1s;
}

@keyframes scale {
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.banner-hero .carousel_caption {
    position: absolute;
    top: 32%;
    width: 100%;
    height: 62%;
    color: #fff;
    align-items: center;
}

.banner-hero .carousel_caption h2 {
    font-size: 4em;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.1;
    margin: 0 0 16px 0;
}

.banner-hero .carousel-control {
    font-size: 50px;
    color: #fff;
    opacity: 0.5;
    top: 38%;
    background: transparent;
    background-repeat: repeat;
    background-image: none;
    background-image: none !important;
}

.banner-hero .carousel_caption p {
    font-size: 22px;
}

.banner-hero .carousel_caption .btn-white {
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 18px;
    font-weight: 700;
    border-color: #fff;
    color: #fff;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #fff;
}

.fa-chevron-left {
    padding: 7px 16px;
    border: 1px solid #fff;
    font-size: 19px;
    border-radius: 4px;
    line-height: 35px;
    float: left;
    margin: 0 0 0 31px;
}

.fa-chevron-right {
    padding: 7px 16px;
    border: 1px solid #fff;
    font-size: 19px;
    border-radius: 4px;
    line-height: 35px;
    float: right;
    margin: 0 30px 0 0;
}

.banner_vid {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    height: 81vh;
    letter-spacing: 2px;
}

.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}

@media screen and (max-width:1440px) {
    .futr .container {
        max-width: 100%;
        margin-left: 0%;
    }
 
    .brand-box .container {
        max-width: 100%;
        margin-left: 0%;
    }
    .swiper-container {
        height: 100%;
    }
    #lab_video_text_overlay h2 {
        font-size: 3.45em;
    }
    .owl-controls {
        display: none!important;
    }
    .banner_vid {
        height: 65.65vh;
        letter-spacing: 1px;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 3.25em;
    }
    header .container {
        max-width: 100%;
        margin: 0 auto
    }
    .top_header .container {
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 1366px) {
    .banner_vid {
        height: 54.65vh;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 3.350em;
        line-height: 1.0;
    }
    .banner-hero .carousel_caption p {
        font-size: 20px;
    }
}

@media (max-width: 1300px) {
    .banner-hero .carousel_caption {
        top: 28%;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 3.000em;
        line-height: 1.0;
    }
    .banner-hero .carousel_caption p {
        font-size: 20px;
    }
}

@media (max-width:1280px) {
    .banner_vid {
        height: 65.65vh;
    }
}

@media (max-width: 1200px) {
    header .container-fluid {
        width: 100%;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='7' d='M4 7h22M4 14h22M4 21h22'/%3E%3C/svg%3E");
    }
    .navbar-toggler {
        padding: 3px 6px 2px 6px;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #db261d;
        border: 1px solid #db261d;
        border-radius: .25rem;
        margin: 0 15px 0 0;
    }
    .navbar-nav {
        margin: 0 0 0 10px;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        margin: -5px 0 0 0;
        padding: 0;
    }
    .navbar-brand img {
        width: 121px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.2px;
    }
}

@media only screen and (max-width:1200px) {
    .megamenu {
        width: 100%;
    }
    /*navbar*/
    header .container-fluid {
        width: 100%;
    }
    .navbar-nav {
        margin: 0 0 0 10px;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        margin: -5px 0 0 0;
        padding: 0;
    }
    .navbar-brand img {
        width: 152px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #1e1d34;
        padding: 20px 13px;
        font-size: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.active {
        font-size: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .banner_vid {
        height: 54.65vh;
    }
    .banner-hero .carousel_caption {
        top: 24%;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 2.50em;
        line-height: 1.0;
    }
    .banner-hero .carousel_caption p {
        font-size: 18px;
    }
    .pt-100 {
        padding-top: 20px;
    }
    .mb-520 {
        margin-bottom: 450px;
    }
    .inner-banner h1 {
        font-size: 26px;
        font-weight: 500;
        line-height: 36px;
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .inner-banner p {
        font-size: 1.105em;
        line-height: 1.3em; 
    }
    p {
        font-size: 1.105em;
        line-height: 1.45em;
    }
    .mb-470 {
        margin-bottom: 376px;
        text-align: left
    }
    .text-justify {
        text-align: left!important
    }
}

@media screen and (max-width:1024px) {
    .item-html h2 {
        font-size: 20px;
    }
    .tabhovereffect img {
        max-width: 100%;
        height: auto;
    }
    .futr .container {
        max-width: 100%;
    }
    .welcome .container, .otbrnbx .container, .latest_news .container {
        max-width: 100%;
        margin-left: 0%
    }
    .contacts .contacts-item .content .title {
        font-size: 1.0em;
    }
    .contacts .contacts-item .content .sub-title {
        font-size: 14px;
        font-weight: 500;
    }
    .contacts .contacts-item .icon {
        height: 60px;
        margin-right: 8px
    }
    .solution .post-slide .overlay>.txt {
        top: 28%;
    }
    .txt .zmdi {
        font-size: 52px;
    }
    .solution .post-slide .overlay>.txt h3 {
        font-size: 15px;
    }
    .demo {
        padding: 48px 0 20px;
    }
    .swiper-container {
        height: 42vh;
        overflow: hidden;
    }
    .right-column img {
        max-width: 100%;
        height: auto;
    }
    #lab_video_text_overlay {
        height: 100%;
        padding-top: 0%;
    }
    #lab_video_text_overlay p {
        display: none;
        font-size: 18px;
    }
    #lab_video_text_overlay h2 {
        font-size: 3em;
    }
    .brand-box {
        padding: 24px 0 24px;
    }
    .owl-prev {
        left: 40px;
    }
    .owl-next {
        right: -26px;
    }
    .pt-180 {
        padding-top: 100px;
    }
}

@media screen and (max-width:990px) {
    #lab_video_text_wrap {
        height: 300px;
    }
    header {
        padding: 8px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1px 4px;
        font-size: 14px;
        font-size: 14px;
    }
    .navbar-expand-lg .float-right {
        float: left!important
    }
    .dropdown-item {
        padding: 1px 17px
    }
    .mlt-24 {
        margin-top: 20px;
        padding-bottom: 15px;
        margin-bottom: 0px;
        margin-left: 0px
    }
    .form-wrapper {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .contact_area .contacts-item .content p {
        line-height: 20px!important;
        font-size: 14px;
    }
    .contact_area .contacts-item {
        margin-top: 20px;
        padding-bottom: 0px;
        margin-left: 0px;
    }
    .contact_area .contacts-item .content .title {
        font-size: 15px;
    }
    .navbar-expand-lg .float-right {
        float: left!important;
        width: 100%;
        display: block;
    }
    .banner-hero .carousel_caption {
        top: 24%;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 2.50em;
        line-height: 1.0;
    }
    .banner-hero .carousel_caption p {
        font-size: 18px;
    }
}

@media screen and (max-width:900px) {
    .swiper-container {
        height: 78vh;
    }
    #lab_video_text_overlay {
        padding-top: 5%;
    }
    .why-services-container {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .why-services-item {
        display: block;
        background-color: #fff;
        position: relative;
        border-right: 1px solid #e8e8e8;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 1px;
        height: 315px;
    }
    .pt-100 {
        padding-top: 15px;
    }
    .ccover {
        background-size: contain;
        background-position: top center;
    }
    .mb-520 {
        margin-bottom: 24px;
    }
    .mb-470 {
        margin-bottom: 24px;
    }
    .why-services {
        height: auto;
    }
    .stp .why-services-item::before {
        width: 0;
    }
    .hidden-tab {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 999;
        top: 45px;
        width: 100%;
        background: #fff;
        left: 0px;
        max-height: 410px;
        overflow-y: scroll;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.22);
        padding: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
    }
    .navbar-nav {
        display: block;
    }
    .pt-180 {
        padding-top: 40px;
    }
}

@media screen and (max-width:896px) {
    .banner_vid {
        height: 89vh;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 2.15em;
        line-height: 1.0;
    }
    .banner-hero .carousel_caption p {
        font-size: 16px;
    }
    .carousel-indicators {
        display: none;
    }
}

@media screen and (max-width:768px) {
    #lab_video_text_overlay h2 {
        font-size: 2.5em;
    }
    .swiper-container {
        height: 30vh;
    }
    #lab_video_text_overlay {
        padding-top: 5%;
    }
    .banner_vid {
        height: 30.75vh;
    }
    .carousel-indicators {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .hidden-m {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 999;
        top: 50px;
        width: 100%;
        background: #fff;
        left: 0px;
        max-height: 410px;
        overflow-y: scroll;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.22);
        padding: 0 0 14px 8px;
    }
    .banner-hero .carousel_caption p {
        display: none;
    }
}

@media only screen and (min-width:500px) and (max-width:767px) {
    .banner_vid {
        height: 84.75vh;
    }
    /*navbar*/
    header .container-fluid {
        width: 100%;
    }
    header {
        padding: 8px 0;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='7' d='M4 7h22M4 14h22M4 21h22'/%3E%3C/svg%3E");
    }
    .navbar-nav {
        margin: 0 0 0 10px;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        margin: -5px 0 0 0;
        padding: 0;
    }
    .navbar-brand img {
        width: 121px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.2px;
        border-bottom: 1px dashed #ddd;
    }
    .swiper-container {
        height: 72vh;
    }
    #lab_video_text_overlay {
        padding-top: 5%;
    }
}

@media screen and (max-width:650px) {
    .h2, h2 {
        font-size: 1.65rem;
    }
    .h4, h4 {
        font-size: 1.25rem;
    }
    #lab_video_text_wrap {
        height: 250px;
    }
    #lab_video_text_overlay {
        padding-top: 5%;
    }
    .swiper-slide {
        background: #fdb109
    }
    .lab_video_overlay {
        background: rgba(255, 193, 7, 0.80)!important;
    }
    .testimonial {
        margin: 65px 0px 30px 0px
    }
    .testimonial .description {
        padding: 15px;
        font-size: 16px;
        line-height: 28px;
    }
    .why-services-container {
        height: auto;
        display: block;
        flex-wrap: wrap;
    }
    .why-services-item {
        display: block;
        background-color: #fff;
        position: relative;
        border-right: 1px solid #e8e8e8;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1px;
        height: 315px;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 1.76em;
    }
}

@media screen and (max-width:599px) {
    .hidden-xs {
        display: none;
    }
    #lab_video_text_overlay {
        padding-top: 5%;
    }
    .lab_video_overlay p {
        display: none;
    }
    .lab_video_overlay a {
        display: none;
    }
    #lab_video_text_overlay h2 {
        font-size: 1.30em;
    }
    .brand-box h2 {
        line-height: 24px;
        font-size: 22px!important;
    }
    p {
        font-size: 0.9em;
        line-height: 20px;
    }
    .owl-controls {
        display: none!important;
    }
    .pt-100 {
        padding-top: 0px;
    }
    .mb-520 {
        margin-bottom: 0px;
    }
    .mb-470 {
        margin-bottom: 0px;
    }
    .h1, h1 {
        font-size: 1.5rem;
    }
    .why-services {
        height: auto;
        background: transparent;
    }
    .latest_news_bg {
        padding: 30px 0px 30px 0px;
    }
    .tabbing nav>div a.nav-item.nav-link, .tabbing nav>div a.nav-item.nav-link.active {
        padding: 12px 6px;
        margin-left: 1px;
        font-size: 15px;
    }
    .tabbing nav>div a.nav-item.nav-link.active:after {
        bottom: -47px;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .brand-box .text-left {
        text-align: center!important
    }
    .inner-banner h1 {
        font-size: 24px;
        line-height: 26px!important;
        margin-bottom: 0;
        margin-top: 0px;
    }
    .inner-banner p {
        display: none
    }
    .inner-banner {
        min-height: 120px;
        padding: 30px 0 0px;
    }
    .sharecontainer {
        margin-top: 4px;
    }
    .blgleft {
        text-align: center;
        border-top: 0px solid #ddd;
    }
    .brand-box ul {
        padding-left: 20px;
    }
    .contact_area .contacts-item .content p {
        line-height: 20px!important;
        font-size: 14px;
    }
    .banner-hero .carousel_caption {
        top: 12%;
    }
    .banner-hero .carousel_caption .btn-white {
        font-size: 14px;
    }
}

@media screen and (max-width:414px) {
    .banner_vid {
        height: 23.05vh;
    }
    .banner-hero .carousel_caption h2 {
        font-size: 1.25em;
    }
}

.main-timeline {
    overflow: hidden;
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 0;
    left: 50%;
}

.main-timeline .timeline {
    padding-right: 30px;
    position: relative;
}

.main-timeline .timeline:before, .main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline:first-child:before, .main-timeline .timeline:last-child:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #d6d5d5;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: -3px;
}

.main-timeline .timeline:last-child:before {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #d6d5d5;
    box-sizing: content-box;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -4px;
}

.main-timeline .timeline-icon:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0c0a70;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline .year {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    color: #fff;
    background: #0c0a70;
    text-align: center;
    overflow: hidden;
    position: absolute;
    right: 0%;
    margin-top: 8px;
    width: 47.5%;
    height: 200px;
}

.main-timeline .timeline-content {
    width: 48.5%;
    padding: 43px 50px;
    margin: 0 20px 0 0;
    background: #eee;
    position: relative;
}

.main-timeline .timeline-content:after {
    content: "";
    border-left: 20px solid #eee;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.main-timeline .title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 2px 0px 12px 0;
}

.main-timeline .post {
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 8px;
}

.main-timeline .description {
    font-style: italic;
    font-weight: 500;
    color: #666;
    font-family: Georgia, serif;
    line-height: 1.3!important;
    font-size: 1.1em;
    margin: 0;
    clear: both;
}

.main-timeline .timeline:nth-child(2n) {
    padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
    right: auto;
    left: 0%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
    border: 18px solid transparent;
    border-right: none;
    border-left: 18px solid #0c0a70;
    left: auto;
    right: -18px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: right;
    margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border-left: none;
    border-right: 20px solid #eee;
    right: auto;
    left: -20px;
}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        left: 10px;
    }
    .main-timeline .timeline {
        padding: 0 0 0 30px;
        margin-bottom: 20px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }
    .main-timeline .timeline:first-child:before, .main-timeline .timeline:last-child:before {
        display: none;
    }
    .main-timeline .timeline-icon {
        margin: 0;
        position: absolute;
        top: 7px;
        left: 0;
    }
    .main-timeline .year, .main-timeline .timeline:nth-child(2n) .year {
        display: block;
        font-weight: bold;
        z-index: 1;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        right: 0%;
        margin-top: 8px;
        width: 100%;
        height: auto;
    }
    .main-timeline .timeline:nth-child(2n) .year:before {
        border-left: none;
        border-right: 18px solid #0c0a70;
        right: auto;
        left: -18px;
    }
    .main-timeline .timeline-content {
        padding: 20px;
    }
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: auto;
        float: none;
        margin: 0 0 0 30px;
    }
    .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        border: none;
        border-bottom: 20px solid #eee;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        top: -20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 480px) {
    .main-timeline .title {
        float: none;
        margin: 0;
    }
    .main-timeline .year, .main-timeline .timeline:nth-child(2n) .year {
        margin-left: 10px;
    }
    .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
        margin-left: 10px;
    }
    .main-timeline .post {
        margin: 5px 0;
    }
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 12px 15px;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 4px;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-heading .accordion-toggle:after {
    float: right;
    color: #0c0a70;
    content: "\f2f1";
    font-family: 'Material-Design-Iconic-Font';
    outline: none;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f2f7";
}

.panel-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 18px;
    outline: none;
    margin: 0px;
}

.panel-body {
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    display: block;
    outline: none;
    color: #111;
}

.panel-title>a:hover {
    color: #0c0a70;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #313131;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #fff;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
}

.faq-pattern {
    background: url(../images/pattern-faq.jpg);
    background-repeat: repeat;
    padding: 30px 0 30px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #eee;
}

.faq-pattern .list-group-item-text {
    margin-bottom: 0px;
    line-height: 1.3;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4d4d4d;
}

.faq-pattern .well {
    background-color: #EAECE9;
    padding: 18px;
    float: left;
    width: 100%;
}

.f_menu {
    padding: 0;
    margin: 00px 0;
    text-align: center;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.f_menu li {
    list-style: none;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 1px solid #333;
}

.f_menu li:last-child {
    margin: 0;
    border-right: 0px solid #333;
}

.f_menu li a {
    color: #cccccc!important;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.f_menu li:hover a {
    color: #db261d !important;
}

@media screen and (max-width:768px) {
    .f_menu {
        border-top: 0px solid #222;
        border-bottom: 0px solid #222;
    }
    .f_menu li {
        padding: 3px 12px;
        font-size: 14px;
        text-transform: capitalize;
        border: 1px solid #333;
        margin: 1px;
    }
    .f_menu li:last-child {
        border-right: 1px solid #333;
    }
    .f_menu li a {
        font-size: 14px;
    }
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border-radius: 4px;
    background: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #000000;
    margin: 4px 5px;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.button:hover {
    background: #ffc107;
    color: #000;
    border-color: #ffc107;
}

.button:active, .button.is-checked {
    background: #ffc107;
    color: #000;
    border-color: #ffc107;
    outline: none;
}

.button-group {
    margin: 30px 0 0;
    text-align: center;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.fluid img {
    vertical-align: middle;
    cursor: pointer;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.grid div {
    background-color: #FFFFFF;
    display: block;
    float: left;
    margin: 1%;
    width: 23%;
}

@media (max-width: 1024px) {
    .grid div {
        width: 31.3%;
    }
}

@media (max-width: 767px) {
    .grid div {
        width: 48%;
    }
}

@media (max-width: 479px) {
    .grid div {
        margin: 2% 0;
        width: 100%;
    }
}

@media (max-width:360px) {
    .banner_vid {
        height: 20.05vh;
    }
}

/* footer */

footer {
    position: relative;
}

.bg-dark-purple {
    background: #070a11;
}

.footer-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

footer .border-top {
    border-top: 1px solid rgba(167, 180, 201, .2) !important;
}

.footer-main .form-control {
    border: 0 !important;
}

.footer-payments {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}

.footer-payments li {
    display: inline-block;
    padding: 0 11px;
    font-size: 20px;
}

.footer-main img {
    margin: 0 0 13px 0;
}

.footer-main .social li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.footer-main .social li a {
    color: #a7b4c9;
    line-height: 0;
}

.social li {
    margin-right: 0;
    display: inline-block;
    list-style: none;
    font-size: 15px;
}

.social-icons li a {
    color: #fff;
}

.social-icons li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    line-height: 40px;
}

.social li a {
    color: rgba(255, 255, 255, .6);
    line-height: 0;
}

.footer-main .payments li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.footer-main .payments li a {
    color: rgba(255, 255, 255, .6);
    line-height: 0;
}

.footer-main h6 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

footer .border-bottom {
    border-bottom: 1px solid rgba(167, 180, 201, .2) !important;
}

.footer-main p {
    color: rgba(255, 255, 255, .7);
}

.footer-main a {
    transition: opacity .2s;
    color: rgba(255, 255, 255, .6);
    margin: 0 0 5px 0;
    display: block;
}

.footer-main.footer-main1 a {
    color: #080e1b;
}

.footer-main.footer-main1 .form-control {
    border: 1px solid #d8dde6 !important;
}

.footer-links a {
    color: rgba(255, 255, 255, .8);
}

.footer-links a:hover {
    text-decoration: none;
}

.address_fooTr li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 5px 0;
}

.address_fooTr li i {
    position: absolute;
    left: 0;
    top: 0;
}

.CoPy_P a {
    color: #fff;
}

.accent-2 {
    border-top: 1px solid #4d4d4d;
}

.accent-2 {
    width: 60px;
}

.Social_footer {
    margin: 0;
    padding: 0;
}

.Social_footer li {
    list-style: none;
    display: inline-block;
}

.footer-main a:hover {
    color: #db261d;
}

.Social_footer li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    /*! background: #000; */
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0 !important;
    border-radius: 4px;
    font-size: 15px;
}

.fb_bg {
    background: #3b5998!important;
}

.Social_footer li a:hover {
    color: #fff;
}

.tw_bg {
    background: #00aced;
}

.insta_bg {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.in_bg {
    background: #007bb6;
}

.yt_bg {
    background: #FF0000;
}

.ico_liNk li {
    position: relative;
    padding: 0 0 0 10px;
}

.ico_liNk li::before {
    content: '';
    position: absolute;
    left: -6px;
    background: #3e3e3e;
    font-family: remixicon !important;
    font-size: 14px;
    top: 11px;
    width: 9px;
    height: 2px;
}

.nav-folderized .nav {
    display: block;
}

/* footer */

/* production_C_main */

.production_C_main {
    padding: 50px 0 0 0;
}

.accordion {
    margin-top: 40px;
}

.accordion .card {
    border: none;
    margin-bottom: 20px;
}

.accordion .card h2 {
    background: url(../images/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
}

.accordion .card h2.collapsed {
    background-image: url(../images/expand2-256.png);
}

.accordion .card-body {
    background: #ddd;
}

.card-head {
    padding: 10px 19px;
    background: #ddd;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}

/* production_C_main */

.get_QUte_main {
    background: url(../images/quote_bg.png);
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    position: relative;
}

.get_QUte_main::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.get_QUte_main h3 {
    font-size: 50px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.99);
    font-family: georgia;
    font-style: italic;
}

.btn.btn_quote {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.7px;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 25px 0 0 0;
}
.products_item {
	margin: 10px;
	/* border: 1px solid #ddd; */
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	border-radius: 6px;
}
.hot_products {
	padding: 30px 0;
	background: #f7f7f7;
	padding-bottom: 50px;
}
.main_listproduct{
    border: 1px solid #c6c6c6;
}
.main_listproduct h3 {
	background: #c6c6c6;
	color: #000;
	text-align: center;
	padding: 12px 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.main_listproduct ul {
	padding: 10px;
	padding-left: 33px;
}
.main_listproduct ul li{ 
    list-style: disclosure-closed;
}

.main_listproduct ul li a{ 
    font-size: 14px;
    font-weight: 400; 
}

.heading_products{
    margin-bottom: 20px;
}
.P_content {
	text-align: center;
	padding: 15px;
}
.product_mainL {
	border: 1px solid #ddd;
	border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px; 
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 5px;
}
.P_content span {
	display: inline-block;
	font-size: 13px;
	/* border: 1px solid #ddd; */
	padding: 6px 20px;
	border-radius: 60px;
	color: #fff;
	background: #db261d;
}



.product_mainL .image {
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
}

.product_mainL .image img{
    width: 100%;
}
.proNum{
    width: 100px;
    height: 45px;
}

.del-btn.core {
	background: #db261d26;
	border: 1px solid #db261d; 
	border-radius: 100px;
	padding: 4px 15px;
	color: #db261d;
	font-size: 14px;
	white-space: nowrap;
}










