@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');

@font-face {	
  font-family: 'Lato', sans-serif;
  font-style: bold;
  font-display: swap;
  src: url(css/css/fonts/Lato-Regular.ttf) format('truetype'); 
}


body {
  line-height: 1.2;   
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #000;
}


p, .paragraph {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #0D0D0D;
	font-size: 18px;
	line-height: 1.4;
   
}
.logo{font-family: 'Lato', sans-serif !important;}

p-lg, .paragraph-lg {
  font-size: 22px;
  font-family:'Lato', sans-serif;
  
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Lato', sans-serif;
	line-height: 1.2;
	padding-right:20px;
	
	padding-left:20px;
}

h1, .h1 {
	font-size: 63px;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h2, .h2 {
	font-size: 60px;
}
.fnt24{ font-size:24px; font-weight:600}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
	font-size: 28px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 22px;
  
  text-transform: capitalize;
  padding: 12px 44px 7px 44px;
  border-radius: 35px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #41228e;
  color: #fff;
}

.btn-primary:active {
  background: #542cb7 !important;
}

.btn-primary:hover {
  background: #542cb7;
}

.btn-primary.focus, .btn-primary.active {
  background: #542cb7 !important;
  box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}

.btn-transparent:active, .btn-transparent:hover {
  color: #41228e;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif !important;
}

::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #41228e !important;
}

a:hover {
	color: #00F;
}

.slick-slide {
  outline: 0;
}

.section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-title {
  margin-bottom: 80px;
  font-family: 'Lato', sans-serif;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
	background: #3242ef  !important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #41228e !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #999999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.font-secondary {
	font-family:'Lato', sans-serif;
	font-size: 20px;
}

.font-tertiary {
  font-family:'Lato', sans-serif;
}

.shadow {
	box-shadow: 0px 0px 4px .3px rgba(154,154,154,0.0) !important;
	-webkit-box-shadow: 0px 0px 4px .3px rgba(154,154,154,0.0) !important;
}

.bg-dark {
  background-color: #222222 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 2px;
}

.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}

.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: .2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
	border-radius: 0;
	height: 60px;
}

.form-control:focus {
  border-color: #41228e;
  outline: 0;
  box-shadow: none !important;
}

textarea.form-control {
  height: 120px;
}

/* /form */
/* card */
.card {
  border: 0;
}

.card-header {
  border: 0;
}

.card-footer {
	border: 0;
	color: #fff;
}

/* /card */
.navigation {
	padding-top: 10px;
	padding-right: 130px;
	padding-left: 130px;
	padding-bottom: 10px;
	transition: .3s ease;
	background-color: #3142ee;
}

.navigation.nav-bg {
  background-color: #3142ee;
  padding: 0px 100px;
}

@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .navigation {
    padding: 20px;
    background: #3242ef;
  }
}

.navbar .nav-item .nav-link {
	padding: 25px;
	font-weight: lighter;
	font-size: 16px;
	 
}

.navbar .nav-item.active {
  font-weight: bold;
 
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  
  
    text-transform: capitalize;
}

.banner_home {
	padding-top: 135px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 300px;
	position: relative;
	
	
}
.event_head{ padding-top:600px;
	background-color:#3242ef;}

@media (max-width: 1637px) {  
  .event_head{ padding: 350px 150px;
	background-color:#3242ef;
	}
.fashion_head{ padding: 350px 150px;
	background-color:#F2A4BA;
	}
}
@media (max-width: 1337px) {  
  .event_head{ padding: 300px 150px;
	background-color:#3242ef;
	}
	.fashion_head{ padding: 350px 150px;
	background-color:#F2A4BA;
	}
}

@media (max-width: 1037px) {  
  .event_head{ padding: 230px 150px;
	background-color:#3242ef;
	}
	.fashion_head{ padding: 270px 150px;
	background-color:#F2A4BA;
	}
}



@media (max-width: 767px) {
  .banner_home {
    padding: 200px 0 150px;
    overflow: hidden;
	font-size:20px !important;
  }
  .event_head{ padding: 200px 150px;
	background-color:#3242ef;
	}
  .fashion_head{ padding: 230px 150px;
	background-color:#F2A4BA;
	}
}
@media (max-width: 627px) {
  .banner_home {
    padding: 200px 0 150px;
    overflow: hidden;
	font-size:20px !important;
  }
  .event_head{ padding: 200px 150px;
	background-color:#3242ef;
	}
  .fashion_head{ padding: 200px 150px;
	background-color:#F2A4BA;
	}
}
@media (max-width: 500px) {
  .banner_home {
    padding: 150px 0 150px;
    overflow: hidden;
	font-size:20px;
  }
  
  
  
  .mb-80{margin-bottom: 0px !important;}
  .event_head{ padding: 150px 0 150px;
	background-color:#3242ef;}
  .fashion_head{ padding: 170px 0 150px;
	background-color:#F2A4BA;}

}

.hero-area h1 {
  position: relative;
  z-index: 2;
}

.layer {
	position: absolute;
	z-index: 1;
	width: 130px;
	height: 46px;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
	top: 278px;
	left: 981px;
}

#l3 {
	top: 455px;
	left: 824px;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: 10;
}

.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
          animation: rotate 10s linear -5s infinite;
  z-index: 20;
 
}

@-webkit-keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

/* /education */
/* service */
.hover-bg-primary {
  transition: .3s ease;
}

.hover-bg-primary:hover {
  background: #41228e;
}

.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: .3s ease;
  background: #41228e;
}

.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: .2s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}

.hover-wrapper img {
  transition: .3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hover-wrapper:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}

.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}

.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}

.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}

.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}

.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}

/* /testimonial */
/* footer */
.footer-section {
	padding-top: 48px;
}

.section-on-footer {

}

.shadow-down {
  position: relative;
}

.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}

@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 10px 20px;
  background: #eaeaea;
  border-left: 2px solid #41228e;
  font-style: italic;
  font-size: 22px;
}

.content * {
  margin-bottom: 20px;
}

.content strong {
  
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
  padding: 350px 0 70px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -230px;
}

@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}

.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}

.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}

.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}

.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 250px 0 150px;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}

.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}

.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}

.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}

.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}

.filter-controls li.active {
  font-weight: bold;
}

/*# sourceMappingURL=maps/style.css.map */

 


.scrollbar {
	height: 400px;
	overflow-y: scroll;
	margin-bottom: 15px;
	scroll-snap-align: center;
	direction: rtl;
}
.force-overflow {
min-height: 250px;
}

.scrollbar-primary::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 15px; }

.scrollbar-warning::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
background-color: #04b696;
border-radius: 1px;
background-image:url(../images/illustrations/scrl_bg.jpg);
background-position:bottom;
 }

.scrollbar-success::-webkit-scrollbar {
width: 12px;
background-color: #f5f5f5; }

.scrollbar-success::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
background-color: #028c73; }


.accrd{background: none;
    border: 0px;
	padding:10px 0px 10px 0px }

.accrd_body{-ms-flex: 1 1 auto;
    flex: 1 1 auto;
   padding-left:10px;
    line-height: 1.5;
    font-size: 17px;}







 .social-font{ font-size:23px; padding:2px}
.bg-primary-color{background-color: #3142ee}

.lighter { font-weight:lighter;}
.bannertext{
	font-size: 32px;
	font-weight: 100;
	padding-left:160px;
	text-align:left;
}


 
.bg-green{ background-color: #fff;}
.bg-purple{ background-color: #fff;}
.bg-blue{ background-color: #fff;}
.bg-pink{ background-color: #fff;}
.bg-white{ background-color: #FFF;}
.bg-white a{ color:#046737; font-size:20px !important; }
.card-title-service {
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 100px;
}
.title-green{color: #008882; }
.title-purple{color: #6803ad;}
.title-blue{color: #0e21de;}
.title-pink{color: #da1a52;}


#animated-img1 {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
 
 
 .at-item {
  color: #3079ed;
  animation-name: angry-animation;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
}


@keyframes angry-animation {
  0%{
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50%{
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  70%{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


.banner-bottom{ padding-bottom:400px }
@media (max-width: 1500px) {
  .banner-bottom{ padding-bottom:300px }
}
@media (max-width: 1300px) {
  .banner-bottom{
	padding-bottom: 201px
}
}


@media (max-width: 990px) {
  .bannertext{	padding-left:50px; padding-right:10px;  font-size:25px;}
  .banner-bottom{ padding-bottom:35px }
}





@media (max-width: 767px) {
  .bannertext { font-size: 20px;  font-weight: 100;}
.banner_home { padding: 140px 0 280px !important;}
}
@media (max-width: 736px) {
  .bannertext { padding-left:30px; padding-right:10px; font-size: 20px;  font-weight: 100;}
.banner_home { padding: 120px 0 230px !important;}
}

@media (max-width: 575px) {
  .bannertext { padding-left:30px; padding-right:15px; font-size: 20px;  font-weight: 100;}
.banner_home { padding: 120px 0 180px !important;}
}



.primecolor{color:#2f39f2}

.fnt12{
	font-size: 13px;
    text-align: left;
    line-height: 18px;
}

.HomeServHead{
	font-size: 15px;
	
	text-align: left;
	padding-bottom: 7px;
	height: 50px;
}
@media (max-width: 1463px) {
   .HomeServHead{height: 60px; }
}
@media (max-width: 994px) {
   .HomeServHead{height: 90px; }
}
@media (max-width: 767px) {
   .HomeServHead{height: 50px; }
}


.events_heading{
	font-size: 32px;
	line-height: 60px;
	padding-top: 40px;
	
}
.events_subheading{ font-size: 16px;
	}
.events_paragrap{
	font-size: 18px;
	 text-align:justify}

.events_heading_color{  color: #046737; }
.fashion_heading_color{  color: #c8686f; }
.hospi_heading_color{  color: #1f334f; }
.finan_heading_color{  color: #a60d19; }



.btn_header { border:3px solid #fff !important; color:#fff !important; border-radius: 25px !important; }
.btn_header:hover{ text-decoration:underline; }

.inner_content{ margin-top:200px;}


@media (max-width: 500px) {
  .inner_content{ padding-top:120px;}
  
  
.events_heading_color{  color: #046737; font-size: 20px; }
.fashion_heading_color{  color: #c8686f; font-size: 20px; }
.hospi_heading_color{  color: #1f334f; font-size: 20px; }
.finan_heading_color{  color: #a60d19; font-size: 20px; }  
  
}

.prim-color{color: #2f39f2;}



        
.imageflip h4:hover
{
   text-decoration: underline;
   cursor: pointer; 
}




.footer_contact{ width:100%;
    height:581px; 
	 }

.box1 {
	display: none;
	position: absolute;	 
	color: white;	
	z-index:1;
	left: 9%;
    bottom: 0;
    width: 18%;
    height: 75%;	
	border-radius: 25px;	
	animation: enter .35s ease infinite alternate;
	cursor:pointer;
}
@keyframes enter {
    from { transform:translateY(2px); }
    to { transform:translateY(-2px); }
}

.footer_contact p.downarrw{content: " ";
  position: absolute;
  right: 45%;
  border-top: 12px solid #3142ee;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: none;
  margin:0px !important;
  padding:0px !important;
  }

.link-spanner1{
	position: absolute;	 
	z-index: 1;
	left: 10%;
    bottom: 4%;
    width: 13%;
    height: 28%;
	opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
	
}


.box2 {
	display: none;
	position: absolute;	 
	color: white;	
	z-index:1;
	left: 30%;
    bottom: 10%;
    width: 23%;
    height: 72%;	 
	border-radius: 25px;
	animation: enter .35s ease infinite alternate;
	cursor:pointer;
	
}

.link-spanner2{
	position: absolute;	 
	z-index: 1;
	left: 32%;
    bottom: 20%;
    width: 18%;
    height: 22%;
	
}


.box3 {
	display: none;
	position: absolute;
	color: white;	
	z-index:1;
	right: 30%;
    bottom: 20%;
    width: 18%;
    height: 90%;
	animation: enter .35s ease infinite alternate;
	border-radius: 25px;
	cursor:pointer;
	
}

.link-spanner3{
	position: absolute;	 
	z-index: 1;
	right: 30%;
    bottom: 20%;
    width: 16%;
    height: 42%; 
	
	
}

.box4 {
	display: none;
	position: absolute;	 
	color: white;	
	z-index:1;
	right: 4%;
    bottom: 36%;
    width: 20%;
	height:70%;	 
	animation: enter .35s ease infinite alternate;
	border-radius: 25px;
	cursor:pointer;
	
}
.box1 span, .box2 span, .box3 span, .box4 span{
	padding: 10px;
	background-color: #3142EE;
	display:block;
	border-radius: 25px;
	 
}
.box1 span h4, .box2 span h4, .box3 span h4, .box4 span h4{color: #fff; font-size:20px;
}
.link-spanner4{
	position: absolute;	 
	z-index: 1;
	right: 4%;
    bottom: 34%;
    width: 18%;
    height: 26%;
	
}


a:hover + .box1, .box1:hover , a:hover + .box2, .box2:hover , a:hover + .box3, .box3:hover , a:hover + .box4, .box4:hover{
  display:block;   
}

 
 
 
 
 
  @media (max-width: 1800px) {

 .footer_contact{ width:100%;
    height:500px; 
	 }	 	 
} 
 
  @media (max-width: 1600px) {

 .footer_contact{ width:100%;
    height:450px; 
	 }
	 
} 
 @media (max-width: 1450px) {

 .footer_contact{ width:100%;
    height:400px; 
	 }
	 
} 
 
 @media (max-width: 1300px) {

 .footer_contact{ width:100%;
    height:360px; 
	 }
	 
} 
 
@media (max-width: 1100px) {

 .footer_contact{ width:100%;
    height:300px; 
	 } 
	 .box1 span h4, .box2 span h4, .box3 span h4, .box4 span h4{color: #fff; font-size:18px ;}	 
}

@media (max-width: 850px) {

 .footer_contact{ width:100%;
    height:220px; 
	 } 
}

@media (max-width: 700px) {
.footer_contact{ width:100%;
    height:181px; 
	 }
	 .box1 span h4, .box2 span h4, .box3 span h4, .box4 span h4{color: #fff; font-size:13px ;}	 
}
 
@media (max-width: 500px) {
.footer_contact{ width:100%;
    height:151px; 
	 }
	 
	 .box1 span h4, .box2 span h4, .box3 span h4, .box4 span h4{color: #fff; font-size:13px ;}	 
}










 .service_text{ font-size:18px; padding:0px 10px 0px 10px; height:300px; }
 
 
 
 /*Video Button */
 
 .a_demo_four {
	background-color: #028C73;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	padding-right: 50px;
	background-image: linear-gradient(0deg,rgba(1,211,173,1.00) 0%,rgba(0,102,83,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(1,211,173,1.00) 0%,rgba(0,102,83,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(1,211,173,1.00) 0%,rgba(0,102,83,1.00) 100%);
	background-image: -webkit-linear-gradient(90deg,rgba(1,211,173,1.00) 0%,rgba(0,102,83,1.00) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.a_demo_four:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	color:#fff;
}
.a_demo_four:hover { color:#fff;}

.a_demo_four::before {
	background-color:#2591b4;
	background-image:url(../images/illustrations/vid.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.a_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	color:#fff;
}
 

 


.home_head{
	font-size: 25px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	line-height: 35px !important;
	color: #000;
	padding-bottom: 20px;
	padding-top: 20px;
	
	
}
.home_headp { font-size:20px !important; line-height:35px !important; text-align:justify; }

 	



/* The popup form  start */
.open-button {
	background-color: transparent;
	color: white;
	border: none;
	cursor: pointer;
	opacity: 1;
	position: fixed;
	bottom: 5%;
	right: 28px;
	width: 80px;
	z-index: 1000
}


.form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 1000;
	width:300px;
	 
}

.form-container .close{ width:18px;}


.form_head{  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color:#028c73; padding:20px;
}

/* Add styles to the form container */
.form-container{
  max-width: 400px;
  padding: 0px;
  background-color: white;
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-box-shadow: -1px -2px 7px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -2px 7px -2px rgba(0,0,0,0.75);
box-shadow: -1px -2px 7px -2px rgba(0,0,0,0.75);
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=email], textarea{
  	height:50px;
	margin-bottom:10px;
	
	font-size:14px !important;	 
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {   }

/* Set a style for the submit/login button */
.form-container .btn {
	height:20px; 
}


/* Add some hover effects to buttons  and VIDEO BUTTON */
.form-container .btn:hover, .open-button:hover {  opacity: 1; }
.textar{ line-height: 19px !important}
.form-container .textar{ color:#79797c;  text-indent:0px !important; margin-bottom:10px;  } 

.submitbtn{ 
background-color:#028c73;
border-radius:30px;
color:#fff; 
text-align:center;
 
width:100%; 
border:0px;
padding:10px;  
-webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.75);
}


button.buttonn {
	width: 250px;
	height: 45px;
	background: linear-gradient(to bottom, #2acaac 0%,#179a82 100%);
	border: none;
	border-radius: 5px;
	position: relative;
	border-bottom: 4px solid #028c73;
	color: #fbfbfb;
	font-family: 'Raleway', sans-serif !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	font-size: 24px;
	text-align: left;
	text-indent: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2);
	cursor: pointer;
	display: block;
	margin: 0 auto;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2);
}
button.buttonn:active {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2);
	top: 1px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,.2);
}

button.buttonn:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid #028c73;
  border-bottom: 20px solid #028c73;
  border-left: 16px solid transparent;
  border-right: 20px solid #0a8a72;
  position: absolute;
  opacity: 0.6; 
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;  
}

/* The popup form and VIDEO BUTTON  End */

form{}
.footer-section a:hover{  text-decoration:underline;}
.footer-section h5 a{ line-height: 30px;}
.dropdown-item:hover{ background-color: #EDEDED !important;}
.footer-section .col-md-3 {padding-bottom:30px}

@media (max-width: 1023px) {
.cd-timeline__container::before{height: 0px !important;}
}
@media (max-width: 736px) {
.events_heading {
    font-size: 22px;
    line-height: 40px;
    padding-top: 40px;
    
}	


.font-secondary {  font-size: 16px;}

.home_head {
    font-size: 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 20px !important;
    color: #000;
    padding-bottom: 20px;
    padding-top: 20px;
    
}

.home_headp { font-size: 17px !important;  line-height: 26px !important;}
.phoneimage{ padding:0px 40px;}
.phoneimagebox{ margin-bottom:10px !important;}

.navigation { padding:0px 20px;}

}

@media (max-width: 414px) {
	.banner_home { padding: 120px 0 120px !important;}
}

@media (max-width: 991px){
	.navigation {    padding: 0px 0px !important;}
.navigation.nav-bg { padding:15px 0px !important;}
}

@media (max-width: 736px){
.navigation {    padding: 0px 0px !important;}
.navbar .nav-item .nav-link { padding: 10px !important; font-size:14px;}
.box1 {  width: 35%; left:3%}
.box2 {  width: 35%; left:25%}
.box3 {  width: 35%; right:15%}
.box4 {  width: 35%; right:0%}
.events_paragrap {  font-size: 15px !important; }

}






 /* Home page image change and stick  */
.in-section {
  display: grid;
  /*grid-template-columns: 1fr 2fr;
  height: 100vh; */
}

.text-block,
.img-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.texts {
  padding: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.grid-image {
  position: fixed;
  top:20px;
  z-index: 100;   
}
.grid-image img{ height:350px;}
.homeimage{height:350px; visibility: hidden; }
@media (max-width: 740px) {
	.grid-image {
  position: relative;
  top:0px;
  z-index: 100;
  
}
.events_subheading, .events_paragrap { 
    text-align: justify;
}
.homeimage{height:350px; display:none; }
}

.image-1,
.image-2,
.image-3,
.image-4 {
  opacity: 0;
}
.image-1.active,
.image-2.active,
.image-3.active,
.image-4.active  {
  -webkit-animation: myAni 1000ms ease forwards;
          animation: myAni 1000ms ease forwards;
  opacity: 1;
}
@keyframes myAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes myAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}







 /* Home page banner cloud scrolling   */
.scroll-left {
     height: 50px;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 1;
}
.scroll-left .inner {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: right;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 60s linear infinite;
 -webkit-animation: scroll-left 60s linear infinite;
 animation: scroll-left 60s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(-100%); }
 100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(-100%); }
 100% { -webkit-transform: translateX(100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 		
 }
 100% { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 
 }
}

.modal-header button {
	font-size: 35px;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 5px;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .4rem .4rem .1rem .4rem;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
 
.modal-dialog {
      max-width: 700px;
      margin: 30px auto;
  }

@media (max-width: 500px) {
  .navigation.nav-bg {
    padding: 0px 0px !important;
  }
}


 

.logo{ font-size:25px;}

.bnrrtop{ background-color: #0950A4;
transform-style:preserve-3d; }

.myButton {
box-shadow: inset -7px -29px 14px -4px #ffaa07;
background: linear-gradient(to bottom, #f7920f 5%, #f7591b 100%);
    background-color: rgba(0, 0, 0, 0);
background-color: #f2cf0e;
border-radius: 17px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 28px;
padding: 21px 41px;
text-decoration: none;
text-shadow: 0px 1px 0px #f7450f;
}
.myButton:hover { 
	text-decoration: underline; color:#fff;
}
.myButton:active {
	position:relative;
	top:1px;
}

.ordernow{background-color:#f25f06; color:#fff;}
.ordernow:hover { background-color:#fb9456; color:#fff; text-decoration:underline}

.step1{
	border-radius: 20px;
	color:#FFF;
	min-height:300px;
	
background-color: #e0f7fa;
border: 9px solid #fff;
box-shadow: 0px 0px 4px 0px #e6e6e6;
	
}
 .step11{    background-color: #fff;
    min-height: 230px;
    border-radius: 15px;
	color: #000;
}

 
.step1 h3, .step2 h3, .step3 h3{ color:#fff; text-transform:uppercase; font-size:30px; }
.step1 .stepicon{
	font-size:50px;
	color:#FFF;
	text-align:center
}
.step1 p, .step2 p, .step3 p {  font-weight: 500;
font-family: arial;
color: #000;
font-size: 22px;
line-height: 1.5; text-align:center}

.step2{
	border-radius: 20px;
	color:#FFF;
	min-height:300px;
	 
	background-color: #faefe0;
	border: 9px solid #fff;
box-shadow: 0px 0px 4px 0px #e6e6e6;
	
} 
.step2 .stepicon{ font-size:50px; color:#ff1f53; text-align:center }



.step3{
	border-radius: 20px;
	color:#FFF;
	min-height:300px;
	 
	background-color: #e2fae0;
	border: 9px solid #fff;
box-shadow: 0px 0px 4px 0px #e6e6e6;
	
}
.step3 .stepicon{ font-size:50px; color:#1fc1ff; text-align:center }

.boxico{border-radius:50% 50%; display:block; padding:20px 25px; border: 9px solid #FFF; position:absolute; top:-60px;left:31%; min-width: 120px; min-height: 120px;}


.ulhome{
	font-size:18px;
	line-height:3;
	color:#FFF
}

.ulhomelist{
	font-size:20px;
	line-height:2;
	color:#333
}
.ulhomelist i{ color:#06F;}















 
 
.pricing-divider {
border-radius: 20px;
background: #e1b00f;
padding: 1em 0 4em;
position: relative;
color:#fff;
}

.pricing-divider h3 span{ 
 background-color: #fff;
border-radius: 15px;
padding: 15px; 
position: relative;
top: -30px;
font-weight:600;
color: #e1b00f; }


.red .pricing-divider{background: #db0738;}
.red h3 span{ color: #db0738; }


.blue .pricing-divider {background: #1fc1ff; }
.blue h3 span{ color: #1fc1ff; }
 
 
 
.pricing-divider-img {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.01);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}





.bodyyy {
	padding-top: 100px;
	background-color: #7ab55c;
	background-image: url(../images/bgnr.png);
  }
 .bnrimg{ text-align:right}
 
 
 
@media (max-width: 992px) {
  .bodyyy {
    padding-top: 160px ;
  }
  .bnrimg{ text-align:center}
  .ulhome{	font-size:18px; 	line-height:2;   padding-bottom:20px; } 
.myButton{ font-size:20px}
}




.myButton2 {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:30px; 
	padding:19px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton2:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
	color:#fff;
	text-decoration:underline;
}
.myButton2:active {
	position:relative;
	top:1px;
}

.myButton3 {
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:30px; 
	padding:19px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton3:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.myButton3:active {
	position:relative;
	top:1px;
}











.stitchedbox{ 
    font-size: 25px;
    margin: 15px;
    padding: 10px 30px;
    border-radius: 15px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0,0,0,.5);
    background: radial-gradient(#69acff, #023677);
    border: 2px dashed #fff;
    box-shadow: 0 0 0 10px #023677, 0 0 0 15px #032856, 0 30px 35px rgba(0,0,0,.5);
}
 .stitchedbox h3, .stitchedbox h4{ color:#fff;}
.ulright{ line-height:25px}
.ulright i{ color:blue; font-size:20px}
.ulcross{line-height:25px}
.ulcross i{ color:red; font-size:20px}

.butico a{background-color:orange; color:#fff; padding:15px 30px; border-radius: 25px; color:#fff !important;}
.butico a:hover { color:#333 !important; text-decoration:underline;}

.bonuslist p{ font-size:15px;}

.iconb { text-align:center;}

.iconb .fa{background-color: #03b762;
padding: 20px;
font-size: 50px;
border-radius: 50%;
width: 120px;
height: 96px;
text-align: center;
color:#fff;
vertical-align: middle;
border: 2px solid #fff;  }
.iconbc { text-align: center; color:#fff; font-size:20px; padding:10px; line-height: 1.6;}

.iconbox{ height:270px;}


.modulcol {
	color:#FFF;
	line-height:40px;
	font-size:22px;
	max-width: 750px;
	margin:0 auto; 
	padding:20px
}
.modulcol span{ font-weight:800}
.modulcol  i {color:blue;}
.modulcol li{ border-bottom:1px dashed #1a8ddd; margin:30px 0px 30px 0px; padding-bottom:20px}
.modulcol .fa{   font-weight:500 !important; color:#FBE008; font-size:25px }
.modulcol span{ color:#FBE008;;  }
.modulcol { }

.modhb span { background-image:url(../images/bbg.png); color:#fff; padding:12px; line-height:3  }
.modhy span { background-image:url(../images/ybg.png); color:#fff; padding:12px; line-height:3  }