.nav-link {
    color: #fff !important;
}

.btn-style-sm {
    text-align: center;
    padding: 2px 7px;
    border: 1px solid;
    position: relative;
    top: 5px;
}

.cloud-btn-grey {
    border-color: #afafaf;
    color: #afafaf !important;
}

.nav-link.cloud-btn-grey:hover {
    color: #afafaf !important;
}

.cloud-btn-blue {
    border-color: #33b8f1;
    color: #33b8f1 !important; 
}

.nav-item {
    margin-right: 5px; 
}

.nav-item.active .nav-link {
    color: #33b8f1 !important; 
}

.nav-link:hover {
    color: #33b8f1 !important;
}

header {
    color: #fff;
    text-align: center;
}

header.landing-header {
    background-image: url('../../img/header-image.jpg');
    min-height: 500px;
    height: 80vh;
    background-size: cover;
}

header.landing-header h1 {
    padding-top: 220px;
}

.head-line {
    display: inline-block;
    width: 600px;
    height: 2px;
    background-image: linear-gradient(to left, #33b8f1 0%, #33b8f1 18%, #ffffff 100%);
}

.cloud-btn {
    display: inline-block;
    width: 100%;
    border: 2px solid #33b8f1;
    color: #33b8f1;
    padding: 8px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

.cloud-btn:hover {
    text-decoration: none;
    color: inherit;
    background: #33b8f1;
    transition: background 0.3s, color 0.3s;
}


/***********
 3D Slideshow 
 **********/ 


#slideshow {
	margin: 0 auto;
	padding-top: 50px;
	height: 550px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}

.slideshow-title {
	font-family: 'Allerta Stencil';
	font-size: 62px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-top: 25%;
	letter-spacing: 3px;
	font-weight: 300;
}

.sub-heading {
	padding-top: 50px;
	font-size: 18px;
} .sub-heading-two {
	font-size: 15px;
} .sub-heading-three {
	font-size: 13px;
} .sub-heading-four {
	font-size: 11px;
} .sub-heading-five {
	font-size: 9px;
} .sub-heading-six {
	font-size: 7px;
} .sub-heading-seven {
	font-size: 5px;
} .sub-heading-eight {
	font-size: 3px;
} .sub-heading-nine {
	font-size: 1px;
}

.entire-content {
	margin: auto;
	width: 190px;
	perspective: 1000px;
	position: relative;
	padding-top: 80px;
}

.content-carrousel {
	width: 100%;
	position: absolute;
	float: right;
	animation: rotar 15s infinite linear;
	transform-style: preserve-3d;
}

.content-carrousel:hover {
	animation-play-state: paused;
	cursor: pointer;
}

.content-carrousel figure {
	width: 100%;
	height: 175px;
	border: 1px solid #3b444b;
	overflow: hidden;
	position: absolute;
}

.content-carrousel figure:nth-child(1) {
	transform: rotateY(0deg) translateZ(300px); 
} .content-carrousel figure:nth-child(2) {
	transform: rotateY(40deg) translateZ(300px); 
} .content-carrousel figure:nth-child(3) {
	transform: rotateY(80deg) translateZ(300px); 
} .content-carrousel figure:nth-child(4) {
	transform: rotateY(120deg) translateZ(300px); 
} .content-carrousel figure:nth-child(5) {
	transform: rotateY(160deg) translateZ(300px); 
} .content-carrousel figure:nth-child(6) {
	transform: rotateY(200deg) translateZ(300px); 
} .content-carrousel figure:nth-child(7) {
	transform: rotateY(240deg) translateZ(300px); 
} .content-carrousel figure:nth-child(8) {
	transform: rotateY(280deg) translateZ(300px); 
} .content-carrousel figure:nth-child(9) {
	transform: rotateY(320deg) translateZ(300px); 
} .content-carrousel figure:nth-child(10) {
	transform: rotateY(360deg) translateZ(300px); 
} 

.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.content-carrousel img {
	image-rendering: auto;
	transition: all 300ms;
	width: 100%;
	height: 100%;
}

.content-carrousel img:hover {
	transform: scale(1.2);
	transition: all 300ms;
}

@keyframes rotar {
	from {
		transform: rotateY(0deg);
	} to {
		transform: rotateY(360deg);
	}
}

/***********
end of 3D Slideshow 
**********/ 

.content-heading {
    font-size: 2.7em;
}

.quotes-section {
    background-image: url('../../img/quotes-bg.jpg');
    background-size: cover;
    height: 300px;
    color: #fff;
}

.quotation {
    font-size: 150px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1;
    height: 50px;
    background-image: -webkit-linear-gradient(to right, #f6f6f6 0%, #33b8f1 100%);
    background-image: -moz-linear-gradient(to right, #f6f6f6 0%, #33b8f1 100%);
    background-image: -ms-linear-gradient(to right, #f6f6f6 0%, #33b8f1 100%);
    background-image: -o-linear-gradient(to right, #f6f6f6 0%, #33b8f1 100%);
    background-image: linear-gradient(to right, #f6f6f6 0%, #33b8f1 100%);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.quote-txt {
    margin-bottom: 0;
    font-size: 1.8em;
}

footer {
    background: #464646;
    color: #fff;
    font-size: 1em;
    position: relative;
    top: -1px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.services-head {
    background-image: url('../../img/services-header.jpg');
    background-size: cover;
    min-height: 300px !important;
    height: 300px !important;
}

header.services-head h1 {
    padding-top: 160px;
}

.box-1 {
    background-image: url('../../img/services-big-1.png');
}

.box-2 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-2.png');
}

.box-3 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-3.png');
}

.box-4 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-4.png');
}

.box-5 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-5.png');
}

.box-6 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-6.png');
}

.box-7 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-7.png');
}

.box-8 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-8.png');
}

.box-9 {
    background-image: url('../../img/services-circle.png'), url('../../img/services-big-icon-9.png');
}

.services-box-cont {
    position: relative;
}

.services-box {
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 65px 0 rgba(175, 175, 175, .35);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 174px;
    width: 100%;
    text-align: center;
}

/* .services-box:hover {
    position: absolute;
    top: -25px;
    left: -25px;
    height: 224px;
    width: 400px;
} */

.services-box p {
    padding-top: 75px;
    font-weight: bold;
    font-size: 1.2em;
}

.hovered-serv-box {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: -45px;
    left: -12px;
    background: #fff;
    height: 280px;
    width: 400px;
    box-shadow: 0 0 65px 0 rgba(175, 175, 175, .35);
}

.image-serv-wrap {
    width: 74px;
    margin: 0 auto;
}

.hov-heading {
    font-weight: bold;
    font-size: 1.4em;
}

.cloud-btn-sm {
    width: 145px;
}

.cloud-btn-sm:hover {
    color: #fff;
}

/*CSS3/jquery carousel*/

section.slider {
    /* position: relative;
    width: 40em;
    height: 25em;
    margin: 0 auto; */
}

section.slider .slider-box {
    position: relative;
    width: 40em;
    height: 25em;
    margin: 0 auto;
}
  
.slider li {
    width: 500px;
    height: 281px;
    background: #fff;
    box-shadow: 0 0 65px 0 rgba(175, 175, 175, .35);
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
  
/* .slider li p {
    color: #000;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
} */
  
.items {
    position: absolute;
}
  
.main-pos {
    margin-left: 2em !important;
    z-index: 3000;
    /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}
  
.left-pos {
    opacity: .3;
    margin-left: -17em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}
  
.back-pos {
    margin-left: 2em !important;
    opacity: .05;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
}
  
.right-pos {
    opacity: .3;
    margin-left:  21em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}
  
/* .slider span {
    position: relative;
    margin: 0 auto;
    left: 17em;
    top: 20em;
} */

.slider-icon-wrap {
    width: 75px;
}

.slide-nav-left {
    position: absolute;
    top: 150px;
    left: -235px;
}

.slide-nav-right {
    position: absolute;
    top: 150px;
    right: -235px;
}

.slider-nav {
    cursor: pointer;
    background: none;
    border: none;
}

.slider-nav:focus {
    outline: none !important;
    /* outline: none !important; */
}

.left-arrow {
    transform: rotate(180deg);
}

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

.owl-dot {
    width: 15px;
    background: #eee !important;
    height: 15px;
    border-radius: 20px;
    margin-right: 3px;
}

.owl-dot.active {
    background: rgba(0,0,0,.2) !important;
}

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

.serv-shadow {
    box-shadow: 0 0 20px 0 rgba(175, 175, 175, .35);
}  

.owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar {
    z-index: 9999;
    transition: background .2s linear;
}

.custom-cloud-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-cloud-nav .navbar-toggler {
    border-color: rgb(255,255,255);
}

.hovered-serv-box,
.services-box {
    animation-duration: .5s;
}

.comming-soon-header {
    background-image: url('../../img/comming-header-img.jpg');
    min-height: 826px;
    background-size: cover;
    height: 100vh;
}

.header__logo-row {
    padding-top: 150px;
}

.header__comming-text {
    font-size: 3.1em;
}

/*Hover css*/

.image-box {
    /* margin: 0 auto; */
    /* height: 50vw;
    width: 50vw; */
    /* background-color: steelblue;
    font-family: 'Poppins', sans-serif; */
    /* text-align: center; */
    transition: all 0.25s;
    position: relative;
    /* border-radius: 10px; */
    /* display: flex;
    flex-direction: column; */
    /* justify-content: center; */
  }
  .image-box object {
    display: block;
  }
  .image-box:hover, .image-box .hover {
    background-color: #fff;
    cursor: pointer;
  }
  .image-box:hover .image-box_actions, .image-box .hover .image-box_actions {
    opacity: 1;
    transition: all 0.1s;
    transform: scale(1);
  }
  .image-box:hover .image-box_heading, .image-box .hover .image-box_heading {
    opacity: 0;
    transform: scale(0);
  }
  .image-box:hover .image-box_paragraph, .image-box .hover .image-box_paragraph {
    opacity: 0;
    transform: scale(0);
  }
  .image-box_heading {
    transition: all 0.1s;
    /* font-weight: 900;
    font-size: 4vw;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; */
  }
  .image-box_paragraph {
    transition: all 0.1s;
  }
  .image-box_paragraph p {
    font-weight: 100;
    font-size: 2vw;
  }
  .image-box_inner {
    /* padding: 4em;
    padding: 1em;
    color: white; */
  }
  .button {
    color: white;
    background: steelblue;
    padding: 1em 1em;
    display: block;
    text-decoration: none;
    margin-bottom: 0.25em;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto 1em auto;
    outline: none;
    border: none;
  }
  .button:hover {
    background-color: rgba(70, 130, 180, .7);
    outline: none;
  }
  .image-box_actions {
    z-index: 10;
    transition: all 0.1s;
    transform: scale(0);
    display: block;
    /* flex-direction: column;
    justify-content: center; */
    position: absolute;
    height: 280px;
    width: 400px;
    background: #fff;
    top: -45px;
    /* bottom: 0;
    right: 0; */
    left: -20px;
    opacity: 0;
    box-shadow: 0 0 65px 0 rgba(175, 175, 175, .35);
  }
  
  /*
  
  display: block;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: -45px;
    left: -12px;
    background: #fff;
    height: 280px;
    width: 400px;
    box-shadow: 0 0 65px 0 rgba(175, 175, 175, .35);
  */

.hov-txt {
    font-weight: normal !important;
    font-size: 1em !important;
}

.price-box-lg {
    height: 285px;
    border-radius: 10px;
    box-shadow: 0 0 65px rgba(175, 175, 175, 0.35);
    background-image: linear-gradient(to bottom, #37baf2 0%, #ffffff 100%);
    color: #2d3b3e;
}

.price-box-sm {
    height: 361px;
    border-radius: 10px;
    box-shadow: 0 0 65px rgba(175, 175, 175, 0.35);
    background: #fff;
    color: #2d3b3e;
}

.icon-bar {
    display: block;
    background: #fff;
    position: relative;
    top: 33px;
    text-align: center;
    padding: 5px 0;
}

.icon-bar-blue {
    display: block;
    background-image: linear-gradient(to left, #33b8f1 0%, #ffffff 100%);
    position: relative;
    top: 20px;
    text-align: center;
    padding: 5px 0;
}

.price-box-head-txt {
    padding-top: 48px;
    font-size: 1.6em;
    height: 111px;
}

.price-sm-badge {
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: -2px 2px 5px 1px rgba(175, 175, 175, 0.4);
    font-size: 0.8em;
    font-weight: bold;
    padding: 3px 10px 3px 40px;
    margin-top: 25px;
}

.price-num-full,
.price-num-dec {
    position: absolute;
    font-weight: bold;
}

.price-num-full {
    font-size: 5em;
    line-height: 0.7;
    left: 3px;
    top: -27px;
}

.price-num-dec {
    top: -33px;
    left: 41px;
    font-size: 2em;
}

.box-head-txt-sm {
    padding: 35px 20px 0;
}

.color-blue-price {
    color: #33b8f1;
}

.price-badge-sm {
    margin-top: 52px;
}

.add-icon-box {
    position: absolute;
    bottom: -70px;
    left: 151px;
}

.contact-list {
    font-weight: 600;
}

.contact-form {
    background: url('../../img/contact-form-img.jpg');
    height: 530px;
    background-size: cover;
}

.cloud-contact-input {
    width: 100%;
    box-shadow: 3px 3px 3px 1px rgba(175, 175, 175, 0.31);
    background-color: #ffffff;
    opacity: 0.6;
    border: 0;
    padding: 10px 15px;
}

.blog-sep-line {
    position: relative;
    top: -18px;
}

.blog-item {
    background-color: #f4f4f4;
    padding-bottom: 15px;
}

.blog-item__heading,
.blog-item__excerpt {
    padding: 0 15px;
}

.blog-item__heading {
    text-transform: uppercase;
}

.link-show-more {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    color: #33b8f1;
    text-transform: uppercase;
}

.link-show-more:hover {
    color: #33b8f1;
    text-decoration: none;
}

.blog-item__img-box {
    height: 243px;
    background: url('../../img/blog-item-img.jpg');
    background-size: cover;
}

.blog-item__overlay {
    transition: all .5s;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    padding-top: 100px;
}

.blog-item__overlay img {
    /* transition: all .2s; */
    visibility: hidden;
}

.link-no-style {
    color: inherit;
}

.link-no-style:hover {
    color: inherit;
    text-decoration: none;
}

.about-img {
    position: relative;
    padding-bottom: 70px;

}

.about-img-txt {
    display: inline-block;
    position: absolute;
}

.line-about {
    position: absolute;
    width: 79px;
    height: 1px;
    border: 1px dashed #000000;
}

.line-about-l {
    right: -45px;
    top: 15px;
}

.line-about-r {
    left: -45px;
    top: 15px;
}

.about-tl,
.about-tr {
    top: 0;
}

.about-tl {
    left: 0;
}

.about-tr {
    right: 0;
}

.about-bl,
.about-br {
    bottom: 0;
}

.about-bl {
    left: 0;
}

.about-br {
    right: 0;
}

.about-txt-head {
    font-weight: 600;
    font-size: 1.2em;
}

.about-txt-content {
    color: #8fa3aa;
}

.el-shadow {
    box-shadow: 8px 6px 40px rgba(175, 175, 175, 0.13);
}

.about-text-p {
    font-size: 1.4em;
}

.about-services {
    display: inline-block;
    width: 60px;
}

.about-serv-head-txt {
    margin-top: 3px;
    font-weight: 700;
    color: #2d3b3e;
}

.about-img-sec {
    background-image: url('../../img/about-section-img.jpg');
    background-size: cover;
    height: 500px;
    color: #fff;
}

.about-img-sec h2 {
    font-size: 2.4em;
    font-weight: 400;
}

.blue-btn {
    border: 0;
    transition: all .5s;
    color: #fff;
    background: #2db8f1;
    padding: 15px;
}

.blue-btn:hover {
    transition: all .5s;
    color: #2db8f1;
    background: #fff;
}

.services-spec-head {
    background-image: url('../../img/services-spec-header.jpg');
    background-size: cover;
    height: 600px;
}

.services-spec-head h1 {
    padding-top: 160px;
}

.serv-head-txt {
    font-size: 1.7em;
}

.serv-list-item p:first-child {
    margin-bottom: 1px;
    font-weight: 600;
}

.serv-list-item p {
    margin-bottom: 5px;
    font-size: 1.2em;
}

.big-serv-img {
    position: absolute;
    bottom: 35px;
    right: 150px;
}

.formSubmit {
    cursor: pointer;
}

.g-recaptcha {
    display: inline-block;
}