  /*!
 *Theme Name: Human Rights C.P.D.R INDIA;
 Powered by: Creative Owl;
 */

 /*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto:300,400,500,700');

* {
  margin: 0;
  outline: none;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none !important
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

body {
  color: #555656;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif
}

::-moz-selection {
  text-shadow: none;
  background: #007dc3;
  color: #fff
}
::selection {
  text-shadow: none;
  background: #007dc3;
  color: #fff
}
img::selection {
  background: transparent
}
img::-moz-selection {
  background: transparent
}
a,
a:hover,
a:focus,
a:active,
a.active,
button,
button:hover,
button:focus {
  outline: none;
  text-decoration: none
}
a,
button,
button[type="submit"],
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s
}
input,
textarea {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom-color: #d5d5d6;
  border-bottom-width: 1px;
  padding: 10px 18px;
  font-size: 16px;
  color: #a2a2a2
}
input:focus,
textarea:focus {
  border-bottom-color: #9d9d9d
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
  color: #a2a2a2;
  opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder { 
  color: #a2a2a2;
  opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1
}
input:-moz-placeholder,
textarea:-moz-placeholder { 
  color: #a2a2a2;
  opacity: 1
}
a {
  color: #555656
}
a:hover,
a:focus,
a:focus:hover {
  color: #f96c1f
}

figure {
  margin: 0
}

img {
  max-width: 100%;
  height: auto
}

.btn {
  background-color: #007dc3;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 12px 48px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
}
.btn:hover {
  background-color:#f96c1f;
  color: #fff 
}
.link-btn {
  font-size: 17px;
  color: #007dc3;
  font-weight: 400
}
.link-btn:hover,
.link-btn:hover:focus,
.link-btn:focus {
  color: #f96c1f
}
.btn-white {
  background-color: #fff;
  color: #202020;
  padding: 15px 58px
}
.btn-white:hover {
  background-color: #007dc3
}

.section-heading {
  color: #000;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600
}
.section-subHeading {
  font-size: 20px;
  color: #2f2f2f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}
.error {
  border-bottom-color: #ff0000!important;
}

/*Header*/
.o-siteNav {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0
}
.o-siteNav .navbar-nav {
  padding: 34px 0;
  font-size: 16px
}
.o-siteNav .navbar-nav>li>a {
  padding: 15px 13px;
  color: #007dc3;
}
.o-siteNav .navbar-nav>li:hover a,
.o-siteNav .navbar-nav>.open>a,
.o-siteNav .navbar-nav>.open>a:focus,
.o-siteNav .navbar-nav>.open>a:hover,
.o-siteNav .navbar-nav>.active>a, 
.o-siteNav .navbar-nav>.active>a:focus, 
.o-siteNav .navbar-nav>.active>a:hover {
  color: #f96c1f;
  background-color: transparent
}
.o-siteNav .dropdown-menu {
  background-color: #fff;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-color: #dfdfdf
}
.o-siteNav .dropdown-menu>li {
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0
}
.o-siteNav .dropdown-menu>li:last-child {
  border-bottom: 0
}
.o-siteNav .dropdown-menu>li>a {
  color: #707070 !important;
  font-size: 17px;
  text-transform: uppercase;
}
.o-siteNav .dropdown-menu>li>a:hover {
  color: #f96c1f !important
}
.o-siteNav .navbar-nav>li:hover .dropdown-menu {
  display: block
}

.navbar-nav>li.dropdown{
  position: relative;
}
.navbar-nav>li.dropdown:before{
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
   right: -1px;
  top: 17px;
}






/*Banner*/
.o-heroBanner {
  position: relative
}
.o-heroBanner:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.39);
  z-index: 1
}
.o-bannerSlider {
  position: relative
}
.o-bannerSlider .o-slideItem figure img {
  width: 100%
}
.o-bannerSlider .slick-dots {
  text-align: center;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  margin-bottom: 0;
  z-index: 2
}
.o-bannerSlider .slick-dots li {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid transparent;
  background-color:#000;
  cursor: pointer;
  margin: 0 5px
}
.o-bannerSlider .slick-dots li button {
  display: none
}
.o-bannerSlider .slick-dots li.slick-active {
  border-color:#000;
  background-color: transparent 
}

/*Intro*/
.o-intro {
  text-align: center;
  padding: 35px 0 55px
}
.o-intro .container {
  max-width: 1010px
}
.o-intro p {
  padding: 30px 0 40px
}

/*Commitee*/
.o-committee {
  background-color: #f3f3f3;
  text-align: center;
  padding: 35px 0 55px
}
.o-committeeCarousel {
  position: relative;
  padding: 55px 0 0
}
.o-committeeCarousel .o-CarouselItem figure img {
  display: inline-block;
  vertical-align: top
}
.o-committeeCarousel .o-CarouselItem h3,
.o-committeeCarousel .o-CarouselItem h3 a {
  font-size: 17px;
  color: #007dc3;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 28px
}
.o-committeeCarousel .o-CarouselItem p {
  font-size: 17px;
  color: #000
}
.o-committeeCarousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  border:0;
  cursor: pointer
}
.o-committeeCarousel .slick-arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-top: 2.5px solid #000;
  border-right: 2.5px solid #000;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s
}
.o-committeeCarousel .slick-arrow:hover:before {
  border-color: #f96c1f
}
.o-committeeCarousel .slick-arrow.slick-prev {
  left: -35px
}
.o-committeeCarousel .slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg)
}
.o-committeeCarousel .slick-arrow.slick-next {
  right: -35px
}
.o-committeeCarousel .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}

/*Works*/
.o-works {
  padding: 35px 0 55px;
  text-align: center
}
.o-worksCarousel {
  padding: 50px 0 100px
}
.o-works .o-CarouselItem {
  text-align: left;
  padding: 0 20px
}
.o-works .o-CarouselItem figure {
  float: left
}
.o-works .o-CarouselItem .CarouselText {
  float: left;
  width: 68%;
  padding-left: 30px;
  color: #000;
  line-height: 28px
}
.o-worksCarousel .slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0;
  background-color: transparent;
  border:0;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 1px solid #7b7b7b
}
.o-worksCarousel .slick-arrow:hover {
  background-color: #f96c1f;
  border-color: #f96c1f
}
.o-worksCarousel .slick-arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #7b7b7b;
  border-right: 2px solid #7b7b7b;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s
}
.o-worksCarousel .slick-arrow:hover:before{
  border-color: #fff
}
.o-worksCarousel .slick-arrow.slick-prev {
  margin-left: -60px
}
.o-worksCarousel .slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg)
}
.o-worksCarousel .slick-arrow.slick-next {
  margin-right: -60px
}
.o-worksCarousel .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}

/*Contact*/
.o-contact {
  background-color: #f96c1f;
  padding: 30px 0;
  color: #fff
}
.o-contactText {
  padding: 30px 100px 30px 0;
  border-right: 1px solid #fff
}
.o-contactText h2 {
  font-size: 35px
}
.o-contactRight {
  padding: 80px 0 0 100px;
  text-align: center;
}
.o-contactRight a i{
  color: #FFF;
  font-size: 40px;
  
}
.o-contactRight a i.fa-facebook-square{
  margin-right: 10px;
  font-size: 37px;
}

/*Gallery*/
.o-galleryCarousel {
  margin-bottom: 0;
  list-style-type: none
}
.o-galleryCarousel img {
  width: 100%;
  display: inline-block;
  vertical-align: top
}
.o-galleryCarousel .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0;
  background-color: rgba(43,42,40,.90);
  border:0;
  cursor: pointer;
  width: 26px;
  height: 77px
}
.o-galleryCarousel .slick-arrow:hover {
  background-color: #f96c1f
}
.o-galleryCarousel .slick-arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-top: 2px solid #7b7b7b;
  border-right: 2px solid #7b7b7b;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s
}
.o-galleryCarousel .slick-arrow:hover:before {
  border-color: #fff
}
.o-galleryCarousel .slick-arrow.slick-prev {
  left: 0
}
.o-galleryCarousel .slick-arrow.slick-next {
  right: 0
}
.o-galleryCarousel .slick-arrow.slick-prev:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  left: 5px
}
.o-galleryCarousel .slick-arrow.slick-next:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 5px
}
.featherlight-previous,
.featherlight-next {
  cursor: pointer
}

/*Footer*/
.o-footer {
  background-color: #202020
}
.o-footLeft {
  padding: 40px 0
}
.footerLogo {
  display: inline-block;
  background-color: #1a1919;
  padding: 12px 38px 12px 15px
}
.o-footRight {
  text-align: right;
  padding-top: 60px
}
.o-footerMenu {
  list-style-type: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0
}
.o-footerMenu li {
  display: inline-block;
  position: relative
}
.o-footerMenu li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color:#888888;
  margin: 0 10px
}
.o-footerMenu li:last-child:after{
  display: none
}
.o-footerMenu li a {
  color: #888888
}
.o-footerMenu li a:hover,
.o-footerMenu li.active a {
  color: #fff
}
.o-footRight p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #555454;
  margin-bottom: 0
}
.o-footRight span {
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  color: #555454
}
.o-footRight span a {
  color: #007dc3
}

/*Inner Page*/
.o-heroBanner--inner:before {
  display: none
}
.o-innerPage {
  padding: 35px 0 55px
}
.v-space {
  margin-bottom: 35px
}
.v-space2 {
  margin-bottom: 40px
}
.h-space {
  padding-left: 25px
}

/*Contact*/
.o-contactLeft ul {
  list-style-type: none;
  margin-bottom: 0
}
.o-contactLeft ul li {
  display: table;
  width: 100%;
  margin-bottom: 20px
}
.o-contactLeft ul li:last-child {
  margin-bottom: 0
}
.o-contactLeft ul li span,
.o-contactLeft ul li p {
  display: table-cell
}
.o-contactLeft ul li span {
  width: 110px
}
.o-contactLeft ul li p a {
  color: #555656
}
.o-contactLeft ul li p a:hover {
  color: #f96c1f
}
.o-contactForm {
  padding-bottom: 60px
}
.o-contactForm input,
.o-contactForm textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px
}
.o-contactForm textarea {
  margin-bottom: 34px;
  resize: none
}
.o-contactForm input[type="submit"]{
  display: inline-block;
  width: auto;
  float: right;
  padding: 12px 75px;
  margin-bottom: 0
}

/*Location*/
.o-location {
  height: 426px;
  /*background: url(../images/map.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;*/
  position: relative
}
.o-map-inside{
  position: relative; 
  padding-bottom: 56.25%; /* 16:9 */ 
  padding-top: 25px; 
  height: 0;
}
.o-map-inside iframe { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}




.o-address {
  width: 381px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}


/*Responsive*/
@media (max-width: 1230px){
  .o-committeeCarousel .slick-arrow.slick-prev {
    left: -15px
  }
  .o-committeeCarousel .slick-arrow.slick-next {
    right: -15px
  }
  .o-contactRight {
    padding: 100px 0 0 73px
  }
}
@media (max-width: 1199px){
  .navbar-brand {
    width: 300px
  }
  .o-siteNav .navbar-nav {
    padding: 20px 0
  }
  .o-contactText h2 {
    font-size: 30px
  }
  .o-contactRight {
    padding: 100px 0 0 25px
  }
  .o-works .o-CarouselItem .CarouselText {
    width: 60%
  }
  .o-committeeCarousel .o-CarouselItem {
      padding: 0 10px
  }
}
@media (max-width: 991px) {
    .o-siteNav {
      min-height: 90px
    }
    .navbar-header {
        float: none
    }
    .navbar-left,.navbar-right {
        float: none !important
    }
    .navbar-toggle {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding: 0
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px
    }
    .navbar-nav>li {
        float: none
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .navbar-nav>li.dropdown:before{
      right: auto;
      left: 138px;
      font-size: 17px;
      top: 16px;
    }

    .collapse.in{
        display:block !important
    }
    .o-siteNav .navbar-nav {
      padding: 0;
      margin: 0
    }
    .navbar-nav>li>.dropdown-menu {
      position: static;
      float: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      border-left: 0;
      border-right: 0;
      border-top: 1px solid #dfdfdf !important;
      border-bottom: 1px solid #dfdfdf !important
    }
    .o-siteNav .navbar-nav>li:hover .dropdown-menu {
      display: none
    }
    .navbar-nav .open .dropdown-menu {
      display: block !important
    }
    .o-bannerSlider .slick-dots {
      bottom: 10px
    }
    .o-intro,
    .o-committee,
    .o-works,
    .o-innerPage {
      padding: 30px 0 50px
    }
    .o-works .o-CarouselItem .CarouselText {
      float: none;
      width: auto;
      padding-left: 0;
      text-align: center
    }
    .o-works .o-CarouselItem figure {
      float: none;
      margin-bottom: 20px;
      text-align: center
    }
    .o-works .o-CarouselItem figure img {
      display: inline-block
    }
    .o-contactText {
      padding: 0;
      border-right: 0;
      text-align: center
    }
    .o-contactLeft h2 {
      margin-top: 0
    }
    .o-contactRight {
      padding: 15px 0 0 0;
      text-align: center;
      border-top: 1px solid #FFF;
      margin-top: 45px;
    }
    .o-contactForm {
      padding-bottom: 0;
      padding-top: 20px
    }
    .o-footLeft {
      padding: 30px 0;
      text-align: center
    }
    .o-footRight {
      padding-top: 0;
      padding-bottom: 30px;
      text-align: center
    }
    .o-committeeCarousel .o-CarouselItem h3, .o-committeeCarousel .o-CarouselItem h3 a {
      margin-top: 20px;
      font-size: 14px
    }
    .o-committeeCarousel .o-CarouselItem p {
      font-size: 14px
    }
    .o-aboutPic {
      text-align: center;
      margin-bottom: 30px
    }
    .o-aboutText p {
      padding-left: 0
    }
}
@media (max-width: 767px){
  .o-intro, .o-committee, .o-works {
    padding: 20px 0 30px
  }
  .section-heading {
    font-size: 26px
  }
  .section-subHeading {
    font-size: 18px
  }
  .o-intro p {
    padding: 20px 0 30px
  }
  .o-committeeCarousel {
    padding: 35px 0 0
  }
  .o-committeeCarousel .slick-arrow.slick-prev {
    left: 0
  }
  .o-committeeCarousel .slick-arrow.slick-next {
    right: 0
  }
  .o-worksCarousel {
    padding: 30px 0 80px
  }
  .v-space {
    margin-bottom: 20px
  }
  .v-space2 {
    margin-bottom: 20px
  }
  input, textarea {
    padding: 6px 15px
  }
  .o-contactForm input {
    margin-bottom: 12px
  }
  .o-contactForm textarea {
    margin-bottom: 20px
  }
  .o-contactLeft ul li {
    margin-bottom: 10px
  }
  .o-aboutPic {
    margin-bottom: 20px
  }
}
@media (max-width: 639px){
  body {
    font-size: 15px;
    line-height: 28px
  }
  .section-heading {
    font-size: 24px
  }
  .section-subHeading {
    font-size: 16px
  }
  .o-intro p {
    padding: 10px 0 20px
  }
  .o-contactText h2 {
    font-size: 26px
  }
  .o-footLeft {
    padding: 20px 0
  }
  .o-footRight {
    padding-bottom: 20px
  }
  .o-footerMenu li:after {
    margin: 0 7px
  }
}
@media (max-width: 479px){
  .o-siteNav {
    min-height: 0
  }
  .navbar-brand {
    width: 235px
  }
  .navbar-toggle {
    margin-top: 20px;
    margin-bottom: 20px
  }
  .o-siteNav .navbar-nav>li>a {
    padding: 10px 12px
  }
  .o-siteNav .dropdown-menu>li {
    padding: 5px 0
  }
  .navbar-nav>li.dropdown:before{
      font-size: 17px;
      top: 10px;
    }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 12px
  }
  .o-intro, .o-committee, .o-works, .o-innerPage {
    padding: 10px 0 20px
  }
  .section-heading {
    font-size: 20px
  }
  .btn,
  .o-contactForm input[type="submit"] {
    font-size: 15px;
    padding: 10px 35px
  }
  .o-committeeCarousel {
    padding: 20px 0 0
  }
  .o-committeeCarousel .slick-arrow:before {
    width: 15px;
    height: 15px
  }
  .o-worksCarousel {
    padding: 20px 0 50px
  }
  .o-worksCarousel .slick-arrow {
    width: 35px;
    height: 35px
  }
  .o-worksCarousel .slick-arrow.slick-prev {
    margin-left: -45px
  }
  .o-worksCarousel .slick-arrow.slick-next {
    margin-right: -45px
  }
  .link-btn {
    font-size: 15px
  }
  .o-worksCarousel .slick-arrow:before {
    width: 12px;
    height: 12px
  }
  .o-contact {
    padding: 20px 0
  }
  .o-contactRight {
    padding: 20px 0 10px
  }
  .o-galleryCarousel .slick-arrow {
    width: 25px;
    height: 60px
  }
  .o-galleryCarousel .slick-arrow:before {
    width: 12px;
    height: 12px
  }
  .o-footLeft {
    padding: 15px 0
  }
  .o-footRight {
    padding-bottom: 15px
  }
  input, textarea {
    font-size: 15px;
    padding: 5px 10px
  }
  .o-contactForm input {
    margin-bottom: 10px
  }
  .o-location {
    height: 350px
  }
  .o-address {
    width: auto;
    left: 15px;
    right: 15px;
    padding: 20px
  }

  .o-galItem{
    width: 100%!important;
  }
  .o-galItem img{
    width: 100%;
    height: auto;
    display: block;
  }
  .o-galItem figure{
    margin: 0 auto;
  }
}



/*--------------28-11-2017-------------*/

.o-innerPage p.our-work{
	border-bottom:1px solid #CCC;
	padding-bottom:40px;
}
h2.our-rules{
	margin-bottom:40px;
}
.o-innerPage  li{
	margin-bottom:25px;
}
.table-holder table{
	border-collapse:collapse;
}
.table-holder table td{
	border-collapse:collapse;
	padding:10px;
	border:1px solid #999;
	text-align:left;
}
.contact-details{
	background-color:#007dc3;
	padding:40px 40px;
}
.contact-details h5{
	font-size:35px;
	margin-bottom:30px;
	color:#FFF;
	text-transform:uppercase;
}
.contact-details p{
	color:#FFF;
	font-size:20px;
	line-height:30px;
}
.our-work-row{
	margin-bottom:40px;
	border-bottom:1px solid #CCC;
	padding-bottom:40px;
}

/*------------------Gallery--------------------*/

.o-galleryList {
  padding-top: 20px
}

.o-galItem {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px
}
.o-galItem figure {
  position: relative;
  overflow: hidden;
  width: 268px;
  height: 151px;

}
.o-galItem figure img{
  object-fit: cover;
  height: 151px;
  width: 100%;
}
.o-galItem figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(67,67,67,.85);
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  opacity: 0
}
.o-galItem figure figcaption span {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.o-galItem:hover figure figcaption{
  opacity: 1
}
/*Feather Light*/
.featherlight .featherlight-content {
  padding: 10px 10px 0;
  border-bottom: 10px solid transparent
}
.featherlight-next, 
.featherlight-previous {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  display: block;
  opacity: 1
}
.featherlight-next:hover, 
.featherlight-previous:hover {
  background-color: transparent !important
}
.featherlight-next span, 
.featherlight-previous span {
  font-size: 0;
  display: block;
  width: auto;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,.5)
}
.featherlight-next span:before, 
.featherlight-previous span:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  position: absolute;
  top: 8px
}
.featherlight-next span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 12px
}
.featherlight-previous span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  left: 12px
}
.gal-caption {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  padding: 0 10px;
  text-transform: uppercase
}
.featherlight .featherlight-close-icon {
  background-color: rgba(0,0,0,.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #fff
}


.news-box{
  background-color: #FFF;
  padding: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}



