@charset "UTF-8";
/*

@Author: Themezinho
@URL: http://www.themezinho.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. CUSTOM FONTS
		02. BODY
		03. HTML TAGS
		04. LINKS
		05. FORM ELEMENTS
		06.	CUSTOM CONTAINER
		07. CUSTOM CLASSES 
		08.	SPACING
		09.	CUSTOM ELEMENTS
		10.	ANIMATEDS
		11.	ACCORDION
		12.	PAGINATION
		13.	PRELOADER BAR
		14.	ODOMETER
		15.	PAGE TRANSITION
		16.	PRELOADER
		17.	SITE NAVIGATION
		18.	SITE MENU
		19.	SWIPER PAGINATION
		20.	SWIPER ARROWS
		21.	SIMPLE SLIDER
		22.	HAMBURGER
		23.	TEXT CONTENT BLOCK
		24.	TITLE BLOCK
		25.	CONTENT BLOCK
		26.	NAVBAR
		27.	HEADER
		28.	PAGE HEADER
		29.	PARTNERS
		30.	CAROUSEL SLIDER
		31.	ICON CONTENT BOX
		32.	MULTI IMAGE BOX
		33.	BG IMAGE
		34.	BG PATTERN
		35.	TESTIMONIALS SLIDER
		36.	NEWS BOX
		37.	SWITCHER
		38.	PRICE BOX
		39.	PRICING BLOCK
		40.	ABOUT CONTENT
		41. LOCATION BOX
		42.	TEAM BOX
		43.	ERROR 404
		44.	SIDEBOX
		45.	LEFT SIDEBAR
		46.	SIDE CONTENT
		47.	SOLUTIONS
		48.	JOB POSITIONS
		49.	RESUME FORM
		50.	BLOG
		51.	MAP HOLDER
		52.	CONTACT FORM
		53.	SUBSCRIPTION BLOCK
		54.	FOOTER
		55.	RESPONSIVE MEDIUM  FIXES 
		56.	RESPONSIVE TABLET FIXES
		57.	RESPONSIVE MOBILE FIXES


*/
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-300.eot");
  src: local("☺"), url("../fonts/Futura-300.woff") format("woff"), url("../fonts/Futura-300.ttf") format("truetype"), url("../fonts/Futura-300.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-400.eot");
  src: local("☺"), url("../fonts/Futura-400.woff") format("woff"), url("../fonts/Futura-400.ttf") format("truetype"), url("../fonts/Futura-400.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-700.eot");
  src: local("☺"), url("../fonts/Futura-700.woff") format("woff"), url("../fonts/Futura-700.ttf") format("truetype"), url("../fonts/Futura-700.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* BODY */
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Futura";
  font-size: 16px;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* HTML TAGS */
img {
  max-width: 100%;
}

address {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: 300;
}
address i {
  width: 100%;
  font-size: 40px;
  color: #005eb8;
  margin-bottom: 20px;
}

/* LINKS */
a {
  color: #131314;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #131314;
}

/* FORM ELEMENTS */
input[type=text] {
  height: 50px;
  border: 1px solid #eaebee;
  padding: 0 20px;
  font-weight: 300;
}

input[type=email] {
  height: 62px;
  border: 1px solid #eaebee;
  padding: 0 20px;
  font-weight: 300;
}

input[type=search] {
  height: 62px;
  border: 1px solid #eaebee;
  padding: 0 20px;
  font-weight: 300;
}

textarea {
  height: 124px;
  border: 1px solid #eaebee;
  padding: 20px;
}

input[type=submit] {
  height: 62px;
  padding: 0 40px;
  border: none;
  background: #490eea;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

button[type=submit] {
  height: 62px;
  padding: 0 40px;
  border: none;
  background: #005eb8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* CUSTOM CONTAINER */
@media (min-width: 1300px) {
  .container {
    max-width: 1340px;
  }
}
/* PAGE LOADED */
.page-loaded {
  overflow-y: inherit;
}

.page-loaded .header .container .inner small {
  transform: translateY(0);
  opacity: 1;
}

.page-loaded .header .container .inner h1 {
  transform: translateY(0);
  opacity: 1;
}

.page-loaded .header .container .inner a {
  transform: translateY(0);
  opacity: 1;
}

.page-loaded .header .social-media {
  opacity: 1;
}

.page-loaded .page-header .container .inner small {
  transform: translateY(0);
  opacity: 1;
}

.page-loaded .page-header .container .inner h1 {
  transform: translateY(0);
  opacity: 1;
}

.page-loaded .page-header .social-media {
  opacity: 1;
}

/* CUSTOM CLASSES */
.overflow {
  overflow-y: hidden;
}

/* SPACINGS */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.inner-spacing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}

/* CUSTOM ELEMENTS */
.image-box {
  display: block !important;
  margin-bottom: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.image {
  margin-bottom: 0;
}

.image img {
  width: 100%;
}

/* ANIMATEDS */
.fadeIn {
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.fadeIn.animated {
  opacity: 1;
}

.text-effect span {
  transform: translateY(50px) skewY(5deg);
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  display: inline-block;
}

.text-effect.animated span {
  transform: translateY(0) skewY(0);
  opacity: 1;
}

.wow {
  visibility: visible !important;
}

.wow:nth-child(1) {
  transition-delay: 0s;
}

.wow:nth-child(2) {
  transition-delay: 0.1s;
}

.wow:nth-child(3) {
  transition-delay: 0.2s;
}

.wow:nth-child(4) {
  transition-delay: 0.3s;
}

.wow:nth-child(5) {
  transition-delay: 0.4s;
}

.wow:nth-child(6) {
  transition-delay: 0.5s;
}

.wow:nth-child(7) {
  transition-delay: 0.6s;
}

.wow:nth-child(8) {
  transition-delay: 0.7s;
}

.wow:nth-child(9) {
  transition-delay: 0.8s;
}

.wow:nth-child(10) {
  transition-delay: 0.9s;
}

.wow:nth-child(11) {
  transition-delay: 1s;
}

.wow:nth-child(12) {
  transition-delay: 1.1s;
}

.wow:nth-child(13) {
  transition-delay: 1.2s;
}

.wow:nth-child(14) {
  transition-delay: 1.3s;
}

.wow:nth-child(15) {
  transition-delay: 1.4s;
}

.wow:nth-child(16) {
  transition-delay: 1.5s;
}

.wow:nth-child(17) {
  transition-delay: 1.6s;
}

/* ACCORDION */
.accordion {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
}
.accordion .card {
  background: none;
  border-radius: 0;
  margin-top: -1px;
  border: 1px solid #eaebee;
}
.accordion .card .card-header {
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion .card .card-header a {
  width: 100%;
  float: left;
  padding: 20px 25px;
  color: #131314;
  font-weight: 600;
  font-size: 19px;
}
.accordion .card .card-header a:before {
  content: "+";
  width: 20px;
  float: left;
  margin-right: 8px;
  color: #490eea;
  font-weight: 600;
}
.accordion .card .card-header a:hover {
  color: #490eea;
  text-decoration: none;
}
.accordion .card .card-body {
  width: 100%;
  border-top: 1px solid #eee;
  line-height: 1.7;
  font-weight: 300;
  font-size: 21px;
  padding: 50px;
}
.accordion .card [aria-expanded=true] {
  color: #490eea !important;
}
.accordion .card [aria-expanded=true]:before {
  content: "-" !important;
  color: #490eea !important;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin-top: 40px;
  margin-bottom: 0;
}
.pagination .page-item {
  display: inline-block;
}
.pagination .page-item.active .page-link {
  background: #490eea;
  color: #fff;
}
.pagination .page-item .page-link {
  border-color: #eee;
  border-radius: 0 !important;
  font-size: 13px;
  font-weight: 700;
  color: #131314;
  padding: 15px 20px;
}
.pagination .page-item .page-link span {
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
}
.pagination .page-item .page-link:hover {
  background: #490eea;
  color: #fff;
}

/* PRELOADER BAR */
.preloader-bar {
  width: 1px;
  height: 200px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(-90deg);
}

.preloader-bar span {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}

.preloader-bar span::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.preloader-bar span::before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 200px;
  background: #fff;
  content: "";
}

/* ODOMETER */
.odometer {
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

/* PAGE TRANSITION */
.page-transition {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #7ee6f8;
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 13;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}
.page-transition * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.page-transition .layers {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-transition .layers span {
  width: 33.33333%;
  height: 0;
  position: absolute;
  bottom: 0;
  background: #131314;
}
.page-transition .layers span:nth-child(1) {
  left: 0;
  transition-delay: 0.25s;
}
.page-transition .layers span:nth-child(2) {
  left: 33.33333%;
  transition-delay: 0.4s;
}
.page-transition .layers span:nth-child(3) {
  left: 66.66666%;
  transition-delay: 0.55s;
}
.page-transition.active {
  bottom: 0;
  visibility: visible;
}
.page-transition.active .layers span {
  height: 100vh;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #131314;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.9s;
  visibility: visible;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layers {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.preloader .layers span {
  width: 33.33333%;
  height: 0;
  position: absolute;
  bottom: 0;
  background: #7ee6f8;
}
.preloader .layers span:nth-child(1) {
  left: 0;
  transition-delay: 0.25s;
}
.preloader .layers span:nth-child(2) {
  left: 33.33333%;
  transition-delay: 0.4s;
}
.preloader .layers span:nth-child(3) {
  left: 66.66666%;
  transition-delay: 0.55s;
}
.preloader .inner {
  width: 100%;
  display: block;
  text-align: center;
}
.preloader .inner figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.preloader .inner figure img {
  height: 44px;
}
.preloader .inner .preloader-bar {
  margin: -80px 0;
}
.preloader .inner small {
  width: 100%;
  display: block;
  color: #fff;
  letter-spacing: 1px;
}

.page-loaded .preloader {
  height: 0;
  overflow: hidden;
}
.page-loaded .preloader .inner {
  opacity: 0;
  transform: translateY(20px);
}
.page-loaded .preloader .layers span {
  height: 100vh;
}

/* SITE NAVIGATION */
.site-navigation {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: -100%;
  background: #7ee6f8;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.1s;
  visibility: hidden;
}
.site-navigation * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.site-navigation .layers {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.site-navigation .layers span {
  width: 33.33333%;
  height: 0;
  position: absolute;
  bottom: 0;
  background: #131314;
}
.site-navigation .layers span:nth-child(1) {
  left: 0;
  transition-delay: 0.25s;
}
.site-navigation .layers span:nth-child(2) {
  left: 33.33333%;
  transition-delay: 0.4s;
}
.site-navigation .layers span:nth-child(3) {
  left: 66.66666%;
  transition-delay: 0.55s;
}
.site-navigation .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 60px;
  color: #fff;
  opacity: 0;
  transition-delay: 0.8s;
}
.site-navigation .bottom address {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.site-navigation .bottom address strong {
  width: 100%;
  display: block;
}
.site-navigation .inner {
  display: inline-block;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-50px);
  transition-delay: 0.65s;
}
.site-navigation .inner ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-navigation .inner ul li {
  display: inline-block;
  margin: 0 25px;
  padding: 10px 0;
  list-style: none;
  position: relative;
}
.site-navigation .inner ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.site-navigation .inner ul li ul {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}
.site-navigation .inner ul li ul li {
  display: block;
  margin: 2px 0;
  padding: 2px 0;
  list-style: none;
}
.site-navigation .inner ul li ul li a {
  display: block;
  white-space: nowrap;
  font-size: 17px;
}
.site-navigation .inner ul li ul li a:hover {
  color: #7ee6f8;
}
.site-navigation .inner ul li i {
  font-size: 14px;
  color: #fff;
  float: right;
  margin-left: 8px;
  margin-top: 17px;
}
.site-navigation .inner ul li a {
  color: #fff;
  font-size: 30px;
  /* font-weight: 700; */
}
.site-navigation .inner ul li a:hover {
  color: #7ee6f8;
  text-decoration: none;
}
.site-navigation.active {
  bottom: 0;
  visibility: visible;
}
.site-navigation.active .inner {
  opacity: 1;
  transform: translateY(-80px);
}
.site-navigation.active .bottom {
  opacity: 1;
  transform: translateY(-30px);
}
.site-navigation.active .layers span {
  height: 100vh;
}

/* SITE MENU */
.site-menu {
  margin-left: auto;
  margin-right: 0;
}
.site-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
  /* margin-top: -1px; */
  margin-bottom:0px;
}
.site-menu ul li {
  margin: 0;
  margin-left: 15px;
  padding: 0;
  list-style: none;
  position: relative;
}
.site-menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.site-menu ul li ul {
  min-width: 220px;
  position: absolute;
  left: -15px;
  top: 120%;
  background: #131314;
  margin: 0;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top:15px;
}
.site-menu ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #131314 transparent;
  position: absolute;
  left: 35px;
  top: -10px;
}
.site-menu ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0 35px;
  white-space: nowrap;
  line-height:24px;
}
.site-menu ul li ul li a {
  padding: 6px 0;
  font-size: 14px;
  color:#fff!important;
}
.site-menu ul li ul li a:hover {
  border-color: transparent;
    color:#61b2ff!important;

}
.site-menu ul li i {
  font-size: 9px;
  color: #fff;
  /* margin-left: 5px; */
  margin-top: 3px;
}
.site-menu ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    /* font-weight: 600; */
    padding: 8px 25px;
    border-top: 1px solid transparent;
    font-family: 'Montserrat-Regular';
    text-transform: capitalize !important;
}
/*.site-menu ul li a:hover, site-menu li.active a{
  text-decoration: none;
  color: #005eb8;
}*/

.site-menu li:hover a, .site-menu li.active a{
text-decoration: none;
    color: #61b2ff;}

.enq-btn {
	border-radius: 50px;
	background-color: #005eb8;
	
}

.enq-btn a:hover{color:#fff!important;
border-radius: 50px;
	background-color: #0b69c4;

}




.site-menu .hamburger-menu {
  display: none;
}



/* SWIPER PAGINATION */
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  transform: scale(0.4);
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  -webkit-transform: scale(1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  background: none;
}

/* SWIPER ARROWS */
.swiper-button-prev {
    width: 51px;
    height: 50px;
    line-height: 52px;
    background: #131314;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 50px;
}
.swiper-button-prev:hover {
  background: #490eea;
  color: #7ee6f8;
}

.swiper-button-next {
  width: 51px;
  height: 50px;
  line-height: 52px;
  background: #131314;
  color: #fff;
  text-align: center;
   font-size: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50px;
}
.swiper-button-next:hover {
  background: #490eea;
  color: #7ee6f8;
}

/* SIMPLE SLIDER */
.simple-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

/* HAMBURGER */
.hamburger {
  float: left;
  width: 26px;
  height: 18px;
  position: relative;
}
.hamburger * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7ee6f8;
  z-index: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
  width: 100%;
}
.hamburger span:nth-child(2) {
  top: 8px;
  width: 75%;
}
.hamburger span:nth-child(3) {
  width: 100%;
  top: 16px;
  right: 0;
  left: auto;
}
.hamburger span:before, .hamburger span:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  width: 0;
  right: 0;
  left: auto;
}
.hamburger span:before {
  z-index: 1;
  background: #fff;
  transition: all 0.15s linear 0s;
}
.hamburger span:after {
  z-index: 2;
  background: #7ee6f8;
  transition: all 0.15s linear 0.3s;
}
.hamburger span:nth-child(2):before {
  transition-delay: 0.05s;
}
.hamburger span:nth-child(3):before {
  transition-delay: 0.1s;
}
.hamburger span:nth-child(2):after {
  transition-delay: 0.15s;
}
.hamburger span:nth-child(3):after {
  transition-delay: 0.2s;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -15px;
}

.hamburger.open span:nth-child(3) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* TEXT CONTENT BLOCK */
.text-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.text-content-block h6 {
    width: 100%;
    display: block;
    color: #005eb8;
    margin-bottom: 10px;
    font-size: 16px;
	font-family: 'futura-pt-medium';
	line-height: 8px;
	text-transform: uppercase;
}

.text-content-block h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: 'futura-pt-medium';
  font-size: 40px;
  line-height: 42px;
  color: #131314;
}
.text-content-block p {
  display: block;
  margin-bottom: 20px;
  /* padding-right: 20%; */
  font-weight: 300;
  line-height: 25px;
  color: #282828;
}
.text-content-block figure {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.text-content-block figure img {
  height: 45px;
}
.text-content-block figure img.other-image {
  height: 100px;
}
.text-content-block a {
  display: inline-block;
  line-height: 25px;
  margin-top: 30px;
  background:  #005eb8;
  color: #fff;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 56px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
}

.text-content-block a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.title-icon {
  height: 15px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* CONTENT BLOCK */
.content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
  position: relative;
}
.content-block.custom-block {
  display: flex;
}
.content-block.custom-block:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 120vw 20px 0;
  border-color: transparent #7ee6f8 transparent transparent;
  position: absolute;
  left: -20vw;
  top: -20px;
  z-index: 0;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* position: absolute; */
  left: 0;
  top: 0;
  z-index: 5;
  background-color: #000000;
  padding: 25px 0px;
}
.navbar .logo {
  margin-left: 0;
  margin-right: auto;
}
.navbar .logo a {
  display: inline-block;
}
/* .navbar .logo a img { */
  /* height: 50px; */
/* } */
.navbar .hamburger-menu {
  margin-right: 0;
  margin-left: auto;
}
.navbar .hamburger-menu b {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
.navbar .hamburger-menu .hamburger {
  display: inline-block;
}

/* HEADER */

/* .header { */
  /* width: 100%; */
  /* height: calc(100vh + 60px); */
  /* min-height: 540px; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  /* background: #490eea; */
  /* position: relative; */
  /* -webkit-transition: all 0.3s ease; */
  /* -moz-transition: all 0.3s ease; */
  /* transition: all 0.3s ease; */
  /* transition-duration: 500ms; */
  /* -webkit-transition-duration: 500ms; */
  /* transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
  /* -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
/* } */
/* .header:before { */
  /* content: ""; */
  /* width: 100%; */
  /* height: 100%; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* background: url(../images/bg-wave.svg) top right no-repeat; */
  /* background-size: 90% auto; */
  /* z-index: 1; */
  /* opacity: 0.1; */
/* } */
/* .header:after { */
  /* content: ""; */
  /* width: 0; */
  /* height: 0; */
  /* border-style: solid; */
  /* border-width: 20px 120vw 20px 0; */
  /* border-color: transparent #7ee6f8 transparent transparent; */
  /* position: absolute; */
  /* left: -20vw; */
  /* bottom: -20px; */
  /* z-index: 2; */
/* } */
/* .header * { */
  /* -webkit-transition: all 0.3s ease; */
  /* -moz-transition: all 0.3s ease; */
  /* transition: all 0.3s ease; */
  /* transition-duration: 500ms; */
  /* -webkit-transition-duration: 500ms; */
  /* transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
  /* -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
/* } */
/* .header .social-media { */
  /* width: 100vh; */
  /* position: absolute; */
  /* right: calc(-50vh + 30px); */
  /* top: calc(50% - 20px); */
  /* text-align: center; */
  /* margin: 0; */
  /* padding: 0; */
  /* transform: rotate(90deg); */
  /* line-height: 1; */
  /* opacity: 0; */
  /* transition-delay: 1.3s; */
/* } */
/* .header .social-media li { */
  /* display: inline-block; */
  /* margin: 0 10px; */
  /* padding: 0; */
  /* list-style: none; */
/* } */
/* .header .social-media li a { */
  /* font-size: 13px; */
  /* font-weight: 700; */
  /* color: #fff; */
/* } */
/* .header .container { */
  /* position: relative; */
  /* z-index: 3; */
/* } */
/* .header .container .inner { */
  /* width: 100%; */
  /* color: #fff; */
/* } */
/* .header .container .inner small { */
  /* width: 100%; */
  /* display: block; */
  /* color: #fff; */
  /* font-size: 18px; */
  /* letter-spacing: 1px; */
  /* margin-bottom: 20px; */
  /* transform: translateY(50px); */
  /* opacity: 0; */
  /* transition-delay: 1.1s; */
/* } */
/* .header .container .inner small b { */
  /* font-weight: 400; */
  /* color: #7ee6f8; */
  /* border-bottom: 1px solid #fff; */
  /* padding-bottom: 8px; */
/* } */
/* .header .container .inner h1 { */
  /* font-size: 6vw; */
  /* color: #fff; */
  /* font-weight: 700; */
  /* margin-bottom: 40px; */
  /* transform: translateY(50px); */
  /* opacity: 0; */
  /* transition-delay: 1.25s; */
  /* line-height: 1.3; */
/* } */
/* .header .container .inner h1:after { */
  /* content: ""; */
  /* width: 10px; */
  /* height: 10px; */
  /* display: inline-block; */
  /* background: #7ee6f8; */
  /* border-radius: 50%; */
  /* margin-left: 8px; */
/* } */
/* .header .container .inner a { */
  /* display: inline-block; */
  /* height: 56px; */
  /* line-height: 56px; */
  /* margin-top: 30px; */
  /* background: #7ee6f8; */
  /* color: #490eea; */
  /* padding: 0 40px; */
  /* font-size: 13px; */
  /* font-weight: 700; */
  /* border-radius: 56px; */
  /* box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16); */
  /* transform: translateY(50px); */
  /* opacity: 0; */
  /* transition-delay: 1.4s; */
/* } */
/* .header .container .inner a:hover { */
  /* opacity: 0.9; */
  /* text-decoration: none; */
/* } */

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: calc(100vh + 60px);
  min-height: 540px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #490eea;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.page-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-wave.svg) top right no-repeat;
  background-size: 90% auto;
  z-index: 1;
  opacity: 0.1;
}
.page-header:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 120vw 20px 0;
  border-color: transparent #7ee6f8 transparent transparent;
  position: absolute;
  left: -20vw;
  bottom: -20px;
  z-index: 2;
}
.page-header * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.page-header .social-media {
  width: 100vh;
  position: absolute;
  right: calc(-50vh + 30px);
  top: calc(50% - 20px);
  text-align: center;
  margin: 0;
  padding: 0;
  transform: rotate(90deg);
  line-height: 1;
  opacity: 0;
  transition-delay: 1.3s;
}
.page-header .social-media li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.page-header .social-media li a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.page-header .container {
  position: relative;
  z-index: 3;
}
.page-header .container .inner {
  width: 100%;
  color: #fff;
}
.page-header .container .inner small {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 1.1s;
}
.page-header .container .inner small b {
  font-weight: 400;
  color: #7ee6f8;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.page-header .container .inner h1 {
  font-size: 9vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 1.25s;
}

/* PARTNERS */
/* .partners { */
  /* width: 100%; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* margin-top: -60px; */
  /* padding: 0; */
  /* position: relative; */
  /* z-index: 2; */
/* } */
/* .partners .inner { */
  /* width: 100%; */
  /* background: #fff; */
  /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); */
/* } */
/* .partners .inner h6 { */
  /* display: inline-block; */
  /* margin: 0; */
  /* font-weight: 700; */
  /* font-size: 19px; */
/* } */
/* .partners .inner ul { */
  /* display: flex; */
  /* margin: 0; */
  /* padding: 0; */
  /* align-items: center; */
  /* text-align: center; */
/* } */
/* .partners .inner ul li { */
  /* flex: 1; */
  /* margin: 0; */
  /* padding: 40px 30px; */
  /* list-style: none; */
/* } */
/* .partners .inner ul li:first-child { */
  /* border-right: 1px solid #eee; */
  /* padding: 20px 40px; */
/* } */
/* .partners .inner ul li figure { */
  /* width: 100%; */
  /* margin: 0; */
  /* opacity: 0.7; */
  /* -webkit-transition: all 0.25s ease-in-out; */
  /* -moz-transition: all 0.25s ease-in-out; */
  /* -ms-transition: all 0.25s ease-in-out; */
  /* -o-transition: all 0.25s ease-in-out; */
  /* transition: all 0.25s ease-in-out; */
/* } */
/* .partners .inner ul li figure:hover { */
  /* opacity: 1; */
/* } */
/* .partners .inner ul li figure img { */
  /* opacity: 0.6; */
/* } */

/* CAROUSEL SLIDER */
.carousel-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.carousel-slider .swiper-slide {
  width: 45%;
  opacity: 0.5;
}
.carousel-slider .swiper-slide:before {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
}
.carousel-slider .swiper-slide figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
}
.carousel-slider .swiper-slide figure img {
  width: 100%;
}
.carousel-slider .swiper-slide figure figcaption {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  padding: 40px;
  text-align: center;
}
.carousel-slider .swiper-slide figure figcaption small {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 13px;
}


.carousel-slider .swiper-slide figure figcaption h3 {
  width: 100%;
  display: block;
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
}
.carousel-slider .swiper-slide figure figcaption h3 a {
  color: #fff;
}
.carousel-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.carousel-slider .swiper-slide.swiper-slide-active figure figcaption {
  display: flex;
}
/* figure { */
    /* margin: 0 0 10rem; */
/* } */


/* ICON CONTENT BOX */
.icon-content-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.icon-content-box figure {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.icon-content-box figure img {
  height: 65px;
}
.icon-content-box h5 {
  width: 100%;
}
.icon-content-box p {
  width: 100%;
  display: block;
  padding: 0 10%;
  font-weight: 300;
}

/* MULTI IMAGE BOX*/
.multi-image-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-right: 50px;
  position: relative;
}
.multi-image-box .images-wrapper {
  width: 100%;
  display: block;
}
.multi-image-box img {
  width: 65%;
  display: inline-block;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  position: relative;
}
.multi-image-box img:nth-child(1) {
  margin: 0;
}
.multi-image-box img:nth-child(2) {
    margin-top: -55%;
    margin-left: 30%;
    /* margin-bottom: -24px; */
}
.multi-image-box img:nth-child(3) {
  margin-left: 30%;
  margin-top: -100%;
}

/* BG IMAGE */
.bg-image {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.bg-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #490eea;
  mix-blend-mode: lighten;
}
.bg-image .container {
  position: relative;
  z-index: 2;
}
.bg-image .container h6 {
  width: 100%;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 13px;
}
.bg-image .container h2 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 60px;
}
.bg-image .container a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-top: 30px;
  background: #fff;
  color: #490eea;
  padding: 0 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 56px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}
.bg-image .container a:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* BG PATTERN */
.bg-pattern {
  background: #490eea;
}
.bg-pattern:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-wave.svg) top right no-repeat;
  background-size: 90% auto;
  z-index: 0;
  opacity: 0.1;
}
.bg-pattern:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bg-pattern .text-content-block {
  color: #fff;
  margin-bottom: 75px;
}
.bg-pattern .text-content-block h6 {
  color: #fff;
}
.bg-pattern .container {
  position: relative;
  z-index: 2;
}

/* TESTIMONIALS SLIDER */
.testimonials-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  margin-top: -40px;
}
.testimonials-slider .swiper-slide {
  width: 60%;
  opacity: 0.5;
}
.testimonials-slider .swiper-slide .testimonial {
  width: calc(100% - 100px);
  display: block;
  margin: 50px 50px 50px 90px;
  /* margin-top: 30px; */
}
.testimonials-slider .swiper-slide .testimonial blockquote {
  width: 100%;
  float: center;
  /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.05); */
  /* padding: 40px 50px; */
  line-height: 1.7;
  font-weight: 300;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
}
.testimonials-slider .swiper-slide .testimonial blockquote:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 70px;
  bottom: -10px;
}
.testimonials-slider .swiper-slide .testimonial figure {
  width: 100%;
  float: center;
  padding-left: 50px;
}
.testimonials-slider .swiper-slide .testimonial figure img {
  height: 60px;
  float: center;
  margin-right: 15px;
  border-radius: 50%;
}

.testimonials-slider .swiper-slide .testimonial figure figcaption {
  display: inline-block;
}
.testimonials-slider .swiper-slide .testimonial figure figcaption h6 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.testimonials-slider .swiper-slide .testimonial figure figcaption small {
  font-weight: 300;
  opacity: 0.6;
}
.testimonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}


.testimonial-cap img {
  height: 60px;
  border-radius: 50%;
}
.testimonial-cap h6 {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 25px;
	color: #282828;
}
.testimonial-cap small {
	font-weight: 300;
	font-size: 14px;
	color: #616161;
}



/* NEWS BOX */
.news-box {
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.news-box.head-news {
  margin: 0;
}
.news-box.head-news .news-content {
  margin: 0;
  padding: 42px 30px;
}
.news-box.head-news .news-content h4 {
  font-size: 30px;
}
.news-box .news-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.news-box .news-image img {
  width: 100%;
}
.news-box .news-content {
  width: 100%;
  display: block;
  padding: 30px;
}
.news-box .news-content figure {
  width: 100%;
  display: block;
  margin: 0;
}
.news-box .news-content figure img {
  height: 60px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.news-box .news-content figure figcaption {
  display: inline-block;
}
.news-box .news-content figure figcaption h6 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.news-box .news-content figure figcaption small {
  font-weight: 300;
  opacity: 0.6;
}
.news-box .news-content b {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.news-box .news-content h4 {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

/* SWITCHER*/
.switcher {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 25px;
  margin: 20px 0;
}
.switcher * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.switcher .button {
  width: 25px;
  height: 25px;
  background: #490eea;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.switcher .holder {
  width: 50px;
  height: 25px;
  float: left;
  margin-right: 15px;
  position: relative;
  background: #7ee6f8;
  border-radius: 25px;
}
.switcher .holder.switch {
  background: #8564de;
}
.switcher .holder.switch .button {
  left: 25px;
}

/* PRICE BOX */
.price-box {
  width: calc(100% - 40px);
  display: block;
  padding: 40px 40px;
  margin: 0 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}
.price-box figure {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.price-box figure img {
  height: 75px;
}
.price-box h6 {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  opacity: 0.6;
}
.price-box b {
  width: 100%;
  display: block;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1;
}
.price-box b span {
  font-size: 13px;
}
.price-box b small {
  font-size: 13px;
  letter-spacing: 0;
}
.price-box p {
  padding: 30px 10%;
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
  font-weight: 300;
}
.price-box a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background: #490eea;
  color: #fff;
  padding: 0 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 56px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}
.price-box a:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* PRICING BLOCK */
.pricing-block {
  width: 100%;
}
.pricing-block.change .yearly {
  display: flex;
}
.pricing-block.change .monthly {
  display: none;
}
.pricing-block .yearly {
  display: none;
}

/* ABOUT CONTENT */
.about-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-content .text-content-block {
  margin-top: 150px;
}
.about-content .text-content-block p {
  font-size: 24px;
}
.about-content p {
  font-weight: 300;
}
.about-content .image {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  margin-top: 50px;
}
.about-content .image img {
  width: 100%;
}

/* LOCATION-BOX */
.location-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #7ee6f8;
}
.location-box .location-map {
  width: 50%;
  position: relative;
}
.location-box .location-map i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -25px;
  top: 25px;
  background: #490eea;
  color: #7ee6f8;
  text-align: center;
}
.location-box .location-map iframe {
  width: 100%;
  height: 400px;
  float: left;
  border: none;
}
.location-box .location-content {
  width: 50%;
  padding: 0 30px;
}
.location-box .location-content address {
  margin: 0;
  display: block;
  color: #131314;
}
.location-box .location-content a {
  text-decoration: underline;
  color: #131314;
}
.location-box .location-content a:hover {
  text-decoration: none;
}

/* TEAM BOX */
.team-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.team-box figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  background: #490eea;
}
.team-box figure * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.team-box figure:hover img {
  opacity: 0.3;
}
.team-box figure:hover figcaption {
  opacity: 1;
}
.team-box figure img {
  width: 100%;
}
.team-box figure figcaption {
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  color: #fff;
  opacity: 0;
}
.team-box figure figcaption h6 {
  margin-bottom: 0;
  font-weight: 700;
}
.team-box figure figcaption small {
  text-transform: uppercase;
}

/* ERROR 404 */
.error-404 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.error-404 figure {
  width: 100%;
  display: block;
  margin-top: 50px;
  padding: 0 20%;
}
.error-404 figure img {
  width: 100%;
}
.error-404 p {
  width: 100%;
  font-size: 22px;
}

/* SIDEBOX */
.sidebox {
  width: calc(100% - 70px);
  float: left;
  margin-left: 70px;
  padding: 40px 30px;
  text-align: center;
  background: #490eea;
  color: #fff;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}
.sidebox h5 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.sidebox i {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
  color: #7ee6f8;
  margin: 20px 0;
}
.sidebox p {
  margin-bottom: 30px;
  opacity: 0.8;
}
.sidebox a {
  color: #fff;
}

/* LEFT SIDEBAR */
.left-sidebar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*padding-right: 60px;*/
}
.left-sidebar .widget {
  width: 100%;
  display: block;
  /*margin-bottom: 30px;*/
  background: #005eb8;
  color: #fff;
  padding: 30px;
}
.left-sidebar .widget h4 {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.left-sidebar .widget h5 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.left-sidebar .widget i {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 70px;
  color: #7ee6f8;
  margin: 20px 0;
}
.left-sidebar .widget a {
  color: #fff;
}
.left-sidebar .widget p {
  margin-bottom: 30px;
  opacity: 0.8;
}
.left-sidebar .widget ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.left-sidebar .widget ul li {
  margin: 0;
  padding: 12px 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.left-sidebar .widget ul li:last-child {
  border-bottom: none;
 
}
.left-sidebar .widget ul li.active {
  background: #7ee6f8;
  border-bottom: none;
}
.left-sidebar .widget ul li.active:before {
  content: "";
  width: 35px;
  height: 100%;
  background: #7ee6f8;
  position: absolute;
  left: -35px;
  top: 0;
}
.left-sidebar .widget ul li.active a {
  color: #034585;
}
.left-sidebar .widget ul li a {
  color: #fff;
  font-size: 18px;
}
.left-sidebar .widget ul li a:hover {
  color: #fff;
  text-decoration: none;
}

/* SIDE CONTENT */
.side-content {
  width: 100%;
}
.side-content .image {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.side-content .image.small {
  width: 50%;
}
.side-content .image img {
  width: 100%;
}
.side-content .image figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
}
.side-content .image figcaption small {
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.side-content .image figcaption .progress {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}
.side-content .image figcaption .progress * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.side-content .image figcaption .progress .progress-bar {
  background: #7ee6f8;
  width: 0;
}
.side-content .image figcaption .progress .progress-bar.animated {
  width: 80%;
}
.side-content ol {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0;
}
.side-content ol li {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #908C8C;
}
.side-content ol li strong {
  color: #490eea;
}
.side-content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 20px;
}
.side-content ul li {
  width: 100%;
  margin: 3px 0;
  padding: 3px 0;
}
.side-content blockquote {
  background: #7ee6f8;
  padding: 30px;
  font-size: 19px;
  line-height: 1.6;
}
.side-content h4 {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.side-content h6 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
.side-content strong {
  color: #490eea;
}
.side-content p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.side-content .social-share {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.side-content .social-share li {
  display: inline-block;
  width: auto;
}
.side-content .social-share li.facebook {
  background: #475993;
}
.side-content .social-share li.twitter {
  background: #76a9ea;
}
.side-content .social-share li.google {
  background: #f34a38;
}
.side-content .social-share li i {
  margin-right: 4px;
}
.side-content .social-share li a {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.side-content .social-share li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.side-content .simple-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 10px;
}
.side-content .simple-slider figure {
  margin: 0;
}
.side-content .simple-slider figure figcaption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px;
}

/* SOLUTIONS */
.solutions {
  width: 100%;
}
.solutions h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
}
.solutions h3 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.solutions h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.solutions h6 {
  font-weight: 700;
  color: #490eea;
}
.solutions p {
  line-height: 1.7;
  opacity: 0.7;
  margin-bottom: 20px;
}
.solutions .symbol {
  font-size: 19px;
  float: left;
  margin-top: 10px;
}
.solutions .odometer {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 40px;
  float: left;
  line-height: 1;
}
.solutions .image {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}
.solutions .image img {
  width: 100%;
}
.solutions .thumb {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
}
.solutions .thumb img {
  width: 100%;
}
.solutions .icon-set {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.solutions .icon-set img {
  height: 60px;
}
.solutions .specs {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.solutions .specs li {
  width: 100%;
  margin: 5px 0;
  padding: 5px 0;
  list-style: none;
  font-weight: 300;
}
.solutions .specs li b {
  width: 100px;
  display: inline-block;
  font-weight: 700;
}

/* JOB POSITIONS */
.job-positions {
  width: 100%;
  display: block;
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.job-positions li {
  width: 100%;
  line-height: 60px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 30px;
  list-style: none;
  border-bottom: 1px solid #eee;
}
.job-positions li:first-child {
  font-weight: 600;
  color: #7ee6f8;
  background: #490eea;
}
.job-positions li:last-child {
  border-bottom: none;
}
.job-positions li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 8px 30px rgba(0, 0, 0, 0.05);
}
.job-positions li span {
  flex: auto;
}
.job-positions li span:first-child {
  flex: 0 0 55%;
}
.job-positions li span:nth-child(3) {
  flex: 0 0 15%;
}
.job-positions li span:last-child {
  text-align: right;
}
.job-positions li span a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #490eea;
  color: #fff;
  padding: 0 20px;
  font-weight: 600;
  font-size: 12px;
}
.job-positions li span a:hover {
  background: #490eea;
  text-decoration: none;
}

/* RESUME FORM */
.resume-form {
  width: 60%;
  display: block;
  margin: 0 20%;
  margin-top: -50px;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.resume-form .form-group {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.resume-form .form-group:last-child {
  margin-bottom: 0;
}
.resume-form .form-group input[type=text] {
  width: 100%;
}
.resume-form .form-group textarea {
  width: 100%;
}
.resume-form .form-group .file {
  width: 100%;
  height: 54px;
  float: left;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #eaebee;
  position: relative;
}
.resume-form .form-group .file i {
  float: left;
  font-size: 17px;
  margin-top: 17px;
  margin-right: 10px;
}
.resume-form .form-group .file input[type=file] {
  width: 84px;
  height: 48px;
  float: right;
  color: #999;
  padding-top: 16px;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.resume-form .form-group .file input[type=text] {
  width: 60%;
  height: 44px;
  margin: 4px 0;
  padding: 0;
  border: none;
}
.resume-form .form-group .file .button {
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #fff;
  background: #490eea;
  font-size: 12px;
  font-weight: 600;
  padding: 0 15px;
  cursor: pointer;
}

/* BLOG */
.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
.blog .post {
  width: 100%;
  display: block;
  float: left;
  margin: 50px 0;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.blog .post.single .post-content {
  padding: 60px;
}
.blog .post .post-image {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.blog .post .post-image img {
  width: 100%;
}
.blog .post .post-content {
  width: 100%;
  display: block;
  padding: 30px;
}
.blog .post .post-content .author {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.blog .post .post-content .author img {
  height: 60px;
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.blog .post .post-content .author figcaption {
  display: inline-block;
}
.blog .post .post-content .author figcaption h6 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.blog .post .post-content .author figcaption small {
  font-weight: 300;
  opacity: 0.6;
}
.blog .post .post-content .post-categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.blog .post .post-content .post-categories li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}
.blog .post .post-content .post-categories li a {
  font-weight: 600;
  font-size: 11px;
  background: #131314;
  color: #fff;
  line-height: 1;
  padding: 3px 6px;
}
.blog .post .post-content .post-categories li a:hover {
  background: #490eea;
  text-decoration: none;
}
.blog .post .post-content .social-share {
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blog .post .post-content .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
}
.blog .post .post-content .social-share li.facebook a {
  background: #475993;
}
.blog .post .post-content .social-share li.twitter a {
  background: #76a9ea;
}
.blog .post .post-content .social-share li.google-plus a {
  background: #f34a38;
}
.blog .post .post-content .social-share li.linkedin a {
  background: #0077b7;
}
.blog .post .post-content .social-share li.youtube a {
  background: #f61c0d;
}
.blog .post .post-content .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #131314;
  color: #fff;
  border: none;
  border-radius: 0;
}
.blog .post .post-content .image-left {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.blog .post .post-content .image-full {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.blog .post .post-content blockquote {
  background: #7ee6f8;
  padding: 30px;
  font-size: 19px;
  line-height: 1.6;
}
.blog .post .post-content h5 {
  font-weight: 700;
  margin-top: 30px;
}
.blog .post .post-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.blog .post .post-content ul li {
  margin: 0;
}
.blog .post .post-content b {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.blog .post .post-content h4 {
  display: block;
  font-size: 3vw;
  line-height: 1.2;
  margin-bottom: 20px;
}
.blog .post .post-content h4 a {
  color: #131314;
}
.blog .post .post-content h4 a:hover {
  color: #490eea;
  text-decoration: none;
}
.blog .sidebar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  margin: 50px 0;
}
.blog .sidebar .widget {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  padding: 40px;
  padding-top: 0;
}
.blog .sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}
.blog .sidebar .widget .categories li a {
  margin: 0;
}
.blog .sidebar .widget .categories li a:hover {
  color: #490eea;
  text-decoration: none;
}
.blog .sidebar .widget .categories li span {
  float: right;
  opacity: 0.5;
}
.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .tags li a {
  color: #fff;
  background: #490eea;
  display: inline-block;
  font-size: 13px;
  padding: 3px 6px;
}
.blog .sidebar .widget .tags li a:hover {
  color: #490eea;
  background: #7ee6f8;
  text-decoration: none;
}
.blog .sidebar .widget .side-gallery {
  display: block;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0;
}
.blog .sidebar .widget .side-gallery li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 1px;
  list-style: none;
}
.blog .sidebar .widget p {
  margin-bottom: 0;
}
.blog .sidebar .widget form {
  margin: 0;
}
.blog .sidebar .widget form input[type=search] {
  width: 100%;
  margin-bottom: 10px;
}
.blog .sidebar .widget .title {
  width: 100%;
  border-bottom: 2px solid #eee;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0;
  margin-bottom: 30px;
  color: #490eea;
  position: relative;
}
.blog .sidebar .widget .title:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #7ee6f8;
  position: absolute;
  left: -40px;
  bottom: -2px;
}
.blog .pagination {
  margin: 50px 0;
}

/* MAP HOLDER */
.map-holder {
  width: 100%;
  display: flex;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.map-holder iframe {
  width: 100%;
  height: 300px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

/* CONTACT FORM */
.contact-form {
  width: 60%!important;
  display: block;
  margin: 0 20%!important;
  margin-top: -50px!important;
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.contact-form #contact {
  display: block;
}
.contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.contact-form #contact .form-group:last-child {
  margin-bottom: 0;
}
.contact-form #contact .form-group span {
  width: 100%;
  line-height: 51px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact-form #contact .form-group input[type=text] {
  background: none;
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact-form #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact-form #contact .form-group textarea {
  background: none;
  position: relative;
  z-index: 2;
  width: 100%;
}
.contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact-form #success, .contact-form #error {
  display: none;
  float: left;
  width: 100%;
}
.contact-form #error {
  background: red;
  color: #fff;
}
.contact-form #success {
  background: green;
  color: #fff;
}
.contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

/* SUBSCRIPTION BLOCK */
.subscription-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.subscription-block .image {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.subscription-block .image img {
  width:740px;
  /*float: left;*/
}
.subscription-block .subscribe-box {
    width: 100%;
    display: flex;
    padding:35px 50px!important;
    position: relative;
    background: url(../images/bg-wave.png);
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-radius: 10px;
}
.subscription-block .subscribe-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-wave.png) top right no-repeat;
  background-size: 90% auto;
  z-index: 0;
  opacity: 0.1;
}
.subscription-block .subscribe-box .inner {
    display: inline-flex;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.subscription-block .subscribe-box h2 {
  display: inline-block;
  color: #fff;
  text-transform:uppercase;
  font-size:34px;
}
.subscription-block .subscribe-box form {
  display: inline-block;
  margin-left: 20px;
}
.subscription-block .subscribe-box form input[type=email] {
  width: 400px;
  max-width: 100%;
  height: 56px;
  border: none;
  padding: 0 30px;
  border-radius: 56px;
  margin-right: 20px;
  font-weight: 300;
}
.subscription-block .subscribe-box form input[type=submit] {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background: #7ee6f8;
  color: #490eea;
  border: none;
  padding: 0 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 56px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}
.subscription-block .subscribe-box form input[type=submit]:hover {
  opacity: 0.9;
  text-decoration: none;
}

.help-theory {display:inline-flex; align-items: center;}

.help-theory img{margin-right:5px;}

.help-theory a{
	font-size: 30px;
	line-height: 13px;
	letter-spacing: 2px;
	color: #ffffff;
	font-family: 'Oswald-Regular';
	filter: drop-shadow(0px 4px 4px rgba(130,60,0,0.2));	
}


/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
  background: url(../images/footer-bg.jpg) center no-repeat;
  background-size: auto 90%;
  color: #b4b4b4;
  position: relative;
  background-size: cover;
}

.footer p {
  margin: 0;
  padding-right: 10%;
}
.footer h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  color:#fff;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer ol {
  width: 100%;
  display: block;
  padding: 0;
}
.footer ol li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer ol li a {
  color: #fff;
  font-size: 13px;
}
.footer ol li a:hover {
  color: #7ee6f8;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
 margin-bottom:0px;
  list-style: none;
  line-height:26px;
}

.footer ul li a {
  color: #b4b4b4;
  text-decoration: none;
}
.footer ul li {
  color: #b4b4b4;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #efab00;
}
.footer address {
 margin-bottom:10px;
}

.footer .bottom-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  margin-top: 35px;
  background-color:#000;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  color:#fff;
}

.bottom-bar a {color:#e09400; text-decoration: none;}

.f-details img {margin-right:10px;}
.f-details ul li {margin-bottom:7px;}

	/* social icons */

.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:18px;
	border-radius:100px;
	filter: drop-shadow(0px 4px 4px rgba(60,78,109,0.15));
	background-color: rgba(255,255,255,0.10196078431372549);
	color:#fff;
	
}
.icon i {
	font-size:15px;
	position:absolute;
	left:9px;
	top:10px;
}
.icon.social {
	float:left;
	margin:0px 8px 0px 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

.icon.social:hover {
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.15));
	background-color: #005eb8;
}

.icon.social.fb i {
	left:14px;
	top:11px;
}
.icon.social.tw i {
	left: 12px;
    top: 11px;
}
.icon.social.in i {
	left: 12px;
    top: 10px;
}

/* RESPONSIVE MEDIUM  FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .partners .inner ul li {
    padding: 30px 10px;
  }

  .icon-content-box p {
    padding: 0;
  }

  .text-content-block h2 {
    font-size: 30px;
	line-height: 32px;
  }

  .text-content-block h2 br {
    display: none;
  }

  .news-box.head-news .news-content {
    padding: 20px;
  }

  .news-box.head-news .news-content h4 {
    font-size: 24px;
  }

  .news-box .news-content {
    padding: 20px;
  }

  .news-box .news-content b {
    font-size: 14px;
  }

  .news-box .news-content h4 {
    font-size: 18px;
  }

  .price-box {
    width: 100%;
    margin: 0;
  }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .site-menu ul {
    display: none;
  }

  .site-menu .hamburger-menu {
    display: flex;
  }

  .site-navigation.active .inner {
    transform: none;
  }

  .site-navigation .inner ul {
    text-align: left;
  }

  .site-navigation .inner ul li {
    display: block;
    padding: 5px 0;
	text-transform:uppercase;
  }

  .site-navigation .inner ul li ul {
    position: static;
    display: none;
    opacity: 1;
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .site-navigation .inner ul li:hover ul {
    display: none;
  }

  .site-navigation .inner ul li a {
    font-size: 17px;
	line-height:30px;
  }
  

  .site-navigation .inner ul li i {
    margin-top: 13px;
  }

  .site-navigation.active .bottom {
    display: none;
  }

  .content-block {
    padding: 30px 0;
  }

  .partners .inner ul li:first-child {
    display: none;
  }

  .image-box {
    margin-top: 30px;
  }

  .multi-image-box {
    padding: 0 15%;
    margin-bottom: 50px;
  }

  .image {
    padding: 0;
  }

  .bg-image .container h2 {
    font-size: 44px;
  }

  .bg-image .container h2 br {
    display: none;
  }

  .testimonials-slider .swiper-slide {
    width: 90%;

  }
  
  
  .testimonials-slider .swiper-slide .testimonial {
  width: calc(100% - 100px);
  display: block;
  margin: 50px;
  /* margin-top: 30px; */
}
}  
  
  

  .bg-pattern .text-content-block {
    margin-bottom: 30px;
  }

  .news-box.head-news {
    margin-bottom: 30px;
  }

  .price-box {
    margin-top: 50px;
  }

  .sidebox {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .job-positions li span:nth-child(2) {
    display: none;
  }

  .job-positions li span:nth-child(3) {
    flex: auto;
  }

  .resume-form {
    width: 90%;
    margin: 0 5%;
    margin-top: -50px;
  }

  .title-block {
    margin-bottom: 40px;
  }

  .location-box {
    margin: 15px 0;
  }

  .solutions h2 {
    font-size: 30px;
  }

 /* .left-sidebar {
    display: none;
  }*/

  .blog {
    padding: 50px 0;
  }

  .blog .post {
    margin: 25px 0;
  }

  .blog .sidebar {
    padding-left: 0;
  }

  .blog .sidebar .widget {
    margin: 25px 0;
  }

  .blog .sidebar .widget:last-child {
    margin-bottom: 0;
  }

  .blog .post.single .post-content {
    padding: 30px;
  }

  .blog .post.single .post-content p:last-child {
    margin-bottom: 0;
  }

  .content-block address {
    margin-bottom: 0;
  }

  .contact-form {
    width: 90%;
    margin: 0 5%;
    margin-top: -50px;
  }



  .subscription-block .subscribe-box form input[type=email] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .subscription-block .subscribe-box form {
    margin-left: 0;
    width: 100%;
  }

  .footer h3 {
    /* margin-top: 40px; */
    margin-bottom: 9px;
  }

  .footer ol {
    margin-bottom: 0;
  }
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .header .container .inner small {
    padding-right: 10%;
  }

  .header .container .inner h1 {
    font-size: 8vw;
    line-height: 1;
  }

  .page-header .container .inner small {
    padding-right: 20%;
  }

  .page-header .container .inner h1 {
    font-size: 12vw;
  }

  .partners {
    padding: 0;
  }

  .partners .inner ul {
    flex-wrap: wrap;
  }

  .partners .inner ul li {
    flex: none;
    width: 33.3333%;
    padding: 15px;
  }

  .partners .inner ul li:last-child {
    display: none;
  }

  .text-content-block p {
    padding-right: 0;
  }

  .image-box {
    position: static !important;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .carousel-slider .swiper-slide {
    width: 100%!important;
  }

  .inner-spacing {
    display: none;
  }

  .icon-content-box {
    margin: 15px 0;
  }

  .multi-image-box {
    padding: 0 5%;
  }

  .title-block {
    padding: 0 5%;
  }

  .title-block h2 br {
    display: none;
  }

  .testimonials-slider .swiper-slide {
    width: 100%;
  }

  .news-box {
    margin: 15px 0;
  }

  .job-positions li span:first-child {
    flex: 0 0 65%;
  }

  .job-positions li span:nth-child(3) {
    display: none;
  }

  .location-box {
    flex-direction: column;
  }

  .location-box .location-map {
    width: 100%;
  }

  .location-box .location-map iframe {
    height: 200px;
  }

  .location-box .location-content {
    width: 100%;
    padding: 30px;
    padding-top: 55px;
  }

  .location-box .location-content address p {
    margin: 0;
  }

  .location-box .location-map i {
    right: auto;
    left: 30px;
    top: auto;
    bottom: -25px;
  }

  .error-404 figure {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .solutions .odometer {
    font-size: 10vw;
  }

  .blog .post .post-content h4 {
    font-size: 6vw;
  }

  .footer b {
    float: left;
  }
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

/*# sourceMappingURL=style.css.map */



/* lakshmi css */
.container {
	max-width: 1170px !important;
	padding-left: 0;
    padding-right: 0;
}

/* for text-alignment*/

.align-items { align-items: center;}

/* margin styles */

.m-0{margin:0px;}

.mt-20p{margin-top:20px;}

.w-100{width:100%;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-mustard {color: #efab00;}

	
@font-face {
   font-family: 'futura-pt-medium';
   src: url('../fonts/Futura PT Medium.ttf');
}

@font-face {
   font-family: 'futura-pt-bold';
   src: url('../fonts/Futura PT Bold.ttf');
}

@font-face {
   font-family: 'Oswald-Regular';
   src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
   font-family: 'OpenSans-Regular';
   src: url('../fonts/OpenSans-Regular.ttf');
}


@font-face {
   font-family: 'Roboto-Regular';
   src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
   font-family: 'Montserrat-Regular';
   src: url('../fonts/Montserrat-Regular.ttf');
}

.fnt-futur-pt-md{ font-family: 'futura-pt-medium';}

.fnt-futur-pt-bold{ font-family: 'futura-pt-bold';}

.fnt-osw-reg{ font-family: 'Oswald-Regular';}

.fnt-OpenSans-reg{ font-family: 'OpenSans-Regular';}

/* HOME PAGE CSS */

/* banner text */
.banner-theory {
    position: absolute;
    top: 40%;
    left: 6%;
}
.banner-theory h2{
	font-size: 58px;
	letter-spacing: -1px;
	line-height: 26px;
	font-weight: bold;
	font-family: "Arial";
}
.banner-theory p{
	font-size: 22px;
	line-height: 26px;
	font-family: 'Roboto-Regular';
	margin:25px 0px;
}

.banner-theory a {
    border: 2px solid #efab00;
    border-radius: 50px;
    padding: 7px 40px;
    text-decoration: none;
}



@media screen and (max-width:1144px){ 

.container {
	padding-right: 15px;
    padding-left: 15px;
}

}

@media screen and (max-width:1023px){ 
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.banner-sec {margin-top: 85px;}

}

@media screen and (max-width:980px){ 

.enq-btn {padding: 5px 10px !important;	}

.subscription-block {margin-bottom: -35px;}

.footer {padding-top: 65px;}

}

@media screen and (max-width:567px){ 

.ban {height: 22vh; object-fit: cover;}

.subscription-block {margin-bottom: -70px;}

.subscription-block .subscribe-box .inner {text-align: center;}

.subscription-block .subscribe-box .inner {display: block;}

.help-theory {margin-top: 12px;}

.footer {padding-top: 90px;}

}

@media screen and (max-width:767px){  
.tabhorizontal-hide{display:none!important;visibility:hidden!important;}

.banner-theory {top: 20%;}
.inner-page-head {top: 30%!important;}

.banner-theory h2 {font-size: 24px;}
.inner-page-head h2 {font-size: 34px!important;}

.banner-theory p{font-size: 12px; line-height: 16px; margin:0px 0px 10px 0px;}

.banner-theory a {padding: 5px 15px; font-size: 12px;}

.subscription-block .subscribe-box h2 {font-size: 15px;}

.subscription-block .subscribe-box p {font-size: 11px; margin:0px;}

.help-theory a {font-size: 13px;}

.help-theory img {width: 35px;}

}


@media screen and (min-width:768px) and (max-width:1023px) { 

.banner-theory {top: 25%;left: 2%;}
.inner-page-head {top: 25%!important;left: 2%!important;}

.banner-theory h2 {font-size: 40px;}

.subscription-block .subscribe-box h2 {font-size: 20px;}

.subscription-block .subscribe-box p {font-size: 13px; margin:0px;}

.help-theory a {font-size: 13px;}

.help-theory img {width: 35px;}

}

@media screen and (min-width:1024px) and (max-width:1133px) { 

.banner-theory {top: 33%; left: 2%;}
.inner-page-head {top: 33%; left: 2%;}

.site-menu ul li { margin-left: 3px;}

}

@media screen and (min-width:1600px) { 

.banner-theory {left: 13%;}
.inner-page-head {left: 15%!important;}

}
/*---------------------- flaticon start---------------------------*/
  /*
    Flaticon icon font: Flaticon
    Creation date: 21/12/2019 08:43
    */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}

.flaticon-arrow:before { content: "\f100"; }
.flaticon-search:before { content: "\f101"; }
.flaticon-commerce-and-shopping:before { content: "\f102"; }
.flaticon-shopper:before { content: "\f103"; }
.flaticon-right-arrow:before { content: "\f104"; }
.flaticon-phone:before { content: "\f105"; }
.flaticon-envelope:before { content: "\f106"; }
.flaticon-back:before { content: "\f107"; }
.flaticon-download-arrow:before { content: "\f108"; }
.flaticon-up-arrow:before { content: "\f109"; }
.flaticon-right-arrow-1:before { content: "\f10a"; }
.flaticon-medal:before { content: "\f10b"; }
.flaticon-gear:before { content: "\f10c"; }
.flaticon-edit-tools:before { content: "\f10d"; }
.flaticon-tablet:before { content: "\f10e"; }
.flaticon-ui:before { content: "\f10f"; }
.flaticon-report:before { content: "\f110"; }
.flaticon-shield:before { content: "\f111"; }
.flaticon-menu:before { content: "\f112"; }
.flaticon-code:before { content: "\f113"; }
.flaticon-gear-1:before { content: "\f114"; }
.flaticon-sketch:before { content: "\f115"; }
.flaticon-browser:before { content: "\f116"; }
.flaticon-monitor:before { content: "\f117"; }
.flaticon-report-1:before { content: "\f118"; }
.flaticon-app:before { content: "\f119"; }
.flaticon-best:before { content: "\f11a"; }
.flaticon-code-1:before { content: "\f11b"; }
.flaticon-android:before { content: "\f11c"; }
.flaticon-apple:before { content: "\f11d"; }
.flaticon-iot:before { content: "\f11e"; }
.flaticon-time-and-date:before { content: "\f11f"; }
.flaticon-tv:before { content: "\f120"; }
.flaticon-telegram:before { content: "\f121"; }
.flaticon-telegram-1:before { content: "\f122"; }
.flaticon-telegram-2:before { content: "\f123"; }
.flaticon-clock:before { content: "\f124"; }
.flaticon-play:before { content: "\f125"; }
.flaticon-correct:before { content: "\f126"; }
.flaticon-world-globe:before { content: "\f127"; }
.flaticon-phone-1:before { content: "\f128"; }
.flaticon-data:before { content: "\f129"; }
.flaticon-php:before { content: "\f12a"; }
.flaticon-electron:before { content: "\f12b"; }
.flaticon-java:before { content: "\f12c"; }
.flaticon-css:before { content: "\f12d"; }
.flaticon-heart:before { content: "\f12e"; }
.flaticon-edit-tools-1:before { content: "\f12f"; }
.flaticon-chain:before { content: "\f130"; }
.flaticon-placeholder-filled-point:before { content: "\f131"; }
.flaticon-placeholder:before { content: "\f132"; }
.flaticon-data-1:before { content: "\f133"; }
.flaticon-code-2:before { content: "\f134"; }
.flaticon-laptop:before { content: "\f135"; }
.flaticon-seo-and-web:before { content: "\f136"; }
.flaticon-process:before { content: "\f137"; }
.flaticon-idea:before { content: "\f138"; }
.flaticon-info:before { content: "\f139"; }
.flaticon-close:before { content: "\f13a"; }
.flaticon-danger:before { content: "\f13b"; }
.flaticon-star:before { content: "\f13c"; }








/*---------------------- flaticon end---------------------------*/


/*------------------------ kiran css ------------------------*/
.block-row{clear:both;}
.block-row:before,.block-row:after{content:"";display:table;line-height:0;}
.left-block,.right-block,.middle-block,.left-block1,.middle-block1,.right-block1,.left-block2,.right-block2,.left-block3,.right-block3,.left-block4,.middle-block4,.right-block4,.left-block5,.right-block5,.left-block6,.middle-block6,.middle-block-6,.right-block6,.left-block7,.right-block7{float:left;min-height:30px;} 

.left-block{width: 50%;}
.right-block{width:50%;} 

.left-block1{width: 19.5%;}
.middle-block1{width: 33.8%;} 
.right-block1{width: 46.7%;} 

.left-block2{width: 35%;}
.right-block2{width:65%;} 

.li-hover a {
font-size:14px;
  color: #005eb8;
}


 .service-list li{
  background:url(../images/design.png) no-repeat left 4px; margin-bottom:2%; line-height:21px;
  padding-left:25px;
  vertical-align:middle;}
  
.service-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 315px;
    margin: 0;
	margin-top:20px;
}


.head-font {
  width: 100%;
  display: block;
  font-family: 'futura-pt-medium';
  font-size: 25px;
  line-height: 30px;
  color: #131314;
}
.head-font2 {
  width: 100%;
  display: block;
  font-family: 'futura-pt-medium';
  font-size: 26px;
  line-height: 32px;
  color: #131314;
  padding-bottom:10px;
  padding-top:6px;
}


.it-li li{width: 24.6%; margin-right: 0.5%; margin-bottom:1.5%;}
.it-li li:nth-child(4n+4){margin-right: 0;}
.it-li li:nth-child(4n+5){clear: both;}
.it-li li:last-child{margin-right: 0;}

.list-pn{list-style-type:none;}
.list-f li{float:left;}
.t-c{text-align:center;}
.li-text h3 {
    width: 100%;
    display: block;
    color: #131314;
    font-size: 1.3rem;
	font-family: 'futura-pt-medium';
	line-height: 8px;
}
.icon-content-box p {
    width: 100%;
    display: block;
    padding: 0 10%;
    font-weight: 300;
}


.inner-page-head h2{
	font-size: 44px;
    line-height: 26px;
    font-weight: bold;
    font-family: "Futura";
    text-transform: uppercase;
}

.inner-page-head {
    position: absolute;
    top: 43%;
    left: 6%;
}


.medal-ico{background:url(../images/medal-icon.png) no-repeat center center;display: inline-block;width: 31px;height: 41px;vertical-align: text-top;}
.gear-ico{background:url(../images/gear-icon.png) no-repeat center center;display: inline-block;width: 41px;height: 40px;vertical-align: text-top;}


.ser-ico1{background:url(../images/ser-ico1.png) no-repeat center center;display: inline-block;width: 46px;height: 48px;vertical-align: text-top;}
.ser-ico2{background:url(../images/ser-ico2.png) no-repeat center center;display: inline-block;width: 46px;height: 48px;vertical-align: text-top;}
.ser-ico3{background:url(../images/ser-ico3.png) no-repeat center center;display: inline-block;width: 46px;height: 48px;vertical-align: text-top;}
.ser-ico4{background:url(../images/ser-ico4.png) no-repeat center center;display: inline-block;width: 46px;height: 48px;vertical-align: text-top;}
.ser-ico5{background:url(../images/ser-ico5.png) no-repeat center center;display: inline-block;width: 46px;height: 48px;vertical-align: text-top;}
.ser-ico6{background:url(../images/ser-ico6.png) no-repeat center center;display: inline-block;width: 46px;height: 48px;vertical-align: text-top;}

.rt-arrow{background:url(../images/rt-arrow.png) no-repeat center center;display: inline-block;width: 17px;height: 11px;}







.services-content-block ul,.training-box p {padding-left:25px;}

.services-content-block ul li {margin-bottom:15px; list-style:none;}

.services-content-block ul li:before, .training-box p:before {
    content: url(../images/design.png);
    height: 8px;
    width: 8px;
    margin-right: 16px;
    margin-left: -25px;
    display: inline-block;
    transform: translateY(3px);
}

.training-box {
    filter: drop-shadow(0px 5px 12.5px rgba(57,98,130,0.15));
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 25px;
	height:100%;
}
.training-box h5, .training-box p{
   margin-bottom:0px;
}

.training-box p{
   margin-top:10px;
}
.mb-20 {margin-bottom: 20px;}


/*------------------------------------------*/
/** Style 1 **/
.icon-box-s1 .icon-main {
  color: #005eb8;
}
.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
  font-size: 40px;
}
.icon-box-s1 .icon-main img {
  width: 40px;
}
.icon-box-s1 h5 {
  font-size: 18px;
  font-weight: 600;
}
.icon-box-s1 h5 a {
  color: #1b1d21;
}
.icon-box-s1 .line-box {
  height: 3px;
  width: 100%;
  background: #efefef;
  margin-bottom: 15px;
  position: relative;
}
.icon-box-s1 .line-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #005eb8;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s1:hover .line-box:after {
  left: 0;
  right: auto;
  width: 100%;
}

/** Style 2 **/
.icon-box-s2 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  float: left;
  text-align: center;
  line-height: 1;
  color: #005eb8;
}
.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
  padding-left: 60px;
}
.icon-box-s2 {
    margin-bottom: 40px;
    padding-right: 20px;
}

.icon-box-s2 p {
  font-weight: initial;
}

.content-box h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

.icon-box-s2 .content-box h5 a {
  color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
  color: #43baff;
}
.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box-s2.s2 {
  padding: 40px 45px;
  position: relative;
  overflow: hidden;
}
.icon-box-s2.s2 * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.icon-box-s2.s2 .icon-main {
  color: #005eb8;
  margin-bottom: 30px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}
.icon-box-s2.s2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  right: -15px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.icon-box-s2.s2:hover {
  background: transparent !important;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-s2.s2:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-box-s2.s2:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.icon-box-s2.s2 .content-box h5 {
  margin-bottom: 14px;
}
.icon-box-s2.s3 .icon-main {
  float: right;
}
.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}

.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 15px 30px;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}
.tech-box:visited {
  color: #fff;
}

.ot-image-box {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ot-image-box .overlay {
  z-index: 1;
  opacity: 1;
  background: rgba(16, 120, 165, 0.2);
  color:#fff;
}
.ot-image-box h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.ot-image-box p {
    color: #fff;
    font-size: 14px;
}

.overlay-test {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px 15px;
}
.ot-image-box img {
  filter: grayscale(90%);
}
.ot-image-box:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.ot-image-box:hover img {
  filter: none;
}
.ot-image-box:hover .overlay {
  background: transparent;
}

/*----------------------------------------------------------------------------------------*/
.p0{padding:0px;}
.l-p0{padding-left:0px!important;}.l-p1{padding-left:1px;}.l-p2{padding-left:2px;}.l-p3{padding-left:3px;}.l-p4{padding-left:4px;}.l-p5{padding-left:5px;}.l-p6{padding-left:6px;}.l-p7{padding-left:7px;}.l-p8{padding-left:8px;}.l-p9{padding-left:9px;}.l-p10{padding-left:10px;}.l-p15{padding-left:15px;}.l-p20{padding-left:20px;}.l-p25{padding-left:25px;}.l-p30{padding-left:30px;}.l-p35{padding-left:35px;}.l-p40{padding-left:40px;}.l-p45{padding-left:45px;}.l-p50{padding-left:50px;}.l-p55{padding-left:55px;}.l-p60{padding-left:60px;}.l-p65{padding-left:65px;}.l-p70{padding-left:70px;}.l-p75{padding-left:75px;}.l-p80{padding-left:80px;}.l-p85{padding-left:85px;}.l-p90{padding-left:90px;}.l-p95{padding-left:95px;}.l-p100{padding-left:100px;}
.r-p0{padding-right:0px!important;}.r-p1{padding-right:1px;}.r-p2{padding-right:2px;}.r-p3{padding-right:3px;}.r-p4{padding-right:4px;}.r-p5{padding-right:5px;}.r-p6{padding-right:6px;}.r-p7{padding-right:7px;}.r-p8{padding-right:8px;}.r-p9{padding-right:9px;}.r-p10{padding-right:10px;}.r-p15{padding-right:15px;}.r-p20{padding-right:20px;}.r-p25{padding-right:25px;}.r-p30{padding-right:30px;}.r-p35{padding-right:35px;}.r-p40{padding-right:40px;}.r-p45{padding-right:45px;}.r-p50{padding-right:50px;}.r-p51{padding-right:51px;}.r-p55{padding-right:55px;}.r-p60{padding-right:60px;}.r-p65{padding-right:65px;}.r-p70{padding-right:70px;}.r-p75{padding-right:75px;}.r-p80{padding-right:80px;}.r-p85{padding-right:85px;}.r-p90{padding-right:90px;}.r-p95{padding-right:95px;}.r-p100{padding-right:100px;}

.t-p0{padding-top:0px!important;}.t-p1{padding-top:1px;}.t-p2{padding-top:2px;}.t-p3{padding-top:3px;}.t-p4{padding-top:4px;}.t-p5{padding-top:5px;}.t-p6{padding-top:6px;}.t-p7{padding-top:7px;}.t-p8{padding-top:8px;}.t-p9{padding-top:9px;}.t-p10{padding-top:10px;}.t-p15{padding-top:15px;}.t-p20{padding-top:20px;}.t-p25{padding-top:25px;}.t-p30{padding-top:30px;}.t-p35{padding-top:35px;}.t-p40{padding-top:40px;}.t-p45{padding-top:45px;}.t-p50{padding-top:50px;}.t-p55{padding-top:55px;}.t-p60{padding-top:60px;}.t-p65{padding-top:65px;}.t-p70{padding-top:70px;}.t-p75{padding-top:75px;}.t-p80{padding-top:80px;}.t-p85{padding-top:85px;}.t-p90{padding-top:90px;}.t-p95{padding-top:95px;}.t-p100{padding-top:100px;}
.b-p0{padding-bottom:0px;!important}.b-p1{padding-bottom:1px;}.b-p2{padding-bottom:2px;}.b-p3{padding-bottom:3px;}.b-p4{padding-bottom:4px;}.b-p5{padding-bottom:5px;}.b-p6{padding-bottom:6px;}.b-p7{padding-bottom:7px;}.b-p8{padding-bottom:8px;}.b-p9{padding-bottom:9px;}.b-p10{padding-bottom:10px;}.b-p15{padding-bottom:15px;}.b-p20{padding-bottom:20px;}.b-p25{padding-bottom:25px;}.b-p30{padding-bottom:30px;}.b-p35{padding-bottom:35px;}.b-p40{padding-bottom:40px;}.b-p45{padding-bottom:45px;}.b-p50{padding-bottom:50px;}.b-p55{padding-bottom:55px;}.b-p60{padding-bottom:60px;}.b-p65{padding-bottom:65px;}.b-p70{padding-bottom:70px;}.b-p75{padding-bottom:75px;}.b-p80{padding-bottom:80px;}.b-p85{padding-bottom:85px;}.b-p90{padding-bottom:90px;}.b-p95{padding-bottom:95px;}.b-p100{padding-bottom:100px;}
.t-m1n{margin-top:-1px;}.t-m2n{margin-top:-2px;}.t-m3n{margin-top:-3px;}.t-m4n{margin-top:-4px;}.t-m5n{margin-top:-5px;}.t-m6n{margin-top:-6px;}.t-m7n{margin-top:-7px;}.t-m8n{margin-top:-8px;}.t-m9n{margin-top:-9px;}.t-m10n{margin-top:-10px;}.t-m15n{margin-top:-15px!important;}.t-m20n{margin-top:-20px;}.t-m25n{margin-top:-25px;}.t-m30n{margin-top:-30px;}.t-m35n{margin-top:-35px;}.t-m40n{margin-top:-40px;}.t-m45n{margin-top:-45px;}.t-m50n{margin-top:-50px;}.t-m55n{margin-top:-55px;}.t-m60n{margin-top:-60px;}.t-m65n{margin-top:-65px;}.t-m70n{margin-top:-70px;}.t-m75n{margin-top:-75px;}.t-m80n{margin-top:-80px;}.t-m85n{margin-top:-85px;}.t-m90n{margin-top:-90px;}.t-m92n{margin-top:-92px;}.t-m95n{margin-top:-95px;}.t-m100n{margin-top:-100px;}

@media only screen and (max-width:980px){
.left-block{width: 100%;}
.right-block{width:100%;} 
.tab-r-p0{padding-right:0px;}
.tab-l-p0{padding-left:0px;}
.tab-t-p30{padding-top:25px;}
.tab-t-p40{padding-top:40px;}
.inner-page-head {
    position: absolute;
    top: 40%!important;
    left: 6%;
}
  .subscription-block .subscribe-box {
    padding: 30px!important;
  }
.left-block1{width: 25%;}
.middle-block1{width: 40%;} 
.right-block1{width: 35%;} 
.carousel-slider .swiper-slide{width: 50%!important;}

.form-font-size{font-size:30px; line-height:32px;}

.tabhorizontal-hide2{display:none!important;visibility:hidden!important;}


}

@media only screen and (max-width:880px){
.left-block1{width: 25%;}
.middle-block1{width: 40%;} 
.right-block1{width: 35%;} 
  
}
@media only screen and (max-width:800px){
.carousel-slider .swiper-slide{width: 100%!important;}
.carousel-slider .swiper-slide figure figcaption h3 {
  font-size: 30px;
  font-weight: 500;
}
  
}
@media only screen and (max-width:767px){
.it-li li{width: 48%; margin-right: 0.5%; margin-bottom:1.5%;}
.it-li li:nth-child(2n+2){margin-right: 0;}
.it-li li:nth-child(2n+3){clear: both;}
.it-li li:last-child{margin-right: 0;}
.left-block1{width: 25%;}
.middle-block1{width: 45%;} 
.right-block1{width: 30%;} 
.copn-t-p{padding-top:20px;}
.address i {
  margin-bottom: 10px!important;
}

}

@media only screen and (max-width:640px){
.left-block1{width: 50%;}
.middle-block1{width: 50%;} 
.right-block1{width: 100%; padding-top:20px;} 

.form-font-size{font-size:26px; line-height:28px;}


.contact-form {
  width: 100%!important;
  display: block;
  /*margin: 0 20%;*/
  margin-top: -50px!important;
  padding: 30px 30px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 28px;
}

  .contact-form {
    margin: 0 0%!important;
    margin-top: -50px;
  }

}
@media only screen and (max-width:480px){
.it-li li{width:100%; margin-bottom:1.5%;}
.tab-t-p40{padding-top:40px;}
.ban {height: 12vh; object-fit: cover;}
.inner-page-head {
    position: absolute;
    top: 35%!important;
    left: 6%;
}
.tab-font{font-size:24px;}
  .subscription-block .subscribe-box {
    padding: 15px!important;
  }
.left-block1{width: 100%;}
.middle-block1{width: 100%; padding-top:10px;} 
.right-block1{width: 100%; padding-top:10px;} 
.ban {height: 22vh; object-fit: cover;}

.service-list ul {
    display:inherit;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
	margin-top:20px;
}

}


@media only screen and (max-width:380px){
.carousel-slider .swiper-slide figure figcaption h3 {
  width: 100%!important;
  display: block;
  font-size: 27px;
  font-weight: 500;
  text-transform: capitalize;
}
.carousel-slider .swiper-slide figure figcaption {
  padding: 20px;
}
.inner-page-head h2{
	font-size: 28px!important;
	line-height: 26px;
}

.mob-b-p0{padding-bottom:0px;!important}
.form-font-size{font-size:24px; line-height:24px;}
.contact-form {
  padding: 15px 15px 10px 15px;
}


}
