@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SpaceGrotesk-Medium';
    src:url('../fonts/SpaceGrotesk-Medium.woff') format('woff'),
        url('../fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium') format('svg'),
        url('../fonts/SpaceGrotesk-Medium.eot'),
        url('../fonts/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype');
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  height: 100%;
}
:root {
  --primary: #0a65e8;
  --secondary: #037bc4 ;
  --darkprimary: #08377a ;
  --black: #000;
  --white: #fff;
  --grey: #464646;
  --lightgrey: #f5f5f5;
  --primaryfont: helveticaregular;
  --primaryfontbold: helveticabold;
  --secondaryfontmedium: SpaceGrotesk-Medium;
  --redcolor: red;
}
body {
	font-family: var(--primaryfont);
	font-size: 1rem;
	color: var(--grey);
	overflow-x: hidden;
}
.color-primary{
	color: var(--primary);
}
.bg-light{
	background-color: var(--lightgrey);
}
img{
	max-width: 100%;
}
.container-full {
	padding-left: 120px;
	padding-right: 120px;
	width: 100%;
}
.section-padding{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-padding__top{
	padding-top: 100px;
}
.section-padding__btm{
	padding-bottom: 100px;
}
.pt-50{
	padding-top: 50px;
}
.mb-50{
	margin-bottom: 50px;
}
.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 60px;
}
.h-100{
	height: 100%;
}
.justify-center {
	text-align-last: center;
	text-align: justify;
}
.heading-h2{
	font-size: 48px;
	color: var(--black);
	font-family: var(--primaryfontbold);
}
.btn {
	border-radius: 30px;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 50px;
	color: var(--white);
}
.btn-primary {
	background: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover{
	background: var(--secondary);
	border-color: var(--secondary);
	color: var(--white);
}
.btn-secondary:active, .btn-primary:first-child:active {
	color: #fff;
	background: var(--primary);
	border-color: var(--primary);
}
.btn-icon{
	margin-left: 15px;
}
.site-header {
	position: fixed;
	z-index: 1024;
	width: 100%;
	top: 0;
	padding-top: 20px;
	transition: .3s;
}
.site-header.fixed-header {
	background-color: #fff;
	padding-top: 0;
}
.site-logo img {
	max-width: 250px;
	height: auto;
	transition: .3s;
}
.logo-blue{
	display: none;
}
.fixed-header .logo-blue{
	display: block;
}
.fixed-header .logo-white{
	display: none;
}
	
.fixed-header .site-logo img {
	max-width: 110px;
	height: auto;
	transition: .3s;
}

.site-nav li + li {
	padding-left: 60px;
}
.site-nav .navbar-nav a {
	color: var(--white);
	text-decoration: none;
	transition: .3s;
	font-size: 16px;
}
.fixed-header .site-nav .navbar-nav a{
	color: var(--black);
}
.site-nav .navbar-nav a:hover, .site-nav .navbar-nav .active a {
	color: var(--primary);
	transition: .3s;
}
.site-lang .lang-flag {
	width: 24px;
	display: inline-block;
}
.site-lang {
	margin-left: 30px;
}
.site-lang .btn.dropdown-toggle {
	background-color: var(--primary);
	color: var(--white);
	padding: 4px 16px;
}
.site-lang .btn.dropdown-toggle.show{
	border: 0;
	background-color: var(--secondary);
}
.site-header .dropdown-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}
.site-lang .dropdown-menu ul li{
	display: block;
	padding: 0;
}
.site-header .dropdown-menu {
	padding: 0;
	border-radius: 11px;
	margin-top: 10px;
	left: auto;
	right: 0;
}
.site-header .dropdown-menu ul li:first-child a {
	border-top: 0;
	border-radius: 10px 10px 0 0;
}
.site-header .dropdown-menu ul li:last-child a {
	border-radius: 0 0 10px 10px;
}
.site-header .dropdown-menu ul li a {
	padding: 15px 15px;
	display: block;
	color: var(--black);
	border-top: 1px solid var(--lightgrey);
	transition: .3s;
	text-decoration: none;
}
.site-header .dropdown-menu ul li a:hover {
	background-color: var(--grey);
	transition: .3s;
	color: var(--white);
}
.hero {
	height: 100vh;
}
.hero .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.hero-slider {
	height: 100%;
	width: 100%;
}
.hero-slider .hero-slider__single {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	height: 100vh;
	display: flex !important;
	align-items: center;
	padding-top: 150px;
}
.hero-slider__content {
	max-width: 1024px;
	padding-right : 50px;
	width: 100%;
	margin-top: -50px;
	color: var(--white);
}
.hero-slider__content h2 {
	font-size: 56px;
	font-family: var(--primaryfontbold);
	line-height:80px;
	text-transform: capitalize;
	position: relative;
	opacity: 0;
	left: 250px;
	transition: 1s;
}
.hero-slider__content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
	line-height: 28px;
	position: relative;
	opacity: 0;
	left: 350px;
	transition: 1s;
}
.hero-slider__content-btn {
	margin-top: 30px;
	position: relative;
	opacity: 0;
	left: 400px;
	transition: 1s;
}
.hero-slider .slick-active .hero-slider__content h2{
	opacity: 1;
	left: 0;
}
.hero-slider .slick-active .hero-slider__content h3{
	opacity: 1;
	left: 0;
}
.hero-slider .slick-active .hero-slider__content .hero-slider__content-btn{
	opacity: 1;
	left: 0;
}
.hero-slider .slick-dots {
	bottom: auto;
	top: 50%;
	right: 30px;
	width: auto;
	z-index: 99;
	margin-top: -50px;
}
.hero-slider .slick-dots li {
	display: block;
	width: 20px;
	height: 20px;
	margin: 15px 0;
	border: 1px solid var(--white);
	border-radius: 10px;
}
.hero-slider .slick-dots li.slick-active{
	border: 1px solid var(--primary);
}
.hero-slider .slick-dots li button{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--white);
	border-radius: 4px;
	padding: 0;
}
.hero-slider .slick-dots li.slick-active button{
		background: var(--primary);
}
.slick-dots li button::before {
	display: none;
}
.feature-title-small {
	font-family: var(--secondaryfontmedium);
	color: var(--black);
}
.feature-headings h1 {
	font-size: 52px;
	color: var(--black);
	text-transform: capitalize;
	font-family: var(--primaryfontbold);
}
.feature-content {
	height: 100%;
	font-size: 16px;
	padding-left: 100px;
}
.media-round {
	border-radius: 50px;
	overflow: hidden;
}
.about-yezz__media {
	position: relative;
}
.aligned-btm {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about-yezz__media-circle {
	position: absolute;
	z-index: -2;
	bottom: 60px;
	-webkit-animation: spin 6s linear infinite;
	-moz-animation: spin 6s linear infinite;
	animation: spin 6s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.about-yezz__content {
	padding-left: 100px;
}
.about-yezz__content-text {
	margin-top: 30px;
	text-align: justify;
}
.check-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.check-list li {
	background-image: url('../images/check-box.png');
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0 0 29px;
	margin: 0 0 20px 0;
	display: block;
	background-size: 18px;
	background-position: 0px 4px;
}
.module-section {
	padding: 100px 0 100px 0;
	color: var(--white);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}
.module-section__head{
	text-align: center;
}
.module-section__head h2{
	color:var(--white)
}
.module-section__head h3 {
	font-size: 24px;
	margin-top: 20px;
}
.module-section__single {
	margin-top: 90px;
	padding-bottom: 90px;
}
.module-section__single__text {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.module-section__single-heading .feature-title-small {
	color: var(--white);
	text-align: left;
}
.module-section__single-heading h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: var(--primaryfontbold);
}
.module-section__single-content {
	background: var(--grey);
	width: 130%;
	z-index: 2;
	padding: 50px;
	border-radius: 20px;
	position: relative;
	top: 50px;
}
.module-section__single-media {
	border-radius: 10px;
	overflow: hidden;
}
.module-section__single-media-left .module-section__single-counter, .module-section__single-media-left .module-section__single-heading, .module-section__single-media-left .module-section__single-heading .feature-title-small {
	text-align: right;
}
.module-section__single-media-left .module-section__single-content{
	left: -30%;
}
.services-list__wrap {
	margin-top: 100px;
}
.service-list__single {
	position: relative;
	background: var(--white);
	box-shadow: 0 0 38px 0 rgb(0 0 0/8%);
	border-radius: 10px;
	padding: 100px 30px 55px 30px;
	height: 100%;
}
.service-list__single-icon {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 30px;
	background-color: var(--primary);
	border-radius: 50%;
	top: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-list__single-icon-rotate {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	 -webkit-animation:spin 6s linear infinite;
    -moz-animation:spin 6s linear infinite;
    animation:spin 6s linear infinite;
}
.service-list__single-icon-rotate::before, .service-list__single-icon-rotate:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--primary);
	border-radius: 50%;
	left: 50%;
	transform: translate(-50% ,0);
}
.service-list__single-icon-rotate:after{
	bottom: -16px;
}
.service-list__single-icon-rotate::before {
	top: -16px;
}
.service-list__single-icon img{
	max-width: 60%;
}
.service-list__single-content h3 {
	font-size: 22px;
	color: var(--black);
	margin-bottom: 0;
	min-height: 65px;
}
.service-list__single-content-link {
	text-decoration: none;
	color: #666;
	position: absolute;
	bottom: 30px;
}
.service-list__single-content-link:hover{
	color: var(--primary);
	transition: .3s;
}
.service-list__single-content-link .btn-icon {
	transition: .3s;
}
.service-list__single-content-link:hover .btn-icon {
	margin-left: 25px;
	transition: .3s;
}
.media-right .about-yezz__content {
	padding-left: 0;
	padding-right: 100px;
}
.contact-section {
	background-size: cover;
	background-position: 50% 50%;
	color: var(--white);
	background-attachment: fixed;
}
.contact-section__content h3 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact-section__content h4 {
	font-size: 48px;
	font-family: var(--primaryfontbold);
	text-transform: capitalize;
	margin-bottom: 50px;
}
.site-footer{
	background-color: var(--darkprimary);
	padding-top: 80px;
	color: var(--white);
}
.footer-logo{
	margin-bottom: 30px;
}
.footer-logo img {
	max-width: 200px;
}


.footer-copyright {
	margin-top: 50px;
	padding-bottom: 20px;
	font-size: 14px;
}
.footer-copyright .container {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.footer-copyright__links{
	text-align: right;
}
.footer-copyright__links a + a{
	margin-left: 25px;
}
.footer-copyright__links a{
	color: var(--white);
	text-decoration: none;
	transition: .3s;
}
.footer-copyright__links a:hover{
	color: var(--lightgrey);
}
.footer-single__justify {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer-single h4 {
	font-size: 22px;
	margin-bottom: 20px;
}
.footer-links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-links li {
	margin-bottom: 10px;
}
.footer-links li a {
	color: var(--white);
	text-decoration: none;
	font-size: 14px;
}
.footer-links li a:hover{
	color: var(--lightgrey);
}
.contact-info li {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
}
.contact-info li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 14px;
}
.footer-links.footer-social{
	margin-top: 20px;
}
.footer-links.footer-social li  + li {
	margin-left: 20px;
}
.footer-links.footer-social li {
	margin: 0;
	display: inline-block;
}
.footer-links.footer-social li a{
	font-size: 18px;
}

.page-hero {
	background-image: url('../images/page-hero.jpg');
	padding-top: 150px;
	padding-bottom: 80px;
	background-size: cover;
	background-position: 50% 50%;
}
.page-hero__content {
	text-align: center;
	color: var(--white);
}
.page-hero__content h1 {
	font-size: 60px;
	font-family: var(--primaryfontbold);
	line-height: 80px;
	text-transform: capitalize;
}
.page-hero__content h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
}
.contact-left .heading-h2 {
	margin-bottom: 20px;
}

.contact-offices {
	margin-top: 50px;
}
.contact-offices h4 {
	font-family: var(--secondaryfontmedium);
}
.contact-offices .footer-links li a {
	color: var(--grey);
	text-decoration: none;
	font-size: 14px;
}
.contact-offices .footer-links li a:hover{
	color: var(--black);
}
.contact-right {
	margin-left: 100px;
	padding: 70px 50px;
	border-radius: 20px;
	box-shadow: 0 4px 50px rgba(0,0,0,.10);
}
.contact-form .form-group + .form-group {
	margin-top: 40px;
}
.contact-form .form-control {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #d9d9d9;
	background-color: transparent;
	padding: 0 0 15px 0;
	color: var(--black);
	font-size: .95rem;
}

.form-error {
	color: var(--redcolor);
	font-size: 13px;
	margin-top: 5px;
}
.media-video video {
	max-width: 100%;
}
.chatbot-page .about-yezz__content {
	padding-left: 50px;
}
.restart-with__sound.btn {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 15px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 6px 12px;
}
.chatbot-ppt__modal form {
	margin: 30px 0;
}
.form-group.btn-right {
	text-align: right;
}
.chatbot-ppt__modal .contact-form .form-control {
	border: 1px solid #d9d9d9;
	padding: 9px 10px;
	border-radius: 30px;
}
.chatbot-ppt__modal .contact-form .form-group + .form-group {
	margin-top: 20px;
}
.ppt-thankyou {
	padding: 30px;
}
.ppt-thankyou h2 {
	margin-bottom: 30px;
}
.error-message {
	color: red;
	font-size: 14px;
	margin-top: 5px;
}
.full-loader {
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 2050;
	width: 100%;
	height: 100%;
	display: none;
}
.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
}
.loader-img img {
	max-width: 100%;
}
@media (max-width: 1366px){
	.container-full {
		padding-left: 60px;
		padding-right: 60px;
	}
	.site-logo img {
		max-width: 170px;
	}
	.hero-slider__content h2 {
		font-size: 52px;
	}
	.heading-h2 {
		font-size: 42px;
	}
	.service-list__single-content h3 {
		font-size: 18px;
	}
	.contact-section__content h4 {
		font-size: 42px;
	}
}
@media (max-width: 1199px){
	body {
		font-size: .95rem;
	}
	.container-full {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-header{
		padding-top: 10px;
	}
	.site-logo img {
		max-width: 120px;
	}
	.site-nav .navbar-toggler {
		padding: 0;
		box-shadow: none;
		border: 0;
		position: absolute;
		right: 0;
	}
	.site-nav .navbar-toggler-icon {
		background-image: none;
		background-color: var(--white);
		width: 34px;
		height: 2px;
		display: block;
		margin: 8px 0;
	}
	.site-nav .offcanvas-body {
		padding-left: 0;
		padding-right: 0;
	}
	.site-nav li {
		margin: 0;
	}
	.site-nav li + li {
		padding-left: 0;
	}
	.site-nav li a {
		display: block;
		border-radius: 0;
		border-top: 1px solid rgba(0,0,0,.12);
		padding: 12px 30px;
	}
	.site-nav .navbar-nav a {
		color: var(--black);
		text-decoration: none;
		transition: .3s;
	}
	.fixed-header .site-nav .navbar-toggler-icon {
		background-image: none;
		background-color: var(--black);
		width: 34px;
		height: 2px;
		display: block;
		margin: 8px 0;
	}
	.site-lang {
		margin-left: 0;
		margin-right: 60px;
	}
	.hero-slider .hero-slider__single {
		padding-top: 90px;
	}
	.hero-slider__content h2 {
		font-size: 48px;
		line-height: 56px;
	}
	.feature-headings h1 {
		font-size: 42px;
	}
	.feature-content {
		padding-left: 20px;
	}
	.about-yezz__content {
		padding-left: 20px;
	}
	.media-right .about-yezz__content {
		padding-right: 20px;
	}
	.heading-h2 {
		font-size: 32px;
	}
	.services-list__wrap {
		margin-top: 0;
	}
	.services-list__single-wrap {
		margin-top: 90px;
	}
	.contact-section__content h4 {
		font-size: 36px;
	}
	.footer-logo img {
		max-width: 160px;
	}
}

@media (max-width: 991px){
	.hero-slider__content h2 {
		font-size: 42px;
		line-height: 56px;
	}
	.section-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.about-yezz__content {
		padding-left: 0;
		margin-top: 40px;
	}
	.footer-address{
		margin-top: 50px;
	}
	.about-yezz__media {
		position: relative;
		max-width: 100%;
		width: 580px;
		margin: 0 auto;
	}
	.chatbot-page .about-yezz__content {
		padding-left: 0;
	}
}

@media (max-width: 767px){
	.container-full {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hero-slider__content h2 {
		font-size: 36px;
		line-height: 38px;
	}
	.about-yezz__media {
		position: relative;
		max-width: 100%;
		width: 410px;
		margin: 0 auto;
	}
	.feature-content {
		padding-left: 0;
		margin-bottom: 50px;
	}
	.footer-single__justify {
		justify-content: left;
		align-items: self-start;
	}
	.footer-single {
		margin-bottom: 30px;
	}
	.footer-address {
		margin-top: 30px;
	}
	.footer-links.contact-info {
		margin-bottom: 30px;
	}
	.footer-copyright__text {
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-copyright__links {
		text-align: center;
	}
}

@media (max-width: 575px){
	.hero-slider__content h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.feature-headings h1 {
		font-size: 36px;
	}
	.heading-h2 {
		font-size: 30px;
	}
	.contact-section__content h4 {
		font-size: 34px;
	}
}
@media (max-width: 479px){
	.hero-slider__content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.hero-slider__content h3 {
		font-size: 16px;
	}
	.contact-section__content h4 {
		font-size: 30px;
	}
}