@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'DivineRhapsody';
    src: url(../fonts/DivineRhapsody.ttf);
}



/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid transparent !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3sease -in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease -in-out;
    background: #ffffff !important;
    z-index: 10;
    display: inline-block;
    color: #000;
    padding: 20px 20px;
    /* border-radius: 77px; */
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.btn10:hover {
    border: 1px solid transparent!important;
    color: #000!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
     font-family: "Raleway", serif;
    font-size: 81px;
    line-height: 85px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}

h2 {
     font-family: "Raleway", serif;
    font-size: 54px;
    line-height: 58px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}

h3 {
     font-family: "Raleway", serif;
    font-size: 59px;
    line-height: 62px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}

h4 {
     font-family: "Raleway", serif;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}

h5 {
    font-family: "Raleway", serif;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}

h6 {
    font-family: 'DivineRhapsody', Sans-Serif;
    font-size: 244px;
    line-height: 250px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header {
    padding: 20px 0;
    background: #000;
}

.top-login {
    display: flex;
    justify-content: end;
}
.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 22px;
    font-size: 15px;
    font-family: 'Raleway';
}


.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5sease;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */

/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */
body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */

.top-login a.btn10 {
    width: 69%;
    text-transform: capitalize;
}

span.wlcome-txt {
    font-family: 'Raleway';
    color: #fff;
    font-size: 32px;
    letter-spacing: 7px;
}
.banner_text p {
    color: #fff;
    margin: 20px 0;
}
.banner_text a.btn10 {
    width: 38%;
}


.aboutus {
    background: #000;
    position: relative;
}

.abt-img::before {
    position: absolute;
    content: "";
    background: transparent;
    height: 100%;
    width: 98%;
    left: -19px;
    border: solid 6px #fff;
    top: 20px;
}


.abt-img::after {
    position: absolute;
    content: "";
    height: 200px;
    width: 200px;
    background: #fff;
    top: -55px;
    left: -81px;
    border-radius: 100%;
    z-index: -2;
}



.abt-img {
    position: relative;
    z-index:    0;
}

.aboutus::before {
    position: absolute;
    content: "";
    background: url(../images/stars.png);
    height: 208px;
    width: 1479px;
    bottom: 0;
    left: 0;
}

.aboutus::after {
    position: absolute;
    content: "";
    background: url(../images/flower.png);
    height: 290px;
    width: 252px;
    bottom: 0;
    right: 0;
}

.abt-img1 {
    position: relative;
    margin-top: 50%;
}


.abt-img1::before {
    position: absolute;
    content: "";
    background: transparent;
    height: 100%;
    width: 98%;
    right: -19px;
    border: solid 6px #fff;
    top: 20px;
}


.back-txt {
    top: -117px;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
}
.abt-txt {
    position: relative;
    z-index: 0;
    text-align: center;
    margin: 0 0 0 50px;
}

.abt-txt p {
    color: #fff;
    font-size: 15px;
    line-height: 33px;

}

.abt-txt a.btn10 {
    width: 29%;
    margin: 0 auto;
    background: transparent !important;
    border: solid #fff 2px !important;
    color: #fff;
}


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

.ser-det {
    position: absolute;
    bottom: 20px;
    left: 48%;
    transform: translate(-48%);
    text-align: center;
}
.ser-img {
    position: relative;
}


.ser-img-1{
    position: relative;
    margin-top: 20%;
}

.ser-img-1 img {
    width: 100%;
}

.ser-txt {
    text-align: center;
}

.ser-btn a.btn10 {
    background: #000 !important;
    color: #fff;
    width: 15%;
    text-transform: capitalize;
    margin: 0 auto;
}

.ser-btn {
    margin-top: 3%;
}

/**counters*/

.counters {
    background: url(../images/counter-bk.png);
    width: 100%;
    height: 273px;
    background-size: cover;
}


.count {
    display: flex;
}



.awrd-detail {
    display: flex;
    align-items: center;
   
    justify-content: center;
}

.items h3 {
    margin: 0;
    color: #000000;
    font-size: 75px;
    line-height: 80px;
    font-family: 'Raleway';
}

.items p {
    margin: 0;
    line-height: 37px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway';
}
.items {
    text-align: center;
    position: relative;
}

.bk-txt {
    position: absolute;
    /* color: #000; */
    right: 0;
    top: 0px;
    z-index: -1;
    opacity: 0.1;
}

.bk-txt h6 {
    color: #000;
    font-size: 98px;
    line-height: 98px;
}


.bk-txt1 {
    position: absolute;
    /* color: #000; */
    top: 22px;
    z-index: -1;
    opacity: 0.1;
    left: -22px;
}

.bk-txt1 h6 {
    color: #000;
    font-size: 81px;
    line-height: 81px;
}

.bk-txt2 h6 {
    color: #000;
    font-size: 66px;
    line-height: 70px;
}

.bk-txt2 {
    position: absolute;
    /* color: #000; */
    top: 22px;
    z-index: -1;
    opacity: 0.1;
    left: -22px;
}

.bk-txt3 h6 {
    color: #000;
    font-size: 100px;
    line-height: 100px;
}

.bk-txt3 {
    position: absolute;
    /* color: #000; */
    top: 22px;
    z-index: -1;
    opacity: 0.1;
    left: -22px;
}


.skilled {
    background: #000;
}

.skill-bk {
    position: absolute;
    left: -70px;
    top: -33px;
}
.skilled-head {
    position: relative;
    text-align: center;
}
.skill-bk h6 {
    opacity: 0.1;
}
.skilled-head p {
    color: #fff;
    line-height: 30px;
    margin: 18px 47px;
}

.skilled-head a.btn10 {
    width: 29%;
    margin: 0 auto;
    background: transparent !important;
    border: solid #fff 2px !important;
    color: #fff;
}

/*percentage counter*/


@media (min-width: 420px) and (max-width: 659px) {
  .container {
    grid-template-columns: repeat(2, 160px);
  }
}

@media (min-width: 660px) and (max-width: 899px) {
  .container {
    grid-template-columns: repeat(3, 160px);
  }
}

@media (min-width: 900px) {
  .container {
    grid-template-columns: repeat(4, 160px);
  }
}

.cnt {
    display: flex;
    grid-template-columns: repeat(1, 160px);
    margin: auto 0;
    justify-content: space-between;
    gap: 44px;
}

 .box {
  width: 100%;
}
.box h2 {
    display: block;
    /* text-align: center; */
    color: #fff;
    font-size: 20px;
    /* text-align: center; */
    /* line-height: 46px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .chart {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 160px;
    height: 190px;
    color: #ffffff;
    font-family: 'Raleway';
}

 .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
}




/*percentage counter*/




.pop-ser-txt h3 {
    font-size: 53px;
}

.blow h2 {
    font-family: "Raleway", serif;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pop-ser-txt img {
    width: 100%;
}

span.time {
    font-size: 29px;
    font-family: 'Raleway';
    margin: 23px;
    font-weight: 300;
}

.blow {
    margin: 0 0 0 50px;
}

.menu-price {
    display: flex;
    justify-content: space-between;
    /* gap: 54px; */
}

.manu-main {
    margin-bottom: 23px;
    margin: 30px 0;
}

.blow-btn a.btn10 {
    background: #000 !important;
    color: #fff;
    width: 20%;
    text-transform: capitalize;
    /* margin: 0 auto; */
}


.gallery::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 500px;
    z-index: -1;
    top: 0;
    left: 0;
}

.gallery{
    position: relative;
}

.gall-bk h6 {
    font-size: 286px;
    opacity: 0.1;
}

.gall-bk {
    position: absolute;
    top: 0;
    left: -71px;
    z-index: -1;
}
.gall-head {
    position: relative;
}

.gall-head {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.gall-head p {
    color: #fff;
    width: 48%;
    margin: 0 auto;
}


ul.galler-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 58px 0 0;
}

li.pd {
    margin-top: 25px;
}



ul.galler-img {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin: 58px 0 0; */
}


.gal-btn {
    /* margin: 0 auto; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

.gal-btn a.btn10 {
    background: #000 !important;
    color: #fff;
    width: 20%;
    text-transform: capitalize;
    /* margin: 0 auto; */
}



.gall-head p {
    /* color: #fff; */
    width: 64%;
    margin: 0 auto;
}


.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}


.testi-slider .slick-dots li button:before {
 
    opacity: 1;
    color: #ffffff;
  
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
}


.testi-slider .slick-dots {
    position: absolute;
    bottom: -53px;
}



.testimonials {
    background: url(../images/test-bk.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}
.test-box img {
    width: 61px;
    height: 53px;
    text-align: center;
    margin: 0 auto;
}
.tst-bk {
    position: absolute;
    top: 0;
    opacity: 0.1;
}

.test-head {
    position: relative;
    text-align: center;
}

.tst-bk h6 {
    font-size: 312px;
    line-height: 312px;
}

.test-box p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 49px;
    margin: 20px;
}

.test-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 33px;
}
.test-box h5 {
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
}
span.lgt-txt {
    color: #646464;
}


.blow1 h2 {
    font-family: "Raleway", serif;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}
.blow1 {
    margin: 0 50px 0 0;
}

/*-----instagram-------*/





ul.img-gall {

    margin: 0;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

    transition: 0.4s all;

    width: 100%;

}



ul.img-gall li:hover {

    flex-grow: 1.2;

}





ul.img-gall li {
    margin: 10px;
    transition: flex .2s linear;
    flex: 1;
    height: 27vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


ul.img-gall li img {

    width: 100%;

    transition: 0.3s all;

    height: 100%;

    object-fit: cover;

    object-position: top;

}



ul.img-gall li a:hover::after {
    content: "\f16d ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    font-family: 'Font Awesome 5 Brands';
    color: #fff;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #00000059;
    /* border-radius: 20px; */
}

.instagram h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 54px;
}


/*footer*/



footer.footer-sec {
    background: #000000;
    position: relative;
    padding-bottom: 40px;
    padding-top: 50px;
}

.footer-box h4 {
    font-size: 25px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
    /* background: -webkit-linear-gradient(#690a64, #873f83); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
ul.footer-link-list.quick-link {
    column-count: 2;
}

.footer-box p {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 25px;
    text-transform: capitalize;
    color: #ffffff8a;
}

ul.footer-link-list li a {
    font-size: 13px;
    color: #ffffff8a;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/*ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: uppercase;
}
*/
ul.footer-link-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 10px 0px;
}

ul.footer-link-list li a {
  transition: 0.5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #ffffff;
}
ul.footer-link-list i {
    font-size: 20px;
    color: #ffffff;
}

.product-box:hover {
  transform: scale(0.9);
  box-shadow: 0 0 10px #00000012;
}
.footer-box::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  right: -5px;
  top: 0px;
  bottom: auto;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.footer-box:hover::before {
  height: 295px;
  z-index: 1;
}

ul.bottom-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
      margin-bottom: 0;
 /* gap: 20px;*/
}

ul.bottom-list i {
    font-size: 24px;
    color: rgb(255, 255, 255);
    border: 1px solid;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

ul.bottom-list i:hover {
    background: #fff;
    color: #000;
}
.bottom-list li {
    margin: 3px;
}
.bottom-text p {
    font-size: 12px;
    color: #fff;
    text-align: end;
    font-family: 'Montserrat';
}

.bottom-imag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bottom-nav-box .row {
  align-items: center;
}

.bottom-nav-box {
  border: 2px solid rgb(167 167 167 / 18%);
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*.footer-box.box-center {
  margin-left: 20%;
}*/

.footer-box.box-center {
    margin-left: 8%;
}

.footer-box {
  position: relative;
  padding-top: 20px;
}

.footer-box::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 334px;
    right: -5px;
    top: -50px;
    bottom: auto;
    background: rgb(167 167 167 / 6%);
}

.noborder::after {
  display: none;
}

.noborder::before {
  display: none;
}

.bottom-nav-box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.bottom-nav-box:hover:after {
  width: 100%;
}



/*inner pages*/

.banner-image img {
    width: 100%;
}

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}

.title-new p {
    width: 43%;
    color: #fff;
    margin: 20px 0;
}
.title-new h3 {
    color: #fff;
    font-size: 81px;
}

.inner-abt-img::before {
    position: absolute;
    content: "";
    background: #000;
    height: 728px;
    width: 80%;
    z-index: -1;
    left: -19px;
    top: -19px;
}
.inner-abt-img {
    position: relative;
}

.inner-abt-img img {
    width: 100%;
}
p.bold-txt {
    font-weight: 600;
}

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

.mission-img::before {
    position: absolute;
    content: "";
    background: #000;
    height: 580px;
    width: 80%;
    right: -20px;
    z-index: -1;
    top: -20px;
}
.mission-img {
    position: relative;
}

.miss-txt h3 {
    font-size: 70px;
    line-height: 75px;
}

.vision-img {
    position: relative;
}

.vision-img::before {
    position: absolute;
    content: "";
    background: #000;
    height: 580px;
    width: 80%;
    left: -20px;
    z-index: -1;
    top: -20px;
}

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



/*contactus page*/


input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.ic11::before {
    position: absolute;
    content: "";
    background: url(../images/shape-line.png);
    height: 53px;
    width: 7px;
    left: 47px;
}

.ic11 {
    position: relative;
}

.f11 {
    position: relative;
}

.ic11 i {
  
    padding: 13px 13px 9px 0px;
    
}


.f11 i {
    position: absolute;
    left: 14px;
    font-size: 23px;
    color: #000000;
}
.contact-page textarea.form-control {
    min-height: calc(1.5em + (10.75rem + 2px));
    margin-top: 33px;
    padding: 14px 14px 14px 68px;
}

.btn-success {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    margin-top: 30px;
}

.contact-page input.form-control {
    padding: 14px 14px 14px 68px;
    border-radius: 0;
    margin-top: 33px;
}

.contactus-icons li {
    list-style: none;
    margin-top: -6px;
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'Montserrat';
    font-weight: 500;
}


.location a {
    color: #be2623;
    text-decoration: underline;
    font-weight: 600;
}
.location h1 {
    font-size: 17px;
    font-family: 'Roboto-Regular';
    font-weight: 600;
    line-height: 22px;
    color: #000000;
}
}
.ph a {
    color: #8b8b8b !important;
    font-size: 22px;
    text-decoration: none;
    font-weight: 400;
}

.emal a {
    color: #8b8b8b;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}


.contactus-icons i {
    border: solid;
    border-radius: 39px;
    font-size: 20px;
    color: #000000;
    vertical-align: middle;
    margin-bottom: -90px;
    margin-left: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 12px;
}

.location {
    display: inline-flex;
    margin-top: 13px;
    margin-left: 86px;
}


.contactus-icons {
    border: solid 1px #00000038;
    margin-top: 35px;
    padding: 10px;
    border-radius: 0;
    margin-bottom: -18px;
}
.contactus-button {
    border: solid 2px #b70404;
    width: 110px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 44px;

    margin-top: 48px;
    background: #b70404;
}

.contactus-button a {
    text-decoration: none;
    color: #ffffff;
}
.contactus-button i.fas.fa-arrow-right {
    padding: 4px;
    border: solid;
    border-radius: 14px;
    margin-left: 10px;
    color: #ffffff;
}

.get-txt {
    text-align: center;
}

.contac-heading h6 {
    font-size: 40px;
    color: #000;
    font-family: 'Raleway';
    line-height: 40px;
}

.recp-btn a.btn10 {
    width: 47%;
    height: 58px;
    font-size: 20px;
    font-family: 'Montserrat';
    /* border: solid 2px #000 !important; */
    background: #000 !important;
    color: #fff;
    text-transform: capitalize;
}

.recp-btn {
    margin-top: 10px;
}

.daily-dev-txt p {
    font-size: 27px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}

.daily-dev-txt {
    text-align: center;
}

.daily-dev-txt a {
    color: #be2623;
    text-decoration: underline;
}




.innerser-head {
    text-align: center;
}


.dry h2 {
    font-family: "Raleway", serif;
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.dry {
    margin: 0 50px 0 0;
}

.dry-ser-txt::before {
    position: absolute;
    content: "";
    background: #000;
    height: 106%;
    width: 80%;
    right: -22px;
    z-index: -1;
    top: -18px;
}

.dry-ser-txt {
    position: relative;
}

.dry-ser-txt1::before {
    position: absolute;
    content: "";
    background: #000;
    height: 106%;
    width: 80%;
    left: -22px;
    z-index: -1;
    top: -18px;
}

.dry-ser-txt1 {
    position: relative;
}


span.tm-txt {
    font-size: 18px;
    font-weight: 300;
    margin: 37px;
}

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

.serde-img::before {
    position: absolute;
    content: "";
    background: #000;
    height: 707px;
    width: 80%;
    right: -16px;
    top: -17px;
    z-index: -1;
}
.serde-img {
    position: relative;
}

.sd-btn a.btn10 {
    background: #000 !important;
    color: #fff;
    width: 24%;
    text-transform: capitalize;
    /* margin: 0 auto; */
}


/* quote-sec */

form.quote-form {
    margin-top: 50px;
}

.quote-form input,
.quote-form select {
    width: 100%;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    background: transparent;
}

.quote-form .position-relative select {
    margin-bottom: 0px;
    padding: 0px;
    color: #5c5757;
}

.quote-form textarea {
    padding: 10px;
    text-indent: 0px;
    height: 200px;
    width: 100%;
    resize: none;
    border: 1px solid #d4d4d4;
}

.quote-form i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    background: #000000;
    color: white;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.quote-form .position-relative {
    margin-bottom: 20px;
    z-index: 2;
}

.quote-form .position-relative input {
    margin-bottom: 0;
}

.quote-form div input[type="date"]::-webkit-calendar-picker-indicator,
.quote-form div input[type="time"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: auto;
    height: 100%;
    opacity: 0;
}

/*.quote-form button {
    margin-top: 40px;
}


.clubj-buttn a.btn10 {
    width: 20%;
}

.clubj-buttn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
*/
.clubj-buttn a.btn10 {
    background: #000 !important;
    color: #fff;
    width: 14%;
    text-transform: capitalize;
}
.clubj-buttn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.clubj-buttn .theme-btn .image {
    background: #fffbff;
    border: 2px solid #e1e1e1;
    padding: 13px 12px;
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
}
.qoute-sec h2 {
    /* font-family: 'Sui-Generis-Rg', Sans-Serif; */
    font-size: 76px;
    line-height: 80px;
    color: #191919;
    font-weight: 500;
    margin: 0 0 10px;
}

.quote-tx {
    width: 55%;
    margin: 0 auto;
}


.qoute-sec {
    /* position: relative; */
}


.title-new h2 {
    font-size: 72px;
    position: relative;
    z-index: 9;
    margin-top: 70px;
    color: #fff;
}
/* quote-sec */





ul.inner-galler-img {
    display: flex
;
    align-items: center;
    gap: 10px;
    /* margin: 58px 0 0; */
}


.inner-gall-head p {
    /* color: #fff; */
    width: 48%;
    margin: 0 auto;
}
.inner-gall-head {

    text-align: center;
    margin: 0 auto;
}


