@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*global css */
body{
   background:#fff;
   color: #7c7c7c;
}

body, p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #424242;
}

h1, h2, h3, h4, h5, h6{
 font-family: 'Montserrat', sans-serif;
    color: #303030;
   font-weight: 700;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased !important;
}

h1{
   font-size: 36px;
   line-height: 48px;
}

h2{
   font-size: 28px;
   line-height: 36px;
}

h3{
   font-size: 24px;
   margin-bottom: 20px;
}

h4{
   font-size: 18px;
   line-height: 28px;
}

h5{
   font-size: 14px;
   line-height: 24px;
}
a { 
text-decoration: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
a:focus, a:hover {
color: #000;
text-decoration: none;
}
ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}
a.button {
    border: 1px solid #555cbf;
    background: #555cbf !important;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
b, strong {
    font-weight: 600;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
    width: 100%;
}

/*  General Style   ||-----------*/
.zoom-img{
    overflow:hidden;
    position: relative;
}
.zoom-img figure{
    overflow:hidden;
}
.zoom-img img{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.zoom-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

/*======================================================================
        top_nav css starts
======================================================================*/
.top-nav {
      transition: height .5s, line-height .5s;
    background: #fff;
    padding-top: 2px;
}
ul.phone-email li {
    list-style: none;
    float: left;
    padding-left: 20px;
    font-size: 16px;
    color: black;
    font-weight: 300;
}
.em1{
    float: left !important;
}
ul.phone-email li a{
    font-size: 12px;
    font-weight: 500;
    color: #000;
    }
ul.phone-email {
    padding: 7px 17px 7px 0px;
    float: right;
}
ul.phone-email li i {
        font-size: 12px;
    color: #000;
}
.top-nav img {
    margin-top: 12px;
}
.top-nav h2 a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #063c3c;
}
/****************** 
    Template Header 
*******************/
ul.nav.navbar-nav {
    margin-top: 4px;
    float: right;
}
header {
    position: relative;
    z-index: 999;
}
.navbar {
    min-height: 70px !important;
    height: 70px !important;
    margin-bottom: 0;
    border: none;
}
a.navbar-brand.logo-img {
    margin-top: -20px;
    padding-bottom: 15px;
    margin-left: 0px !important;
}
a.navbar-brand.logo-img img{
    float: left;
}
h3.logo-txt{
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
    color: #003366; 
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
/*.navbar-header {
    height: 40px;
}*/
.fixed {
/*box-shadow:0 4px 4px rgb(216, 245, 245);*/
  /*  border-top: 3px solid #b1d1fd;*/
    z-index: 999;
    position: fixed !important;
    /*background: white;*/
    width: 100% !important;
    top: 0;
}
.navbar-default {
    background-color: #fff;
/*    transition: height .5s, line-height .5s;*/
}

#bs-example-navbar-collapse-1 > ul > li > a:hover, #bs-example-navbar-collapse-1 > ul > li > a:focus {
    /*margin-left:35px;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #02a44d;
    display: inline-block;
    box-shadow: none;
  /*  padding-bottom: 2px;
    border-bottom: 1px solid;*/
}
#bs-example-navbar-collapse-1 > ul > li > a.active {
    /* padding-left: 0;*/
/*    border-bottom: 1px solid;*/
    color: #02a44d;
    display: inline-block;
    box-shadow: none;
   /* padding-bottom: 2px;*/
}

#bs-example-navbar-collapse-1 > ul > li > a {   
   /* padding-top: 4px !important; */
   /* padding-right: 0;
    padding-left: 20px;
    margin-left: 10px;*/
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #011919;
    font-weight: 500;
     font-family: 'Roboto Slab', serif;
    transition: 350ms;
        transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.enq-f a {
    letter-spacing: 1px;
    padding: 11px 16px;
    background-color: #063c3c;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
        transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.dropdown-content > li > a {
        letter-spacing: 0.6px;
   /* border-bottom: 1px dotted #000;*/
    transition-delay: .5s;
    -webkit-transition: height .5s, line-height .5s; 
    transition: height .5s, line-height .5s;
    transition: all .3s linear;
    color: #000;
    padding: 6px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content > li > a:hover {
transition-delay: .5s;
-webkit-transition: height .5s, line-heiight .5s; 
transition: height .5s, line-height .5s;
transition: all .3s linear;
color: #02a44d;
background-color: transparent;
}

.dropdown:hover .dropdown-content {
        border-top: 9px solid #009979;
background-color: #fff;
transition-delay: .5s;
-webkit-transition: height .5s, line-heiight .5s; 
transition: height .5s, line-height .5s;
transition: all .3s linear;
display: block;
}


.dropdown:hover .dropdown-content:before {
    border-bottom: 8px solid #009979;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    position: absolute;
    left: 20px;
    top: -16px;
}


.dropdown-content1 > li > a:hover {
transition-delay: .5s;
-webkit-transition: height .5s, line-heiight .5s; 
transition: height .5s, line-height .5s;
transition: all .3s linear;
color: white !important;
background-color: #02363c;
}
.drop-submenu:hover .dropdown-content1 {
background-color: #fff;
transition-delay: .5s;
-webkit-transition: height .5s, line-heiight .5s;
transition: height .5s, line-height .5s;
transition: all .3s linear;
display: block;
}
.dropdown-content1 > li > a {
    border-bottom: 1px dotted #000;
    transition-delay: .5s;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
    transition: all .3s linear;
    color: #000 !important;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
}
.dropdown-menu .dropdown-content1{
    top: 0;
    left: 100%;
    margin-top: -1px;
   /* position: relative;*/
}
.dropdown-menu .dropdown-content1 .dsb{
    top: 0 !important;
    right:  100% !important;
    margin-top: -1px !important;  
}
ul.dropdown-menu.dropdown-content1.dsb li{
    padding-left: 0 !important;
}
.ard{
    float: right;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #063c3c;
    border-color: #337ab7;
    color: white;
}
.img-hover img {
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    -o-transition: all .3s ease; 
    -ms-transition: all .3s ease; 
    transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.09); 
    -moz-transform:scale(1.05); 
    -ms-transform:scale(1.05);
    -o-transform:translatZ(0) scale(1.09);
    transform:translatZ(0) scale(1.09);
}
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}
/*======================================================================
        header css ends
======================================================================*/

img.about-img {
    border-radius: 0 50px;
}
.common-pad{
    padding:50px 0;
}
.title {
    position: relative;
}
.title h3 {
        padding-bottom: 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
}
.title:before, .title:after {
    bottom: -16px;
    top: inherit;
}
.title:before {
    right: inherit;
    left: 0;
    top: 100%;
}
.title:after {
    right: inherit;
    left: 0;
    top: 100%;
}
.title:before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #02a44d;
    z-index: 9;
   /* right: 0;*/
    margin: auto;
}
.title:after {
    content: "";
    width: 82px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
   /* right: 0;*/
    margin: auto;
    background: #dbd9da;
}



.carousel-inner.testi-s h4 {
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}
.carousel-inner.testi-s h5 {
    font-weight: 400;
    color: white;
    margin-top: 0;
    padding-top: 0;
}

.title1 {
    position: relative;
}
.title1 h3 {
margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    color: #333333;
}
.title1:before, .title1:after {
    bottom: -16px;
    top: inherit;
}
.title1:before {
    right: inherit;
    left: 0;
    top: 100%;
}
.title1:after {
    right: inherit;
    left: 0;
    top: 100%;
}
.title1:before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #02a44d;
    z-index: 9;
    right: 0;
    margin: auto;
}
.title1:after {
    content: "";
    width: 82px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #dbd9da;
}

.about-pad {
    padding-left: 25px;
    padding-top: 40px;
}

img.about-img.a-i {
    box-shadow: 2px 2px 2px 2px #ddd;
}

.about-pad p {
  /*  padding-bottom: 20px;*/
    text-align: justify;
    line-height: 1.9;
    color: #333;
}
a.read-more {
    color: black;
    border: 1px solid #02a44d;
    padding: 6px 18px;
    border-radius: 25px 0;
}

.bragging-container {
        background-color: white;
  /*  border-radius: 50%;*/
    display: block !important;
    margin: 0 auto;
    padding: 40px 16px;
    text-align: center;
    width: 80%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}

.bragging-container img {
    margin: auto;
    width: 40%;
}

.bragging-container h3 {
    font-size: 21px;
}

.bragging-container:hover {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.what-width {
    width: 77%;
    margin: 0 auto;
}
.bg-color-sec {
    background-color: #EBF2F5;
}
.bragging-container h3 {
    font-weight: 400;
    color: black;
}

.media-carousel1 .carousel-control.right {
    font-size: 48px;
    right: -12px !important;
    background-image: none;
   /* background: none repeat scroll 0 0 #222222;
    border: 4px solid #91eabb;*/
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-top: 3%;
}
.media-carousel1 .carousel-control.left {
    font-size: 48px;
    left: -12px;
    background-image: none;
   /* background: none repeat scroll 0 0 #222222;
    border: 4px solid #91eabb;*/
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-top: 3%;
}
/*.pad-left-testi {
    padding-left: 40px;
}*/
.b-btm{
    border-bottom: 1px solid #ddd;
}
.carousel-inner.testi-s .item {
        text-align: center;
       line-height: 2;
    padding: 30px 89px;
}
footer.footer-bottom p {
    color: white;
}
footer.footer-bottom {
    padding-top: 25px;
    padding-bottom: 17px;
    background-color: #026429;
    color: white;
}
footer.footer-bottom p{
 float: left;
}
footer.footer-bottom a{
 float: right;
    color: white;
}

.go-top {
   font-weight: 900;
    background-color: #02a44d;
    position: fixed;
    bottom: 2em;
    right: 1.5em;
    text-decoration: none;
    font-size: 20px;
    display: none;
    padding: 3px 10px;
    color: #fff !important;
}
/*---------- footer form -------------*/
.testi-para{
    background-image: url(../images/cc3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.testi-pad {
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.85);
}
.carousel-inner.testi-s p {
    letter-spacing: 0.6px;
    color: white;
    font-size: 16px;
}
ul.list.style li {
    list-style: none;
}

.list > li {
    text-align: left;
        margin-left: 28px;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.list > li:before {
    content: '\f00c';
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    font-family: FontAwesome;
    color: #02a44d;
    font-size: 17px;
}
/*for about page*/
.about_banner_main {
    /* margin-top: -25px; */
    background-image: url(../images/page-title.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about {
    padding: 130px 0;
}
ol.breadcrumb.pull-right {
    background-color: transparent;
    color: black;
}
ol.breadcrumb.pull-right li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    color: #fbc80b;
}
ol.breadcrumb.pull-right li a i {
    color: #026429;
}
.breadcrumb>li+li:before {
    padding: 0px;
    color: #fbc80b;
    content: "/\00a0";
    font-size: 20px;
}
/*contact us*/
/*===========================
    contact css
============================*/
section#contact {
    /*background-image: url(../images/cta-bg.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact_parallax1 {
/*    padding-bottom: 60px;*/
    background-color: rgba(251, 251, 251, 0.90);
    text-align: center;
}
.contact_width {
    width: 80%;
    margin: 0 auto;
}
.contact-infos {
    padding-top: 60px;
}
.contact-info {
    text-align: center;
    margin-bottom: 50px;
}
.contact-info i {
    color: #026429;
    font-size: 50px;
    position: relative;
}
.contact-info p {
    margin-top: 10px;
    color: black;
    line-height: 30px;
    font-size: 14px;
}
.contact-info a {
    color: black;
    font-size: 14px;
}
.in_name>input.form-control {
    height: 40px;
    background-color: #EBF2F5;
    border-radius: 0;
    border: 1px solid black;
}

.in_message>textarea {
     background-color: #EBF2F5;
    border-radius: 0;
    border: 1px solid black;
}
button#contact_me {
    background-color: #026429;
    color: #f5f5f5;
    /* border: 1px solid black; */
    padding: 10px 18px;
    border-radius: 0;
}
iframe#map_canvas1 {
    height: 418px;
    margin-bottom: -7px;
}
.padding-contact{
    padding-bottom: 37px;
    padding-top: 45px;
   /* padding-right: 40px;
    padding-left: 200px;*/
}
.m-btm-contact{
    margin-bottom: 20px;
}
section.bg-contact-color {
    background-color: #EBF2F5;
}
.c-title {
    margin: 0;
    color: black;
    padding-left: 15px;
    padding-bottom: 20px;
}


/*====================================================================
    Gallery Section
====================================================================*/
/*================================
gallery new
==================================*/
section.section-padding{
    padding-top:70px;
    padding-bottom: 100px;
   /*     z-index: -4;*/
}
.row.work-items {
   /* z-index: -1;
    position: relative;*/
}
.works {}

.portfolio .mix {
    display: none;
}

.work-items .item {
    /*width: 360px;
    height: 240px;*/
    border: 1px solid #9d9d9d;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.work-items .item img {
    width: 100%;
    transition: 0.8s ease-out;
}

.work-items .overlay{
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.work-items .item:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.work-items .item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.work-items .overlay i.fa {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;    
    padding: 20px;
    transform: translate(-50%, -50%);
}

.section-title1>h2 {
    color: #4f554b;
    font-weight: 600;
    text-shadow: 2px 2px #d4d3d3;
    padding-bottom: 40px;
    /*font-family: 'Alegreya', serif;*/
    letter-spacing: 1px;
}

/*/*===========================
    gallery page css
==/**/
.key-value {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.key-value li {
    width: 100%;
    overflow: hidden;
}
.key-value label {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.key-value span {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}
.key-value span:before {
    content: ":";
    position: absolute;
    left: -10px;
}
.row.projects-detail {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    /* box-shadow: inset 5px 5px 10px #000000, inset -5px -5px 10px blue; */
    background-color: #EBF2F5;
    padding: 20px;
    margin-bottom: 30px;
}
section.common-pad-pcpl-m {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*ul.list-h {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list-h li {
    display: table-cell;
    width: 1%;
    text-align: center;
}
.list-h li a {
    position: relative;
    padding: 20px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #efefef;
}
.list-h li a img {
    display: block;
    width: 100%;
    font-weight: normal;
}*/
ul.list-h li {
    box-shadow: 0 8px 6px -6px black;
    margin: 0 10px;
    background-color: white;
    padding: 20px;
    text-align: center;
    width: 29%;
    list-style: none;
    float: left;
}
ul.list-h li a img {
    padding-bottom: 5px;
    width: 40%;
    text-align: center;
}
ul.list-h li a {
    line-height: 0;
    color: #026429;
}
ul.list-h {
    margin-top: 50px;
}
p.h-para {
    padding-top: 30px;
}