@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

/*global css */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}

p {
    color: #333;
    line-height: 1.6em;
}
a { 
text-decoration: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
a:focus, a:hover {
color: #e97900;
text-decoration: none;
}
img.img-responsive.boards-b {
    text-align: center;
    display: inline-block;
    border: 1px solid;
    margin-bottom: 30;
}
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%;
}

/*for img-hover*/
.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.01); 
    -moz-transform:scale(1.09); 
    -ms-transform:scale(1.09);
    -o-transform:translatZ(0) scale(1.09);
    transform:translatZ(0) scale(1.09);
}
.img-hover1 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-hover1 img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.5); 
    -moz-transform:scale(1.5); 
    -ms-transform:scale(1.5);
    -o-transform:translatZ(0) scale(1.5);
    transform:translatZ(0) scale(1.5);
}

.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%); 
}

/*======================================================================
        top_nav css starts
======================================================================*/
.top-nav1 {
    background-color: white;
    background-image:  url(../images/om-arrow.png) ;
    background-repeat: repeat;
    background-position: center top;
    transition: height .5s, line-height .5s;
    margin-top: -10px;
    padding: 11px 0;
}
.top-nav h3 span {
    font-weight: 900;
    font-size: 28px;
    color: #e97900;
}
ul.phone-email li {
    list-style: none;
    float: left;
    margin-left: 10px;
    /* padding-left: 20px; */
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.col-sm-12.top-pm {
    padding-top: 15px;
}
.em1{
    float: left !important;
}
ul.phone-email li a{
    color: #000;
    }
ul.phone-email {
    padding-top: 5px;
    float: right;
}
ul.phone-email li i {
        font-size: 14px;
    color: #000;
}

.top-nav img {
      float: left;
    padding: 5px 0;
    margin-right: 10px;
}
.top-nav h2 a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #063c3c;
}
.top-nav {
        padding: 5px 0;
        background-color: #fff;
        border-top: 1px solid #0275d8;
}
.top-nav h3 {
    margin-top: 12px;
    letter-spacing: 0.4px;
    font-family: 'Archivo Black', sans-serif;
    color: black;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
}

.search-container button {
    background-color: #0275d8;
    color: white;
    border: none;
    height: 40px;
    float: right;
    width: 10%;
}
input.form-control.form-search {
    border: 1px solid black;
    height: 40px;
    border-radius: 0;
    display: block;
    float: left;
    width: 90%;
}
.search-container {
        padding-right: 22px;
    margin-top: 28px;
}
/****************** 
    Template Header 
*******************/
ul.nav.navbar-nav {
    text-align: center;
 /*   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 {
    padding-bottom: 15px;
    margin-left: 10px !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;
}
.fixed {
    z-index: 999;
    position: fixed !important;
    width: 100% !important;
    top: 0;
}
.navbar-default {
    background-color: #0275d8;
}

#bs-example-navbar-collapse-1 > ul > li > a:hover, #bs-example-navbar-collapse-1 > ul > li > a:focus {
    /* border-left: 1px solid white;
    border-right: 1px solid white;*/
   background-color: #e97900;
}
#bs-example-navbar-collapse-1 > ul > li > a.active {
    /*border-left: 1px solid white;
    border-right: 1px solid white;*/
    background-color: #e97900;
}

#bs-example-navbar-collapse-1 > ul > li > a {   
        padding: 15px 16px;
    text-transform: uppercase;
      border-left: 1px solid #eee;
font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
li.btn-1 {
    border-right: 1px solid #eee;
}
.dropdown-content > li > a {
    border-bottom: 1px dotted #fff;
    transition-delay: .5s;
    -webkit-transition: height .5s, line-height .5s; 
    transition: height .5s, line-height .5s;
    transition: all .3s linear;
    color: #fff;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
}

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

.dropdown:hover .dropdown-content {
background-color: #0275d8;
transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; 
transition: height .5s, line-height .5s;
transition: all .3s linear;
display: block;
}

.dropdown-content1 > li > a:hover {
transition-delay: .5s;
-webkit-transition: height .5s, line-height .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-height .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;
}
.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;
}
.dropdown-menu{
    width: 200px;
    padding: 0;
}
.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%); 
}

a.top-c {
    margin-left: 10px;
    color: white;
    float: right;
    background-color: #e97900;
    padding: 6px 10px;
}
/*======================================================================
        header css ends
======================================================================*/



/*==========================================*/
ul.banner-img li {
        border-radius: 25px;
      box-shadow: 0 8px 6px -6px black;
    overflow: hidden;
    list-style: none;
    float: left;
    margin-right: 20px;
    /* margin: 0; */
    width: 22%;
}
ul.banner-img {
    position: absolute;
    margin-top: -54px;
}
.ec-main-section.ec-newsticker-wrap {
    padding: 10px 0;
    color: white;
    background-color: #066ff2;
}
span.ec-color {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 10px;
}
p.no-margin {
    font-weight: 500;
    margin-top: 2px;
    font-size: 16px;
    margin-bottom: 0;
    color: white;
}

/*about us*/
/*.title1 {
    position: relative;
}*/
.title1 h3 {
      padding-bottom: 6px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #024782;
}
section.c-pad {
    padding: 50px 0;
}

.bg-color {
     background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.parallax {
    padding: 50px 0;
    background-color: rgba(0, 109, 243, 0.86);
}
.deposit {
    height: 320px;
    box-shadow: 0 8px 6px -6px black;
    background-color: white;
    overflow: hidden;
}
.deposit-s {
    border-top: 1px solid #ddd;
    padding: 0 12px;
}
.deposit-s h3 {
    color: #0275d8;
    font-size: 20px;
    font-weight: 600;
}
a.read {
      font-weight: 600;
    padding: 5px;
    color: black;
    border: 2px solid #e97900;
}

ul.list li {
    color: #333;
}
.special-services {
  /*      padding: 15px;*/
    overflow: hidden;
    height: 293px;
    border: 1px solid #0a345c;
}

.special-services1 {
    background-color: #f5f5f5;
}
ul.list-style li {
        padding-left: 9px;
    line-height: 2;
    list-style: none;
}
.advances_icon1 {
    background-color: #e97900;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
}
.facilities_icon {
    margin-top: 0;
    color: white;
    background-image: url(../images/facilitiec.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 0 3px 41px;
}
.advances_icon {
    margin-top: 0;
    color: white;
    background-image: url(../images/advance.png);
    background-position: left top;
    background-repeat: no-repeat;
     padding: 5px 0 3px 41px;
}
.news {
    margin-top: 0;
    color: white;
    background-image: url(../images/news.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 0 3px 41px;
}
.advances_icon1 h3 {
    font-size: 19px;
}
.m-height{
    overflow: hidden;
    height: 260px;
}
ul.list-style {
    padding: 15px;
}
ul.list-style1 {
    padding: 15px;
}
.bg-color1 {
        background: linear-gradient(to right, #0a2f54 , #0b8cfb);
}
ul.list-style li a {
    font-weight: 600;
    font-size: 16px;
    color: #0275d8;
}
ul.list-style1 li a {
    font-weight: 600;
        line-height: 1.4;
    color: #333;
}
ul.list-style1 li {
        line-height: 0;
    font-size: 16px;
    padding-left: 6px;
    list-style: none;
    padding-bottom: 20px;
}
img.img-responsive.Service-img {
    margin: 0 auto;
    width: 81%;
}
.title1 h4 {
    font-size: 20px;
    font-weight: 600;
}
/*p.about-h1 {
    color: white;
}*/
h4.name {
    font-weight: 500;
    color: #0275d8;
}
img.chairman {
    box-shadow: 0 8px 6px -6px black;
    margin-top: 30px;
}
.message-p {
    padding-left: 15px;
}


.testimonials-content {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 60px;
    padding-left: 60px;
}
.testimonial {
      background: #f5f5f5;
    padding: 30px 30px 35px 80px;
    border-radius: 2px;
    position: relative;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); */
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
}

/*.testimonial:last-child {
    padding: 30px 80px 35px 30px;
    text-align: right;
}
.testimonial:last-child .testimonial-thumb {
    right: -60px;
    left: inherit;
}*/
/*.flex-col--50 {
    width: calc(50% - 30px);
    margin: 0 15px;
}*/
.testimonial1{
        padding: 30px 80px 35px 30px;
    text-align: right;
}
.flex-align--center {
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-thumb1{
  width: 120px;
    height: 120px;
    right: -60px;
    top: 50%;
    margin-top: -60px;
    position: absolute;
 /*   border-radius: 50%;*/
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.testimonial-thumb {
    width: 120px;
    height: 120px;
    left: -60px;
    top: 50%;
    margin-top: -60px;
    position: absolute;
    /*border-radius: 50%;*/
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*footer*/

 /*for footer*/
.site-footer .upper-footer {
    padding-top: 40px;
    /* background-color: #051829; */
    /* padding: 100px 0; */
    padding-bottom: 15px;
}
.site-footer .widget > h3, .site-footer .widget .footer-logo {
    font-size: 18px;
    color: #fff;
     text-transform: uppercase; 
    margin: 0 0 1em;
   /* padding-bottom: 0.5em;*/
    position: relative;
}
/*.site-footer .widget > h3:before, .site-footer .widget .footer-logo:before {
    content: "";
    background-color: #f71508;
    width: 28px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}*/
.site-footer .service-links-widget ul li {
    position: relative;
    padding-left: 20px;
}
.site-footer .service-links-widget ul li:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px;
}
.site-footer .upper-footer ul, .site-footer .upper-footer li, .site-footer .upper-footer p, .site-footer .upper-footer a {
    color: #fff;
    line-height: 2;
}
.site-footer .upper-footer ul {
    list-style: none;
}
.site-footer .about-widget ul li {
    text-align: left;
    position: relative;
    padding-left: 38px;
    line-height: 1.78em;
}
.site-footer .about-widget ul li i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
}
/*.site-footer .about-widget .contact-info {
    margin-top: -20px;
}*/
.site-footer .about-widget ul > li + li {
    margin-top: 15px;
}
.footer-logo h5 {
        margin-bottom: 0;
   /* line-height: 1.6;*/
    margin-top:0px;
    font-size: 24px;
}
.site-footer .copyright-info {
    border-top: 1px solid white;
    padding: 15px 0;
    text-align: center;
}
.site-footer .copyright-info p {
    color: #808790;
    margin: 0;
}
.site-footer .copyright-info a {
    color: #808790;
}

.go-top {
    font-weight: 900;
    background-color: #e97900;
    position: fixed;
    bottom: 2em;
    right: 1.5em;
    text-decoration: none;
    font-size: 15px;
    display: none;
    padding: 3px 10px;
    color: #fff !important;
}
ul.sc-icons li {
box-shadow: 2px 2px 2px 2px #ec78011f;
    text-align: center;
    background-color: #155ba9;
    float: left;
    font-size: 18px;
    margin-right: 7px;
    width: 16%;
}
ul {
    padding-left: 0;
    margin: 0;
    list-style-position: inside;
}
footer.site-footer{
    margin-top: -8px;
    background-color: #777;
  /*  background-image: url(../images/foot-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #999999;
}
.bg-f {
    background-color: rgba(0, 0, 0, 0.75);
}


/*=============================================
        Top Feature
 ============================================== */
/*--------------------------------- Top Feature -------------------------*/
.top-feature {border-bottom: 1px solid rgba(0,0,0,0.05);}
.top-feature .single-feature .text {padding-left: 25px;}
.top-feature .single-feature .text h4 a {font-weight: 500;margin-top: 5px;}
.top-feature .single-feature {padding: 30px 0;}
.top-feature .single-feature:hover img {
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
}
.float-left {
    float: left!important;
}
.text.float-left h4 {
    margin-top: 0;
}
.text.float-left p {
    margin-bottom: 5px;
}
section.c-pad1 {
    padding-top: 20px;
    padding-bottom: 50px;
}
table.table.table-hover.tariff-table.tariff {
    border: 1px solid #066ff2;
}
table.table.table-hover.tariff-table.tariff thead tr th {
    color: white;
    background-color: #066ff2;
}
table.table.table-hover.tariff-table.tariff tbody tr td {
        background-color: #deedff;
    border-bottom: 1px solid #066ff2;
}
table.table.table-hover.tariff-table.tariff tbody tr.bg-white td {
    background-color: #fff !important;
    border-bottom: 1px solid #066ff2;
}
/*contact form*/
.contact_panel ul li {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    clear: both;
}
.contact_panel ul{
    list-style: none;
}
.contact_panel ul li i {
    color: #0275d8;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    border: 2px solid #fa611d;
    border-radius: 30px;
    width: 40px;
    height: 41px;
    padding-top: 8px;
    margin-bottom: 20px;
    text-align: center;
}
.col-md-5.text-contact.contact_panel {
    padding-top: 82px;
}
.contact_panel ul li span {
    margin-left: 60px;
    display: block;
}

.contact-form input.form-control {
    border: 1px solid #080808;
    background-color: #ebf7f2;
    margin-bottom: 20px;
    border-radius: 0;
    height: 40px;
}
.contact-form textarea.form-control {
    border: 1px solid #080808;
    background-color: #ebf7f2;
    margin-bottom: 20px;
    border-radius: 0;
    height: 100px;
}
button#contact_me {
    background-color: #e97900;
    color: #f5f5f5;
    border: none;
    padding: 10px 18px;
    border-radius: 0;
}
.kannada {
    text-align: justify;
    line-height: 25px;
}
.ul-deci li {
    list-style-type: decimal;
    padding: 0 0 5px 0px;
   /* margin: 10px 0 0 35px;*/
    font-weight: 600;
}
.apply_online { padding:5px;     
		line-height: 25px; 
		position:fixed; 
		bottom:120px; 
		left:0;
		background:#ef203a; display:block;  text-align:center; z-index:100;
        -moz-animation-duration: 2000ms;
        -moz-animation-name: blink;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: alternate;
        -webkit-animation-duration: 2000ms;
        -webkit-animation-name: blink;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-duration: 2000ms;
        animation-name: blink;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }
.apply_online a{font-size:14px; font-family: 'Raleway', serif; font-weight:bold; color:#fff; }
.apply_online a:hover{color:#fff; background:#ef203a; display:block;  text-decoration:underline; }


    
    @-moz-keyframes blink {
        0% {
            background-color: #00a8d6;
        }
        50% {
            background-color: #ef203a;
        }
        100% {
            background-color: #00a8d6;
        }
    }
    
    @-webkit-keyframes blink {
        0% {
            background-color: #00a8d6;
        }
        50% {
            background-color: #ef203a;
        }
        100% {
            background-color: #00a8d6;
        }
    }
    
    @keyframes blink {
        0% {
            background-color: #00a8d6;
        }
        50% {
            background-color: #ef203a;
        }
        100% {
            background-color: #00a8d6;
        }
    }

.datagrid table { 
    border-collapse: collapse; 
    text-align: left; 
    width: 100%;
    } 
.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif; 
    background: #fff; 
    overflow: hidden; 
    border: 1px solid #006699; 
    margin-bottom:10px;
    }

.datagrid table td, .datagrid table th { padding: 10px 7px; }

.datagrid table thead th {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
        background-color: #066ff2;
    color:#FFFFFF; 
    font-size: 16px; 
    font-weight: bold; 
    border-left: 1px solid #0070A8; } 
    
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #00496B; border-left: 1px solid #E1EEF4;font-size: 14px;font-weight: normal; }
.datagrid table tbody .altred td { color: #f00; }
.datagrid table tbody .alt td { background: #E1EEF4; color: #00496B; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEF4;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #006699;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; }
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #006699; color: #FFFFFF; background: none; background-color:#00557F;}

img.img-responsive.history {
    float: left;
    width: 50%;
    margin-right: 30px;
    margin-bottom: 20px;
}
.contact_panel ul li a{
    color: #333;
}
.branch-det {
        box-shadow: 2px 2px 2px;
    text-align: center;
    padding: 10px;
    background-color: #e7e9db;
}
.para-his{
    text-align: justify;
}
.branch-det h2 {
    font-size: 24px;
    margin-bottom: 0;
    color: #066ff2;
    font-weight: 600;
}
.branch-det h3 {
    font-weight: 900;
    font-size: 20px;
    margin-top: 10px;
    color: #e97900;
}
.branch-det p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
img.img-responsive.board-member {
    width: 75%;
    margin: 0 auto !important;
}

/*====================================================================
    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
==/**/

.board-width {
    width: 72%;
    margin: 0 auto;
}