
* {outline: none !important;}

::selection {
  background-color: #475B6F;
  color: #fff;
}
  
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

body {
  color: #6a6a6a; 
  background: #f1f0f0;
}

p {
  margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
  }

img {max-width: 100%;}

a {
  text-decoration: none;
  outline: none;
}

a{  
  color: #4da7ca;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  color: #4290ae; 
}


h1, h2, h3, h4, h5, h6{   
  margin: 0 0 15px 0; 
  color: #3A4F52;
  font-family: 'Raleway';
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
border: 1px solid #e87e4b;
    color: white;
    background: #e87e4a;
    border-radius: 25px;
    
}
.btn.btn-o-white:hover {
    background: #37cbff !important;
    color: #6a6a6a; 
}
.top-header.shows  .navbar-default .navbar-nav>li>a
{
	color:#f16666;
	
}

.title-page {
  /* display: inline-flex; */
  /* margin-bottom: -20px; */
}
p.main-header {
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 500;
}
p.main-header:after {
  content: " ";   
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 500;
}
p.sub-header {
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 100;
  margin-left: 10px;
}
p.sub-header:before {
  content: " ||| ";
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 300;
}
li{
  list-style: none;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/
 
    

header.top-header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.shows {
 background: rgba(43, 62, 81, 0.77);
 transition: all .6s;
 border-bottom: 4px solid #adb6bb;
}
.shows .navbar-default {
  /* background-color: #f8f8f8; */
  /* border-color: #e7e7e7; */
  margin-bottom: 10px;
  transition: all .6s;
}
.shows .navbar-nav {
  float: right;
  margin: 15px 0 0;
  color: white;
}
.shows h1.logo {
  margin-top: 0px;
  color: white;
}

h1.logo {
  margin-top: 11px;
  color: white;
  display: inline-flex;
}
#header{  
  position: relative;     
  text-align: center;
  padding: 0 !important;
}
.navbar-brand img {margin-top: 10px}
.navbar-nav {

  margin: 10px 0 0;
  color: white;
}
#header .top {
  position:fixed;
  top:0;
  width: 100%;
  padding: 30px;
  height: auto;
  z-index: 500;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;  
  transition: all .5s;    
}
#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
  margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
  font-family: 'Raleway', sans-serif;
  color: white;
}
.logo-head{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.logo:hover{
  text-decoration: none;
}

#header .slogan{
  font-size: 4em;
  margin-bottom: 15px;
  line-height: 1em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: bold;
}

#header .secondary-slogan{
  font-size: 1.6em;
  color: rgba(255,255,255,.5);
  line-height: 1em;
  font-family: 'Raleway', sans-serif;
}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
  font-size: 18px;
  border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
  color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
  background:transparent no-repeat center center fixed;
  -webkit-background-size:100%;
  -moz-background-size:100%;
  -o-background-size:100%;
  background-size:100%;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  overflow:hidden;
  padding: 60px 0;
}
.parallax{
  padding: 80px 0;
}

.block-body {
  margin-top: 60px;
}

#header {
  background-image: url(../images/slides/home-slide.jpg);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
  background-repeat:no-repeat;
  background-attachment: fixed;
	background-size:cover;
}
#services {
  background:white;
}
#parallax {
  /* background-image: url(../images/blue_mac2.jpg); */
  color: white;
  background: #a2322b;
}
#contact {
  background-image: url(../images/newsletter-bg.png);
  color: white;
  background-color: #405162;
}
#parallax h1{
  margin-bottom: 60px;
  color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
  margin-top: -18px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


.service i {
    font-size: 23px;
    padding: 0 5px;
}
.bar:before{
  font-family: 'Raleway', sans-serif;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}

.bar:after {
  font-family: 'Raleway', sans-serif;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}
.service h2.service-head{
  font-family: 'Raleway', sans-serif;
  margin-top: 15px;
  font-weight: 100;
}
/*////////////////////////////////////////////////////////////////////////
//  About us
///////////////////////////////////////////////////////////////////////*/
.portfolio-sec ,.services-sec ,.blog-sec , .testimonial-sec{
  margin-top: 60px;
}
.about-sec {
  margin-top: 40px;
}

.about-us {
  background: white;
  padding: 43px 0 37px;
}


@media (min-width: 320px) and (max-width: 1024px) { 
      .about-us {
      background: white;
      padding: 50px 0;
      color: #6a6a6a;
    }
}

.aboutus-item {
  margin-bottom: 15px;
  margin-top: 60px;
}

i.aboutus-icon {
  border: 3px solid rgb(106, 106, 106);
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
  color: rgb(106, 106, 106);
}

h4.aboutus-title {
  font-family: 'Raleway', sans-serif;
  margin-top: 23px;
  font-weight: 300;
  font-size: 22px;
}

p.aboutus-desc {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.4px;
  color: rgb(106, 106, 106);
}



/*////////////////////////////////////////////////////////////////////////
//  Call to Action
///////////////////////////////////////////////////////////////////////*/

h3.call-action.pull-left {
  /*width: 90%; */
  font-size: 27px;
  color: white;
}
 .parallax {
  padding: 61px 0 55px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


ol.carousel-indicators {
  margin-bottom: -50px;
}


#testimonials .testimonial {
  padding: 25px;
}
.carousel {
  position: relative;
  margin: 50px 0;
}
.carousel h3 {
  margin: 47px 0 20px;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
  color: white;
}
#contact h1{color: white}

.form-control-white {
    background: rgb(255, 255, 255);
    /* color: black; */
    padding: 20px 16px !important;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ background: #2B3E51; color: white; border-top: 1px solid rgba(255, 255, 255, 0.24);}

h2.footer-block {
    color: white;
    font-family: "Raleway" , sans-serif;
}
.form-control{
  border-radius: none !important;
  padding: 20px 26px;
}
.form-group .btn.btn-o-white {
    width: 100%;
    padding: 9px 0;
    background: #db5252;
    border: none;
}
::-webkit-input-placeholder {
   color: #969595 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595 !important; 
}

:-ms-input-placeholder {  
   color: #969595 !important;  
}
.footer-bottom {
  padding: 37px 0 30px;
}
.blog-post ul p{
  margin-left: 40px;
}
.blog-post ul li .fa {
  border-radius: 33px 33px;
  background: rgb(219, 82, 82);
  width: 28px;
  /* height: 20px; */
  text-align: center;
  padding: 7px 7px;
  margin-right: 9px;
}
.blog-post ul {
  margin-left: -40px;
}
.blog-post .fa{
  background: rgb(219, 82, 82);
  width: 28px;
  text-align: center;
  padding: 7px 7px;
  cursor: pointer;
}
.blog-post .fa:hover{
  color: rgb(219, 82, 82);
  background:white;
  transition: all .6s;
}
.social {
  margin-left: 40px;
}
.social a i{
  color: #fff;
}
/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
  .blog-post {
    margin-bottom: 40px;
  }

  .recent-work {
    background-position: center;
  }

  .recent-work:before {
    opacity: 1;
  }

  .recent-work span {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #drawer-right {
    padding: 10px 20px;
  }

  #drawer-right .nav-pills>li>a {
    font-size: 17px;
  }

  .nav-stacked>li+li {
    margin-top: 0;
  }

  .nav>li>a {
    padding: 8px 15px;
  }

  #drawer-right .social {
    margin-top: 5px;
  }

  #header {
    background-size: cover;
  }
  .service {
  text-align: center;
  }
}
button.navbar-toggle.collapsed {
  margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eb2324;
}
.team_para p{ line-height: 30px }














/*  Portfolio
================================ */

.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float:left;
}

.work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block; 
}

.work-nav #filters li a:hover {

}

.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0; 
}

#thumbs li {
  list-style-type: none;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-thumbs a + img {
  width: 100%;  
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  
  opacity: 0;
  filter: alpha(opacity=0);
  
  -webkit-transition: all 450ms ease-out 0s;  
     -moz-transition: all 450ms ease-out 0s;
     -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;
      
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
     -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
     -o-transform: rotateY(180deg) scale(0.5,0.5);
      transform: rotateY(180deg) scale(0.5,0.5);  
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  
  -webkit-transform: rotateY(0deg) scale(1,1);
     -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
     -o-transform: rotateY(0deg) scale(1,1);
        transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 90%;
height: 100%;
opacity: 0.80;
filter: alpha(opacity=80);
background: #1891EC;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  position: absolute;
  border-radius: 60px;
  top: 50%;
  left: 45%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em; 
  opacity: 1;
  filter: alpha(opacity=100);
}
 
ul.portfolio-categ{
  margin:10px 0 30px 0;
  padding:0;
  float:left;
  list-style:none;
}

ul.portfolio-categ li{
margin: 0; 
float: left;
list-style: none;
font-size: 13px;
font-weight: 600;
border: 1px solid #D5D5D5;
margin-right: 15px;
}

ul.portfolio-categ li a{
  display:block;
  padding: 8px 20px;
  color:#353535;
}
ul.portfolio-categ li.active{

border: 1px solid #1891EC;
}
ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover,ul.portfolio-categ li a:focus,ul.portfolio-categ li a:active {
  text-decoration:none;
  outline:0; 
}
  #accordion-alt3 .panel-heading h4 {
font-size: 13px;
line-height: 28px;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel {
margin-bottom: 18px;
background-color: #F4F4F4;
border: 1px solid transparent;
border-radius: 2px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
#accordion-alt3 .panel-heading h4 a i {
font-size: 13px;
line-height: 18px;
width: 18px;
height: 18px;
margin-right: 5px;
color: #fff;
text-align: center;
border-radius: 50%;
margin-left: 6px;
background: #a2332c;
}  
.progress.pb-sm {
height: 6px!important;
}
.progress {
box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}
.progress {
overflow: hidden;
height: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .progress-bar.progress-bar-red {
background: #ed5441;
} 
.progress .progress-bar.progress-bar-green {
background: #51d466;
}
.progress .progress-bar.progress-bar-lblue {
background: #32c8de;
}
/* --- portfolio detail --- */
.top-wrapper {
  margin-bottom:20px;
}
.info-blocks {
margin-bottom: 15px;
}
.info-blocks i.icon-info-blocks {
float: left;
color: #1891EC;
font-size: 30px;
min-width: 50px;
margin-top: 10px;
text-align: center;
}
.info-blocks .info-blocks-in {
padding: 0 10px;
overflow: hidden;
}
.info-blocks .info-blocks-in h3 {
color: #555;
font-size: 20px;
line-height: 28px;
margin:0px;
}
.info-blocks .info-blocks-in p {
font-size: 12px;
}
  
blockquote {
  font-size:16px;
  font-weight:400;
  font-family:'Noto Serif', serif;
  font-style:italic;
  padding-left:0;
  color:#a2a2a2;
  line-height:1.6em;
  border:none;
}

blockquote cite               { display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before          { content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited         { color:#555; }

/* --- pullquotes --- */

.pullquote-left {
  display:block;
  color:#a2a2a2;
  font-family:'Noto Serif', serif;
  font-size:14px;
  line-height:1.6em;
  padding-left:20px;
}

.pullquote-right {
  display:block;
  color:#a2a2a2;
  font-family:'Noto Serif', serif;
  font-size:14px;
  line-height:1.6em;
  padding-right:20px;
}

/* ours*/

.navbar-default .navbar-nav>li>a {
  color: #44403d;
  }
  .navbar-brand{
  padding: 0px 0px;
  height: 62px;
  }
  p.main-header{
  color: #e87e4a;
  /* border-bottom: solid 4px #f4be57; */
  text-transform:uppercase;
      margin: 0 0 0px 0
  }
  p.main-header:hover {
  color: #969493;
}
  p.sub-header{
  color: #e24d4e;
  }
  .myheader{
  color: #a2322b;text-transform:uppercase;margin: 0 0 0px 0;
  }
  .myheader:hover {
  color: #969493;
  }
  .adjustment	{   
  margin: 0 0 6px 0;
  }
  .footer-bottom {
  padding: 28px 0 0px;
  }
 /* .content-head{margin-bottom:0px;} */
 .head-line{background-color:#a2322b;height:4px;width:48px;}
  .para-break {padding-top: 21px;}
 
  #portfolio
  {	
  /* background-image: url(../images/slides/new8.jpg); */
  /* background-size: cover; */
  /* background-attachment: fixed; */
	top:10px;
  }
  .portfolio-sec{
  background: rgba(12, 9, 9, 0.71);
  padding-top: 23px;
  padding-bottom: 35px;
  }
  .about-logo h4 {color:#e89494;}
  .about-logo li {color:#fff;font-size:16px;}
  section.parallax_section_holder {
  position: static;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center 0;
  background-attachment: fixed;
  overflow: hidden;
  }
  header.top-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #fff;
    box-shadow: 5px 5px 15px #888888;

  }
  .shows {
  background: #fff !important;
  transition: all .6s;
  }

  .site-slogan
  {
	  padding-top:307px;
  }
  
  .filter-list{margin-bottom:25px;}
  
  
@media (max-width: 768px) {
  .give-top{margin-bottom:25px;}
  .mob-menu-view {padding-left: 144px;}
.testimonial-img { border: solid 2px #b8645f;}
}
.footer-para{font-size:13px;}


#caseStudy {
    /* background-color: #4a4a4a; */
    color: #ccc8c8;
}
#caseStudy .section-head {
    color: #a2322b;
    margin-top: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
	text-align:left;
    /* font-size: 37px; */
}
.caseStudy-pdf .caseStudy-pdf-cont {
    width: 60%;
    display: block;
    float: left;
    text-align: left;
    padding: 0px 20px;
    color: #f5f5f5;
}
#caseStudy .caseStudy-row {
    padding-top: 20px;
}
.caseStudy-pdf img {
    width: 40%;
    display: block;
    float: left;
}
.caseStudy-pdf .caseStudy-pdf-cont {
    width: 60%;
    display: block;
    float: left;
    text-align: left;
    padding: 0px 20px;
    color: #f5f5f5;
}
.caseStudy-pdf-btn {
    background-color: #df5050  !important;
    padding: 5px 28px !important;
    color: #ffffff !important;
    border-color: #df5050  !important;
    border-radius: 20px;
}
#caseStudy button {
    background-color: #4a4a4a;
    border-radius: 20px;
    color: #b9b8b8;
    outline: none;
}
.modal.in .modal-dialog {
    transform: none;
}
.caseStudy-pdf-modal .modal-content {
    padding: 0px;
}
.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
}
.caseStudy-pdf-modal .modal-header {
    background-color: #de6a10;
    color: #fff;
}
.caseStudy-pdf-modal .modal-body {
    /* height: 600px; */
}
.caseStudy-pdf-modal iframe {
    width: 100%;
    height: 450px;
}
.caseStudy-pdf-cont h2
{
color: #4b4845;
font-size: 21px;
}
#caseStudy{
	padding-bottom:40px;
}
#projects{
	/* background: rgba(144, 141, 141, 0.97); */
}
#projects h3{
	padding-bottom:20px;
	color:#a2322b;
	text-transform: uppercase;
}

.video-sec h3{
	padding-bottom:20px;
	color:#a2322b;
	text-transform: uppercase;
}

@media (max-width: 768px) {
.caseStudy-pdf{
	padding-bottom:15px;
}
#caseStudy {
    padding-bottom: 5px;
}
}
.about-animate:hover{
	
	position: relative;
    -webkit-transition: color 2s;
    transition: color 2s;
    box-shadow: inset 0 0 0 5px #fff;
}
.parallax_section_holder1{
	background-image: url(../images/slides/new3.jpg);
	padding-top:10px;
	background-attachment: fixed;
	background-size:cover;

	/* background-position: 20% 40%; */
}
.parallax_section_holder2{
	height:450px; 
	background-image:url(../images/slides/new6.jpg);
	padding-top:5px;
	background-attachment: fixed;
	background-size:cover;

}
.navbar-default .navbar-nav>li>a:hover
{
	    color: #9d2821;
		/* border-bottom: solid 3px #f5bc38; */

}
.top-header{min-height: 86px;}




.navbar-default .navbar-nav li a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #ffba40;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}

.navbar-default .navbar-nav li a:focus {
  background: none;
}

.navbar-default .navbar-nav li:hover a {
  background: none;
}

.navbar-default .navbar-nav li:hover a:after {
  content: '';
  width: 60%;
}
.header-link{
    padding-left: 17px;
    color: #ed9959;
}
.navbar-default .navbar-nav>li>a .fa{color:#e87e4a;}

#parallax .input-group {
    background-color: #fff;
    border-radius: 10rem;
    border: 1px solid #ebebeb;
	 width: auto;
}
#parallax .input-group-addon {
    border-radius: 10rem;
    opacity: .7;
	    padding: 0px 14px;
    background-color: white;
}
#parallax .input-group .form-control{
border: none;	box-shadow:none;
}

#parallax .input-group  .form-control:focus{
	box-shadow:none;
}
#parallax  .input-group .input-group-btn .btn {
    border-radius: 10rem;
	padding: 9px 30px;
}
#parallax  .input-group .input-group-btn {
	padding-left: 2px;
}
#accordion-alt3 .panel{background-color:#ffffff}
#accordion-alt3 .panel .panel-title{color: #a2342d;text-transform:uppercase;}
#accordion-alt3 .panel .panel-body{    color: #4d4946;}
.parallax_section_holder3{
	height:450px; 
	background-image:url(../images/slides/new8.jpg);
	padding-top:5px;
	background-attachment: fixed;
	background-size:cover;
}

.event-box.bg-2 {
    box-shadow: 3px 3px 7px #fefefe;
    margin-bottom: 10px;
}
.event-box.bg-1 {
    box-shadow: 3px 3px 7px #fefefe;
    margin-bottom: 10px;
}
.event-box {
    padding: 30px;
    text-align: center;
	    min-height: 154px;
}
.event-box h4 {
    color: #eee;
    font-size: 24px;
    font-family: "Arimo", sans-serif;
}
.event-box p {
    color: #fff;
	font-size: 14px;
    margin: 0 0 0 0;
}
#parallax1 .title-page h4{
	padding-top: 35px;
    padding-bottom: 21px;
	color: white;
}
#parallax1{
	background-image:url(../images/slides/parallax3.jpg);
	padding-top:5px;
	background-attachment: fixed;
	background-size:cover;
}

#parallax1 .parallax1-content{
margin-bottom:40px;
}
#parallax1 .block-heading {
	margin-top: 55px;
}
.effect-border {
  position: relative;
  -webkit-transition: color 2s;
  transition: color 2s;
  box-shadow: inset 0 0 0 5px #fff;
}

.effect-border::before, .effect-border::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 3px solid transparent;
}

.effect-border::before {
  top: 0;
  left: 0;
}

.effect-border::after {
  right: 0;
  bottom: 0;
}


.effect-border:hover::before, .effect-border:hover::after , .effect-border.active:before, .effect-border.active:after {
  width: 100%;
  height: 100%;
}

.effect-border:hover::before , .effect-border.active::before {
  -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
  transition: width .25s ease-out, height .25s ease-out .25s;
  border-top-color: #e87e4a;
  border-right-color: #e87e4a;
}

.effect-border:hover::after , .effect-border.active::after {
  -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
  transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
  border-bottom-color: #e87e4a;
  border-left-color: #e87e4a;
}
.type-wrap{
    font-size: 24px;
}
#about .about-animate{
	box-shadow: 3px 3px 7px #e87e4a;
}
#about  .vision{
		box-shadow: 3px 3px 7px #e87e4a;
}
#about  .vision-img img{
height: 259px;
}
#contactForm .btn{border-radius: 20px;padding: 8px 32px;}

.gallery-sec img{border:solid 2px #e87e4a;}
.video-sec{padding: 0px 0px; 
    box-shadow: 5px 5px 5px #bebdbc;
background-size: cover;}
.video-sec iframe {
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	border-image: initial;
	}

	/* hr{border-top: 1px solid #a9a8a8;} */
