﻿body
{
    font-family: "Poppins", Arial, sans-serif;
    background:#eee;/*#f8f9fa url(../images/bg.png);*/
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
    color: #000;/*#4d4d4d;*/
}

@media (max-width: 991px) 
{
    #divBottomContactInfo div 
    {
        padding-bottom:15px;
    }
    
    #site-footer .FooterDivs .col-sm-6 
    {
        border-bottom: 1px solid #444446;
        padding-bottom:10px;
        margin-bottom:10px;
    }
}

#site-footer {
	padding: 25px 0;
	font-size: 14px;
	color:#888;
	background:#2A2A2A url(../images/FooterBg.png) bottom center no-repeat;
}

#site-footer h4
{
    font-size:18px;
    color:#fff;
    text-transform:uppercase;
}

#site-footer p { margin-bottom:5px; }

#site-footer ul 
{
    list-style:none;
    padding:0 0 0 10px;
    margin:0;
}

#site-footer ul a 
{
    color:#888;
    font-size:14px;
    padding:5px 0;
    transition:all .3s ease-in-out;
}

#site-footer ul a:hover 
{
    color:#d7d7da;
    text-decoration:none;
}

#divBottomContactInfo .AllPhones .btn 
{
    margin-top:-2px!important;
}

#divBottomContactInfo a 
{
    color:#888;
    text-decoration:none;
}

.navbar 
{
    margin-bottom: 20px;
    color: #555;
    background-color: #fff!important;
    padding-top:0;
    padding-bottom:0;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12), 0 7px 10px -5px rgba(0,0,0,.15);
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar.navbar-transparent {
    /*#fffffff2*/
    background-color:#fff!important;/*transparent!important;*/
    box-shadow: none;
    color: #000;
    padding-bottom:0px;
    padding-top:0px;
    margin-bottom:0;
    position: absolute;
    z-index: 1000;
    left: 10px;
    right: 10px;
    top: 10px;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 991px) 
{
    .navbar.navbar-transparent .navbar-collapse {
        background-color:#fff!important;
        padding:0 10px;
    }
    .navbar.navbar-transparent .dropdown-menu 
    {
        padding-top:10px;
    }
}

.navbar li a 
{
    color:#000;
    font-weight:600;
}
.navbar.navbar-transparent li a 
{
    color:#fff;
    /*text-shadow: rgba(0, 0, 0, 0.2) 1px 0px 0px, rgba(0, 0, 0, 0.2) 0.540302px 0.841471px 0px, rgba(0, 0, 0, 0.2) -0.416147px 0.909297px 0px, rgba(0, 0, 0, 0.2) -0.989992px 0.14112px 0px, rgba(0, 0, 0, 0.2) -0.653644px -0.756802px 0px, rgba(0, 0, 0, 0.2) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;*/
}

.navbar li .dropdown-menu a 
{
    color:#424242;
    font-size:14px;
}

.navbar li a:hover 
{
    color:#18ba60;
}

.dropdown-menu 
{
    background-color:transparent;
    margin-top:-10px;
    padding-top:30px;
    border:none;
}

.dropdown-menu .wrapper
{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.09rem;
}

@media (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
}

.btn-left, .btn-right
{
    display:inline-block;
    background:none;
    border:none;
    outline:none!important;
    cursor:pointer;
    position:relative;
    white-space:nowrap;
    line-height:22px;
    line-height:1.467;
    font-size:15px;
    font-size:1.071rem;
    padding:15px 15px 15px 70px;
    border-radius:8px;
    background-color:#9db13e;
    border:1px solid #8b9c36;
    color:#fff;
    overflow:hidden;
    letter-spacing:-.6px;
    text-align:center;
    margin-top:2px;
    font-weight:700;
    text-decoration:none!important;
    color:#fff!important;
}
.btn-right 
{
    padding:15px 70px 15px 15px;
}
.btn-left:before, .btn-right:before
{
    width:85px;
    height:85px;
    position:absolute;
    left:-20px;
    top:-17px;
    background:hsla(0,0%,100%,.21);
    content:"";
    border-radius:50%
}
.btn-right:before
{
    left:auto;
    right:-20px;
}
.btn-left:after, .btn-right:after
{
    position:absolute;
    left:21px;
    top:14px;
    font-size:21px
}
.btn-right:after
{
    left:auto;
    right:21px;
}
.btn-left:not(.disabled):not(.is-inactive):not([disabled]),
.btn-right:not(.disabled):not(.is-inactive):not([disabled])
{
    overflow:hidden
}
.btn-left:not(.disabled):not(.is-inactive):not([disabled]):before,
.btn-right:not(.disabled):not(.is-inactive):not([disabled]):before
{
    transition:all .3s ease-in-out
}
.btn-left:not(.disabled):not(.is-inactive):not([disabled]):hover:before,
.btn-right:not(.disabled):not(.is-inactive):not([disabled]):hover:before
{
    width:900px;
    height:900px;
    left:-450px;
    top:-450px;
    transform:unset;
}
.btn-right:not(.disabled):not(.is-inactive):not([disabled]):hover:before
{
    left:auto;
    right:-450px;
}
.btn-left.disabled, .btn-right.disabled
{
    opacity:1;
    position:relative;
    background-color:rgba(157, 177, 62, 0.45);
    border:1px solid rgba(172, 205, 168, 0.45)
}
.btn-left.disabled.has-error, .btn-right.disabled.has-error
{
    overflow:visible
}

.ico 
{
    font-family: "Font Awesome 5 Free";
}

.ico-gift:after
{
    content: "\f06b";
}

#Logo 
{
    height:65px;
}

.progress.thinProgress 
{
    height:.20rem;
}

#SecAboutUs 
{
    padding-top:146px;
    min-height:400px;
}

#SecAboutUs .Content
{
    color:#000;
    padding:0 40px;
}

#SecAboutUs p 
{
    margin-bottom:0;
}

#SecAboutServices .RightContent
{
    background-color:#d7d7da;
    color:#192269;
}

#SecAboutServices .LeftContent 
{
    background-color:#192269;
    color:#fff;
}

.MainServiceBottom,
.MainServiceBottom > figure, .MainServiceBottom .figure {
	position: relative;
	display: block;
	margin-bottom:0;
}

.MainServiceBottom img,
.MainServiceBottom figure img,
.MainServiceBottom .figure img {
	width: 100%;
	height: auto;
	transition: .35s;
	will-change: transform;
}

.MainServiceBottom figure figcaption,
.MainServiceBottom figcaption .figure .figcaption,
.MainServiceBottom .figcaption {
	position: absolute;
}

.MainServiceBottom.thumbnail-border-none img {
	border-radius: 0;
}

.MainServiceBottom:before {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #000;
	opacity: 0;
	transition: 0.35s all ease;
	z-index: 2;
}

@media screen and (prefers-reduced-motion: reduce) {
	.MainServiceBottom:before {
		transition: none;
	}
}

.MainServiceBottom figcaption {
	position: relative;
	top: -1px;
	width: 100%;
	padding: 25px 25px 40px;
	text-transform: none;
	vertical-align: middle;
	background: #1e1e22;
	backface-visibility: hidden;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: 0.35s all ease;
	z-index: 1;
	will-change: transform;
}

@media screen and (prefers-reduced-motion: reduce) {
	.MainServiceBottom figcaption {
		transition: none;
	}
}

.MainServiceBottom img {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.MainServiceBottom-title, .MainServiceBottom-desc {
	color: #fff;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 5px;
}

.MainServiceBottom-desc {
	display: none;
}

@media (max-width: 575px) {
	.MainServiceBottom .btn-MainServiceBottom {
		padding: 7px 21px;
	}
}

@media (min-width: 992px) {
	.MainServiceBottom:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		border-radius: 0;
		background: rgba(0, 0, 0, 0.3);
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
		will-change: transform;
	}
	.MainServiceBottom,
	.MainServiceBottom > figure {
		overflow: hidden;
	}
	.MainServiceBottom-desc, .MainServiceBottom:before {
		display: block;
	}
	.MainServiceBottom-title {
		font-size: 25px;
	}
	.MainServiceBottom img {
		border-radius: 0;
	}
	.MainServiceBottom figcaption {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 2;
		padding: 25px 0 0;
		background: transparent;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	.MainServiceBottom figcaption .figcaption-caption {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 25px;
	}
	.MainServiceBottom .MainServiceBottom-btn-wrap {
		position: relative;
		width: 100%;
		transition: .3s all ease;
	}
	.MainServiceBottom .MainServiceBottom-btn-wrap:before {
		content: '';
		position: absolute;
		bottom: -59px;
		left: -10px;
		width: 2000px;
		height: 600%;
		background: #192269;
        /*background: -moz-linear-gradient(top, #b11d1b 0%, #ba201e 50%, #bf1f1f 100%);
        background: -webkit-linear-gradient(top, #b11d1b 0%,#ba201e 50%,#bf1f1f 100%);
        background: linear-gradient(to bottom, #b11d1b 0%,#ba201e 50%,#bf1f1f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11d1b', endColorstr='#bf1f1f',GradientType=0 );*/
		opacity: 0;
		transform: translateY(65%);
		transition: .3s all ease;
	}
	.MainServiceBottom .btn {
		opacity: 0;
		-webkit-transform: translateY(100%) scale(0.8);
		transform: translateY(100%) scale(0.8);
	}
	.MainServiceBottom .btn-MainServiceBottom {
		margin-bottom: 23px;
		margin-right: 21px;
		padding: 0;
	}
	.MainServiceBottom .btn.btn-MainServiceBottom.btn-primary, .MainServiceBottom .btn.btn-MainServiceBottom.btn-primary:hover, .MainServiceBottom .btn.btn-MainServiceBottom.btn-primary:focus, .MainServiceBottom .btn.btn-MainServiceBottom.btn-primary:active, .MainServiceBottom .btn.btn-MainServiceBottom.btn-primary:visited {
		background: transparent;
		border-color: transparent;
		box-shadow: none;
	}
	.MainServiceBottom .btn.btn-MainServiceBottom.btn-primary:hover, .MainServiceBottom .btn.btn-MainServiceBottom.btn-primary:focus {
		color: #79d5ca;
	}
	.MainServiceBottom:hover .MainServiceBottom-btn-wrap {
		transform: translateY(30%);
	}
	.MainServiceBottom:hover .MainServiceBottom-btn-wrap:before {
		opacity: 1;
		transform: rotate(-13.6deg);
	}
	.MainServiceBottom:hover .btn, .MainServiceBottom:hover figcaption {
		opacity: 1;
	}
	.MainServiceBottom:hover .btn {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}
	.MainServiceBottom:hover figcaption {
		-webkit-transform: translateY(-10%) scale(1);
		transform: translateY(-10%) scale(1);
	}
	.MainServiceBottom:hover:before {
		opacity: 0.25;
	}
}

@media (min-width: 1200px) {
	.MainServiceBottom .btn-MainServiceBottom {
		position: relative;
		top: 17px;
		right: -15px;
	}
}

@media (min-width: 1800px) {
	.MainServiceBottom .btn-MainServiceBottom {
		position: static;
	}
}

@media (min-width: 1800px) {
	.MainServiceBottom-title {
		font-size: 32px;
	}
}

.tablet .MainServiceBottom .btn, .tablet .MainServiceBottom figcaption {
	opacity: 1;
}

.tablet .MainServiceBottom .btn {
	-webkit-transform: translateY(25%) scale(1);
	transform: translateY(25%) scale(1);
}

.tablet .MainServiceBottom .MainServiceBottom-btn-wrap:before {
	opacity: 1;
}

.tablet .MainServiceBottom:before {
	opacity: 0.25;
}

@media (max-width: 767px) {
	.tablet .MainServiceBottom-banner .btn, .tablet .MainServiceBottom-banner figcaption {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}
}

@media (min-width: 992px) {
	.MainServiceBottom-centered figcaption {
		bottom: 50%;
		padding-left: 50px;
		transform: translateY(59%);
	}
	.MainServiceBottom-centered:hover figcaption {
		transform: translateY(40%);
	}
	.MainServiceBottom-centered:hover .btn {
		transform: translateY(40%);
	}
}

@media (min-width: 1800px) {
	.MainServiceBottom-centered figcaption {
		padding-left: 70px;
	}
}

@media (max-width: 767px) {
	.MainServiceBottom-centered .MainServiceBottom-title.text-gray {
		color: #fff;
	}
}

@media (min-width: 1200px) and (max-width: 1799px) {
	.MainServiceBottom-centered figcaption {
		padding-left: 40px;
	}
	.MainServiceBottom-centered .h3-variant-2.MainServiceBottom-title {
		font-size: 32px;
	}
	.MainServiceBottom-centered .btn {
		min-width: 0;
		padding: 8px;
	}
}

.MainServiceBottom-gradient-none:after {
	display: none;
}



.ServiceList li
{
    background-color:transparent;
    border:none;
}

.ServiceList li + li
{
    border-top: 2px solid rgba(117, 117, 117, 0.2)
}

.ServiceList li:before 
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    bottom: 0;
    height: 100%;
    width: 0;
    transition: 0.4s ease;
    z-index: 2;
    background-color: #192269;
}

.ServiceList li a 
{
    overflow: hidden;
    display: block;
    padding: 4px 22px 5px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    color:#192269;
    text-decoration:none;
}

.ServiceList li:hover a 
{
    color:#fff;
}

.ServiceList li:hover:before 
{
    width:100%;
}

/*---------------------------form control-------------------------------------*/

.form-control:focus,
.select2-container--open .select2-selection,
.select2-container--focus .select2-selection
{
    box-shadow:none;
    background-image:#192269;/*linear-gradient(0deg,#d8742e 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);*/
    background-size: 100% 100%,100% 100%;
}

.form-group {
  position:relative;
}

.form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label,
.filled .form-label
 {
  transform: translateY(-125%);
  font-size: .75em;
}

.form-control, .select2-selection {
    border-style: none !important;
    border-color: inherit !important;
    border-width: 0 !important;
    box-shadow:none!important;
    background-size: 0 100%,100% 100%;
    transition: background .3s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
    position: relative;
    outline: 0;
    background-image:#192269;/*linear-gradient(0deg,#d8742e 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);*/
}

.form-group.filled .form-control,
.form-group.filled .select2-selection
{
    box-shadow:none;
    background-image:#192269;/*linear-gradient(0deg,#1ca733 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);*/
    background-size: 100% 100%,100% 100%;
}

.form-group.haserror .form-control,
.form-group.haserror .select2-selection
{
    box-shadow:none;
    background-image:#192269;/*linear-gradient(0deg,#ea2626 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);*/
    background-size: 100% 100%,100% 100%;
}

.select2-container--bootstrap .select2-selection--single 
{
    padding-left:0;
    font-size:15px;
}
    

.select2-selectionsss
{
    box-shadow:none!important;
    border:none!important;
    background: no-repeat bottom,50% calc(100% - 1px);
    background-size: 0 100%,100% 100%;
    transition: background .3s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
    background-image:#192269;/*linear-gradient(0deg,#d8742e 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);*/
    position: relative;
    outline: 0;
}
/*---------------------------switch-------------------------------------*/

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}





/*---------------------------Main Slider-------------------------------------*/

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide-inner 
{
    padding-top:100px;
}
.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

/*---------------------------Main Slider (Custom)-------------------------------------*/

.sl-slider-wrapper {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.sl-slider h2,
.sl-slider blockquote {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 100;
	text-align:left;
}

.sl-slider h2 {
	font-size: 45px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -200px;
	left: -200px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	top: 20%;
	bottom:20%;
	width: 30px;
	left: 10px;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current,
.nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {
	.sl-slider-wrapper {
		height: 500px;
	}

	.sl-slider h2 {
		font-size: 36px;
	}

	.sl-slider blockquote {
		font-size: 16px;
	}
}


/*----------------------
    09. Fun fact css here
---------------*/
.fun-fact{
  background: url(../images/cover-bg.png)no-repeat scroll center center / cover;
  position: relative;
  padding: 140px 0;
}
.fun-icon i {
    color: #f9c322;
    font-size: 40px;
    line-height: 36px;
}
.fun-icon, .fun-count {
    display: inline-block;
}
.fun-count h3.counter {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}
.fun-icon {
  float: none;
  margin-left: 10px;
}
.fun-text p {
    color: #e0e0e0;
    display: block;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}
.fun-head {
    margin-bottom: 7px;
}
.fun-icon > img {
  position: relative;
  top: -8px;
}
.singe-fun-fact.middle {
  margin-right: 45px;
}
.singe-fun-fact.middle-2 {
    margin-right: 50px;
}


.fun-fact {
  padding: 120px 0;
}

.singe-fun-fact.f-left,.singe-fun-fact.f-right  {
    float: none;
}
.singe-fun-fact.middle {
    margin: 0;
}
.singe-fun-fact {
    margin-bottom: 45px !important;
    text-align: center;
}
.singe-fun-fact.middle-2 {
  margin-right: 0;
}    
.fun-fact {
  padding: 70px 0 30px;
}

.overlay-blue:before{
  position: absolute;
  content: "";
  background: rgba(0,67,149,0.95);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.fun-fact.overlay-black::before {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
}
.fun-fact.no-bg {
    background-color: #9e9e9e;
    background-image: none;
}


.parallax {
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.MainServiceTop-Box {
    margin-bottom:-106px;
}

.MainServiceTop-Item { z-index:10; }

.MainServiceTop {
	padding:0;
	margin-top:-183px;
	text-align:center;
	background-color:#ffffffab;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	cursor:pointer;
}
@media (min-width: 1200px) {
	.MainServiceTop { margin-top:-225px; }
}
@media (min-width: 769px) and (max-width: 979px) {
	.MainServiceTop { margin-top:-161px; }
}
@media (max-width: 768px) {
	.MainServiceTop {
		margin-top:0;
		margin-bottom:20px;
	}
}
.MainServiceTop_header {
	background-color:#192269;
	height:182px;
	padding:22px 0 0 0;
	position:relative;
	z-index:10000000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 1200px) {
	.MainServiceTop_header {
		padding-top:24px;
		height:224px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.MainServiceTop_header { height:160px; }
}
@media (max-width: 767px) {
	.MainServiceTop_header {
		height:auto;
		padding-bottom:25px;
	}
}
.MainServiceTop_header:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:0;
	background-color:#d7d7da;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.MainServiceTop_header:hover .title
{
    color:#192269;
}
.ie8 .MainServiceTop_header:before { display:none; }
.MainServiceTop_body { padding:20px; }
@media (min-width: 1200px) {
	.MainServiceTop_body { padding:22px 33px 0 33px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.MainServiceTop_body { padding:15px; }
}
.MainServiceTop .icon {
	float:none;
	margin:0 auto 20px;
	width:84px;
	height:84px;
	background-color:#4d4d4d;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.MainServiceTop .icon img
{
    width:84px;
	height:84px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}

@media (min-width: 1200px) {
	.MainServiceTop .icon { margin-bottom:29px; }
}
.MainServiceTop h2 {
	font-size:25px;
	font-weight:300;
	line-height:1em;
	overflow:visible;
	margin:0;
	padding:0 15px;
	color:#fff;
	position:relative;
}
@media (min-width: 1200px) {
	.MainServiceTop h2 {
		font-size:30px;
		padding:0 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.MainServiceTop h2 { font-size:18px; }
}
.MainServiceTop h5 {
	font-size:20px;
	font-weight:300;
	line-height:1.2em;
	overflow:visible;
	margin:0 0 12px;
	color:#464646;
	max-height:25px;
	overflow:hidden;
}
.MainServiceTop.extra-btn { padding-bottom:21px; }
@media (min-width: 1200px) {
	.MainServiceTop.extra-btn { padding-bottom:23px; }
}
.MainServiceTop.extra-btn .MainServiceTop_txt { margin-bottom:0; }
.MainServiceTop.extra-btn .btn-align {
	position:absolute;
	right:0;
	bottom:0;
}
.MainServiceTop.extra-btn .btn-align .btn {
	width:44px;
	height:44px;
	padding:0;
	background-color:transparent;
	background-image:url(images/btn-tail.gif);
	position:relative;
	overflow:hidden;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.ie8 .MainServiceTop.extra-btn .btn-align .btn { filter:none !important; }
.MainServiceTop.extra-btn .btn-align .btn span {
	position:relative;
	display:block;
	width:inherit;
	height:inherit;
}
.MainServiceTop.extra-btn .btn-align .btn span:before {
	content:'';
	width:13px;
	height:13px;
	position:absolute;
	right:6px;
	bottom:7px;
	background-image:url(images/btn-icon.png);
	z-index:10;
}
.MainServiceTop.extra-btn .btn-align .btn:before, .MainServiceTop.extra-btn .btn-align .btn:after {
	content:'';
	width:inherit;
	height:inherit;
	position:absolute;
	left:0;
	top:0;
}
.MainServiceTop.extra-btn .btn-align .btn:before {
	background-color:transparent !important;
	background-image:url(images/btn-corner.png) !important;
	z-index:2;
}
.MainServiceTop.extra-btn .btn-align .btn:after {
	width:64px;
	height:64px;
	background-color:#3c939f;
	left:-33px;
	top:-33px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.ie8 .MainServiceTop.extra-btn .btn-align .btn:after { display:none; }
.MainServiceTop.extra-btn .btn-align .btn:hover, .MainServiceTop.extra-btn .btn-align .btn:focus { background-position:0 0 !important; }
.ie8 .MainServiceTop.extra-btn .btn-align .btn:hover, .ie8 .MainServiceTop.extra-btn .btn-align .btn:focus {
	background-image:none;
	background-color:#3c939f;
}
.MainServiceTop.extra-btn .btn-align .btn:hover:after, .MainServiceTop.extra-btn .btn-align .btn:focus:after {
	left:-10px;
	top:-10px;
}
.MainServiceTop:hover .MainServiceTop_header:before { height:100%; }
.ie8 .MainServiceTop:hover .MainServiceTop_header { background-color:#3c939f; }
.MainServiceTop:hover .icon {
	background-color:#9db13e;
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:transform 0.5s;
	-moz-transition:transform 0.5s;
	-o-transition:transform 0.5s;
	transition:transform 0.5s;
}




.PostCard .wrapper 
{
  background-color: #fff;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.PostCard .wrapper:hover .data {
  transform: translateY(0);
}
.PostCard .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
}
.PostCard .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.PostCard .author {
  font-size: 12px;
}
.PostCard .title {
  font-size:18px;
}
.PostCard .text {
  height: 70px;
  margin: 0;
}
.PostCard .wrapper {
  background:url(/Uploads/NoPicture.png) center center / cover no-repeat;
}
.PostCard .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.PostCard .date span {
  display: block;
  text-align: center;
}
.PostCard .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.PostCard .date .month {
  text-transform: uppercase;
}
.PostCard .date .month, .PostCard .date .year {
  font-size: 12px;
}
.PostCard .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.PostCard .title a {
  color: #808080;
}


/* entire container, keeps perspective */
.card-flip-container {
    -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        margin-bottom: 30px;
        
}
/* flip the pane when hovered */
.card-flip-container:not(.manual-flip):hover .card-flip,
.card-flip-container.hover.manual-flip .card-flip{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-flip-container.static:hover .card-flip,
.card-flip-container.static.hover .card-flip {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card-flip {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.card-flip .front, .card-flip .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.card-flip .front {
	z-index: 2;
}

/* back, initially hidden pane */
.card-flip .back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.card-flip .back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;
}
/*        Style       */


.card-flip{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-flip-container, .card-flip .front, .card-flip .back {
	width: 100%;
	height: 270px;/*420px;*/
	border-radius: 4px;
}
.card-flip .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card-flip .cover img{
    width: 100%;
}
.card-flip .icon{
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card-flip .icon img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card-flip .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0px 0px 20px;
}
.card-flip .content .main {
    min-height: 160px;
}
.card-flip .back .content .main {
    height: 192px;/*215px;*/
}
.card-flip .back .main h4 { padding-top:10px; }
.card-flip .title {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card-flip h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card-flip .summary{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card-flip .footer {
    /*border-top: 1px solid #EEEEEE;*/
    color: #999999;
    margin: 30px 0 0;
    padding: 0px 0 0;
    text-align: center;
}
.card-flip .footer .social-links{
    font-size: 18px;
}
.card-flip .footer .social-links a{
    margin: 0 7px;
}
.card-flip .footer .btn-simple{
    margin-top: -6px;
}
.card-flip .header {
    padding: 15px 20px;
    height: 90px;
}
.card-flip .motto{
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card-flip .stats-container{
	width: 100%;
	margin-top: 50px;
}
.card-flip .stats{
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
}

.card-flip .stats:first-child{
	border-right: 1px solid #EEEEEE;
}
.card-flip .stats:last-child{
	border-left: 1px solid #EEEEEE;
}
.card-flip .stats h4{
	font-weight: 300;
	margin-bottom: 5px;
}
.card-flip .stats p{
	color: #777777;
}

.card-flip .back .btn 
{
    -webkit-border-bottom-right-radius: 4px!important;
-webkit-border-bottom-left-radius: 4px!important;
-moz-border-radius-bottomright: 4px!important;
-moz-border-radius-bottomleft: 4px!important;
border-bottom-right-radius: 4px!important;
border-bottom-left-radius: 4px!important;
}
/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-flip .front, .card-flip .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .card-flip .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .card-flip .front{
        z-index: 4;
    }
    .card-flip-container:not(.manual-flip):hover .back,
    .card-flip-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}


#divBottomContactInfo 
{
    font-size:1.2em;
    padding:10px 0 15px 0;
    margin-bottom:20px;
    border-bottom:1px solid #444446;
}

.faCircleBox 
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #192269;
    background: #d7d7da;
    text-align: center;
    margin-top: -7px;
}

.faCircleBox .fa 
{
    line-height:40px;
    font-size:1.3em;
}

.CustomersDiv 
{
    background:#eee url('../images/greyzz.png');
    border-bottom:1px solid #eee;
}

.CustomersDiv h2 
{
    text-align:center;
    padding-bottom:10px;
}


.languagepicker {
	display: inline-block;
	padding: 0;
	height: 45px;
	overflow: hidden;
	border-left:1px solid #eee;
	padding-left:10px;
	padding-right:10px;
	transition: all .3s ease;
	position:absolute;
	top:13px;
	right:0;
	transition: height .5s;
	width:150px;
	list-style:none;
}

/*.languagepicker:hover 
{
    height:150px;
    background-color:#fff;
}*/


.fixed-top .languagepicker 
{
    background-color:#fff;
}

/*.languagepicker:hover {
	height: 200px;
}*/

.languagepicker li {
	/*display: block;*/
	padding: 4px 0px;
	line-height: 40px;
	float:left;
	margin-left:5px;
}

.languagepicker li a 
{
    color:#000!important;
}

.languagepicker-m a
{
    border: 4px solid transparent;
    display: inline-block;
    border-radius: 50%;
}

.languagepicker-m a:hover, .languagepicker-m a.active
{
    border: 4px solid #192269;
}


.blue-dark 
{
    background-color:#192269!important;
    color:#ffffff!important;
}