/* Enter Your Custom CSS Here */
.about-con p
{  
  padding-top: 30px;
}
.page-title{
    background-position: 100% 0%;
}
.left-first {
    border-right: 2px solid #f58220;
}
.wpb_column.vc_column_container.vc_col-sm-6.right-sec {
    padding-left: 20px;
}
.about-start:hover {
    background-color: #f58220 !important;
}
.about-start {
    background: #5472d2 none repeat scroll 0 0 !important;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 2px;
    padding: 14px 71px !important;
    /* margin-top: 25px !important; */
}
.auto-container.get-started {
    text-align: center;
    margin-top:25px;
}
h2.vc_custom_heading.aboubt-title {
    padding: 40px 0px 15px;
  margin-bottom:50px;
  position:relative;
}
.diff-style{
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    text-align: center;
 
}
p.bottom {
    text-align: center;
      margin-bottom: 40px;

}
h2.vc_custom_heading.aboubt-title:after 
{   
  content: '';  
  position: absolute;  
  width: 130px;   
  height: 2px;  
  background: url(/wp-content/uploads/2017/08/border.png) no-repeat;    left: 50%; 
  transform: translate(-50%);  
  bottom: 0;
}
.pdf-button{
	
	background: #5472D2; 
    padding: 10px 10px;
    width: 310px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 14px;
    cursor: pointer;
}
.pdf-button a{
  color:#fff !important;
}
.page-id-778 .pull-left.logo-outer {
    display: none;
}

.page-id-778 .logo{
	display:none;
}
.page-id-778 ul.navigation.clearfix {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.page-id-778 .pull-right{
	
	float:none !important;
}

@media screen and (max-width:767px){
  .page-id-778  .vc_col-sm-6 {
    width: 50%;
    float: left;
}
.page-id-778 .pdf-button {
    width: 270px;
  }
}