/**
*****************************************
* Table Of content
******************************************
* Importing Styles.
* Global Styles.
* Parallax Eelement Styles.
* Background Image effect Styles.
* Top Bar Styles.
* Header Styles.
* Navigation Dropdown Styles.
* Third Level Menu Styles.
* Banner Styles.
* Promotional Styles.
* Who We Are Styles.
* Section Title Styles.
* Section title two Styles.
* Service We Provide Styles.
* Our Project Styles.
* Our Specialist Styles.
* Testimonials Styles.
* Emergency Styles.
* Blog Styles.
* Clients Styles.
* Footer Styles.
* Bottom Bar Styles.
* Page Title Styles.
* Our Mission Styles.
* Featured Styles.
* Emergency Customization About page Styles.
* Service Content Styles.
* Featured Service Styles.
* Why choose us Styles.
* Service Emergency Styles.
* Blog page Styles.
* Contact Content Styles.
* Pricing Content Styles.
* Pricing FAQ Styles.
* Projects Version one Styles.
* Emergency Customization Project V1 Styles.
* Projects Version Two Styles.
* Emergency Customization Project V2 Styles.
* Single Post Styles.
* Project Version 3 Styles.
* No Search Result Styles
* Mobile Navigation Styles.
* Testimonials Version 1 Styles.
* Testimonials Version 2 Styles.
* Quick Link Side bar Style
* Team Styles.
* Faqs Styles.
* Project version 3 Styles.
* Project Content Styles.
* Project Content Version Two Styles.
* Blog Version Two Styles.
* Preloader Styles.
* Home v2 Topbar Styles.
* Home V2 header Styles.
* Home V2 project v2 Styles.
* home V2 blog Styles.
* Home v2 Styles.
* Home v2 contact Styles.
* Google map full width Styles.
* Subscribe Section Styles.
* Our Achivement Styles.
* Request a qoute container Styles.
* Header Variation One's header Styles.
* Header variation one's banner style Styles.
* Header Version three Styles.
* Header v3 banner text Styles.
* Header Version Four Styles.
* Header v2 Banner Styles.
* header v4 banner Styles.
* Project gallery version 4 Styles.
* Project Gallery Version 5 Styles.
* Page 404 content Styles.
* Search Page Styles.
* Cart Page Styles
* Checkout Page Styles.
* Shop Page Styles.
* Product Details Page Styles.
*****************************************
*****************************************
**/



/**
* Importing Styles.
**/
/*@import url('https://fonts.googleapis.com/css?family=Cambay');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic');
*/@import url('bootstrap.min.css');
@import url('animate.css');
@import url('font-awesome.min.css');
@import url('hover.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');
@import url('strocke-gap-icons-style.css');
@import url('jquery.fancybox.css');
/**
* Global Styles.
**/

body {
   font-family: 'Cambay', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .03em;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
p {
   
}
.container {
    padding: 0;
}

.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.pt0 {
    padding-top: 0 !important;
}


/**
* Parallax Eelement Styles.
**/
.parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}


/**
* Background Image effect Styles.
**/

.bg-img-sharp-effect {
    -webkit-filter: contrast(0.75);
    filter: contrast(0.75);
    mix-blend-mode: overlay;
}


/**
* Top Bar Styles.
**/

#topbar {
    background: #012c3c;
    color: #999ea3;
}
#topbar .container .row {
    margin: 0;
}
#topbar .social ul li {
    display: inline;
}
#topbar .social ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 49px;
    border-left: 1px solid #073D51;
    padding: 0 12px;
    color: #999ea3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .social ul li:hover a {
    background: #F69C00;
    color: #fff;
}
#topbar .social ul li a i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .social ul li:hover a i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#topbar .social ul li:last-child a {
    /*border-right: 1px solid #073D51;*/
}
#topbar .contact-info ul li {
    float: left;
}
#topbar .contact-info ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 49px;
    padding: 0 0px;
    margin-right: 42px;
    color: #A2A2A2;
    font-family: 'Open Sans';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#topbar .contact-info ul li:hover a,
#topbar .contact-info ul li a:before {
    /*background: #12AEF8;*/
    color: #fff;
}
#topbar .contact-info ul li a i.fa {
    font-size: 15px;
    margin-right: 5px;
}
#topbar .contact-info ul li:last-child a {
    /*border-right: 1px solid #073D51;*/
}
/**
* Header Styles.
**/

header {
    background: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header .logo {
    margin: 20px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header .mainmenu-container ul {
    text-align: right;
    display: inline-block;
}
header .mainmenu-container ul li {
    display: inline-block;
    line-height: 105px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
header .mainmenu-container ul li a {
    display: inline-block;
    font-size: 14px;
    color: #515050;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 12px;
    position: relative;
    vertical-align: bottom;
}

.mainmenu-container ul > li > ul {
    background: #191919;
    position: absolute;
    top: 200%;
    left: 0;
    z-index: 9999;
    width: 185px;
    visibility: hidden;
    opacity: 0;
    border-top: 2px solid #F69C00;
        border-top-color: rgb(246, 156, 0);
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,.2);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,.2);
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 100ms;
    transition: all 400ms ease 100ms;
}

header .mainmenu-container > ul > li.current > a,
header .mainmenu-container ul li a:hover {
    color: #F69C00;
}
header .mainmenu-container ul li a:before {
    height: 4px;
    background: #F69C00;
}
header .mainmenu-container ul li.current a:before {
    right: 0;
}
header .mainmenu-container ul li.top-icons a {
    padding: 0 5px;
}
header .mainmenu-container ul li.top-icons a i {
    color: #31AFE2;
    font-size: 16px;
    border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 50%;
    transition: all .3s ease;

}
header .mainmenu-container ul li.top-icons:hover a i {
    border-color: #F69C00;
    color: #F69C00;
}
header .search-box {
    background: #F69C00;
    padding: 10px 0;
    display: none;
}
header .search-box form {
    background: #fff;
    border: 1px solid #fff;
    height: 35px;
    padding: 0px 10px;
    line-height: 35px;
    border-radius: 4px;
    font-size: 14px;
}
header .search-box form input {
    width: 87%;
    background: none;
    border: none;
    outline: none;
}
header .search-box form button {
    background: none;
    color: #E3960A;
    outline: none;
    border: none;
}
header .cart-box {
    background: #51B7E3;
    padding: 10px 0;
    display: none;
}
header .cart-box p {
    color: #fff;
    font-size: 15px;
    text-align: right;
    margin-bottom: 0;
}
header .cart-box .icon {
    font-size: 18px;
}
header .cart-box span {
    color: #F69C00;
    font-weight: bold;
    font-family: 'Open Sans';
}
.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 3px 5px rgba(81, 183, 227, .2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header.header-fixed .mainmenu-container ul li {
    line-height: 75px;
}
header.header-fixed .logo {
    margin: 5px 0;
}


/**
* Footer Styles.
**/

footer {
    background: url(../img/resources/footer-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
footer .container {
    border-top: 4px solid #F69C00;
}
footer .container .col-lg-12 .request-for-qoute-wrap {
    text-align: center;
}
footer .container .col-lg-12 a.request-for-qoute {
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    font-weight: 900;
    background: #F69C00;
    border: 1px solid #F69C00;
    text-transform: uppercase;
    display: inline-block;
    margin: auto;
    border: none;
    outline: none;
    padding: 0 45px;
}
footer .container .col-lg-12 a.request-for-qoute:hover,
footer .container .col-lg-12 a.request-for-qoute:focus {
    color: #F69C00;
}
footer .container .col-lg-12 a.request-for-qoute:before {
    background: #fff;
}
footer .footer-menu {
    margin-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1A4657;
    margin-bottom: 50px;
}
footer .footer-menu ul {
    text-align: center;
}
footer .footer-menu ul li {
    display: inline;
}
footer .footer-menu ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    color: #14AFF8;
    text-transform: uppercase;
    padding: 0 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
footer .footer-menu ul li a:hover {
    color: #F69C00;
}
footer .widget h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0E3C4F;
}
footer .widget p {
    font-size: 14px;
    line-height: 24px;
    color: #7e959e;
}
footer .widget a.read-more {
    color: #3288B0;
    font-size: 14px;
    line-height: 24px;
}
footer .widget .social {
    text-align: left;
    margin-top: 10px;
}
footer .widget .social li {
    display: inline;
}
footer .widget .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F69C00;
    text-align: center;
    line-height: 40px;
    color: #224755;
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    transform: rotate(0deg);
    transition: all .3s ease;
}
footer .widget .social li:hover a {
    color: #F69C00;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
footer .widget .social li a:before {
    background: #fff;
}
footer .widget .popular-post li {
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #0E3C4F;
}
footer .widget .popular-post li:last-child {
    border: none;
}
footer .widget .popular-post li a h5 {
    font-size: 14px;
    line-height: 18px;
    color: #7e959e;
    margin: 0;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
footer .widget .popular-post li a:hover h5 {
    color: #F69C00;
}
footer .widget .popular-post li p {
    color: #445058;
    margin-bottom: 0;
    font-size: 14px;
}
footer .widget .contact-info li {
    font-size: 14px;
    line-height: 26px;
    color: #7e959e;
    padding-bottom: 7px;
    margin-bottom: 6px;
    border-bottom: 1px solid #0E3C4F;
    padding-bottom: 9px;
}
footer .widget .contact-info li:last-child {
    border: none;
}
footer .widget .contact-info li .fa {
    font-size: 19px;
    margin-right: 10px;
}
footer .widget img.positioned {
    margin-top: -35px;
}
footer .footer-menu .footer-nav-toggler {
    display: none;
}
/**
* Bottom Bar Styles.
**/

#bottom-bar {
    background: #000;
}
#bottom-bar .container p {
    margin-bottom: 0;
    color: #185166;
    font-size: 14px;
    line-height: 50px;
}
/**
* Page Title Styles.
**/

#page-title {
    background: url(../img/resources/page-title-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 65px 0;
}
#page-title .container {
    position: relative;
}
#page-title .title {
    text-align: center;
}
#page-title .title h1 {
    text-align: center;
    display: inline-block;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    /*border: 1px solid #fff;*/
    border-top: 1px solid rgba(132,119,117,.80);
    border-bottom: 1px solid rgba(132,119,117,.80);
    padding: 0 52px;
    font-weight: bold;
}
#page-title .page-breadcumb {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 12px;
}
#page-title .page-breadcumb a {
    color: #fff;
}
#page-title .page-breadcumb .fa {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 5px;
}



/**
* Mobile Navigation Styles.
**/

button.mainmenu-toggler {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  color: #fff;
  display: none;
  float: right;
  font-size: 16px;
  font-weight: 800;
  height: 33px;
  line-height: 13px;
  margin-right: 10px;
  outline: medium none;
  padding: 0 11px;
  transition: all 0.3s ease 0s;
}
button.mainmenu-toggler:hover {
    border-color: #F69C00;
    color: #F69C00;
}
.mainmenu-container ul li.dropdown .fa {
    display: none;
}
/** 
/** ====== construct Banner styles ====== **/


#construct-banner {
    background: url(../img/slides/image1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /*height: 803px;*/
}
#construct-banner .construct-banner-caption {
    padding-top: 200px;
    padding-bottom: 179px;
    padding-left: 55px;
}
#construct-banner .construct-banner-caption h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 23px;
}
#construct-banner .construct-banner-caption h2 b {
    color: #FF9600;
    font-weight: 800;
    font-size: 50px;
}
#construct-banner .construct-banner-caption ul {
    background: rgba(0,0,0,.6);
    display: inline-block;
    padding: 3px 0;
}

#construct-banner .construct-banner-caption ul li {
    display: inline;
}
#construct-banner .construct-banner-caption ul li span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .34em;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
#construct-banner .construct-banner-caption ul li:last-child span {
    border: none;
}
#construct-banner .construct-banner-caption p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .03em;
    color: #fff;
    font-weight: 300;
    margin-top: 23px;
    margin-bottom: 13px;
}
#construct-banner .construct-banner-caption a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 0 44px;
}
#construct-banner .construct-banner-caption a:before {
    background: #DA9700;
}

.single-project-item:hover .text-box {display:none;}
#construction-welcome {margin:20px 0 0; border-bottom:4px solid #161616;}
.heading-top h2 {color: #cc0030;
margin-bottom: 15px;
line-height: 35px;}
.heading-top h2 span {border-bottom:1px dashed #333; display: inline-block;}
.heading-top h3  {margin:0px 0 15px; line-height: 30px;}
.heading-top h3 span {border-bottom:1px dashed #333; color:#010001;  display: inline-block; }
.single-construction-welcome .see-more {color:#cc0030 ; padding-left:15px;}

#bg-1-section {background-image:url(../images/bg-1.jpg);
background-attachment:fixed; 
background-repeat:no-repeat; background-position:center;
}
.con-ugam {text-align:center; padding:90px 0;}
.read-more-btn {background: #9e0b0f;
padding: 16px 45px 10px 45px;
display: inline-block;
color: #fff;
font-size: 31px;
border-radius: 30px;
}


.what-to-do ul li {padding:5px 5px 5px 25px; background:url(../images/li-round.jpg) no-repeat 0 10px;}


/** ====== My css  ====== **/



#video {padding:5px 0 50px 0; margin:20px 0; background:#000;}
#video .heading-top h2 {margin-bottom:25px;}
.btm-news {background:#0072bc; padding:10px 5px 5px; color:#fff; font-size:28px; text-align:center;}
/** ====== footer construct styles ====== **/

footer.construct {
    background: #161616 url(../images/bg-footer.jpg) no-repeat 0 0;
    padding: 30px 0 0px;
}
footer.construct .container {
    border-top: 0;
}
footer.construct .widget h3 {
    color: #EFA600;
    border-color: #262728;
}
footer.construct .widget .popular-post li,
footer.construct .widget .contact-info li {
    border-color: #262728;
}
footer.construct .widget p,
footer.construct .widget .popular-post li a h5,
footer.construct .widget .contact-info li {
    color: #b2b6ba;
}
footer.construct .widget a.read-more {
    color: #EFA600;
}
footer.construct .widget .social li a {
    background: none;
    border: 1px solid #b2b6ba;
    color: #b2b6ba;
}
footer.construct .widget .social li a:hover {
    background: #FFBB00;
    border: 1px solid #FFBB00;
    color: #000;
}
footer.construct .widget .social li a:before {
    background: #FFBB00;

}
footer.construct .widget .popular-post li a:hover h5 {
    color: #FFBB00;
}
footer.construct .widget .contact-info li .fa {
    color: #636363;
}
footer.construct .widget .contact-info li i,
footer.construct .widget .contact-info li span {
    display: table-cell;
    vertical-align: middle;
}
footer.construct .widget .contact-info li span {
    line-height: 21px;
    padding-left: 15px;
    font-family: 'Open Sans';
}
footer.construct .widget .our-services li a {
    font-size: 14px;
    color: #b2b6ba;
    text-transform: capitalize;
    line-height: 24px;
   
    border-bottom: 1px solid #2C2C2E;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 4px;
    transition: all .3s ease;
}
footer.construct .widget .our-services li a:hover:before,
footer.construct .widget .our-services li a:hover {
    color: #FFBB00;
}
footer.construct .widget .our-services li:last-child a {
    border-bottom: 0;
}
footer.construct .widget .our-services li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #636363;
    font-size: 14px;
    line-height: 14px;
    margin-right: 15px;
    transition: all .3s ease;
}
footer.construct .widget img.positioned {
    margin-top: 0px;
    position: relative;
    bottom: 20px;
    width: auto;
    max-width: none;
    float: right;
}


/** ====== bottom bar construct styles ====== **/

#bottom-bar.construct .container p {
    color: #3F3F3F;
}


.navigation {background:#18232b ;}

/*======== header v5 Styles ===========*/

header.construct.header-curvy {
   

}
header.construct.header-curvy {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header.construct.header-curvy .logo {
    position: relative;   
    margin: 0;
    padding: 18px 0;
    height: 100%;
    padding-right: 30px;
}
header.construct.header-curvy .logo img {
    position: relative;
    z-index: 99999;
}
header.construct.header-curvy .logo:before {
   
}

.home {background:#9e0b0f;}
.mainmenu li {border-right:1px solid #000000;}
.mainmenu li a{border-right:1px solid #2e4352;}

header.construct.header-curvy .mainmenu-container ul {
    transition: all .5s ease !important;
}
header.construct.header-curvy .mainmenu-container > ul {
    font-size: 0;
}
header.construct.header-curvy .mainmenu-container > ul > li > a {
    color: #FFFFFF;
}
header.construct.header-curvy .mainmenu-container ul li {
    line-height: 50px;
}
header.construct.header-curvy .mainmenu-container > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: 'Roboto', sans-serif;
    padding: 0 17px;
}
header.construct.header-curvy ul.top-icons-wrap > li > a {
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    z-index: 9;
}
header.construct.header-curvy .mainmenu-container > ul > li.current > a,
header.construct.header-curvy .mainmenu-container ul li a:hover {
    color: #EEA010; background:#9e0b0f;
}
header.construct.header-curvy .mainmenu-container ul > li.dropdown:after {
    content: '\f107';
    bottom: auto;
    top: 0;
   
    opacity: 1;
    right: 0;
    left: auto;
    text-align: right;
    color: #fff;
    z-index: 2;
    width: auto;
}

header.construct.header-curvy .mainmenu-container ul > li > ul > li {display:block;}
header.construct.header-curvy .mainmenu-container ul > li > ul > li a {display:block; text-align:left;}
header.construct.header-curvy .mainmenu-container ul > li.dropdown:hover:after,
header.construct.header-curvy .mainmenu-container ul > li.current:after {
    color: #E3960A;
}
header.construct.header-curvy .mainmenu-container ul > li > ul {
    top: 100%;
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease ;
}
header.construct.header-curvy .mainmenu-container ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    display: block;
}
header.construct.header-curvy .mainmenu-container ul > li > ul > li.dropdown:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 7px;
    top: 9px;
    width: 20px;
    height: 20px;
    display: block;
    color: #DA9700;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}
header.construct.header-curvy .mainmenu-container ul > li > ul > li > ul {
    top: -2px;
    left: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease ;
}


/* header-v5 fixed  styles */

header.construct.header-curvy .logo img {
    transition: all .3s ease;
}
header.construct.header-curvy.header-fixed .logo img {
   
}

header.construct.header-curvy.header-fixed .logo {
    position: relative;
    margin: 0;
    padding: 12px 0;
    height: 100%;
    padding-right: 0;
}
header.construct.header-curvy .logo:before {
    transition: all .3s ease;
}
header.construct.header-curvy.header-fixed .logo:before {
    height: 115%;
}
header.construct.header-curvy.header-fixed .mainmenu-container > ul > li,
header.construct.header-curvy.header-fixed .mainmenu-container > ul > li.dropdown:after {
    line-height: 75px;
}



/* gallery v4 styles */


#project-version-one .gallery-v4 .single-project-item  {
width: 29%;
margin: 20px;
padding: 7px;
border: 1px solid #acacac;
display: inline-block;
}
.single-project-item {
    position: relative;
    overflow: hidden;
}
.single-project-item .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}
.single-project-item .content-wrapper:before {
    background: rgba(0, 0, 0, .8);
}

.text-box {position: absolute;
bottom: 0;
padding: 5px;
color: #fff;  background: rgba(0, 0, 0, .8); width:100%; text-align:center;}

.single-project-item .content {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
}
.single-project-item .content .button-box {
    position: absolute;
  top: 34%;
right: 46%;}
.single-project-item .content .button-box a {
    color: rgba(255,255,255, 1);
    width: 30px;
    height: 30px;
    font-size: 51px;
    line-height: 28px;
   
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.single-project-item .content .text-box {
    display: table-cell;
    vertical-align: bottom;
}
.single-project-item .content .text-box h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}
.single-project-item .content .text-box span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans';
}
.single-project-item:hover .content {
    opacity: 1;
}

/**
* Project version 3 Styles.
**/

#project-version-one.project-v3 {
    background: #f9f9f9;    
}
#project-version-one .two-col-gallery img {
    width: 100%;
}
#project-version-one .two-col-gallery .single-project-item .content {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    display: block;
    opacity: 1;
}
#project-version-one .two-col-gallery .single-project-item .content h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    color: #787878;
}
#project-version-one .two-col-gallery .single-project-item .content span {
    font-size: 14px;
    text-transform: capitalize;
    color: #787878;
    font-weight: 600;
}
#project-version-one .two-col-gallery .single-project-item:hover .content h4 {
    color: #fff;
}
#project-version-one .two-col-gallery .single-project-item:hover .content span {
    color: #fff;
}
#project-version-one .two-col-gallery .single-project-item .overlay {
    position: relative;
}
#project-version-one .two-col-gallery .single-project-item .overlay:before {
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,.60);
    z-index: 1;
    transition: all .3s ease;
}
#project-version-one .two-col-gallery .single-project-item .overlay:after {
    content: ' ';
    width: auto;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #808080;
    z-index: 2;
    visibility: hidden;
}
#project-version-one .two-col-gallery .single-project-item:hover .overlay:before {
    height: 100%;
}
#project-version-one .two-col-gallery .single-project-item:hover .overlay:after {
    visibility: visible;
}
#project-version-one .two-col-gallery .single-project-item .content:before {
    background: #DA9700;
}
#project-version-one .two-col-gallery .single-project-item:hover .content:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

  .Concept-Content {
      padding: 15px;
background: #D6E1E4;
margin-bottom: 20px;
border-radius: 5px;
    }
	
	
  .Concept-Content:hover {background:#0099CC;}

.Concept-Content:hover img {
  filter: none;
  -webkit-filter: grayscale(100%);
}	
	

/* one page header update styles */

header.construct.header-curvy .mainmenu-container > ul.mainmenu.one-page-scroll-menu > li > a {
    padding: 0 15px;
}

.logo {padding:5px 0;}

/* news Page */

.fb-plug {
   border-bottom: 1px solid #999999;
    border-top: 1px dashed #999999;
    margin: 14px 0;
    padding: 10px 0;
}
.fb {
    display: block;
    float: right;
    text-align: right;
}

.im-ab {
    float: left;
    margin-right: 15px;
    width: 400px;
}


h2.act {background:#efa601; color:#fff; font-size:18px; padding:10px; margin:0px;}
h2.act a {color:#fff; }
.news-page h2 {
     
    border-left: 7px solid #1d1d1d ;
    font-size: 22px;
    margin: 10px 0;
    padding: 10px;
    line-height: 27px;
}
.news-page h2 a {color:#333333; }
.news-content p {color:#424242; margin-bottom:10px; line-height:20px;}


.widget-content {
    border: 1px solid #e1dcdc;
    padding: 12px; margin:15px 0;
}
h4.post-title {
     border-bottom: 1px dashed #d6d1d1;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 6px;
    padding-bottom: 10px;
}
h4.post-title a {color:#1d1d1d; font-size:18px;}
.post-desc { }
.odd-item {padding-bottom:20px; margin-bottom:10px; border-bottom:1px solid #cccccc;}

.post-desc {
    height: 106px;
    overflow: hidden;
}
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}
.top-img {height:150px; overflow:hidden; margin-bottom:7px;}
.top-news h2 {line-height: 22px;
    padding-bottom: 5px; }
.read-more2 {margin-bottom: 0;
    padding-top: 5px;
    text-align: right;}	
.top-news h2 a {color:#2a6496; }
.abt h2 {color:#2a6496;}
.top-news p {margin-bottom:0px;}
.top-news {  background: #fffff5 none repeat scroll 0 0;
    border: 1px solid #fdde62;
    padding: 10px; margin-bottom:10px;}


.Top-news {
    height: 150px;
    margin-bottom: 10px !important;
    overflow: hidden;
}
.post-box h5 a {color: #3d3d3d;
    font-weight: bold;
    line-height: 19px;}
.post-title {
    border-bottom: 1px dashed #fffafa;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}


.span6 {float:left; width:300px;}
.wdg-classic-posts ul {margin:0;}


.top-ri ul li{ border-bottom: 1px solid #e1dcdc;
    list-style: outside none none;
    margin-bottom: 15px;
    padding-bottom: 0;}

.top-ri ul li:last-child {margin:0; border:none;}
.color-red ul {margin:0; }
.color-red ul li { border-bottom: 1px solid #dedede;
    list-style: outside none none;
    margin-bottom: 12px;
    padding-bottom: 12px; }
.color-red ul li:last-child {margin:0; padding:0; border:none;}	
.sec-desc .sec-image {float:left; width:85px; margin-right:10px;}
.color-red .box {height:80px; overflow:hidden;}

.related-news {padding:10px; background:#fff; margin-bottom:10px;}

.cat-im {
    float: left;
    height: 70px;
    margin-right: 10px;
    width: 95px;
}

.gallery a{ display:inline-block; width:140px; margin:5px;}
.gallery a img{ width:140px; height:125px;}
.news-title a{   background: rgba(0, 0, 0, 0) url("../images/box.jpg") no-repeat scroll left center;
    border-bottom: 1px dashed #b7b7b7;
    color: #4c4e51;
    display: block;
    font-family: "Noto Sans",sans-serif;
    font-size: 17px;
    margin-left: 20px;
    padding: 8px 19px;
    text-decoration: none;


}

.news-pg .gallery .col-md-3, .news-pg .gallery .col-md-3 {padding:5px; }

.board-member p{margin:8px 0 0; color: #333;}
.board-member h4{margin:5px 0; color:#cc0030;}
.with-caption {margin-bottom:30px;}
.board-member {margin-bottom:15px;}






.vid-gl-pg1 .video-articles {
	height: 260px;
	overflow: hidden;
transition:
 -webkit-transition: 900ms ease all;
	-moz-transition: 900ms ease all;
	transition: 900ms ease all;
	margin-bottom: 15px;
}
.vid-gl-pg1 .video-articles:hover .vid-pg1 h3 a {
	color: #fff;
}
.vid-gl-pg1 .video-articles:hover {
	background: #000;
}
.vid-gl-pg1 .video-articles .vid-pg1 {
	
}
.vid-gl-pg1 .video-articles .vid-pg1 img {
	width: 100%;
	
}
.vid-gl-pg1 .video-articles .vid-pg1 div.media-icon {
	width: 57px;
	height: 57px;
	background: url(../images/video-icon.png);
	left: 39%;
	top: 31%;
	position: absolute;
}
.vid-gl-pg1 .video-articles .vid-pg1 h3 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin: 5px 0;
}
.vid-gl-pg1 .video-articles .vid-pg1 .vid-im {
	height: 190px;
	overflow: hidden;
	position: relative; margin-bottom:15px;
}
.vid-gl-pg1 .video-articles .vid-pg1 h3 a {
	color: #deb711;
	text-decoration: none;
}
.download-main ul{
    text-align: center;
}
.download-main ul li{
    padding:5px;
}
.download-main ul li a{
    color:#333;
    font-weight: bold;
}
.download-main ul li a:hover{
    color:#cc0030;
}
.award_gallary {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 30px;
}
.award_gallary img{
    padding: 5px;
}
.award_gallary h4{
    text-align: center;
    font-size: 22px;
}
.award_gallary h4:hover{
    color:#333;
}
.crop_gallary {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 30px;
}
.crop_gallary img{
    padding: 5px;
    height: 248px;
}
.crop_gallary h4{
    text-align: center;
    font-size: 22px;
}
.crop_gallary h4:hover{
    color:#333;
}
.water_gallary {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 30px;
}
.water_gallary img{
        padding: 5px;
    height: 248px;
    width: 367px;
}
.water_gallary h4{
    text-align: center;
    font-size: 22px;
}
.water_gallary h4:hover{
    color:#333;
}
.news_gallary {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 30px;
}
.news_gallary img{
    padding: 5px;
    height: 248px;
    width: 367px;
}
.news_gallary h4{
    text-align: center;
    font-size: 22px;
}
.news_gallary h4:hover{
    color:#333;
}

.manomat_gallary {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 30px;
}
.manomat_gallary img{
    padding: 5px;
    height: 248px;
    width: 367px;
}
.manomat_gallary h4{
    text-align: center;
    font-size: 22px;
}
.manomat_gallary h4:hover{
    color:#333;
}
.booklet1{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    border:1px solid #DDDDDD;
}
.booklet1 img{
    height:350px;
    padding:5px;
}
.booklet1 span{
    color:#cc0030;
    font-weight: 600;
}
.booklet1 span:hover{
    color: #373737;
}