﻿ body {	margin: 0;	font-family: 'Roboto', sans-serif;	}	p, pre {	margin: 1em 0;	font-size:17px;	font-family: 'Roboto', sans-serif; // 'Gelasio', serif;	}	h1,h2,h3,h4,h5,h6{	font-family: 'Roboto', sans-serif;	}
blockquote{
  font-size: 1.4em;
  width:90%;
  margin:50px auto;
  font-family:'Geist Mono', monospace;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #002060 ;
  line-height:1.6;
  position: relative;
  background:#E5E5E5;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#002060;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/******************/
.fixed-top  ul li a:not(.submenu-item),.fixed-top a:not(.submenu-item), .fixed-top.scrolled > .navbar-toggler {
	color: #fff !important;	
	background: #000;
}
 

.fixed-top.scrolled  ul li a, .fixed-top.scrolled a  {
	color:#000 !important; 
	background: transparent;
}

.fixed-top{
	background-color: rgba(0,0,0,.5);
	
	padding:20px;
}

.fixed-top-custom{
	background-color: rgba(0,0,0);
	padding:20px;
}

.fixed-top.scrolled {
	background: #ffd000 none repeat scroll 0 0; 
    transition: background-color 200ms linear;
	color:#000 !important; 
	opacity:1;
	padding:5px;
}

div#home {
	position:relative;
    background: transparent;
	min-width: 100vw;
	width: auto;
	height: auto;
	min-height: 100vh;
	overflow:hidden;
	background-attachment:fixed;
}
#fp-nav > ul> li > a > span{
	color:#ffd000;
	padding:5px;	
    background: #ffd000;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	
}
}

.top-prev-port{
	content: '';
	width: 50px;
	vertical-align: middle;
	height: 43px;
	background-color: #ffd000;
	color: #fff;
	padding: 4px;
	z-index: 11;
	position: absolute;
	top: 44%;
	left: 0px;
	font-size: 28px;
	text-align:center;
}
.top-next {
	content: '';
	width: 50px;
	vertical-align: middle;
	height: 43px;
	background-color:  #ffd000;
	color: #fff;
	padding: 4px;
	z-index: 11;
	position: absolute;
	top: 44%;
	right: 0px;
	font-size: 28px;
	text-align:center;
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
position: absolute;
bottom: -25px;

display: block;

width: 100%;
padding: 0;
margin: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;

width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 20px;
height: 20px;
padding: 5px;

cursor: pointer;

color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;

position: absolute;
top: 0;
left: 0;

width: 20px;
height: 20px;

content: 'â€¢';
text-align: center;

opacity: .25;
color: #ffd000;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: #ffd000;
}
.owl-carousel owl-theme {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: absolute;
z-index: 1;
}
.owl-carousel img {

position:relative;
max-width: 100%;
height: 630px;

}
.container-fluid {
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
}
.floatleft {
float: left;
}

.floatright {
float: right;
}

.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}

.aligncenter {
display: block;
margin: 0 auto 15px;
}

a:focus {
outline: 0px solid;
}

img.card-img-* {
max-width: 100%;
height: auto;
width:100%;
}

.fix {
overflow: hidden;
}


a {
transition: all 0.3s ease 0s;
text-decoration: none;
}

a:hover {
color: #002060;
text-decoration: none;
}

a:active, a:hover {
outline: 0 none;
}

body {
/*margin-top:-80px;nav bar */
background: #fff none repeat scroll 0 0;

font-family: 'Geist Mono', monospace;
font-size: 14px;
text-align: left;
overflow-x: hidden;
line-height: 22px;
}

/* button top */
.back-to-top {
position: fixed;
display: none;
background: #002060;
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 2px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
}

@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
}
}

.back-to-top:focus {
background: #002060;
color: #fff;
outline: none;
}

.back-to-top:hover {
background: #3cd6ed;
color: #fff;
}



 



::-moz-selection{
background: #002060;
text-shadow: none;
color:#fff;
}
.fp-tooltip {
padding:5px;
background: #002060;
text-shadow: none;
color:#fff;
}

::selection {
background: #002060;
text-shadow: none;
color:#fff;
}

.area-padding {
/*padding: 70px 0px 80px;*/
padding: 0px 0px 0px;
}

.area-padding-2 {
padding: 70px 0px 50px;
}

.padding-2 {
padding-bottom: 90px;
}

.section-headline h2 {
display: inline-block;
font-size: 40px;
font-weight: 600;
margin-bottom: 70px;
position: relative;
text-transform: capitalize;
}

.section-headline h2::after {
border: 1px solid #333;
bottom: -20px;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 40%;
}

.sec-head {
display: inline-block;
font-size: 17px;
font-weight: 600;
margin-bottom: 0;
padding: 0 0 10px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}


.header-area {

top: 0;
left: 0;
width: 100%;
height: auto;
background: rgba(0, 0, 0, 0.98);
z-index: 9;
}

.navbar-header a.navbar-brand {
display: inline-block;
height: 70px;
padding: 15px 0;
}

.main-menu ul.navbar-nav li {
display: inline-block;
padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #000;
font-size: 15px;
font-weight: 500;
padding: 24px 0px;
text-transform: capitalize;
letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active > a::after {
border: 1px solid #fff;
bottom: 0px;
content: "";
left: 0;
position: absolute;
width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
background: none;
color: #002060;
}

.main-menu ul.navbar-nav li.active a:focus {
color: #fff;
}

.main-menu ul.navbar-nav li.active a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #000;
position: relative;
}

.main-menu ul.navbar-nav li a:hover {
color: #002060;
}

.navbar {
border: medium none;
margin-bottom: 0;
}

.navbar-default {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
background: none;
color: #333;
}

.navbar-default .navbar-toggle {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
border-radius: 0;
padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
background-color: transparent;
color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: none;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
width: 30px;
height: 2px;
}

.top-right.text-right {
float: right;
position: relative;
top: 24px;
margin-left: 20px;
}

.top-right.text-right>li {
float: right;
margin: 0px 8px;
}

.top-right.text-right li a {
color: #fff;
}

.main-menu .dropdown ul {
background: #000;
}

.main-menu .dropdown ul li {
display: block;
}


.header-area.stick {
background-color: rgba(0, 0, 0, 1);
height: 70px;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}

.stick .navbar-header a.navbar-brand {
display: inline-block;
height: 90px;

}

.stick .navbar-brand>img {
display: none;
}

.stick .navbar-brand.sticky-logo>img {
display: block;
}

.sticky-logo h1 {
color: #fff;
padding: 0;
margin: 0;
font-size: 36px;
font-weight: bold;
line-height: 1;
}

.sticky-logo h1 span {
color: #002060;
}
.stick .main-menu ul.navbar-nav li.active > a::after {
border: 1px solid #fff;
bottom: 0px;
content: "";
left: 0;
position: absolute;
width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
color: #fff;
}

.stick .main-menu ul.navbar-nav li.active a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #fff;
position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
background-color: #f5f5f5;
color: #fff;
outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
color: #fff;
}

.stick .logo {
height: 20px;
}

.stick .logo a {
margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
color: #fff;
line-height: 22px;
padding: 24px 0px;
text-transform: capitalize;
letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
width: 30px;
height: 2px;
}

.stick .navbar-default .navbar-toggle {
padding: 10px 0px;
}

.about-area {
background-color: #f9f9f9;
margin-top:50px;
}

.single-well>a {
display: block;
}

.single-well ul li {
color: #444;
display: block;
padding: 5px 0;
}

.single-well ul li i {
color: #002060;
padding-right: 10px;
font-size: 12px;
}

.single-well p {
color: #444;
}

.services-icon {
color: #444;
display: inline-block;
font-size: 36px;
line-height: 36px;
margin-bottom: 20px;
}

.section-headline.services-head>h2 {
margin-bottom: 25px;
}

.services-details {
padding-top: 40px;
transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
color: #002060;
}

.row.second-row {
margin-top: 40px;
}

.section-head>h2 {
color: #333;
}

.single-services>h4 {
color: #444;
font-size: 24px;
font-weight: 500;
}

.single-services>p {
color: #333;
font-size: 14px;
}


.our-skill-area {
position: relative;
}

.our-skill-area {
background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
}

.test-overly {
background: rgba(0, 0, 0, 0.80);
position: absolute;
width: 100%;
height: 100%;
}

.progress-h4 {
color: #fff;
font-weight: 500;
}

.faq-details .panel-heading {
padding: 0;
}

.panel-default>.panel-heading {
background-color: transparent;
border: medium none;
color: #333;
}

.faq-details h4.check-title a {
color: #333;
display: block;
font-weight: 700;
letter-spacing: 2px;
margin-left: 40px;
padding: 6px 10px;
text-decoration: none;
}

.panel-body {
padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
color: #444;
font-size: 18px;
font-weight: 500;
margin-bottom: 0;
}

.faq-details a span.acc-icons {
position: relative;
}

.faq-details a span.acc-icons::before {
color: #333;
content: "";
font-family: fontawesome;
font-size: 24px;
height: 40px;
left: -51px;
line-height: 39px;
position: absolute;
text-align: center;
top: -10px;
width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
color: #002060;
}

.faq-details a.active span.acc-icons::before {
content: "";
font-family: fontawesome;
font-size: 24px;
height: 40px;
left: -51px;
line-height: 39px;
position: absolute;
text-align: center;
top: -10px;
width: 42px;
}

.second-row {
margin-top: 30px;
}

.event-content.head-team h4 {
background: transparent none repeat scroll 0 0;
color: #333;
padding: 30px 0 10px;
font-weight: 500;
text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover {
border-color: #eee #eee #ddd;
}

.tab-menu {
display: block;
text-align: center;
}

.tab-menu ul.nav {
margin: 0;
padding: 0;
}

.tab-menu ul.nav li {
border: medium none;
display: inline-block;
}

.tab-content {
border: 1px solid #ccc;
padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 0;
color: #444;
display: block;
font-weight: 500;
margin-right: 5px;
padding: 10px 20px;
font-family: raleway;
font-size: 18px;

}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
border-bottom: 1px solid #fff;
color: #3EC1D5 !important;
}

.tab-menu .nav-tabs {
border-bottom: none;

}

.tab-main-img a {
position: relative;
display: block;
}

.tab-main-img a:hover span.events-offer {
height: 20%;
}

.tab-main-img a span.events-offer {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
bottom: 0;
color: #fff;
content: "";
font-size: 20px;
font-weight: 700;
height: 0%;
left: 0;
line-height: 70px;
padding: 0;
position: absolute;
text-align: left;
transition: all 0.5s ease 0s;
width: 100%;
padding: 0px 10px;
}


.wellcome-area {
background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
background-attachment: fixed;
}

.well-bg {
position: relative;
}

.wellcome-text {
margin: 70px 0;
padding: 30px 40px;
}

.well-text>h2 {
color: #fff;
font-size: 44px;
font-weight: 500;
line-height: 50px;
}

.well-text p {
font-size: 18px;
font-style: italic;
color: #fff;
}

.wellcome-text .section-headline p {
margin-bottom: 0;
}

.subs-feilds {
border: 1px solid #fff;
display: inline-block;
height: 52px;
margin-top: 30px;
width: 60%;
border-radius: 30px;
overflow: hidden;
}

.suscribe-input input {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #fff;
float: left;
font-size: 15px;
line-height: 24px;
padding: 11px 15px;
width: 70%;
height: 50px;
}

.suscribe-input button {
background: #3ec1d5 none repeat scroll 0 0;
border: medium none;
border-radius: 0 20px 20px 0;
color: #fff;
float: left;
font-size: 20px;
font-weight: 700;
padding: 14px 20px;
width: 30%;
}

.suscribe-input button:hover {
background: #fff none repeat scroll 0 0;
color: #002060;
}

.team-member {
background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
display: block;
margin-right: -15px;
padding: 10px;
position: relative;
overflow: hidden;
}

.team-member::before {
background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
content: "";
display: block;
height: 100%;
left: 0;
margin-right: -15px;
padding: 10px;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
transition: 5s;
transform: scale(1);
}

.team-member:hover.team-member::before {
transform: scale(1.2);
}

.single-team-member {
border: 1px solid #ddd;
}

.team-left-text h4 {
color: #fff;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}

.team-left-text p {
color: #fff;
font-size: 17px;
line-height: 26px;
}

.email-news {
display: block;
margin: 30px 0;
overflow: hidden;
text-align: center;
width: 100%;
}

.email-news .email_button input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #fff;
color: #fff;
float: left;
font-size: 13px;
padding: 8px;
width: 81%;
}

.email-news .email_button>button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #fff;
color: #fff;
float: left;
font-size: 16px;
padding: 8px 12px;
text-align: center;
}

.email-news .email_button>button:hover {
background: #002060;
border: 1px solid #fff;
color: #fff;
}

.team-left-icon ul li {
display: inline-block;
}

.team-left-icon ul li a:hover {
color: #002060;
background: #fff;
border: 2px solid #fff;
}

.team-left-icon ul li a {
border: 2px solid #fff;
color: #fff;
display: block;
font-size: 16px;
height: 40px;
line-height: 37px;
margin: 0 3px;
width: 40px;
}

.team-member-carousel .single-team-member {
overflow: hidden;
width: 100%;
}

.single-team-member:hover .team-img a:after {
opacity: 1;
}

.single-team-member:hover .team-social-icon {
top: 45%;
opacity: 1;
}

.team-img {
position: relative;
}

.team-img>a {
display: block;
}

.team-img>a::after {
background: rgba(0, 0, 0, 0.70);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
transition: all 0.5s ease 0s;
width: 100%;
opacity: 0;
}

.team-social-icon {
left: 50%;
margin-left: -61px;
opacity: 0;
position: absolute;
top: 30%;
transition: 1.3s;
}

.team-social-icon ul li {
display: inline-block;
}

.team-social-icon ul li a {
border: 1px solid #fff;
border-radius: 50%;
color: #fff;
display: block;
font-size: 14px;
height: 34px;
line-height: 35px;
margin: 0 3px;
width: 34px;
}

.team-social-icon ul li a:hover {
color: #fff;
border: 1px solid #002060;
background: #002060;
}

.team-content {
padding: 10px 0px;
}

.team-content>h4, .team-content>p {
color: #444;
margin-bottom: 5px;
}

.team-content.head-team p {
margin-bottom: 0;
}

.team-left-icon.text-center {
margin-bottom: 20px;
}

.head-team h4 {
display: inline-block;
font-size: 25px;
font-weight: 600;
padding-bottom: 10px;
text-transform: uppercase;
}


.reviews-area {
background: url(../img/background/bg1.jpg);
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
width: 100%;
height: auto;
position: relative;
}

.work-left-text {
background: #3EC1D5 none repeat scroll 0 0;
}

.work-left-text {
width: 50%;
}

.work-right-text {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
float: right;
height: 100%;
overflow: hidden;
padding: 71px 0;
width: 50%;
position: absolute;
right: 0;
top: 0;
}

.work-right-text h2 {
color: #fff;
text-transform: uppercase;
font-size: 24px;
}

.work-right-text h5 {
color: #fff;
font-size: 18px;
font-weight: 700;
line-height: 34px;
text-transform: uppercase;
}

.work-right-text .sus-btn {
margin-left: 0;
margin-top: 20px;
}

.single-awesome-4 {
display: block;
float: left;
overflow: hidden;
width: 33.33%;
}

.single-awesome-4 .add-actions {
padding: 10px 20px;
}


.pst-content {
padding-left: 10px;
}

.project-menu {
margin-bottom: 40px;
text-align: center;
}

.project-menu li {
display: inline-block;
}

.project-menu li a {
background: #3d7cb1 none repeat scroll 0 0;
border: 1px solid #444;
border-radius: 20px;
color: #000;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 500;
margin: 0 4px;
padding: 6px 15px;
text-transform: capitalize;
transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
border-color: #002060;
background: #002060;
color: #fff;
text-decoration: none;
}

.single-awesome-portfolio {
float: left;
overflow: hidden;
padding: 15px;
width: 25%;
position: relative;
}

.single-awesome-project {
overflow: hidden;
margin-bottom: 3px;
}

.first-item {
margin-bottom: 30px;
}

.awesome-img {
display: block;
width: 100%;
height: 100%;
position: relative;
}

.awesome-img>a {
display: block;
position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
opacity: 1;
}

.single-awesome-project:hover .add-actions {
opacity: 1;
bottom: 0;
}

.awesome-img>a::after {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transition: 0.4s;
}

.add-actions {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
bottom: 30px;
display: block;
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
padding: 10px 15px;
position: absolute;
transition: all 0.4s ease 0s;
width: 100%;
}

.project-dec {
display: block;
height: 100%;
width: 100%;
}

.project-dec a {
display: block;
height: 100%;
width: 100%;
}

.project-dec h4 {
margin-bottom: 5px;
}

.project-dec h4:hover {
color: #fff;
}

.project-dec h4 {
color: #ddd;
font-size: 24px;
margin-top: -45px;
padding-top: 50%;
text-decoration: none;
text-transform: uppercase;
font-weight: 800;
}

.project-dec span {
color: #ddd;
font-size: 13px;
}

.project-action-btn {
display: block;
height: 100%;
text-align: center;
transition: all 1s ease 0s;
width: 100%;
}

.project-action-btn li {
display: block;
height: 100%;
width: 100%;
}

.project-action-btn li a {
display: block;
height: 100%;
width: 100%;
}

.pricing-area {
background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
border: 1px solid #ccc;
text-align: center;
transition: all 0.4s ease 0s;
background: #fff;
}

.pri_table_list h3 span {
font-size: 16px;
}

.pri_table_list ol li {
border-bottom: 1px solid #ccc;
color: #666;
padding: 12px 15px;
position: relative;
text-align: left;
}

.pri_table_list li.check.cross::after {
content: "\f00d";
font-family: fontawesome;
font-size: 14px;
position: absolute;
right: 50px;
top: 12px;
color: indianred;
}

.pri_table_list li.check::after {
content: "\f00c";
font-family: fontawesome;
font-size: 14px;
position: absolute;
right: 50px;
top: 12px;
color: #002060;
}

.pri_table_list button {
background: #444 none repeat scroll 0 0;
border: 1px solid #444;
color: #fff;
margin-bottom: 25px;
padding: 10px 35px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
border-radius: 30px;
}

.pri_table_list>h3 {
color: #333;
font-size: 24px;
font-weight: 700;
line-height: 25px;
padding: 30px 0 20px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}

.pri_table_list ol {
list-style: outside none none;
margin: 0;
padding: 0 0 25px;
}

.pri_table_list.active {
transition: all 0.4s ease 0s;
position: relative;
overflow: hidden;
}

.saleon {
background: #3EC1D5 none repeat scroll 0 0;
color: #fff;
font-size: 13px;
font-weight: 700;
left: -26px;
padding: 2px 25px;
position: absolute;
text-transform: uppercase;
top: 16px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
background-color: #fff;
border: 1px solid #333;
color: #333;
}

.active>h3 {
background: #f5f5f5 none repeat scroll 0 0;
color: #333;
transition: all 0.4s ease 0s;
}

.active>button {
background: #3EC1D5 none repeat scroll 0 0;
border: 1px solid #002060;
color: #fff;
transition: 0.4s;
}

.active>button:hover {
background: #333 none repeat scroll 0 0;
border: 1px solid #333;
color: #fff;
transition: 0.4s;
}


.testimonials-area {
background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
height: auto;
width: 100%;
}

.testi-inner {
position: relative;
width: 100%;
height: auto;
z-index: 1;
}

.testi-overly {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.quate {
border: 1px dotted #fff;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 24px;
height: 70px;
line-height: 70px;
width: 70px;
}

.quate:hover {
color: #fff;
}

.testi-img img {
border: 1px dotted rgba(0, 0, 0, 0.05);
border-radius: 2px;
height: 80px;
margin: 0 auto;
padding: 5px;
transition: background 0.6s ease-out 0s;
width: 80px !important;
}

.testi-text p {
color: #fff;
font-size: 16px;
line-height: 1.5em;
margin: 20px 0;
letter-spacing: 1px;
}

.testi-text h6 {
color: #fff;
font-size: 20px;
}



.contact-area {
position:relative;
height: auto;
width: 100%;
}

.contact-content {
padding: 100px;
background: #000 none repeat scroll 0 0;
}

.contact-content-right {
padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 0;
color: #444;
height: 40px;
margin-bottom: 16px;
padding-left: 20px;
width: 100%;
}

.contact-form textarea  {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 0;
color: #444;
height: 140px;
padding: 20px;
width: 100%;
}

.contact-form button[type="submit"] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ccc;
color: #444;
font-size: 16px;
font-weight: 700;
margin-top: 8px;
padding: 12px 30px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
border-radius: 30px;
}

.contact-form button[type=submit]:hover {
color: #fff;
border: 1px solid #002060;
background: #002060;
}

.contact-form  #sendmessage {
color: #002060;
border: 1px solid #002060;
display: none;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}

.contact-form #errormessage {
color: red;
display: none;
border: 1px solid red;
text-align: center;
padding: 15px;
font-weight: 600;
margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
display: block;
}

#contact .form .validation {
color: red;
display: none;
margin: 0 0 20px;
font-weight: 400;
font-size: 13px;
}

.single-icon i {
font-size: 24px;
width: 50px;
height: 50px;
border: 1px solid #FFF;
line-height: 46px;
border-radius: 50%;
margin-bottom: 20px;
}

.single-icon p {
font-size: 16px;
line-height: 30px;
}

.contact-icon {
margin-bottom: 40px;
}

#google-map {
height: 370px;
margin-bottom: 20px;
}

.footer-area {
padding: 40px 0;
background: #141514;;
}

.footer-head p {
color:#ffff;
}

.footer-head h4 {
color: #ffff;
font-size: 16px;
letter-spacing: 2px;
padding-bottom: 10px;
text-transform: uppercase;
}

.footer-logo {
padding-bottom: 20px;
}

.footer-logo h2 {
color: #222;
padding: 0;
margin: 0;
font-size: 36px;
font-weight: bold;
line-height: 1;
}

.footer-logo h2 span {
color: #002060;
}

.footer-icons ul li {
display: inline-block;
}

.footer-icons ul li a {
border: 1px solid #444;
color: #444;
display: block;
font-size: 16px;
height: 40px;
line-height: 38px;
margin-right: 5px;
text-align: center;
width: 40px;
border-radius: 50%;
}

.flicker-img>a {
float: left;
padding: 1px;
width: 33.33%;
}

.footer-icons {
margin-top: 30px;
}

.footer-contacts p span {
color: #fff;
font-weight: 700;
}

.popular-tag ul li {
display: inline-block;
}

.footer-content {
display: block;
overflow: hidden;
}
.footer-icons ul li a {
color: #ffff;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
background: #002060;
border: 1px solid #002060;
color: #fff;
}

.popular-tag ul li a {
border: 1px solid #444;
border-radius: 30px;
color: #444;
display: block;
font-size: 13px;
font-weight: 600;
margin: 5px 3px;
padding: 5px 10px;
position: relative;
text-decoration: none;
text-transform: capitalize;
transition: all 0.4s ease 0s;
width: 70px;
text-align: center;
}

.footer-area-bottom {
background: #ffd000 none repeat scroll 0 0; 
transition: background-color 200ms linear;
color:#000;
}

.copyright-text a:hover {
text-decoration: underline;
color: #002060;
}

.copyright-text a {
color: #000;
}

.copyright>p {
margin-bottom: 0;
color: #000;
}

.copyright a, .credits a {
color: #000;
}

.credits {
padding-top: 5px;
text-align: center;
color: #000;
}

.header-bg {
background: url(../img/slider/slider1.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}

.header-bg.home-2 {
width: 100%;
height: 100%;
position: relative;
}

.home-overly {
background: rgba(0, 0, 0, 0.50);
height: 100%;
position: absolute;
width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
margin: 10px 0 0;
}


.home-video {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}

.header-image.home-3 {
width: 100%;
height: 100%;
position: relative;
}

.table {
width: 100%;
height: 100%;
display: table;
}

.table-cell {
width: 100%;
height: 100%;
display: table-cell;
vertical-align: middle;
}


.post-information h2 {
color: #363636;
font-size: 22px;
text-transform: uppercase;
}

.post-information {
padding: 20px 0;
}

.post-information .entry-meta span a {
color: #444;
display: inline-block;
padding: 10px 0;
}

.entry-meta span a:hover {
color: #002060;
}

.post-information .entry-meta {
border-bottom: 1px solid #ccc;
margin: 20px 0;
}

.post-information .entry-meta span i {
padding: 0 10px;
}

.entry-content>p {
color: #444;
}

.entry-meta>span {
color: #444;
}

.entry-content blockquote {
background: #fff none repeat scroll 0 0;
border-left: 5px solid #002060;
font-size: 17.5px;
font-style: italic;
margin: 0 0 20px 40px;
padding: 22px 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #002060;
border-color: #002060;
color: #fff;
cursor: default;
z-index: 3;
}

.social-sharing {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
display: block;
margin: 30px 0;
}

.social-sharing>h3 {
display: inline-block;
font-size: 18px;
margin: 0;
padding: 20px 10px;
}

.sharing-icon {
display: inline-block;
float: right;
padding: 13px 10px;
}

.sharing-icon a {
border: 1px solid #444;
color: #444;
display: block;
float: left;
font-size: 18px;
height: 34px;
line-height: 30px;
margin-left: 10px;
text-align: center;
width: 34px;
}

.sharing-icon a:hover {
color: #002060;
border: 1px solid #002060;
}

.single-blog .author-avatar {
float: left;
margin-right: 10px;
}

.single-blog .author-description h2 {
font-size: 18px;
margin: 0;
padding: 0 0 5px;
}

.author-info {
background: #fff none repeat scroll 0 0;
float: left;
margin: 30px 0;
padding: 15px;
width: 100%;
}

.single-post-comments {
margin-bottom: 60px;
max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
border-bottom: 1px solid #e8e8e9;
color: #444;
font-size: 18px;
margin: 0 0 20px;
padding: 0 0 5px;
text-transform: uppercase;
}

.comments-list ul li {
margin-bottom: 25px;
}

.comments-list-img {
float: left;
margin-right: 15px;
}

.comments-content-wrap {
color: #42414f;
font-size: 12px;
line-height: 1;
margin: 0 0 15px 80px;
padding: 10px;
position: relative;
}

.author-avatar {
display: inline-block;
float: left;
width: 10%;
}

.author-description h2 {
color: #777;
font-size: 20px;
text-transform: uppercase;
}

.author-description h2 a {
color: #000;
}

.comments-content-wrap span b {
margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
margin-right: 5px
}

.comments-content-wrap p {
color: #909295;
line-height: 18px;
margin-bottom: 5px;
margin-top: 15px;
}

li.threaded-comments {
margin-left: 50px
}

.comment-respond {
margin-top: 60px;
}

h3.comment-reply-title {}

span.email-notes {
color: #42414f;
display: block;
font-size: 12px;
margin-bottom: 10px;
}

.comment-respond p {
color: #444;
margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
border: 1px solid #e5e5e5;
border-radius: 0;
height: 32px;
margin-bottom: 15px;
padding: 0 0 0 10px;
width: 100%;
}

.comment-respond textarea#message-box {
border: 1px solid #e5e5e5;
border-radius: 0;
max-width: 100%;
padding: 10px;
height: 130px;
width: 100%;
}

.comment-respond input[type="submit"] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #002060;
border-radius: 20px;
box-shadow: none;
color: #444;
display: inline-block;
font-size: 12px;
font-weight: 700;
height: 40px;
line-height: 14px;
margin-top: 20px;
padding: 10px 15px;
text-shadow: none;
text-transform: uppercase;
transition: all 0.3s ease 0s;
white-space: nowrap;
}

.comments-content-wrap span a {
color: #000;
}

.comments-content-wrap span a:hover {
color: #002060;
}

.comment-respond input[type=submit]:hover {
border: 1px solid #002060;
color: #fff;
background: #002060;
}

.single-blog .blog-pagination {
border-top: 1px solid #e5e5e5;
margin: 0;
padding-top: 30px;
}
.spacer5{

display:block;
width:100%;
height:5px;
clear:both;

}
.spacer10{

display:block;
width:100%;
height:10px;
clear:both;

}

.spacer20{
display:block;
width:100%;
height:20px;
clear:both;
}
.spacer30{
display:block;
width:100%;
height:30px;
clear:both;
}
.spacer50{

display:block;
width:100%;
height:50px;
clear:both;

}
.spacer70{

display:block;
width:100%;
height:70px;
clear:both;

}
.spacer90{

display:block;
width:100%;
height:90px;
clear:both;

}
.spacer100{

display:block;
width:100%;
height:100px;
clear:both;

}	 

.slick-slide {
margin: 0px 20px;
}

.slick-slide img {
width: 100%;
}

.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}


/*page-header*/
.page-header{

color: red;
text-align:center;
border-bottom:1px dotted #A3248F;

}
.page-header-footer{
border-bottom:3px dotted #fff;
margin-bottom:10px;
padding:5px;
}
/*fixed */


.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;

}

.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}

.icon-bar a:hover {
background-color: #000;


}

.btn-fixed-left-a {
background: #3B5998;
color: white;
}

.btn-fixed-left-b {
background: #9F20A8;
color: white;
}
.btn-fixed-left-c {
background: #3B5998;
color: white;
}


.content {
margin-left: 75px;
font-size: 30px;
}

.halfwidth {
padding: 100px 0;
width: 100%;
position: relative;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
height:50vh;
}

#particle {
position : absolute;
width: 100%;
height: 100%;
top:0;
left:0;  
}

.layer {  
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%; 
width: auto;
height: auto;
transform: translate(-50%,-50%);
}
.bg-blue-transparent{
background-color: #002060;
opacity:0.7;
}
.layer2 {  
display: block;
width: 100%;
height: auto;
position: relative;
background: #f5f8fd;
background-color: rgb(245, 248, 253);
background-size: auto;
background-size: cover;
background-color: #000; 
}

div.transbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-75%);
background-color: #3a6539;
z-index: 1;
opacity: 1;
font-size: 18px;
color: #fff;
padding: 10px;
text-align: center;
}


.element {
background-position: center bottom;
background-size: 1440px 126px;
background-repeat: repeat-x;
}


.overlay  {
position: fixed;
display:block;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: black;
z-index: 9999999;
opacity:1;
}


.overlay-center >img {
animation: bounce 0.25s infinite alternate;
}
.overlay-center {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
background-color: transparent;
opacity: 1;
font-size:22px;
color: #fff;
padding:5px;

text-align:center;
}

@keyframes bounce {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
} 

video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%; 
width: auto;
height: auto;
transform: translate(-50%,-50%);
object-fit: fill;
z-index:-100;
}

.mainTitleBox {
position: relative;
color:#fff !important;
}

.mainTitleBox2  > p { 
font-size:3.5vw;
line-height: 1; 
}

.mainTitleBox::after { 
content: '';
position: absolute;
top: 10px;
left: -9px;
height: 25%;
min-height:150px;
border-left: 12px solid #ffc107;

}
.mainTitleBox::before { 
content: '';
position: absolute;
top: -0px;
left: -9px;
width: 25%;
min-width:150px;
border-top: 12px solid #ffc107;

}

.mainTitleBox2::after { 
content: '';
position: absolute;
bottom: 10px;
right: -9px;
height: 25%;
min-height:150px;
border-right: 12px solid #ffc107;
}
.mainTitleBox2::before {

content: '';
position: absolute;
bottom: -0px;
right: -9px;
width: 25%;
min-width:150px;
border-bottom: 12px solid #ffc107;
}

mark{
background-color:#ffc107;
padding: 0px; 
font-size: 2.5vw;
}

.quoteModalBtn-fixed{ 
top:25% !important;
}
.quoteModalBtn-fixed2{

top: 45% !important;
}
.quoteModalBtn-fixed3{

top: 65% !important;

}

.quoteModalBtn-common{  
position:fixed;
left: 30px; 
top:0%;
position: fixed;
top: 20%; 
z-index: 105;
transform: rotate(270deg);
transform-origin: left bottom; 
-ms-transform:rotate(270deg) ;
-moz-transform:rotate(270deg) ;
-webkit-transform:rotate(270deg) ;
-o-transform:rotate(270deg) ;
width: 125px !important;
}

.box
{
width:100%;
max-width:600px;
background-color:#f9f9f9;
border:1px solid #ccc;
border-radius:5px;
padding:16px;
margin:0 auto;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}

.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: 0.9em;
line-height: 0.9em;
opacity: 0; 
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
opacity: 1;
}

.parsley-type, .parsley-required, .parsley-equalto{
color:#ff0000;
}

@media only screen and (max-width: 600px) {
.mainTitleBox2 > p {  
font-size:10vw;
line-height: 1; 
}
mark{
background-color:#ffc107;
padding: 0px; 
font-size: 7vw;
}
} 
