/*-----------------------------------------------------------------------------------

    Template Name: Basic Tamplate For Buying House
    Template URI:
    Description: Basic Template For Frontend
    Author: Saidul Islam
    Author URI:
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Exo:700|Roboto:400,500,700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    /* color: #FFFFFF; */
    line-height: 26px;
}

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

.m-img img {
    max-width: 100%;
}

.transition-3 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.after::after,
.before::before {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    content: '';
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
}

button:focus {
    outline: 0;
    border: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Exo", sans-serif;
    color: #333;
    margin-top: 0px;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* li {
  list-style: none;
  display: inline-block; } */

p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 15px;
    line-height: 26px;
}

*::-moz-selection {
    background: #ff5e14;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff5e14;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #ff5e14;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #00235a;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #00235a;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #fafaf8;
}

.grey-bg-2 {
    background: #f1f9ff;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #00235a;
}

.black-soft-bg {
    background: #f2faff;
}

.footer-bg {
    background: #001940;
}

.footer-bottom-bg {
    background: #00122f;
}

.theme-bg {
    background: #ff5e14;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #ffffff;
}

.white-color {
    color: #ffffff;
}

.black-color {
    color: #00235a;
}

.theme-color {
    color: #ff5e14;
}


/* My Coustom Css Will Start Here */

.fas, .fab, span {
    color: #000;
}

.br {
    height: 1px;
    width: 100%;
    background-color: #DAD4CE;
}

/* Header Css Start Here */
#topnav {
    padding: 10px 0;
}

#topnav .left-topnav {
    display: flex;
}

#topnav p {
    color: #004A62;
    padding-right: 10px;
    border-right: 1px solid #BFBFBF;
}

#topnav span {
    color: #004A62;
    padding-left: 10px;
    margin-right: 10px;
}

#topnav .fab {
    color: #B74614;
    font-size: 18px;
    padding: 5px;
}

#topnav .left-topnav {
    display: flex;
}

#topnav .right-topnav {
    margin-left: auto;
    display: flex;
    padding-top: 5px;
}

#topnav .right-topnav option {
    color: #004A62;
}

#topnav .right-topnav select {
    color: #004A62;
}

#topnav .right-topnav .country select {
    margin-top: -10px;
    border: none;
    outline: none;
    margin-right: 20px;
}

#topnav .right-topnav .country .fas {
    color: rgb(52, 233, 6);
}

#topnav .right-topnav .currency select {
    border: none;
    outline: none;
}

/*Top Nav Tow Start*/
#topnav-two {
    background: #f3f3f3;
    border-bottom: 1px solid #5555551c;
}

#topnav-two .right-top-two {
    float: right;
}

#topnav-two .left-top-two .fab, #topnav-two .right-top-two .fas {
    font-size: 18px;
    color: #212121;
    padding: 11px 10px;
}

#topnav-two .left-top-two p, #topnav-two .right-top-two p {
    font-size: 14px;
    color: #212121;
    margin-bottom: 0px;
    line-height: 40px;
}

/*Top Nav Tow Start*/

#midnav {
    padding: 10px 0;
}

#midnav .logo a h1 {
    font-size: 45px;
    color: #004A62;
}

#midnav .logo a h1 span {
    color: #B74614;
}

#midnav form {
    height: 40px;
    width: 100%;
}

#midnav form .search-filter select {
    height: 100%;
    border: 1px solid #B74614;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    color: #B74614;
    padding-left: 10px;
    padding-right: 0;
    width: auto;
    outline: 0;
}

#midnav form input {
    height: 100%;
    width: 100%;
    border: 1px solid #B74614;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
    font-size: 18px;
    color: #30353b;
    padding-left: 10px;
    outline: 0;
}

#midnav form input::placeholder {
    font-size: 16px;
    color: #B74614;
}

#midnav form i {
    position: absolute;
    right: 30px;
    top: 12px;
    font-size: 16px;
    color: #B74614;
}

#midnav .call {
    float: right;
    margin-top: 10px;
}

#midnav .call .fas {
    color: #B74614;
    margin-right: 10px;
    font-size: 18px;
}

#midnav .call span {
    color: #004A62;
    font-size: 16px;
}

/* #botomnav{
  height: 80px;
  background-color: #004A62;
} */
.bottomnav-fixed {
    z-index: 1111;
    position: fixed;
    width: 100%;
}

#botomnav .category {
    background-color: #ec1b23;
    height: 60px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
}

#botomnav .category a {
    border: 0;
    font-size: 16px;
    color: #ffffff;
}

#botomnav .category a .fas {
    font-size: 16px;
    color: #ffffff;
    margin-right: 5px;
}

.uk-offcanvas-bar {
    background: #fff;
    padding: 15px;
}

#botomnav .category ul {
    background-color: #004A62;
    padding: 25px;
    border-radius: 12px;
    padding-left: 20px;
}

#botomnav .category ul li h6 {
    letter-spacing: 2px;
    font-weight: normal;
}

#botomnav .category ul li {
    padding: 5px 10px;
}

#botomnav .category ul li a {
    color: #fff;
    transition: .7s;
}

#botomnav .category ul li a:hover {
    color: #B74614;
    padding-left: 3px;
    transition: .7s;
}

#botomnav .category ul li .morecat
#botomnav form {
    height: 30px;
    margin-top: 7px;
    width: 100%;
}

#botomnav form .search-filter select {
    height: 100%;
    width: 50px;
    border: 1px solid #DAD4CE;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
    color: #B74614;
    padding-left: 5px;
    padding-right: 0;
    outline: 0;
    border-right: 1px solid #B74614;
}

#botomnav form input {
    height: 100%;
    width: 100%;
    border: 1px solid #DAD4CE;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0;
    font-size: 12px;
    color: #B74614;
    padding-left: 5px;
    outline: 0;
}

#botomnav form input::placeholder {
    font-size: 12px;
    color: #B74614;
}


/* Bottom Stiky  Nav */
#bottom-stiky-nav nav {
    background-color: #004A62;
    padding: 8px 15px;
}

#bottom-stiky-nav nav a .fas, .fab {
    font-size: 15px;
    color: #FFF;
}

#bottom-stiky-nav nav a i span {
    position: absolute;
    top: 5px;
    background: #DC3545;
    color: #ffffff;
    border-radius: 12px;
    height: 18px;
    width: 18px;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 3px;
    margin-left: -5px;
}

/* Nav Section End */

/* Slider Section Start*/
#slider-section .category-list {
    padding: 20px;
    border-right: 1px solid rgba(32, 31, 31, 0.075);
    border-left: 1px solid rgba(32, 31, 31, 0.075);
    border-bottom: 1px solid rgba(32, 31, 31, 0.075);
    height: 430px;
}

#slider-section .category-list ul li {
    padding: 5px;
}

#slider-section .category-list ul li a {
    color: #B74614;
    font-size: 16px;
    transition: all .5s;
}

#slider-section .category-list ul li a .fas {
    color: #B74614;
    transition: all .5s;
}

#slider-section .category-list ul li .morecat, #slider-section .category-list ul li .morecat .fas {
    color: #B74614;
}

#slider-section .category-list ul li a:hover {
    color: #004A62;
    transition: all .5s;
    padding-left: 3px;
}

/* Main Slider Start */
.home {
    height: 700px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.home .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slide 4s ease;
}

.home .slide.active {
    display: flex;
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.container-slide {
    max-width: 500px;
    margin: auto;

}

.home .container-slide {
    flex-grow: 1;
}

/* Round Captoin For Slider */
.home .round-caption {
    height: 500px;
    width: 500px;
    position: relative;
    text-align: center;
}

.home .round-caption .small-circle {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    overflow: hidden;
}

.home .round-caption .small-circle p:nth-child(1) {
    color: #ffffff;
    font-size: 18px;
    line-height: 200px;
    animation: mymove .3s;
    letter-spacing: 2px;
    animation-timing-function: linear;
    position: relative;
}

@keyframes mymove {
    from {
        left: 50px;
    }
    to {
        left: 0px;
    }
}

.home .round-caption .small-circle p:nth-child(2) {
    color: #ffffff;
    font-size: 18px;
    line-height: 200px;
    animation: mymove .3s;
    animation-timing-function: linear;
    position: relative;
    letter-spacing: 2px;
    display: none;
}

.home .round-caption:hover .small-circle p:nth-child(2) {
    display: block;
}

.home .round-caption:hover .small-circle p:nth-child(1) {
    display: none;
}

.home .round-caption .large-circle {
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: #A2BB979c;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    transition: .5s;
}

.home .round-caption:hover .large-circle {
    display: block;
    transition: .5s;
}

.home .round-caption a {
    display: none;
    transition: .7s;
}

.home .round-caption:hover a {
    display: block;
    transition: .7s;
}

.home .round-caption .text-one {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.home .round-caption span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
}

/* Five Character */
.home .round-caption span:nth-child(1) {
    transform: translate(0, -2px) rotate(8deg);
}

.home .round-caption span:nth-child(2) {
    transform: translate(0, -1px) rotate(4deg);
}

.home .round-caption span:nth-child(3) {
    transform: translate(0px, 0px) rotate(0deg);
}

.home .round-caption span:nth-child(4) {
    transform: translate(0px, -1px) rotate(-4deg);
}

.home .round-caption span:nth-child(5) {
    transform: translate(0px, -2px) rotate(-8deg);
}

.home .round-caption span:nth-child(6) {
    transform: translate(0px, -3px) rotate(-12deg);
}

/*.home .round-caption span:nth-child(1){*/
/*  transform: translate(0, -6px) rotate(16deg);*/
/*}*/
/*.home .round-caption span:nth-child(2){*/
/*  transform: translate(0, -3px) rotate(12deg);*/
/*}*/
/*.home .round-caption span:nth-child(3){*/
/*  transform: translate(0, -2px) rotate(8deg);*/
/*}*/
/*.home .round-caption span:nth-child(4){*/
/*  transform: translate(0, -1px) rotate(4deg);*/
/*}*/
/*.home .round-caption span:nth-child(5){*/
/*  transform: translate(0px, 0px) rotate(0deg);*/
/*}*/
/*.home .round-caption span:nth-child(6){*/
/*  transform: translate(0px, -1px) rotate(-4deg);*/
/*}*/
/*.home .round-caption span:nth-child(7){*/
/*  transform: translate(0px, -1px) rotate(-8deg);*/
/*}*/
/*.home .round-caption span:nth-child(8){*/
/*  transform: translate(0px, -3px) rotate(-12deg);*/
/*}*/
/*.home .round-caption span:nth-child(9){*/
/*  transform: translate(0px, -6px) rotate(-16deg);*/
/*}*/
/*.home .round-caption span:nth-child(10){*/
/*  transform: translate(0px, -8px) rotate(-20deg);*/
/*}*/
.home .round-caption .text-two {
    position: absolute;
    bottom: 130px;
    width: 100%;
    left: -100px;
    transform: rotate(40deg);
}

.home .round-caption .text-three {
    position: absolute;
    bottom: 130px;
    width: 100%;
    left: 100px;
    transform: rotate(-48deg);
}

.home .round-caption .text-four {
    position: absolute;
    bottom: 250px;
    width: 100%;
    left: -156px;
    transform: rotate(92deg);
}

.home .round-caption .text-five {
    position: absolute;
    bottom: 250px;
    width: 100%;
    left: 156px;
    transform: rotate(-100deg);
}

.home .round-caption .text-one a:hover span {
    color: #000;
}

.home .round-caption .text-two a:hover span {
    color: #000;
}

.home .round-caption .text-three a:hover span {
    color: #000;
}

.home .round-caption .text-four a:hover span {
    color: #000;
}

.home .round-caption .text-five a:hover span {
    color: #000;
}

.home .round-caption .border-circle {
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.home .round-caption:hover .border-circle {
    position: absolute;
    height: 430px;
    width: 430px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}

.home .caption {
    width: 50%;
}

.home .caption h1 {
    font-size: 28px;
    color: #004A62;
    margin: 0;
}

.home .slide.active .caption h1 {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1s;
    color: #004A62;
}

.home .caption p {
    font-size: 16px;
    margin: 12px 0 20px;
    color: #222222;
}

.home .slide.active .caption p {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.2s;
}

.home .caption a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #B74614;
    text-decoration: none;
    color: #ffffff;
}

.home .caption a:hover {
    background-color: #7c2c0a;

}

.home .slide.active .caption a {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.4s;
}

@keyframes captionText {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.home .controls .prev,
.home .controls .next {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: #212121;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
}

.home .controls .prev:hover,
.home .controls .next:hover {
    background-color: #000;
}

.home .controls .prev {
    left: 0;
}

.home .controls .next {
    right: 0;
}

.home .indicator {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    transform: translateX(-50%);
}

.home .indicator div {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #212121;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
}

.home .indicator div.active {
    background-color: #000;
}

/*responsive*/
@media (max-width: 767px) {
    .controls {
        display: none;
    }
}

/* Main Slider End */

/* Category Slider Start */
#category-slider .cat-home {
    height: 400px;
    /*margin-top: 30px;*/
    overflow: hidden;
    position: relative;
}

#category-slider .cat-home .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slidecat 2s ease;
}

#category-slider .cat-home .slide.active {
    display: flex;
}

@keyframes slidecat {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#category-slider .container-slide {
    max-width: 450px;
    margin: auto;

}

#category-slider .cat-home .container-slide {
    flex-grow: 1;
}

#category-slider .cat-home .caption {
    width: 50%;
}

#category-slider .cat-home .caption h1 {
    font-size: 28px;
    color: #004A62;
    margin: 0;
}

#category-slider .cat-home .slide.active .caption h1 {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1s;
    color: #004A62;
}

#category-slider .cat-home .caption p {
    font-size: 16px;
    margin: 12px 0 20px;
    color: #222222;
}

#category-slider .cat-home .slide.active .caption p {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.2s;
}

#category-slider .cat-home .caption a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #B74614;
    text-decoration: none;
    color: #ffffff;
}

#category-slider .cat-home .caption a:hover {
    background-color: #7c2c0a;

}

#category-slider .cat-home .slide.active .caption a {
    opacity: 0;
    animation: captionTexttwo .5s ease forwards;
    animation-delay: 1.4s;
}

@keyframes captionTexttwo {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

#category-slider .cat-home .controls .prev,
#category-slider .cat-home .controls .next {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: #1A2431;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
}

#category-slider .cat-home .controls .prev:hover,
#category-slider .cat-home .controls .next:hover {
    background-color: #111;
}

#category-slider .cat-home .controls .prev {
    left: 0;
}

#category-slider .cat-home .controls .next {
    right: 0;
}

#category-slider .cat-home .indicator {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    transform: translateX(-50%);
}

#category-slider .cat-home .indicator div {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #1A2431;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
}

#category-slider .cat-home .indicator div.active {
    background-color: #111;
}

/*responsive*/
@media (max-width: 767px) {
    .controls {
        display: none;
    }
}

/* Category Slider End */

#slider-section .offer-products {
    margin-top: 30px;
    border: 1px solid #00011110;
}

#slider-section .offer-products .products-image {
    max-height: 183px;
    width: 100%;
}

#slider-section .offer-products .products-image img {
    height: 183px;
    width: 100%;
}

#slider-section .offer-products .products-image .products-caption {
    position: absolute;
    top: 70px;
    left: 20px;
}

#slider-section .offer-products .products-image .products-caption h5 {
    color: #30353B;
    letter-spacing: 1px;
    font-size: 18px;
}

#slider-section .offer-products .products-image .products-caption h6 {
    color: #B74614;
    letter-spacing: 1px;
    font-size: 24px;
}

#slider-section .offer-products .products-image .products-caption a {
    color: #B74614;
    padding: 1px 10px;
    border: 1px solid #B74614;
    border-radius: 5px;
    font-size: 13px;
    top: 70px;
    position: absolute;
}

#slider-section .offer-products .products-image .products-caption a:hover {
    background: #B74614;
    color: #fff;
}

/* Slider Section End */

/* About Us Section Css Start */
#aboutus-section {
    background-color: #F7E7CE;
}

#aboutus-section .aboutus-head {
    position: relative;
}

#aboutus-section .aboutus-head h2 {
    font-size: 24px;
}

#aboutus-section .aboutus-head .underline-div {
    position: absolute;
    height: 3px;
    width: 10%;
    bottom: -20px;
    left: 45%;
    background: #2C5C2D;
}

#aboutus-body .aboutus {
    width: 100%;
    display: flex;
    justify-content: center;
}

#aboutus-body .aboutus h2 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-right: 8px;
    text-transform: uppercase;
    color: #333;
}

#aboutus-body .aboutus h3 {
    color: #fff;
    position: relative;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-text-stroke: 0.1vw #32CD32;
}

#aboutus-body .aboutus h3::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    color: #2C5C2D;
    -webkit-text-stroke: 0vw #2C5C2D;
    border-right: 2px solid #2C5C2D;
    overflow: hidden;
    animation: animates 4s linear infinite;
}

@keyframes animates {
    0%, 10%, 100% {
        width: 0;
    }
    70%, 90% {
        width: 100%;
    }
}

#aboutus-body {
    background-color: #F7E7CE;
}

.aboutus-readmore {
    text-align: center;
    margin-top: 20px;
}

.aboutus-readmore a {
    font-size: 18px;
    color: #2C5C2D;
    padding: 10px 30px;
    border: 1px solid #2C5C2D;
    border-radius: 30px;
    transition: .5s;
}

.aboutus-readmore a:hover {
    background: #2C5C2D;
    color: #fff;
    transition: .5s;
}

#aboutus-body p {
    font-size: 17px;
    text-align: justify;
    color: #333;
}

#aboutus-body img {
    height: auto;
    width: 100%;
}

/* About Us Section End */

/* About top start */
#about-top .about-top-card {
    min-height: 260px;
    padding: 20px 20px 5px 20px;
    transition: .5s;
    box-shadow: 0px 0px 8px 2px #2121215c;
}

#about-top .about-top-card:hover {
    box-shadow: 0px 0px 8px 4px #2121215c;
    transition: .5s;
}

#about-top .about-top-card .icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #212121;
    margin: 0 auto;
    border: 1px solid #212121;
    transition: .7s;
}

#about-top .about-top-card:hover .icon {
    background: #fff;
    transition: .7s;
}

#about-top .about-top-card i {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

#about-top .about-top-card:hover i {
    color: #212121;
    transition: .7s;
    transform: rotate(360deg);
}

#about-top .about-top-card h3 {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
}

#about-top .about-top-card p {
    font-size: 14px;
    color: #2121219c;
    text-align: justify;
}

/* About top End */

/* About Us Section One Css Start */

#aboutus-two .aboutus-head h2 {
    font-size: 35px;
    color: #1A2431;
}

#aboutus-two .aboutus-head {
    position: relative;
    margin-bottom: 30px;
}

#aboutus-two .aboutus-head .underline-div {
    position: absolute;
    height: 3px;
    width: 20%;
    bottom: -15px;
    left: 0;
    background: #1A2431;
}

#aboutus-two .aboutus-content h2 {
    font-size: 24px;
    line-height: 35px;
}

#aboutus-two .aboutus-content p {
    font-size: 17px;
    text-align: justify;
    color: #333;
}

#aboutus-two .aboutus-readmore {
    text-align: left !important;
    margin-top: 20px;
}

#aboutus-two .aboutus-readmore a {
    font-size: 18px;
    color: #1A2431;
    padding: 10px 30px;
    border: 1px solid #1A2431;
    border-radius: 30px;
    transition: .5s;
}

#aboutus-two .aboutus-readmore a:hover {
    background: #1A2431;
    color: #fff;
    transition: .5s;
}

#aboutus-two .aboutus-img img {
    height: 400px;
    width: 100%;
}

/* Category About Us */
#category-aboutus-two .aboutus-head h2 {
    font-size: 35px;
    color: #1A2431;
}

#category-aboutus-two .aboutus-head {
    position: relative;
    margin-bottom: 30px;
}

#category-aboutus-two .aboutus-head .underline-div {
    position: absolute;
    height: 3px;
    width: 20%;
    bottom: -15px;
    left: 0;
    background: #1A2431;
}

#category-aboutus-two .aboutus-content h2 {
    font-size: 24px;
    line-height: 35px;
}

#category-aboutus-two .aboutus-content p {
    font-size: 17px;
    text-align: justify;
    color: #333;
}

#category-aboutus-two .aboutus-readmore {
    text-align: left !important;
    margin-top: 20px;
}

#category-aboutus-two .aboutus-readmore a {
    font-size: 18px;
    color: #1A2431;
    padding: 10px 30px;
    border: 1px solid #1A2431;
    border-radius: 30px;
    transition: .5s;
}

#category-aboutus-two .aboutus-readmore a:hover {
    background: #1A2431;
    color: #fff;
    transition: .5s;
}

#category-aboutus-two .aboutus-img img {
    height: 400px;
    width: 100%;
}

/* About Four CSS */
#about-four {

}

#about-four h6 {
    font-size: 16px;
    letter-spacing: 3px;
}

#about-four h2 {
    color: #dd0004;
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 500px !IMPORTANT;
    line-height: 45px;
    margin-top: 20px;
}

#about-four h4 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #313131;
    line-height: 26px;
}

#about-four p {
    font-size: 16px;
    color: #313131;
    margin-top: 20px;
}

#about-four .phone-call {

}

#about-four .phone-call .fas {
    color: #dd0004;
    font-size: 28px;
    margin-right: 10px;
    line-height: 50px;
}

#about-four .phone-call span {
    color: #313131;
    font-size: 28px;
    line-height: 50px;
    transition: .5s;
    font-weight: 600;
}

#about-four .phone-call span:hover {
    color: #dd0004;
    font-size: 28px;
    line-height: 50px;
    transition: .5s;
}

#about-four .image {
    width: 100%;
    height: 320px;
}

#about-four img {
    width: 100%;
    height: 100%;
}

#about-four .more-info {
    margin-top: 40px;
}

#about-four .more-info a {
    padding: 15px 25px;
    background: #dd0004;
    color: #111111;
    font-size: 18px;
    border-radius: 3px;
}

#about-four a .fas {
    color: #111111;
    font-size: 18px;
    margin-left: 10px;
}

#about-four .more-info a:hover {
    background: #9db193;
}

/* About Us Section End */


/* Product Categories One Sectoin Start */

#product-categories h3 {
    color: #333;
    font-size: 35px;
}

#product-categories .card {
    transition: .7s;
}

#product-categories .card:hover {
    transition: .5s;
    box-shadow: 3px 3px 3px #2121215c;
}

#product-categories .card .card-body .card-img {
    overflow: hidden;
}

#product-categories .card-body img {
    transition: .7s;
    height: 290px;
    width: 100%;
}

#product-categories .card-body .card-title p {
    font-size: 19px;
    font-weight: 500;
    color: #333;
}

#product-categories .card-body .view-items a {
    background: #212121;
    padding: 8px 0;
}

#product-categories .card-body .view-items a:hover {
    background: #000000;
}

#product-categories .card:hover .card-body img {
    transition: .7s;
    transform: scale(1.1);
}

/* Product Categories One Sectoin End */

/* For Alvi Group Categories Product Show css */
#product-categories-alvi {
    margin-top: 100px !important;
}

#product-categories-alvi h3 {
    color: #333;
    font-size: 30px;
}

#product-categories-alvi .card {
    transition: .7s;
}

#product-categories-alvi .card:hover {
    transition: .5s;
    box-shadow: 3px 3px 3px #2121215c;
}

#product-categories-alvi .card .card-body .card-img {
    overflow: hidden;
}

#product-categories-alvi .card-body img {
    transition: .7s;
    height: 290px;
    width: 100%;
}

#product-categories-alvi .card-body .card-title p {
    font-size: 19px;
    font-weight: 500;
    color: #333;
}

#product-categories-alvi .card-body .view-items a {
    background: #212121;
    padding: 8px 0;
    color: white;
}

#product-categories-alvi .card-body .view-items a:hover {
    background: #000000;
    color: white;
}

#product-categories-alvi .card:hover .card-body img {
    transition: .7s;
    transform: scale(1.1);
}

#product-categories-alvi .product-filter {
    display: flex;
    color: black;
}

#product-categories-alvi .product-filter .product-filter-item {
    margin: 10px 40px 10px 0px;
}

#product-categories-alvi .product-filter a {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 20px;
    background: #555555;
    border-radius: 3px;
    margin: 10px 0;
}

#product-categories-alvi .product-filter-item select {
    height: 35px;
    width: 150px;
    font-size: 14px;
    border: 2px solid #555;
    border-radius: 3px;
    margin-top: -5px;
    display: block;
}

#product-categories-alvi .product-filter-item input {
    height: 35px;
    width: 100%;
    font-size: 14px;
    border: 2px solid #555;
    border-radius: 3px;
    margin-top: -5px;
    display: block;
    padding-left: 3px;
}

#product-categories-alvi .product-filter-item label {
    float: left;
}

#product-categories-alvi .product-filter a:hover {
    color: #dd0004;
}

#product-categories-alvi .product-filter .search-location {

}

#product-categories-alvi .product-filter .search-location form {

}

#product-categories-alvi .product-filter .search-location input {
    width: 300px;
}

/* For Alvi Group Categories Product Show css End */

/* Product Categories Two Sectoin Start */
#product-categories-two {
    background-image: url('../img/sister-concern-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 350px;
}

#product-categories-two .category-overlay {
    height: 100%;
    width: 100%;
    background: #1A24319c;
}

#product-categories-two h3 {
    color: #fff;
    font-size: 35px;
}

#product-categories-two .card {
    transition: .7s;
    border: none;
}

#product-categories-two .card:hover {
    transition: .5s;
    box-shadow: 3px 3px 3px #1A24315c;
}

#product-categories-two .card .card-body {
    position: relative;
}

#product-categories-two .card .card-body .card-img {
    overflow: hidden;
}

#product-categories-two .card-body img {
    transition: .7s;
    height: 340px;
    width: 100%;
}

#product-categories-two .card-body .card-title {
    background: #1A2431;
    text-align: center;
    margin-bottom: 0px;
}

#product-categories-two .card-body .card-title p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    margin-bottom: 0px;
}

#product-categories-two .card:hover .card-body .view-items {
    display: block;
    transition: all .7s;
}

#product-categories-two .card-body .view-items {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A24319a;
    padding: 10px;
    transition: all .7s;
}

#product-categories-two .card-body .view-items .border-div {
    border: 1px solid #ffffff5c;
    border-radius: 5px;
    height: 85%;
    text-align: center;
    padding-top: 150px;
}

#product-categories-two .card-body .view-items a {
    background: #1A2431;
    padding: 10px 25px;
    font-size: 18px;
    transition: .5s;
}

#product-categories-two .card-body .view-items a:hover {
    background: #fff;
    color: #1A2431;
    transition: .5s;
}

#product-categories-two .card:hover .card-body img {
    transition: .7s;
    transform: scale(1.1);
}

/* Product Categories Two Sectoin End */

/* Product Category Three Css Start */
#product-category-three .available-plot {
    color: #dd0004;
    letter-spacing: 5px;
}

#product-category-three .category-three-card {
    height: 500px;
    position: relative;
    box-shadow: 0 0 4px 0 #9999999c;
}

#product-category-three .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(#00000000, #00000090);
    left: 0;
    display: none;
    transition: .7s;
}

#product-category-three .category-three-card:hover .overlay {
    display: block;
    transition: .7s;
}

#product-category-three .category-three-card .image {
    height: 100%;
    width: 100%;
}

#product-category-three .category-three-card .image img {
    height: 100%;
    width: 100%;
}

#product-category-three .category-three-card .sale-rent {
    position: absolute;
    top: 20px;
    left: -10px;
    height: 45px;
    background: #dd0004;
    padding: 0 15px;
}

#product-category-three .category-three-card .sale-rent .sale {
    position: relative;
    height: 100%;
    width: 100%;
}

#product-category-three .category-three-card .sale-rent .sale h6 {
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
}

#product-category-three .category-three-card .sale-rent .sale:before {
    content: "";
    height: 20px;
    width: 10px;
    background: #dd0004;
    position: absolute;
    top: -5px;
    transform: skewY(-45deg);
    left: -15px;
}

#product-category-three .category-three-card .content {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 100%;
}

#product-category-three .category-three-card .content h5 {
    background: #dd0004;
    width: 70%;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#product-category-three .category-three-card .content h3 {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 35px;
    font-size: 24px;
}

/* Product Category Three Css End */

/* Our Products Section Start*/
#exclusive-products {
    margin-top: 60px;
}

#exclusive-products .product-header {
    width: 40%;
    float: left;
}

#exclusive-products .product-header h3 {
    color: #333;
    font-size: 35px;
}

#exclusive-products .box {
    width: 90%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden;
    margin-left: 5%;
    border-bottom: 2px solid #00011110;
}

#exclusive-products .slide-img {
    height: 300px;
    position: relative;
}

#exclusive-products .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

#exclusive-products .detail-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#exclusive-products .detail-box .title h5 {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

#exclusive-products .detail-box .rating .fas {
    color: #B74614;
    font-size: 12px;
    line-height: 15px;
}

#exclusive-products .detail-box .pricing h6 {
    color: #004A62;
    margin-top: 5px;
}

#exclusive-products .detail-box .addwish {
    position: absolute;
    right: 25px;
    top: 0px;
    background: #2C5C2D;
}

#exclusive-products .detail-box:hover .addwish {
    background: #FFF
}

#exclusive-products .detail-box .addwish .fas {
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    transition: .8s;
    padding: 20px 5px 5px 5px;
}

#exclusive-products .detail-box .addwish:hover .fas {
    color: #2C5C2D;
    transition: .8s;
}

#exclusive-products .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(90, 90, 90, 0.5);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#exclusive-products .buy-now {
    padding: 2px 8px;
    background-color: #fff;
    color: #B74614;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
    transition: 0s;
    margin: 4px;
}

#exclusive-products .buy-now:hover {
    color: #fff;
    background-color: #B74614;
}

#exclusive-products .add-cart {
    padding: 2px 8px;
    background-color: #fff;
    color: #2C5C2D;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
    transition: 0s;
    margin: 4px;
}

#exclusive-products .add-cart:hover {
    color: #fff;
    background-color: #2C5C2D;
}

#exclusive-products .slide-img:hover .overlay .add-cart {
    animation: fade 1s;
}

#exclusive-products .overlay {
    visibility: hidden;
}

#exclusive-products .slide-img:hover .overlay {
    visibility: visible;
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.uk-position-small {
    color: #004A62;
    font-weight: bolder;
    font-size: 50px;
}

.uk-position-small:hover {
    color: #043849;
    font-weight: bolder;
    font-size: 50px;
}

/* Our Products Section End*/

/* Choose Us Section Start*/
#choose-us {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#choose-us .choose-left {

}

#choose-us .choose-left h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
}

#choose-us .choose-left p {
    color: #f3f3f3;
    letter-spacing: 1px;
    font-size: 16px;
}

#choose-us .choose-left a {
    font-size: 16px;
    padding: 5px 15px;
    transition: .5s;
    border: 3px solid #ffffff;
}

#choose-us .choose-left a:hover {
    background: #ffffff;
    transition: .5s;
    color: #dd0004;
}

#choose-us .choose-right .choose-card {
    height: 180px;
    background: #ffffff;
    transition: .3s;
    text-align: center;
}

#choose-us .choose-right .choose-card h6 {
    margin: auto;
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 80px;
}

#choose-us .choose-right .choose-card:hover h6 {
    color: #ffffff;
}

#choose-us .choose-right .choose-card:hover {
    background: #dd0004;
    transition: .3s;
}

/* Choose Us Section End*/

/* Accomplishment Section Start */
#accomplishment-section h3 {
    font-size: 35px;
    color: #FFF;
}

#accomplishment-section {
    background-image: url('../img/accomplishmentbg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 350px;
}

#accomplishment-section .accomplishment-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 5px;
    /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
}

#accomplishment-section .accomplishment-body .wrapper {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#accomplishment-section .accomplishment-body .card {
    width: calc(25% - 20px);
    background: #004A62;
    height: 220px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

#accomplishment-section .accomplishment-body .circle {
    position: relative;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    cursor: default;
}

#accomplishment-section .accomplishment-body .card .circle .box, #accomplishment-section .accomplishment-body .card .circle .box span {
    position: absolute;
    top: 50%;
    left: 50%;
}

#accomplishment-section .accomplishment-body .card .circle .box {
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%) scale(0.8);
    border-radius: 50%;
    transition: all 0.2s;
}

#accomplishment-section .accomplishment-body .card .circle:hover .box {
    transform: translate(-50%, -50%) scale(0.91);
}

#accomplishment-section .accomplishment-body .card .circle .box span {
    font-size: 35px;
    font-weight: 600;
    font-family: sans-serif;
    transform: translate(-45%, -50%);
    transition: all 0.1s;
}

/* #accomplishment-section .accomplishment-body .card .circle:hover .box span{
  transform: translate(-45%, -50%) scale(1.05);
} */
#accomplishment-section .accomplishment-body .card .circle .box span, #accomplishment-section .accomplishment-body .card .text {
    background: -webkit-linear-gradient(left, #2C5C2D, #2C5C2D9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#accomplishment-section .accomplishment-body .card .text {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 753px) {
    #accomplishment-section .accomplishment-body .wrapper {
        width: 700px;
    }

    #accomplishment-section .accomplishment-body .card {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width: 505px) {
    #accomplishment-section .accomplishment-body .wrapper {
        width: 500px;
    }

    #accomplishment-section .accomplishment-body .card {
        width: 100%;
        height: 300px;
    }
}

/* Accomplishment Section End */

/* youtube-instagram Section Start */
#youtube-instagram .youtube .icon .fab {
    font-size: 35px;
    color: #D8362A;
    line-height: 50px;
}

#youtube-instagram .instagram .icon .fab {
    font-size: 35px;
    color: #4F5DCA;
    line-height: 50px;
}

#youtube-instagram .icon span {
    font-size: 35px;
    line-height: 50px;
    color: #555555;
    font-weight: 400;
}

#youtube-instagram .video {
    height: 400px;
}

#youtube-instagram .gallery img {
    width: 100%;
    height: 192px;
}

/* youtube-instagram Section End */

/* Multi Contact Section Css */
#multi-contact {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#multi-contact .overlay {
    height: 100%;
    width: 100%;
    background: #5555555c;
}

#multi-contact .contact-card {
    width: 100%;
    height: 450px;
    position: relative;
    transition: .5s;
}

#multi-contact .contact-card:hover {
    background: #dd0004;
    transition: .5s;
}

#multi-contact .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

#multi-contact .content h5 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
}

#multi-contact .content p {
    color: #ffffff;
    font-size: 16px;
}

#multi-contact span:nth-child(1) {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
    background: #ffffff;
}

#multi-contact span:nth-child(1):before {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    left: 0;
    top: 0;
    background: #9DB193;
    transition: width .3s;
    transition-delay: .9s;
}

#multi-contact .contact-card:hover span:nth-child(1):before {
    width: 100%;
    transition: width .3s;
    transition-delay: .0s;
}

#multi-contact span:nth-child(2) {
    position: absolute;
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
    background: #ffffff;
}

#multi-contact span:nth-child(2):before {
    position: absolute;
    content: "";
    width: 5px;
    height: 0%;
    right: 0;
    top: 0;
    background: #9DB193;
    transition: height .3s;
    transition-delay: .6s;
}

#multi-contact .contact-card:hover span:nth-child(2):before {
    height: 100%;
    transition: height .3s;
    transition-delay: .3s;
}

#multi-contact span:nth-child(3) {
    position: absolute;
    width: 100%;
    height: 5px;
    right: 0;
    bottom: 0;
    background: #ffffff;
}

#multi-contact span:nth-child(3):before {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    right: 0;
    bottom: 0;
    background: #9DB193;
    transition: width .3s;
    transition-delay: .3s;
}

#multi-contact .contact-card:hover span:nth-child(3):before {
    width: 100%;
    transition: width .3s;
    transition-delay: .6s;
}

#multi-contact span:nth-child(4) {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

#multi-contact span:nth-child(4):before {
    position: absolute;
    content: "";
    width: 5px;
    height: 0%;
    left: 0;
    bottom: 0;
    background: #9DB193;
    transition: height .3s;
    transition-delay: .0s;
}

#multi-contact .contact-card:hover span:nth-child(4):before {
    height: 100%;
    transition: height .3s;
    transition-delay: .9s;
}

/* Our Brand Section Start */
#our-brand h3 {
    font-size: 35px;
    color: #333;
}

#our-brand img {
    height: 100px;
    width: 130px;
    border: 1px solid #dd0004;
    padding: 15px;
}

#our-brand ul li {
    display: flex;
    justify-content: center;
}

/* Brand Section End */

/* Newsletter Start*/
#newsletter {
    height: 150px;
    background: #004A62;
}

#newsletter h3 {
    font-size: 30px;
    line-height: 150px;
}

#newsletter form {
    height: 40px;
    margin-top: 37px;
}

#newsletter form input {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 20px;
    color: #B74614;
    padding-left: 15px;
}

#newsletter form input::placeholder {
    font-size: 20px;
    color: #ec1b23;
    padding-left: 15px;
}

#newsletter form button {
    position: relative;
    width: 20%;
    height: 100%;
    background-color: #ec1b23;
    color: #FFF;
    font-size: 20px;
}

#newsletter form button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    opacity: .1;
    background-color: #fff;
    transition: ease .9s;
}

#newsletter form button::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    opacity: .1;
    background-color: #fff;
    transition: ease .9s;
}

#newsletter form button:hover:before,
#newsletter form button:hover:after {
    width: 100%;
    animation: fadebutton ease .9s;
}

@keyframes fadebutton {
    0% {
        opacity: .5;
    }
    100% {
        opacity: .1;
    }
}

/* Newslater End*/
#pages-body .chairman {

}

#pages-body .chairman img {
    max-width: 400px;
}

#pages-body .chairman h3 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #212121;
}

#pages-body .chairman h5 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #212121;
}

#pages-body .others img {
    max-height: 300px;
}

#pages-body .others h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #212121;
}

#pages-body .others h5 {
    font-size: 15px;
    letter-spacing: 3px;
    color: #212121;
}

#pages-body h3 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #212121;
}

#pages-body img {
    width: 100%;
    height: 400px;
}

#pages-body h4 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #212121;
    line-height: 30px;
}

#pages-body p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    text-align: justify;
}

/* Footer Section */
#footer-top .logo h1 {
    color: #004A62;
}

#footer-top .logo h1 span {
    color: #B74614;
}

#footer-top .description p {
    color: #004A62;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-top: 10px;
}

#footer-top .fas {
    color: #B74614;
    font-size: 18px;
}

#footer-top .address, .email-address, .phone-number {
    padding: 10px 0;
}

#footer-top .address span {
    color: #004A62;
    font-size: 15px;
    letter-spacing: 1px;
}

#footer-top .email-address span {
    color: #004A62;
    font-size: 15px;
    letter-spacing: 1px;
}

#footer-top .phone-number span {
    color: #004A62;
    font-size: 15px;
    letter-spacing: 1px;
}

#footer-top h5 {
    font-size: 20px;
    color: #022733;
    margin: 10px 0;
}

#footer-top ul {
    margin-top: 18px;
}

#footer-top ul li {
    margin: 10px 0;
}

#footer-top ul li a {
    color: #004A62;
    font-size: 15px;
    transition: .5s;
}

#footer-top ul li a:hover {
    color: #B74614;
    transition: .5s;
}

#footer-top img {
    height: 50px;
    /*width: 100%;*/
}

#footer-mid .icon {
    background: #f1f1f1;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-left: 25%;
    margin-top: 10%;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 3px #B74614;
}

#footer-mid .icon .fas {
    color: #B74614;
    font-size: 40px;
    margin-top: 15%;
}

#footer-mid h5 {
    color: #B74614;
    font-size: 18px;
}

#footer-mid p {
    color: #004A62;
    font-size: 15px;
    letter-spacing: 1px;
}

#footer-buttom .social .fab, #footer-buttom .payment .fab {
    font-size: 35px;
    padding: 0 5px;
}

#footer-buttom .social .fab:nth-child(1) {
    color: #3B5998;
    padding-left: 0;
}

#footer-buttom .social .fab:nth-child(2) {
    color: #00ACEE;
}

#footer-buttom .social .fab:nth-child(3) {
    color: #0C61BF;
}

#footer-buttom .social .fab:nth-child(4) {
    color: #DD4B39;
}

#footer-buttom .social .fab:nth-child(5) {
    color: #C4302B;
}

#footer-buttom p {
    font-size: 18px;
    line-height: 35px;
    color: #004A62;
    margin-top: 10px;
}

#footer-buttom .payment {
    float: right;
}

#footer-buttom .payment .fab:nth-child(1) {
    color: #034691;
}

#footer-buttom .payment .fab:nth-child(2) {
    color: #F76C00;
}

#footer-buttom .payment .fab:nth-child(3) {
    color: #E4001A;
}

#footer-buttom .payment .fab:nth-child(4) {
    color: #017EBE;
}

#footer-buttom .payment .fab:nth-child(5) {
    color: #006CC9;
    padding-right: 0;
}

/* Footer Section End */


/* Responsive Design */

/* Extra large devices (large laptops and desktops) */
@media only screen and (max-width: 1200px) {
    #mega-sale .box .megasale-content h6 {
        font-size: 13px;
        line-height: 28px;
    }

    #mega-sale .box .megasale-content h5 {
        font-size: 18px;
        line-height: 20px;
    }

    #mega-sale .box .megasale-content p {
        font-size: 16px;
        line-height: 20px;
    }

    #mega-sale .box .megasale-content a {
        font-size: 10px;
        padding: 2px 8px;
    }
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
    /*#botomnav nav ul{
      margin-right: 0px;
      float: left;
    }
    #botomnav nav ul li,#botomnav nav ul ul li{
      display: block;
      width: 100%;
    }
    #botomnav nav ul ul{
      top: 60px;
      position: static;
      border-top: none;
      float: none;
      display: none;
      opacity: 1;
      visibility: visible;
    }
    #botomnav .show{
      display: block;
      color: #ffffff;
      font-size: 15px;
      padding: 0 20px;
      line-height: 50px;
      cursor: pointer;
      text-transform: uppercase;
    }
    #botomnav .show:hover{
      color: #DC3545;
    }
    #botomnav nav .bar-icon{
      display: block;
      height: 50px;
    }
    #botomnav nav .bar-icon span{
      position: absolute;
      right: 30px;
      top: 20px;
      font-size: 20px;
      color: #ffffff;
      cursor: pointer;
    }
    #botomnav nav ul li a:hover{
      box-shadow: none;
    }*/
    #newsletter {
        height: 120px;
    }

    #newsletter h3 {
        font-size: 20px;
        line-height: 120px;
    }

    #newsletter form {
        height: 35px;
        margin-top: 23px;
    }

    #newsletter form input {
        width: 60%;
        font-size: 15px;
        padding-left: 10px;
    }

    #newsletter form input::placeholder {
        font-size: 15px;
        padding-left: 10px;
    }

    #newsletter form button {
        width: 25%;
        font-size: 15px;
    }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
    #midnav {
        padding: 5px 0;
    }

    #midnav .logo a h1 {
        font-size: 35px;
    }

    #midnav form {
        height: 35px;
    }

    #aboutus-section .aboutus-head h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .home {
        height: 400px;
    }

    .home .caption h1 {
        font-size: 20px;
        color: #292B2C;
        margin: 0;
    }

    .home .caption p {
        font-size: 14px;
        margin: 10px 0 15px;
    }

    .home .caption a {
        padding: 5px 20px;
    }

    #category-slider .home {
        height: 300px;
    }

    #category-slider .home .caption h1 {
        font-size: 20px;
        color: #292B2C;
        margin: 0;
    }

    #category-slider .home .caption p {
        font-size: 14px;
        margin: 10px 0 15px;
    }

    #category-slider .home .caption a {
        padding: 5px 20px;
    }

    #aboutus-section .aboutus h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    #aboutus-section .aboutus h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    #aboutus-body p {
        font-size: 15px;
    }

    #aboutus-body img {
        height: 250px;
    }

    .footer-buttom-new .slider-bottom-list {
        display: block;
    }

    .slider-bottom-list li {
        width: 100% !important;
        float: left;
    }

    .slider-bottom-single {
        height: 310px !important;
    }

    #product-categories h3 {
        font-size: 20px;
    }

    #product-categories-alvi h3 {
        font-size: 20px;
    }

    #product-categories-two h3 {
        font-size: 20px;
    }

    #exclusive-products {
        margin-top: 10px;
    }

    #exclusive-products .product-header {
        width: 60%;
    }

    #exclusive-products .product-header h3, #deals-products .product-header h3 {
        font-size: 20px;
    }

    #exclusive-products .product-filter {
        width: 40%;
    }

    #exclusive-products .product-filter nav ul {
        top: 28px;
        width: 40%;
    }

    #exclusive-products .product-filter nav ul li a {
        font-size: 12px;
    }

    #check:checked ~ ul {
        /* left: -55%; */
        right: -5%;
    }

    #super-sale .box .supersale-content h5 {
        margin-top: 20px;
    }

    #super-sale .box .supersale-content h6 {
        font-size: 25px;
        line-height: 35px;
    }

    #super-sale .box .supersale-content a {
        padding: 5px 10px;
    }

    #accomplishment-section h3 {
        font-size: 20px;
    }

    #our-brand h3 {
        font-size: 20px;
    }

    #deals-products .time-count .fas, #deals-products .time-count span {
        font-size: 18px;
        padding: 0 5px;
    }

    #mega-sale .box .megasale-content h6 {
        font-size: 20px;
        line-height: 22px;
    }

    #mega-sale .box .megasale-content h5 {
        font-size: 28px;
        line-height: 30px;
    }

    #mega-sale .box .megasale-content p {
        font-size: 22px;
        line-height: 25px;
    }

    #mega-sale .box .megasale-content a {
        font-size: 14px;
    }

    #featured-products h3 {
        font-size: 20px;
    }

    #our-brand h3 {
        font-size: 20px;
    }

    #newsletter {
        height: 150px;
    }

    #newsletter h3 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }

    #newsletter form {
        height: 35px;
        display: flex;
        justify-content: center;
    }

    #newsletter form input {
        width: 60%;
        font-size: 15px;
        padding-left: 10px;
    }

    #newsletter form input::placeholder {
        font-size: 15px;
        padding-left: 10px;
    }

    #newsletter form button {
        width: 25%;
        font-size: 15px;
        margin-top: -0px;
    }

    #footer-buttom .payment {
        float: left;
    }

    #footer-buttom .payment .fab:nth-child(1) {
        padding-left: 0;
    }

    #footer-buttom p {
        font-size: 15px;
        line-height: 35px;
        color: #687188;
    }

    #footer-mid .icon {
        margin-left: 5%;
    }

    .footer_two_service ul {
        display: block;
    }

    #product-details ul {
        display: block;
    }
}

/* Small devices (portrait tablets and large phones) */
@media only screen and (max-width: 578px) {
    #topnav-two .left-top-two .fab, #topnav-two .right-top-two .fas {
        font-size: 12px;
        padding: 3px 5px;
        line-height: 18px;
    }

    #topnav-two .left-top-two p, #topnav-two .right-top-two p {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 25px;
    }

    #header2_mid .head2_mobile .headmid-icon {
        height: 24px !important;
        width: 24px !important;
    }

    #header2_mid .head2_mobile .headmid-icon .fas {
        font-size: 13px !important;
        line-height: 24px !important;
    }

    #header2_mid .head2_mobile span {
        font-size: 12px !important;
    }

    #header2_mid .head2_mobile h6 {
        font-size: 13px !important;
        line-height: 11px !important;
    }

    #header2_mid .head2_mid_logo {
        width = "80%";
        margin-left: 20%;
    }

    #midnav {
        padding: 5px 0;
    }

    #midnav .logo a h1 {
        font-size: 35px;
        display: flex;
        justify-content: center;
    }

    #botomnav {
        height: 45px;
        background-color: #004A62;
    }

    #botomnav .category {
        height: 45px;
        padding-top: 3px;
    }

    #botomnav .category a {
        font-size: 12px;
    }

    #aboutus-two .aboutus-head h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    #aboutus-two .aboutus-content h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .footer-buttom-new {
        margin: 40px 0 !important;
    }

    #category-aboutus-two .aboutus-img img {
        height: 320px;
    }

    #category-aboutus-two .aboutus-head h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    #category-aboutus-two .aboutus-content h2 {
        font-size: 18px;
        line-height: 25px;
    }

    #product-details .product-name h3 {
        font-size: 22px !important;
        margin-top: 20px !important;
    }

    #accomplishment-section .accomplishment-body .card .circle .box span, #accomplishment-section .accomplishment-body .card .text {
        margin-top: 0px;
    }

    #our-brand img {
        height: 70px;
        width: 70px;
    }

    .thanks-msg h6 {
        font-size: 12px !important;
        line-height: 25px !important;
    }

    .thanks-msg {
        width: 70% !important;
        left: 15% !important;
        top: -25px !important;
        padding-top: 10px;
    }

    /* Round Captoin For Slider */
    .home .round-caption {
        height: 350px;
        width: 100%;
    }

    .home .round-caption .small-circle {
        height: 120px;
        width: 120px;
    }

    .home .round-caption .small-circle p:nth-child(1) {
        font-size: 12px;
        line-height: 120px;
        letter-spacing: 1px;
    }

    @keyframes mymove {
        from {
            left: 50px;
        }
        to {
            left: 0px;
        }
    }
    .home .round-caption .small-circle p:nth-child(2) {
        font-size: 12px;
        line-height: 120px;
        letter-spacing: 1px;
    }

    .home .round-caption .large-circle {
        height: 200px;
        width: 200px;
    }

    .home .round-caption a {
        display: none;
        transition: .7s;
    }

    .home .round-caption:hover a {
        display: block;
        transition: .7s;
    }

    .home .round-caption .text-one {
        position: absolute;
        bottom: 80px;
        width: 100%;
    }

    .home .round-caption span {
        display: inline-block;
        color: #FFFFFF;
        font-size: 8px;
    }

    .home .round-caption .text-two {
        position: absolute;
        bottom: 122px;
        width: 100%;
        left: -70px;
        transform: rotate(60deg);
    }

    .home .round-caption .text-three {
        position: absolute;
        bottom: 122px;
        width: 100%;
        left: 70px;
        transform: rotate(-60deg);
    }

    .home .round-caption .text-four {
        position: absolute;
        bottom: 190px;
        width: 100%;
        left: -80px;
        transform: rotate(100deg);
    }

    .home .round-caption .text-five {
        position: absolute;
        bottom: 192px;
        width: 100%;
        left: 79px;
        transform: rotate(-115deg);
    }

    .home .round-caption .border-circle {
        height: 200px;
        width: 200px;
    }

    .home .round-caption:hover .border-circle {
        height: 230px;
        width: 230px;
    }

    #botomnav nav .logo img {
        width: 215px;
        height: 36px !important;
    }

    #product-categories-alvi {
        margin-top: 70px !important;
    }

    #product-categories-alvi .product-filter .product-filter-item {
        margin: 10px 10px 10px 0px;
    }

    #product-categories-alvi .product-filter a {
        color: #ffffff;
        font-size: 8px;
        letter-spacing: 1px;
        padding: 5px 5px;
        background: #555555;
        border-radius: 3px;
        margin: 10px 0;
    }

    #product-categories-alvi .product-filter-item select {
        height: 20px;
        width: 64px;
        font-size: 8px;
        border: 1px solid #555;
        border-radius: 3px;
        margin-top: -5px;
    }


}

/* Extra small devices (phones, 450px and down) */
@media only screen and (max-width: 450px) {
    #mega-sale .box .megasale-content h6 {
        font-size: 16px;
        line-height: 20px;
    }

    #mega-sale .box .megasale-content h5 {
        font-size: 22px;
        line-height: 25px;
    }

    #mega-sale .box .megasale-content p {
        font-size: 18px;
        line-height: 25px;
    }

    #mega-sale .box .megasale-content a {
        font-size: 12px;
    }

    #newsletter {
        height: 120px;
    }

    #newsletter h3 {
        font-size: 18px;
        line-height: 18px;
    }

    #newsletter form {
        height: 30px;
        display: flex;
        justify-content: center;
    }

    #newsletter form input {
        width: 60%;
        font-size: 12px;
        padding-left: 10px;
    }

    #newsletter form input::placeholder {
        font-size: 12px;
        padding-left: 10px;
    }

    #newsletter form button {
        width: 30%;
        font-size: 12px;
    }

    #footer-mid h5 {
        font-size: 15px;
    }

    #footer-mid p {
        font-size: 14px;
    }
}


#botomnav nav {
    background: transparent;
    margin-top: -1px;
}

#botomnav nav:after {
    content: '';
    clear: both;
    display: table;
}

#botomnav nav .logo {
    float: left;
    line-height: 64px;
    padding-left: 15px;
}

#botomnav nav .logo img {
    width: 250;
    height: 58px;
    margin-bottom: 3px;
}

#botomnav nav ul {
    float: right;
    list-style: none;
    /* margin-right: 40px; */
    position: relative;
    z-index: 100000;
}

#botomnav nav ul li {
    float: left;
    display: inline-block;
    background: #212121;
    margin: 0 5px;
}

#botomnav nav ul li:hover {
    background: #ffffff !important;
}

#botomnav nav ul ul li:hover {
    background: #fff;
}

#botomnav nav ul li:hover a {
    color: #1A2431;
}

#botomnav nav ul li:hover ul a {
    color: #fff;
}

#botomnav nav ul ul li:hover a {
    color: #1A2431;
}

#botomnav nav ul ul li:hover ul li a {
    color: #fff;
}

#botomnav nav ul ul ul li:hover a {
    color: #1A2431 !important;
}

#botomnav nav ul li a {
    color: white;
    text-decoration: none;
    line-height: 64px;
    font-size: 14px;
    padding: 8px 15px;
}
#botomnav nav ul li.active a{
    color: #000 !important;
}

/*#botomnav nav ul li a:hover{*/
/*  color: #f17640;*/
/*  border-radius: 5px;*/
/*  box-shadow: 0 0 5px #e74804,*/
/*              0 0 5px #f17640;*/
/*}*/
/*#botomnav nav ul ul li a:hover{*/
/*  color: #f17640;*/
/*  box-shadow: none;*/
/*}*/
#botomnav nav ul ul {
    position: absolute;
    top: 80px;
    border-top: 3px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: top .5s;
}

#botomnav nav ul ul ul {
    border-top: none;
}

#botomnav nav ul li:hover > ul {
    top: 64px;
    opacity: 1;
    visibility: visible;
}

#botomnav nav ul ul li {
    position: relative;
    margin: 0;
    width: 200px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

#botomnav nav ul ul li a {
    line-height: 45px;
    font-size: 14px;
}

#botomnav nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 200px;
}

#botomnav .fa {
    margin-left: 40px;
    font-size: 15px;
    color: #fff;
}

#botomnav .show, #botomnav .icon, #botomnav input {
    display: none;
}

@media all and (max-width: 968px) {
    #botomnav nav .logo {
        line-height: 43px;
    }

    #botomnav nav ul {
        margin-right: 0px;
        float: left;
        left: 0px;
        top: 0px;
        padding: 10px 0px 10px 10px;
        background: #1111119c;
    }

    #botomnav nav .logo {
        padding-left: 30px;
        width: 100%;
    }

    #botomnav nav ul li:hover {
        background: #1a2431 !important;
    }

    #botomnav nav ul li a {
        color: white;
        text-decoration: none;
        line-height: 30px;
        font-size: 13px !important;
        padding: 5px 5px;
    }

    #botomnav nav ul li, nav ul ul li {
        display: block;
        width: 100%;
    }

    #botomnav nav ul ul {
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        /* display: none; */
        opacity: 1;
        visibility: visible;
    }

    #botomnav nav ul ul li a {
        line-height: 30px;
    }

    #botomnav nav ul ul ul li {
        position: static;
    }

    #botomnav nav ul ul li {
        border-bottom: 0px;
    }

    #botomnav nav ul ul li {
        padding-left: 40px;
    }

    /* nav ul ul ul a{
      padding-left: 40px;
    } */
    #botomnav .show {
        display: block;
        color: white;
        font-size: 13px;
        padding: 0 5px;
        line-height: 20px;
        cursor: pointer;
    }

    #botomnav .show:hover {
        color: #fff;
    }

    #botomnav .icon {
        display: block;
        color: white;
        position: absolute;
        right: 40px;
        line-height: 40px;
        font-size: 25px;
        cursor: pointer;
    }

    #botomnav nav ul li a:hover {
        box-shadow: none;
    }

    .show + a, ul {
        display: none;
    }

    [id^=btn]:checked + ul {
        display: block;
    }
}

#map {
    height: 400px;
}

/*UI KiT Css Modify*/
.uk-lightbox ul {
    position: unset;
    display: unset;
}

.uk-lightbox.uk-open {
    z-index: 999999 !important;
}


/* Jquery Zoom Image Custom Css */
.exzoom .exzoom_img_box span {
    background: #f3f3f33c !important;
    position: relative;
    background-image: radial-gradient(#555 10%, transparent 0), radial-gradient(#555 15%, transparent 0) !important;
    background-size: 3px 3px !important;
}

.exzoom .exzoom_preview {
    width: 100% !important;
    height: 100% !important;
}

#product-details .product-details-img img {
    width: 200% !important;
    height: auto !important;
}


#botomnav nav ul  li.menu-item.active, #botomnav nav ul  li.menu-item.active .menu-link{
    background: #fff!important;
    color: #0a0e17!important;
}

