
/* ==========================================================================
Buttons                                                                                     
========================================================================== */
a.white-btn {                                                                                                             
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #E27336;
	color: #E27336;
}

/* ==========================================================================
Top Bar
========================================================================== */

#topbar {
	background: none repeat scroll 0 0 #223e77;
	border-bottom: 1px solid #223e77;
	padding: 0.125em 0;
}

.social{
	position: relative;
	Left: 100%;
  color: #5e5e5e;
}

#topbar i {
	color: #ffffff;
	font-size: 1.5em;
	opacity: 0.7;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #E27336;
	cursor: pointer;
	opacity: 1;
}
.nav {
	position: relative;
	background: none repeat scroll 0 0 #223e77;
}
.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 5px;
  transition:all ease .3s;
  -webkit-box-shadow: 7px 9px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 9px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 9px 10px 0px rgba(0, 0, 0, 0.75); 
}
.nav-fixed .top-nav li a {
	padding: 1.1em 1.8em 1.5em;
}
.nav-fixed .logo {
	width:75%;
}
.nav-fixed #topbar {
	display:none;
}
.nav-fixed #particles-js {
	height:130px;
	top:-56%;
}

header {
	background: #223e77;
	border-bottom: 6px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
}
.top-nav li a {
	border:3px solid transparent;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	padding: 2.1em 1.8em 1.5em;
	text-transform: capitalize;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}

.top-nav li a:hover, .top-nav li.active-item a {
	background:transparent;
	/* background: none repeat scroll 0 0 #223e77; */
  	border-bottom: 3px solid #E27336;
	color: #E27336;
}

.dropdown-toggle:hover > .dropdown {
	display: none;
}
@keyframes slideDown {
	0% {
	  opacity: 0;
	}
	99% {
	  opacity: 1;
	}
	100% {
	  z-index:0;
	}
  }

  .dropdown {
	display: none;
	position: absolute;
    top: 90%;
    z-index: 1000;
    float: left;
	height:auto;
    margin: 0 !important;
    font-size: 1rem;
    color: #536873;
    text-align: left;
    list-style: none;
	background-clip: padding-box;
	animation: .7s slideDown;
  }
  .dropdown::after {
	content: "";
	position: absolute;
	right: 12px;
	top: -5px;
  }
  .dropdown li {
	list-style-type: none !important;
  }
  .dropdown li a {
	text-decoration: none !important;
	padding: 6px 15px 13px 12px !important;
	display: block !important;
	background-color:none !important;
	color:#fff !important;
	border:none !important;
	font-size:14px;
	display: block;
  }
  .dropdown li a:hover {
	  color:#E27337 !important;
  }

  .sub-menus {
	  float:left;
	  padding: 0;
  }
  .sub-menus li  {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	padding:0;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
    text-transform: uppercase;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
  }
  .sub-menus li a {
    padding:0;
}
  .sub-menus li a:hover {
	  background:none;
  }
.sub-menus h6 {
	color:#fff;
	text-align: center;
	padding:10px 0 10px 0;
	border-bottom:2px solid #E27337;
}


#particles-js{
	position: absolute;
	width: 100%;
	height:130px;
	background-color: #223e77;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
  }



/* ==========================================================================
Carousel
========================================================================== */
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	height: 95%;   
}

.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #223e77;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(180,49,28,0.77);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
	text-transform:capitalize;
}
#carousel .text h2:hover {
	color:#223e77 ;
}
#carousel .text p {
	background: none repeat scroll 0 0 #223e77;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}

#carousel .owl-theme .owl-controls {
	/* background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53); */
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #E27336;
}

/* ==========================================================================
First Block
========================================================================== */
#firstblock {
	background: none repeat scroll 0 0 #fff;
	padding: 1em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
	box-shadow: rgb(0 0 0 / 50%) 0px 0px 7px 0px;
}
#firstblock i {
	background: none repeat scroll 0 0 #E27336;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#firstblock h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#firstblock p {
	color: #223e77;
	font-size: 0.85em;
	line-height: 1.5em;
}
/* ==========================================================================
Mission Statement
========================================================================== */

#missionstatement {
	background: none repeat scroll 0 0 #fff;
  padding: 0em 1em 0em 1em;
	position: relative;
	text-align: justify;
	z-index: 2;
}
#missionstatement p {
  color: #fff; 
  font-size: 0em;
}

/* ==========================================================================
About Us
========================================================================== */
#about-us {
	background: none repeat scroll 0 0 rgb(245,245,245);
	clear: both;
	box-shadow: rgb(0 0 0 / 50%) 0px 0px 10px 0px;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em 0 0 0;
}


.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto; 
}
h2 {
	color: #fff;
	font-size: 2.8em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;  
}

#about-us p {
  color:#444;
  font-size: 0.85em; 
  text-align: justify;
}

h2.section-title {
	color: #223E78;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 1em 0 1em;
	text-align: center;
	text-transform: capitalize;  
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title2 {
	color: #fff;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: capitalize;  
}
h2.section-title2:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title3 {
	color: #223E78;
	font-size: 3.2em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: capitalize;  
}
h2.section-title3:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	width: 100px;
}
#overview {
	padding:0 8em 0 8em;
}
#overview p {
	text-align: justify;
}
/* ==========================================================================
OPESWay
========================================================================== */

#opesway {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
}


#opesway i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #223e77;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.opesway-text {
	display: table;
	position: relative;
}
#opesway h3 {
	color: #223e77;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#opesway p {
	color: #223e77;
	font-size: 0.85em; 
  text-align: justify;
}
#opesway ul li {
	color: #223e77;
	font-size: 0.85em;
}

/* ==========================================================================
our Work
========================================================================== */
#our-work {
	background: none repeat scroll 0 0 #E27336;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #E27336 none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0; 
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative; 
}

.our-work-text {
	background: #223e77 none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
  z-index: 1;
}

.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-container:hover > .our-work-text2 {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.85em;
	opacity: 1;
}
/* - used to expand the width of hover text

.our-work-text2 {
	background: #223e77 none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 200%;
  z-index: 1;
}
.our-work-text2 h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text2 p {
	color: #fff;
	font-size: 0.85em;
	opacity: 1;
}
*/
#center p {
  text-align: center;
}
.tab-nav {
	display: table;  
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #223e77 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #fff;
	color: #E27336;
}
/* ==========================================================================
CONTACT
========================================================================== */

.margin {
	display:flex;
	justify-content: center;
}
#contact {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
}
#contact h3 {
	color: #E27336;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: capitalize;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
  color: #223e77;
}
#contact p strong {
	font-weight: 700;
  color: #223e77;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
/* ==========================================================================
FOOTER
========================================================================== */
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0 #223e77;
	padding: 1.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #6c7c84;
	font-size: 0.8em;
}
.copyright {
	text-align:center;
}
.copyright h6{
	color: #fff;
}
/* ==========================================================================
PageTwo
========================================================================== */
#pagetwo {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 0em 2em;
	min-height:95vh;
	
}

#pagetwo i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #E27336;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.pagetwo-text {
	display: table;
	position: relative;
}

#pagetwo h2 {
	color: #223e77;
	font-size: 3em;
	font-weight: 700;
	text-transform: capitalize;  
  	padding: 20px 0 0 0;
}
#pagetwo p {
	color: #223e77;
	font-size: 1em; 
  text-align: justify;
}
#pagetwo ul li {
	color: #223e77;
	font-size: 0.85em;
  padding: 10px 0 0 0;
}

#return p {
  text-align: right;
  font-style: italic;
  font-size: .85em
}

@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  } 
  #carousel .item {
	overflow: hidden;
	width: 100%;
  padding: 0 0 0 0;
  }
  #overview {
	  padding:1em;
  }
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center; 
  } 
  .logo img {
    height: 50px;
  } 
         
  h2.section-title {
    font-size: 2em
  }
  h2.section-title2 {
    font-size: 2em
  }
  h2 {
    font-size: 2em
  } 
   .our-work-text2 {
     width: 100%
   }
  .social{
	position: absolute;
	left: 70%;
  }
  #missionstatement p {
  color: #223e77;
  font-size: 0.85em;
  }
  #firstblock {
	background: none repeat scroll 0 0 #fff;
	padding: .5em .5em;
	position: relative;
	text-align: center;
	z-index: 2;
  }
  #carousel .item {
	overflow: hidden;
	width: 100%;
  padding: 0 0 0 0;
}
}
