 body,p{
    font-family: 'Lato', sans-serif;    
    font-size:14px; 
    font-weight: normal;   
 }
 h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto', sans-serif;    
 }

 .section-heading{
     
    font-family: 'Roboto', sans-serif;
    font-weight: bold;    
    color: #130205;
 }
 
 .example3 .navbar-brand {
    height: 80px;
  }
  
  .example3 .nav >li >a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
  }


  /* navbar */
.navbar-default {
    background-color: #000000;
    border-color: #000000;
}
/* Title */
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ee3961;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ee3961;
    background-color: #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #000000;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.navbar-default .navbar-nav >.dropdown-menu > a:hover{
	background:#ee3a43;
	color:#fff;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}
/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #130205;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #fff;
    }



}


.display-table{
	display:table;
	width:100%;
	border-spacing: 5px;
}
.btn-table-cell{
	display:table-cell;
	text-align: center;
	font-size: 20px;
	border-radius: 0px;
	height:50px;
	vertical-align: center;
	-ms-word-break: break-all;
    word-break: break-all;
    background: #130205;
    color: #fff;

}

.btn-table-cell:visited{
	color:black;
	background:#e6e6e6;
	
}

.btn-table-cell .glyphicon{
	font-size: 20px;
}


/* Navbar shrink */

    nav.navbar.shrink {
    min-height: 35px;
  }
  
  .shrink .navbar-brand{
      height:40px;
  }
  .shrink .navbar-brand img {
    height: 30px;
  }
  
  .shrink .nav >li >a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shrink .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
  }

  .border-less{
      border-radius:0px;
  }


  /* section design */
  .section{
      margin-top:60px;
      margin-bottom: 60px;
  }


  /* Sidebar widget design */

  .color-widget{
      background: #fcdce3;
  }

  .side-widget{
      padding: 20px;
  }
  .widget-heading{
      color:#130205;
  }
  .side-widget p{
      font-size: 13px;
      text-align: justify;
  }

  .important-text{
      font-size: 13px;
      color: #130205;
      font-style: italic;
  }

  .widget-list{
      padding-left:15px;
      color:#130205;
      margin-top:5px;
      margin-bottom: 5px;
      font-size: 10px;
  }

  .media-body p.discripion {
    margin: 0px;
    color: #130205;
    font-style: italic;
  }


  .image-meaning{
      margin: 20px 0px;
  }

  .discription-text{
      font-size: 16px;
      padding: 10px;
  }

  .step-container{
      margin-top: 20px;
      margin-bottom: 40px;
      display: flex;
     
      margin: 5px;
      justify-content: space-around;
  }

  .steps{
      padding: 10px;
      text-align: center;
      color: #130205; 
      width: 24%;
      background: #fcdce3;
  }

  .step-count{
      border-radius: 50%;
      border:1px solid #130205;
      color: #130205; 
      width:50px;
      height:50px;
      line-height: 50px;
      margin: 0 auto;
  }

  .step-count:hover{
    border-radius: 50%;
    border:1px solid #130205;
    background-color: #130205; 
    color:#fff;
}
  .step-dis{
      font-size: 13px;
      line-height: 20px;
      word-spacing: 1px;
      color: #130205; 
      
  }


  /* Testimonial section design */
#testimonial-section{
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

.testi-box{
    padding: 10px;
}

.testi-box .media{
    margin-top: 20px;
    margin-bottom: 20px;
}

.testi-box .media-heading {
    color:#130205;
}

.testi-box .media-body p {
    margin: 0px;
    font-size: 13px;
    font-style: italic;
}

.testi-box .testi-body{

    font-size: 11px;
    color: #130205;
    padding: 20px;
}

.testi-box .testi-body::before {
    font-family: fontawesome;
    content: "\F10D";
    display: block;
    float: left;
    position: relative;
    margin: -0.75em 0 0 -1.5em;
    font-size:1em;
    color: C6A97F;
    color: 9A1F32;
    color: #130205;
}




  /* End of testimonial section */

  .heading{
      color: #130205;
  }
  .section-dis{
      font-size: 16px;
  }

  #video-section p, #video-section ul{
      font-size:16px;
  }

  .key-list{
      padding-left: 20px;
  }

#quick-about-section p { 
    font-size: 16px;
}

.big-callbutton{
    background: #fcdce3;
    padding: 25px 0px;
    margin-bottom: 20px;
}

.quick-heading{
    text-align: center;
    width:70%;
    margin: 10px auto;
    color:#130205;
}

.btn-call{
    color:#130205;
    border:1px solid #130205;
}

.btn-call:hover{
    background: #130205;
    color:#fff;
}

.navbar{
    margin-bottom: 0px;
}

.btn-slider{
    border:1px solid #130205;
    color:#fff;
    background: #130205;
}

.btn-slider:hover{
    color:#fff;
}
button.btn-slider:hover{
    color:#fff;
}


button.btn-slider:visited{
    color:red;
}

button.btn-slider:active{
    color:red;
}

button.btn-slider:focus{
    color:red;
}


.log-dis{
    width:60%;
    margin: 0 auto;
}

footer{
    background: #000;
    padding: 20px 0px;
    color:#fff;
}

footer ul {
    width: 65%;
    margin:0 auto;
}

footer ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 10px;
}

footer a{
    color:#ee3961;
    
}

footer a:hover{
    color: #fff;
}

footer p {
    margin: 0px;
    text-align:center;
}

#thumbnail-section{
    background: #fcdce3;
    padding-top:30px;
    padding-bottom: 30px;
}

.thumbnail-container{
    display: flex;
    margin: 5px;
    justify-content: space-around;
}

.thumbnail{
    margin: 5px;
}

.fg-red{
    color:red;
}

.fg-blue{
    color:#0080FF;
}

.popup-para{
    font-size: 12px;
}

.modal-body h3{
    color:red;
}


#floating-bar{
    
  position: fixed;
  right:0px;
  top:20%;
  background: #f7f7f7;
  padding: 10px;
  z-index:99;
}

#floating-bar ul{
    list-style: none;
    margin:0px;
    padding: 0px;
}

#floating-bar ul li {
    list-style: none !important;
    padding: 2px;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
}

#pageheader{
    background: url('../images/header-bg.png'), linear-gradient(#000, #000);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color:#fff;
    padding-top: 20px;
    padding-bottom: 20px;
}



/* Page Design */

#page-section{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* End of page Design */



/* Pricing Table Design */

.price-table{    
}

.borderless{
    border: none !important;    
}




.price-table td{
    height:20px;
    font-size: 20px;
}
.price-table td, .price-table th{
    text-align: center;
    vertical-align: middle !important;
    
}
.plan-header{
    font-size: 22px;
    height:40px;
    vertical-align: middle !important;
    background: #130205;
    color:#FFF;
    white-space: pre-wrap !important;
    text-align: center;
}

.light-row{
    background: #fcdce3;
    border-color: #000 !important;
}

.light-side{ 
    background: #fefbf7; 
    border-color: #000 !important;
}

.sideheader{
    font-weight: bold;
}


.side-panel{
    background: #fcdce3;
    padding: 10px;

}

.fg-brown{
    color:#130205;
}


#page-section p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
}

#page-section p a{
    color: #ee3961;
}

#page-section p a:hover{
    color: #130205;
}

#page-section li a{
    color:#ee3961;
}

#page-section li a:hover{
    color:#130205;
}

.page-head{
    color:#130205;
    margin-bottom: 30px;
}

.page-list{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
}

.important-panel{
    background: #fcdce3;
    padding:10px;
}

#demo-video{
	width: 700px;
	height:400px;
}


/* Blog page Design */

.blog-box{
    background: #fcdce3;
    padding:10px;
    border-radius: 5px;
    margin:10px 0px 20px 0px;
}

.left-side{
    width:30%;
    float:left;
}
.right-side{
    width:69%;
    float: right;
}

.blog-image img{
    width:100%;
}

.blog-heading{
    color: #130205;
}

.blog-link a {
    color: #130205;
    font-size: 16px;
}


.important-box{
    background: #fcdce3;
    padding:10px;
}

.dis{
    width:80%;
    margin: 0 auto;
}

.ethics-list{
    font-size: 18px;
    color:#130205;
    margin-left: 20px;
}

#test-head .media-heading{
    font-size: 40px;
}

#test-head .media-body{
    padding-top:20px;
    padding-bottom: 20px;
}
#test-head .media-body p{
    font-size: 25px;
    color:#c7c7c7;
}

.testi-main-box{
    background: #fcdce3;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 5px;
}

.testi-main-box h4{
    color:#130205;
}

.btnsilder-container{
    display: flex !important;
}

.btnsilder-container a{
    flex:1;
}

.try-now-box{
    background: #fcdce3;
    padding: 20px 0px;
}

.block-btn{
    font-size:40px;
    display: inline-block;
    background: #130205;
    color: #fff;
    padding: 10px 65px;
}

.block-btn:hover{
    font-size:40px;
    display: inline-block;
    background: #130205;
    color: #ee3961;
    text-decoration: none;
    padding: 10px 65px;
}

/* End of Blog Page Design */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* [class*="col-"] {
        width: 100%;
    } */

    .display-table{
        display:block;
        margin-top:10px;
    }
    
    .btn-table-cell{
        display: block;
        font-size: 16px;
        height:40px;
        margin-bottom: 5px;
    }
    

    .quick-heading{
        width:100%;
        font-size: 20px;
    }

    .btn-big-container button{
        display: block;
        margin: 10px auto;
    }

    .thumbnail-container{
        display: block;
    }

    .step-container{
        display: block;
    }
    .steps{
        display: block;
        width:100%;
        margin-bottom: 10px;
    }

    .section-dis{
        width:95%;
    }


    .example3 .navbar-brand{
        height:30px;
    }
    .example3 .navbar-brand img {
      height: 30px;
    }
    .navbar-fixed-top .navbar-collapse {
        max-height: auto !important;
    }
    .navbar-collapse{
        max-height: auto !important;
    }

    .example3 .nav >li >a {
        padding-top: 15px;
        padding-bottom: 15px;
      }
      .example3 .navbar-toggle {
        padding: 10px;
        margin: 15px 15px 25px 0;
      }
      
      #demo-video{
        width:100% !important;
        height:auto !important;
    }

    .btn-big-container button{
        width:60%;
    }

    footer ul{
        width:100% !important;
        clear: both;
        margin-bottom: 40px;
    }

    footer ul li{
        display: block !important;
        width:40%;
        float:left;
        text-align: left;

    }

     .left-side{
        width:100%;
        display: block;
    }
    .right-side{
        display:block;
        width:100%;
    }

    #page-section .media .pull-left{
        display: block;
        width:100%;
        margin-bottom: 20px;
        text-align: center;
    }

    #floating-bar{
        top:60%;
    }

    
}

.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ee3a43;
    color: #fff;
}