/* ==============================================
 *  ## Base styles/overrides
 *
 * ------------------------------------------*/

/* Safari Grid issues */
.row:before, .row:after {display: none !important;}

/*html, body {
    height: 100%;
}*/

a {
    color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #888;
}

a:hover, a:active {
    outline: 0;
}
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}

body {
line-height: 1.6;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}

del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.btn-green {
    background-color: #989899!important;
    color: #fff!important;
}
.btn-green.active, .btn-green:active, .btn-green:focus {
    background-color: #727273!important;
}
.btn-green:hover {
    background-color: #727273!important;
}
.btn-purple {
    background-color: #333398!important;
    color: #fff!important;
}
.purple {
	background-color: #333398!important;
}
.black-back {
	background: rgba(0,0,0,0.7);
	border-radius: 15px;
}
.service-panel {
	background-color: #333398;
	min-height: 300px;
	color: #fff;
	border-radius: 15px;
}
.service-panel h1 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
}
.service-title {
	font-size: 22px;
	margin-bottom: 15px;
}
/* Marquee */
:root {
  --scroller-size: 500vw;
}

.scroller-container {
  overflow: hidden;
}
.scroller {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 500vw;
  animation: icon-scroller 60s linear 0s normal infinite;
  will-change: transform;
}
.scroller-img {
 max-width: 170px;
    max-height: 70px;
}

@keyframes icon-scroller {
  100% {
    transform: translateX(calc(var(--scroller-size)*-0.5));
  }
}

@media (max-width: 1200px) {
  .scroller {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 800vw;
  animation: icon-scroller 60s linear 0s normal infinite;
  will-change: transform;
}
}
@media (max-width: 800px) {
  .scroller {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1000vw;
  animation: icon-scroller 60s linear 0s normal infinite;
  will-change: transform;
}
  .scroller-img {
    max-width: 170px;
    max-height: 70px;
	margin-left: 30px;
  }
}
@media (max-width: 500px) {
   .scroller {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1400vw;
  animation: icon-scroller 60s linear 0s normal infinite;
  will-change: transform;
}
}
/* ==============================================
 *  ## Typography
 *
 * ------------------------------------------*/


p {
	font-family: 'Encode Sans Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    /*font-style: normal;*/
    text-rendering: optimizeLegibility;
	font-family: 'Montserrat', sans-serif;
} 
.icon-home {
	font-size: 70px;
	color: #2ca243;
}
#service-home h1 {
	font-size: 30px;
	padding: 20px 0;
	letter-spacing: .03rem;
	font-weight: 400;
	color: #333398;
}
.section-heading {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.case-home-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding-top: 15px;
	text-transform: uppercase;
	letter-spacing:1px;
}
.split-heading {
	font-size: 30px;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: 400;
	color: #888;
}
.landing-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px solid #000;
}
.service-heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #333398;
	text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
	.section-heading {
		font-size: 28px;
	}
	.split-heading {
		font-size: 28px;
	}
		
}
/* ==============================================
 *  ## Spacing
 *
 * ------------------------------------------*/
.row-padding {
	padding: 100px 0;
}
 
 @media only screen and (max-width: 800px) {
	.row-padding {
	padding: 60px 0;
}
		
}
/* ==============================================
 *  ## Navigation & Footer
 *
 * ------------------------------------------*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

.navbar {
  /*background-color: rgba(0,0,0,0.2);*/
	/*background-image: -webkit-linear-gradient(45deg, rgba(255,255,255) 18%, rgba(51, 51, 152,0.5) 18%);*/
	background: #fff;
}

.top-nav-collapse {
  background-color: #fff; }

@media only screen and (max-width: 768px) {

		
}
.dropdown:hover>.dropdown-menu {
  display: block;
}	
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #333398;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    padding-right: 75px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Encode Sans Condensed', sans-serif;
}
.top-links {
	background: #333398; 
}
.top-link {
	font-size: 14px;
	color: #074B8A;
	/*text-transform: uppercase;*/
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}
.top-link a {
	color: #fff;
}
.top-link p {
	margin-bottom: 0px;
}


/* ==============================================
 *  ## Video
 *
 * ------------------------------------------*/
section.hero-video {
  height: 93vh;
  width: 100%;
  position: relative;
}
section.hero-video .container {
  /*max-width: 1200px;*/
  max-width: 100%;
  padding: 20px;
  height: 100%;
  margin: auto;
  position: relative;
}
section.hero-video .container .play-btn {
  position: absolute;
  right: 20px;
  bottom: 30%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
  padding: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}
section.hero-video .container .play-btn:hover {
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
}
section.hero-video .hero-video-caption {
  background: #272F45;
  position: absolute;
  overflow: hidden;
  color: white;
  text-align: center;
  max-width: 685px;
  min-width: 300px;
  box-sizing: border-box;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 4px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}
section.hero-video .hero-video-caption h2 {
  font-weight: 400;
}
section.hero-video .hero-video-caption .wrapper {
  padding: 50px;
}

.video-bg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #fafafa;
  overflow: hidden;
}
.video-bg-container video {
  display: block;
  /*height: 100%;*/
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
	section.hero-video {
		  height: 31vh;
		  width: 100%;
		  position: relative;
		}
		
}
/* ==============================================
 *  ## Page Banners
 *
 * ------------------------------------------*/
/* Loaded body */
body.loaded {
  opacity: 1;
  transition: 1s opacity;
}

/* Default banner */
.banner {
  position: relative;
  width: 100%;
  height: 25rem;
  padding: 0 5%;
  overflow: hidden;
  backface-visibility: hidden;
}

/* Default image container */
.banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate3d(0,0,0) scale(1.25);
 
  background-size: cover;
}

/* Loaded image container */
.loaded .banner .background {
  transform: scale(1);
  transition: 15s transform;
}

/* Other stuff */
.banner h1 {
  color: #EEE;
  margin: 0;
  line-height: 40rem;
  text-transform: uppercase;
  text-shadow: 0 0 .3rem black;
}

#contact-banner {
	background: black url(../../images/banners/sub-1.jpg); 
}
#services-banner {
	background: black url(../../images/backgrounds/background-1.jpg); 
}
@media only screen and (max-width: 768px) {
	/* Default banner */
	.banner {
	  height: 200px;
	}
		
}
/* ==============================================
 *  ## Index
 *
 * ------------------------------------------*/
#home-land {
	position: absolute;
	bottom: 40%;
	left: 150px;
	max-width: 550px;
	background: rgba(51, 51, 152,0.8);
	border-radius: 10px;
}
.swiper-container {
	width: 100%;
	height: 35vh;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-slider .slider-bg-position {
	background-size: cover!important;
	background-position: center center!important;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
	background-image: none!important;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
.main-slider h2 {
	color: #fff;
	font-size: 54px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 1px 1px #000;
}
.main-slider h3 {
	color: #fff;
	font-size: 40px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
	font-weight: 700;
}
.main-slider .swiper-pagination-bullet {
	/*width: 20px;
	height: 20px;
	background: rgba(255,255,255,0.9);*/
	
}
.main-slider .swiper-pagination-bullet-active {
	background: #0297ff
}
.slider-case {
	position: absolute;
	bottom: 50px; right: 100px;
	background: rgba(0,0,0,0.7);
	padding: 50px 30px;
	text-align: left;
	border-radius: 0px 0px 40px 40px;
}
.slider-case h5 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.slider-case a {
	text-align: right;
}
.single-icon > i {
    font-size: 55px;
    color: #333398;
}

.service-list > h4 {
    font-size: 22px;
    color: #5b32b4;
}
 @media only screen and (max-width: 800px) {
	.main-slider h2 {
	color: #fff;
	font-size: 34px;
	line-height: 59px;
	padding: 0 19%;
	text-transform: uppercase;
	font-weight: 800;
	text-shadow: 1px 1px #000;
}
}

.single-icon {
    margin-bottom: 5px;
}

.service-list > h4 {
    font-size: 22px;
    color: #5b32b4;
    margin-bottom: 15px;
}

.service-list {
    border: 2px double #ccc;
    padding: 20px 40px;
    border-radius: 0px 0px 40px 40px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: #5b32b4;
    font-size: 48px;
    margin-bottom: 30px;
}

.service-list:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.service-list p {
    margin-bottom: 0;
	line-height: 1.7;
}

.ovrly09 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.ovrly09 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.ovrly09 .ovrly {
    background: rgba(152, 152, 153, 0.5);
    height: 100%;
    left: 125%;
    width: 170%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ovrly09 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ovrly09 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}
.ovrly09:hover .ovrly {
    left: -35%;
}
.ovrly09:hover .buttons .fa {
    opacity: 1;
}
/* Services */
.services-block-three{
  margin-bottom: 00px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #333398;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #333398;
    border-right: 2px solid #333398;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #333398;
    border-left: 2px solid #333398;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
/*
.padding-15px-bottom {
    padding-bottom: 15px;
}*/
.services-block-three h1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #fff;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #333398;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
/* ==============================================
 *  ## Services
 *
 * ------------------------------------------*/
#services ol {
	list-style-type: upper-roman;
}
 
/* ==============================================
 *  ## Case Studies
 *
 * ------------------------------------------*/

blockquote {
  position: relative;
  padding: 2rem 1rem 2rem 0;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #989899;
  font-size: 40px;
  font-weight: 400;
}
blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1rem 0;
  background-color: #fff;
  line-height: 1.3;
}
blockquote p::before {
  content: "\201c";
  margin-left: -0.65rem;
  padding-right: 0.15rem;
}
blockquote p::after {
  content: "\201d";
}
blockquote strong {
	color: #333398;
	font-weight: 700;
	font-style: italic;
}
blockquote::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 0;
  width: 70px;
  height: calc(100% + 4px);
  background: #fff;
  border-right: 2px solid #eee;
}
/* ==============================================
 *  ## News
 *
 * ------------------------------------------*/
#share {
	width: 100%;
}

/* buttons */

#share a {
	width: 40px;
  	height: 40px;
  	display: inline-block;
  	/*margin: 8px 0 8px 8px;*/
  	/*border-radius: 50%;*/
  	font-size: 24px;
  	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
	text-align: center;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	/*position: relative;
  	top: 30%;
  	transform: translateY(-30%);
	text-align: center;*/
}

/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}

/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }