<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
  --primary-color : #5a2fa7 ;
  --black-color:#171717;
  --gray-color: #555;
}


body,
html {
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

.contact-us-section-one .row,
.contact-us-section-two .row,
.grain-storage-sec-text p,
figure,
ol,
ul {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif;
}

body,
p,a {
    font-family: "Poppins", sans-serif;
    color: #475569;
}

body,
html {
    position: relative
}

.head-top,
nav.navbar.inner-page {
    padding: 9px 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.nav-menu li a.nav-link,
a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0
}

.dropdown-menu.show,
.dropdown:hover .dropdown-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

::-moz-selection {
    background-color: #3bacf0;
    color: #fff
}

::selection {
    background-color: #3bacf0;
    color: #fff
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .5px
}

ol,
ul {
    padding: 0;
    list-style: none
}

.responsive-tabs.nav-tabs.open i.fa.fa-caret-up,
.responsive-tabs.nav-tabs.open&gt;li,
.responsive-tabs.nav-tabs&gt;li.active,
select {
    display: block
}

.common_h1,
.common_h2,
h1,
h2 {
    margin-bottom: 15px;
    font-weight: 600 !important
}

.slide_content .slide_content_wrapper .slide_content_inner .meta .category,
section .svg-icon {
    margin-bottom: 10px
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--gray-color);
}


iframe {
    border: 0
}


.common_h1,
h1 {
    font-size: 36px
}

.common_h2,
h2 {
    font-size: 42px;
    line-height: 45px !important;
}

.common_h3,
h3 {
    font-size: 22px;
    font-weight: 600 !important
}

.common_h4,
h4 {
    font-size: 20px;
    font-weight: 600 !important
}

.common_h5,
h5 {
    font-size: 18px
}

.common_h6,
h6 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    color: var(--black-color);
}
p {
    font-size: 14px;
    margin-bottom: 25px;
    color: #475569;
}
button{
   outline: none;
   border: none;
}
section {
    padding: 55px 0
}
header{
    width: 100%;
    border-bottom: 1px solid #2f2f2f;
    position: fixed;
    /* background: rgb(248, 248, 248); */
    background: transparent;
    z-index: 1000;
}
.logo img{
    max-width: 55px;
}
.side-menu.active nav {
    right: 0;
    background: #000;
}

.side-menu li .active{
    color: var(--primary-color);
}
.side-menu{
    display: none;
}
.navbar-nav .nav-link {
    font-size: 16px;
    margin-right: 15px;
    color: #fff;
    font-weight: 400;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
   color: #fff;
}
.fixed-top .navbar-nav .nav-link.active{
    color: #000;
}
.fixed-top .navbar-nav .nav-link {
    color: #000;
}
.fixed-top .navbar-nav .footer-content p {
    color: #000;
}
.fixed-top {
    border-bottom:  none !important;
    box-shadow: 0px 0px 30px 0px rgba(3, 5, 77, 0.08);
}
.navbar-nav .footer-content p{
    color: #fff;
}
.side-menu.active nav {
    right: 0;
    background: #fff;
}
.side-menu.active{
    display: block;
}
.side-menu nav {
    width: 300px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.3s ease;
}
.side-menu-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.mobile-icon img {
    max-width: 24px;
    cursor: pointer;
    margin-right: 30px;
}
 .mobile-icon {
    display: none;
}
.side-menu-close-btn img {
    max-width: 16px;
    cursor: pointer;
}
.side-menu nav {
    padding: 30px;
}
.side-menu .footer-content p{
   color: #000;
}
.side-menu nav ul li a {
    padding: 15px 0;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    color: #000;
}
.side-menu nav .mobile-dropdown{
    padding: 0 0 0 15px;
}
.side-menu nav .mobile-dropdown li{
    padding: 10px 0;
    font-size: 13px;
}
.mobile-dropdown-li.active a{
    color: #ef6262;
}
.side-menu nav .mobile-dropdown.active{
    display: block;
}
.side-menu nav .mobile-dropdown {
    display: none;
    transition: all 0.3s ease-in;
}
.nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.nav-header .logo h2{
   margin: 0;
   color: var(--primary-color);
}
.links ul{
    display: flex;
}
.links ul li a{
    padding: 10px 15px;
    font-size: 15px;
    position: relative;
    display: inline-block;
}
.card-banner{
}
.banner{
    /* background-image: linear-gradient(180deg, #f9f8ff  0%, #fff 100%); */
   padding-top: 169px;
   /* background: rgb(248, 248, 248); */
   background: #171717 url(../img/hero_ovarlay.png);
   background-size: contain;

}
.banner h2{
    font-family: inter tight, Sans-serif;
    font-size: clamp(3rem,4.5rem,4vw);
    font-weight: 600 !important;
    text-transform: none;
    font-style: normal;
    line-height: 1em !important;
    letter-spacing: -1px;
    word-spacing: 0;
}
.navbar-nav a.active::before {
	content: '';
	position: absolute;
    left: 0;
	bottom: 5px;
	width: 70%;
	height: 2px;
    background:var(--primary-color);
    left:50%;
    translate: -50% -50%;
}
.navbar-nav a.active {
    color: var(--primary-color);
    font-weight: 500;
}
.navbar-nav a {
    position: relative;
}
.custom-btn{
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
      /* background:   linear-gradient(87deg, #8860d0, #50b1e3); */
      background:var(--primary-color) ;
        color: #fff !important;
        padding: 6px 16px;
        transition: all 0.4s;
        border-radius: 2px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        font-family: "Inter Tight", sans-serif;
}
.custom-btn span {
    height: 30px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: 30px;
    text-align: center;
    background: transparent;
    color: #fff;
    transform: rotate(-45deg);
    position: relative;
    left: 5px;
}
.custom-btn span i{
    font-size: 16px;
}
.banner-content h2{
    color: var(--black-color);
    color: #fff;
}
.banner-content  {
    max-width: 600px;
}
.banner-content .custom-btn{
      margin-bottom: 40px;
}
.banner-content .main-para{
     padding-bottom: 90px;
     margin-bottom: 0px;
}
.comming-soon-text-center {
    align-items: center;
    text-align: center;
}
.banner-container {
    position: relative;
}
.inner-banner-img {
    text-align: right;
    bottom: 0;
    z-index: 1;
    right: 2px;
    width: 100%;
    position: absolute;
}
.inner-banner-img  .inside-img{
    margin: 0% 0% 0% -30%;
}
.inner-banner-img .inside-img img{
    width: 100%;
    max-width: 750px;
    height: auto;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* -webkit-mask-image: url(./img/mask.png);
    -webkit-mask-size: cover; */
}
.custom-btn.outline-btn{
    border: 1px solid var(--black-color);
    background: transparent;
    color: var(--black-color);
}
.custom-btn.outline-btn span{
    background: var(--black-color);
    color: #fff;
}

/* sec-1 */
.sec-1{
    width: 100%;
    background: #171717 url(../img/contact-us.png);
    background-size: contain;
}
.sec-1 h2{
    color: #fff;
}
.sec-1 .card h3{
    font-size: 26px;
}
.sec-1 .card h5{
    margin-top: 15px;
    color: #e2e2e2;
}
.sub-title{
    color: #dee0ff;
    font-weight: 600;
    font-size: 12px;
  margin-bottom: 4px;   
  display: inline-block;

}
.sec-1-content {
    width: 500px;
}
.sec-1 .sub-title-outline {
    background: #fff;
    color: #5a2fa7;
}
.card{
    border: 0;
}
.sec-one-card.min-height .card.solution-min-height-card {
    min-height: 348px;
}
.sec-one-card.min-height .card {
    min-height: 277px;
}
.card .icon{
    background: #5a2fa717;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .card .icon.color-one {
    background: #e9f6ee;
}
.card .icon.color-two {
    background: #fff6dd;
} */

.card .icon img{
    max-width: 32px;
}
.sec-one-card .card {
    padding: 25px;
    /* border: 1px solid #f1f1f1; */
    border-radius: 10px;
    /* border: 1px #95959533 solid; */
    border-bottom: 3px solid #5a2fa7;
    background: #1f2126;
}
.sec-one-card .card h3{
    color: #fff;
}
.sec-one-card .card p{
 color:  #e2e2e2;  
}
.list-style {
    margin-top: 13px;
   

}
.list-style li {
    position: relative;
    padding: 5px 18px 5px 32px;
    margin: 6px 4px;
    display: inline-block;
    border: 1px solid #4b4b4b;
    border-radius: 10px;
}
.list-style li p{
    margin: 0;
}

.list-style li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 11px;
    top: 14px;
    height: 8px;
    background-color: #5a2fa7;
    margin-right: 10px;
    border-radius: 2px;
}
.list-style li p{
    display: inline-block;
}
.highlight-text-color{
    color: var(--primary-color);
}
.card.sec-1-card h2{
    color: #dee0ff;
}
.sec-1-card {
    background: #242627;
    position: relative;
    padding: 20px;
}
.bg-shape {
   position: absolute;
   right: 60px;
}
.bg-shape img{
    max-width: 240px;
}
.sec-one-cus-mt {
    margin-top: 120px;
}

/* sec-2 */
.sec-2 {
    width:100%;
}
.fixed-top {
    position: fixed;
   left: 0;
   width: 100%;
   background: #fff;
}
.sub-title-outline {
    padding: 3px 9px;
    background: #5a2fa7;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 400;
}
.main-para {
    font-size: 20px;
    color: #e1e1e1;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    line-height: 30px;
}

.sec-3{
    width: 100%;
    position: relative;
    /* background-image: linear-gradient(180deg, #f7f7f7  0%, #F5F5F5 100%); */
}
.sub-title-outline.bg-color{
    background: #fff;
    color: #5a2fa7;
}
.sec-5 h2{
   color: #fff;
}

.sec-3 .sec-one-card .card {
	padding: 25px;
    border-radius: 10px;
   
}
.sec-3 .sec-one-card .card {
    padding: 25px;
    border-radius: 10px;
    border: 1px #95959533 solid;
    border-bottom: 3px solid #5a2fa7;
    background: #fff;
}
.sec-3 .sec-one-card .card h3 {
    color: var(--black-color);
}
.sec-3 .sec-one-card .card p {
    color: #727272;
}
.readmore {
    margin-top: 15px;
}
.readmore  .custom-btn {
	background: transparent;
	color:var(--black-color);
    padding: 0;
    position: relative;
}

.readmore .custom-btn span {
	background: transparent;
	color: var(--black-color);
    width: auto;
    height: auto;
    left: 1px;

}
.readmore .custom-btn span i{
    font-size: 14px;
}
/* .readmore .custom-btn::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 2px;
	background: #0000003b;
} */
.readmore .custom-btn:hover::before {
    background: var(--primary-color);
}
.sec-one-card  .card{
    margin-top: 25px;
}

/* sec 4 */

.sec-4{
    width: 100%;
} 
.sec-4-card {
    padding: 50px;
    min-height: 466px;
    background: #f5f5f5;
    border-radius: 40px;
    overflow: hidden;

}
/* .sec-text-container{
    max-width: 420px;
} */
.first-card-text-container {
    max-width: 500px;
}
.techologies{
    margin-top: 40px;
}
.tech-content {
    gap: 15px;
}
.techologies .client-logo{
    max-width: 117px;
}
.comming-soon {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    margin: 0 ;
    margin-top: 10px;
    display: inline-block;
}
.techologies h3{
    font-weight: 600 !important;
    position: relative;
    display: inline-block;
    color: var(--primary-color);
}
.techologies h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 75%;
    height: 2px;
    background: var(--primary-color);
    left: 0;
}
.team-section-container h2{
    font-size: 40px;
}
.sec-3 .sec-one-card.min-height-sec-3 .card {
    min-height: 251px;
}
/* .team-section-container {
    max-width: 500px;
} */
.sec-4-card-container {
    -moz-column-count: 3;
    -moz-column-gap: 2%;
    -moz-column-width: 30%;
    -webkit-column-count: 3;
    -webkit-column-gap: 2%;
    -webkit-column-width: 30%;
    column-count: 2;
    column-gap: 3%;
    column-width: 30%;
    text-align: left;
}
.tech {
    margin: 0px 10px 15px 0px;
  background-color: #fff;
  border-radius: 21px 21px 21px 21px;
font-size: 14px;
padding: 6px 18px;
display: inline-block;
}
.sec-4-card.third-card{
    margin-top: 240px;
}
.card-about {
    padding: 40px;
    background: #f3eeff url(../img/img-1-2.jpg);
    background-size: cover;
    border-radius: 40px;
    text-align: center;
    position: relative;
    background-position: center;
}
.card-about::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
 background-color: #171717;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: 0;
    opacity: 0.9;
}
.card-about-inner {
    position: relative;
    z-index: 100;
}
.card-about-inner .sub-title-outline {
    background: #fff;
    color: #5a2fa7;
}
.card-about-inner h2{
    color: #fff;
}
.about-us-img {
    border-radius: 40px;
}
.sec-4-card.first-card p{
   font-size: 15px;
}
.sec-4-card.first-card .readmore{
    margin-top: 60px;
}
/* sec 5 */
.sec-5{
    width: 100%;
    position: relative;
    background: #171717;
    padding-bottom: 15px;
}
.sec-5 h2{
    color: #fff;
}
.location-card h3{
    color: #fff;
}
.footer-icon-container p{
    color: #e2e2e2;
}

.client_bg {
    margin-top: 25px;
    padding: 70px 0;
    position: relative !important;
    z-index: 1 !important;
}
.client_img{
    max-width: 960px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1 !important;
}
.client_img img{
 width: 100%;
  border-radius: 20px;
}
.contact-us-card {
 border-radius: 20px;
  padding: 40px;
  background: #1f2126;  
}
.client-block__header{
    display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.client-block__img img{
    width: 100%;
    border-radius: 10px !important;
}
.client-block__info h3{
    font-size: 24px;
  margin-bottom: 0px;
}
.star-4 &gt; ul &gt; li i{
    color: #f0f0f0;
}
.star-4 &gt; ul &gt; li:nth-child(-n+4) &gt; i {
	color: #f8bc26;
}

.star ul {
    display: flex;
    gap: 10px;
}
.client-block__text p{
    font-size: 18px;
}
.testimonial_container {
    position: relative;
    z-index: 10;
}
.owl-nav {
    position: absolute;
    right: -8px;
  bottom: 46px;

}
.owl-theme.Products .owl-prev::before {
	font-family: FontAwesome;
	content: '\f060';
	font-size: 25px;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	padding: 2px;
	font-size: 20px;
  line-height: 26px;
	right: 0px;
}
.owl-theme.Products .owl-next::before {
	font-family: FontAwesome;
	content: '\f061';
	font-size: 25px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
	padding: 2px;
	font-size: 20px;
  line-height: 26px;
	right: 0px;
}
.owl-theme.Products .owl-prev {
    width: 40px;
    height: 40px;
    top: -50px;
  left: 0px;
}
.owl-theme.Products .owl-next {
    width: 40px;
    height: 40px;
}
.form-controls {
    margin-top: 25px;
}
.form-controls input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.375rem 0.75rem;
    padding-left: 17px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color:transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 6px;
    border: 1px solid #4b4b4b;
}
.form-controls input:focus-visible{
    outline: 1px solid var(--primary-color);
}
.form-controls textarea:focus-visible{
    outline: 1px solid var(--primary-color);
}
.form-controls textarea {
    display: block;
    width: 100%;
    height: 90px;
    padding: 12px 17px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 6px;
    border: 1px solid #4b4b4b;
}
/* footer */
.footer{
    padding-top: 0;
    padding-bottom: 15px;
    background: #fff;
    position: relative;
    z-index: 100;
}
.footer .location-card {
    padding: 0px;
    border-radius: 15px;
    min-height: auto;
    border: none;
    border-bottom: none;
}
.footer h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid var(--primary-color) ;
    width: 75%;
}
.footer h3{
    position: relative;
    padding-bottom: 10px;
}
.footer .footer-content p{
    color: #475569;
}
.copy-rights p{
    color: #e2e2e2 !important;
    font-size: 13px;
}
.copy-rights {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #282828 ;

}
/* .footer .container{
    border-top: 1px solid rgb(223, 223, 223);
    padding-top: 55px;
    padding-bottom: 30px;
} */
.footer p{
    color: #ededed;
}
.footer-divider {
    /* border-top: 1px solid rgb(223, 223, 223);
    padding-top: 40px; */
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid rgb(223, 223, 223) ;
}
.footer-top {
    padding: 15px 0;
}
.footer  h3{
    color: var(--black-color);
    margin-bottom: 15px;
    font-size: 20px;
}

.footer ul li a{
    font-size: 14px;
    margin-bottom: 2px;
    color: #677383;
    display: inline-block;
}
.footer-icon img{
    width: 22px;
}
.footer-icon-container {
    margin-top: 0px;
}
.footer-icon {
	/* width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    flex-basis: 40px;
    flex-shrink: 0;
    flex-grow: 0; */
    flex-basis: 25px;
}
.footer-icon-container {
    display: flex;
    gap: 10px;
    align-items: start;
}
.footer-content p{
    line-height: 23px;
}
.social-media {
    display: flex;
    gap: 3px;
    flex-direction: row;
    justify-content: start;
}
.footer .social-media li a {
    margin-bottom: 0px;
}
.social-media img{
    max-width: 22px;
    margin-right: 10px;
}
.contact-us-btn {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* scrool css */
.Marquee-card{
    padding: 0px 0px;
    /* border-radius: 10px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background: transparent;
    position: relative;
    z-index: 100;
    margin-top: 30px;
  }
  .Marquee {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 200;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
   

  }
  .Marquee-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-animation: marquee 30s linear infinite running;
    -moz-animation: marquee 30s linear infinite running;
    -o-animation: marquee 30s linear infinite running;
    -ms-animation: marquee 30s linear infinite running;
    animation: marquee 30s linear infinite running;
  }
  /* .Marquee-content:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
  } */
  .Marquee-tag {
    margin: 0 0.4em;
    padding: 0.5em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.10s ease;
    -moz-transition: all 0.10s ease;
    -o-transition: all 0.10s ease;
    -ms-transition: all 0.10s ease;
    transition: all 0.10s ease;
  }
  .Marquee-tag:hover {
    /* background: rgba(255,255,255,0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
    cursor: pointer;
  }
  @-moz-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  @-o-keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translate(-50%);
      -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
    }
  }

.Marquee-tag .banner-card i {
	color: #f64d57;
	font-size: 35px;
	margin-top: 5px;
}
.Marquee-tag .banner-card p {
	margin: 0;
	font-weight: 500;
	font-size: 15px;
    text-wrap: nowrap;
    white-space: nowrap;
}
.banner-card img{
    max-width: 160px;
}
.location-img{
    margin-top: -5px;
    max-width: 24px;
    margin-right: 5px;
}
.location-card h3{
    font-size: 19px;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.sec-6{
    width: 100%;
    /* background-image: linear-gradient(180deg, #f7f7f7 0%, #F5F5F5 100%); */
    background: #fff;
}
.sec-6 h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #d1d1d1;
}
.sec-6 h3{
    position: relative;
    padding-bottom: 10px;
}
/* .location-card {
    padding: 20px;
    border-radius: 15px;
    min-height: auto;
    border: 1px #95959533 solid;
    border-bottom: 3px solid #5a2fa7;
} */
.navbar-toggler:focus {
    box-shadow: none;
}
.deskop-nav-menu {
    display: none;
}
.services-list {
    margin-top: 20px;
}
.services-item:nth-last-child(n+3) {
    border: 0;
}
.services-list {
    display: flex;
    flex-wrap: wrap;
}
.services-item {
    flex-basis: 33.3333333333%;
    padding: 32px 20px;
    transition: all 0.3s ease;
}
.services-item .icon{
    background: #5a2fa717;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.services-item img {
    max-width: 32px;
}
.services-item:nth-child(3n+2) {
    border-left: 1px solid #d2d2d3;
    border-right: 1px solid #d2d2d3;
}
.services-item:nth-child(n+4) {
    border-top: 1px solid #d2d2d3;
}
.services-text {
    margin: 0;
}
.contact-us-left-content {
    padding: 25px;
    padding-top: 10px;
}
.pattern-1{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    /* transform: rotate(-45deg); */
}
.pattern-2{
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0%;
    transform: translateY(-50%);
    transform: rotate(180deg);
}
.pattern-3{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    transform: rotate(180deg);
}
.pattern-1 img{
    max-width: 100%;
    height: auto;
}
.spinner-border.spinner-border-sm{
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}</pre></body></html>