* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
   /* background: rgb(255, 255, 255);*/
   background: linear-gradient( to bottom, rgb(255 255 255 / 91%), rgb(255 252 252 / 83%)), url(../images/back.webp);
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    line-height: 24px;
}

a:hover {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}

.navbar-default .navbar-toggle:focus {
    background-color: #ddd0!important;
}


/*header*/


/***************************************marquee-wrap*************************************/

.marquee-wrap {
    background: #212121;
    padding: 5px 0px;
}

.marquee-wrap ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.cont p a {
    color: #a3a3a3;
}

.marquee-wrap p {
    color: #a3a3a3;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.marquee-wrap p:hover {
    color: #f2f2f2;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.marquee-wrap {
    position: relative;
}

.marquee-wrap::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    height: 100%;
    background-color: #f24572;
}

.footer-social>li {
    display: inline-block;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-top: 1px;
}

.footer-social>li a {
    color: #fff;
    font-size: 19px;
}


/* .facebook-bg {
       background-color: #3b5998;
   }
   
   .twitter-bg {
       background-color: #00acee;
   }
   
   .linkedin-bg {
       background-color: #0e76a8;
   }
   
   .instagram-bg {
       background-color: #3f729b;
   }
   
   .pint-bg {
       background-color: #c8232c;
   }
   */

.cont i {
    color: #a3a3a3;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.cont {
    line-height: 30px;
    padding: 5px;
}

.cont span {
    color: #fff;
}

#logo1 {
   width: 102px;
    margin-top: -15px;
}

nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #f24572;
    transition: .4s;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    color: #212121;
    transition: 0.5s;
    margin-left: 5px;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar-brand h3 {
    margin: 0px;
    margin-top: 10px;
    color: #f24572;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
}


/***************************************marquee-wrap*************************************/


/*header*/


/*slider*/


/*slider*/

.slider {
    position: relative;
    margin-top: -78px;
}


/*#owl-demo-slider .item {
       position: relative;
   }
   
   #owl-demo-slider .item .item-caption {
       position: absolute;
       top: 50%;
       left: 60px;
       width: 40%;
       transform: translateY(-50%);
       color: #fff;
       font-family: 'Marko One', serif;
       background-color: #00000047;
       padding: 20px;
   }
   
   #owl-demo-slider .owl-item.active h5 {
       font-size: 18px;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }
   
   #owl-demo-slider .owl-item.active h3 {
       font-size: 50px;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }
   
   #owl-demo-slider .owl-item.active p {
       font-size: 16px;
       font-weight: 500;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }*/

header .item {
    position: relative;
}

header .item img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /*border: 9px solid #fff;*/
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content h2 {
    font-weight: 900;
    font-size: 50px;
    color: #000;
}

header .item .cover .header-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 5px 0 20px;
    color: #f24572;
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #7abf18 !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover span {
    font-size: 1.6875rem;
    color: #7abf18!important;
}

header .owl-nav .owl-prev:hover {
    background: #fff !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #7abf18 !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover span {
    font-size: 1.6875rem;
    color: #7abf18!important;
}

header .owl-nav .owl-next:hover {
    background: #fff !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}


/*slider*/

.tj-welcome {
    padding: 50px 0;
}


/*about*/

.sec-title .sub-title {
    color: #f24572;
}

.sec-title .sub-title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
	color: #000 !important;
	    font-family: 'Poppins', sans-serif;
}

.about-us-section .text-block {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .text-block h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-us-section .text-block .text {
    margin-bottom: 25px;
    font-size: 16px;
}

.about-us-section .text-block .list {
    position: relative;
    margin-bottom: 35px;
}

.about-us-section .text-block .list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.about-us-section .text-block .list li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-1.html);
}

.theme-btn {
    background-color: #f24572;
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    padding: 18px 35px;
    font-weight: 500;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    min-width: 160px;
}

.theme-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #212121;
    transition: .5s;
}

.theme-btn span {
    position: relative;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover:before {
    width: 100%;
}


/*about*/


/* Services section */

.service-section {
    position: relative;
    background-color: #0188cc;
}

.ltn__product-item-3 {
    border: 2px dotted;
    border-color: #ddd;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}

.ltn__product-item {
    position: relative;
    margin-bottom: 50px;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    height: 250px !important;
    position: relative;
    -webkit-transition: all 3.5s ease 0s;
    -o-transition: all 3.5s ease 0s;
    transition: all 3.5s ease 0s;
}

.product-hover-action {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-hover-action ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-shadow: var(--ltn__box-shadow-3);
    box-shadow: var(--ltn__box-shadow-3);
}

.product-hover-action li {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    float: left;
    display: inline-block;
    margin-right: 0px;
    margin-top: 0;
    list-style: none;
    border-right: 1px solid #ccc;
}

.product-hover-action li a {
    font-weight: 700;
    color: #000;
    display: block;
    background-color: #fff;
    font-size: 30px;
    line-height: 50px;
}

.ltn__product-item-3:hover .product-hover-action {
    top: 70%;
}

.ltn__product-item:hover .product-hover-action {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.ltn__product-item-3 .product-info {
    padding: 25px 15px 15px;
    padding-top: 0;
}

.ltn__product-item-3 .product-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-title a {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.ltn__product-item-3:hover {
    border: 2px solid;
    border-color: #6e48b1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}

.ltn__product-item-3:hover img {
    transform: scale(1.1);
}

.product-hover-action li a:hover {
    color: #fff;
    background-color: #f24572;
}

.order-on {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    padding: 15px 10px;
    background: #25d366;
    border-radius: 5px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-on:hover {
    color: #ffffff !important;
    cursor: pointer;
    background: #21bd5b;
    transition: all .3s !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px -5px rgb(45 62 79 / 30%) !important;
}


/*service*/


/* Features Section */

.features-section {
    position: relative;
    padding: 120px 0 90px;
    background-color: #f8f8f8;
}

.feature-block {
    position: relative;
}

.feature-block .inner-box {
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 30px 20px;
    padding-left: 130px;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
}

.feature-block:last-child .inner-box {
    border-bottom: 0;
}

.feature-block .icon {
    position: absolute;
    top: 40px;
    left: 40px;
}

.feature-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
}

.feature-video {
    position: relative;
    padding: 50px;
    background-size: cover;
    overflow: hidden;
    min-height: 435px;
}

.feature-video .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.feature-video .shape {
    background: #0188cc;
}

.feature-video .shape {
    position: absolute;
    top: -104px;
    left: -94px;
    width: 430px;
    height: 430px;
    transform: rotate(45deg);
    border-radius: 50px;
}

.feature-video h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.feature-video .text {
    position: relative;
    max-width: 310px;
}

.counter {
    text-align: center;
    padding: 30px;
}

.padding-0 {
    background-color: #fff;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.counter p {
    color: #0188cc;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 4px;
}

.counter img {
    width: 60px;
    height: 60px;
    filter: grayscale(1);
}

.counter h3 {
    margin: 0px;
    font-weight: 900;
    text-transform: uppercase;
}


/* Features Section */


/*process*/

.process-block {
    position: relative;
    border: 4px solid #212121;
    border-left: 0;
    margin-top: 60px;
}

.process-block:first-child {
    border-left: 4px solid #212121;
}

.process-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 15px;
    padding-bottom: 22px;
}

.process-block .icon {
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: -60px;
}

.process-block .icon:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 202px;
    height: 208px;
    background-image: url(../images/shape-9.png);
}

.process-block .icon img {
    position: relative;
}

.process-block .count {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 30px;
}

.process-block .count span {
    position: relative;
}

.process-block .count:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: .5s;
}

.process-block .inner-box:hover .count:before {
    opacity: 0;
}

.process-block .count:after {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 50%;
    border: 5px solid #feeeb6;
    transition: .5s;
    transform: scale(.8);
    opacity: 0;
}

.process-block .inner-box:hover .count:after {
    transform: scale(1);
    opacity: 1;
}

.process-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.process-block .inner-box:before {
    position: absolute;
    content: '';
    left: 65%;
    top: 160px;
    width: 210px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../images/shape-8.png);
}

.process-block:last-child .inner-box:before {
    display: none;
}

.icon img {
    filter: grayscale(1);
}


/*process*/

.gallery img {
    height: 350px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px;
    object-fit: cover;
}


/*testimonial*/

.testimonial {
    text-align: center;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #0c4767;
    margin: 0 0 70px 0;
}

.testimonial .testimonial-title small {
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.testimonial .description {
    font-size: 14px;
    color: #787878;
    line-height: 27px;
    position: relative;
    margin: 0;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: #fa7921;
    line-height: 33px;
    border: 2px solid #fa7921;
}


/*testimonial*/


/* CTA section  */

.cta-section {
    position: relative;
    background: #2e2e2e;
    padding: 30px 0;
    overflow: hidden;
}

.cta-section h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.cta-section:before {
    position: absolute;
    content: '';
    right: -35px;
    top: 0;
    bottom: 0;
    width: 30%;
    border-left: 10px solid #212121;
    transform: skewX(-30deg);
}

.cta-section:before {
    background: #f24572;
}

.cta-section .link-btn {
    position: relative;
    margin: 0 -5px;
    text-align: right;
}

.theme-btn.style-three {
    background: #484444;
}

.cta-section .link-btn .theme-btn {
    margin: 0 5px;
}


/* CTA section  */


/*footer*/

.main-footer {
    position: relative;
    background: #212121;
    padding: 100px 0 20px;
}

.about-widget {
    position: relative;
}

.widget {
    position: relative;
    margin-bottom: 40px;
}

.about-widget .logo {
    position: relative;
    margin-bottom: 30px;
}

.about-widget .text {
    position: relative;
    color: #a3a3a3;
    margin-bottom: 30px;
}

.about-widget .social-links {
    position: relative;
}

.about-widget .social-links li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.about-widget .social-links li a {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #a3a3a3;
    background-color: #2e2e2e;
    transition: .5s;
    display: inline-block;
}

.about-widget .social-links li a:hover {
    background-color: #0188cc;
    color: #fff;
}

.widget_title {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

.links-widget .list li {
    position: relative;
    margin-bottom: 13px;
}

.links-widget .list {
    column-count: 2;
}

.links-widget .list li a {
    position: relative;
    color: #a3a3a3;
    transition: .5s;
    text-transform: capitalize;
}

.links-widget .list li a:hover {
    color: #f24572!important;
    margin-left: 10px;
    transition: .5s;
}

.links-widget .list li a:before {
    content: "\f00c";
    left: 0;
    top: 0;
    margin-right: 8px;
    font-size: 16px;
    font-family: 'FontAwesome';
    font-weight: 900;
}

.contact-widget li {
    position: relative;
    color: #a3a3a3;
    margin-bottom: 16px;
    padding-left: 60px;
    line-height: 27px;
}

.contact-widget li a {
    color: #a3a3a3;
}

.contact-widget i {
    position: absolute;
    top: 7px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    background-color: #2e2e2e;
    transition: .5s;
    display: inline-block;
    transition: .5s;
}


/*footer*/


/*product-detail-inner*/

.page-title {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    background-color: #f24572;
}

.page-title h2.title {
    margin: 0 0 25px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.26;
    text-align: center;
}

.image-left {
    position: relative;
    overflow: hidden;
    width: 400px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    /* background-color: #d1651a; */
}

.breadcrumbs {
    background: #2121210f;;
    padding: 25px 0;
    text-align: center;
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.breadcrumbs a:hover {
    color: #093eb6
}

.breadcrumbs i {
    padding-right: 15px;
    color: #000;
}

.breadcrumbs span.parent i {
    padding-right: 5px
}

.breadcrumbs span {
    padding-right: 15px
}

.section-title .title-header {
    margin-bottom: 25px;
    position: relative;
}

.section-title .title-header h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

ul.ttm_contact_widget_wrapper li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}

ul.ttm_contact_widget_wrapper li h6 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 37px;
}

ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.form-new {
    padding: 50px!important;
    background: #fff!important;
    border: 1px solid #ddd;
}

.form-new .enuery_now {
    font-weight: 800;
    text-transform: capitalize;
    color: #333;
    margin: 0px 0 50px;
    text-align: center;
    font-size: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.form-new label {
    color: #333;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.form-new .form-control {
    padding-left: 0;
    box-shadow: none;
    margin-left: 40px;
    border-radius: 0;
    width: 80%;
    padding: 6px 2px 0;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}

.form-new .icon {
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -24px;
    z-index: 2;
    color: #222;
}

.form-new .form-control:focus {
    border-bottom: 1px solid #e16116;
}

.orange-btn-active {
    color: #fff!important;
    background: #f24572;
    border: 1px solid #f24572;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    font-size: 22px;
    padding: 6px 25px 3px;
    text-transform: uppercase;
    margin-top: 15px;
    width: 200px;
}


/*product-detail-inner*/

.sidebar-widget-two .widget-content {
    position: relative;
    padding: 25px 25px;
    border-top: 2px solid #0d2821;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    background-color: #ffffff;
}

.sidebar-title-two {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title-two h4 {
    position: relative;
    color: #222222;
    font-size: 23px;
    margin-bottom: 15px;
}

.blog-cat-two {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.blog-cat-two li a {
    position: relative;
    color: #000;
    font-size: 14.5px;
    padding: 12px 25px;
    display: block;
    font-weight: 500;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px solid #dddddd;
}

.blog-cat-two li a:hover {
    color: #ffffff;
    background-color: #f24572;
}

.contact-widget2 .widget-content {
    position: relative;
    padding: 40px 20px 40px;
    text-align: center;
    background: linear-gradient( to bottom, #f2457236, #f24572b5), url(../images/back2.jpg);
    background-position: center;
    border-radius: 10px;
}

.contact-widget2 .widget-content .icon {
    position: relative;
    color: #ffffff;
    font-size: 56px;
    line-height: 1em;
}

.contact-widget2 .widget-content .text {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.8em;
    margin-top: 18px;
}

.contact-widget2 .widget-content .number {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 18px;
    font-weight: 700;
}

.contact-widget2 .widget-content .email {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 5px;
    font-weight: 400;
}

.contact-widget2 .widget-content .number a {
    color: #ffffff;
}

.contact-widget2 .widget-content .email a {
    color: #ffffff;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}

@media(max-width:768px) {
    #logo1 {
        width: 65px;
    margin-top: -15px;
    }
    .navbar-default{
     background-color: black!important;
    }
    nav.navbar.bootsnav .navbar-toggle {
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    position: relative;
    top: 0px;
    color: #000;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;

}
nav.navbar.bootsnav ul.nav > li > a {
   
    color: #fff;
}
    /* header .item {
        height: 60vh;
    }*/
    header .item .cover .header-content h2 {
        font-size: 18px;
        display: none;
    }
    header .item {
        position: relative;
        margin-top: 78px;
    }
    header .item .cover .header-content h1 {
        font-size: 14px;
        display: none;
    }
    .cta-section h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .cta-section .link-btn {
        text-align: center;
    }
    .cta-section:before {
        display: none;
    }
    .cta-section .link-btn a {
        margin-bottom: 10px!important;
    }
    .process-block .inner-box:before {
        display: none;
    }
    .process-block {
        border: none;
    }
    .breadcrumbs {
        padding: 25px 0 0
    }
    .breadcrumbs span {
        margin-bottom: 25px;
        display: inline-block
    }
    .image-left {
        width: 100%;
    }
    .navbar-brand h3 {
        margin-top: 0px;
    }
    .marquee-wrap:before{
        content: none;
    }
}

#owl-header-slider .item {
    position: relative;
    height: 400px;
}

#owl-header-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}