@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/Roboto-Bold.woff') format('woff'), 
      url('../fonts/Roboto-Bold.ttf')  format('truetype'), 
      url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/Roboto-Regular.woff') format('woff'), 
      url('../fonts/Roboto-Regular.ttf')  format('truetype'), 
      url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SerifaStd-Black';
  src: url('../fonts/SerifaStd-Black.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/SerifaStd-Black.otf')  format('opentype'),	     
      url('../fonts/SerifaStd-Black.woff') format('woff'), 
      url('../fonts/SerifaStd-Black.ttf')  format('truetype'), 
      url('../fonts/SerifaStd-Black.svg#SerifaStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SerifaStd-Bold';
  src: url('../fonts/SerifaStd-Bold.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/SerifaStd-Bold.otf')  format('opentype'),      
      url('../fonts/SerifaStd-Bold.woff') format('woff'), 
      url('../fonts/SerifaStd-Bold.ttf')  format('truetype'), 
      url('../fonts/SerifaStd-Bold.svg#SerifaStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  
      url('../fonts/HelveticaNeue.woff') format('woff'), 
      url('../fonts/HelveticaNeue.ttf')  format('truetype'), 
      url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-size: 19px;
    color: #888a8d;
    font-family: 'Roboto-Regular';
    overflow-x: hidden
}
*,
ol,ul,h1,h2,h3,h4,h5,h6,p,ol,li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ol,ul {
    list-style: none;
}
a {
    transition: all .4s;
}
#wrapper {
    width: 100%;
    height: auto;
    overflow-x: hidden
}
.container-inner{
    width: 1260px;
    margin: 0 auto;
    height: auto
}
.header{
    background: #bcbdc0;
    position: fixed;
    z-index: 21;
    height: auto;
    width: 100%;
    
}
.header .navbar-default{
    background: transparent;
    border: 0
}
.logo{
    width: 320px;
    height: auto
}
.logo a{
    display: block;
    
}
.logo a img{
    width: 100%
}
a.logo_num{
    text-align: right;
    color:#8b1345;
    font-size: 20px;
    font-family: 'HelveticaNeue';
    float: right
}
#navbar ul.nav.navbar-nav{
    float: none
}
#navbar ul.nav.navbar-nav li a{
    color: #8b1345;
    font-family: 'SerifaStd-Black';
    padding: 0;
    font-size: 22px;
    
}
#navbar ul.nav.navbar-nav li a:hover{
    color: rgba(139,19,69,.6)
}
#navbar ul.nav.navbar-nav li{
    padding: 0 46px;
    border-right: 3px solid #6d6e71;
    float: none;
    display: inline-block
}
#navbar ul.nav.navbar-nav li:last-child{
    border: 0;
    padding-right: 0
}
#navbar ul.nav.navbar-nav li:first-child{
    padding-left: 0
}
.header .menu{    
    height: 100px;
    margin: 0;
    width: 100%;
}
.header .menu .navbar{
    height: 100%;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-left: 90px;
    margin: 0
}
.navbar-header{
    display: table-cell;
    vertical-align: middle;
    float: none
}
#navbar.navbar-collapse{
    /*display: table-cell !important;*/
    vertical-align: middle;
    float: none;
    text-align: right
}


.banner {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    padding-top:100px
}
.banner img{
    width: 100%
}

.main-content{
    width: 100%;
    display: block;
}
.about{
    display: block;
    padding: 40px 0 80px
}

.about_left{
    width: 70%;
    float: left;
    padding-right: 7%;
    box-sizing: border-box
}
.right_img{
    width: 20%;
    position: relative;
    right: 0;
    width: auto;
    float: left;
}
.right_img img{/*
    width: 100%;*/
    position: absolute;
    left: 0;
    top: 0
}

.about .about_left h2{
    padding-bottom: 25px;
    font-size: 34px;
    font-family: 'SerifaStd-Bold';
    color:#6d6e71
}
.about .about_left span{
    color: #8b1345
}
.about .about_left h3{
    padding-bottom: 10px;
    font-size: 27px;
    font-family: 'Roboto-Bold';
    color:#6d6e71

}
.about .about_left p{
    padding-bottom: 20px;
    font-size: 19px;
    font-family: 'Roboto-Regular';
    color: #888a8d;
    line-height: 27px;
}
.about .about_left h4{
    padding: 25px 0;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color:#6d6e71

}
.about .about_left p a{
    color: #0563c1;
    text-decoration: underline
}
.about .about_left p a:hover{
    color: #000
}
.our_work{
    display: block;
    padding: 40px 0 60px
}
.work_inner{
    width: 50%;
    box-sizing: border-box;
    float: left;
    
    padding-right: 20px
}
.work_inner h2,
.gallery h2{
    padding-bottom: 50px;
    font-size: 34px;
    font-family: 'SerifaStd-Bold';
    color:#6d6e71
}
.gallery h2{
    padding-bottom: 35px
}
.work_inner span{
    color: #8b1345
}
.work_inner p{
 /*   padding-bottom: 20px;*/
    font-size: 19px;
    font-family: 'Roboto-Regular';
    color: #808285;
    line-height: 27px;
}
.work_inner ul{
    /*list-style-type: disc;*/
    /*padding-left: 25px;*/
    color: #808285;
    padding: 25px 0px 25px 0px
}
.work_inner ul li{
    
    color: #808285;
    padding: 5px 25px;
    position: relative;
}
.work_inner ul li:last-child{
    padding-bottom: 0
}
.work_inner ul li:before{
    content:'';
    position: absolute;
    background: url('../images/dots.png');
    height: 5px;
    width: 5px;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.work_inner h4{
    padding: 0 0 30px 0;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color:#6d6e71

}
.gallery{
   width: 50%;
    box-sizing: border-box; 
    float: right;
}
.thumb_img{
    width: 275px;
    max-height: auto;
    height: 205px;
    float: left;
    margin-bottom: 30px;
    
}
.thumb_img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.thumb_img:first-child{
    margin-right: 30px    
}
.thumb_img:nth-child(2n+2){
    margin-right: 30px
}
.testimonial 
{
    display: block;
    padding:50px 0 30px 0
}
.testimonial h3{
    font-size: 27px;
    font-family: 'Roboto-Bold';
    color: #6d6e71;
    margin-bottom: 50px;
    padding-left: 15px
}
.testimonial h4{
    padding: 0 0 25px 0;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    color:#6d6e71
}
.testimonial p{
    padding-bottom: 30px
}
.testimonial  span{
    color: #8b1345
}
.testimonial p em{
    font-style: normal;
    color: #666;
}
.news {
    padding-top: 40px;
    padding-bottom: 70px
}
.news p{
    padding-bottom: 20px;
}
.contact-us{
    width: 100%;
    padding: 40px 0 30px
}
.contact-detail{
    padding: 0
}
.contact-detail h2{
    padding-bottom: 10px;
    font-size: 34px;
    font-family: 'SerifaStd-Bold';
    color:#6d6e71
}
.contact-detail p{
    font-size: 19px;
    color: #808285;
    padding: 15px 0
}
.contact-detail p a{
    color: #808285;
}
.contact-detail span{
    color: #8b1345
}
.contact-form{
    padding: 0
}
.contact-form h3{
    font-size: 27px;
    font-family: 'Roboto-Bold';
    padding: 10px 0 20px
}

.form-group{
    margin-bottom: 5px
}
.form-group input{
    border: 1px solid #6c6c6c
}
.form-group textarea{
    height: 190px;
    border: 1px solid #6c6c6c
}
.form-group input::placeholder,
.form-group textarea::placeholder{
    color: #d1d3d4
}
.btn-default.sub_btn{
    background: #8b1345;
    color: #fff;
    border: 0;
    float: right;
    margin-top: 20px;
    font-family: 'HelveticaNeue';
}

.footer{
    padding: 70px 0 50px;
    background: #bcbec0;
}
.footer-inner{
    padding-right: 90px;
    width: 100%;
    box-sizing: border-box
}
.footer-inner h3{
    color: #8b1345;
    padding-bottom: 25px;
    font-size: 26px;
    font-family: 'SerifaStd-Bold';
}

.footer-inner p{
    color: #fff;
}
.f_left{
    float: left
}
.f_logo{
    width: 20%;
}
.f_logo a{
    display: block
}
/*.f_right{
    width: 80%;
    padding-top: 90px
}*/
.f_left.f_right p{
    padding-bottom: 16px
}
.association{
    width: 20%;  ;
    /*padding-top: 90px*/
}
.association .hia_1{
    margin-right: 25px
}
.acn_lic{
    width: 30%;
      padding: 0 0 0 15px  ;
   /* padding-top: 90px*/
}
.f_contact{
    width: 30%;
     padding: 0 0 0 15px;
    /*padding-top: 90px*/
}
.f_contact .social-icon p{
    padding-bottom: 15px;
    font-family: 'Roboto-Bold';
    font-size: 19px
}
.f_contact .social-icon{
    padding-top:12px
}
.f_contact .social-icon a{
    margin-right: 17px;
    display:inline-block
}
.f_contact p a{
    color: inherit
}

.contact-detail .social-icon{
   display:none;
}

/*****Sticky header*****/
#myHeader{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#myHeader.sticky_head {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    
}
#myHeader.sticky_head  .menu{
    height: 100px;
    margin: 0
}
#myHeader.sticky_head a.logo_num{
    font-size: 20px;
}
#myHeader.sticky_head #navbar ul.nav.navbar-nav li a{
        font-size: 22px;
}
#myHeader.sticky_head .logo {
    width: 320px;
}
#myHeader.sticky_head + .banner{
    padding-top: 160px
}

/*Default_pg_css*/
.default_pg h1{
    padding-bottom: 10px;
    font-size: 42px;
    font-family: 'SerifaStd-Bold';
    color:#6d6e71
}
.default_pg h2{
    padding-bottom: 10px;
    font-size: 34px;
    font-family: 'SerifaStd-Bold';
    color:#6d6e71
}
.default_pg h3{
    padding-bottom: 10px;
   font-family: 'SerifaStd-Black';
    font-size: 27px;
    color:#6d6e71
}
.default_pg h4{
    padding-bottom: 10px;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color:#6d6e71
}
.default_pg h5{
    padding-bottom: 10px;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    color:#6d6e71
}
.default_pg h6{
    padding-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    color:#6d6e71
}
.default_pg ul{
    list-style-type: disc;
    padding-left:20px;
}
.default_pg ul li{
    color: #808285;
    padding: 5px 0;
}

.default_pg ol{
    list-style-type: decimal;
    padding-left:20px;
}
.default_pg ol li{
    color: #808285;
    padding: 5px 0;
}
.default_pg a{
    color: #0563c1;
    text-decoration: underline
}
.default_pg a:hover{
    color: #000
}
.default_pg strong{
    font-family: 'Roboto-Bold';
}
.default_pg b{
    font-family: 'Roboto-Bold';
}
.default_pg span{
    color: #8b1345;

}
.default_pg p{
    font-weight: normal;
    line-height: 27px;
    font-family: 'Roboto-Regular';
    font-size: 19px;
    padding-bottom: 10px
}

#work.our_work h2{
    padding-bottom: 50px;
    font-size: 34px;
    font-family: 'SerifaStd-Bold';
    color: #6d6e71;
}
#work.our_work h2 span{
    color: #8b1345;
}
#work.our_work h3,
.news h3{
   padding-bottom: 30px;
    font-size: 27px;
    font-family: 'Roboto-Bold';
    color: #6d6e71;
}
.news h3 {
    padding-left: 15px
}
.news_wrap p strong{
    font-weight: bold;
    color: #6d6e71;
}
.banner section {
    padding: 0
}

.fancybox-opened .fancybox-title { background:url('http://wp4.upupload.com/blog65902/9gymxtwyt65902/wp-content/uploads/2018/06/logo.png') no-repeat right center #ffffff; background-size: auto 65px; height: 80px; color:#333333; border-right:15px solid #ffffff; width:100%; left:0; right:0; text-align: left;}
.fancybox-title-float-wrap .child { background: none; color:#000000;  font-weight: normal; text-shadow: none; font-size: 20px;    line-height: 70px;}
.fancybox-title-float-wrap .child::nth-word(1) {  font-weight: bold;}

.fancybox-caption b { color:#000000;}
.fancybox-caption:before { display: none;}