@import url('../css/fonts.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*short*/
.pr { position: relative; }
.pa { position: absolute; }
.pu { position: unset; }
.pf { position: fixed; }
.di { display: inline-block; }
.db { display: block; }
.dn { display: none; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }
.mp { margin: 0; padding: 0; }
.ma { margin: auto; }
.oh { overflow: hidden; }


/*tags*/
body { font-family: 'Open Sans', sans-serif; color: #373737; font-size: 16px; font-weight: 500; }
h1, h2, h3, h4, h5, h6 { color: #000; font-weight: 700; }
*::-moz-placeholder { opacity: 1; color: #aaa !important; }
*::-webkit-input-placeholder { opacity: 1; color: #aaa !important; }
*::-ms-placeholder { opacity: 1; color: #aaa !important; }
a { color: #3f9e36; }
    a, a:hover, a:focus, a:before, a:hover:before, a:after, a:hover:after { outline: 0; text-decoration: none; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
ul, ol { margin: 0; padding: 0 0 0 20px; }
li { list-style-image: url("../images/li.png"); margin: 0 0 15px; }


/*bootstrap*/
.panel { box-shadow: none; }
.container { position: relative; }
.form-control { border: 1px solid #eee; border-radius: 0; color: #aaa; }


/*owl*/
.owl-theme .owl-controls { margin-top: 0; }


/*general*/
.home .wp { opacity: 0; }
.home .activeWp { animation-duration: 0.5s; animation-fill-mode: both; animation-delay: 0s; animation-name: fadeInUp; }
.this-fixed { position: fixed; top: 0; z-index: 9999; }
.img-bw img, img.img-bw { -webkit-filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.tcell { display: table-cell; vertical-align: middle; width: 99999px; }
.fixed { left: 0; position: fixed; top: 0; z-index: 99999999; }


/*bg*/
.bg-white { background-color: #fff; }
.bg-gray { background-color: #e8e8e8; }
.bg-green { background-color: #3f9e36; }
.bg-blue { background-color: #00397A; }
.bg-darkpink { background-color: #c0c0c0; }


/*social*/
.social-media .fa { border-radius: 4px; color: #dadada; font-size: 16px; margin-right: 4px; overflow: hidden; white-space: pre; width: 32px; }
    .social-media .fa:Hover { color: #fff; border-color: transparent; box-shadow: 2px 2px 2px rgba(0,0,0,0.2); }
    .social-media .fa::before { border-radius: 5px; display: inline-block; margin: 0 9999px 0 auto; min-width: 32px; padding: 8px 5px; text-align: center; }
.social-media a.fa-facebook:hover { background-color: #3B5998; }
.social-media a.fa-twitter:hover { background-color: #00acee; }
.social-media a.fa-instagram:hover { background-color: #000; }
.social-media a.fa-linkedin:hover { background-color: #3272BD; }
.social-media a.fa-google-plus:hover { background-color: #D13F2D; }
.social-media a.fa-pinterest:hover { background-color: #CE1E27; }
.social-media a.fa-youtube:hover { background-color: #CE332D; }
.social-media a.fa-envelope-o:hover { background-color: #000; }

#header .lang { color: #dadada; display: inline-block; font-size: 14px; margin: 7px 0 0 10px; vertical-align: top; }
.home #header .lang { color: #fff; }


/*menu*/
.site-menu > ul { margin: 0; padding: 0; }
    .site-menu > ul li { list-style: outside none none; margin: 0; position: relative; }
    .site-menu > ul > li { display: inline-block; vertical-align: middle; text-align: left; padding: 5px 12px; margin: 0; position: relative; }
        .site-menu > ul > li::before { background-color: #a31c36; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 0; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
        .site-menu > ul > li:hover::before,
        .site-menu > ul > li.active::before { width: 100%; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
        .site-menu > ul > li:last-child { padding-right: 0; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
        .site-menu > ul > li:hover:last-child,
        .site-menu > ul > li.active:last-child { padding-right: 12px; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; }
        .site-menu > ul > li > a { color: #a31c36; display: block; font-size: 14px; font-weight: 700; padding: 0; position: relative; }
        .site-menu > ul > li:hover > a,
        .site-menu > ul > li.active > a { color: #fff; }
        .site-menu > ul > li ul { background: #a31c36; display: none; left: 0; list-style: outside none none; margin: 0; min-width: 200px; padding: 15px; position: absolute; text-align: left; top: 30px; width: 100%; z-index: 99; }
    .site-menu > ul li:hover > ul { display: block; animation-duration: 0.5s; animation-fill-mode: both; animation-delay: 0s; animation-name: fadeInLeft; }
.site-menu li ul > li > a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #fff; display: block; font-size: 14px; margin-bottom: 5px; padding-bottom: 5px; }
    .site-menu li ul > li > a:hover { padding-left: 5px; }


/*header*/
#header { border-bottom: 1px solid #eee; padding: 5px 0; }
#header .site-logo a { background: url("../images/logo.png") no-repeat scroll 0 0 / cover; font-size: 1px; overflow: hidden; text-indent: -9999px; display: block; margin: 0; position: relative; width: 432px; height: 50px; animation-duration: 1s; animation-fill-mode: both; animation-delay: 0s; animation-name: fadeInUp; }

/*
#header .site-logo a::before { background: rgba(0, 0, 0, 0) url("../images/header-logo-before.png") no-repeat scroll 0 0 / cover; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 70px; animation-duration: 2s; animation-fill-mode: both; animation-delay: 0s; animation-name: logo; }

#header .site-logo a::after { background: rgba(0, 0, 0, 0) url("../images/header-logo-after.png") no-repeat scroll 0 0 / cover; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; animation-duration: 1s; animation-fill-mode: both; animation-delay: 1s; animation-name: fade; }
*/

#header .site-menu { margin: 30px 0 0 0; animation-duration: 2s; animation-fill-mode: both; animation-delay: .5s; animation-name: fadeInUp; position: relative; z-index: 2; }

#header .social-media { margin-top: -5px; animation-duration: 2s; animation-fill-mode: both; animation-delay: .5s; animation-name: fadeInUp; }

#header .social-media .fa { margin-right: 0; margin-left: 3px; }

/*.home #header { border: medium none; left: 0; position: absolute; top: 0; width: 100%; z-index: 999; }*/
/*.home #header .site-logo a { -webkit-filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }*/
.home .social-media .fa, #footer .social-media .fa { color: #fff; }


/*kece*/
#kece { background-color: #c0c0c0; animation-duration: 2s; animation-fill-mode: both; animation-delay: 0s; animation-name: InBottom; }

#kece .item { display: block; height: 100%; overflow: hidden; position: relative; width: calc(100% + 1px); animation-duration: 1.5s; animation-fill-mode: both; animation-delay: 1s; animation-name: fade; }

#kece .item > img { height: 745px; object-fit: cover; object-position: left center; width: 100%; transition: 3s ease; -moz-transition: 3s ease; -webkit-transition: 3s ease; }

#kece .item:hover { box-shadow: 0 0 33px rgba(0, 0, 0, 0.5); display: block; position: relative; z-index: 99; }

#kece .item:hover > img { object-position: right center; transition: 3s ease; -moz-transition: 3s ease; -webkit-transition: 3s ease; }

#kece .item .item-content { background-color: rgba(192, 192, 192, 0.8); color: #fff; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }

#kece .item .title { font-size: 30px; font-weight: 100; letter-spacing: 1px; margin: 0; }

#kece .item .static { color: #009ae5; font-family: "PlayFair Display"; font-size: 30px; font-style: italic; letter-spacing: 3px; line-height: 35px; margin: 0; }

/*#kece::after { background: #fff; border: 6px solid #fff; border-radius: 100%; bottom: -30px; box-shadow: 6px 3px 20px rgba(0, 0, 0, 0.4); content: ""; display: block; height: 65px; left: calc(50% - 31px); position: absolute; width: 65px; }*/

/*#kece::before { background: #fff url("../images/header-logo-before.png") no-repeat scroll center center / cover; border: 6px solid #fff; border-radius: 100%; bottom: -30px; content: ""; display: block; height: 65px; left: calc(50% - 31px); position: absolute; width: 65px; animation-duration: 1s; animation-fill-mode: both; animation-delay: 0s; animation-name: rotatex; animation-iteration-count: 3; animation-timing-function: linear; z-index: 99; }*/

#kece .item:hover .item-content { background-color: transparent; }
#kece .item:hover .title { background-color: rgba(224, 12, 81, 0.2); }




/*homecontent*/
#slogan { padding: 110px 0; animation-duration: 2s; animation-fill-mode: both; animation-delay: 3s; animation-name: fadeInUp; }
    #slogan h2 { font-weight: 300; letter-spacing: 10px; margin: 0; }
        #slogan h2 span { color: #009ae5; display: block; font-family: PlayFair Display; font-style: italic; font-weight: 500; letter-spacing: 3px; }
    #slogan img { position: absolute; right: -100px; top: 0; animation-duration: 1s; animation-fill-mode: both; animation-delay: 0s; animation-name: fadeInRight; margin-top: 35px; }

#about { /*padding-bottom: 80px;*/ padding-top: 80px; }
    #about > h2 { font-size: 36px; letter-spacing: 13.5px; line-height: 25px; margin: 0; }
    #about .text { margin: 45px 0 0; max-width: 770px; }


/*news*/
#news { margin: 80px auto 90px; }
    #news h3 { font-size: 24px; letter-spacing: 10px; margin: 0 0 75px; text-align: center; }
    #news .item h4 { font-size: 22px; font-weight: 700; margin: 0; }
    #news .item .news-desc { color: #555; font-size: 14px; font-weight: 500; margin: 20px 0; }
    #news .item .news-date { color: #b0073e; font-size: 14px; font-weight: 500; margin: 0; }


/*footer*/
#footer { animation-duration: 1s; animation-fill-mode: both; animation-delay: 2.7s; animation-name: fade;  }
.home #footer { animation-name: none !important; opacity: 1 !important; animation-delay: 0 !important; }
#footer .site-menu > ul > li { display: list-item; margin: 0; padding: 0; }
    #footer .site-menu > ul > li::before { display: none; }
    #footer .site-menu > ul > li > a { color: #000; font-weight: 500; padding: 5px 0; }
        #footer .site-menu > ul > li > a::before { background: url("../images/footer-li.png") no-repeat scroll 0 0; content: ""; display: inline-block; height: 5px; margin: -2px 7px 0 0; vertical-align: middle; width: 7px; }
        #footer .site-menu > ul > li > a:hover { color: #fff; }
    #footer .site-menu > ul > li:hover > a::before { transform: rotate(-90deg); }
    #footer .site-menu > ul > li ul { bottom: 25px; left: -10px; top: auto; }
    #footer .site-menu > ul > li.active > a { color: #fff; }
#footer .site-menu > ul li:hover > ul { animation-name: fadeInBottom; background-color: #a31c36; }

#footer #footerTop { padding: 45px 0; }
    #footer #footerTop h6 { color: #fff; font-size: 22px; font-weight: 700; letter-spacing: 3px; margin: 0 0 20px; }
    #footer #footerTop p { color: #000; font-size: 14px; margin: 0; }
    #footer #footerTop .social-media { margin-top: 25px; }
        #footer #footerTop .social-media .fa { margin-right: -2px; }

    #footer #footerTop .contact > div { position: relative; margin-bottom: 30px; }
        #footer #footerTop .contact > div::before { background-image: url("../images/footer-sprite.png"); content: ""; display: inline-block; height: 22px; left: 0; overflow: hidden; position: absolute; top: calc(50% - 11px); vertical-align: middle; width: 17px; }
        #footer #footerTop .contact > div.address::before { background-position: 0 0; }
        #footer #footerTop .contact > div.phone::before { background-position: 0 -28px; height: 18px; width: 19px; }
        #footer #footerTop .contact > div.email::before { background-position: 0 -51px; height: 14px; top: 4px; width: 21px; }
    #footer #footerTop .contact p { padding-left: 37px; }
    #footer #footerTop .contact .email a { color: #000; }

#footerBottom .copyright { background: #3d3d3d; color: #c8c8c8; font-size: 13px; font-weight: 600; padding: 15px 0; }


/*subpage*/
.master-content { padding-bottom: 50px; padding-top: 50px; animation-duration: 1s; animation-fill-mode: both; animation-delay: 2s; animation-name: fade; }
.master-img { height: auto; left: 0; opacity: 0.1; overflow: hidden; top: 0; width: 100%; z-index: 0; }
    .master-img:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(227,233,240,0) 11%, rgba(0,57,122,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(227,233,240,0) 11%,rgba(0,57,122,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(227,233,240,0) 11%,rgba(0,57,122,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00397a',GradientType=0 ); }
    .master-img img { width: 100%; }

#leftMenu { padding: 40px 20px; }
    #leftMenu .menu-title { color: #fff; font-size: 24px; font-weight: 900; margin: 15px 0; position: relative; }
    #leftMenu .nav > li > a { color: #fff; display: inline-block; opacity: 0.5; padding: 0; }
        #leftMenu .nav > li > a:hover,
        #leftMenu .nav > li > a:focus,
        #leftMenu .nav-pills > li.active > a,
        #leftMenu .nav-pills > li.active > a:hover,
        #leftMenu .nav-pills > li.active > a:focus { opacity: 1; background-color: transparent; }

.page-content { color: #555; padding: 40px 20px; }
    .page-content .content-title { color: #00397a; font-size: 50px; font-weight: 100; margin: 0; }
    .page-content .breadcrumb { background-color: transparent; border-bottom: 1px solid #eee; border-radius: 0; padding: 0; }
        .page-content .breadcrumb > li { list-style: outside none none; margin: 5px 0; }
            .page-content .breadcrumb > li a { color: #ccc; font-size: 13px; }
    .page-content h5 { color: #3f9e36; font-size: 22px; margin: 50px 0 10px; }
    .page-content strong, .page-content b { font-weight: 800; }

    .page-content p { min-height: 20px; }

.galeri img { border: medium none; box-shadow: none; height: 170px; margin-bottom: 30px; object-fit: cover; padding: 0; width: 100%; border-radius: 0; }
.galeri a:hover img { box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); padding: 5px; }



/*ik*/
.ik-form h3 { border-bottom: 2px solid; color: #3F9E36; font-size: 18px; margin: 0 0 20px; padding-bottom: 36px; text-align: center; }
    .ik-form h3 span { background-color: #3F9E36; border-radius: 50%; color: #fff; display: block; font-size: 13px; height: 25px; line-height: 22px; margin: 12px auto -49px; width: 25px; }
.ik-form .btn { background-color: #3f9e36; }


/*iletisim*/
.iletisim-subeler th, .iletisim-subeler td { border-bottom: 1px solid #eee; border-top: medium none !important; }
.iletisim-subeler iframe { margin-top: 55px; }
.iletisim-harita a { font-size: 12px; }
.iletisim-subeler strong, .iletisim-subeler b { color: #555; font-weight: 500; }
.contact .form-horizontal .control-label { font-size: 14px; font-weight: 500; padding-bottom: 5px; text-align: left; }
.contact .captcha > img { height: 80%; position: absolute; right: 18px; top: 3px; width: auto; }
.contact .btn { background-color: #3f9e36; border-radius: 0; color: #fff; padding: 10px 17px; }



/*sektör*/
.prod-points { margin: 75px -35px; animation-duration: .5s; animation-fill-mode: both; animation-delay: 2s; animation-name: fadeInUp; }
    .prod-points span { background-color: #eee; content: ""; height: 40%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; animation-duration: .5s; animation-fill-mode: both; animation-delay: 2s; animation-name: scaleOpen; }
    .prod-points .points, .prod-points .pointlist { height: 100%; left: 0; top: 0; width: 100%; }
    .prod-points .pr { height: 100%; }
.prod-cat-desc { padding-bottom: 45px; }

.sektor .prod-list a { color: #888; max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sektor .prod-list .active > a,
.sektor .prod-list .active > a:focus { color: #3f9e36; }
.sektor .tab-content > div { border: 1px solid #ddd; border-top: none; padding: 30px 15px; }
.sektor .prod-points .point { background-color: #00397a; border: 3px solid #ddd; border-radius: 50%; height: 20px; overflow: hidden; position: absolute; text-indent: -9999px; width: 20px; animation-duration: .5s; animation-fill-mode: both; animation-delay: 0s; animation-name: point; animation-iteration-count: infinite; cursor: pointer; z-index: 99; }
    .sektor .prod-points .point.active { background-color: #3f9e36; }

.sektor .tab-pane .tc.oh > a > img { margin-left: 30%; filter: drop-shadow(5px 7px 5px #aaa); transition: .6s ease; -moz-transition: .6s ease; -webkit-transition: .6s ease; }
.sektor .tab-pane:hover .tc.oh > a > img { margin-left: 0; transition: .6s ease; -moz-transition: .6s ease; -webkit-transition: .6s ease; }

.sektor .tooltip * { background-color: #00397A; border-bottom-color: #00397A !important; }
.sektor .tooltip.in, .sektor .tooltip { opacity: 1 !important; }
    .sektor .tooltip img { margin: 5px 0 10px; min-width: 300px !important; }
.sektor .tooltip-arrow { display: none !important; }
.sektor .tooltip-inner { max-width: 350px; width: 350px; }
.sektor #urunGaleri { padding-top: 25px; }
    .sektor #urunGaleri img { height: 80px; margin: 0 0 25px; object-fit: cover; width: 100%; }
        .sektor #urunGaleri img:Hover { opacity: 0.5; }



/*haberler*/
.haber-list { margin-bottom: 50px; }
    .haber-list .panel-body img { height: 150px; object-fit: scale-down; width: 100%; margin-bottom: 20px; }
    .haber-list .panel-body, .haber-list .panel-heading { padding: 0; }
        .haber-list .panel-heading .haber-desc { padding-bottom: 50px; }
        .haber-list .panel-heading a.btn, a.btn.tum-haberler { background: #ddd none repeat scroll 0 0; border: medium none; border-radius: 0; bottom: 0; box-shadow: none; color: #555; left: 15px; padding: 5px 10px; position: absolute; text-shadow: none; }
.haber-detay { padding-top: 50px; }
    .haber-detay small { color: #3f9e36; display: block; margin-top: 50px; }
a.btn.tum-haberler { margin-left: 15px; }



/*referanslar*/
.referanslar a { border: 1px solid #eee; display: block; margin: 0 -1px -1px 0; }
    .referanslar a img { border: 5px solid transparent; height: 150px; object-fit: scale-down; width: 100%; padding: 25px; }
    .referanslar a:hover img { border-color: #3F9E36; }


/*kataloglar*/
#kataloglar .panel { border: 1px solid #eee; border-radius: 0; color: #aaa; display: block; font-size: 15px; margin: 10px 0; padding: 0; }
    #kataloglar .panel:Hover { box-shadow: 0 10px 15px; margin: 0 0 20px; }











/*responsive*/
@media(max-width:1366px) {
    #kece .item .title { font-size: 24px; font-weight: 300; }
}

@media(max-width:1136px) {
    .container { width: 98%; }
}

@media(max-width:993px) {
    .site-menu > ul > li { padding: 5px 3px; }
}

@media(max-width:800px) {
    #header .col-sm-8 { display: block; float: none; margin-top: 90px; width: 100%; }

    #header .social-media { position: absolute; right: 20px; top: -70px; }
    #header .site-menu { text-align: center; }
}

@media(max-width:720px) {
    #header .site-menu {
    background: #a31c36 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: -30px;
    width: 70%;
}
    .site-menu > ul > li { display: block; padding: 0; }
        .site-menu > ul > li > a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 10px; }
    #footerTop > .container > .row > div { display: inline-block; float: left; margin-bottom: 30px; vertical-align: top; width: calc(100% / 12 * 6); }
    #footer #footerTop h6 { letter-spacing: 0; }
    .site-menu > ul li:hover > ul { animation-name: none; display: none; }
    #siteMenu a { color: #fff; }
    .master-left { height: auto !important; text-align: center; }
    .navbar-toggle { background-color: #a31c36; color: #fff; font-size: 27px; line-height: 10px; margin: 0; position: absolute; right: 20px; top: 45px; }
    .home #header { background-color: #fff; }
    #header .col-sm-8 { margin: 0; }
}

@media(max-width:480px) {
    #header .social-media { padding: 0 10px; right: 0; text-align: left; top: -100px; width: 100%; }
    .navbar-toggle { right: 15px; top: 20px; }
    #footerTop > .container > .row > div { display: block; float: none; width: 100%; }
}

@media(max-width:320px) {
    #header .site-logo a { height: 60px; width: 275px; }
        #header .site-logo a::before { width: 60px; }
    #header .social-media { top: -90px; }
}




/* animate */
@keyframes fade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInBottom {
    0% { opacity: 0; transform: translateY(-50px); }
    100% { opacity: 1; transform: translateY(0px); }
}

@keyframes InBottom {
    0% { opacity: 1; transform: translateY(-550px); }
    100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInLeft {
    0% { opacity: 0; transform: translateX(-100px); }
    100% { opacity: 1; transform: translateX(0px); }
}

@keyframes fadeInRight {
    0% { opacity: 0; transform: translateX(150px); }
    100% { opacity: 1; transform: translateX(0px); }
}

@keyframes scaleOpen {
    0% { transform: scale(0, 1); -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -o-transform: scale(0, 1); -ms-transform: scale(0, 1); }
    100% { transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); }
}

@keyframes rotatex {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@keyframes imageAnimation {
    0% { opacity: 1; }
    100% { opacity: 1; transform: scale(1.25); }
}

@keyframes logo {
    0% { opacity: 0; transform: rotate(180deg); }
    100% { opacity: 1; transform: rotate(0); }
}

@keyframes point {
    0% { border-width: 1px; }
    50% { border-width: 5px; }
    100% { border-width: 1px; }
}











/*codessssss---------*/
.inner-banner{
    margin: 0;
    padding: 0;
    position: relative;
}
.inner-banner img{
    width: 100%;
}
.mb-3{
    margin-bottom: 30px;
}
.pro-content{
   margin: 50px 0;
    padding: 0;
}
.pro-content h1{
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.pro-content h2{
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.pro-content h3{
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #a31c36;
}
.pro-content h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 0;
    color: #000;
}
.pro-box-main {
    position: relative;
    padding: 0;
    margin: 0;
    display: table;
}
.pro-box {
    background: #fff;
    text-align: center;
    display: table-cell;
    width: 25%;
    vertical-align: top;
}
.pro-box p{
    padding:15px;
    margin: 0;
	    text-align: justify;
}
.pro-box h3{
    font-size: 18px;
    padding:15px 15px 0;
    margin-bottom: 0px;
} 

.contact-box{
    padding: 10px 15px;
    background: #e0e0e0;
}



.map{
    margin-top: 50px;
}

.sticky {
  position: fixed;
  top: 0;
    background: #fff;
  width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.sticky img{
    width: 30%;
}
.sticky .site-menu{
    margin-top: 10px !important;
}
.sticky .navbar-toggle {
    right: 15px;
    top: 10px;
}