/**
---------STYLES INCLUDED-----------

1 -)  GLOBALS
2 -)  HEADER SECTION
3 -)  BUTTONS
4 -)  SERVICES SECTION
5 -)  PORTFOLIO SECTION
6 -)  ABOUT SECTION
7 -)  TESTIMONIAL SECTION
8 -)  COUNTER SECTION
9 -)  PRICING SECTION
10-)  TEAM SECTION
11-)  CONTACT
12-)  MAP
13-)  FOOTER SECTION

---------STYLES INCLUDED-----------
**/

body {
overflow-x: hidden;
font-family: "Open Sans","Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 24px;
color: #666;
background-color: #fff;
}
h2 {
font-size: 30px;
margin-bottom: 20px;
}
section .text-center h2 {
font-size: 40px;
}
section {
padding: 4px 0;
}
.heading {
font-size: 14px;
padding-bottom: 45px;
}
.heading h2 {
font-size: 26px;
} 
.seperator {
background-color: #02549D;
width: 15%;
height: 6px;
margin: 0 auto;
}
.form-control:focus {
border-color: #337ab7;
box-shadow: inset 0 1px 1px rgba(2, 84, 157, 0.075), 0 0 8px rgba(2, 84, 157, 1);
}
#map {
width: 100%; height: 400px; margin-top: 40px; margin-bottom: 40px;
}
.navbar {
  
  margin-bottom: 0px;
}
.navbar-custom {
background-color: #02549D;
border-color: transparent;
}

.navbar-custom .navbar-brand {
color: white;
font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
/*background-color: #e41919;*/
border-radius: 3px;
color: white;
}
.navbar-custom .navbar-brand:focus{
color: white;
}
.navbar-custom .navbar-collapse {
border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
background-color: #ffd700;
border-color: #ffd700;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: #02549D;
font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #ffd700;
}
.navbar-custom .nav li a {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 500;
/*letter-spacing: 1px;*/
color: #ffffff;
font-size: 12px;
padding: 12px 5px;
}
.navbar-custom .nav li a:focus {  
color: white;
outline: none;
border-radius: 3px;
}
.navbar-custom .nav li a:hover {
color:#ffffff;
border-radius: 3px;
background-color: #ffd700;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 0;
color: white;
background-color: #ffd700;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
color: white;
background-color: #ffd700;
}
.icons_top{
	position: absolute;
    visibility: visible;
}
@media (min-width: 768px) {
	.icons_top{
		position: absolute;
    visibility: visible;
}
.navbar-custom {
background-color: #02549D;
padding: 0px 0;
-webkit-transition: padding 0.3s;
-moz-transition: padding 0.3s;
transition: padding 0.3s;
border: none;
}
.navbar-custom .navbar-brand {
font-size: 2em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 3px;
}
}

@media (min-width: 768px) {

.navbar-custom.affix {
background-color: rgba(34, 34, 34, 0.99);
background-color: #02549D;
padding: 0px 0;
}
.navbar-custom.affix .navbar-brand {
font-size: 1.5em;
}
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 1px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*============================
HEADER SECTION STYLES
==============================*/
header .intro-text {
padding-top: 100px;
padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 22px;
line-height: 22px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 50px;
line-height: 50px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
header .intro-text {
padding-top: 300px;
padding-bottom: 20px;
}
header .intro-text .intro-lead-in {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 30px;
line-height: 30px;
margin-bottom: 25px;
}
header .intro-text .intro-heading {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
font-size: 75px;
line-height: 75px;
margin-bottom: 50px;
}
}

/*============================
 /.HEADER SECTION STYLES
==============================*/
/* ==============================
BUTTON STYLES
============================== */

.btn-mod,
a.btn-mod{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 4px 13px;
color: #fff;
background: rgba(34,34,34, .9);
border: 2px solid transparent;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;

-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;

-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
font-weight: 400;
color: rgba(255,255,255, .85);
background: rgba(0,0,0, .7);
text-decoration: none;
outline: none;
border-color: transparent;    
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-mod:active{
cursor: pointer !important;
outline: none !important;
}

.btn-mod.btn-large{
height: auto;
padding: 12px 45px;
font-size: 17px;
} 

.btn-mod.btn-border-w{
color: #fff;
border: 2px solid rgba(255,255,255, .75);
background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
color: #111;
border-color: transparent;
background: #fff;
}


.btn-mod.btn-red{
color: #fff;
border: 2px solid rgba(255,255,255, .75);
background: transparent;
}
.btn-mod.btn-red:hover,
.btn-mod.btn-red:focus{
color: #fff;
background: #e41919;
}

.btn-mod.btn-blue{
color: #fff;
border: 2px solid rgba(255,255,255, .75);
background: transparent;
}
.btn-mod.btn-blue:hover,
.btn-mod.btn-blue:focus{
color: #fff;
background: #2000FF;
}

.btn-mod.btn-circle{
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.btn-mod.btn-round{
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
/* ==============================
 /.BUTTON STYLES
============================== */

/*============================
SERVICES SECTION STYLES
==============================*/
#services .seperator {
margin-bottom: 15px;
}

.service-icon {
background-color:#e95a44;;
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 36px;
height: 90px;
line-height: 90px;
width: 90px; 
font-size: 30px;
height: 65px;
line-height: 62px;
width: 65px; 
-webkit-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
background-color: #333;
}

.our-services .col-sm-4 {
border-right:1px solid #f2f2f2;
border-bottom:1px solid #f2f2f2;
padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
border-bottom:0;
padding-top: 60px;
padding-top: 0;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
border-right:0;
}

.service-info h3 {
margin-top: 35px;
font-size: 20px;
}
.our-services .col-sm-4 {
margin-bottom: 32px;
padding-bottom: 20px;
}

.our-services .col-sm-4:hover .service-icon:before {
height: 90px;
width: 90px;
}
/*============================
PORTFOLIO SECTION STYLES
==============================*/
.work {
background: #EFEFEF;
}
#portfolio .container{
position: relative;
margin: 0 auto; 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;  
font-size:12px;
font-family: Helvetica, Arial, Verdana;
}
.work-inner .mix {
display: none;
}

ul.work {
padding: 0;
list-style: none;
margin-top: 30px;
margin-left: 8px;
margin:1%;
}

ul.work li {   

margin: 0 8px;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;   
border: none;
cursor: pointer;
font-family: "Montserrat", sans-serif;
float:left;
display: block;
padding:5px 20px;   
text-decoration:none;
color:#666;
}

ul.work li:hover {
color: #FF5252;
border: none;
}

ul.work li.active {
background: #e95a44;
color:#fff;
border: none;

}

.work .item {
margin-top: 30px;
position: relative;
}

.work .item img {
width: 100%;
}

.portfolio-caption {
color: #FF5252;
}

.portfolio-caption {
position: absolute;
left: 0;
top: 0;
text-align: center;
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .8);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
margin-top: 140px;
}

.work .item:hover .portfolio-caption {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

#portfolio h1, h2, h3, h4, h5, h6 {
font-weight: 700;
font-family: "Montserrat", sans-serif;
letter-spacing: 3px;
text-transform: uppercase;
}

/*============================
 /.PORTFOLIO SECTION STYLES
==============================*/
/*============================
ABOUT SECTION STYLES
==============================*/
#about {
	background-color: #EFEFEF;
}

.about-btn {
margin-top: 13px;
background-color: #e41919;
color:#fff;      
}

.about-btn:hover {
background-color:#B30B0B;
 color:#fff;
}


.about-btn::focus {
background-color:#B30B0B;
 color:#fff;
}
/*============================
 /.ABOUT SECTION STYLES
==============================*/

/*============================
TESTIMONIAL SECTION STYLES
==============================*/
.testimonials {
background-image: url(../img/testimonial/bg.png);
background-attachment: fixed;
padding: 50px 0;
position: relative;
}
.testimonial-meta {
text-align: center;
}
.star i {
color: yellow;
}
.testimonials-text::after {
content: '\201D';
font-size: 40px;
vertical-align: middle;
margin-left: 10px;
}
.testimonials-text::before {
content: '\201C';
font-size: 40px;
vertical-align: middle;
margin-right: 10px;
}
.customer-meta {
color: #ddd;
margin: 0;
}
.testimonials-overlay {
background: rgba(34, 34, 34, 0.71);
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.testimonials-image {
padding: 30px 0;
}
.testimonials-image img {
margin: auto;
display: block;
border-radius: 50%;
height: auto;
width: 80px;
}
p.testimonials-text {
text-align: center;
color: #fff;
padding: 0 5%;
font-size: 18px;
line-height: 30px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
background: #ffffff;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 10px;
height: 10px;
margin: 5px 4px;
filter: Alpha(Opacity=50);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border: 1px solid white;
border-radius: 20px;
background: rgba(134, 151, 145, 0);
}
/*============================
 /.TESTIMONIAL SECTION STYLES
==============================*/
/*============================
COUNTER SECTION STYLES
==============================*/
.number-icon i {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.counter-hover:hover i {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.number-icon i {
color: #fff;
font-size: 55px;
}
hr.number-line {
border: 1px solid white;
max-width: 50px;
}
.number-number {
color: #fff;
font-weight: 700;
font-size: 40px;
margin: 10px 0 -10px 0;
}
.number-desc {
color: #fff;
font-weight: 700;
margin-top: -10px;
margin-bottom: 0;
}
.number {
text-align: center; 
}
.counter {
text-align: center;
}
.counter-box-1 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #FF7474;
}
.counter-box-2 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #EF4848
}
.counter-box-3 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #B30B0B
}
.counter-box-4 {
display: inline-flex;
align-items: center;
height: 300px;
background-color: #8C0000
}
.counter-items {
margin: auto;
}
/*IE9 Hack*/
:root .counter-items {
margin-top: 82px \ ;
}
/*============================
 /.COUNTER SECTION STYLES
==============================*/
/*============================
PRICING SECTION STYLES
==============================*/
.pricing {
	display: -webkit-flex;
	display: flexbox;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}
.pricing-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing-feature-list {
	text-align: left;
}
.pricing-action {
	color: inherit;
	border: none;
	background: none;
}

.pricing-action:focus {
	outline: none;
}
.pricing-umg .pricing-item {
	font-family: 'Alegreya Sans', sans-serif;
	padding: 2em 3em;
	margin: 1em;
	color: #262b38;
	background: #fff;
	cursor: default;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.57);
}
.pricing-umg .pricing-item:hover {
	color: #fff;
	background: #525;
}

@media screen and (min-width: 66.250em) {
	.pricing-umg .pricing-item {
		margin: 1.5em 0;
	}
	.pricing-umg .pricing-item--featured {
		z-index: 10;
		margin: 0;
		font-size: 1.15em;
	}
}

.pricing-umg .pricing-title {
	font-size: 2em;
	margin: 0.5em 0 0;
	
	border-bottom: 3px solid;
	padding: 0 0 0.5em;
}

.pricing-umg .icon {
	display: inline-block;
	min-width: 2em;
	color: #8A9790;
	vertical-align: middle;
}

.pricing-umg .pricing-price {
	font-size: 5em;
	font-weight: 800;
	color: #E06060;
	position: relative;
	z-index: 100;
}

.pricing-umg .pricing-currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing-umg .pricing-period {
	font-size: 0.25em;
	display: inline-block;
	padding: 0 0 0 0.5em;
	color: #CEDED6;
}

.pricing-umg .pricing-sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 1.5em 0 0.75em;
	color: #E06060;
}

.pricing-umg .pricing-feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 1.5em 0.5em 2.5em;
	list-style: none;
}

.pricing-umg .pricing-feature {
	padding: 0.15em 0;
}

.pricing-umg .pricing-action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 5px;
	background: #E06060;	
	padding: 0.75em 2em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}
.pricing-umg .pricing-item:hover .pricing-action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pricing-umg .pricing-action:hover,
.pricing-umg .pricing-action:focus {
	background-color: #BD3C3C;
}
/*============================
 /.PRICING SECTION STYLES
==============================*/
/*============================
TEAM SECTION STYLES
==============================*/


.team-wrapper {
overflow-x: hidden;
position: relative;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transform: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
margin-bottom:30px;
}
.team-wrapper:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.team-wrapper .team-inner {
background-size: cover;
background-position: center;
-moz-background-size: cover;
-webkit-background-size: cover;
padding: 150px 0 10px;
/*background-image: url('../img/girl-big.jpg');*/
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-radius: 10px 10px 0px 0px;
}

.team-wrapper > .team-inner > a {
color: rgb(228, 79, 79);
width: 80px;
height: 80px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 0 auto -50px;
display: block;
color: rgb(228, 79, 79);
z-index: 999;
font-size: 40px;
padding: 15px 22px;
background-color: #fff;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.team-wrapper > .team-inner > a:hover {
color: #fff;
text-decoration: none;
background-color: rgb(228, 79, 79);
}


.team-wrapper .description {
padding: 30px 20px 20px;
text-align: center;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff; 
}

.team-wrapper .description h5 {
color: rgb(228, 79, 79);
}

#team .heading {
padding-bottom: 45px;
}
/*============================
 /.TEAM SECTION STYLES
==============================*/

/*============================
CONTACT SECTION STYLES
==============================*/
#contact .fa {
color: #e95a44;
}

#contact .btn-primary {
color: #fff;
background-color: #e95a44;
border-color: #ef533c;
}

#contact .btn-primary:hover {
color: #fff;
background-color: #d2402a;
border-color: #ef533c;
}
/*============================
 /.CONTACT SECTION STYLES
==============================*/


/*============================
MAP SECTION STYLES
==============================*/
#section-map {
padding:0px 0;
}
#map {
margin-bottom: 0px;
}

/*============================
 /.MAP SECTION STYLES
==============================*/

/*============================
FOOTER SECTION STYLES
==============================*/
#footer {
padding-top: 30px;
padding-bottom: 30px;
color: #000;
background: #2e2e2e;
}
#footer a {
color: #000;
}
#footer a:hover {
color: #337ab7;
}
#footer ul {
list-style: none;
padding: 0;
margin: 0 -7.5px;
}
#footer ul>li {
display: inline-block;
margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
#footer .social-icons {
    float: right;
}
}
.footertext {
color: #ccc;
font-weight:normal;
}
.form-control {
box-shadow: none;
-webkit-box-shadow: none;
}
/*============================
 /.FOOTER SECTION STYLES
==============================*/




.container {
    position: relative;
    text-align: center;
    color: #000;
	font-size: 14px;
	font-weight: normal;
}
.blueinfobox {
	background-color:#02549D;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	padding:5px;
	font-size:30px;
	line-height: 30px;
	color:#ffffff;
	font-weight: bold;
}
.blueinfobox a {
    background-color: #02549D;
    color: white;
    padding: 14px 2px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
}

.blueinfobox a:hover, a:active {
    color: #EDE61F;
}

.top-left {
    position: absolute;
    top: 20px;
    left: 36px;
    background: rgba(200,200,200,0.3);
    padding: 15px;
}
/* Centered text */
.centered {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 20px);
	background: rgba(0,0,0,0.3);
	color: #ffffff;
	padding: 1px;
	width: 80%;
}

/* Bottom left text */
/*.top-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}*/


.btn-primary {
  color: #fff;
  background-color: #02549D;
  border-color: #02549D;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #ffd700;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ffd700;
  border-color: #ffd700;
}

#contact .fa {
color: #e95a44;
}

#contact .btn-primary {
color: #fff;
background-color: #02549D;
border-color: #02549D;
}

#contact .btn-primary:hover {
color: #666;
background-color: #ffd700;
border-color: #ffd700;
}

.navbar-custom .nav li a {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 500;
/*letter-spacing: 1px;*/
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
.navbar-custom .nav li a:focus {  
color: white;
outline: none;
border-radius: 3px;
}
.navbar-custom .nav li a:hover {
color:#666;
border-radius: 3px;
}
.navbar-custom .navbar-nav > .active > a {
border-radius: 0;
color: white;
background-color: #ffd700;
}
/*========================
/*login window*/
/*======================*/
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
        left: -80px; /*added by Duck 27-11-2017*/
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
.icons_top{
	position: absolute;
    visibility: collapse ;
}
/*========================
/*end login window*/
/*======================*/

#contact .fa {
color: #02549D;
}

.box_blog_blue_top {
	border-radius: 10px 10px 0px 0px; 
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border: 0px solid #000000;
	background-color: #02549D;
	color:#fff;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	padding: 4px 10px 4px 10px ;
}
.box_blog_grey_bottom {
	border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px solid #000000;
	background-color: #efefef;
	color:#000;
	padding: 0px 10px 0px 10px ;
	/*min-height:230px;*/
}

.box_blog {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	background-color: #efefef;
	padding: 10px 10px 10px 10px ;
}

.container_blog_indes {
    position: relative;
    text-align: center;
    color: #000;
	font-size: 14px;
	font-weight: normal;
}
address_black {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
  color: #000000;
}

.dropdown-menu {
  
  background-color: #02549D;
  color:#666;
}

h2.header_text{
    background-color:#54b4eb;
	line-height:60px;
	padding:0 15px 0 15px;
	color:white;
	display:inline;
	/*margin-left:10px;*/
}
span.header_text{
    display:inline;margin-left:10px;font-size:24px;
}
.line_header_text{
    height:2px;
	width:100%;
	background-color:#54b4eb;
	margin-top:-12px;
	/*margin-left:10px;*/
}
.line_footer{
    height:2px;
	width:100%;
	background-color:#ccc;
	/*margin-top:-12px;
	margin-left:10px;*/
	margin-bottom:10px;
}
.breadcrumb {
  
  margin-bottom: 1px;
  background-color: #fff;
}
.black_head{
  font-size: 18px;
  font-weight: bold;
  color: black;
  line-height: 40px;
}
.yellow_head{
  font-size: 18px;
  font-weight: bold;
  color: #FFD700;
  line-height: 40px;
}
.blue_head{
  font-size: 18px;
  font-weight: bold;
  color: #02549D;
  line-height: 40px;
}

/*====
 Added by Duck 27-11-2017
=====*/
@media (min-width: 768px) {
  .container .page_background {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .container .page_background {
    margin-top: unset;
  }
}
@media (min-width: 1200px) {
  .container .page_background {
    margin-top: unset;
  }
}
.clear_b{
    clear:both;
}
.carousel-indicators {
  position: absolute;
  bottom: 2px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.blue_title {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  background: url(../../images/bg_heading.gif) #64b2df repeat-x bottom left;
  color: white;
  font-size: 18px;
}
.text_justify {
  text-align: justify;
}

// stylelint-disable declaration-no-important

//
// Border
//

.border          { border: $border-width solid $border-color !important; }
.border-0        { border: 0 !important; }
.border-top-0    { border-top: 0 !important; }
.border-right-0  { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0   { border-left: 0 !important; }

@each $color, $value in $theme-colors {
  .border-#{$color} {
    border-color: $value !important;
  }
}

.border-white {
  border-color: $white !important;
}

//
// Border-radius
//

.rounded {
  border-radius: $border-radius !important;
}
.rounded-top {
  border-top-left-radius: $border-radius !important;
  border-top-right-radius: $border-radius !important;
}
.rounded-right {
  border-top-right-radius: $border-radius !important;
  border-bottom-right-radius: $border-radius !important;
}
.rounded-bottom {
  border-bottom-right-radius: $border-radius !important;
  border-bottom-left-radius: $border-radius !important;
}
.rounded-left {
  border-top-left-radius: $border-radius !important;
  border-bottom-left-radius: $border-radius !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}
// stylelint-disable declaration-no-important

// Margin and Padding

@each $breakpoint in map-keys($grid-breakpoints) {
  @include media-breakpoint-up($breakpoint) {
    $infix: breakpoint-infix($breakpoint, $grid-breakpoints);

    @each $prop, $abbrev in (margin: m, padding: p) {
      @each $size, $length in $spacers {

        .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
        .#{$abbrev}t#{$infix}-#{$size},
        .#{$abbrev}y#{$infix}-#{$size} {
          #{$prop}-top: $length !important;
        }
        .#{$abbrev}r#{$infix}-#{$size},
        .#{$abbrev}x#{$infix}-#{$size} {
          #{$prop}-right: $length !important;
        }
        .#{$abbrev}b#{$infix}-#{$size},
        .#{$abbrev}y#{$infix}-#{$size} {
          #{$prop}-bottom: $length !important;
        }
        .#{$abbrev}l#{$infix}-#{$size},
        .#{$abbrev}x#{$infix}-#{$size} {
          #{$prop}-left: $length !important;
        }
      }
    

    // Some special margin utils
    .m#{$infix}-auto { margin: auto !important; }
    .mt#{$infix}-auto,
    .my#{$infix}-auto {
      margin-top: auto !important;
    }
    .mr#{$infix}-auto,
    .mx#{$infix}-auto {
      margin-right: auto !important;
    }
    .mb#{$infix}-auto,
    .my#{$infix}-auto {
      margin-bottom: auto !important;
    }
    .ml#{$infix}-auto,
    .mx#{$infix}-auto {
      margin-left: auto !important;
    }
  



.box1xxx {
				
				width:410px;
				height:273px;
				background:#222 url("../../images/isc_0026_1024.jpg") no-repeat left top;
				background-size: 100% 100%;
				margin:10px auto;
				float:right;
				margin-left:20px;
			}
			
.boxxxx {
				
				width:410px;
				height:273px;
				background:#222 url("isc_0026_1024.jpg") no-repeat left top;
				background-size: 100% 100%;
				margin:40px auto;
			}

			/*==================================================
			 * Effect 2
			 * ===============================================*/
.effect2xxx
			{
			  position: relative;
			}
.effect2xxx:before, .effect2xxx:after
			{
			  z-index: -1;
			  position: absolute;
			  content: "";
			  bottom: 15px;
			  left: 5px;
			  width: 50%;
			  top: 80%;
			  max-width:1000px;
			  background: #777;
			  box-shadow: 0 16px 10px #222;
			  transform: rotate(-3deg);
			}
.effect2xxx:after
			{
			  transform: rotate(3deg);
			  right: 5px;
			  left: auto;
			}
/* *************************************************
top slide menu
**************************************************/

#tomenu li {
    overflow: hidden;
    background: #ddd;
    list-style: none;
    white-space:nowrap;
    margin-right: 10px;
    border-radius: 25px;
    display: inline-block;
}
    #tomenu li a {
        opacity: 0;
        color: #666;
        max-width: 0;
        display: inline-block;
        text-decoration: none;
        transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
    }
        #tomenu li a:hover {
            color: #c33;
        }
        #tomenu li a i {
            float:right;
            display: block;
            padding-right: 1em;
            font:1em/1 'rokkitt', sans-serif;
        }
    #tomenu li b {
        color: #c33;
        line-height:1;
        font-size: 25px;
        display: inline-block;
        padding:.125em .375em;
    }
#tomenu li:hover {}
        #tomenu li:hover a {
            opacity: 1;
            max-width: 150px;
            transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s;
}



.picborder img {
	border:1px solid black;

}




