
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 0.875rem;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: Lucida Bright,Georgia,serif;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a{
    font-family:  Lucida Bright,Georgia,serif;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
/*.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
.form-control {
    display: inline-block;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #bcefeb;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
    font-family:  Lucida Bright,Georgia,serif;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    font-family:  Lucida Bright,Georgia,serif;
}
h1 {
    font-size: 3.75rem;
    line-height: 5.5rem;
    color:#fff;
}
h2 {
    font-size:1.875rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-size:1.375rem;
    line-height: 2.5rem;  
    text-transform: uppercase;
}
h4 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    /*padding-top:85px;
    padding-bottom: 45px;*/
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 670px;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #5e9a28;
    border-color: #5e9a28;
}



.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #ff7200;
    transition: .5s;
    border: 1px solid #ff7200;
    font-family:  Lucida Bright,Georgia,serif;

}
.btn:hover {
    background-color:#f4720a;
    color: #fff;
    text-decoration: none;
    border: 1px solid #f4720a;
}

.btn-primary {
    background-color: #ff7200;
    transition: .5s;
    padding: 9px 30px;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #5e9a28;
    color:#5e9a28;
    padding: 10px 45px 10px 0px;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 30px;
}




/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/



.container {
 width: 850px!important;

}
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}


.main_menu_bg{
    margin-top: 0px;
    background-color: #0033ff;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 0px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#ffcc01;
    background: transparent;
}

#main_menu .nave_menu .navbar-header .navbar-toggle{right:15%!important;background:#fff;}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #ffcc01;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 1.3rem;
	font-weight: bold;
    color: #fff;
    font-family:  Lucida Bright,Georgia,serif;
}
.navbar-brand {
    padding: 15px;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#ffcc01;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #ff7200;
    color:#ff7200;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #ff7200;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:90px;
}
.head_title h3{
    color:#413d4b;
}
.head_title p{
    font-family: 'playfair_displayregular';
}

/*home section*/
.home{
    background: url(../images/homebg.jpg) no-repeat 100% 100%;
    background-size: cover;
}

.home .main_home{
    padding-top: 10%;
}


.home .main_home h1{
    color: #fff;
    margin-bottom:20px;
	font-size: 45px;
}
.home .main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 0px;
    font-size:1.325rem;
	font-weight: bold;
        
}



.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0033ff;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 14px;
height: 14px;

}


/*service section css*/

.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border:0px;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

.service .nav-tabs>li>a{
    text-align: center;
    color: #444444;
    width: 250px;
    height: 180px;
    margin-left:20px;
    background: url(../images/stabmenubg.png) no-repeat top center;
    border:0px;
    transition: all 0.6s;
}
.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: url(../images/stabmenubghv.png) no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

}
.service_tabe ul li a:hover{
   background: url(../images/stabmenubghv.png) no-repeat top center;
   color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:100px;
}


/*features section css*/

.main_features_content{margin-bottom:40px;overflow: hidden;}

.single_features_text{}
.single_features_text h4{}
.single_features_text p{
    display: inline-block;
	font-size: 14px;
    color: #1d1da0;

}
.single_features_text ul li{
    font-size:0.875rem;
    margin-bottom:15px;
}
.single_features_text ul li span{
    font-family:  Lucida Bright,Georgia,serif;
}

.single_features_text a{
    margin-top:35px;
    background: transparent;
    color:#444444;
    border:1px solid #ddd;
    font-size:0.8125rem;
    padding-top: 0.8em;
}





/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
    border: 1px solid #ddd;
}



.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#ff7200;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #ff7200;
    font-family:  Lucida Bright,Georgia,serif;
}
button.btn-md:hover {
    background-color: transparent;
    color: #ff7200;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.tile { 
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
}


.tile img {
    height: auto;
    display: block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(255, 114, 0, 0.75);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;  
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#ff7200;
    background: #fff;
}
/*clogo section css*/
.clogo{
    background: #eeeeee;
}










/*footer widget*/

.footer_widget{
    background: #1a1a1a;
    color:#fff;
    background-size: cover;
}
.footer_widget .main_widget{
    padding: 55px 15px 80px 15px; 
    overflow: hidden;
}
.single_widget{
    margin-bottom:30px;
}
.single_widget ul li{
    margin-bottom:10px;
}
.single_widget ul li a{
    width:100%;
    display:block;
    overflow: hidden;
    font-size:0.875rem;
    color:#fff;
    line-height: 1.4rem;
}
.single_widget ul li a:hover{
    color:#ff7200;
}

.footer_logo{
    margin-bottom: 20px;
}

.single_widget li.single_latest_news{
    margin-bottom: 20px;
}
.footer_subcribs_area .navbar-form {
    padding: 0;
}
.footer_subcribs_area .form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color:#a199b4;
    border-radius:0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color:transparent;
    line-height: 20px;
}
.footer_subcribs_area .form-group{
    position:relative;
}

.footer_subcribs_area .submit_btn{
    background: transparent;
    border: 0px solid #ccc;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_subcribs_area .submit_btn:hover{
    color: #fff;
}
.footer_subcribs_area .submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size:1rem;
}


/*footer section*/
.footer{
    background: #000000;
	padding-bottom:15px;
	
}
.footer hr{border-color: #333;}
.footer .main_footer{
    overflow: hidden;
    padding: 10px 0px;
}
.footer .flowus{
    text-align: right;
}
.footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border:1px solid #fff;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-right:5px;
    margin-top:10px;
}
.footer .flowus a i:hover{
    color:#ff7200;
    border:1px solid #ff7200;
}

.copyright_text{
    text-align: left;

}
.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
	text-align: center;
	background:url(../images/sep.png)no-repeat right bottom;
}
.copyright_text p i  {
    padding:0px 10px;
    color:#006df0;
	font-size: 30px;
	min-height: 40px;
}
.copyright_text p img {height:auto;margin-bottom: 13px;}
.copyright_text p a{
    padding:0px 10px;
    color:#fff;
	display: block;
	font-size: 14px;
}



#box {
    width: 60%;
    height: 50%;
    margin: 30px auto;
    position: relative;
}
#box .content{padding: 20% 4%;}
#box > div.corner {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
}
.top {
    top: 0px;
    border-top-style: solid;
	border-color:#006df2;
	border-width: 8px;
}

.bottom {
    bottom: 0px;
    border-bottom-style: solid;
	border-color:#006df2;
	border-width: 8px;
}

.left {
    left: 0px;
    border-left-style: solid;
	border-color:#006df2;
	border-width: 8px;
}

.right {
    right: 0px;
    border-right-style: solid;
	border-color:#006df2;
	border-width: 8px;
}



#home-banner{ padding-top:0px;}
#home-banner .carousel-inner > .item > a > img,#home-banner  .carousel-inner > .item > img{ width:100%;}
#home-banner .carousel-inner > .item{border:none;}
#home-banner .carousel-caption{ text-align:center; top:20%;}
#home-banner .carousel-caption h1{ font-size:45px;  font-weight:400;text-transform:capitalize; }
#home-banner .carousel-caption h3{ font-size:38px;  font-weight:600; margin-bottom:15px; text-transform:uppercase; padding-bottom:7%; margin-bottom:5%; background:url(../images/red-border.jpg) no-repeat center bottom; display:block;}
#home-banner .carousel-caption p{ padding:0 10%;  font-size:20px; line-height:24px;margin-bottom:0px;text-transform:capitalize; }
.btn-holder{}
.btn-holder button.Vmore{ border:1px solid #fff; padding:15px 40px; background:none; color:#fff; font-size:16px; margin-right:30px; text-transform:uppercase; border-radius:0; }
.btn-holder button.Vmore:hover{ background:#0d8afe; color:#fff;}

.btn-holder button.free-cons{ border-radius:4px; padding:10px 32px; background:#e10000; color:#fff; font-size:16px;  text-transform:uppercase;  }
.btn-holder button.free-cons:hover{ background:#fff; color:#e10000;}

#home-banner ol.carousel-indicators{ left:0; right:0; margin:0 auto; text-align: center; width:100%;}

#home-banner ol.carousel-indicators li{ height:14px; width:14px; background:#fff;  margin:0;border:none;}
#home-banner ol.carousel-indicators .active{  background:#0033ff; border:none;}

.page-heading{overflow:hidden;margin-bottom: 40px;}
.page-heading h1{font-size: 40px;
    color: #ffcb00;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 1%;
    margin-bottom: 0%;
    margin-top: 4%;
    font-weight: bold;
	font-size:30px;
    background: url(../images/heading-bord.png) no-repeat center bottom;
	background-size: 30%;
	}
	
.page-heading h2{font-size: 40px;
    color: #00ffc9;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1%;
    margin-bottom: 0%;
    margin-top: 6%;
	font-size:38px;
    
	}	
	
	

#services .about-des {
    padding:14% 3%;
}
.service-sec{ margin-bottom:6%;}

ul.tile-list{}
ul.tile-list li{ margin-bottom: 15px;
font-size: 28px;
font-style: italic;
color: #2e62fd;
font-weight: bold;
text-align: center;
}

ul.tile-list li i{color:#feda45; font-size:36px; margin-right:15px;}

.testi-text{margin-bottom:40px;}

.testi-text img{margin-bottom:20px;width: 100%;}
.testi-text p{padding: 2%;
font-size: 14px;
color: #000;
line-height: 22px;
margin-bottom: 15px;}

.testi-text img.quote-pic{width: auto;
display: block;
text-align: center;
margin: 0 auto 15px;}


/*===gallery css====*/

#gallery{margin-bottom:40px;}

/*--gallery-Part-Here --*/
.recent_album{
	padding:0em 0px 5em;
}
.recent_album h3{
	text-align:center;
}
.gallery-bottom{
	margin-top:5%;
}
.gallery-left img{
	width:100%;
}
.gallery-left:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-left{
	position: relative;
}
.gallery-grid img{
	width:100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.gallery-grid a{display:block;}
.gallery-1{
	margin-top:25px;
}
.gallery-1:nth-child(1){
	margin-top:0;
}
.caption{padding:6px;
	background:#13cdf4;}
.caption a{color:#fff;font-size:14px;text-align:center;text-transform:capitalize;font-weight: 600;}
.gallery {
  padding: 3em 0;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin:5em auto 0.5em auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.contact-info{}

.contact-info h3{ font-size:26px; color:#666666;font-style:italic; margin-bottom:20px; font-weight:bold; text-transform:capitalize;}
.contact-info p{font-size:14px;line-height: 22px; color:#666666;display:inline-flex;}
.contact-info p i{color:#1484f0; font-size:20px; margin-right:23px;}
.contact-info-1{}

.contact-info-1 h3{ font-size:18px; color:#666666;font-style:italic; margin-bottom:20px; font-weight:bold; text-transform:capitalize;}
.contact-info-1 h4{ font-size:18px; text-align:center; color:#666666;font-style:italic; margin-bottom:20px; font-weight:bold; text-transform:capitalize;}
.contact-info-1 p{font-size:16px;line-height: 22px; color:#666666;font-weight:bold; font-style:italic;}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact-list > li {
    font-size: 14px;
    color: #81848f;
    margin-bottom: 18px;
}
.contact-list > li img{margin-right:15px;}
.map{margin:30px 0;}


.contact-info-1 label{color:#0033cc;font-size:16px;}
.contact-info-1 label span{color:#d80027;font-size: 20px;}
	
.contact-info-1 input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	background:#ededed;
	color:#333;
}
.contact-info-1 input#subject[type=text]{font-size:16px;}
.contact-info-1 input#subject::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;font-weight: bold;
}
.contact-info-1 input#subject::-moz-placeholder { /* Firefox 19+ */
  color: #000;font-weight: bold;
}
.contact-info-1 input#subject:-ms-input-placeholder { /* IE 10+ */
  color: #000;font-weight: bold;
}
.contact-info-1 input#subject.contact-info-1 input#subject:-moz-placeholder { /* Firefox 18- */
  color: #000;font-weight: bold;
}

.contact-info-1 input[type=submit] {
    background-color: #0033ff;
    color: white;
    padding: 6px 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
	text-transform:uppercase;
	font-size:18px;
	margin: 0 auto 20px;
    display: block;
}

.contact-info-1 input[type=submit]:hover {
    background-color: #000;
}



















































