@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body {
    background: #fff;
    color: #000;
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    outline: none;
    padding: 0
}

a:focus {
    outline: 0 !important
}

.form-control::placeholder {
    color: #b5b5b5;
    font-size: 16px;
    opacity: 1
}

select.form-control {
    color: #b5b5b5
}

.form-control:-ms-input-placeholder {
    color: #b5b5b5
}

.form-control::-ms-input-placeholder {
    color: #b5b5b5
}

textarea {
    resize: none
}

ul {
    list-style: none outside none;
    margin-bottom: 0
}

ul li {
    margin-bottom: 4px
}

p {
    line-height: 1.5;
    margin-bottom: 0
}

a:hover {
    color: #fe4c1c;
    text-decoration: none
}

strong {
    font-weight: 600
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/hamburger.png);
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: 0 0;
    border-color: transparent
}
.navbar-toggler {
    font-size: 1rem;
}
.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.form-group {
    margin-bottom: 12px
}

.form-control {
    border-radius: 0;
    height: 30px
}

.form-control:focus {
    background-color: #fff;
    border-color: #495057;
    box-shadow: none;
    color: #495057
}

.main-heading {
    color: #fe4c1c;
    display: inline-block;
    font-family: Playfair Display, serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 44px;
    position: relative;
}
.main-heading::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 2px;
    width: 23%;
    background-color: #fe4c1c;
    margin: auto;
}

.shine {
    overflow: hidden;
    position: relative
}

.shine:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2
}

.shine:focus:before,
.shine:hover:before {
    -webkit-animation: shine .85s;
    animation: shine .85s
}

.sec-pd {
    padding: 3em 0
}

.d-desktop-none {
    display: none
}

.fw-600 {
    font-weight: 600
}

.iti,
iframe {
    width: 100%
}

.bg-dark {
    background-color: #000 !important
}

.errorspan {
    color: #fe4c1c !important;
    display: block;
    font-size: 11px;
    margin-top: 2px
}

#error1 {
    color: #fe4c1c;
    display: none;
    font-size: 11px;
    margin-top: -10px
}

.checkbox-focus {
    border: 1px solid #fe4c1c !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/8%), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgb(0 0 0/8%), 0 0 8px rgba(102, 175, 233, .6);
    outline: 1px solid #fe4c1c !important
}

video::-moz-media-controls,
video::-ms-media-controls,
video::-o-media-controls,
video::-webkit-media-controls {
    display: none !important
}

video::-webkit-media-controls-start-playback-button {
    display: none
}

.global-btn {
    background-color: #fe4c1c;
    border: 1px solid #fe4c1c;
    color: #fff;
    padding: 8px 20px;
    transition: .2s ease-in;
}

.global-btn:hover {
    color: #fff;
    background-color: #322e2d;
    
}

.text-orange {
    color: #fe4c1c !important
}

.fw-bold {
    font-weight: 600
}

.sub-text {
    border-bottom: 2px solid #fe4c1c;
    display: inline-block;
    text-transform: uppercase
}

.text-dark-blue {
    color: #192436 !important
}
.text-dark-blue::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 2px;
    width: 30%;
    background-color: #192436;
    margin: auto
}
/*************************Social sharing icon****************************** */
.social-sharing {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 12;
}

.social-sharing-list>li {
    list-style-type: none;
    overflow: hidden;
    width: 44px;
    margin-bottom: 0;
    transition: 5s ease-in-out
}

.social-sharing-list>li:hover,
.social-sharing-list>li:focus {
    width: auto
}

.sharing-icon {
    display: block;
    color: #fff;
    line-height: 1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.sharing-icon:hover {
    color: #fff
}

.whatsapp-icon {
    background-color: #07a040;
}

.call-icon {
    background-color: #034ca7
}

.demo-icon {
    background-color: #e6000a
}

.social-sharing-list>li span {
    display: none;
    margin-left: 5px
}

.social-sharing-list li:hover span,
.social-sharing-list li:focus span {
    display: inline-block
}

/*************************Social sharing icon****************************** */
/*====================Mobile social sharing=========================*/
.Mob-CallToaction{
  position: fixed;
  bottom: 0;
  z-index: 10;
  display: none;
}
.Mob-CallToaction .col-md-6{
    width: 50%;
    padding: 0;
}
.Mob-whatsapp,.Mob-callBtn{
    background-color: #2c9c4a;
    padding: 6px 0px;
    text-align: center;
}
.Mob-whatsapp a,.Mob-callBtn a{
 color: #ffffff;
 font-size: 14px;
}
.Mob-callBtn{
    background-color: #034ca7;
}
/*====================Mobile social sharing=========================*/

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

nav ul li {
    display: inline-block;
    transition: all 1s ease-in-out;
    margin-bottom: 0;
}

nav a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 9px;
    text-decoration: none
}

nav .dropdown-tog:after {
    border: 0;
    color: #fe4c1c;
    content: "\f107";
    font-family: fontAwesome;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

nav a:hover {
    color: #fff
}

nav ul ul {
    background: #fff;
    border-bottom: 5px solid #fe4c1c;
    display: none;
    position: absolute;
    top: 2.2rem;
    z-index: 3;
}

nav ul li:hover>ul,
nav ul ul {
    transition: all 1s ease-in-out
}

.dropdown-menu{
    border-bottom: 5px solid #fe4c1c;
    box-shadow: 0 3px 8px rgb(0 0 0 / 24%);
    left: 200px;
}
.dropdown-menu li{
    margin-bottom: 4px;
} 

nav ul li:hover>ul {
    box-shadow: 0 3px 8px rgb(0 0 0 / 24%);
    display: inherit;
    left: 222px;
    top: 50px;
}
nav ul ul li {
    display: list-item;
    float: none;
    position: relative;
    transition: all .3s ease-in-out;
    width: 19rem
}

nav ul ul li:hover {
    background-color: #fe4c1c;
    color: #fff
}

nav ul ul ul li {
    left: 170px;
    position: relative;
    top: -60px
}

.header {
    background-color: #fff;
    width: 100%;
    z-index: 6
}

.header .top-header {
    background-color: transparent;
    border-bottom: 1px solid #c7c7c7;
    padding: 4px 15px;
}

.top-header-right {
    float: right
}

.top-header-left,
.top-header-right {
    display: inline-block;
    overflow: hidden
}

.top-header-left {
    float: left
}

.header-top-link {
    display: inline-block
}

.header-top-link ul li {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}

.header-top-link ul li:last-child {
    margin-right: 0
}

.header-top-link li a {
    color: #000;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 600;
}

.header-top-link li span {
    color: #fe4c1c;
    font-size: 14px;
    font-weight: 600
}

.header-top-link li:last-child a {
    border-right: 0
}

.header-top-link li a i {
    font-size: 15px;
    margin-right: 4px
}

.header-top-link .social-link li {
    display: inline-block;
    margin-right: 13px
}

.header-top-link .social-link li a {
    align-items: center;
    border: 1px solid #5e5e5e;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 25px;
    justify-content: center;
    width: 25px
}

.header-top-link .social-link li a:hover {
    background: #fe4c1c;
    border-color: #fe4c1c;
    transition: all .4s ease
}

.header-top-link .social-link li a i {
    margin-right: 0
}

.main-navigation {
    padding: 2px 0
}

.main-navigation .navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0
}

.main-navigation ul.navbar-nav li.nav-item a.nav-link {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 16px 8px 16px;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 0px #b3acac; */
    letter-spacing: 1px;
    position: relative;
}
.dropdown-toggle::after{
    display: none;
}
.main-navigation ul.navbar-nav li.nav-item:hover a.nav-link,
.main-navigation ul.navbar-nav li.nav-item a.nav-link.active {
    color: #fe4c1c
}

.main-navigation ul.navbar-nav li.nav-item:last-child a.nav-link {
    border-right: 0;
    padding-right: 0
}

.sticky {
    background: #063056;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, .19);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .19);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}
.navbar-light .navbar-brand {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
}

.footer-wrapper {
    background-color: #192436;
    padding: 25px 0;

}

.inner-links a,
.inside-content,
.mail-phone a {
    color: #fff
}

.mail-phone a i {
    margin-right: 5px
}

.list i {
    color: #fff;
    font-weight: 700;
    margin-right: 0px !important;
}

.list li {
    border-bottom: 1px dashed #fff;
    margin-bottom: 8px;
    padding-bottom: 8px
}
.inner-links a{
    padding: 5px 32px 8px 14px;
}
.inner-links li:hover a {  
  color: #d7a79b;

}

.footer-wrapper h5 {
    color: #b89772;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.footer-social-icons {
    margin-top: 15px
}

.footer-social-icons a {
    background: #fff;
    border-radius: 4px;
    font-size: 22px;
    padding: 5px 9px 2px
}

.footer-social-icons li {
    display: inline-block;
    font-size: 20px;
    list-style: none;
    margin-left: 10px
}

.footer-social-icons .fa-facebook-official {
    color: #4267b2
}

.footer-social-icons .fa-youtube-play {
    color: #c4302b
}

.footer-social-icons .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

.footer-social-icons .fa-linkedin-square {
    color: #0077b5
}

.footer-strip {
    background-color: #fe4c1c;
    
}

.footer-strip a,
.footer-strip p {
    color: #cdc0c0;
    font-size: 14px;
    padding: 4px 0;
}

@media (min-width:1600px) {
    .container {
        max-width: 1320px
    }
}

.sub-banner {
    background-image: url(../images/sub-banner.png);
    background-size: cover
}

.sub-banner-content {
    margin: 3em 0
}

.sub-banner .breadcrumb {
    background-color: transparent;
    padding-left: 0
}

.sub-banner .breadcrumb li {
    margin-right: 8px
}

.sub-banner .breadcrumb li a {
    color: #000
}

.sub-banner .breadcrumb .active {
    color: #fe4c1c
}

.sub-banner .breadcrumb li:not(:last-child):after {
    content: "\f101";
    font-family: fontAwesome;
    margin-left: 8px
}

.custom-list {
    color: #fe4c1c;
    list-style: square;
    list-style-position: outside;
    margin-left: 15px
}

.custom-list span {
    color: #000
}

@keyframes shine {
    to {
        left: 125%
    }
}

.sub-banner-sec {
    position: relative
}

.sub-banner-sec img {
    background-size: cover;
    height: auto;
    width: 100%
}

.sub-banner-sec .banner-text {
    margin: auto;
    position: absolute;
    text-align: center;
    top: 44%;
    width: 100%
}

.sub-banner-sec .banner-text h1 {
    color: #fff;
    font-family: Playfair Display, serif;
    font-size: 45px
}

.sub-banner-sec .banner-text h1 span {
    color: #192436;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 2
}

.sub-banner-sec .banner-text h1 span:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: -1px;
    position: absolute;
    transform: skewX(-24deg);
    width: 100%;
    z-index: -1
}

.breadcrumb-wrapper {
    display: inline-block;
    margin-top: 0
}

.breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    margin-bottom: 0
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a,
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 500
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item:before {
    color: #fe4c1c;
    content: "\f101";
    display: inline-block;
    font-family: fontAwesome;
    padding-right: .5rem
}

.sub-head:before {
    background-color: rgba(254, 76, 28, .2);
    content: "";
    height: 100%;
    left: -1px;
    padding: 4px 12px 3px;
    position: absolute;
    transform: skewX(-24deg);
    width: 100%;
    z-index: 1
}

.sub-head {
    color: #fe4c1c;
    display: inline-block;
    font-family: Playfair Display, serif;
    font-weight: 400;
    line-height: 39px;
    margin-bottom: 15px;
    padding: 0 18px;
    position: relative
}

.key-points {
    color: #fe4c1c;
    font-weight: 800
}

@media only screen and (min-width:1024px) and (max-width:1119px) {
    .main-navigation .navbar {
        padding: 0 10px;
    }
    li,
    p {
        font-size: 14px
    }

    .main-navigation ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
        padding: 3px 7px;
        letter-spacing: 0.5px;
    }

    .drop {
        margin-top: -3px
    }
    .main-heading {
        font-size: 28px
    }

    .features-icon-wrapper {
        flex-wrap: wrap
    }
    .product-details h3 {
        margin-top: 35px
    }

    .sub-banner-sec .banner-text h1 {
        font-size: 30px
    }

    .counter-wrapper {
        flex-wrap: wrap
    }

    .counter {
        width: 50%
    }

    .slick-initialized .slick-slide {
        width: 200px
    }
    .paragraph-sec h6 {
        width: 176px !important;
    }
}

@media only screen and (min-width:901px) and (max-width:1023px) {
    .main-navigation .navbar {
        padding: 0 10px;
    }
    li,
    p {
        font-size: 14px
    }

    .header .top-header {
        display: none
    }
    .main-heading {
        font-size: 28px
    }

    .features-icon-wrapper {
        flex-wrap: wrap
    }
 
    .product-details h3 {
        margin-top: 35px
    }

    .sub-banner-sec .banner-text h1 {
        font-size: 35px
    }

    .sub-banner-sec .banner-text {
        top: 107px
    }

    .sub-banner-sec .banner-text h1 span {
        padding: 2px 8px
    }

    .counter-wrapper {
        flex-wrap: wrap
    }

    .counter {
        width: 50%
    }

    .slick-initialized .slick-slide {
        width: 200px
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {
    .main-navigation .navbar {
        padding: 0 10px;
    }
    li,
    p {
        font-size: 14px
    }

    .header .top-header {
        display: none
    }
    .main-heading {
        font-size: 28px
    }
    .text-align-justy{
        text-align: justify;
    }

    .features-icon-wrapper {
        flex-wrap: wrap
    }
    .product-details h3 {
        margin-top: 35px
    }

    .sub-banner-sec .banner-text h1 {
        font-size: 20px
    }

    .sub-banner-sec .banner-text {
        top: 83px
    }

    .sub-banner-sec .banner-text h1 span {
        padding: 2px 8px
    }

    .slick-initialized .slick-slide {
        width: 200px
    }
    .sec-bg {
        margin-left: 0;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .sharing-icon {
        display: none;
    }
    .Mob-CallToaction{
        display: block;
      }
    .main-navigation .navbar {
        padding: 0 10px;
    }
    li,
    p {
        font-size: 14px
    }

    .header .top-header {
        display: none
    }
    .main-heading {
        font-size: 28px
    }

    .features-icon-wrapper {
        flex-wrap: wrap
    }
  
    .product-details h3 {
        margin-top: 35px
    }

    .sub-banner-sec .banner-text h1 {
        font-size: 20px
    }

    .sub-banner-sec .banner-text {
        top: 10px
    }

    .sub-banner-sec .banner-text h1 span {
        padding: 2px 8px
    }

    .counter-wrapper {
        flex-wrap: wrap
    }

    .counter {
        width: 50%
    }

    .slick-initialized .slick-slide {
        width: 200px
    }
    .footer-wrapper h5{
        margin-top: 1rem;
    }
    .footer-strip a,
    .footer-strip p {
        text-align: left !important
    }
    .Mob-CallToaction{
        display: block;
      }
}

@media only screen and (min-width:420px) and (max-width:575px) {
    .sharing-icon {
        display: none;
    }
    .Mob-CallToaction{
        display: block;
      }

    .main-navigation .navbar {
        padding: 0 10px;
    }
    li,
    p {
        font-size: 14px
    }

    .header .top-header {
        display: none
    }

    .main-heading {
        font-size: 28px
    }

    .features-icon-wrapper {
        flex-wrap: wrap
    }
    .product-details h3 {
        margin-top: 35px
    }

    .sub-banner-sec .banner-text h1 {
        font-size: 20px
    }

    .sub-banner-sec .banner-text {
        top: 43px
    }

    .sub-banner-sec .banner-text h1 span {
        padding: 2px 8px
    }

    .counter-wrapper {
        flex-wrap: wrap
    }

    .counter {
        width: 50%
    }

    .slick-initialized .slick-slide {
        width: 200px
    }
    .footer-wrapper h5{
        margin-top: 1rem;
    }
    .footer-strip a,
    .footer-strip p {
        text-align: left !important
    }
   
}

@media only screen and (min-width:100px) and (max-width:419px) {
    .sharing-icon {
        display: none;
    }
    .Mob-CallToaction{
        display: block;
      }
    .main-navigation .navbar {
        padding: 0 10px;
    }
    li,
    p {
        font-size: 14px
    }
    .features-sec .text-white {
        width:100% !important;
        line-height: 30px !important;
       
        text-align: justify;
    }

    .header .top-header {
        display: none
    }
    nav ul li{
        margin-bottom: 8px;
    }
    .main-navigation ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        padding: 3px 10px;
    }

    .main-heading {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .single-item .testi-wrap {
        padding: 14px 10px !important;
    }

    .features-icon-wrapper {
        flex-wrap: wrap
    }
    

    .sub-banner-sec .banner-text h1 {
        font-size: 20px
    }

    .sub-banner-sec .banner-text {
        top: 33px
    }

    .sub-banner-sec .banner-text h1 span {
        padding: 2px 8px
    }
    .desc{
        line-height: 23px;
    }
    .text-align-justy{
        text-align: justify;
    }
    .sec-bg {
        margin-left: 0;
    }
    
    .footer-wrapper h5{
        margin-top: 1.5rem;
    }
    .footer-strip{
    margin-bottom: 31px;
    padding: 3px 0;
    }
    .footer-strip a
     {
        text-align: left !important;
        font-size: 13px;
    }
    .footer-strip p {
        text-align: center !important;
        padding: 0px;
        font-size: 13px;    
    }
  

}