<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root{
    --bgcolor-footer-gray: #E2E1E1;
    --colorall-black: #000000;
    --colornormal-white: #ffffff;
    --colorlight-gray: #F2F4F7;
    --colordark-red: #ff0000;
    --footer-bg: #1D232C;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;outline: 0;padding: 0;vertical-align: baseline;font-family: 'poppinsregular';}

html {
    -webkit-text-size-adjust: none;
}
:focus {
    outline: 0;
}
ol, ul {
    margin: 0; padding: 0px; list-style:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

embed, iframe, object {
    max-width: 100%;
}

body {
    color: var(--colorall-black); 
    background: #fff;
    word-wrap: break-word; 
    font-size: 16px; 
    line-height: 1.4; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    overflow-x: hidden; 
}
cite, em, i {
    font-style: italic;
}

input, textarea {
    -webkit-border-radius: 0px;
}

::placeholder {
  color: var(--colorall-black);;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: var(--colorall-black);;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: var(--colorall-black);;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
   -moz-appearance: none !important; -webkit-appearance: none !important; appearance: none !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    padding: 12px 10px;
    border: 1px solid var(--colorlight-gray);
    width: 100%;
    margin: 0 0 30px;
    background-color: var(--colornormal-white);
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    color: var(--colorall-black);
    font-family: 'poppinsregular';
}

input[type="reset"], input[type="button"], input[type="submit"], .button, button {
    color: var(--colorall-black);
    display: inline-block;
    margin: 15px 0px;
    padding: 16px 38px 16px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background: var(--colornormal-white);
    border: 0px;
    border-radius: 50px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-family: 'poppinsregular';
    -webkit-box-shadow: 0px 4px 9px 0px rgba(2, 2, 2, 0.08);
    box-shadow: 0px 4px 9px 0px rgba(2, 2, 2, 0.08);
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover, button:hover {
    color: #fff; background: var(--bgcolor-green);	
}

input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
a {color: var(--colorall-black); text-decoration: none; cursor: pointer; font-family: 'poppinsregular';}
a:focus, a:active, a:hover {text-decoration: none;}
a:hover {color: var(--colorall-black);}
figure {margin: 0; text-align: center;}
img {max-width: 100%; height: auto; vertical-align: top;}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.2; 
    font-family: 'poppinssemibold';
}

h1 {font-size: 58px;}
h2 {font-size: 52px;}
h3 {font-size: 30px;}
h4 {font-size: 26px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

p{font-size: 15px;}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clear, .clearfix {
    clear: both;
}
.clearfix:after {
    clear: both;
    display: table;
    content: ""
}
strong, b {
    font-weight: 700;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    color: var(--colornormal-white);
}
.btn {
    color: var(--colorall-black);
    background: var(--colorlight-gray);
    border: 1px solid var(--colorlight-gray);
    border-radius: 0px;
    padding: 11px 55px 9px 18px;
    font-size: 16px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    margin: 0;
    position: relative;
    font-family: 'poppinsmedium';
    display: inline-flex;
    border-radius: 5px;
}
.btn:hover {background: var(--bgcolor-footer-gray);  color: var(--colorall-black);}

.container {
    max-width: 1180px; 
    margin: 0 auto; 
    width: 90%;
}

.containerfull {
    max-width: 1450px;
    margin: 0 auto;
    width: 97%;
}

/* .container-fauid{
    width: 100%;
    max-width: 100%;
    margin: 0 auto; 
    padding-left: 15px; 
    padding-right: 15px; 
} */

/************************** MOBILE MENU START **************************************/

.mobile__menu {
    position: fixed;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity .2s linear,-webkit-transform .3s ease-in-out;
    transition: opacity .2s linear,transform .3s ease-in-out;
    transition: opacity .2s linear,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 100vw;
    z-index: 9999;
    max-width: 520px;
}

.mobile__header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    position: fixed;
    top: 0;
    right: 40px;
    left: 40px;
    height: 50px;
    background: #fff;
    z-index: 2;
    text-align: right;
    border-bottom: 0.0625rem solid hsla(0,0%,100%,.22);
}

#close__mobile--menu{
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}

#close__mobile--menu:after, #close__mobile--menu:before {
    background: #000;
    display: block;
    height: 2px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s,-webkit-transform .25s ease-in-out 0s;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    width: 24px;
    z-index: 2;
    content: "";
}

#close__mobile--menu:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

#close__mobile--menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu__icon .icon__bar {
    display: block;
    background: var(--colorall-black);
    height: 2px;
    transition: all .4s;
}

.menu__icon .icon__bar+.icon__bar {
    margin-top: 6px;
}

.mobile__body {
    overflow: hidden;
    overflow-y: auto;
    padding: 50px 40px 40px;
    height: 100%;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.menu li {
    border-bottom: 0.0625rem solid hsl(0deg 0% 51% / 22%);
    padding-right: 40px;
    position: relative;
}

.menu a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: var(--colorall-black);;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: 'poppinsregular';
    padding: 1.3rem 0;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.menu a:hover, .menu li.active a {
    color: var(--colordark-red)
}

.mobile__menu.active .menu a {
    -webkit-animation: a .4s .2s backwards;
    animation: a .4s .2s backwards
}

.mobile__menu.active .menu li:nth-of-type(2) a {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.mobile__menu.active .menu li:nth-of-type(3) a {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.mobile__menu.active .menu li:nth-of-type(4) a {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.mobile__menu.active .menu li:nth-of-type(5) a {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.mobile__menu.active .menu li:nth-of-type(6) a {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.mobile__menu.active .menu li:nth-of-type(7) a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.menu__icon{
    display: none;
    width: 30px;
    height: 19px;
    margin: 3px 0;
    padding: 0;
    cursor: pointer;
}

.menu__icon .icon-bar+.icon-bar {
    margin-top: 6px;
}

.mobile__menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mbl__hiden {
    overflow-y: hidden;
}

/************************** MOBILE MENU CSS END **************************************/

header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--colornormal-white);
}

.small__sticky {
    background: var(--colornormal-white);
}
.small__sticky.header {
    background: var(--colornormal-white);
}

.header__main{
    padding: 15px 0;
}

.logo{
    width: 150px;
}

.logo a{
    display: inline-flex;
    align-items: center;
}

.logo h3{
    margin: 0;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destop__menu{
    width: 820px;
}

.destop__menu ul{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.destop__menu ul li{
    display: inline-flex;
    margin-right: 30px; 
}

.destop__menu ul li:last-child{
    margin-right: 0;
}

.destop__menu li&gt;a {
    position: relative;
    font-family: 'poppinsregular';
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    padding: 13px 1px;
    display: block;
    transition: all .1s linear;
}

.destop__menu li&gt;a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    background: var(--footer-bg);
    display: block;
    transition: width .3s ease 0s,left .3s ease 0s;
}

.destop__menu li&gt;a:hover:after, .destop__menu li.active a:after{
    width: 100%;
    left: 0;
    background: var(--colordark-red)
    
}

.destop__menu li&gt;a:hover, .destop__menu li.active a{
    color: var(--colordark-red)
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.banner__inner-main {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
}

.banner__inner {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: var(--colornormal-white);
}

.banner__inner h1{
    font-family: 'poppinsbold';
}

.banner .containerfull {
    position: relative;
}

.banner__btn .btn:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/arrow.png) no-repeat;
    width: 24px;
    height: 11px;
}

.banner .owl-nav {
    display: block;
}

.banner .owl-drag .owl-nav .owl-prev {
    left: 20px;
}

.banner .owl-drag .owl-nav .owl-prev:before, .banner .owl-drag .owl-nav .owl-next:before {
    position: absolute;
    left: 50%;
    right: 0;
    width: 40px;
    height: 67px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/back-100.png) no-repeat;
    content: "";
    margin-left: -2px;
}

.banner .owl-drag .owl-nav .owl-next{
    right: 20px;
}

.banner .owl-drag .owl-nav .owl-prev:before {
    transform: rotate(180deg);
    margin-left: -20px;
    margin-top: -30px;
}

.banner .owl-drag .owl-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.banner .owl-drag .owl-nav .owl-next, .banner .owl-drag .owl-nav .owl-prev {
    color: #fff;
    display: inline-block;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    width: 50px;
    height: 85px;
    overflow: hidden;
    position: absolute;
    margin: 0;
    text-indent: -9999px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s linear;
}

.brand{
    padding: 30px 0 70px;
}

.heading{
    margin-bottom: 30px;
    text-transform: capitalize;
}

.Client__logo ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Client__logo ul  img{
    width: 50px;
}

.Client__logo ul li {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.Client__logo ul p{
    font-size: 24px;
    font-family: 'poppinsmedium';
    margin: 10px 0 0;
}

.our__facility, .new__arrivals, .limited__offer{
    padding: 0px 0 70px;
}

.our__facility .heading{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.our__facility .heading h4{
    margin-bottom: 5px;
}

.heading__RHS p{
    font-size: 20px;
}

.about__main {
    display: flex;
    justify-content: flex-start;
}

.card {
    width: 31.25%;
    border: 1px solid #e4e4e4;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
    padding: 20px 15px;
    margin-right: 1.525%;
    border-radius: 10px;
    text-align: center;
    background: var(--colorlight-gray);
}

.card img {
    width: 45px;
    margin-bottom: 15px;
}

.card h5 {
    margin-bottom: 15px;
}

.card:last-child{
    margin-right: 0;
}

.home__product .owl-carousel .product__image img, .most__wanted .owl-carousel .product__image img{
    border-radius: 5px;
    overflow: hidden;
}

.product__inner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #00000061;
    top: 0;
    left: 0;
}

.product__button {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
   z-index: 1;
   width: 100%;
   display: flex
;
    margin: 0 auto;
    justify-content: center;
}

.product__button .btn{
    width: 160px;
}

.product__button .btn:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/arrow.png) no-repeat;
    width: 24px;
    height: 11px;
}

.product__inner{
    position: relative;
}

.mostproduct__inner{
    border-radius: 5px;
    overflow: hidden;
}

.offer{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    padding: 5px 16px;
    border-radius: 5px;
    color: var(--colornormal-white);
    background: var(--colordark-red);
    font-size: 17px;
    font-family: 'poppinsmedium';
}

.most__wanted .owl-carousel .product__image  .like .mou_active {
    display: none;
}
.most__wanted .owl-carousel .product__image .like img {
    width: 23px;
    height: 19px;
}

.most__wanted .like {
    position: absolute;
    top: 8px;
    right: 8px;
}

.limited__offer{
    background: var(--footer-bg);
    position: relative;
    padding: 100px 0;
}

.limited__offer .container{
    display: flex;
    align-items: center;
}

.limited__offer::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: url(../images/offer.jpg) no-repeat;
    background-size: cover;
}

.limited__offer--left{
    width: 40%;
}

.limited__offer--right{
    width: 60%;
}

.limited__offer--right{
    padding: 0 50px;
    color: var(--colornormal-white);
}



.newsletter{
    background: var(--colorlight-gray);
    padding: 70px 0;
    margin: 70px 0;
}

.newsletter .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter__Lhs{
    width: 45%;
    display: flex;
    flex-flow: column;
    max-width: 450px;
}

.newsletter__Lhs h4{
    margin-bottom: 15px;
}

.newsletter__Rhs{
    width: 55%;
}

.news__input {
    position: relative;
    transition: all 1s ease;
}

.news__input input {
    padding: 12px 20px 12px 45px;
    width: 100%;
    margin: 0;
    border: 1px solid #efefef;
    background: var(--colornormal-white);
    height: 52px;
    border-radius: 5px;
    border-radius: 0;
}

.news__input a {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    background: var(--colordark-red);
    border: 1px solid var(--colordark-red);
    color: var(--colornormal-white);
    display: inline-flex;
    padding: 14px 34px;
    font-weight: 600;
    transition: all .4s linear;
}

.news__input a:hover, .contact__btn .btn:hover{
    background: var(--footer-bg);
    border: 1px solid var(--footer-bg);
}

footer {
    background: var(--footer-bg);
    color: var(--colornormal-white);
    padding: 60px 0 40px;
}

footer a {
    font-size: 30px;
    font-weight: 600;
    color: var(--colornormal-white);
    margin-bottom: 15px;
    display: inline-flex;
}

.footer__links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 220px;
    margin-top: 20px;
}

.footer__links ul li a {
    background: var(--bgcolor-footer-gray);
    display: flex;
    align-items: center;
    padding: 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.footer__links li:hover img {
    transform: scale(1.2);
    transition: all .2s cubic-bezier(.63,.05,.43,1.7);
}

.footer__links ul .pf_facebook a {
    padding: 3px;
}

.footer__bottom{
    background: #111418;
    color: var(--colornormal-white);
    padding: 10px 0;
}

.copy__rights a {
    font-size: 13px;
    font-weight: 500;
    color: var(--colornormal-white);
}

/**************** Product Page ********************/

.product__parent{
    display: flex;
    justify-content: space-between;
}

.sidebar{
    width: 250px;
    border-right: 1px solid var(--footer-bg);
    background: var(--colorlight-gray);
    padding: 20px 15px;
}

.product__list--main{
    width: calc(100% - 300px);
}

.sidebar__occasion h3{
    font-size: 28px;
    margin: 0 0 15px;
}

.sidebar__occasion li{
    display: flex;
    position: relative;
    line-height: 28px;
    margin-bottom: 10px;
}

.sidebar__occasion li span {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    pointer-events: none;
}

.sidebar__occasion li span:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    border: 2px solid #e4e4e4;
    pointer-events: none;
    line-height: 20px;
    border-radius: 0;
    
}

.sidebar__occasion li input[type=checkbox]:checked+span:before {
    content: "";
    text-rendering: auto;
    text-align: center;
    background: url(../images/tick20.png) no-repeat;
    border: 0;
}

.sidebar__occasion li input[type=checkbox]:checked+span:before {
    background: url(../images/tick20.png) no-repeat;
}

.sidebar__occasion input[type=checkbox] {
    margin: 3px 5px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

.check__info p{
    font-size: 17px;
    font-family: 'poppinsmedium';
}

.sidebar__occasion {
    margin: 0 0 25px;
}

.procuct__main {
    padding: 50px 0;
}

.product__seacrch input{
    border-radius: 50px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    padding: 12px 140px 12px 45px;
    border: 2px solid #e0e0e0;
    height: 60px;
    
}

.product__seacrch a{
    border-radius: 50px;
    top: 4px;
    right: 4px;
}

.product__seacrch::before {
    position: absolute;
    content: '';
    background: url(../images/search.png) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 20px;
    height: 20px;
}

.procuct__list--main{
    margin: 40px 0;
}

.procuct__list--main ul{
    display: flex;
    flex-wrap: wrap;
}

.procuct__list--main li:nth-child(3n){
    margin-right: 0;
}

.procuct__list--description{
    padding: 20px;
    text-align: center;
}

.procuct__list--description h6{
    font-size: 16px;
    margin-bottom: 10px;
} 

.procuct__list--li{
    width: 31.022727272727274%; 
    margin: 0 3.409090909090909% 20px 0;
}

.price__list{
    font-size: 15px;
}

.old__price{
    text-decoration: line-through;
    color: #999999;
    
}

.new__price{
    color: var(--colordark-red);
    font-family: 'poppinsmedium';
}

.mobile__search{
    display: none;
}

/************************* Contact Us Stating *************************/

.contactus{
    padding: 60px 0;
}

.contactus__inner{
    border: 1px solid #D6DFE1;
    padding: 50px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactus__Lhs{
    width: 450px;
}

.contactus__Rhs{
    width: calc(100% - 500px);
    background: #F8F8F8;
    padding: 50px;
    border-radius: 50px;
}

.contactus__Lhs li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #D6DFE1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__info h6{
    margin: 0 0 5px;
}

.contact__info{
    width: calc(100% - 100px);
}

.form__group input{
    border-radius: 45px;
    height: 60px;
    padding: 10px 25px;
}

.form__group textarea{
    border-radius: 40px;
    height: 160px;
    padding: 20px 35px;
}

.contact__btn .btn{
    background: var(--colordark-red);
    border: 1px solid var(--colordark-red);
    color: var(--colornormal-white);
    display: inline-flex;
    padding: 15px 34px;
    transition: all .4s linear;
    border-radius: 50px;
}

.map iframe{
    border-radius: 20px;
}





</pre></body></html>