@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
:root{
    --primary2: #da5d44;
    --primary3: #e4dcc7;
    --primary4: #f47b22;
    --bg: #ffede9;
    --font: "Marcellus", serif;
}
#body .container {
    max-width: 1470px !important;
}

body {
    font-family: "Marcellus", serif !important;
    /* font-family: source-sans-semibold !important; */
    /* font-family: "Fahkwang", sans-serif; */
}
.offcanvas-menu {
      position: fixed;
      top: 0;
      left: -350px;
      width: 350px;
      height: 100%;
      background-color: #fffdf7!important;
      color: #000 !important;
      z-index: 999999999;
      transition: left 0.3s ease-in-out;
      padding: 1rem;
    }
    .offcanvas-menu .main-menu li a{
      color: #454545;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500 !important;
      letter-spacing: 1px;
      padding: 20px 0;
      border-bottom: 1px solid #c2c2c2;
      font-family: var(--font) !important;
      transition: .3s ease-in-out;
    }
    .offcanvas-menu .main-menu li a:hover{
      color: var(--primary2);
      border-color: var(--primary2);
    }

    .offcanvas-menu.show {
      left: 0;
    }

    .offcanvas-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 99999999;
      opacity: 0;
      display: none;
      transition: .3s ease-in-out;
    }

    .offcanvas-backdrop.show {
      display: block;
      opacity: 1;
    }

    .ul-list {
      list-style: none;
      display: flex;
      gap: 15px;
      padding-left: 0;
      margin-bottom: 0;
    }

    .ul-list li a {
        border-bottom: none !important;
      color: #fff;
      
    }
    .ul-list li a:hover{
      color: var(--primary2) !important;
      
    }
    .navbar-toggler i{
        color: #000;
        font-size: 38px;
        transition: .3s ease-in-out;
    }
    .navbar-toggler:hover i{
        color: var(--primary2) !important;
    }
    .text-dark i{
        color: #000 !important;
    }

@font-face{
    src: url(../fonts/source-sans-pro.regular.ttf);
    font-family: source-sans-Regular;
}

@font-face{
    src: url(../fonts/source-sans-pro.semibold.ttf);
    font-family: source-sans-semibold;
}

@font-face{
    src: url(../fonts/source-sans-pro.bold.ttf);
    font-family: source-sans-bold;
}

@font-face{
    src: url(../fonts/source-serif-pro.regular.ttf);
    font-family: source-serif-Regular;
}

@font-face{
    src: url(../fonts/source-serif-pro.semibold.ttf);
    font-family: source-serif-semibold;
}

@font-face{
    src: url(../fonts/source-serif-pro.bold.ttf);
    font-family: source-serif-bold;
}

.a-font{
    font-family: source-serif-semibold;
}

.a-font{
    font-family: source-serif-bold;
}


/*---------------- top navigation ----------------------*/


.ship {
    width: 100%;
    /* background-color: #f0535c; */
    padding: 12px 0;
    background-color: var(--primary4);
}

h5.le-head {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    
}

ul.ship-rt {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.ship-rt li a{
    display: inline-block;
    color: #fff;
}

.ship-rt li a i {
    color: #fff;
    font-size: 12px;
    /* margin-top: 2px; */
    transform: translateY(0px);
    margin-left: 8px;
}

.ship-rt li {
    border-left: 1px solid #d8d8d8;
    line-height: 19px;
    margin-left: 20px;
    padding-left: 20px;
}

.en{
    border-left: initial !important;
}

.ship .container-fluid {
    padding: 0 95px 0 122px !important;
}

/*---------------- navigation ----------------------*/

#navbar{
    z-index: 9999999;
    padding: 7px 0 !important;
    background-color: #fffdf7;
    border-bottom: 1px solid transparent;
    position: sticky;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #d2d2d2 !important;
    /* transition: .3s ease-in-out; */
}
.navbar-brand img {
    width: 135px;
}
.header-bg{
    background-color: white !important;
    position: fixed !important;
    border-bottom: 1px solid #c2c2c2 !important;
    top: 0 !important;
}
.text-color{
    color: #000 !important;
}

.main-nav .navbar .navbar-nav li a {
    color: #000 !important;
    font-size: 17px;
    /* font-weight: 500; */
    /* padding: 0 0 0 25px !important; */
    padding: 0 15px;
}

.main-nav .navbar .navbar-nav li a i {
    color: #000000 !important;
    font-size: 13px;
    margin-left: 7px;
    transform: translateY(0px);
}



.ul-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ul-list li a {
    color: #000;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 9px;
    transition: .3s ease-in-out;
}
.ul-list2 li a {
    color: #000;
}
.list-color{
    color: #000 !important;
}
.text-color i{
    color: #000 !important;
}


/*--------------- banner  --------------*/

.main-banner{
    height: 500px;
    overflow: hidden;
}
 .ban-over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
 }

.bc-img {
    background: url(../images/banner-a.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 745px;
}

/* .bc-img2 {
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
} */

/* .bc-img3{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
}  */

p.ban-header {
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    text-shadow: 4px 7px 10px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #7f251f;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 8px;
    /* margin-top: 20px; */
    margin-bottom: 32px;
}

p.ban-para {
    color: #ffffff;
    font-size: 52px;
    margin-bottom: 19px;
    line-height: 55px;
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    text-shadow: 6px 5px 15px rgba(0, 0, 0, 0.9);
    /* padding-right: 300px; */
    /* font-family: source-sans-semibold; */
    font-family: var(--font);
}

p.ban-para2 {
    color: #ffffff;
    font-size: 18px;
    /* font-family: Satoshi-Medium; */
    margin-bottom: 35px;
    text-shadow: 4px 8px 12px rgba(0, 0, 0, 0.9);
    /* padding-right: 322px; */
    font-family: var(--font);
    font-weight: 300;
}

.ban-link2 {
    background-color: var(--primary4);
    color: #ffffff;
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding: 12px 30px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    display: inline-block;
    border-radius: 30px;
    /* letter-spacing: 0.5px; */
    text-transform: capitalize;
    transition: .3s ease-in-out;
}
.ban-link2 i {
    /* transform: translateY(2px); */
    font-size: 12px;
    margin-left: 10px;
}

.ban-link2:hover{
    background-color: black;
    color: #fff;
    text-decoration: none;
}

.ban-text {
    /* text-align: center; */
    /* padding: 211px 0; */
    padding-top: 16%;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.main-banner.w-100 {
    border-radius: 0 0 30px 30px;
    position: relative;
}

/*----------- category -----------*/

.category .cat-img{
    height: 180px;
    /* border: 1px solid var(--primary2); */
    border-radius: 50%;
    width: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category .cat-img img{
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    transition: .3s ease-in-out;
}
.category .cat-text{
    font-family: var(--font);
    font-size: 17px;
    display: inline;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s ease-in-out;
}
.category .cat-wrap{
    cursor: pointer;
}
.category .cat-wrap:hover .cat-text{
    color: var(--primary2);
}
.category .cat-wrap:hover img{
    transform: scale(1.05);
}


h5.c-header {
    font-size: 34px;
    /* font-weight: 400; */
    margin-bottom: 25px;
    text-transform: uppercase;
    /* font-family: cambria-math-bold; */
    color: #000000;
    font-family: var(--font);
    /* font-family: source-serif-Regular; */
}

.category {
    margin-top: 80px;
}

.category .container .row {
   
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.category .container .col-lg-3 {
    
    padding-right: 10px !important;
    padding-left: 10px !important;
}

a.c-link {
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 8px 18px;
    font-size: 14px;
}

a.c-link:hover{
    color: #000;
    text-decoration: none;

}



/*----------- best sellers -----------*/

.be-link {
    display: inline-block;
    background-color: var(--primary4);
    color: #ffffff;
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding: 11px 40px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    display: inline-block;
    /* border-radius: 30px; */
    /* letter-spacing: 0.5px; */
    text-transform: capitalize;
    transition: .3s ease-in-out;
}
.be-link:hover{
    background-color: black;
}

.be-link i{
    font-size: 12px;
    margin-left: 10px;
}

.be-link:hover{
    color: #ffffff;
    text-decoration: none;

}


.best {
    margin-top: 80px;
}

.best .container .row {
   
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.best .container .col-lg-3 {
    
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.be-img{
    width: 100%;
    height: 458px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 15px; */
    background-color: #5f5f5f;
    
}

.be-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    
}

.be1 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    /* color: #000; */
    line-height: 26px;
}

.be1 a {
    display: inline-block;
    color: #000;
    font-size: 15px;
}

.be2 {
    position: absolute;
    bottom: 90px;
    right: 15px;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    /* color: #000; */
    line-height: 26px;
}

.be2 a {
    display: inline-block;

}

.be2 a img {
    width: 16px;
}

.be3 {
    position: absolute;
    bottom: 93px;
    left: 15px;
}

.be3 a {
    display: inline-block;
    background: var(--primary2);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 2px 8px;
    letter-spacing: 1px;
    font-family: source-sans-bold !important;
    border-radius: 2px;
}

p.be-para a {
    display: inline-block;
    color: #333;
    font-size: 15px;
}

.be4 a {
    display: inline-block;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    font-family: source-sans-semi-bold !important;
}

.be4 a del {
    color: #676767;
    font-size: 16;
    font-size: 16px;
    margin-left: 8px;
}

.be5 a {
    display: inline-block;
    /* background: #f36478; */
    color: #f36478;
    text-transform: uppercase;
    font-size: 15px;
    /* padding: 1px 4px; */
    font-family: source-sans-bold !important;
    margin-left: 10px;
    margin-top: 4px;
}

.be5 a:hover{
    color: #f36478;
    text-decoration: none;
}

.be-box {
    position: relative;
    margin-bottom: 40px;
}

p.be-para {
    margin-bottom: 5px;
}

.be-txt {
    display: inline-block;
    margin-top: 16px;
}

.be-color{
    background-color: #000 !important;
}

.be3 a:hover{
    text-decoration: none;
    color: #fff;

}

.be-para a:hover{
    color: #333;
    text-decoration: none;
}

.be4 a:hover{
    text-decoration: none;
    color: #000000;

} 

.be4 a del:hover{
    color: #676767;
    

}
    


/*----------- age -----------*/

.ag-img img {
    width: 153px;
}

.ag-color{
    filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(1709%) hue-rotate(322deg) brightness(98%) contrast(90%) !important;

}

.ag-color2{
    filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(1808%) hue-rotate(175deg) brightness(95%) contrast(99%) !important;
    
}

.ag-color3{
    filter: brightness(0) saturate(100%) invert(73%) sepia(88%) saturate(3951%) hue-rotate(358deg) brightness(98%) contrast(100%) !important;
    
}

.ag-color4{
    filter: brightness(0) saturate(100%) invert(29%) sepia(51%) saturate(5341%) hue-rotate(249deg) brightness(96%) contrast(94%) !important;
    
}

.ag-color5{
    filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(3434%) hue-rotate(9deg) brightness(104%) contrast(98%) !important;
    
}

.ag-head {
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    top: 53px;
    left: 83px;
}

h5.ag-head a {
    display: inline-block;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
}

h5.ag-head a:hover{
    text-decoration: none;
}

.ag-box {
    text-align: center;
    position: relative;
}

.age {
    margin-top: 80px;
}


/*----------- testimonial -----------*/

.cl-img img {
    width: 70px !important;
}

.client {
    background: #f9f5eb;
    padding: 60px 0 30px;
    margin-top: 60px;
}

.cl-txt {
    background: #fff;
    padding: 35px;
    position: relative;
}

.cl-txt::before {
    
    position: absolute;
    content: "";
    border-top: 68px solid #fff;
    border-left: 68px solid transparent;
    left: 17px;
    bottom: -1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: auto;
}

.cli-social a {
    display: inline-block;
    font-size: 13px;
    color: var(--primary2);
}

h5.cl-head {
    /* font-weight: 600; */
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 16px;
    /* font-family: source-serif-semibold; */
    font-family: var(--font);
}

p.cl-para {
    margin-bottom: 0;
    color: #525252;
    line-height: 28px;
}

.cl-img img {
    width: 70px !important;
    border: 2px solid var(--primary2);
    border-radius: 100%;
    padding: 2px;
}

.cl-img {
    margin-top: 27px;
    margin-left: 20px;
}

h5.cl-cap {
    font-size: 19px;
    margin-bottom: 4px;
    /* font-family: source-serif-semibold; */
    font-family: var(--font);
    font-weight: 500 !important;
}

h5.cl-cap2 {
    margin-bottom: 0;
    color: #505050;
    font-size: 19px;
    font-family: var(--font);
    /* font-family: source-sans-semibold; */
}

.cl-txt2 {
    margin-top: 40px;
    margin-left: 20px;
}



/*----------- ship -----------*/

/* .sh-img img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(16%) saturate(4752%) hue-rotate(142deg) brightness(96%) contrast(101%);
    width: 45px;
}

.sh-color{
    filter: brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(1808%) hue-rotate(175deg) brightness(95%) contrast(99%) !important;

}

.sh-color2{
    filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(1709%) hue-rotate(322deg) brightness(98%) contrast(90%) !important;
    
} */

.sh-img img{
    width: 50px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(88%) saturate(3951%) hue-rotate(358deg) brightness(98%) contrast(100%) !important;
    
}

/* .sh-color4{
    filter: brightness(0) saturate(100%) invert(29%) sepia(51%) saturate(5341%) hue-rotate(249deg) brightness(96%) contrast(94%) !important;
    
}

.sh-color5{
    filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(3434%) hue-rotate(9deg) brightness(104%) contrast(98%) !important;
    
} */

.sh-box {
    text-align: center;
}

.sh-head {
    margin-bottom: 0;
    font-size: 17px;
    margin-top: 15px;
    font-weight: 600;
    /* font-family: source-serif-bold; */
    font-family: var(--font);
}

.ship2 {
    padding: 40px 0;
}

/*----------- look -----------*/

.l-img img {
    width: 100%;
    border-radius: 15px;
}

h5.l-head2 {
    font-weight: 600;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 14px;
}

.look-head a{
    margin-bottom: 0;
}

h5.l-head {
    font-weight: 600;
    font-size: 36px;
    font-weight: 600;
}

p.l-para {
    line-height: 27px;
    margin-bottom: 30px;
    padding-right: 20px;
}

a.l-link {
    display: inline-block;
    background: var(--bg);
    color: var(--primary4);
    /* font-weight: 600; */
    padding: 13px 30px;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
}

a.l-link i{
    font-size: 13px;
    margin-left: 10px;
}

a.l-link:hover{
    text-decoration: none;
    color: white;
    background-color: #000;
}

.look-head a {
    margin-bottom: 0;
    color: #000000;
    font-size: 20px;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    text-transform: capitalize;
    /* font-family: cambria-bold; */
    margin-top: 18px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.look-head a:hover{
    text-decoration: none;
    color: #000000;
}

.lo-txt {
    margin-top: 70px;
}

.lo-box {
    text-align: center;
}

.look {
    margin-top: 80px;
}

/*----------- paralox2 -----------*/

.w-bg {
    background-color: var(--primary4);
    /* min-height: 565px; */
    /* margin-top: -262px; */
    height: 445px;
}

 .w-bg2 .container-fluid{
    padding: 0 100px !important;
}

.wo-row {
    margin-top: -364px;
}

h5.wo-title {
    /* font-weight: 600; */
    color: #ffffff;
    font-size: 16px;
    /* text-shadow: 4px 7px 10px rgba(0, 0, 0, 0.7); */
    text-transform: uppercase;
    letter-spacing: 2px;
    /* background: #ad5d41; */
    display: inline-block;
    /* padding: 4px 12px; */
    border-radius: 8px;
    /* margin-top: 20px; */
    margin-bottom: 14px;
    /* color: #ed6b04; */
}

.wo-title2 {
    text-transform: capitalize;
    /* font-weight: 600; */
    font-size: 40px;
    margin-bottom: 20px;
    /* font-family: source-serif-bold; */
    font-family: var(--font);
    color: #fff;
}

p.wo-para {
    color: #e9e9e9;
    line-height: 28px;
    margin-bottom: 32px;
    padding-right: 60px;
    font-family: source-sans-Regular;
}

a.wo-link {
    display: inline-block;
    background: #f2e0be;
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
}

.wo-txt {
    margin-top: 25px;
    margin-left: -30px;
}
.w-bg2 {
    margin-top: 80px;
}

.wo-img {
    width: 85%;
    height: 534px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 15px; */
    background-color: #5f5f5f;
}

.wo-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.w-txt {
    padding: 0 100px;
}

/*----------- new arrival -----------*/

.be3.be-ab {
    left: 0 !important;
}

/*----------- festive -----------*/

.be-top{
    margin-top: 30px;
}

.fe-img {
    width: 100%;
    height: 349px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 15px; */
    background-color: #5f5f5f;
}

.fe-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    
}

.fe-box2 {
    text-align: center;
}

h5.fe-head a {
    color: #000;
    display: inline-block;
    /* font-family: source-sans-Regular !important; */
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.festive .container i.fa-solid.fa-angle-left {
    background: var(--primary2);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 38px;
    font-size: 13px;
    position: absolute;
    top: 35%;
    left: -11px;
}

.festive .container i.fa-solid.fa-angle-right {
    background: var(--primary2);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 38px;
    font-size: 13px;
    position: absolute;
    top: 35%;
    right: -11px;
}

.festive {
    margin-top: 80px;
}

/*----------- paralox2 -----------*/

.para-bg{
    background: url(../images/paralox2.png) no-repeat;
    min-height: 516px;
}

h5.pa-head {
    color: #f36478;
    text-transform: uppercase;
    font-size: 65px;
    font-family: source-serif-semibold;
    letter-spacing: 10px;
    /* text-align: center; */
    margin-bottom: 12px;
}

h5.pa-head2 {
    font-family: source-serif-regular;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 19px;
}

p.para-head3 {
    color: #cecece;
    font-family: source-sans-Regular !important;
    padding: 0 126px;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 30px;
}

a.pa-link {
    display: inline-block;
    background: #f36478;
    color: #fff;
    /* font-weight: 600; */
    padding: 13px 30px;
    border-radius: 30px;
    letter-spacing: 1px;

}

.pa-txt {
    text-align: center;
    margin-left: -8%;
    margin-top: 60px;
}

a.pa-link i {
    font-size: 13px;
    margin-left: 10px;
}

a.pa-link:hover{
    color: #fff;
    text-decoration: none;
}

.paralox2 {
    margin-top: 40px;
}

/*----------- ins -----------*/

.in-top {
    margin-top: 22px !important;
}

.int-img img{
    width: 100%;
}

.festive .container .row{
    margin-right: -10px !important;
    margin-left: -10px !important;

}

.festive .container .row .col-lg-3 {
    
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.int-img {
    margin-bottom: 25px;
}



/*----------- paralox -----------*/

.paralox{
    background: url(../images/paralox.png) no-repeat;
   
    min-height: 525px;
    margin-top: 80px;

}

.para-head2{
    font-family: source-serif-bold !important;
}

h5.para-head {
    text-transform: capitalize;
    /* font-weight: 600; */
    font-size: 55px;
    margin-bottom: 35px;
    font-family: source-serif-semibold;
}

.para-txt {
    /* text-align: center; */
    margin-left: 15%;
}

.para3 {
    /* font-weight: 600; */
    color: #282828;
    font-size: 16px;
    /* text-shadow: 4px 7px 10px rgba(0, 0, 0, 0.7); */
    text-transform: uppercase;
    letter-spacing: 1px;
    /* background: #ad5d41; */
    display: inline-block;
    /* padding: 4px 12px; */
    border-radius: 8px;
    /* margin-top: 20px; */
    margin-bottom: 18px;
    /* color: #ed6b04; */
    /* margin-top: 10.5%; */
}

p.para4 {
    font-size: 18px;
}

.para-link{
    background-color: #0eb6bd;
    color: #ffffff;
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding: 15px 30px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    display: inline-block;
    border-radius: 30px;
    

}

.para-link i{
    font-size: 12px;
    margin-left: 10px;
    
}

.para-link:hover{
    color: #ffffff;
    text-decoration: none;
}



/*----------- footer -----------*/

.ftr-btm {
    margin-bottom: 25px !important;
}

.ftr-2 {
    margin-left: 95px;
}

.ftr-3 {
    margin-left: 65px;
}

.ftr-container {
    width: 1170px;
    margin: 0 auto;
}

.ftr-1 img{
    margin-bottom: 35px;
    border-radius: 50%;
}



.footer .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 10px 0 0 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.footer .frm-box{
    width: 70%;
}
.footer .form-control:focus{
    box-shadow: none;
    border-color: var(--primary2);
}

.footer .form-control::placeholder{
    font-size: 15px;
    padding-left: 10px;
}

a.frm-link i {
    color: #fff;
}

.frm-btn {
    top: 4px;
    right: 5px;
    /* width: 40px; */
    /* height: 40px; */
    /* background: #ddd; */
    height: 48px;
    width: 30%;
    padding: 10px;
    font-size: 15px;
    background-color: black;
    color: #fff;
    border-radius: 0 10px 10px 0;
    text-align: center;
    line-height: 42px;
}
.frm-btn a{
    color: #fff;
}
.frm-btn a:hover{
    text-decoration: none;
    color: #fff;
}


a.ftr-link {
    display: inline-block;
    border: 1px solid #fff;
    width: 81%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 20px;
}

a.ftr-link:hover{
    text-decoration: none;
    color: #fff;
}

.footer .container .row .col-lg-4 .ftr-3 .ftr-form .form-group .form-control::placeholder{
    font-size: 14px;
}



.footer {
    /* margin-top: 115px; */
    background: var(--primary4);
    /* background-color: #f9f5eb; */
    min-height: auto;
    /* padding: 50px 0; */
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
    /* font-weight: 500; */
    margin-bottom: 30px;
    /* margin-top: 30px; */
    position: relative;
    /* font-family: 'cambria'; */
}

.ftr-logo a img {
    width: 145px;
}

.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 15px;
    color: #e9e9e9;
    line-height: 25px;
    margin-bottom: 10px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 17px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
    font-size: 13px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    margin-right: 8px;
    transition: .3s ease-in-out;
}
.ftr-social a:hover i{
    color: var(--primary4);
    border-color: var(--bg);
   background-color: var(--bg);
}


.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e9e9e9;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    margin-right: 14px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    /* font-family: cambria-math; */
    font-family: source-sans-regular !important;
}

.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
    transition: .3s ease-in-out;
    /* font-family: 'cambria-math-bold'; */
    /* font-family: cambria-math; */
    font-family: source-sans-regular !important;
}

.ftr-list2 li a:hover{
    color: var(--primary3);
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #fff;
    transform: translatey(4px);
    margin-right: 12px;
    font-size: 14px;
}



.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}



.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-img img{
    width: 100%;
}

ul.ftr-list2.ftr-top {
   
    margin-top: 59px;
}


/* .ftr-2 {
    margin-left: 111px;
   
} */


.ftr-5 {
    float: right;
}



/* .ftr-2 {
    margin-left: 38px;
    border-left: 1px solid #9e9e9e;
    padding-left: 36px;
    border-right: 1px solid #9e9e9e;
} */

.ftr-item{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ftr-item li a{
    display: inline-block;
}

.ftr-item li a {
    display: inline-block;
    color: #fff;
    /* width: 42px; */
    /* height: 39px; */
    /* text-align: center; */
    font-size: 18px;
    line-height: 40px;
}

h5.ftr-title {
    font-size: 14px;
    color: #ebebeb;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 500;
    /* text-align: center; */
    /* font-family: cambria-math; */
    text-transform: capitalize;
}

.ftr-cap {
    /* font-size: 18px; */
    color: #fff;
    /* margin-right: 9px; */
    /* transform: translateY(7px); */
    /* margin-bottom: 0; */
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    font-family: source-sans-regular !important;
}

.footer-2 {
    /* background: #9b3a26; */
    background-color: #ce6b23;
    padding: 14px 0;
}


.ftr-top3{
    margin-top: 70px;
}

.ftr-list4{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ftr-list4 li a{
    display: inline-block;
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;

}


