/* popup  CSs*/
 #pop-up{ padding: 10px 16px;
                font-size: 18px;
                line-height: 1.33;
                border-radius: 6px;
                position: fixed;
                top: 300px;
                right: 0px;
                z-index: 999999;
                background: #ec3c01;
                border: 2px solid #eceae9;
                -webkit-box-shadow: 0 0 10px #fff;
                box-shadow: 0 0 10px #fff;
          }
          .sub-btn{
                background: #ec3c01;
                width: 100px;
                color: #fff;
                font-size: 18px;
          }
        .sub-btn:hover{
                background: #333;
                width: 100px;
                color: #fff;
                font-size: 18px;
          }     #pop-up{ padding: 10px 16px;
                font-size: 18px;
                line-height: 1.33;
                border-radius: 6px;
                position: fixed;
                top: 300px;
                right: 0px;
                z-index: 999999;
                background: #ec3c01;
                border: 2px solid #eceae9;
                -webkit-box-shadow: 0 0 10px #fff;
                box-shadow: 0 0 10px #fff;
          }
        #call-btn{ 
                padding: 10px 16px;
                font-size: 18px;
                line-height: 1.33;
                border-radius: 25px 0 0 25px;
                position: fixed;
                top: 220px;
                right: 0px;
                z-index: 999999;
                background: #cb011b;
                border: 2px solid #eceae9;
                -webkit-box-shadow: 0 0 10px #fff;
                box-shadow: 0 0 10px #fff;
          }
          .form-control{
              margin-bottom: 10px;
              -moz-box-shadow: 0 0 2px #999;
                -webkit-box-shadow: 0 0 2px #999;
                box-shadow: 0 0 2px #999;
          }
  
        #btn-fix{
             position: fixed;
                top: 300px;
                right: 0px;
                z-index: 999;   
            }
/* popup Css */

.contact-info ul li a{
    color: #444444!important;
}

#heading-sub {
    padding-bottom: 50px;
    font-size: 3em!important;
    text-align: center!important;
    line-height: 30px;
    font-size: 30px;
    font-family: 'Crete Round', serif;
    color: crimson;
    text-shadow: 2px 1px #c7c7c7;
}
.section-title .title-head-text{
    text-align: center;
    font-size: 24px;
    color:#fff;
    
}