

html{
    height:100%;
}
html { 
  background: url("background_2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
    font-family: 'Raleway', sans-serif;
    background: none;
    height: 100%;
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #202125;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
a:focus
{
    outline: none;
}
/* Preloader */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
}
.loader_green {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: url('../images/preloader/loader_green.gif') 50% 50% no-repeat rgb(249,249,249);
 }
.loader_pink {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader/loader_pink.gif') 50% 50% no-repeat rgb(249,249,249);
}
.loader_orange {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/preloader/loader_orange.gif') 50% 50% no-repeat rgb(249,249,249);
}
::selection{
    background-color: #4a8879;
    color: #fff;
}

/*  Main Index1 Style */
.page_index_1{
    background: url("../images/background-covers/background.png");
    width:100%;
    background-size: cover;
}
.bg_index1{
    background: url("../images/background-covers/background3.jpg");
    width:100%;
    background-size: cover;
    height: 100%;
}
.page_content_header{
    position: absolute;
    width: 100%;
}
.page_content_header img {
    padding-top: 25px;
    padding-left: 25px;
    max-width: 350px;
}
.page_content_body h1{
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    font-size: 60px;
    margin: 0;
}
.page_content_body{
    position: relative;
    padding-top: 75px;
    /*
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}
.page_content_body strong{
    color: #4a8879;
    font-weight: normal;
}
.page_content_body p{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    margin: 15px 0 65px 0;
}
ul.countdown {
    list-style: none;
    margin: 65px 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
    color: #ffffff;
    padding: 0 35px;
}

ul.countdown li p:nth-child(1) {
    font-size: 70px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 0 0;
    transition: 1s;
}

ul.countdown li p:nth-child(2) {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 0;
    transition: 1s;
}
.page_content_body form{
    width:75%;
    margin: 0 auto;
    margin-top: 65px;
    position: relative;
}
.page_content_body form input{
    border: transparent;
    background: transparent;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: left;
    height:45px;
}
.page_content_body form input:focus{
    box-shadow: none;
    border-bottom-color:#4a8879 ;
}
input[type="email"].form_placeholder1::-webkit-input-placeholder {
    color: #fff;
}
.page_content_body form a{
    transition: all linear 300ms;
    position: absolute;
    top: 6px;
    right: 4px;
}
.page_content_body form a:hover{
    right: 0;
}
.page_content_body form i{
    font-size: 18px;
    color: #ffffff;
    transition: 1s;
}
.page_content_body form a:hover i{
    color:#4a8879;
}
.page_content_footer{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width:100%;
    padding: 15px 0px;
}
.page_content_footer ul{
}
.page_content_footer ul li{
    display: inline-block;
    margin: 6px !important;
}
.page_content_footer ul li a{
    color: #ffffff;
    transition: 1s;
    font-size: 18px;
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}
.page_content_footer ul li a i{
    transition: 1s;
    color: #ffffff;
}
.page_content_footer ul li:nth-child(1) a:hover{
    background-color:#3B5998 ;
}
.page_content_footer ul li:nth-child(2) a:hover{
    background-color: #1da1f2;
}
.page_content_footer ul li:nth-child(3 ) a:hover{
    background-color: #0077b5;
}
.page_content_footer ul li:nth-child(4) a:hover{
    background-color: #1769ff;
}
.page_content_footer ul li:nth-child(5) a:hover{
    background-color: #1ab7ea;
}
/* Media Queries For Page Content*/
@media only screen and (max-width: 993px) {
    .page_content_body p,ul.countdown{
        margin:50px 0 0 0;
    }
    .page_content_body form{
        margin: 50px auto;
    }
}
@media only screen and (max-width: 769px){
    .page_index_0{
        padding:50px 0;
    }
    .page_content_header{
        position: static;
        margin-bottom: 30px;
    }
    .page_content_header img{
        margin:0 auto;
        display: block;
        padding-left: 0;
        padding-top: 0;
    }
    .page_content_body{
        transform: translateY(0%);
        position: static;
    }
    .page_content_body h1{
        font-size: 24px;
    }
    .page_content_body p{
        font-size: 12px;
        margin:5px 0 0 0;
    }
    .page_content_body ul{
        margin: 30px 0 0 0;
    }
    .page_content_body ul li{
        padding: 0 10px;
    }
    ul.countdown li p:nth-child(1){
        font-size: 26px;
    }
    ul.countdown li p:nth-child(2){
        font-size: 10px;
    }
    .page_content_body form{
        margin: 30px auto;
        width:70%;
    }
    .page_content_body form input{
        font-size: 14px;
    }
    .page_content_footer{
        text-align: center;
        position: static;
    }
    .page_content_footer ul{
        margin-bottom:0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 400px){
    .page_content_body form{
        margin: 30px 0;
        width:100%;
    }
}

/* Index 2 Style */
#body2{
    background-color: #fff;
}
.page_index_2{
    height:100%;
}
.page_index_2 .page_content_body h1{
    color: #000;
}
.page_index_2 .page_content_body p{
    color: #000;
}
.page_index_2 ul.countdown li p:nth-child(2) {
    color: #000 !important;
}
.page_index_2 .page_content_body form input{
    border-bottom: 2px solid #000;
    color: #000 !important;
}
input[type="email"].form_placeholder2::-webkit-input-placeholder {
    color: black !important;
}
.page_index_2 .page_content_body form input:focus{
    box-shadow: none;
    border-bottom-color:#4a8879 ;
}
.page_index_2 .page_content_body form a{
    transition: all linear 300ms;
    position: absolute;
    top: 6px;
    right: 4px;
}
.page_index_2 .page_content_body form a:hover{
    right: 0;
}
.page_index_2 .page_content_body form i{
    font-size: 18px;
    color: #000;
    transition: 1s;
}
.page_index_2 .page_content_footer ul li a i{
    transition: 1s;
    color: #000000;
    padding-top: 8px;
}
.page_index_2 .page_content_footer ul li a:hover i{
    color: #ffffff;
}

/* Index 3 Style */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index:1;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
@media only screen and (max-width: 769px){
    .poster{
        display: block !important;
    }
    .video-container{
        overflow: auto;
        overflow-x: hidden;
    }
}
.page_index_3{
    background: url();
    position: absolute;
    z-index: 3;
    width: 100%;
}
.page_index_3 .page_content_header img{
    margin:0 auto;
    display: block;
    padding-left: 0px;
    min-width: 230px;
    padding-top: 65px;
}
.page_index_3 .page_content_footer ul{
    text-align: center;
}
.page_index_3 .page_content_footer{
    bottom: 55px;
}

/* Index 4 Style */
.page_index_4{
    background: url() !important;
    position: absolute;
    z-index: 3;
    width: 100%;
}
.video-container .filter2 {
    z-index:1;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
}

/* Index 5 Style */
#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.pg-canvas{
    position: absolute;
    opacity:.1;
}
.countdown_background li {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0 25px 25px 25px !important;
    margin:5px;
    border-radius: 5px;
    transition: 1s;
}
.countdown_background li:hover{
    background-color: #ff8010;
}
@media only screen and (max-width: 769px){
    .countdown_background li{
        padding: 0px 8px 8px 8px !important;
        margin:1px;
        width:60px;
    }
}

/* Index 6 Style */

.bg_index6{
    background: url("../images/background-covers/background4.jpg");
    width:100%;
    background-size: cover;

}
#particles1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.countdown_background2 li {
    background-color: rgba(0, 0, 0,.15);
    padding: 0 25px 25px 25px !important;
    margin:5px;
    border-radius: 0;
    transition: 1s;
}
.countdown_background2 li:hover{
    background-color: #cd1949;
}
.page_index_6 .countdown_background2 li:hover p:nth-child(1){
     color: #FFFFFF !important;
 }
.page_index_6 .countdown_background2 li:hover p:nth-child(2){
    color: #FFFFFF !important;
}
@media only screen and (max-width: 769px){
    .countdown_background2 li{
        padding: 0px 8px 8px 8px !important;
        margin:1px;
        width:60px;
    }
}

/* Index 7+8 Style */
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.page_index_7{
    background: url();
    position: absolute;
    z-index: 3;
    width: 100%;
}
.page_index_8{
    background: url();
    position: absolute;
    z-index: 3;
    width: 100%;
}

/* Index 9 Style */
#map1 {
    height: 100% ;
    -webkit-background-size:cover;
    background-size:cover;
}
#map-overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.65);
}

.page_index_9{
    top:0;
}
.page_index_9 .page_content_header img{
    max-width: 230px;
    margin:0 auto;
}
.page_index_9 .page_content_header img{
    padding-top: 150px;
}
.page_index_9 .page_content_footer {
    bottom: 115px;
}
.page_index_9 .page_content_footer ul li{
    display: inline-block;
    margin: 10px !important;
}
.page_index_9 .page_content_footer ul li a{
    border-color: #fff;
}
.page_index_9 .page_content_footer ul li a:hover{
    border-color: transparent;
}
@media only screen and (max-width: 768px){
    .page_index_9 .page_content_header img{
        padding-top:0;
    }
    .page_index_9 .page_content_footer {
        bottom: 0;
    }
    .page_index_9 {
        padding: 150px 0;
    }
    .page_index_9 .page_content_footer ul li{
        display: inline-block;
        margin: 8px !important;
    }
}

/* Index 10 Style */
.bg_index10{
    background: url("../images/background-covers/background6.jpg");
    width:100%;
    background-size: cover;
    height:100%;

}
.page_index_10 .page_content_header img{
    margin: 0 auto;
    display: block;
    min-width: 230px;
    padding-left: 0;
    padding-top: 150px;
}
.page_index_10 .page_content_body h1{
    min-height: 70px;
}
.page_index_10 .page_content_body p{
    margin: 15px 0 0 0;
}
.page_index_10 .page_content_footer{
    text-align: center;
}
.page_index_10 .page_content_footer ul li{
    display: inline-block;
    margin: 10px !important;
}
.page_index_10 .page_content_footer ul li:nth-child(1) a{
     background-color:#3B5998 ;
 }
.page_index_10 .page_content_footer ul li:nth-child(2) a{
    background-color: #1da1f2;
}
.page_index_10 .page_content_footer ul li:nth-child(3 ) a{
    background-color: #0077b5;
}
.page_index_10 .page_content_footer ul li:nth-child(4) a{
    background-color: #1769ff;
}
.page_index_10 .page_content_footer ul li:nth-child(5) a{
    background-color: #1ab7ea;
}
.page_index_10 .page_content_footer ul li a:hover{
    transform: scale(1.2);
}
.page_index_10 .page_content_footer {
    bottom: 150px;
}
.typewriter{
    color: #a2be07;
    font-weight: normal;
}

/* Media Queries For Page Content*/
@media only screen and (max-width: 768px){
    .page_index_10 .page_content_header img{
        width: 200px;
    }
    .page_index_10 .page_content_footer ul li{
        margin: 8px !important;
    }
    .page_index_10 .page_content_footer {
        bottom: 0px;
    }
}

/* Index 11 Style */
#dotty{
    position: absolute;
}
#mozaic-overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.75);
}

/* Index 12 Style */
.bg_index12{
    background: url("../images/background-covers/background5.jpg");
    height: 100%;
    width:100%;
    background-size: cover;

}
.page_index_12 .page_content_header img{
  padding-top: 100px;
}
.page_index_12 .page_content_body h1 {
    padding-bottom: 45px;
}
.page_index_12 .page_content_body strong {
  font-size: 90px;
}
.page_index_12 a{
    display: block;
    text-align: center;
    color: #fff;
    transition: 1s;
}
.page_index_12 a:hover{
    text-decoration: none;
    color: #4a8879;
}
.page_index_12 .page_content_footer{
  bottom: 100px;
}
.page_index_12 .page_content_footer ul li a{
    background-color: white !important;
}
.page_index_12 .page_content_footer ul li:nth-child(1) a i{
    color:#3B5998 !important; ;
}
.page_index_12 .page_content_footer ul li:nth-child(2) a i{
    color: #1da1f2;
}
.page_index_12 .page_content_footer ul li:nth-child(3 ) a i{
    color: #0077b5;
}
.page_index_12 .page_content_footer ul li:nth-child(4) a i{
    color: #1769ff;
}
.page_index_12 .page_content_footer ul li:nth-child(5) a i{
    color: #1ab7ea;
}
/* Media Queries For Page Content*/
@media only screen and (max-width: 768px){
  .page_index_12 .page_content_body strong{
    font-size: 32px;
  }
}

.btn, .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
p.company-motto{
	padding-top: 10px;
	padding-left: 25px;
	font-size:11px;
	font-style: italic;
    color: #669c8e;
}
.attachment-links{
	text-align: center;
}
p.certs{
    font-size: 18px;
    margin: 10px 0 10px 0 !important;
}
p.partners{
	font-size: 18px;
	margin: 0px !important;
}
.footer_icons a:hover{
	
}
.page_content_copyright{
	text-align:left;
	padding-top: 10px;
}
.page_content_copyright p{
	color:#669c8e;
	font-size:13px;
}
.developed-by-logo{
	width:100px !important;
}
.developed-by-wrapper a{
	color:#669c8e !important;
	font-size:13px;
}
hr.divider{
	border-top: 1px solid #ccc;
	width: 98%;
	margin-bottom: 15px;
}
.btn-success {
	background-color: #3f8171 !important; /*f19c5e*/
    border-color: #316f60;
}
.clear-both{
	clear:both;
}
.overflow-hidden{
	overflow:hidden;
}
.company-contact p{
	font-size:13px !important;
	margin-bottom:5px !important;
	color: #303534 !important;
}
.company-contact{
	padding-top: 0px;
}
.slick-prev:before, .slick-next:before{
	font-size:45px !important;
}
.slick-prev, .slick-next{
	width:50px !important;
	height:50px !important;
}
.slick-next{
	right:-20px !important;
}
.slick-prev {
    left: -20px !important;
}
.slick-dots{
	display:none !important;
}
.slick-slide img {
    display: block;
    margin: auto;
}
.slick-slider {
    margin-bottom: 0px !important;
}
.partners-wrapper{
	padding-top:20px;
}
@media only screen and (max-width: 769px){
	.page_content_header img{
		width: 300px !important;
	}
	p.company-motto{
		font-size: 14px;
	}
	.attachment-links button{
		margin-bottom:5px;
		width:100%;
	}
	.page_content_header a{
	    overflow: hidden;
		display: block;
		margin: 0px auto;
		overflow: hidden;
		text-align: center;
    }
    .company-contact p{
		margin-top:5px;
    }
    .page_content_body h1 {
		font-size: 30px;
	}
	.page_content_copyright p {
		color: #669c8e;
		font-size: 11px;
		padding-bottom:5px;
	}
	.partners-wrapper{
		padding-top:0px;
		overflow: hidden;
	}
}
.list-item.slick-slide{
	height:100px;
}
.slick-slider button{
	z-index: 9999999;
}
.slick-prev, .slick-next{
	background:none;
}
.slick-prev:before, .slick-next:before{
	color: #131111 !important;
	line-height: 1.2 !important;
}
@media screen and (max-width: 480px) {
	p.partners{
		margin-top: 15px !important;
	}
}
