@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: black;
}

html {
/* 	width: 100%;
	height: 100%; */
	scroll-behavior: smooth;
/* 	scroll-padding-top: var(--scroll-padding, 0px) */
}

* {
	outline-color: transparent;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
button{
	border: none;
	outline: none;
}
.logo img {
	max-width: 250px;
	padding: 10px 0;
}
img {
	max-width: 100%;
	height: auto;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}
.mb-70{
	margin-bottom: 70px;
}
.mb-75{
	margin-bottom: 75px;
}
.mt-0{
	margin-top: 0;
}
.mt-50{
	margin-top: 50px;
}
.mt-60{
	margin-top: 60px;
}
.mt-70{
	margin-top: 70px;
}
.mt-75{
	margin-top: 75px;
}
:root {
	--transparent-color: transparent;
	--primary-color: #000;
	--white-color: white;
	--green-color: #1bb321;
	--yellow-color: #f7bf20;
	--black-color: #000;
	--p-color: #444444;
	--fw-500: 500;
	--footer-bg:#000000e0;
}

.main-layout {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    height: 100vh;
}
.main-layout > header, .main-layout > footer {
    flex: 0 0 auto;
}
.main-layout > main {
    flex: 1;
}

.title-s1{
	display: grid;
	width: 100%;
	grid-template-columns: 1fr;
	align-items:center;
	text-align:center;
	grid-gap:20px;
	color: var(--black-color);
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 1.4;
}

.text-center {
	text-align: center;
}

.container,.title-container,.shaonmd-slider-wraper {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
}

@media (max-width:1199px) {
	.container {
		padding: 0 15px;
	}
}

/* 
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
 *  */
section.others-page-title {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
section.others-page-title > div:first-child {
  grid-area: 1 / 1 / 2 / -1;
}
section.others-page-title > div:last-child {
  grid-area: 1 / 1 / 2 / -1;
  z-index: 1;
}
.bgimage-wrapper {
  position: relative;
}
.bg-only-images {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
/*   filter: blur(1px); */
}
.bgimages-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgb(0 0 0 / 0.5);
  backdrop-filter: blur(5px);
}

.title-section-h1 {
  width: 100%;
  text-align: center;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 90px 0;
}
.text-center {
  text-align: center;
}

h3.new-title-small {
    font-style: normal;
    text-transform: capitalize;
    color: #464545;
    font-size: 35px;
	font-weight: 500 !important;
    text-align: center;
    margin: 70px 0 50px;
    padding: 0;
}
/*
================================================================
All Title Inner start
================================================================
*/
section.title-all {
    margin-block: 70px;
}
#features section.title-all {
    margin-block: 0 70px;
}
#features,#software {
    padding-block-start: 90px;
}
#distributors {
	 padding-block: 90px;
}
.title-wrapper {
    max-width: 900px;
    margin-inline: auto;
}
.title-child:first-child {
    font-size: 3.3rem;
    font-weight: 600;
    color: black;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.title-child:last-child {
	font-size: 1.2rem;
    font-weight: 300;
    color: black;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
/*
================================================================
All Title Inner end
================================================================
*/
/*
================================================================
Top Section Start
================================================================
*/
section.top-section {
    background: #3B3A49;
}
.top-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    border-bottom: 2px solid #545353;
    padding-block-end: 0.3rem;
}
.top-parent:first-child {
    display: flex;
    gap: 1.5rem;
}
.top-parent:last-child {
    display: flex;
    justify-content: end;
    gap: 1.5rem;
}
.top-parent > div {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}
section.top-section img {
    filter: brightness(0) invert(1);
    width: 25px;
}
section.top-section a {
    color: white;
    text-decoration: none;
}
@media (max-width:991px) {
	.top-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 0.5rem;
	}
	.top-parent:first-child {
		display: flex;
		justify-content: center;
		gap: 1rem;
	}
	.top-parent:last-child {
		display: flex;
		justify-content: center;
		gap: 1rem;
	}
	.top-parent > div {
		display: flex;
		justify-content: start;
		gap: 10px;
		align-items: center;
	}
}

@media (max-width:767px) {
	.top-parent:first-child {
		display: grid;
		justify-content: center;
		gap: 0.5rem;
	}
}
/*
================================================================
Text Scrooing Start
================================================================
*/

section.text-scrooing-section {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-block: 1.5vw;
    margin-block: 1vw 1vw;
}
.text-scrooing-wrapper {
    max-width: 100%;
    overflow: hidden;
  }
  
  .text-scrooing {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 60s linear infinite;
  }
  
  .text-scrooing p {
    display: inline-block;
    --bs-stroke-width: 1px;
      --bs-primary-rgb: 0, 0, 0;
      --bs-stroke-rgb: var(--bs-primary-rgb);
      --bs-stroke-opacity: 1;
      --bs-stroke-width: 1.5px;
      -webkit-text-stroke: var(--bs-stroke-width) rgba(var(--bs-stroke-rgb), var(--bs-stroke-opacity));
      color: transparent !important;
      font-size: 3.75rem;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 0;
  }
  
  @keyframes marquee {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
  }

/*
================================================================
Text Scrooing end
================================================================
*/
/*
==================================================================
Navigation start
==================================================================
*/

.navigation-section {
	background: #3B3A49;
}

.navigation-container {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(40px, auto);
	position: relative;
	z-index: 2;
}

.sticky .logo-nav {
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.5s ease 0s;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	background-color: #3B3A49;
}

.sticky .nav-class-div ul li a {
	color: var(--white-color, white);
	font-weight: var(--fw-500, 500);
	text-transform: capitalize;
}

.sticky .nav-class-div ul li ul li a {
	color: var(--primary-color, white);
	font-weight: var(--fw-500, 500);
	text-transform: capitalize;
}

.navigation-section .logo-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: minmax(40px, auto);
	align-items: center;
}


/*---------------  */

.logo {
	grid-column: 1 /span 1;
}

.nav-class-div {
	grid-column: 2 /span 3;
	justify-self: end;
}

.menu-toggle {
	grid-column: 1/ span 3;
	display: none;
}

.nav-class-div ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none
}

.nav-class-div ul li {
	padding: 0;
	margin: 0 15px;
	display: inline-block;
	transition: 500ms left cubic-bezier(.57, .21, .69, 1.25);
}

.nav-class-div ul li {
	position: relative;
	list-style-type: none
}
.nav-class-div ul li.current-menu-item a, .nav-class-div ul li.current-menu-parent > a, .nav-class-div ul li.current-menu-parent ul li.current-menu-item a {
	color: #ff9a2a;
}
.nav-class-div ul li.menu-item-has-children:before {
    content: "";
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    right: -15px;
    top: 8px;
    margin-top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sticky .nav-class-div ul li.menu-item-has-children:before {
	color: var(--primary-color);
}

.sticky .nav-class-div ul li.active.menu-item-has-children:before {
	color: var(--primary-color);
}

.nav-class-div ul li.active.menu-item-has-children:before {
/* 	content: '\f0d7';
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	color: var(--primary-color); */
    content: "";
    font-weight: 900;
    color: var(--primary-color);
    position: absolute;
    right: -15px;
    top: 8px;
    margin-top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-class-div ul li ul {
	position: absolute;
	left: 0;
	background-color: var(--white-color);
	display: none;
	min-width: 200px;
}

.sticky .nav-class-div ul li ul {
	background-color: var(--white-color);
	box-shadow: 0 15px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.sticky .nav-class-div ul li ul a {
	color: var(--primary-color, white);
	font-weight: var(--fw-500, 500);
}
.sticky .nav-class-div ul li.current-menu-item a, .sticky .nav-class-div ul li.current-menu-parent > a, .sticky .nav-class-div ul li.current-menu-parent ul li.current-menu-item a {
	color: #ff9a2a;
}
.sticky .nav-class-div ul li ul li:not(:last-child) {
	border-bottom: 1px solid #dedcdc;
}

.nav-class-div ul li ul a {
	color: var(--primary-color, white);
	margin: 10px 1px;
	font-weight: var(--fw-500, 500);
}

.nav-class-div ul li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.nav-class-div ul li ul li:not(:last-child) {
	border-bottom: 1px solid #c0c0c061;
}

.nav-class-div ul li ul li a {
	margin: 0 10px;
	padding: 3px 0;
	text-transform: capitalize;
}

.nav-class-div ul li a {
	display: block;
	padding: 0 10px;
	margin: 15px 1px;
	text-decoration: none;
	color: var(--white-color, white);
	font-weight: var(--fw-500);
	text-transform: capitalize;
}
@media (max-width:1199px) {
	.navigation-container .sticky {
		padding: 0 15px;
	}
}
@media (max-width:767px) {
	.logo {
		display: block;
		color: var(--primary-color);
		grid-column: 1 /span 3;
	}
	.sticky .logo {
		color: var(--primary-color);
		grid-column: 1 /span 3;
	}
	.nav-class-div {
		grid-column: 1 / span 4;
        justify-self: stretch;
	}
	.menu-toggle {
		grid-column: span 1 / -1;
		grid-row: 1/span 1;
		display: block;
		font-size: 30px;
		justify-self: end;
		cursor: pointer;
	}
	
	.menu-toggle:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 22px;
		margin-top: 0;
		display: block;
		width: 40px;
		height: 40px;
		background-image: url('../images/mobile-menu.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		filter: brightness(0) invert(1);
	}
	.sticky .menu-toggle:before {
		color: var(--primary-color);
	}
	.menu-toggle.active:before {
		content: "";
		position: absolute;
		right: 15px;
		top: 22px;
		margin-top: 0;
		display: block;
		width: 40px;
		height: 40px;
		background-image: url('../images/mobile-menu.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.sticky .menu-toggle.active:before {
		color: var(--primary-color);
	}
	.nav-class-div {
		display: none;
	}
	.nav-class-div.active {
		display: block
	}
	.nav-class-div.active ul li {
		display: block
	}
	.nav-class-div ul li.menu-item-has-children:before {
		margin-top: 2px;
	}
	.nav-class-div ul {
		display: block
	}
	.nav-class-div ul li ul {
		position: static
	}
}

@media (max-width:767px) {
	.nav-class-div ul li.active ul {
		display: block
	}
}

@media (min-width:768px) {
	.nav-class-div ul li:hover ul {
		display: block
	}
}
@media (991px <= width <=  1500px) {
	.nav-class-div ul li {
		margin: 0 2px;
	}
	.nav-class-div ul li a {
		padding: 0 5px;
	}
}
/*
==================================================================
Navigation start end
==================================================================
*/


/* 
===================================================================
Hero Section start
===================================================================
*/

section.smnsschero {
	margin: 0;
	background-color: #3B3A49;
}

.smnsscherp-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
}

.smnsscherp-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
}

.smnsscherp-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
	background: #3B3A49;
	
}

.smnsscherp-item > div:first-child {
	grid-area: 1 / 2 / -1 / 3;
}

.smnsscherp-item > div:first-child {
	position: relative;
	z-index: 1;
}
.smnsscimages img {
    width: 100vw;
    height: 40vw;
    object-fit: contain;
}

/* .smnsscimages::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--primary-color,#100F11);
	opacity: 70%;
	z-index: 1;
} */
.smnsscherp-item > div:first-child .smnsscimages-overlay {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
}

.smnsscherp-item > div:last-child {
	grid-area: 1 / 1 / -1 / 2;
	display: grid;
	justify-items: start;
	align-content: center;
	color: white;
	max-width: 100%;
    padding-left: 7.25vw;
    padding-right: 7.25vw;
	padding-bottom: 5%;
}

.smnsscchild-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	row-gap: 30px;
	line-height: 1.1;
	max-width: 715px;
}

.smnsscherp-item > div > div:last-child div:nth-child(1) {
	font-size: 4vw;
	font-weight: 700;
	text-transform: uppercase;
}
.smnsscherp-item > div > div:last-child div:nth-child(1) span {
	color: #ffb120;
}
.smnsscherp-item > div > div:last-child div:nth-child(2) {
	font-size: 17px;
	line-height:1.6;
	font-weight: 400;
	text-transform: capitalize;
}

.smnsscherp-item > div > div:last-child div:nth-child(3) {
    font-size: 13px;
    font-weight: 400;
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    grid-gap: 1vw;
}

.smnsscherp-item > div > div:last-child div:nth-child(3) a {
	display: inline-grid;
	align-items: center;
	padding: 15px 15px;
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: 500;
	background: #ffb120;
	border-radius: 5px;
}

@media only screen and (max-width: 991px) {
	.smnsscchild-wrapper {
		row-gap: 15px;
		padding: 0 15px;
	}

	.smnsscherp-item > div > div:last-child div:nth-child(1) {
		font-size: 27px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.smnsscherp-item > div > div:last-child div:nth-child(2) {
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
	}
}


section.smnsschero .swiper-button-next, section.smnsschero .swiper-button-prev {
	position: absolute;
	top: unset;
	bottom: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

section.smnsschero .swiper-button-next:after, section.smnsschero .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size-no-use, 25px);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

section.smnsschero .swiper-button-prev, section.smnsschero .swiper-rtl .swiper-button-next {
	left: 2%;
	right: auto;
}

section.smnsschero .swiper-button-next, section.smnsschero .swiper-rtl .swiper-button-prev {
	right: 2%;
	left: auto;
}

section.smnsschero .swiper-horizontal>.swiper-pagination-bullets, section.smnsschero .swiper-pagination-bullets.swiper-pagination-horizontal, section.smnsschero .swiper-pagination-custom, section.smnsschero .swiper-pagination-fraction {
	width: 100%;
	color: #ffffff;
}
@media (max-width: 767px){	
.smnsscherp-item > div:first-child {
	grid-area: 1 / 1 / 2 / -1;
	place-items: center;
}
.smnsscherp-item > div:last-child {
	grid-area: 2 / 1 / 3 / -1;
}
.smnsscchild-wrapper {
    text-align: center;
    justify-items: center;
}
section.smnsschero .swiper-horizontal>.swiper-pagination-bullets, section.smnsschero .swiper-pagination-bullets.swiper-pagination-horizontal, section.smnsschero .swiper-pagination-custom, section.smnsschero .swiper-pagination-fraction {
	bottom: -5px;
}
}
/* 
===================================================================
Hero Section end
===================================================================
*/



/* all media */
@media (max-width: 767px){
section.smnssc-alaglance {
    background-color: var(--smoke-color, white);
    padding-block: 4rem 2rem;
}	
:nth-child( 1 of .smnssc-alaglance-child-child ) {
    font-size: 2.5rem;
    margin-block-end: 2vw;
}
.title-child:first-child {
    font-size: 2.5rem;
}
.text-scrooing p {
    display: inline-block;
    --bs-stroke-width: unset;
    --bs-primary-rgb: unset;
    --bs-stroke-rgb: unset;
    --bs-stroke-opacity: 1;
    --bs-stroke-width: unset;
    -webkit-text-stroke: unset;
    color: black !important;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
}
	:nth-child( 1 of .smnssc-alaglance-child ) {
    animation: none;
    padding-inline-end: 0;
}
}







/* 
====================================================================
contact-section start
====================================================================
*/
.contact-section {
    background: #D6FFFC;
    background: -moz-linear-gradient(top,#D6FFFC 0,#ffeff5 100%);
    background: -webkit-linear-gradient(top,#D6FFFC 0,#ffeff5 100%);
    background: linear-gradient(to bottom,#D6FFFC 0,#ffeff5 100%);
    padding-block: 2vw;
}
section.contact-section > div {
    width: min(90%, 1200px);
    padding-inline: 0;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
:nth-child( 1 of .contact-parent ) :nth-child( 1 of .contact-child ) {
    font-size: 45px;
    font-weight: 600;
    color: #050748;
    line-height: 1.3;
    text-transform: capitalize;
}
:nth-child( 1 of .contact-parent ) :nth-child( 2 of .contact-child ) {
    font-size: 16px;
    font-weight: 500;
    color: #050748;
    line-height: 1.5;
    text-transform: capitalize;
    margin-block: 20px;
}
:nth-child( 1 of .contact-parent ) :nth-child( 3 of .contact-child ) {
    font-size: 20px;
    font-weight: 500;
    color: #050748;
	margin-block-end: 20px;
}
.main-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.address-parent {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    align-items: center;
    grid-gap: 5px;
    align-content: center;
}

.address-child:first-child {
    width: 30px;
}

.address-child:last-child a {
    text-decoration: none;
    color: #050748;
    font-size: 15px;
}
.info-image-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 30px;
}
:nth-child( 1 of .info-image-parent ) div:first-child {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #050748;
}
:nth-child( 1 of .info-image-parent ) div:last-child {
	margin-block-start: 10px;
}
:nth-child( 1 of .info-image-parent ) div:last-child a {
	text-decoration: none;
    font-size: 16px;
    font-weight: 500;
	color: red;
}
.info-image-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 30px;
    background: white;
    padding-inline-start: 15px;
    border-radius: 5px;
}







.contact-parent:last-child {
    padding-block: 10px;
    padding-inline: 20px;
    background: #050748;
    border-radius: 5px;
}
@media ( max-width:767px ){ 
.contact-wrapper {
    grid-template-columns: 1fr;
}
}
/* --------Contact Form------------ */

.wpcf7 label {
    display: block;
	color: white;
	margin-block-end: 10px;
}
input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-select {
    min-height: 40px;
    border: 2px solid #ccc;
    padding: 10px;
    width: 100%;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
    outline:none;
}

input.wpcf7-form-control.wpcf7-submit {
	font-family: 'Poppins';
    width: fit-content;
    background: #AF191A;
    color: white;
    font-weight: bold;
    padding-inline: 20px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #69727d;
    border-radius: 3px;
    color: #000000;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 30px;
    fill: #ffffff;
    text-align: center;
    transition: all .3s;
    background: #ffb120;
	
	background-color: #ffb120;
    font-size: 16px;
    border: 2px solid #ffb120;
	
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: transparent;
	color: white;
    border: 2px solid #ffb120;
}

/* --------------- */

/* input.wpcf7-form-control.wpcf7-submit {
    background-color: #69727d;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 30px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
}
 */
/* 
====================================================================
contact-section end
====================================================================
*/





/*
==================================================================
Footer Start
==================================================================
*/
footer {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
	color: white;

}

footer > section.main-footer {
	padding: 4% 0;
}

.main-footer div .footer-child h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	border-bottom: 0;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 17px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 15px;
}

.main-footer div .footer-child:not(:first-child) h1 {
	border-bottom: 2px solid #ffffff;
}

.main-footer ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.main-footer ul li {
	padding: 0;
	margin: 10px 0;
	line-height: 28px;
}

.main-footer ul li a,
  .main-footer a {
	text-decoration: none;
	color: var(--white-color);
	transition: all 0.5s;
	font-size: 15px;
}

.main-footer ul li a:hover {
	color: #EB3649;
}

.main-footer > div {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 40px;
}

.main-footer > div > div:nth-child(1) {
	grid-column: 1 / 5;
}

.main-footer > div > div:nth-child(2) {
	grid-column: 6 / 8;
}

.main-footer > div > div:nth-child(3) {
	grid-column: 8 / 11;
	justify-self: center;
}

.main-footer > div > div:nth-child(4) {
	grid-column: 11 / 14;
	justify-self: end;
}

.footer-addres-child {
	text-align: justify;
}

.footer-social ul {
    display: flex;
    justify-content: start;
    gap: 1.5rem;
    margin-block-start: 20px
}

.footer-social a {
    font-family: 'Jost';
    color: #282828;
    text-decoration: none;
    font-size: 15px;
}

.footer-social svg {
    display: block;
    height: 1.5rem;
    fill: #ffffff;
    max-width: 2.5rem;
}
@media (max-width: 991.98px) {
	.main-footer > div > div:nth-child(1) {
		grid-area: 1 / 1 / span 1 / span 6;
	}

	.main-footer > div > div:nth-child(2) {
		grid-area: 1 / 7 / span 1 / span 6;
	}

	.main-footer > div > div:nth-child(3) {
		grid-area: 2 / 1 / span 1 / span 6;
		justify-self: stretch;
	}

	.main-footer > div > div:nth-child(4) {
		grid-area: 2 / 7 / span 1 / span 6;
		justify-self: stretch;
	}
}

@media (max-width: 575.98px) {
	.main-footer > div {
		grid-column-gap: 0px;
	}

	.main-footer > div > div:nth-child(1) {
		grid-area: 1 / 1 / span 1 / -1;
	}

	.main-footer > div > div:nth-child(2) {
		grid-area: 2 / 1 / span 1 / -1;
	}

	.main-footer > div > div:nth-child(3) {
		grid-area: 3 / 1 / span 1 / -1;
	}

	.main-footer > div > div:nth-child(4) {
		grid-area: 4 / 1 / span 1 / -1;
	}
}

.copyright {
	padding: 0 0 40px;
	color: #fff;
}

.copyright .copyright-wrapper {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: minmax(20px, auto);
	align-items: center;
	padding-top: 40px;
	border-top: 3px solid #ffffff;
}

.copyright .copyright-wrapper div:first-child {
	color: #ffffff;
	font-size: 16px;
}

.copyright .copyright-wrapper div:last-child {
	justify-self: end;
	display: flex;
	gap: 5px;
}
.copyright .copyright-wrapper div:last-child a {
    text-decoration: none;
    color: white
}
.copyright .copyright-wrapper div:last-child a:hover {
    text-decoration: underline;
}
.copyright .copyright-wrapper div:last-child div {
	background-color: #fff;
}

.copyright .copyright-wrapper div:last-child img {
	width: 45px;
	height: auto;
}

@media (max-width: 992px) {
	.copyright .copyright-wrapper {
		grid-template-columns: repeat(1, 1fr);
		place-items: center;
		text-align: center;
	}

	.copyright .copyright-wrapper div:last-child {
		justify-self: center;
	}
}
  
  /* ------------------------Footer------------------------ */
  
  /* ----Footer Social---- */

.footer-addres {
	display: grid;
	grid-auto-rows: minmax(20px, auto);
}

.social-icons {
	margin-top: 20px !important;
}

.social-icons li {
	display: inline-block;
	margin: 0 10px 5px 0 !important;
	position: relative;
	vertical-align: middle;
}

.social-icons li a {
	color: #fff;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
  /*-----------------------  */
.footer-child.child:nth-child(3) ul li {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

.footer-child.child:nth-child(3) ul li i {
	margin-right: 10px;
	font-size: 20px;
	color: #05fd97;
}
/*
==================================================================
Footer end
==================================================================
*/

/*
==================================================================
Scroll To Top start
==================================================================
*/

.scrollTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #ffb120;
	color: #fff;
	border: 1px solid #ffb120;
	border-radius: 5px;
	padding: 4px 14px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	z-index: 2;
}

.scrollTop.visible {
	opacity: 1;
}
/*
==================================================================
Scroll To Top end
==================================================================
*/


@media (max-width: 991px) {
.smnssc-alaglance-parent {
    grid-template-columns: 1fr;
}
}


sections.contact-page-section a {
    text-decoration: none;
    color: black;
}


sections.about-page-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
sections.about-page-section ul li {
    color: var(--primary-color);
    line-height: 1.5em;
    text-transform: capitalize;
    background: url('../images/icon-check.svg') no-repeat;
    background-position: left top;
    background-size: 24px auto;
    padding: 0 0 10px 40px;
    margin-bottom: 10px;
}

/* ----------- */
.about-wrapper {
    max-width: 1200px;
    margin-inline: auto;
}
.about-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
}




















/* 
==================================================================
Testimonal Page start
==================================================================
*/
section.testimonal-page-section {
    margin-block: 50px;
}
section.testimonal-page-section > div {
    max-width: 1200px;
    padding-inline: 2vw;
}
.testimonal-page-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}
.testimonal-page-parent {
    display: grid;
    grid-template-columns: fit-content(100%) 1fr;
    grid-gap: 40px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease-in;
    padding-inline: 20px;
    padding-block: 20px;
}

.testimonal-page-child.client-image img {
    border-radius: 50%;
    width: 150px;
}
.client-review img {
    width: 150px;
}

@media (max-width: 767px) {
	section.testimonal-page-section > div {
		padding-inline: 7.25vw;
	}
	.testimonal-page-parent {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}
}


/* Pagination */


.custom-pagination ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.custom-pagination li {
    margin: 0 5px;
}

.custom-pagination a,
.custom-pagination span {
    display: block;
    padding: 5px 16px;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-pagination a:hover {
    background-color: red;
    color: #fff;
}

.custom-pagination .current {
    background-color: #ffb120;
    color: #000000;
}

/* 
==================================================================
Testimonal Page end
==================================================================
*/

/* 
============================================================
Blog start
============================================================
*/

.blog {
    padding: 0 0 5%;
}
.blog > .container {
    max-width: 1280px;
    padding-inline: 2vw;
}
.blog .blog-main-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 30px;
}

.blog-wrapper {
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 6px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 3px 6px 0 rgba(10, 31, 68, 0.1);
    transition: all .5s;
    border-radius: 5px;
}

.blog-wrapper:hover {
    -webkit-box-shadow: 0 5px 26px 0 rgba(10, 31, 68, 0.12);
    box-shadow: 0 5px 26px 0 rgba(10, 31, 68, 0.12);
}

.blog-wrapper > div:nth-child(2) {
    padding: 1.5rem 2.5rem 1rem;
    color: var(--p-color);
}

.blog-wrapper > div:nth-child(3) {
    padding: 0 2.5rem 1rem;
    line-height: 1.65;
    color: var(--black-color);
    font-weight: 500;
    height: 100%;
}

.blog-wrapper > div:nth-child(4) {
    padding: .5rem 2.5rem 2.5rem;
    margin-top: auto;
    width: 100%;
}

.blog-images img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.author img {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 60px !important;
    -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 10px 0 rgba(10, 31, 68, 0.1);
    box-shadow: 0 0 1px 0 rgba(10, 31, 68, 0.08), 0 3px 10px 0 rgba(10, 31, 68, 0.1);
}

.author-img {
    position: relative;
    display: grid;
    justify-items: end;
}

.author-img::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 90px;
    border-bottom: 2px solid #f2f2f2;
}
.author .date {
    color: var(--p-color);
}
.blog-wrapper .catagory-name a{
    color: var(--p-color)
}
.blog-wrapper .title a{
    color: var(--black-color);
}

/* 
============================================================
Blog end
============================================================
*/
/* 
=================================================================================
Pagination Section start
====================================================================================
 */

.pagination-section {
	text-align: center;
	padding: 40px 0 20px;
}

.pagination-section ul li:not(:first-child):not(:last-child) {
	display: inline-grid;
	justify-items: center;
	margin: 0 5px
}

.pagination-section ul li.pag-prev {
	float: left;
}

.pagination-section ul li.pag-next {
	float: right;
}

.pagination-section ul li.pag-prev a,
.pagination-section ul li.pag-next a {
	border-bottom: 4px solid #ff671f;
	padding-bottom: 4px;
}

.pagination-section ul li a {
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	display: block;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.pagination-section ul li a:hover {
	color: #4c4c4c;
}

.pagination-section ul li a i {
	color: #231f20;
	font-size: 1.6rem;
	margin: 0 0.5rem;
}

.pagination-section ul li.active a {
	color: #4c4c4c;
}

/* 
------------------------ 
 Extra Pagination
------------------------
*/

.nav-links {
	text-align: center;
}

.nav-links a:not(:first-child):not(:last-child) {
	display: inline-grid;
	justify-items: center;
	margin: 0 5px
}

.nav-links .prev {
	float: left;
}

.nav-links .next {
	float: right;
}

.nav-links a.prev,
.nav-links a.next {
	border-bottom: 4px solid red;
	padding-bottom: 4px;
}

.nav-links a {
	font-size: 1.4rem;
	font-weight: 600;
	color: black;
	text-decoration: none;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.nav-links a:hover {
	color: #4c4c4c;
}

.nav-links ul li a i {
	color: #231f20;
	font-size: 1.6rem;
	margin: 0 0.5rem;
}

.nav-links .current {
	color: #4c4c4c;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 5px;
}
/* 
=================================================================================
Pagination Section end
====================================================================================
 */



/* Single Post */


.single-contener {
    max-width: 1200px;
    margin-inline: auto;
}

.single-contener .entry-content {
    margin-block: 20px;
    line-height: 2;
    font-family: 'Poppins';
    text-align: justify;
}

.single-contener .post-thumbnail img {
    display: block;
    margin-inline: auto;
}

.single-contener .entry-meta {
    /* display: grid; */
    text-align: center;
    margin-block-end: 25px;
}

.single-contener h1.entry-title {
    text-align: center;
    margin-block: 30px;
    font-size: 36px;
}

.single-contener .entry-meta a {
    text-decoration: none;
    color: black;
}











/*  */

.packages-wrapper {
    max-width: 500px;
    margin-inline: auto;
    background: #050748;
    padding: 20px;
    margin-block: 50px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white;
    text-align: center;
}

sections.packages-title-section {
    margin-block: 50px;
    /* font-weight: 700; */
    display: flow-root;
    font-family: sans-serif;
}



/*
====================================================================
loki-features start
====================================================================
*/

.loki-features-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 50px;
	margin-block-end: 70px;
}

.loki-features-parent:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.loki-features-parent:last-child .loki-features-child {
    display: grid;
    grid-template-columns: 100px 1fr;
	grid-gap: 20px 30px;
}

.loki-features-parent:last-child .loki-features-child .loki-features-child-child:first-child {
    background: white;
}
.loki-features-parent:last-child .loki-features-child .loki-features-child-child:first-child img {
    width: 80px;
    display: block;
    margin-inline: auto;
    border-radius: 50%;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.loki-features-parent:last-child .loki-features-child .loki-features-child-child:last-child {
    background: white;
}
.loki-features-parent:last-child .loki-features-child .loki-features-child-child:last-child div:first-child {
    font-size: 18px;
    font-weight: 600;
}
.loki-features-parent:last-child .loki-features-child .loki-features-child-child:last-child div:last-child {
    line-height: 1.5;
}
@media ( max-width: 991px ) {
	.loki-features-wrapper {
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
	.loki-features-parent:last-child {
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
}
/*
====================================================================
loki-features end
====================================================================
*/
/*
====================================================================
loki-built-ui start
====================================================================
*/
section.loki-built-ui {
    background-color: #f9f7f7;
}
.loki-built-ui-wrapper {
    display: grid;
    grid-template-columns: 2fr 1.4fr;
    column-gap: 50px;
}
.loki-built-ui-parent:first-child {
    padding: 50px;
    background: #ededed;
}
.loki-built-ui-parent:last-child {
    align-self: center;
    padding-inline: 2vw;
	padding-block: 2vw;
}
.loki-built-ui-parent:last-child > div :nth-child( 1 of .loki-built-ui-child-child) {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-block-end: 20px;
}
.loki-built-ui-parent:last-child > div :nth-child( 2 of .loki-built-ui-child-child) {
    font-size: 1rem;
    font-weight: 300;
    color: black;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-block-end: 27px;
}
.loki-built-ui-parent:last-child > div :nth-child( 3 of .loki-built-ui-child-child) ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.loki-built-ui-parent:last-child > div :nth-child( 3 of .loki-built-ui-child-child) ul li {
    color: var(--primary-color);
    line-height: 1.7em;
    text-transform: capitalize;
    background: url('../images/check-circle.svg') no-repeat;
    background-position: left top;
    background-size: 24px auto;
    padding: 0 0 10px 40px;
    margin-bottom: 10px;
    font-size: 15px;
}
.loki-built-ui-parent:last-child > div :nth-child( 4 of .loki-built-ui-child-child) {
    display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    grid-gap: 50px;
    justify-content: center;
    margin-block-start: 30px;
}
.loki-built-ui-parent:last-child > div :nth-child( 4 of .loki-built-ui-child-child) a {
    display: block;
    text-decoration: none;
    padding: 5px 50px;
    border: 2px solid #3B3A49;
    color: white;
    background-color: #3B3A49;
    border-radius: 50px;
	transition: all 0.3s;
	white-space: nowrap;
}
.loki-built-ui-parent:last-child > div :nth-child( 4 of .loki-built-ui-child-child) a:hover {
    border: 2px solid #3B3A49;
    color: #3B3A49;
    background-color: transparent;
}
@media ( 992px <= width => 1200px ) {
.loki-built-ui-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}
}
@media ( max-width: 991px ) {
.loki-built-ui-wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
}
}
@media ( max-width: 767px ) {
.loki-built-ui-parent:last-child > div :nth-child( 4 of .loki-built-ui-child-child) {
    grid-template-columns: fit-content(100%);
    grid-gap: 30px;
    text-align: center;
}
}
/*
====================================================================
loki-built-ui end
====================================================================
*/

/*
====================================================================
loki-vs-toolbox Start
====================================================================
*/
section.loki-vs-toolbox > div {
    width: min(90%, 1400px);
}
.loki-vs-toolbox-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 50px;
}
.loki-vs-toolbox-parent {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
}

:nth-child( 1 of .loki-vs-toolbox-child ) {
    background: #3B3A49;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-block: 10px;
	padding-inline: 10px;
}
:nth-child( 2 of .loki-vs-toolbox-child ) {
    padding-block: 10px;
	padding-inline: 10px;
}
:nth-child( 2 of .loki-vs-toolbox-child ) img {
	display: block;
	margin-inline: auto;
}
:nth-child( 3 of .loki-vs-toolbox-child ) {
    padding-block: 10px;
    padding-inline: 10px;
    font-size: 3vw;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
}
:nth-child( 4 of .loki-vs-toolbox-child ) {
    display: flex;
    justify-content: center;
    padding-block: 10px;
    padding-inline: 10px;
}
:nth-child( 4 of .loki-vs-toolbox-child ) a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 50px;
    border: 2px solid #3B3A49;
    color: white;
    background-color: #3B3A49;
    border-radius: 50px;
	transition: all 0.3s;
}
:nth-child( 4 of .loki-vs-toolbox-child ) a:hover {
    border: 2px solid #3B3A49;
    color: #3B3A49;
    background-color: transparent;
}
:nth-child( 5 of .loki-vs-toolbox-child ) {
    display: flex;
    justify-content: center;
    padding-block: 10px;
    padding-inline: 10px;
	font-weight: 600;
}
:nth-child( 6 of .loki-vs-toolbox-child ) {
    padding-block: 10px;
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
	align-items: center;
}
.loki-vs-toolbox-child-child {
    line-height: 1.7em;
    background: url(../images/check-circle.svg) no-repeat;
    background-position: left center;
    background-size: 24px auto;
    padding-inline-start: 30px;
    margin-block-end: 10px;
}
/*
====================================================================
loki-video Start
====================================================================
*/
section.loki-video {
    background-color: #3B3A49;
}
.loki-video-wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 1000px);
    justify-content: center;
    margin-block: 70px;
    padding-block: 70px;
}
.loki-video-child {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.loki-video-child iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}
/*
====================================================================
loki-video end
====================================================================
*/

/*
====================================================================
latest-news start
====================================================================
*/
section.latest-news {
    margin-block-end: 50px;
}
section.latest-news > div {
    width: min(90%, 1600px);
}
.latest-news-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 35px;
}
.latest-news-wrapper a {
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest-news-wrapper .latest-news-parent:hover  a {
    color: white;
}
.latest-news-child:first-child img {
    border-radius: 5px 5px  0px 0px;
    background-color: #333;
}
.latest-news-child:last-child {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px;
   transition: box-shadow 0.2s ease-in;
}
/* .latest-news-child:last-child:hover {
  background:red
} */
.latest-news-child:last-child div:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    padding-block: 1.5em;
    padding-inline: 1.5em;
}
.latest-news-child:last-child div:last-child {
    padding-block: 0 1.5em;
    padding-inline: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.latest-news-parent .latest-news-child:last-child div:first-child a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*
====================================================================
latest-news end
====================================================================
*/
.latest-news-parent .latest-news-child:last-child,
.latest-news-parent .latest-news-child:last-child div:first-child {
	transition: all 0.3s;
}
.latest-news-parent:hover .latest-news-child:last-child {
	background-color: #333;
	color: white;
	border-radius: 0 0 5px 5px
}
.latest-news-parent:hover .latest-news-child:last-child div:first-child {
	color: white;
}
.latest-news-child:first-child {
	position: relative;
}
.latest-news-parent .latest-news-child:first-child {
    overflow: hidden;
}
.latest-news-parent .latest-news-child:first-child::before {
    position: absolute;
    top: 0px;
    left: -75%;
    z-index: 1;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    opacity: 0;
}

.latest-news-parent:hover .latest-news-child:first-child::before {
    animation: 0.75s ease 0s 1 normal none running shineBox;
	opacity: 1;
}


@-webkit-keyframes shineBox {
    100% {
        left: 125%;
    }
}

@keyframes shineBox {
    100% {
        left: 125%;
    }
}















/*
====================================================================
latest-news Effect
====================================================================
*/

.kd-photobox {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.kd-photobox .photobox-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kd-photobox .photobox-img img {
    width: 100%;
    height: auto;
}

/*----- Shine effect -----*/

.kd-photobox.shine-effect .photobox-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=1 );
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.kd-photobox.shine-effect:hover .photobox-img::before {
    -webkit-animation: shineBox .75s;
    -moz-animation: shineBox .75s;
    -o-animation: shineBox .75s;
    animation: shineBox .75s;
}

@-webkit-keyframes shineBox {
	100% {
		left: 125%;
	}
}
@-moz-keyframes shineBox {
	100% {
		left: 125%;
	}
}
@-o-keyframes shineBox {
	100% {
		left: 125%;
	}
}
@keyframes shineBox {
	100% {
		left: 125%;
	}
}

/*----- Circle effect -----*/

.kd-photobox.circle-effect .photobox-img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.kd-photobox.circle-effect:hover .photobox-img::before {
    -webkit-animation: circleBox .75s;
    -moz-animation: circleBox .75s;
    -o-animation: circleBox .75s;
    animation: circleBox .75s;
}

@-webkit-keyframes circleBox {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@-moz-keyframes circleBox {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@-o-keyframes circleBox {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circleBox {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*----- Flash effect -----*/

.kd-photobox.flash-effect:hover .photobox-img img {
    opacity: 1;
    -webkit-animation: flashBox 0.6s;
    animation: flashBox 0.6s;
}

@-webkit-keyframes flashBox {
	0% {
		opacity: 1;
	}
  20% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes flashBox {
  0% {
		opacity: 1;
	}
  20% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes flashBox {
  0% {
		opacity: 1;
	}
  20% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flashBox {
  0% {
		opacity: 1;
	}
  20% {
		opacity: .8;
	}
	100% {
		opacity: 1;
	}
}

/*----- Opacity effect -----*/

.kd-photobox.opacity-effect .photobox-img img {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.kd-photobox.opacity-effect:hover .photobox-img img {
    opacity: 1;
}

/*----- Grayscale effect -----*/

.kd-photobox.grayscale-effect .photobox-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.kd-photobox.grayscale-effect:hover .photobox-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/*----- END Filters -----*/





.nav-vocous.sticky {
  position: fixed; /* or sticky if preferred */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.scrollTop {
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}