* {
    padding: 0;
    margin: 0;
    outline: 0; }

body {

    min-width: 320px;

    color: #000;

    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;

    background: #ebebeb;
}

header .container-fluid{
    padding: 0;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

p{
    font-size: 18px;
    line-height: 34px;
    margin: 0;
    text-align: justify;
}

img{
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

article{
    margin: 0 0 30px 0;
    overflow: hidden;
}

figure{
    margin: 0;
}

.img-wrap{
    position: relative;
}

.img-wrap figure{
    position: relative;

    width: 100%;

    padding-top: 75%;

    margin: 0; 
}

.img-wrap figure img{
    position: absolute;

    display: block;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: 0;

    object-fit: cover;
}

/*top bar*/

.prod-cart{
    margin: 0 5px 0 0 !important;
}

.prod-cart a i{
    position: relative;
}

.prod-cart a i span{
    position: absolute;
    top: -10px;
    right: -5px;
}

.top-phn{
    list-style: none;
    margin: 0;
}

.top-phn li{
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}

.top-email{
    list-style: none;
    margin: 0;
}

.top-email li{
    color: #fff;
    font-weight: 500;

}

.top-bar{
    padding: 5px 0;
    background: rgba(246,164,26,0.5);
}

/*header top*/

.slider-wrap header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slogn h1{
    font-size: 54px;
    text-transform: uppercase;
    color: #eeb37c;
    /*-webkit-text-stroke: 2px #3d3f92;*/
    font-weight: 900;
    margin: 0;
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
}

.head-top{
    padding: 10px 0 10px 0;
    background: #fff;
}

.head-top .logo-wrap img{
    max-width: 170px;
    width: 100%;
}

.headadd-wrap{
    display: block;
    justify-content: space-between;
}

.head-socio {
    list-style: none;
    text-align: right;
    margin: 0;
}

.head-socio li{
    display: inline-block;
    margin: 0 0 0 5px;
}

.head-socio li a{
    display: inline-block;
    font-size: 20px;

}

.head-socio li a i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #eeb37c;
    text-align: center;
    transition: 0.4s;
    font-size: 16px;
    border-radius: 50%;
}

.head-socio li a i:hover{
    background: #000;
    color: #fff;
}

/*nav-sec*/

.nav-sec{
    position: relative;
    z-index: 3;
    padding: 0;
    overflow-x: clip;
    background: #3c1917;

}

.nav-sec .navbar{
    padding: 0;
}

.nav-sec .navbar .nav-link{
    padding: 14px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
    font-size: 14px;
    position: relative;
}

.nav-sec .navbar .nav-link:before{
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 100%;
    background: url(../images/menu-border.png) center center no-repeat;
}

.nav-sec .navbar .nav-item:last-child .nav-link{
    border-right: none;
}

.nav-sec .navbar .nav-item.active .nav-link, .nav-sec .navbar .nav-link:hover{
    color: #eeb37c;
}

.nav-sec .dropdown:hover .dropdown-menu{
    display: block !important;

}

.nav-sec .dropdown .dropdown-menu{
    margin: 0;
    background: #619240;
    border-radius: 0;
    padding: 0;
    width: 310px;
}

.nav-sec .dropdown .dropdown-menu .dropdown-item{
    transition: 0.4s;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.nav-sec .dropdown .dropdown-menu .dropdown-item:hover{
    background: #f9a61a;
    color: #fff;
}

/*for new nav system*/

.navbar .navbar-collapse{
    justify-content: center;

}

.main-navigation{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-sec .main-navigation .menu-item a{
    padding: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
    font-size: 14px;
    position: relative;
    display: block;
}

.nav-sec .main-navigation .menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background: url(../images/menu-border.png) center center no-repeat;
}


.nav-sec .main-navigation .menu-item.active a, .nav-sec .main-navigation .menu-item a:hover {
    color: #eeb37c;
}


.menu-item-has-children{
    position: relative;
}

.sub-menu{
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    display: none;
    position: absolute;
}

.nav-sec .menu-item-has-children .sub-menu {
    margin: 0;
    background: #619240;
    border-radius: 0;
    padding: 0;
    width: 310px;
}

.nav-sec .menu-item-has-children:hover .sub-menu {
    display: block !important;
}

.nav-sec .menu-item-has-children .sub-menu a{
    transition: 0.4s;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.nav-sec .menu-item-has-children .sub-menu a:hover{
    background: #f9a61a;
    color: #fff;
}

.menu-item-has-children > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.slider-wrap{
    position: relative;
}

/*top banner*/

.testim.inr .testim-wrap{
    margin: 0 0 20px 0;
}

.comp-info strong{
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    display: block;
    color: #eeb37c;
}

.comp-contct{
    list-style: none;
    text-align: center;
    margin: 0;
}

.comp-contct li{
    font-size: 20px;
    color: #3c1917;
    font-weight: 500;
    line-height: 35px;
}

.comp-contct li i{
    color: #3c5131;
    width: 30px;
    text-align: center;
}

.menu-contn{
    padding: 50px 0;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.menu-contn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.menu-contn h3{
    color: #eee;
    font-size: 56px;
    margin: 0 0 20px 0;
}

.menu-contn p{
    color: #fff;
    position: relative;
    font-style: italic;
}

.menu-head{
    position: relative;
    margin-top: 60px;
}

.menu-list{
    text-align: center;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 5px 20px 5px 20px;
}

.menu-list .img-wrap{
    flex: 1;

}

.menu-list .img-wrap figure{
    width: 80px;
    padding-top: 80px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.menu-list .menu-dtl{
    text-align: left;
    padding: 0 20px;
    flex: 4;
}

.menu-list .price{
    flex: 1;
    font-size: 20px;
    color: #26462e;
}

.menu-list .menu-dtl p{
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

.menu-dtl strong{
    color: #3c1917;
}



/*main slider*/

.slider-wrap .captions{
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 9;
    text-align: left;
    max-width: 500px;
    transform: translateY(-50%);
}

.slider-wrap .captions h1 {
    color: #eeb37c;
    font-size: 40px;
    text-transform: uppercase;
}

.slider-wrap .captions p{
    color: #fff;
    font-size: 16px;
}

.slide-sec{
    position: relative;
}

.slide-sec:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}

.captions a{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 10px;
    background: #175a83;
    color: #fff !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0 0 0;
}

.captions a:hover{
    background: #000;
    color: #fff;
}

.slide-img{
    position: relative;
    width: 100%;
    padding-top: 700px;
    margin: 0;
}

.slide-img img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    object-fit: cover;
}

#main-slider .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#main-slider .owl-dots .owl-dot span{
    content: "\f0f4";
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    position: relative;
    background: none;
}

#main-slider .owl-dots .owl-dot span:before{
    content: "\f0f4";
    font-family: "Font Awesome 5 Free";
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #fff;
}

#main-slider .owl-dots .owl-dot.active span:before{
    content: "\f0f4";
    color: #eeb37c;
}

/*welcome notes*/

.wel-wrap h2{
    font-size: 22px;
    color: #3c1917;
    line-height: 35px;
}

.wel-wrap h2{
 text-align: center;
}

.wel-wrap{
    margin: 0 0 20px 0;
}

.wel-wrap p{
text-align: justify;
}

.wel-wrap h2 span{
    font-size: 34px;
    display: block;
    color: #806042;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}

.wel-wrap h2 span:after, .wel-wrap h2 span:before {
    content: "";
    position: absolute;
    height: 15px;
    border-bottom: 2px solid #ddd;
    top: 0;
    width: 50px;
}

.wel-wrap h2 span:after{
    left: 100%;
    margin-left: 15px;
}

.wel-wrap h2 span:before{
    right: 100%;
    margin-right: 15px;
}

.wel-wrap p{
    color: #3c1917;
    font-style: italic;
    font-size: 18px;
}

.wel-note{
    padding: 40px 0;
    position: relative;
    background: #fff;
    background-image: url(../images/coffee-beans.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.wel-note:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9)
}

.wel-imgwrap{
    position: relative;
    width: 100%;
    min-height: 440px;
}

.wel-imgwrap .wel-img1{
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    border-radius: 10px 70px 10px 70px;
    overflow: hidden;
    border: 3px solid #fff;
}

.wel-imgwrap .wel-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    border-radius: 10px 70px 10px 70px;
    overflow: hidden;
}

.wel-imgwrap img{
    height: 250px;
    object-fit: cover;
    width: 350px;
}

/*opening time*/

.opening-time{
    padding: 10px 20px;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    border: 2px dashed #c7ad7b;
    border-radius: 10px;
}

.opening-time:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);

}

.opening-time strong{
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    display: block;
    position: relative;
    color: #806042;
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
}

.opening-time strong:before{
    content: "";
    position: absolute;
    position: absolute;
    height: 15px;
    border-bottom: 2px solid #ddd;
    top: 0;
    width: 50px;
    left: 100%;
}

.opening-time span{
    margin: 0 0 0 20px;
}

.opening-time li{
    line-height: 30px;
    display: inline-block;
    width: 49%;
    font-size: 16px;
    font-weight: 500;
}

.time-list{
    list-style: none;
    position: relative;
    margin: 0;
}

/*Join us */

.join-us{
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.join-us:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8)
}

.join-sec{
    text-align: center;
}

.join-sec p{
    font-size: 16px;
    line-height: 28px;
}

.join-sec h3{
    font-size: 22px;
    font-weight: 700;
    color: #3c1917
}

.join-sec a{
    border: 2px solid #eeb37c;
    padding: 6px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 1.7;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    color: #eeb37c;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.join-sec a:hover{
    background: #eeb37c;
    color: #fff;
}

.join-us .contct-form{
    margin: 0;
}

.main-header{
    text-align: center;
}

.main-header h3{
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 55px 0;
    color: #eeb37c;
    position: relative;
    display: inline-block;
}

.main-header h3 span{
    color: #633515;
}

.main-header h3:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
    background: url(../images/title-bar.png);
    height: 33px;
    width: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

/*testimonials section*/

.testim{
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.testim:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.testim-wrap .img-wrap figure{
    width: 120px;
    padding-top: 120px;
    background: #aaa;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testim-wrap .img-wrap{
    margin: 30px 0 30px 0;
}

.testim-wrap{
    margin: 0 auto;
}

.testim-dtl h4{
    font-style: italic;
    font-size: 20px;
    margin-bottom: 45px;
    line-height: 40px;
    color: #fff;
}

.testim-dtl strong{
    font-size: 16px;
    color: #eeb37c;
    font-weight: 400;
    margin-bottom: 0;
}

.testim .owl-theme .owl-nav button{
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);


}

.testim .owl-theme .owl-nav button i{
    background: #3c1917;
    padding: 10px 15px;
    color: #fff;
    transition: 0.4s;
    border-radius: 10px;
}

.testim .owl-theme .owl-nav button i:hover{
    background: #eeb37c;
}

.testim .owl-theme .owl-nav button.owl-prev{
    left: -10px;
}

.testim .owl-theme .owl-nav button.owl-next{
    right: -10px;
}

.owl-theme .owl-nav [class*="owl-"]{
    transition: 0.4s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background: #eeb37c ;
}

.testim-wrap .img-wrap img{
    max-width: 150px
}

.testim-wrap{
    display: flex;
    border: 2px solid #eeb37c;
    padding: 30px;
    border-radius: 10px 40px;
    margin: 0 15px;
}

.testim-wrap .img-wrap{
    flex: 1;
    margin: 0 20px 0 0;
}

.testim-dtl{
    text-align: left;
    flex: 5
}

/*members section*/

.members{
    padding: 50px 0;
}

.mem-wrap .img-wrap{
    text-align: center;
}

.mem-wrap .img-wrap img{
    max-width: 800px;
    width: 100%;
}

/*address bar */

.addrs-bar{
    background: #3c1917;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.addrs-sec{
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 4;
}

.addrs-contn h5{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.addrs-contn strong{
    position: relative;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    display: block;
    font-weight: 400;
}

.addrs-sec i{
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 190px;
    color: #eeb37c;
    opacity: 0.2
}

.map-wrap{
    flex: 8;
}

/*footer*/

footer{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.foot-wrap {
    text-align: center;
}

.foot-wrap p{
    color: #fff;
    font-size: 14px;
}

footer{
    text-align: center;
    padding-top: 30px;
}

footer .logo-wrap{
    padding: 20px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    border-radius: 10px;
}

footer .logo-wrap img{
    max-width: 140px;
}

.foot-cont{
    list-style: none;
    margin: 20px 0 0 0;
}

.foot-cont li{
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.foot-cont li i{
    width: 30px;
    text-align: center;
    color: #eeb37c;
}

.foot-cont li a {
    color: #fff;
    line-height: 40px;
    font-size: 15px;
}

.foot-quick{
    list-style: none;
}

.foot-quick li{
    line-height: 40px;
    padding: 0 0 0 30px;
    position: relative;
}

.foot-quick li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    z-index: 2;
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: none;
    color: #fff;
    line-height: 20px;
}

.foot-quick li a{
    font-size: 16px;
    color: #ddd;
    display: inline-block;
    transition: 0.4s;
    font-weight: 500;
}

.foot-quick li a:hover{
    color: #000;
}

.foot-wrap h5 i{
    margin: 0 5px 0 0;
    color: #e7d684;
}

footer .head-socio {
    text-align: center;
}

footer .head-socio li a i{
    background: #eeb37c;
}

footer .head-socio li a i:hover{
    background: #3c1917;
    color: #eeb37c;
}

.foot-wrap h5 img{
    width: 40px;
}

.foot-wrap .logo-wrap img{
    width: 150px;
    margin: 0  auto;
}

.foot-wrap .logo-wrap{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.copy-wrap{
    display: flex;
    justify-content: center;
    color: #fff;

}

.copy-wrap p{
    font-size: 12px;
}

.copy-r{
    padding: 10px 0;
    margin: 30px 0 0 0;
    background: #0a0a08;
    position: relative;
}

/*opening time*/

.opening-hr{
    padding: 50px 0;
    position: relative;
    background: #f8f2d8;
}

.opening-hr:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
}

.open-warp h5{
    font-size: 36px;
    text-transform: uppercase;
    font-style: italic;
    color: #e7d684;
    font-weight: 500;
}

.open-warp ul{
    list-style: none;
}

.open-warp ul li{
    line-height: 40px;
    font-size: 20px;
}

.open-warp ul li span{
    width: 100px;
    display: inline-block;
    font-weight: 500;
}

.open-warp ul li i{
    color: #633515;
    margin: 0 5px 0 0;
}

/*contact page*/

.qck-contact h2{
    color: #fff;
    font-size: 20px;
}

.contact-sec{
    padding: 50px 0;
}

.contct-form {
    text-align: center;
    margin: 0 0 50px 0;
}

.contct-form .form-control {
    border-radius: 5px 10px;
    padding: 20px 15px;
    background-color: #fff;
}
.contct-form .form-control:focus{
    box-shadow: 0 0 0 .2rem #fcf9ec;
}



.contact-sec .head-addrs ul li{
    color: #65350f;
}

.contact-sec .head-addrs ul li strong{
    font-size: 20px;
}

.contact-sec .head-addrs i{
    border: 1px solid #e7d684;
    color: #633515;
}

/*footer new*/

.contact-sec{
    padding: 50px 0;
}

.contact-form .head-addrs{
    text-align: left;
    display: flex;
    margin: 0 0 30px 0;
}

.contact-form .head-addrs ul{
    list-style: none;
    padding: 20px 0;
    flex: 4;
}

.contact-form .head-addrs i{
    color: #eeb37c;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    flex: 1;
}

.contact-form .head-addrs ul li{
    line-height: 30px;
    font-size: 18px;

}

.contact-form .head-addrs ul li strong{
    font-size: 20px;
    text-transform: uppercase;
}

.contact-form{
    background: #2d3e50;
    padding: 50px 0;
}

.contc-head h2{
    color: #fff;
    margin: 0 0 30px 0;
}

.contact-form .form-control{
    border-radius: 0;
    padding: 25px;
}

.contact-form .form-group .btn{
    border-radius: 0;
    background: #000;
    transition: 0.4s;
}

.contact-form .form-group .btn:hover{
    background: #175a83;
    color: #fff;
}


/*contact page*/

.contact-wrap .wel-wrap{
    margin: 0 0 30px 0;
}

.contact-wrap .wel-wrap h2{
    line-height: 35px;
    text-transform: uppercase;
}

.contact-wrap .wel-wrap h2 span{
    text-transform: capitalize;
}

.bg-fix{
    position: relative;
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
}

.bg-fix:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}


.contact-wrap .title-wrap{
    margin: 0 0 30px 0;
}

.contact-wrap{
    padding: 50px 0 0 0;
    background: #eee;
}

.contct-phn{
    text-align: center;
}

.contct-phn strong {
    font-size: 18px;
    color: #fff;
    display: block;
}

.contct-phn  i{
    font-size: 26px;
    display: inline-block;
    margin: 0 0 20px 0;
    color: #eeb37c;
    border: 2px solid #eeb37c;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.white-wrap {
    padding: 20px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    margin: 0 0 20px 0;

}

.serv-contct{
    padding: 30px 0;
}

.contct-form .btn-primary{
    border: 2px solid #26462e;
    padding: 6px 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 1.7;
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    color: #26462e;
    font-weight: 500;
    background-color: transparent;
}

.contct-form .btn-primary:hover{
    background-color: #26462e;
    color: #fff;
}
.thumbnail>img,.thumbnail a>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.thumbnail .caption{padding:9px;color:#333}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}

.thumbnail{border-color:#faebcc}.form-group.has-error .fileinput .fileinput-preview{color:#a94442}.form-group.has-error .fileinput .thumbnail{border-color:#ebccd1}.form-group.has-success .fileinput .fileinput-preview{color:#3c763d}.form-group.has-success .fileinput .thumbnail{border-color:#d6e9c6}
.thumbnail{border-radius:0}.about-wrap img{width:100%}