@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,400i,500,500i,600,600i,700,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&family=Roboto:wght@400;500;700&display=swap');
/*--------Global Prpperties--------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    transition: all .5s ease-in-out;
}

body {
  transition: all .5s ease-in-out;
  overflow-x: hidden;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.no-pad {
    padding: 0;
}

.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-t-b-50{
    padding-top: 50px;
    padding-bottom: 0px;
}

.pad-t-b-20{
    padding-top: 20px;
    padding-bottom: 0px;
}

.pad-t-b-30{
    padding-top: 30px;
    padding-bottom: 0px;
}

.pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-b-20 {
    padding-bottom: 20px;
}

.f-14 {
    font-size: 14px;
}

.f-v {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.header-bg {
    /*background: #13293d;*/
    /*background: #181246d1;*/
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}

.cmn-bg-clr {
    background: #13293d;
}

.clr-white {
    color: #fff;
}

.cmn-clr {
    color: #c2c0c0;
}

.c-l-hight {
    line-height: 1.8;
}

.feature-slider-active .owl-nav,
.popular-product-slider-active .owl-nav {
   display: none;
}

.section-boxed {
    position: relative;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.section-boxed a img {
    height: 170px;
    display: block;
    margin: 0 auto;
    transition: all .4s;
}

.section-boxed:hover img {
    transform: scale(1.1);
}

img {
    transition: all .4s;
}

/*------------- Typography -------------*/

a {
    font-size: 15px;
    color: #fff;
}

a, .btn {
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-family: "Poppins", sans-serif;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: unset;
}

.btn.focus, .btn:focus, .btn:hover, 
button:focus, button:hover {
    outline: none;
    box-shadow: 0px!important;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
    padding: 0;
}

label {
    font-family: "Raleway", sans-serif;
}

/*-----Top Header-------*/
.top-header {
    color: #fff;
    min-height: 35px;
    padding: 7px 0;
}

.top-header .top-left {
    font-size: 14px;
}

.top-header .top-right {
    text-align: right;
}

.top-header .top-right li:last-child {
    display: none;
}

.top-header .top-menu-item+.top-menu-item:before {
    content: "|";
    margin: 0px 10px;
    font-size: 14px;
}

.top-header .has-children {
    position: relative;
}

.top-header .has-children .sub-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    bottom: -96px;
    box-shadow: 0px 0px 32px rgb(0 0 0 / 20%);
    left: auto;
    right: 0;
    border-top: 3px solid #f5573a;
    transition: all .3s;
    min-width: 125px;
    border-radius: 1px;
    opacity: 0;
    visibility: hidden;
}

.top-header .has-children .sub-menu li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: left;
}

.top-header .sub-menu li .sub-menu-link {
    color: #222;
    font-weight: 400;
    display: block;
    padding: 5px 15px;
    line-height: 1.2em;
    text-transform: capitalize;
}

.top-header .has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-header .sub-menu li .sub-menu-link:hover {
    color: #ffa991;
}

.logo-area {
    background: transparent;
    padding: 12px 0px;
}

.logo-area .logo {
    margin-right: 20px;
}

.logo-area .logo-text {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
    text-align: right;
}

/*.text-anim {
    position: relative;
    font-size: 2.3vw;
    color: #252839;
    -webkit-text-stroke: 0.2vw #383d52;
}

.text-anim:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #f5573a;
    -webkit-text-stroke: 0vw #383d52;
    overflow: hidden;
    width: 0;
    animation: animate 6s linear infinite;
}*/

/*@keyframes animate {
    0%, 10%, 100%  {
        width: 0;
    }
    70%, 90% {
        width: 100%;
    }
}*/
.navbar-light .navbar-nav .active>.nav-link {
    color: #ffa991;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link .fas.fa-home.font-icon {
    position: relative;
    font-size: 12px;
    right: 2px;
    bottom: 1px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffa991;
}

/*---------Banner Slider---------*/
.single-slider-inner {
    height: 450px;
    width: 100%;
    display: block;
    position: relative;
}

.single-slider-inner img{
    height: 100%;
}

.overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}

/*-------Owl Carousel-------*/
.banner-slider-area .owl-carousel .owl-nav button {
  background: #001D38!important;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all .4s ease;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  left: 150px;
  color: #fff;
  display: none;
}

.banner-slider-area .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 150px;
}

.banner-slider-area .owl-carousel .owl-nav button.owl-next i {
  position: relative;
  right: 0;
}

.banner-slider-area .owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  top: 0px;
}

.banner-slider-area .owl-carousel:hover .owl-nav i {
  opacity: 1;
  visibility: visible;
  display: block;
}

.banner-slider-area .owl-carousel:hover .owl-nav button {
    display: block;
}

/*-------Section Heading------*/
.section-heading-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
    position: relative;
    line-height: 1;
    padding: 10px 0;
}

.section-heading-title:after {
    content: "";
    height: 2px;
    width: 100px;
    background: #f5573a;
    position: absolute;
    bottom: -2px;left: 0;
}

/*-------Buisness Area-------*/

.business-wrap .section-boxed:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background: #f5573a;
    display: block;
    right: 0;
    top: -1px;
    transition: all 0.9s ease-in-out 0s;
}

.business-wrap .section-boxed:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background: #f5573a;
    display: block;
    left: 0;
    bottom: -1px;
    transition: all 0.9s ease-in-out 0s;
}

.business-wrap:hover .section-boxed:after {
    width: 100%;
}

.business-wrap:hover .section-boxed:before {
    width: 100%;
}

.business-wrap .section-boxed {
    position: relative;
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 4px;
    margin-bottom: 30px;
}

.read-more-btn {
    color: #f5573a;
}

.app-icon {
    font-size: 13px;
    margin-left: 4px;
}

.read-more-btn:hover {
    color: #ffa991;
}

/*-----Feature Area------*/
.feature-slider-inner {
    width: 30%;
    margin: 0 auto;
    padding: 10px 0px;
}

.feature-slider-inner img {
    height: 100%;
    width: 90%;
    transition: all .4s;
}

/*--------Counter Area-------*/

.counter-area {
    position: relative;
    background: #f1f1f1;
    padding: 100px;
    height: auto;
}

.counter-main-box {
    position: relative;
    width: 400px;
    min-height: 400px;
    height: auto;
    border: 2px solid #a39b9b61;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    background: transparent;
}

.counter-sub-box {
    background: #fff;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    position: absolute;
}

.counter {
    font-size: 24px;
    font-weight: 700;
    font-family: 'RALEWAY';
}

.counter-sub-box-1 .counter {
    color: #0b970b;
}

.counter-sub-box-2 .counter {
    color: #0d91f5;
}

.counter-sub-box-3 .counter {
    color: #ef2d09;
}

.counter-sub-box-4 .counter {
    color: #b64949;
}

.counter-title {
    font-size: 14px;
    font-weight: 700;
    font-family: 'RALEWAY';
    text-transform: capitalize;
}

.counter-sub-box.counter-sub-box-1 {
    top: 30%;
    left: -15%;
}

.counter-sub-box.counter-sub-box-2 {
    right: -15%;
    bottom: 30%;
}

.counter-sub-box.counter-sub-box-3 {
    top: 0;
    left: 30%;
    top: -15%;
}

.counter-sub-box.counter-sub-box-4 {
    bottom: -15%;
    left: 30%;
}

/*For Mobile Support*/
.counter-f-m {
    display: none;
}

.counter-box {
    position: unset;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*--------Who We Are--------*/
.who-we-are-img {
    padding: 2px;
    border: 2px solid #f5573a9e;
    background: lightsteelblue;
    border-radius: 2px;
}

.who-we-are-content h2 {
    font-size: 30px;
    line-height: 40px;
}

.who-we-are-content h2 span {
    display: block;
    color: #f5573a;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

/*--------Breadcrumb Area--------*/
.breadcrumb-area {
    background-image: url('../img/breadcrumb/breadcrumb2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0px;
}

h1.breadcrumb-title {
    font-weight: 600;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-content ul li {
    font-size: 15px;
    color: #322523;
    font-weight: 600;
}

.breadcrumb-content ul li a {
    color: #ffffffba;
}

.breadcrumb-content ul li:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c6bcbc;
    margin: 0 6px;
    display: inline-block;
}

.breadcrumb-content ul li:last-child:after {
    content: "";
}

.breadcrumb-content ul li a:hover {
    color: #f5573a;
}

/*=======================About Us Css==================*/
.popular-product-slider-inner {
    height: 250px;
}

.popular-product-slider-inner a img {
    height: 100%;
}

.corporate-contact-box {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    background: #fff;
    margin: 15px 0px;
    padding: 20px;
}

.corporate-contact-box span,
.corporate-contact-box p {
    font-size: 14px;
    color: #676363;
}

.corporate-contact-box h5 {
    font-family: 'Poppins';
}

.corporate-contact-box i {
    font-size: 25px;
    margin-right: 15px;
    color: #f5573a;
}

/*=======================Our Product Css==================*/
.single-product .section-boxed {
    padding: 15px;
}

.single-product .section-boxed a {
    display: block;
    text-align: center;
}

/*----------Footer Area---------*/
#footer {
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}

.single-footer-widget {
    text-align: center;
}

.single-footer-widget img {
    width: 100px;
    height: 100px;
}

.menu-links li {
    display: block;
    margin-bottom: 8px;
}

.menu-links li a {
    font-size: 13px;
    color: #c2c0c0;
}

.footer-font-icon {
    position: relative;
    font-size: 12px;
    margin-right: 8px;
}

.menu-links li a:hover {
    color: #f56036;
}


@media only screen and (max-width: 1199.98px) { 
    .single-slider-inner {
        height: 435px;
    }
    
    .top-left li:last-child {
        display: none;
    }
    
    .top-right li:first-child,
    .top-right .top-menu-item+.top-menu-item:before {
        display: none;
    }

    .top-right li:last-child {
        display: block!important;
    }
}

@media only screen and (max-width: 991.98px) { 
    .f-sm-12 {
        font-size: 12px;
    }
     
    .f-sm-24 {
        font-size: 24px;
    }

    .top-header {
        border-bottom: 1px solid #808080a6;
    }

    .navbar-light .navbar-toggler {
        color: #ffffff78;
        border-color: #ffffff78;
    }
    
    .d-sm-b {
        display: block!important;
    }

    .top-header .top-right .top-menu-item+.top-menu-item:before {
        content: "";
    }

}

@media only screen and (max-width: 768.98px) {
    .single-slider-inner {
        height: 350px;
    }

    .section-boxed {
        margin-top: 20px;
    }

    .single-footer-widget {
        margin-top: 15px;
    }

    .navbar-brand img {
        width: 50px;
        height: 50px;
    }

}

@media only screen and (max-width: 575.98px) { 
    
    .sm-v-none {
        display: none;
    }

    .section-heading-title {
        font-size: 18px;
    }

    .breadcrumb-title {
        font-size: 30px;
    }

    .d-sm-none {
        display: none;
    }

    .top-left li:last-child {
        display: inline-block;
    }

    .top-right li:last-child {
        display: none!important;
    }

    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0px 41px;
        font-size: 14px;
    }

}


@media only screen and (max-width: 400px) {
    .top-header {
        padding: 9px 0;
    } 
      
    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0 45px;
    }
    
    .top-header .top-left .top-menu-item:nth-child(2) {
        display: none;
    }

    .section-heading-title {
        font-size: 18px;
    }

    .breadcrumb-title {
        font-size: 30px!important;
        letter-spacing: 2px;
    }

    .single-slider-inner {
        height: 200px;
    }
    
    .sm-v-none {
        display: none;
    }
    
    .top-left li {
        font-size: 11px;
    }

    .top-left li:first-child {
        margin-right: 19px;
    }

    .counter-area {
        position: relative;
        background: #f1f1f1;
        padding: 50px 50px 30px;
        height: auto;
    }

    .counter-f-m {
        display: block;
    }

    .counter-main-box {
        display: none;
    }
}

@media only screen and (min-width: 400px) and (max-width: 550px) {
    .top-header {
        padding: 9px 0;
    } 
      
    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0px 70px;;
    }
    
    .top-header .top-left .top-menu-item:nth-child(2) {
        display: none;
    }

    .top-left li {
        font-size: 11px;
    }

    .top-left li:first-child {
        margin-right: 19px;
    }

    .single-slider-inner {
        height: 200px;
    }

    .counter-f-m {
        display: block;
    }

    .counter-main-box {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .top-header {
        padding: 9px 0;
    } 
      
    .top-header .top-menu-item+.top-menu-item:before {
        content: "";
        margin: 0 25px;
    }

    .single-slider-inner {
        height: 200px;
    }

    .counter-f-m {
        display: block;
    }

    .counter-main-box {
        display: none;
    }
}