
.logo-box .logo{width: 160px;}
.about-section img{width: 100%;}

.feature-section{margin-top: 120px;}
.heading-bg{text-align: center; margin-bottom: 16px;}
.heading-bg img{position: absolute; right: 630px;}
.feature-section .feature-section-heading{text-align: center; color: #000; font-weight: 500; margin-bottom: 40px; font-family: fantasy;}
/*.feature-section .feature-img{background: #7f65ff; border-radius: 50%;}*/
.feature-section .col-md-3{padding-left: 0px;}
/*.feature-img img{background: url(../images/loader.gif); background-repeat: no-repeat; background-size: cover;}
*/
.feature-section-left .row{margin-top: 36px;}
.feature-section-left .feature-header{text-align: right; font-size: 19px; font-weight: 600; color: #333379;}
.feature-section-left .feature-text{text-align: right;}

.feature-section-right .row{margin-top: 36px;}
.feature-section-right .feature-header{font-size: 19px; font-weight: 600; color: #333379;}
.feature-icon img{margin-top: 42px;}
/*.feature-section{margin-top: 120px;}
.feature-heading{text-align: center; margin: 0px 200px;}
.feature-content{text-align: center;}
.feature-content img{width: 120px; position: relative; top: 50px; border: 2px solid #fff; border-radius: 50%;}
.feature-text {color: #ddd; background: #796bb1; border-radius: 8px; padding: 60px 10px 10px 10px; 
	box-shadow: 0 4px 3px 0px #ff5901; height: 250px; overflow: hidden;}
.feature-text h3{color: #fff; font-family: auto; font-weight: 600; 
	margin-bottom: 6px; font-size: 20px;}

.feature-text2{box-shadow: 0 4px 3px 0px #78beeb;}
.feature-text3{box-shadow: 0 4px 3px 0px #02fea8;}
.feature-text4{box-shadow: 0 4px 3px 0px #3dade5;}

.feature-content:hover{ margin-top: -2px;}*/

.testimonials-one{background: url(../images/icons/bg-shapes/bg-client.png) center bottom no-repeat;
    background-size: cover;}


.main-footer {
    background: url(../images/icons/bg-shapes/bg-footer.png) center bottom no-repeat;
    background-size: cover; color: #ffffff; border-top: 4px solid #7f65fe;}








.login-btn{margin-top: -8px;}
.login-btn i{margin-left: 18px;}

    .button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:rgb(52,38,123,1);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.button:hover span, .button.active span {
  background-color:rgb(113,45,8);
  border-right: 1px solid  rgba(0,0,0,0.3);
  color: #fff;
}
.login-btn a:hover{color: #fff;}

.button:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}



 .feel-free{background-image: url(/assets/images/direct-contact.jpg); background-repeat: no-repeat;
            width: 100%; height: 300px; text-align: center; margin-top: 100px;} 
  .feel-free h2{color: #fff; font-family: cursive; font-weight: 600; padding: 30px 0px 20px 20px;}
  .feel-free p{color: #ddd; padding-bottom: 35px; margin-left: 80px; margin-right: 80px;}

  .in-contact{background-image: url(/assets/images/contact.png); height: 450px;
              background-repeat: no-repeat;}

  .easy .inner-box ul{margin-bottom: 36px;}
  .easy .inner-box img{width: 26px; margin-right: 6px; margin-bottom: 10px;}


/*Contact Page Section Start*/
  .contact{margin-top: -150px;}
  .contact .pb-100 {
    padding-bottom: 100px;
  }
  .contact .pt-100 {
    padding-top: 100px;
  }
  .contact .mb-50 {
    margin-bottom: 50px;
  }
  .contact a {
    text-decoration: none;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .contact .section-title {
    position: relative;
  }
  .contact .section-title p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #4b31c7;
  }
  .contact .section-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
  }
  .contact .section-title h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  .contact .section-title h4::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #7f65fe;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
  }
  .contact .contact {
    background-image: url("http://infinityflamesoft.com/html/abal-preview/assets/img/contact_back.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    color: #fff;
  }
  .contact .contact-form input,
  textarea {
    width: 100%;
    border: 1px solid #555;
    padding: 5px 10px;
    text-transform: capitalize;
    margin-top: 15px;
    background-color: transparent;
    color: #7f65fe;
  }
  .contact .contact:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    z-index: -1;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }
  .contact .single-contact {
    text-align: left;
    position: relative;
    padding-left: 70px;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .contact .single-contact i.fa {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #7f65fe;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
  }
  .contact .single-contact h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .contact .single-contact p {
    font-size: 15px;
    font-weight: 400;
  }
  .contact .contact-form input[type="submit"] {
    background-color: #7f65fe;
    border: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
  }
  .contact .contact-form input[type="submit"]:hover {
    background-color: #4b31c7;
  }
  .contact .contact-form input:focus, textarea:focus {
    border-color: #7f65fe
  }

/*Contact Page Section End*/