@font-face {
	font-family: 'CENTAUR';
	src: url('../fonts/CENTAUR.eot');
	src: url('../fonts/CENTAUR.woff') format('woff'), url('../fonts/CENTAUR.ttf') format('truetype');
}
@font-face {
	font-family: "Mermaid Bold";
	src: url("../fonts/Mermaid10.eot?") format("eot"), 
	url("../fonts/Mermaid10.woff") format("woff"), 
	url("../fonts/Mermaid10.ttf") format("truetype"), 
	url("../fonts/Mermaid10.svg#Mermaid-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
html {
    /*width: 203%;*/
overflow-y:hidden;
overflow-x:hidden;
}
.body-zoom{
	    /*transform: scale(0.125);*/
	transform: scale(0.136);    
    transform-origin: 0% 20% 0; /* set transform scale base */
				transition: ease-in-out 0.5s;
				position: absolute;
				left:0;
				z-index: 999999999999999;
}
.upper-cont
{
	width:100%
}
.new-blog{width:100%;height: 150px;}
h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
.no_space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.home-arrow {
    color: #1071b8;
    position: absolute;
    right: 5%;
    bottom: 50px;
    font-size: 40px !important;
    animation: float 2s ease-in-out infinite;
}
.home-arrow2 {
    color: #1071b8;
    position: absolute;
    left: 3%;
    bottom: 50px;
    font-size: 40px !important;
    animation: float 2s ease-in-out infinite;
}
.modal{
    z-index: 999999999;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.space70 {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.space90 {
	float: left;
	width: 100%;
	margin-top: 90px;
}

body {
	font-family: 'CENTAUR';
	display: inline-flex;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
iframe {
    width: 570px;
    height:520px;
}
.hide-div {
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 142px;
    background: rgba(0, 0, 0, 0.86);
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.hide-div a img {
    width: 100%;
    margin: 0 0 15px 0;
}
.upper-cont {
    /* margin: 0px 215px 0px; */
    display: inline-flex;
    height: 100vh;
	position:relative;
	background:#fff;	
	/*transition:ease-in-out 0.5s;*/
}
.hover1{/*transition:ease-in-out 0.5s;*/}
input:focus{outline:none}
textarea:focus{outline:none}
select:focus{outline:none}
nav{display:none;}
.main-div {
    width: 100%;
    position: relative;
    margin: 0px 215px 0px;
    z-index: 9999999;
}
.main-inner-cont {
    float: left;
    width: 100%;
    padding: 60px 50px 50px 50px;
    box-shadow: 0px 4px 15px #ccc;
    margin: -42px 0% 0 0%;
    position: relative;
   	z-index: 99;
    min-height: 520px;
	transition:ease-in-out 0.3s;
}
.main-inner-cont2 {
    float: left;
    width: 100%;
    padding: 0px 50px 0px 0px;
    box-shadow: 0px 4px 15px #ccc;
    margin: -42px 0% 0 0%;
    position: relative;
    /*z-index: 99;*/
    height: 520px;
	transition:ease-in-out 0.3s;
}
.logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 9999;
}
.logo a img{
	transition:ease-in-out 0.3s;
}
.logo a img:hover {
	margin-top:-10px;
}
.main-home {
    text-align: center;
    box-shadow: unset;
}
.main-home h5 {
    font-size: 95px;
    letter-spacing: 2px;
    color: #1071b8;
    font-family: "Mermaid Bold";
    top: 100px;
    position: absolute;
    right: 0;
    left: 0;
}
.main-home span {
    font-size: 30px;
    letter-spacing: 0.5px;
    color: #1071b8;
    font-family: 'CENTAUR';
    bottom: 0px;
    position: absolute;
    right: 0;
    left: 0;
}
.main-inner-cont h1 {
    font-size: 95px;
    letter-spacing: 2px;
    color: #1071b8;
    font-family: "Mermaid Bold";
}
.main-inner-cont p {
    font-size: 16px;
    line-height: 20px;
    color: #1071b8;
    float: left;
    width: 100%;
    margin: 0px 0 20px 0;
}
.main-inner-cont p.set-marg{margin: 40px 0 20px 0;}
.second-section h1 {
    font-size: 17px;
    letter-spacing: 0;
	color: #1071b8;
    font-family: "Mermaid Bold";
	margin:10px 0 0px 0;
}
.second-section {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}
.second-section2 .row .col-sm-4{
    padding: 0;
}
a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}
img.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #000;
    text-align: center;
    opacity: .5;
    transition: opacity .50s ease;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev {
    left: 0;
}
.second-section p {
    font-size: 14px;
    line-height: 22px;
    color: #1071b8;
    float: left;
    width: 100%;
    margin:5px 0 0px 0;
}
.second-section2 h2 {
    font-size: 17px;
    letter-spacing: 0;
    color: #1071b8;
    font-family: "Mermaid Bold";
    margin: 10px 0 20px 0;
}
.second-section2 h3 {
    font-size: 17px;
    letter-spacing: 0;
    color: #1071b8;
    font-family: "Mermaid Bold";
    margin: 10px 0 15px 0;
}
.second-section2 h1 {
    font-size: 17px;
    letter-spacing: 0;
    color: #1071b8;
    font-family: "Mermaid Bold";
    margin: 0 0 0px 0;
}
.second-section2 {
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}
.second-section2 p {
    font-size: 14px;
    line-height: 20px;
    color: #1071b8;
    float: left;
    width: 100%;
    margin: 5px 0 20px 0;
}
.image-cont {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0 0 0;
}
.image-cont img {
    margin: 10px 0 0 0;
    /*height: 100px;*/
    width:100px;
}

.img-row1{
    margin: 0px 0 0 0 !important;
    width: 80px !important;
}
.img-row2{
    width: 80px !important;
}
.img-row3{
    width: 90px !important;
}
.img-row4{
    width: 100px !important;
}
.image-cont2 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}
.image-cont2 img {
    margin: 17px 0 0 0;
    width: 100%;
    height: 85px;
}
.social-icons {
    float: left;
    width: 100%;
    text-align: center;
	margin:30px 0 0 0;
}
.social-icons ul li a {
    background: #bbbcbc;
    color: #fff;
    width: 40px;
    height: 40px;
    float: left;
    font-size: 22px;
    border: none;
    border-radius: 6px;
    padding: 5px 0 0 0;
	transition:ease-in-out 0.4s;
}
.social-icons ul li a:hover{
   background:#1071b8;
   color:#fff;
}
.social-icons ul li {
    float: left;
    list-style: none;
    padding: 0 5px;
}
.social-icons ul {
    width: auto;
    display: inline-flex;
    margin: 0 auto;
}
.social-icons.adding-class {
    margin: 20px 0 0 0;
}
.social-icons.adding-class ul li a {
    margin:0;
	background:#1071b8;
}
.social-icons.adding-class ul li a:hover{
   background: #bbbcbc;
   color:#fff;
}
.form-cont {
    float: left;
    width: 100%;
    padding: 80px 0 0 0;
}
input.field {
    float: left;
    width: 100%;
    border: solid 1px #918f8f;
    padding: 2px 10px;
    margin: 0 0 7px 0;
}
input.field2 {
    float: left;
    border: solid 1px #918f8f;
    padding: 0px 3px;
    margin: 0 6px 7px 0;
    width: 48%;
}
input.field3 {
    float: left;
    border: solid 1px #918f8f;
    padding: 0px 3px;
    margin: 0 0 7px 0;
    width: 48%;
}
input.sbmt {
    float: right;
    background: transparent;
    border: none;
    font-family: "Mermaid Bold";
    font-size: 25px;
    color: #1071b8;
    margin: 10px 0 25px 0;
}
textarea.field {
    float: left;
    width: 100%;
    border: solid 1px #918f8f;
    padding: 3px 10px;
    margin: 0 0 7px 0;
	resize:none;
}
.form-cont h1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #1071b8;
    margin: 0 0 15px 0;
	font-family: "Mermaid Bold";
}
.form-cont a {
    font-size: 18px;
    letter-spacing: 0px;
    color: #1071b8;
    margin: 0 15px;
    font-family: 'CENTAUR';
}
.space-control {
    padding: 0 3px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
   position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #1071b8;
    font-size: 15px;
	font-family: 'CENTAUR';
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: solid 1px #918f8f;
    background: #fff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1071b8;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-cont p {
    float: left;
    width: 50%;
}
.form-cont h2 {
    font-size: 16px;
    color: #1071b8;
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
	font-family: 'CENTAUR';
}
/*.map {*/
/*    -webkit-filter: grayscale(100%);*/
/*       -moz-filter: grayscale(100%);*/
/*        -ms-filter: grayscale(100%);*/
/*         -o-filter: grayscale(100%);*/
/*            filter: grayscale(100%);*/
/*}*/
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
}
svg#star-svg {
    position: absolute;
    z-index: 999999;
    left: 0;
    padding: 0 10px;
    height: 100vh;
    width: 100%;
}
.overlay {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 4px 15px #ccc;
}
.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 40px;
    z-index: 99999999999999;
}
.overlay a:hover, .overlay a:focus {
    color: #ef533f;
}
.overlay-content {
    float: left;
    position: relative;
    width: 100%;
}
.overlay a {
    padding: 0px;
    /* text-decoration: none; */
    font-size: 36px;
    color: #818181;
    transition: 0.3s;
}
.blogs-main {
    float: left;
    width: 100%;
	padding: 45px 50px 0 50px;
}
.blogs-head {
    background: #ec2826;
    float: left;
    width: 100%;
    height: 430px;
    position: relative;
}
.blogs-head h1 {
    padding: 120px 0 0 0;
    font-family: "Mermaid Bold";
    float: left;
    position: absolute;
    right: -26px;
}
span.new-span {
    margin: 0 0 0 10px;
}
.blogs-head h1 p {
    font-size: 40px;
    color: #fff;
    float: left;
    text-align: left;
    letter-spacing: 0px;
    line-height: 24px;
    width: auto;
}
.blogs-head h1 p span {
    color: #ec2826;
}
.blogs-content {
    float: left;
    width: 100%;
    margin: 30px 0px;
    height: 395px;
    overflow: hidden;
    padding: 0 0 0 50px;
}
.blogs-j {
    float: left;
    width: 100%;
    position: relative;
}
.blogs-content-inner {
    float: left;
    width: 100%;
}
.blogs-content-inner p {
    font-size: 16px;
    line-height: 20px;
    color: #1071b8;
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0;
}
.blogs-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.blogs-content::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.blogs-content::-webkit-scrollbar-thumb
{
	background-color: #ec2826;
	border: 2px solid #ec2826;
}
#quote-carousel 
{
  padding: 0;
  margin-top: 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    position: absolute;
    top: 200px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
    left: 20px;
    position: absolute;
    z-index: 10000;
    width: auto;
}
/* Next button  */
#quote-carousel .carousel-control.right {
    right: 20px;
    position: absolute;
    z-index: 10000;
    width: auto;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */

#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*padding: 45px 50px 0 50px;*/
}
form.blog-form {
    float: left;
    width: 100%;
}
form.blog-form label {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #1071b8;
	font-family: "Mermaid Bold";
}
form.blog-form textarea {
    float: left;
    width: 100%;
    resize: none;
    height: 32px;
    padding: 5px;
    border: solid 1px #595657;
}
form.blog-form button {
    float: left;
    background: #1071b8;
    border: none;
    padding: 8px 30px;
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 18px;
	font-family: "Mermaid Bold";
}
.comment-sec {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}
.comment-block {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.comment-block h1 {
    font-size: 16px;
    letter-spacing: 0;
    color: #1071b8;
    font-family: "Mermaid Bold";
}
.comment-block p {
    font-size: 14px;
    line-height: 20px;
    color: #1071b8;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}
.comment-time {
    float: left;
    width: 100%;
}
.comment-time span {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
}
span.scroll_prev {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
	cursor:pointer;
	font-size:18px;
}
span.scroll_next {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
	cursor:pointer;
	font-size:18px;
}
#portfolio {
	margin: 0rem 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 0rem;
	-moz-column-gap: 0rem;
	column-gap: 0rem;
	-webkit-column-width: 25%;
	-moz-column-width: 25%;
	column-width: 25%;
}
.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	position: relative;
}
.scale-anm {
	transform: scale(1);
}
.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 0rem;
}
.main-home img {
    width: 700px;
}
.upper-nav a {
    background: rgb(18 114 184 / 80%);
    float: left;
    width: 10%;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: "Mermaid Bold";
    margin: 0 1.8%;
    /* text-transform: uppercase; */
}
.upper-nav {
    float: left;
    width: 100%;
    display: inline-flex;
    position: absolute;
    top: 19%;
    z-index: 999999999999;
}
.tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 4s both;
	        animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 4s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-12-5 15:40:2
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

/*.blue{background:#29375c !important}
.green{background:#d5d933 !important}
.red{background:#ee2525 !important}
.skyblue{background:#5bc0ee !important}*/



































