@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,300italic,100italic,700italic);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700');


body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', sans-serif;
}
.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #805454;
    text-decoration: none;
    background: #fff;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}

/*===================================================
			header
====================================================*/
.logo {
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
}
nav#mainnav {
    background-color: transparent;
    border: none;
    margin: 0px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 2.25em;
}
.header_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    transition: all 1s ease-in-out;
    height: auto;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.07);
}
.header_top.active {
    background:#fffefd;
    -webkit-box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    -moz-box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(197, 204, 216, 0.85);
    box-shadow: inset 0 6px 25px rgba(0, 0, 0, 0.01), 0 0 25px rgba(145, 151, 162, 0.85);
    height: 100px;
    border-bottom: 2px solid #7d3a05;
}
.logo>a>img {
    transition: all 0.50s linear;
    width: 60%;
}
.header_top.active .logo>a>img {
    width: 79%;
    transition: all 0.50s ease-in-out;
}


.header_top.active ul.nav.navbar-nav.navbar-right {
    margin: 1.5em 2.25em 1em;
    transition: all 0.50s ease-in-out;
}
/*
.navbar-default .navbar-nav>li>a {
    color: #008eff;
}
*/
.header_top.active ul.nav.navbar-nav.navbar-right>li>a {
    font-size: 16px;
    color: #3b1111;
    transition: all 0.5s ease-in-out;
}
ul.nav.navbar-nav.navbar-right {
    margin: 22px 50px 15px;
    transition: all 0.50s ease-in-out;
}
ul.nav.navbar-nav.navbar-right>li>a:hover {
    color: #e40c0c;
    transition: all 0.5s ease-in-out;
}

ul.nav.navbar-nav.navbar-right>li>a {
    color:#190369;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}
section.up-projects {
    padding: 0px 0px;
}

 /*----------header -button-hover--------*/
    a.buttona:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #1a0271;
}
.buttona:hover {
    cursor: pointer;
}
.buttona:hover:after {
    width: 100%;
    left: 0;
}


/*------------------------------------------------------------------
          about us
--------------------------------------------------------------------*/

.sec-titles>h2 {
    text-align: -webkit-center;
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 35px;
    /* font-weight: 400; */
    text-transform: uppercase;
    color: rgb(0, 32, 76);
    word-spacing: 0px;
}
.sec-titles>h2>span {
    text-transform: uppercase;
    font-size: 35px;
    color: #190369;
   
}
.sec-titles>h2>span:after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* bottom: 0; */
    height: 3px;
    width: 174px;
    background: #ea0606;
    margin-top: 45px !important;
    left: 45px;
    margin: auto 42%;
}
.sec-titles.sec-title-two h2 span:after {
    left: 3.1em;
}

/*------------------------------------*/
h3.abt-heading {
        text-transform: uppercase;
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    line-height: 28px;
       margin-bottom: 80px;
    position: relative;
    color:#1e3a1e;
}

h3.abt-heading:before {
    bottom: -42px;
    color: #75cc02;
    content: '';
    font-family: fontawesome;
    font-size: 20px;
    height: 27px;
    margin-right: -20px;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 40px;
    z-index: 2;
    background: #fff;
}


h3.abt-heading:after {
    background: #1f481f none repeat scroll 0 0;
    bottom: -29px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

section.about-sec-layer {
    padding: 60px 0px;
}
.about-img>img {
    width: 100%;
}

/*-----about-slider---*/
.carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-shadow: none;
  & .btn {
    text-shadow: none; 
  }
}

.carousel {
    position: relative;
    
}

.controllers {
    position: absolute;
    top: 0px;
    right: 0px;
}
.carousel-control.carousel-control-add {
    right: 15px !important;
}

.carousel-control-add {
    position: absolute;
    right: 0 !important;
    left: 75%;
}

.carousel-caption {
    position: relative;
    top: 2em;
    left: 4.5em;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .2);
}

.carousel-control .glyphicon-menu-left, .carousel-control .icon-prev {
    left: 4%;
    margin-left: 0px;
    top: 4px;
}

a.right.carousel-control.carousel-control-add>span {
    margin-right: 0px !important;
    right: 0%;
    top: 4px;
}
.carousel-control.left, .carousel-control.right {
    height: 47px;
    background-image: none;
    position: absolute;
    top: 91%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    width: 11%;
    padding: 8px;
    background: #fff;
    color: black;
    font-weight: 100;
}
.carousel-control.left:hover, .carousel-control.right:hover {
    background: #ff1d00;
    color: #fff;
}
/*a.right.carousel-control.carousel-control-add>span {
    margin-right: 0px !important;
    right: 17%;
}*/
/*a.right.carousel-control.carousel-control-add>span {
    margin-right: 0px !important;
    right: 26%;
}*/
.carousel-caption.second-slider {
    padding: 20px 35px;
    height: 350px;
    
}
.carousel-caption.second-slider>h2 {
    color: #190369;
    text-align: left;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: inherit;
    margin-bottom: 30px;
}
.carousel-caption.second-slider>p {
    text-align: justify;
    margin-bottom: 28px;
}

.carousel-caption.second-slider>h2:before {
    display: block;
    position: absolute;
    left: 38px;
    width: 33%;
    height: 2px;
    content: "";
    top: 79px;
    border-bottom: 3px solid #ea0606;
    border-right: 8px solid transparent;
}
.carousel-caption.second-slider.second-slider-ex>h2:before {    
    width: 45%; 
}
/*----------------btn-----------*/
a.abt-btn-in {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 16px;
    background: #e6020b;
    font-weight: 700;
    color: #fff;
}
.abt-btn {
    text-align: left;
}
a.abt-btn-in:hover {
    background: #333132;
    color: #fff;
        cursor: pointer;
}
/*------------------------------------------------------------------
          about us
--------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    service-section
-----------------------------------------------------------------------*/
section.service-sec-layer {
    padding: 60px 0px 60px;
    background: #eee;
}
/*---------service-add----------*/
.snip1401 {
  font-family: 'Playfair Display', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
 height: 100%;
  width: 100%;
  color: #000000;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
}
.snip1401 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 img {
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1401 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: rgba(65, 56, 56, 0.69);
  width: 40%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
.snip1401 figcaption:before {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 123px 119px 165px 0;
    border-color: transparent rgba(65, 56, 56, 0.69) transparent transparent;
}
.snip1401:after {
    position: absolute;
    bottom: 56%;
    right: 40%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 119px 0 96px;
    border-color: rgba(255, 200, 17, 0.79) transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1401 h3,
.snip1401 p {
  line-height: 1.5em;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
}
.snip1401 h3 {
    margin-top: 0em;
    line-height: 23px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.snip1401 p {
    color: #ffee00;
    font-size: 15px;
    text-align: center;
    margin-top: 1em;
}
.snip1401 i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
.snip1401 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1401:hover img,
.snip1401.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/*-------------------------------------------------------------------
    service-section
-----------------------------------------------------------------------*/
/*--------------------------------------------------------
      service-two-blog
----------------------------------------------------------*/
.section-titles-t h3 {
    margin-bottom: 55px;
}


section.our-servoce-sec {
    padding: 60px 0px 10px;
    background: rgba(238, 238, 238, 0.68);
}

      .section-titles-t h3 {
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 30px;
    /* font-weight: 400; */
    text-transform: uppercase;
    color: #160d73;
    word-spacing: 2px;
    text-align: -webkit-center;
}
.section-titles-t h3 {
    margin-bottom: 55px;
    margin-top: 0;
    font-size: 35px;
    /* font-weight: 400; */
    text-transform: uppercase;
    color: rgb(0, 32, 76);
    word-spacing: 2px;
    text-align: -webkit-center;
}
.section-titles-t>h3:after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* bottom: 0; */
    height: 3px;
    width: 152px;
    left: 3px;
    background:#ffb604;
    margin: auto 50%;
    margin-top: 46px !important;
}
/*---------------------------*/


/* ----------------------------------
  Services blog
-------------------------------------*/
.services-section#homepages-services,
.services-section#services-sections {
  padding-bottom: 50px;
}
@media screen and (max-width: 590px) {
  .services-section .col-xs-6 {
    width: 100%;
  }
}
.services-section .single-service {
  margin-bottom: 50px;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 991px) {
  .services-section .single-service {
    margin-bottom: 30px;
  }
}


 .single-service .service-img {
  position: relative;
}
.services-section .single-service {
    margin-bottom: 50px;
    border: 1px solid #d7d7d7;
}
.services-section .single-service .service-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background:rgba(204, 11, 11, 0.9);
  opacity: 0.7;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .single-service .service-img i {
    color: #f9d305;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}
.service-details p {
    margin-bottom: 18px;
}
.services-section .single-service .service-details {
  padding: 0 9px;
}
.services-section .single-service .service-details h3 {
    margin: 18px 0 8px;
    height: 50px;
}
.services-section .single-service .service-details h3 a {
      text-transform: uppercase;
  font-size: 20px;
  color: #160d73;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .single-service .service-details a.primary-btn {
      text-transform: uppercase;
  background: #e6020b;
    color: #fff;
  font-size: 15px;
  padding: 5px 24px;
  display: inline-block;
  margin-bottom: 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.services-section .single-service:hover .service-img:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.services-section .single-service:hover .service-details a.primary-btn {
  color: #ffffff;
  background: #013c7d;
}
.services-section .single-service:hover .service-details h3 a {
    color: #e6020b;
}
.services-section .single-service:hover i {
  opacity: 1;
  visibility: visible;
}
.services-section .service-list-sidebar ul#service-menu li {
  display: block;
  position: relative;
}
.services-section .service-list-sidebar ul#service-menu li a {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -mz-transition: 0.4s;
}
.services-section .service-list-sidebar ul#service-menu li a:after {
  content: "â€º";
  font-size: 17px;
  font-family: Georgia, serif;
  position: absolute;
  right: 11px;
  top: 7px;
  color: #505050;
}
.services-section .service-list-sidebar ul#service-menu li a:hover:after,
.services-section .service-list-sidebar ul#service-menu li a:hover {
  color: #fbc02d;
}
.services-section .service-list-sidebar ul#service-menu li.active a {
  color: #fbc02d;
}
.services-section .services-left-side {
  margin-top: 40px;
}
.services-section .services-left-side h3 {
  font-weight: 400px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0 8px;
  padding-bottom: 12px;
}
.services-section .services-left-side h3:after {
  height: 3px;
}
.services-section .services-left-side ul#brochures-list {
  margin-top: 30px;
}
.services-section .services-left-side ul#brochures-list li {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.services-section .services-left-side ul#brochures-list li a {
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.services-section .services-left-side ul#brochures-list li a i {
  background: #ccc;
  padding: 14px;
  color: #505050;
  margin-right: 20px;
}
.services-section .services-left-side ul#brochures-list li a:hover {
  color: #fbc02d;
}
.services-section .services-left-side.our-office {
  margin-top: 48px;
}
.services-section .services-left-side.our-office ul#office-address {
  margin-top: 30px;
}
.services-section .services-left-side.our-office ul#office-address li {
  margin-bottom: 20px;
  color: #505050;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  padding-left: 35px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.services-section .services-left-side.our-office ul#office-address li a {
  color: #505050;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.services-section .services-left-side.our-office ul#office-address li i {
  color: #505050;
  position: absolute;
  left: 0;
  top: 5px;
}
.services-section .services-left-side.our-office ul#office-address li span {
  overflow: hidden;
}
.services-section .services-left-side.our-office ul#office-address li a:hover {
  color: #fbc02d;
}
.services-section#services-sliders {
  padding-bottom: 100px;
}
.services-section#services-sliders .single-service {
  margin-bottom: 1px;
}
.services-section .include {
  margin-top: 35px;
}
.services-section .include .panel-body p {
  margin: 12px 0;
}
.services-section .include .panel-body .panel-title a.collapsed {
  background: #000;
}
.services-section .services-btm {
  margin-top: 35px;
}
.services-section .services-btm .title-border {
  margin-left: 15px;
}
.services-section .services-btm ul li {
  position: relative;
  padding-left: 30px;
}
.services-section .services-btm ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99999;
  color: #fbc02d;
  font-size: 18px;
}
/*-------------------------------*/
/*-------------------------------------------------
             service-two-blog
---------------------------------------------------*/
/*-------------------------------------------------------------------
    parallex
-----------------------------------------------------------------------*/
.row.row-add {
    margin: 0px;
}
.service-img a img {
    width: 100%;
}
.row.row-service {
    margin-bottom: 30px;
}
.sec-titles.sec-title-two.sec-title-three {
    margin-bottom: 56px;
}
section.gallery_parallex {
    background: url(../images/ps/banner1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

.gallery_parallex-bg {
    background:rgba(0, 2, 72, 0.77);
}

.gal_title>h3 {
      word-spacing: 5px;
    text-transform: uppercase;
    text-align: -webkit-center;
    font-size: 30px;
    color: #eee;
    font-weight: 300;
    line-height: 45px;
    text-shadow: 2px 2px 4px #805454;
    margin-bottom: 1.3em;
}
.gal_title {
    padding:60px 0px;
}

a.button3 {
    vertical-align: middle;
    padding: 1em 2em;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

.lsb-control-panel {
    visibility: hidden;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button {
    font-size: 14px;
    border: 1px solid #03466d;
    border-radius: 0px;
    text-align: center;
    color: #805454;
    margin-bottom: 30px;
    margin-right: 15px;
    transition: 0.35s ease-in-out;
}
.filter-button:hover {
    font-size: 14px;
    border: 1px solid #805454;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    background-color: #03466d;
    transition: 0.35s ease-in-out;
}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}



.gallery_product
{
    margin-bottom: 30px;
}
section.service-sec-layer.service-sec-layer-add {
    padding: 0px;
}
a.btn.btn-read.btn-read-a {
    padding: 10px 20px;
    font-size: 18px;
        margin-right: 10px;
}
/*-------------------------------*/
.btnn {
    text-align: -webkit-center;
}
.btn-read {
    background: transparent;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #fff;
}
a.btn.btn-read.btn-read-a:hover {
    background: rgb(255, 255, 255);
    color: #e6020b;
}
.welcome-box p {
    color: black;
    line-height: 24px;
    text-align:justify;
}
/*-------------------------------------------------------------------
    parallex
-----------------------------------------------------------------------*/
/*------------------------------------------------------------------
          product-details
--------------------------------------------------------------------*/
section.latest-project-layer {
    padding: 60px 0px 40px;
    background: rgba(238, 238, 238, 0.8);
}

.project-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.project-item .project-hover-mask {
    position: absolute;
    background-color: rgba(181, 3, 3, 0.47);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    opacity: 0;
    transition: opacity .5s;
}
.project-item .project-hover-mask .mask-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 15px 14px;
    transition: all .5s;
}
.project-item .project-hover-mask .mask-container:before {
    content: '';
    border-top: 1px solid #c1e162;
    border-bottom: 1px solid #c1e162;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 1);
    transition: transform .5s;
}
.project-item .project-hover-mask .mask-container:after {
    content: '';
    border-right: 1px solid #c1e162;
    border-left: 1px solid #c1e162;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1, 0);
    transition: transform .5s;
}
.project-item .project-hover-mask .mask-container h4 {
    margin: 0;
    color: #fff;
    transform: translateY(-10px);
    transition: all .5s;
    font-size: 20px;
}
.project-item .project-hover-mask .mask-container .divider-border {
    border-bottom: 1px solid #fff;
    width: 60%;
    margin: 15px auto 11px;
}
.project-item .project-hover-mask .mask-container p {
    margin: 0;
    color: #fff;
    transform: translateY(10px);
    transition: all .5s;
}
.project-item .project-hover-mask .mask-container .image-link {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background-color: #fff;
    color: #767676;
    border-radius: 50%;
    display: inline-block;
    /* font-size: 20px; */
    font-size: 2rem;
    margin-top: 0;
    transform: translateY(20px);
    transition: all .5s;
    text-decoration: none;
}
.project-item .project-hover-mask .mask-container .image-link:focus {
    outline: none;
    outline-offset: 0;
}
.project-item:hover .project-hover-mask {
    opacity: 1;
}
.project-item:hover .project-hover-mask .mask-container:before {
    transform: scale(1, 1);
}
.project-item:hover .project-hover-mask .mask-container:after {
    transform: scale(1, 1);
}
.project-item:hover .project-hover-mask .mask-container h4 {
    transform: translateY(0);
}
.project-item:hover .project-hover-mask .mask-container p {
    transform: translateY(0);
}
.project-item:hover .project-hover-mask .mask-container .image-link {
    transform: translateY(0);
}
 h3.main-title>i {
    color: #1074af;
    font-size: 40px;
    margin-right: 10px;
    font-weight: bold;
    padding-bottom: 20px;
}
h3.main-title {
    color: #1074af;
    font-size: 30px;
    font-weight: 900;
}
.slider-service .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -93px;
}
.owl-theme .owl-nav [class*='owl-'] {
    padding: 2px 13px !important;
    background: #dedee8;
    color: #ea0606;
    font-size: 23px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #e6020b;
    color: #FFF;
    text-decoration: none;
}
/*img.about_img {
    width: 90%;
}*/
img.about_img {
    width: 100%;
    height: 320px;
}
h3.main-title>span {
    color: black;
}
h3.tab-title>i {
    color: #1074af;
    font-size: 40px;
    margin-right: 10px;
    font-weight: bold;
    padding-bottom: 20px;
}
section.products_sec {
    padding-bottom: 45px;
}
.bn_collapsible>button {
    width: 100%;
    color: #ffffff;
}
/*------------------------------------------------------------------
          product-details
--------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    footer
-----------------------------------------------------------------------*/

/*---------------footer-----------------------*/
section.footer_sec {
    background: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
}
.footer_sec-in {
    background: rgba(13, 15, 72, 0.77)
}
ul.explore_ul {
    margin-bottom: 10px;
    margin-left: -11px;
}
ul.explore_ul>li {
    list-style-type: none;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid #555;
}
ul.explore_ul>li>a {
    color:#fff4f4;
    font-weight: 200;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 10px;
}
p.footer_para {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

ul.explore_ul>li:last-child {
    border-right: 0 !important;
}
.footer_copy>p {
    line-height: 16px;
    margin-top: 5px;
    color: #fff4f4;
}
.footer_sec-in-a {
    padding: 40px 0px 10px;
}
.develop-by {
    position: absolute;
    bottom: -117px;
    font-size: 12px;
    right: 90px;
    color: #fff;
}
.develop-by>span>a {
    color:#fff4f4;
}

ul.footer-in-ul {
    display: -webkit-inline-box;
}

ul.footer-in-ul>li{
    list-style-type: none;
}
.footer-logo {
    margin-top: 6px;
    width: 85%;
    float: left;
}
.footer-logo img {
    width: 100%;
}

ul.footer-in-ul>li:first-child {
    width: 17%;
}
/*-------------------------------------------------------------------
    footer
-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    backgroun-bread-crumb
-----------------------------------------------------------------------*/
.main-body.main-body-othr {
    padding-top: 5.8em;
}
section.clge-inner-bg {
    background: url(../images/kit1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.clge-inner-bg-in {
    padding: 70px 0;
    background: rgba(45, 37, 72, 0.67);
}
.bg-title>h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
ol.bread-crumb>li {
    display: inline-block;
    color: #fff;
}
ol.bread-crumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}
ol.bread-crumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
ol.bread-crumb>li>a {
    text-transform: uppercase;
    color: #eee;
}
ol.bread-crumb>li>a:hover {
    color: #fb6921;
}
/*-------------------------------------------------------------------
    backgroun-bread-crumb
-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------
       About us page
------------------------------------------------------------------------------------------------------------------------*/
/*----------------*/
.abt-sec-layer-in {
    padding: 60px 0px 40px;
}
.about-title-s p {
    text-align: -webkit-center;
    font-size: 18px;
    color: #5f6a6c;
}
section.secnd-abt-sec-layer.secnd-abt-c-sec-layer {
    padding: 40px 0px 40px;
    background: rgba(238, 238, 238, 0.68);
}
.abta-title h2 {
      margin-top: 0px;
    color: #190369;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #842a69;
    position: relative;
    text-transform: uppercase;
}
.abta-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 75px;
    height: 5px;
    background: #ea0606;
}
.abta-b-imge.abta-d-imge img {
    width: 100%;
}
.abta-b-imge {
    text-align: center;
}
.brief-det-b p {
    text-align: justify;
}
section.secnd-abt-sec-layer {
    padding: 40px 0px 20px;
}
/*------------------------------------------------------------------------------------------------------------------------
       About us page
------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------
       quality page
------------------------------------------------------------------------------------------------------------------------*/
ul.brief-det-b-ul {
    margin-left: 1em;
}
ul.brief-det-b-ul li {
    color: #000;
}
/*------------------------------------------------------------------------------------------------------------------------
       quality page
------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------
       product page
------------------------------------------------------------------------------------------------------------------------*/
.product-sec-lay {
    padding: 55px 0px 0px;
}

section.product-gal-sec {
    background: rgba(245, 243, 243, 0.77);
}
div#gallery_id {
    margin: 50px 0px;
}
/*
.gal_gallery_grid {
    margin-top: 2em; 
    margin-bottom: 2em;
}
*/
.gallerie-imagebox img {    
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
}
.gallerie-imagebox .loading {
    opacity: 0.3;
}
.gal_gallery_grid{
    overflow: hidden;
    position: relative;
   padding: 12px;
}
.gallery_news_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(249, 0, 0, 0.54);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.gallery_news_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.gal_gallery_grid .gallery_news_grid_pos:hover .gal_gallery_grid .gallery_news_grid_pos,
.gal_gallery_grid:hover .gal_gallery_grid .gallery_news_grid_pos{
    opacity:1;
    padding:40px 15px;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.gallery_text:hover .gallery_text,
.gal_gallery_grid:hover .gallery_text{
    opacity: 1;
    -webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.gal_gallery_grid img {
    transform: scale(1.2);
    transition: all 0.6s ease-in-out;
}

.gal_gallery_grid:hover img {
    transform: scale(1.5) rotate(1deg);
}
.gallery_text{
    text-align: center;
    padding:10px;    
    opacity: 0;
        -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.gallery_text h3 {
    color: #fff;
    font-size:20px;    
}
/*-----------*/
.abt-para-add {
    clear: both;
    padding: 0px 20px 20px 0px;
}
p#srvce_btnn {
    clear: both;
    text-align: -webkit-center;
    padding-top: 11px;
}
.abt-para-add>p {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    padding: 0px 10px;
    word-spacing: 0.5px;
    color: black;
}
p#srvce_btnn>a:hover {
    margin: 0px 6px;
    cursor: pointer;  
    color: #ea0606;
}
p#srvce_btnn>a {
    font-size: 15px;
    font-weight: bolder;
    color: #190369;
    font-family: sans-serif;
    margin: 0px 1px;
    text-transform: uppercase;
}
/*------------------------------------------------------------------------------------------------------------------------
       product page
------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------
       contact page
------------------------------------------------------------------------------------------------------------------------*/

section.contact-form {
    padding: 50px 0px 40px;
}
.ayur-contact-text {
    padding: 25px 0px 25px 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 1;
    transition: 0.5s ease-in-out;
    height: 300px;
    background: #ececea;
}
.contact-image>i {
    font-size: 50px;
    color: #ea0606;
    margin-bottom: 30px;
}
.ayur-contact-text h6 {
    font-size: 16px;
    margin: 0px 0px 9px;
    text-transform: uppercase;
    font-weight: 600;
    color:#190369;
}

.ayur-contact-text p {
    line-height: 20px;
    margin: 0px;
    font-size: 14px;
    color: #7e7e7e;
}
.ayur-contact-text:hover {
    box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0.18);
    transition: 0.5s ease-in-out;
    background: transparent;
}
section.contact-sec-frm {
    background: rgba(230, 230, 230, 0.45) url(../images/sec-bg.png) left top repeat;
}

.contact-sec2 {
    padding: 50px 0px 0px;
}

.contact-section-layer-bg {
    padding: 50px 0px 40px;
    background: #eee;
}

.contact-section-layer-in {
    background: url(../images/s7.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    bottom: 0px;
    background-size: cover;
}
ul.ayur-contact-form-ul 
{
    margin: 0px -12px;
}
ul.ayur-contact-form-ul li 
{
    list-style: none;
    float: left;
    width: 100%;
    margin:0px 0px 15px;
    padding: 0px 12px;
}
.ayur-contact-form>h2 {
    margin: 0px 0px 30px;
    padding: 0px 0px 14px;
    font-weight: 400;
    font-size: 22px;
    line-height: 0.8;
    border-bottom: 2px solid #f4f4f4;
    color: #262726;
    text-transform: uppercase;
}

ul.ayur-contact-form-ul li input {
    background-color: #fff !important;
    color: #929292;
    height: 45px !important;
    margin: 0 !important;
    padding-left: 15px !important;
    border: 1px solid #f4f4f4 !important;
}
.ayur-contact-form form textarea 
{
    background-color: #fff;
    color: #929292;
    font-size: 12px;
    height: 100px;
    margin: 0;
    padding-left: 15px;
    border: 1px solid #f4f4f4;
    width: 100%;
}
.contact-submit {
    margin: 30px 0px 10px;
}
ul.ayur-contact-form-ul li input::placeholder {
    color: #333    ;
    opacity: 1; /* Firefox */
    font-size: 15px;
}

.abt-title.text-center {
    margin-bottom: 1em;
}
.contact-row3 {
    margin-bottom: 25px;
}
.form-control {
    border-radius: 0;
}
.contact-section-bg {
    padding: 60px 0px 25px;
    background: rgba(0, 59, 2, 0.79);
}
blockquote.adjust2>small>cite {
    color: #cee002;
    font-size: 16px;
    font-weight: 700;
    margin: 11px 0px;
}
blockquote.adjust2>small {
    margin: 10px 0px;
}

a.hvr-underline-from-left.button2 {
    display: inline-block;
    padding: 6px 22px;
    text-transform: uppercase;
    font-size: 16px;
    background: #e6020b;
    font-weight: 700;
    color: #fff;
}

button.hvr-underline-from-left.button2 {
    display: inline-block;
    padding: 6px 22px;
    text-transform: uppercase;
    font-size: 16px;
    background: #e6020b;
    font-weight: 700;
    color: #fff;
}

.btnn.btnn2.btnn-3 {
    margin: 1em 0px;
    text-align: -webkit-left;
}
a.hvr-underline-from-left.button2:hover {
    background: #333132;
    color: #fff;
    cursor: pointer;
}
/*-----------------------------*/

/*------------------------------------------------------------------------------------------------------------------------
       contact page
------------------------------------------------------------------------------------------------------------------------*/