	@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
	:root {
	  --brand: #e14e3e;
	  --dark: #092032;
	  --body: #516171;
	  --border: rgba(0, 0, 0, 0.08);
	  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
	}
	body {
	  font-family: "Barlow", sans-serif !important;
	  color: var(--body);
	  line-height: 1.7;
	}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 17px;
}
	h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
	  font-weight: 700;
	  color: var(--dark);
	}
	.bg-cover {
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	img {
	  width: 100%;
	}
	a {
	  color: var(--dark);
	  transition: all 0.4s ease;
	  font-weight: 500;
	  text-decoration: none;
	}
	a:hover {
	  color: var(--brand);
	}
	section {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
	.box {
	  background: #f7f7f7;
	  padding: 30px;
	  border: 5px solid #ddd;
	 
	}
	.blu {
	  color: #621f85  !important;
	}
	.form-group {
	  margin-bottom: 15px;
	}
	.checkbox, .radio {
	  position: relative;
	  display: block;
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
	.text-brand {
	  color: var(--brand) !important;
	}
	.org {
	  color: #e14e3e !important;
	}

	.hero-slider .owl-prev, .hero-slider .owl-next {
	  background-color: rgba(255, 255, 255, 0.3) !important;
	  width: 60px !important;
	  height: 60px !important;
	  display: block;
	  display: grid;
	  place-items: center;
	  color: #fff !important;
	  border-radius: 100px;
	  line-height: 0;
	  border-radius: 100px !important;
	  position: absolute;
	  top: 50%;
	  font-weight: 600 !important;
	  font-size: 12px !important;
	  transition: all 0.4s ease;
	  margin-top: -30px !important;
	}
	.owl-prev {
	  left: 0;
	}
	.owl-next {
	  right: 0;
	}
	.hero-slider .owl-prev:hover, .hero-slider .owl-next:hover {
	  background-color: var(--brand) !important;
	}
	.owl-dot.active span {
	  background-color: var(--brand) !important;
	}
	/* slide */
	.slide {
	  min-height: 80vh;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: relative;
	}
	.slide1 {
	  background: linear-gradient(#e7503a00, rgb(97 31 133 / 27%)), url(../img/bg_banner2.png);
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	.slide2 {
	  background: linear-gradient(#e7503a00, rgb(97 31 133 / 27%)), url(../img/bg_banner1.png);
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	.slide .display-3 {
	  text-shadow: 2px 2px #050505;
	  color: #fff;
	}
	/* navbar */
	.top-nav {
	  background: linear-gradient(90deg, rgba(98,31,134,1) 28%, rgba(239,83,56,1) 100%);
	  color: #fff;
	  padding-top: 2px;
	  padding-bottom: 2px;
	}
	.top-nav p {
	  display: inline-block;
	  margin-bottom: 0;
	  margin-right: 10px;
	}
	.top-nav span, .top-nav i {
	  vertical-align: middle;
	}
	.navbar {
	  box-shadow: var(--shadow);
	  /*    border-top: 4px solid #ff4d29;*/
	}
	.sticky-top {
	  z-index: 999 !important;
	  top: -2px !important;
	}
	.dropdown-menu .divider {
	  height: 1px;
	  margin: 0;
	  overflow: hidden;
	  background-color: #e5e5e5;
	}
	.social-icons a {
	  width: 28px;
	  height: 28px;
	  display: inline-flex;
	  color: #fff;
	  background-color: rgba(255, 255, 255, 0.25);
	  text-decoration: none;
	  align-items: center;
	  justify-content: center;
	  border-radius: 100px;
	}
	.social-icons a:hover {
	  background-color: #fff;
	  color: var(--brand);
	}
	.conditions-section {
	  margin: 20px 0;
	}
	.conditions-section a {
	  color: #fff;
	  margin: 0 10px;
	}
	.navbar .navbar-nav .nav-link {
	  color: var(--dark);
	  padding-right: 15px !important;
	  padding-left: 15px !important;
	  text-transform: uppercase;
	}
	.navbar .navbar-nav .nav-link:hover {
	  color: var(--brand);
	}
	.navbar .navbar-nav .nav-link.active {
	  color: var(--brand);
	}
	.navbar-brand {
	  font-size: 28px;
	  font-weight: 700;
	}
	.navbar-brand .dot {
	  color: var(--brand);
	}
	.btn {
	  padding: 8px 26px;
	}
	.btn-brand {
	  /*border-color: var(--brand);*/
	  background: #621f85;
	  color: #fff;
	}
	.btn-brand:hover {
	  background-color: #d64022;
	  border-color: #d64022;
	  color: #fff;
	}
	.intro {
	  margin-bottom: 36px;
	  text-align: center;
	}
	/*.intro p {
	  max-width: 700px;
	}*/
	.intro h6 {
	  color: var(--brand);
	  font-weight: 400;
	  text-transform: uppercase;
	}
	.intro h1 {
	  margin-top: 15px;
	  margin-bottom: 15px;
	}
	.info-box {
	  align-items: center;
	  display: flex;
	}
	.info-box img {
	  width: 90px;
	}
	#milestone {
	  background: linear-gradient(#110218db, #110218db), url(../img/back01.jpg);
	  background-size: cover;
	 
	  background-repeat: no-repeat;
	}
	#milestone h1, #milestone p {
	  color: #fff;
	}
	.service {
	  padding: 21px;
	  background-color: #fff;
	  box-shadow: var(--shadow);
	}
	.service h5 {
	  margin-top: 24px;
	  margin-bottom: 14px;
	}
	.service img {
	  width: 90px;
	}
	.project {
	  position: relative;
	  overflow: hidden;
	  z-index: 2;
	}
	.project h6 {
	  font-weight: 400;
	}
	.project h6::before {
	  content: "";
	  height: 2px;
	  width: 30px;
	  display: inline-block;
	  background: var(--brand);
	  vertical-align: middle;
	  margin-right: 10px;
	}
	.project .overlay {
	  width: 100%;
	  height: 220px;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
	}
	.project .content {
	  position: absolute;
	  left: 10%;
	  bottom: 10%
	}
	.project h2, .project h6 {
	  color: #fff;
	}
	.team-member {
	  text-align: center;
	}
	.team-member .image {
	  position: relative;
	  z-index: 2;
	  overflow: hidden;
	}
	.team-member .overlay {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: -10%;
	  background-color: rgba(255, 77, 41, 0.7);
	  opacity: 0;
	  transition: all 0.4s ease;
	}
	.team-member h5 {
	  margin-top: 16px;
	  margin-bottom: 4px;
	}
	.team-member .social-icons {
	  position: absolute;
	  top: 60%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  z-index: 2;
	  opacity: 0;
	  transition: all 0.4s ease;
	}
	.team-member .social-icons a {
	  width: 40px;
	  height: 40px;
	}
	.team-member:hover .social-icons {
	  top: 50%;
	  opacity: 1;
	}
	.team-member:hover .overlay {
	  top: 0%;
	  opacity: 1;
	}
	#reviews {
	  background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;
	  ;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	}
	.review {
	  text-align: center;
	  z-index: 2;
	  position: relative;
	  margin: 15px;
	  max-width: 768px;
	  margin: auto;
	}
	.review .bxs-quote-alt-left {
	  font-size: 120px;
	  position: absolute;
	  opacity: 0.1;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  color: #fff;
	}
	.review img {
	  width: 80px !important;
	  height: 80px;
	  border-radius: 100px;
	  margin: auto;
	}
	.review h5 {
	  margin-top: 16px;
	  margin-bottom: 4px;
	  color: #fff;
	}
	.review h3 {
	  margin-top: 26px;
	  margin-bottom: 26px;
	  font-size: 22px;
	  color: #fff;
	  font-weight: 400;
	  line-height: 1.7;
	}
	.review small {
	  color: var(--brand);
	}
	.review .stars {
	  color: var(--brand);
	}
	.blog-post {
	  position: relative;
	  background-color: #fff;
	  box-shadow: var(--shadow);
	}
	.blog-post .content {
	  padding: 32px;
	}
	.blog-post a {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	  background-color: var(--brand);
	  padding: 2px 12px;
	  border-radius: 100px;
	  text-decoration: none;
	  color: #fff;
	}
	.blog-post h5 {
	  margin-top: 12px;
	  margin-bottom: 12px;
	}
	.blog-post small {
	  text-transform: uppercase;
	  color: var(--brand);
	  text-decoration: underline;
	}
	footer {
	 background: linear-gradient(#110218db, #110218db), url(../img/back01.jpg);
	  background-size: cover;
	 
	  background-repeat: no-repeat;
	}
	footer .footer-top {
	  padding-top: 80px;
	  padding-bottom: 40px;
	}
	.footer-bottom {
	  border-top: 1px solid rgba(255, 255, 255, 0.1);
	  padding-bottom: 20px;
	  padding-top: 20px;
	}
	footer .navbar-brand {
	  color: #fff;
	}
	footer p {
	  color: #ADB3B9;
	}
	footer .social-icons a {
	  width: 50px;
	  height: 50px;
	  font-size: 20px;
	  margin-left: 4px;
	  margin-right: 4px;
	}
	.loader {
	  min-height: 100vh;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-color: red;
	  z-index: 99999;
	  position: fixed;
	  left: 0;
	  right: 0;
	}
	input.form-control {
	  border-color: transparent;
	  height: 44px;
	}
	.form-control {
	  background-color: rgba(0, 0, 0, 0.04);
	  border-color: rgba(0, 0, 0, 0.04);
	  ;
	}
	.form-control:focus {
	  box-shadow: none;
	  border-color: var(--brand);
	}
	ul.footer-list {
	  list-style: none;
	}
	ul.footer-list li {
	  line-height: 41px;
	}
	.blockquote {
	  font-family: Sanchez, serif;
	  font-style: italic;
	  font-weight: 400;
	}
	.blockquote {
	  margin-bottom: 1rem;
	  font-size: 1.25rem;
	}
	blockquote {
	  font-size: 1.27rem;
	  background: #f1dfe1;
	  border-radius: 10px;
	  padding: 25px;
	  font-style: italic;
	  margin-top: 40px;
	}
	.display-4 {
	  font-size: 37px;
	}
	.pricing-details li span {
	  position: absolute;
	  right: 0px;
	  width: 90px;
	  text-align: center;
	  display: inline-block;
	}
	@media(max-width:1024px) {
	  .touch-side-swipe {
	    display: none;
	    height: 100%;
	    width: 100%;
	    top: 0;
	    left: 0;
	  }
	  .tss .touch-side-swipe {
	    display: block;
	    overflow-y: overlay;
	    background: #000;
	  }
	  .tss {
	    z-index: 9999;
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100%;
	    will-change: transform;
	    transition-property: transform;
	    transition-timing-function: ease;
	  }
	  .tss-wrap {
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	  }
	  .tss-label {
	    z-index: 99999;
	    position: absolute;
	    top: 19px;
	    right: -44px;
	    width: 44px;
	    height: 44px;
	    display: block;
	    cursor: pointer;
	  }
	  .tss-label_pic {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	    font-style: normal;
	    text-align: left;
	    text-indent: -9999px;
	    direction: ltr;
	    box-sizing: border-box;
	    transition: transform .2s ease;
	  }
	  .tss-label_pic:after, .tss-label_pic:before {
	    content: '';
	    pointer-events: none;
	    transition: transform .2s ease;
	  }
	  .tss--close .tss-label_pic {
	    color: #000;
	    width: 30px;
	    height: 4px;
	    box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
	    margin: 15px 7px;
	  }
	  .tss--close .tss-label_pic:after {
	    position: absolute;
	    transform: translateY(4px);
	    color: #fff;
	    width: 30px;
	    height: 3px;
	    box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
	    top: 0;
	    left: 0;
	  }
	  .tss--open .tss-label_pic {
	    color: #8f0707;
	    padding: 0;
	    width: 40px;
	    height: 40px;
	    margin: 2px;
	    transform: rotate(45deg);
	  }
	  .tss--open .tss-label_pic:before {
	    width: 40px;
	    height: 2px;
	  }
	  .tss--open .tss-label_pic:after {
	    width: 2px;
	    height: 40px;
	  }
	  .tss--open .tss-label_pic:after, .tss--open .tss-label_pic:before {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    box-shadow: inset 0 0 0 32px;
	  }
	  .tss-bg {
	    background: #000;
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    opacity: 0;
	    will-change: opacity;
	    transition-property: opacity;
	    transition-timing-function: ease;
	  }
	}
	ul {
	  margin: 0px;
	  padding: 0px;
	  list-style: none;
	}
	.pricing-table-3 {
	  background-color: #FFF;
	  margin: 15px 0 0 0;
	  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	  border-radius: 0px 10px 0px 10px;
	  overflow: hidden;
	  position: relative;
	  min-height: 250px;
	  transition: all ease-in-out 0.25s;
	}
	/*.pricing-table-3:hover{
	transform:scale(1.1,1.1);
	cursor:pointer;
}*/
	.pricing-table-3.basic .price {
	  background-color: #ee5238;
	  color: #FFF;
	}
	.pricing-table-3.premium .price {
	  background-color: #ff9f00;
	  color: #FFF;
	}
	.pricing-table-3.business .price {
	  background-color: #c3185c;
	  color: #FFF;
	}
	.pricing-table-3 .pricing-table-header {
	  background-color: #050505;
	  color: #FFF;
	  padding: 20px 0px 0px 20px;
	  position: absolute;
	  z-index: 5;
	}
	.pricing-table-3 .pricing-table-header p {
	  font-size: 12px;
	  opacity: 0.7;
	}
	.pricing-table-3 .pricing-table-header::before {
	  content: "";
	  position: absolute;
	  left: -50px;
	  right: -270px;
	  height: 140px;
	  top: -59px;
	  background-color: #621f85;
	  z-index: -1;
	  transform: rotate(-20deg)
	}
	.pricing-table-3 .price {
	  position: absolute;
	  top: -14px;
	  text-align: right;
	  padding: 110px 20px 0px 0px;
	  right: 0px;
	  left: 0px;
	  font-size: 25px;
	  z-index: 4;
	}
	.pricing-table-3 .price::before {
	  content: "";
	  position: absolute;
	  left: 0px;
	  right: 0px;
	  height: 100px;
	  bottom: -12px;
	  background-color: inherit;
	  /* transform: skewY(10deg); */
	  z-index: -1;
	  box-shadow: 0px 5px 0px 0px #cacaca;
	}
	.pricing-table-3 .pricing-body {
	  padding: 20px;
	  padding-top: 166px;
	}
	.pricing-table-3 .pricing-table-ul li {
	  color: rgba(0, 0, 0, 0.7);
	  font-size: 15px;
	  padding: 10px 0;
	  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.pricing-table-3 .pricing-table-ul .fa {
	  margin-right: 10px;
	}
	.pricing-table-3.basic .pricing-table-ul .fa {
	  color: #ee5238;
	}
	.pricing-table-3.premium .pricing-table-ul .fa {
	  color: #ff9f00;
	}
	.pricing-table-3.business .pricing-table-ul .fa {
	  color: #c3185c;
	}
	.pricing-table-3 .view-more {
	  margin: 10px 20px;
	  display: block;
	  text-align: center;
	  background-color: #300745;
	  padding: 10px 0px;
	  color: #FFF;
	}
	@media screen and (max-width: 497px) and (min-width: 50px) {
		.slide {min-height: 19vh;}
		.pdd0{padding: 0px !important;}

	  .logo {
	    background: #fff;
	    text-align: center;
	    border-bottom: 4px solid #f6783a;
	  }
		.text-cm{text-align: center !important;}
	  .navbar {
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	  }
	  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-between;
	    flex-direction: row-reverse;
	  }
	  .site-breadcrumb {
	    position: fixed;
	    padding: 9px 0;
	    color: #ffffff;
	    text-align: center;
	    left: 0;
	    z-index: 5;
	    right: 0;
	    font-size: 18px;
	    margin: 0 0 50px 0;
	    background: url(../img/fact-bg.jpg.webp) center top;
	  }
	  .site-breadcrumb:after {
	    top: 0 !important;
	    height: 45px;
	    position: fixed;
	  }
	  .hidden-lg {
	    display: block !important;
	  }
	  .hidden-sm {
	    display: none !important;
	  }
	  .pt-80 {
	    padding-top: 80px !important;
	  }
	  .w-75 {
	    width: 75% !important;
	  }
	  .ws-100 {
	    width: 100% !important;
	  }
	  .navbar .navbar-nav .nav-link {
	    color: #fff !important;
	  }
	  .main-menu li {
	    display: block;
	    padding: 8px 0;
	    border-bottom: 1px solid #4a4a4a;
	  }
		.navbar {
 
    border-top: 4px solid #1f8acd;
}
		a.navbar-brand {text-align: right !important;}
	}

 .hidden-lg {
	    display: none;
	  }

