/* ----- Generic Style ----- */

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    border: none;
}
h4{line-height: 22px;}
h1{font-family: sans-serif;}
h2{font-family: sans-serif;}

body {
    font-family: arial;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 0px !important;
    background-color: #ffff;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
p::selection { background-color: #67cc66;color: white; }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dcdcdc;
}


section.gallery-sec .col-sm-4{padding-left: 1px !important;
  height: 207px;}
section.gallery-sec .col-sm-12{padding-right: 0px !important;}

.gallery-sec .modal-header{background-color: #42aff1;}
.close{color: #fff;opacity: 1;}
.gallery-sec .modal-footer button{background-color: #67cc66;
    color: white;
}


.team-content .col-md-offset-4 {
    margin-left: 38%;}

.clear {
    clear: both;
}
.text-warning {
    color: #f3aa36;
}
.btn {
    border-radius: 0;
}
.img-responsive{
    display:inline-block;
}
.form-control {
    border-radius: 0;
}
.section-heading h1 {
    font-size: 32px;
    color: #333333;
    font-weight: 300;
}



/*header css*/
.top-header{padding: 15px 0px;}
.top-header span{color: white; font-weight: 500;}
.top-header span i{transform: rotate(90deg); color: white; 
    background-color: #67cc66; border-radius: 50px; padding: 4px;padding: 5px;
    font-size: 11px;margin-right: 5px;}

    .top-header span i:hover{background-color: #fff; color: #67cc66;}

ul.navbar-nav{margin-top: 8px;}
.navbar-default{border: none !important; background: none !important;}
header .top-header{background-color: black;}
header .main-header{background-color: #37a8ec;}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color: #37a8ec;}
.navbar-default .navbar-toggle{    border-color: #fff;}

/* ----- Navigation Style ----- */

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top:12px;
   margin-bottom: 0px !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius:0 !important;
}


.main-navigation nav.navbar {
    margin: 0px;
    border-bottom: none;

}

a.dropdown-toggle:hover{color: red; background-color: blue;}

.main-navigation nav.navbar .navbar-collapse ul.nav li{margin-right:5px;  transition: 0.3s ease;}

.main-navigation nav.navbar .navbar-collapse ul.nav li:hover{
  border-bottom: 3px solid #ffffff;}

.main-navigation nav.navbar ul.nav li ul.dropdown-menu li:hover{border: none;}

.main-navigation nav.navbar .navbar-collapse ul.nav li:last-child{margin-right: 0px;}

.main-navigation nav.navbar .navbar-collapse ul.nav li a {
    font-size: 15px;
    color: #ffff;
    
    background: none;
    font-weight: 600;
    
}
.main-navigation nav.navbar .main-hvr ul.nav li a:hover {color: #37a8ec;}


.main-navigation nav.navbar .navbar-collapse ul.nav li a.active {
    background: none;
     border-bottom: 3px solid #ffffff;
    font-weight: bold;
}
.main-navigation nav.navbar .navbar-collapse ul.nav li.active a:hover{border-bottom: none !important;}
.navbar-default .navbar-toggle .icon-bar{background-color: white !important;}
/*
.main-navigation nav.navbar ul.nav li.active a:hover {
    background: none;
    color: #fff;
    font-weight: bold;
}
*/
.main-navigation nav.navbar ul.nav li ul.dropdown-menu li a {
    font-size: 14px;
    color: #37a8ec !important;
    border-bottom: none;
    background: none;
    font-weight: normal !important;

}


.main-navigation nav.navbar ul.nav li ul.dropdown-menu{position: absolute; top: 83px;}
.main-navigation nav.navbar ul.nav li ul.dropdown-menu li{margin-right: 0px;}
.main-navigation nav.navbar ul.nav li ul.dropdown-menu li a:hover {color: black; background-color: #dedede;margin-right: 0px;font-weight: 500;}

.main-navigation nav.navbar ul.nav li ul.dropdown-menu li a i{margin-right: 6px; color: #37a8ec;}


.main-navigation .main-search input {
    border-radius: 30px;
    width: 200px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.main-navigation .main-search input:focus {
    width: 300px;
}
.main-navigation .main-search span.glyphicon-search {
    border-left: 1px solid #e0e2e4;
    cursor: pointer;
    color: #2165ab;
}


.main-navigation{background-color: #37a8ec;
    margin: 7px 0px;}









.banner{ background: url(../images/slide3.jpg); background-repeat: no-repeat; background-size: cover; height: 650px;}
.banner .banner-content{color: white; margin-top: 13em;}
.banner-content h1{font-weight: bold; line-height: 52px;font-size: 44px;}
.banner-content h3{font-weight: normal;}

.boxes{margin-top: -212px; }
.inner{background-color: #fff; padding: 30px;border-radius: 5px;  
    text-align: left;
    margin: auto;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);position: relative;}
    .inner-heading{position: relative; padding-bottom: 20px;}
   .inner-heading:before
   {content: '';
    position: absolute;
    display: block;
    width: 100%;
        height: 2px;
    background: #00659b;
    bottom: 1px;}
   

.inner-heading:after{ content: '';
    position: absolute;
    display: block;
    width: 75px;
    height: 4px;
    background: #67cc66;
    bottom: 0;}
   
.heading h1{font-weight: bold;}
.inner .inner-heading h3{color: #00659b; margin-top: 25px;}
.inner .inner-heading .img-round{
    padding: 10px 10px;
    border: 3px solid #67cc66;
    border-radius: 50%; margin-right: 20px;}


.inner .inner-heading .img-round:hover{border: 3px solid #37a8ec; cursor: pointer;}

    .inner .inner-heading i:hover{color: white; background-color: #67cc66; cursor: pointer;}

.inner-btn button{background-color: #67cc66; border-radius: 25px;
    padding: 8px 25px; border: none; color: white; font-weight: 500;}
.inner-btn button:hover{background-color:#469c45;}




/*sec-1-about us*/
.about-us{padding: 15px;}
.about-us .heading h1{font-weight: bold;
    display: inline-block;}
    .about-us h4{color: #006797; font-weight: 500; font-size: 24px;
    line-height: 30px;}
.about-para p{text-align: justify;
    font-size: 16px;}
.border{height: 3px; width: 80px; background-color: #67cc66; margin: auto;}
.border2{height: 3px; width: 80px; background-color: #67cc66;}


/*sec-2-services*/
.services{text-align: center; padding: 20px;
    background-color: #ececec;border-top: 1px solid #dad9d9;border-bottom: 1px solid #dad9d9;}
.heading h2{font-weight: 600;display: inline-block;}
.services .serv-inner-bx{background-color: white;    border-radius: 4px;
    padding: 25px 20px;-webkit-box-shadow: 0px 2px 5px -1px rgba(112,112,112,0.69);
-moz-box-shadow: 0px 2px 5px -1px rgba(112,112,112,0.69);
box-shadow: 0px 2px 5px -1px rgba(112,112,112,0.69);}
    .bx-hdng h4{color: #106898; font-weight: bold;}
/*services end*/


/*our team */
.our-team{text-align: center;}
.tm-box{background-color: white; padding: 20px;
-webkit-box-shadow: 2px 3px 18px 5px rgba(240,240,241,1);
-moz-box-shadow: 2px 3px 18px 5px rgba(240,240,241,1);
box-shadow:0px 0px 30px 1px rgb(220, 215, 215)}



.tm-box h4{padding-bottom: 5px; border-bottom: 1px solid #10689a; display: inline-block; color: #10689a; margin-top: 0px;}
.tm-box span{font-weight: 500;}
.team-btn button{background-color: #67cc66;
    color: white;
    padding: 8px 30px;
    border-radius: 30px;}
    .team-btn a{color: white;}
    .team-btn button:hover{color: white; background-color: #4fab4e;}

.tm-box:hover{cursor: pointer; background-color: #10689a; color: white;}
.tm-box:hover h4{border-bottom: 1px solid #fff; color: #fff;}


/*testimonial*/
.testimonial{background-color: #37a8ec; padding: 50px; text-align: center; color: white;}
.testi-txt{background-color: white; padding:20px 20px 13px 20px;text-align: center; color: black;}
.testi-txt p{ color: black;}
.testi-txt h3{margin-bottom: 0px;}
.testimonial .carousel-indicators li{background: #fff;}
.testimonial .carousel-indicators .active{background: none;}
.cr-pointer{cursor: pointer;}
.title-date h4{color: #0e8e99;margin: 0px;}
.date i{background-color: #67cb68; padding: 5px; 
    border-radius: 20px; margin-right: 8px;font-size: 12px;}
.date span{color: black;font-style: italic;}

.modal-header{background-color: #42aff1;}
/*map*/
.map-sec{text-align: center;}
/*footer*/
.footer{background-color: #314357; padding: 15px;    margin-top: -6px;}
.footer-content{ margin: 30px 0px;}
.footer-content h3{color: white;    margin-bottom: 25px;}
.footer ul{margin: 0px;}
.footer ul li{list-style: none; margin-bottom: 15px;color: #a0b2c6;}
.footer ul li a{color: #a0b2c6;}
.footer ul li a:hover{color: #ffffff;}
.detail-content i{color: #a0b2c6; margin-right: 10px;}
.detail-content i.rotate{transform: rotate(108deg);}
.footer hr{border-top: 1px solid #a0b2c6;}
.footer span{color: #a0b2c6;}
.copyright{text-align: center; margin-bottom: 10px;}



/*about-us css start*/
.inner-banner2{background: url(../images/inner-bg2.jpg); background-repeat: no-repeat; background-size: cover; height: 220px;}
.inner-banner{background: url(../images/inner-bg.jpg); background-repeat: no-repeat; background-size: cover; height: 220px;}
.inner-bg-content{text-align: left; color: #ffff;margin-top: 5em;}


.inner-about p{text-align: justify;font-weight: 400;line-height: 22px;}
.inner-about h3{font-size: 18px;}
.inner-about h3 b{font-size: 24px;}
/*about-us css End*/


/*gallery css*/
* {
  box-sizing: border-box;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.gallery-sec label{background-color: #37a8ec;
    padding: 5px;
    color: white;
    margin-left: -9px;
    font-weight: 400;
    width: 100%;}

@media (min-width: 768px) {
  body {
    align-content: center;
    padding: 20px;
  }
}
.gallery__item img {
  height: 100%;
  width: 100%;
  min-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery {
  display: grid;
  justify-content: center;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 100px) minmax(200px, 800px) repeat(2, 100px);
  grid-template-rows: repeat(5, 100px);
}
@media (max-width: 768px) {
  .gallery {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 50px);
    grid-template-rows: 300px repeat(auto-fit, 50px);
  }
}
.gallery__filler {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .gallery__filler {
    display: none;
  }
}
.gallery__item {
  cursor: pointer;
  border-radius: 5px;
  grid-row: span 1;
  grid-column: span 1;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.gallery__item:hover {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}
.gallery__select {
  display: none;
}
.gallery__select:nth-of-type(1):checked ~ .gallery .gallery__item:nth-of-type(1) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(1):checked ~ .gallery .gallery__item:nth-of-type(1):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(1):checked ~ .gallery .gallery__item:nth-of-type(1) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(2):checked ~ .gallery .gallery__item:nth-of-type(2) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(2):checked ~ .gallery .gallery__item:nth-of-type(2):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(2):checked ~ .gallery .gallery__item:nth-of-type(2) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(3):checked ~ .gallery .gallery__item:nth-of-type(3) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(3):checked ~ .gallery .gallery__item:nth-of-type(3):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(3):checked ~ .gallery .gallery__item:nth-of-type(3) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(4):checked ~ .gallery .gallery__item:nth-of-type(4) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(4):checked ~ .gallery .gallery__item:nth-of-type(4):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(4):checked ~ .gallery .gallery__item:nth-of-type(4) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(5):checked ~ .gallery .gallery__item:nth-of-type(5) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(5):checked ~ .gallery .gallery__item:nth-of-type(5):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(5):checked ~ .gallery .gallery__item:nth-of-type(5) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(6):checked ~ .gallery .gallery__item:nth-of-type(6) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(6):checked ~ .gallery .gallery__item:nth-of-type(6):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(6):checked ~ .gallery .gallery__item:nth-of-type(6) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(7):checked ~ .gallery .gallery__item:nth-of-type(7) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(7):checked ~ .gallery .gallery__item:nth-of-type(7):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(7):checked ~ .gallery .gallery__item:nth-of-type(7) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(8):checked ~ .gallery .gallery__item:nth-of-type(8) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(8):checked ~ .gallery .gallery__item:nth-of-type(8):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(8):checked ~ .gallery .gallery__item:nth-of-type(8) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(9):checked ~ .gallery .gallery__item:nth-of-type(9) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(9):checked ~ .gallery .gallery__item:nth-of-type(9):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(9):checked ~ .gallery .gallery__item:nth-of-type(9) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(10):checked ~ .gallery .gallery__item:nth-of-type(10) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(10):checked ~ .gallery .gallery__item:nth-of-type(10):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(10):checked ~ .gallery .gallery__item:nth-of-type(10) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(11):checked ~ .gallery .gallery__item:nth-of-type(11) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(11):checked ~ .gallery .gallery__item:nth-of-type(11):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(11):checked ~ .gallery .gallery__item:nth-of-type(11) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(12):checked ~ .gallery .gallery__item:nth-of-type(12) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(12):checked ~ .gallery .gallery__item:nth-of-type(12):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(12):checked ~ .gallery .gallery__item:nth-of-type(12) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
.gallery__select:nth-of-type(13):checked ~ .gallery .gallery__item:nth-of-type(13) {
  cursor: default;
  display: grid;
  align-items: center;
  grid-row: 1/-1;
  grid-column: 3;
}
.gallery__select:nth-of-type(13):checked ~ .gallery .gallery__item:nth-of-type(13):hover {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .gallery__select:nth-of-type(13):checked ~ .gallery .gallery__item:nth-of-type(13) {
    grid-row: 1/-3;
    grid-column: 1/-1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;border-top: none;
}


.overlay {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 0;
  background-color: #37a8ec6e;
}

.gallery-sec{position: relative;}
.col-align{position: absolute;top: -260px; }
.col-align .overlay{left: 3px; width: 98%;}

div.img-hvr{width: 33%; display: inline-block;}

.thumb:hover .overlay{
  opacity: 0.9;
  cursor: pointer;
}

.imagebox:hover .overlay{
  opacity: 0.9;
  cursor: pointer;
}





/*.thumb{border: 4px solid #e8e8e8;}*/
.img-thumbnail{border: none !important;}
.thumbnail{border: none !important;padding: 0px; margin-bottom: 0px;}

.overlay img {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 60%;
  left: 50%;
opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*gallery end*/

/*slider*/
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel-inner{width: 102% !important;}
.carousel {
    margin-bottom: 0;
   
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    
    bottom: -70px;
    
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: #484848;
        margin-bottom: 8px;
}


.carousel-indicators .active {
    background: none;
    border: 3px solid #66cc68;
    border-radius: 50px;
    padding: 10px;
}




.well{background: none; border: none; box-shadow: none;}
.carousel-control.left{background: none;}
.carousel-control.right{background: none;}
.row-fluid .span3{display: inline-block;}






/* Css for fixed nav */
.main-header {
    transition: 0.5s all ease-in-out;
}
.nav-fixed{
    position: fixed;
    top: 0;
    margin-top: 0;
   
    z-index: 888;
    width: 100%; 
    -webkit-box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.59);
-moz-box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.59);
box-shadow: -1px 3px 5px -1px rgba(0,0,0,0.59);
}



/*back to top*/
.back-to-top {
    position: fixed;
    display: none;
    background: #67cc66;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    /* transition */
   cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

a.back-to-top i {
    padding-top: 14px;
    color: #fff;
}


/* ----- Margin/Padding Style ----- */
.gallery-sec .modal-footer{color: black;}
.text-center{text-align: center;}
.no-margin {
    margin: 0px !important;
}
.margin-l0 {
    margin-left: 0px;
}
.margin-l5 {
    margin-left: 5px;
}
.margin-l10 {
    margin-left: 10px !important;
}
.margin-l15 {
    margin-left: 15px;
}
.margin-l20 {
    margin-left: 20px;
}
.margin-l30 {
    margin-left: 30px;
}
.margin-l40 {
    margin-left: 40px;
}
.margin-l50 {
    margin-left: 50px;
}
.margin-r0 {
    margin-right: 0px;
}
.margin-r5 {
    margin-right: 5px;
}
.margin-r10 {
    margin-right: 10px;
}
.margin-r15 {
    margin-right: 15px;
}
.margin-r20 {
    margin-right: 20px;
}
.margin-r30 {
    margin-right: 30px;
}
.margin-r40 {
    margin-right: 40px;
}
.margin-r50 {
    margin-right: 50px;
}
.margin-t0 {
    margin-top: 0px !important;
}
.margin-t5 {
    margin-top: 5px !important;
}
.margin-t10 {
    margin-top: 10px;
}
.margin-t15 {
    margin-top: 15px;
}
.margin-t20 {
    margin-top: 20px;
}
.margin-t25 {
    margin-top: 25px;
}
.margin-t30 {
    margin-top: 30px;
}
.margin-t40 {
    margin-top: 40px;
}
.margin-t50 {
    margin-top: 50px;
}
.margin-mt5 {
    margin-top: -5px;
}
.margin-b0 {
    margin-bottom: 0px !important;
}
.margin-b5 {
    margin-bottom: 5px !important;
}
.margin-b10 {
    margin-bottom: 10px !important;
}
.margin-b15 {
    margin-bottom: 15px !important;
}
.margin-b20 {
    margin-bottom: 20px;
}
.margin-b30 {
    margin-bottom: 30px;
}
.margin-b40 {
    margin-bottom: 40px;
}
.margin-b50 {
    margin-bottom: 40px;
}


.no-padding {
    padding: 0px !important;
}
.padding-5 {
    padding: 5px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.padding-10 {
    padding: 10px;
}
.padding-l0 {
    padding-left: 0px;
}
.padding-l5 {
    padding-left: 5px;
}
.padding-l7 {
    padding-left: 7px;
}
.padding-l10 {
    padding-left: 10px;
}
.padding-l15 {
    padding-left: 15px !important;
}
.padding-l20 {
    padding-left: 20px;
}
.padding-l30 {
    padding-left: 30px;
}
.padding-l40 {
    padding-left: 40px;
}
.padding-l50 {
    padding-left: 50px;
}
.padding-r0 {
    padding-right: 0px;
}
.padding-r5 {
    padding-right: 5px;
}
.padding-r10 {
    padding-right: 10px;
}
.padding-r15 {
    padding-right: 15px !important;
}
.padding-r20 {
    padding-right: 20px;
}
.padding-r30 {
    padding-right: 30px;
}
.padding-r40 {
    padding-right: 40px;
}
.padding-r50 {
    padding-right: 50px;
}
.padding-t0 {
    padding-top: 0px !important;
}
.padding-t5 {
    padding-top: 5px;
}
.padding-t7 {
    padding-top: 7px !important;
}
.padding-t10 {
    padding-top: 10px;
}
.padding-t15 {
    padding-top: 15px;
}
.padding-t20 {
    padding-top: 20px;
}
.padding-t25 {
    padding-top: 25px;
}
.padding-t30 {
    padding-top: 30px;
}
.padding-t40 {
    padding-top: 40px;
}
.padding-t50 {
    padding-top: 50px;
}
.padding-b0 {
    padding-bottom: 0px;
}
.padding-b5 {
    padding-bottom: 5px;
}
.padding-b10 {
    padding-bottom: 10px;
}
.padding-b15 {
    padding-bottom: 15px;
}
.padding-b20 {
    padding-bottom: 20px;
}
.padding-b30 {
    padding-bottom: 30px;
}
.padding-b40 {
    padding-bottom: 40px;
}
.padding-b50 {
    padding-bottom: 50px;
}

.width-100p{
    width: 100%;
}



/*owl*/

.owl-theme [class*='owl-']:hover{color: #333 !important;}




.owl-theme  {
    display: inline-block;
}
.owl-theme .owl-dot{margin-top: 20px;}
.owl-theme span {
    background: none repeat scroll 0 0 #444444;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: -19px 4px 0px 4px;
    width: 12px;
}

.owl-theme .active span {
    background: none;
    border: 3px solid #66cc68;
    border-radius: 50px;
    padding: 10px;
    margin-top: 0px;
}


/*gallery code*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color:#67cc66d6;
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.gal-item a:hover:{opacity: 0.8}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}



/*testign*/
.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

/*.imagebox:hover img {
  opacity: 0.7;
}
*/
.imagebox:hover .imagebox-desc {
height:100%;
  display:block;
  background-color:green
    opacity:0.9;
}


/*team detail 2*/

.team-box{border: 1px solid #37a8ec; text-align: center;-webkit-box-shadow: 9px 9px 7px -5px rgba(0,0,0,0.23);
-moz-box-shadow: 9px 9px 7px -5px rgba(0,0,0,0.23);
box-shadow: 9px 9px 7px -5px rgba(0,0,0,0.23);}
.team-box:hover .team-border{background-color: #67cc66;}
.team-box:hover .name{background-color: #67cc66;}
.team-box:hover{border: 1px solid #67cc66;}
.team-box .name{background-color: #37a8ec; padding: 5px; color: white;margin-top: 10px; margin-bottom: 5px;}
.team-box .name h3{margin-top: 8px;}
.team-box span{margin-bottom: 10px;}
.team-box p{text-align: justify;text-align-last: center;}
.team-border{background-color: #dadada;
    width: 275px;
    height: 1px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;}
    .team-text{padding: 10px;}