/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Poppins;
}

a {
    text-decoration: none !important;
    color: #0a9700 !important;
}

.omnyk-heading {
    font-weight: 700;
    font-size: 60px;
}

.omnyk-content {
    padding-top: 20px;
    text-align: justify !important;
    font-size: 16px;
    font-weight: 500;
}

.omnyk-btn {
    background-color: #76b900;
    color: white !important;
    font-weight: 700 !important;
    border: none !important;
}

.omnyk-btn:hover {
    background-color: #76b900;
    color: white !important;
    font-weight: 700 !important;
}

.container {
    max-width: 90% !important;
}

.row-spacing-top {
    margin-top: 5rem;
}

.view-more {
    font-weight: bold;
   /* text-decoration: underline !important;*/
    color: #000 !important;
}

.view-more:hover {
    color: #ffffff !important;
}

.vision-mission-content {
    margin-top: 5rem;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: black; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #76b900; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #76b900; 
}

/* floating social media css */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.icon-bar img {
    display: block !important;
    height: 35px !important;
}

/* starting intro video */
#intro {
    background: #000000bf;
}

#intro video {
    width: 100%;
    height: 91vh;
    object-fit: cover;
}

#intro img, #intro video {
    width: 100%;
    height: 91vh;
    object-fit: cover;
}

/* navbar */
.om-navbar{
    position: sticky;
    z-index: 10;
    top: 0;
}


.navbar-brand img {
    height: 40px;
    padding-left: 30px;
}

.navbar-nav li {
    padding: 0 15px;
}

.navbar-nav li a {
    float: right;
    text-align: left;
}

.navbar-nav li a:hover {
    color: #76b900 !important;
}

.navbar {
    background: #000000bf;
}

.navbar-toggler {
    border: none !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: unset !important;
}

/* about */
#about {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

.about-img {
    width: 100%;
    height: 450px !important;
    border-radius: 30px;
}

/* vision */
#vision {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* mission */
#mission {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* story */
#story {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

/* solutions */
#solutions {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

#solutions h3 {
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    color: #000;
    font-weight: 800;
}
.solutions-start
{
    font-size: 20px !important;
    text-align: start !important;

}
.solutions-end
{
    font-size: 20px !important;
    text-align: end !important;
}

.solutions-tl
{
    text-align: center !important;
}

@media only screen and (max-width: 767px) {
    .solutions-end{      
      text-align: center;
    }
}

.offering-image {
    height: 450px !important; 
    /* height: auto !important;*/
}

.solstat {
    height: 300px !important;
    /* height: 100% !important; */
}


/* testimonials */
#testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D0C9C0;
    color: #000;
}

.testimonial {
    border-right: 4px solid #2a3d7d;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    /* padding: 30px 30px 30px 130px; */
    padding: 1rem !important;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    /* border-top: 25px solid #76b900; */
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    /* border-top: 25px solid #76b900; */
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #76b900 !important;
    border-color: #76b900;
}

@media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }

    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
}

/* blogs */
#blogs {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D0C9C0;
}

.blog-img {
    height: 300px !important;
}

#blogs .card:hover .card-body{
    transition: 0.8s;
    /* background-color: #8b8b8b9b; */
    color: #000 !important;
    font-weight: bold !important;
}

#blogs .card:hover .card-body h1 {
    font-weight: bold !important;
}

#blogs .card h1 {
    font-size: 1.5rem !important;
}

.card-title {
    text-align: center;
    height: 4rem !important;
}
#blogs .card-title:hover{
    transition: 0.2s;
    color: #000000 !important;
    font-weight: bold !important;
}

#blogs .card-body:hover{
    transition: 0.8s;
    /* background-color: #8b8b8b9b !important; */
    font-weight: bold !important;
}

#blogs .col-md-4:hover .card-body-clr {
    transition: 0.8s;
    /* background-color: #8b8b8b9b; */
    color: #000000 !important;
    font-weight: bold !important;
}

#blogs .col-md-4:hover .card-title {
    font-weight: bold !important;
}

/* Contact */
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

.form-group {
    margin: 1rem 0;
}

.follow {
    background: #fff6;
    padding: 18px;
    margin: 66px;
    color: black;
    border-radius: 0.25rem;
    box-shadow: 0 10px 10px 0 rgb(86 86 86 / 80%)
}

.contact-info .fa {
    margin: 10px;
    color: #76b900 !important;
    font-weight: bold;
}

/* contact before footer */
#contact-before-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #000;
}

.contact-before-footer-header {
    font-weight: 600;
    font-size: 20px;
}

.contact-before-footer-content {
    font-size: 16px;
    font-weight: 500;
}

.cancellation-and-refunds {
    font-size: 16px;
    font-weight: 500;
}

.center-certs {
    text-align: center !important;
}

#contact-before-footer * {
    color: #fff;
}

.certs-img {
    height: 100px;
    margin: 0 1rem;
}

.footer-fa .fa-brands {
    margin: 0 1rem;
    font-size: 23px;
    text-align: center;
}

.contact-before-footer-content{
    color: #fff  !important;
}

.cancellation-and-refunds {
    color: #fff  !important;
}

.contact-before-footer-content:hover {
    color: #76b900 !important;
}

.cancellation-and-refunds {
    color: #76b900 !important;
}

/* footer */
#footer {
    background: #000;
    color: #fff;
    position: relative;
}

.footer-content {
    margin-top: 1rem;
    font-size: 12px;
}

.footer-content a {
    color: orange !important;
}

/* events */
#events {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D0C9C0;
}

.event-card-image {
    height: 300px;
}

#events .card:hover {
    transition: 0.8s;
    /* background-color: #8b8b8b9b;
    color: #76b900 !important; */
    font-weight: bold !important;
}

#events .card:hover .card-text .text-muted {
    color: #000 !important;
}

/* all blogs */
.blog-card-image {
    height: 200px;
}

/* event_details */
#event_details, #blog_details {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D0C9C0;
}

.event_details_social, .event_details_giveway_heading {
    margin-top: 3rem;
}

.event_details_giveway_or, .event_details_giveway_register {
    margin-top: 6rem;
}

/* testimonials */
#testimonials {
	padding-top: 50px;
	padding-bottom: 50px;
}

#testimonials h1 {
	text-align: center;
	padding-bottom: 10px;
}

::selection{
	color: #fff;
	background: #3ea0e2;
}

.wrapper {
	max-width: 1080px;
	margin: 50px auto;
	padding: 0 20px;
	position: relative;
}

.wrapper .center-line {
	position: absolute;
	height: 100%;
	width: 4px;
	background: black;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
}

.wrapper .row {
	display: flex;
}

.wrapper .row-1 {
	justify-content: flex-start;
}

.wrapper .row-2 {
	justify-content: flex-end;
}
  
.wrapper .row section {
	background: #A0BCC2;
	border-radius: 5px;
	width: calc(50% - 40px);
	padding: 20px;
	position: relative;
}
  
.wrapper .row section::before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	background: #fff;
	top: 28px;
	z-index: -1;
	transform: rotate(45deg);
}

.row-1 section::before {
	right: -7px;
}

.row-2 section::before {
	left: -7px;
}

.row section .icon, .center-line .scroll-icon {
	position: absolute;
	background: #f2f2f2;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: black;
	font-size: 17px;
	box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}

.center-line .scroll-icon {
	bottom: 0px;
	left: 50%;
	font-size: 25px;
	transform: translateX(-50%);
}
 
.row-1 section .icon {
	top: 15px;
	right: -60px;
}

.row-2 section .icon {
	top: 15px;
	left: -60px;
}

.row section .details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.row section .details .title {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.row section .details span {
	color: white;
}

.row section p {
	margin: 10px 0 17px 0;
	color: black;
}

@media(max-width: 790px) {
	.wrapper .center-line {
	  	left: 40px;
	}

	.wrapper .row {
	  	margin: 30px 0 3px 60px;
	}

	.wrapper .row section {
	  	width: 100%;
	}

	.row-1 section::before {
		left: -7px;
	}

	.row-1 section .icon {
	 	left: -60px;
	}

	.row section .details .title {
		font-size: 14px;
	}

	.row section p {
		font-size: 12px;
	}
}

@media(max-width: 440px) {
	.row section::before {
		display: none;
  	}

  	.row section .icon {
		display: none;
	}

	.wrapper .row {
	  	margin: 10px 0;
	}

	.row section .details .title {
		font-size: 14px;
	}

	.row section p {
		font-size: 12px;
	}

	.wrapper .center-line {
		height: 103%;
		left: 50%;
		top: -10px;
	}

	.scroll-icon {
		display: none;
	}

	.row section .details span {
		font-size: 12px;
	}
}

/* Privacy */
#privacy {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D0C9C0;
}

/* Terms */
#terms {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #D0C9C0;
}

/* ************************************************************************************* */

/* media query */
@media screen and (max-width: 480px) {
    /* all */
    .omnyk-heading {
        font-size: 44px;
        font-weight: 700;
        margin-bottom: -1rem;
    }
    
    .omnyk-content {
        font-size: 12px;
        padding-top: 10px;
    }

    .vision-mission-content {
        margin-top: 2rem;
    }

    .row-spacing-top {
        margin-top: 3rem;
    }

    /* starting intro video */
    #intro video {
        height: unset;
    }

    #intro img, #intro video {
        height: unset !important;
    }

    /* navbar */
    .navbar-brand img {
        height: 45px;
    }

    .dropdown-item {
        background-color: #404040 !important;
        color: white !important;
    }

    .dropdown-menu {
        background-color: unset !important;

    }

    .navbar-toggler {
        background: #343230;
    }

    /* about */
    .about-img {
        height: unset !important;
    }

    /* solutions */
    #solutions h3 {
        font-size: 36px;
    }

    .offering-image {
        height: unset !important;
    }
    
    /* contact */
    .follow {
        margin: 20px;
    }

    /* contact before footer */
    .certs-img {
        height: 50px;
    }

    .social-bar {
        margin-top: 1rem;
    }

    .center-certs {
        text-align: left !important;
    }

    /* footer */
    .footer-content {
        font-size: 8px;
    }

    /* event_details */
    .event_details_social, .event_details_giveway_heading {
        margin-top: 1rem;
    }

    .event_details_giveway_or, .event_details_giveway_register {
        margin-top: 2rem;
    }

    /* blogs */
    .blog-img {
        height: unset !important;
    }

    .card-title {
        height: unset !important;
    }

    .mob_mar_top {
        margin-top: 2rem !important;
    }
}

.show-on-mob {
    display: none;
}

@media screen and (max-width: 480px) {
    .show-on-mob {
        display: unset;
    }

    .show-on-screen {
        display: none;
    }

    .solutions-start {
        text-align: center !important;
    }

    .solutions-end {
        text-align: center !important;
    }
     .event-card-image {
        height: unset !important;
    }
}

