 
*{ margin: 0; padding: 0;   }
 
body{margin: 0; padding: 0; font-family: 'Lato', sans-serif; color: #3e3c3c; } 
a {
	transition: all .3s ease-in;
}
a:hover {
	text-decoration: none;
	transition: all .3s ease-in;
}p{ text-align: justify}
.header {
	position: static; 
	width: 100%;
 
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
 
}
.logo{ text-align: center}
.logo img {
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 89%;
}
.nav-shrink {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background:#ffff;
	position: sticky;
	box-shadow: 1px 1px 2px #ececec;
}
.nav-shrink .logo img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:60%;
}
.nav-shrink .stellarnav.dark{ margin: 20px 0 0; -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}

 .slider-main .item {
  height: auto;
  position: relative;
}
.slider-main .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider-main .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.31);
 background: linear-gradient(to right, #de0615, #8d4fff); opacity: 0.4; 
  display: flex;
  align-items: center;
}
.slider-main .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.slider-main .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slider-main .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}
.slider-main .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.slider-main .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.slider-main .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider-main .owl-item.active h2 {

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider-main .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.slider-main .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.slider-main .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider-main .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff; line-height: 24px;
}
.slider-main .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff; line-height: 24px;
}
.slider-main .owl-nav .owl-prev:focus {
  outline: 0;
}
.slider-main .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.slider-main .owl-nav .owl-next {
 
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.slider-main .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.slider-main .owl-nav .owl-next:focus {
  outline: 0;
}
.slider-main .owl-nav .owl-next:hover {
  background: #000 !important;
}
.slider-main:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.slider-main:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.colum-section-top {
	width: 100%;
  margin: -50px auto 0 ;
	text-align: center;
	position: relative; z-index: 1; min-height:515px;
}
.color-colum {
	color: #fff;
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: -4px;
	-webkit-transition: all .3s cubic-bezier(0, .01, .27, 1);
	-moz-transition: all .3s cubic-bezier(0, .01, .27, 1);
	-o-transition: all .3s cubic-bezier(0, .01, .27, 1);
	transition: all .3s cubic-bezier(0, .01, .27, 1); min-height: 491px;
}
.color-colum:hover {
	-webkit-transition: all .3s cubic-bezier(0, .01, .27, 1);
	-moz-transition: all .3s cubic-bezier(0, .01, .27, 1);
	-o-transition: all .3s cubic-bezier(0, .01, .27, 1);
	transition: all .3s cubic-bezier(0, .01, .27, 1);
	margin-top: -25px
}
.color-colum-inner {
	padding: 45px 60px;
	text-align: center;  
}
.color-colum .fa {
	font-size: 60px;
}
.color-colum h6 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
 
	text-transform: uppercase;
}
.color-colum p {
	font-size: 16px;
}
.green01 {
	background: #10c45c
}
.yellow01 {
	background: #d29d0f;
}
.blue01 {
	background: #de0615;
}
.pink01 {
	background: #4b4a4a;
}
.btn-btn{margin: 10px auto 0;width: 150px;}
.btn-btn a{background: #ffff;color: #000;text-transform: uppercase;display: block;border-radius: 0;padding: 10px;font-weight: normal;text-decoration: none;font-size: 14px;text-align: center;}
.btn-btn a:hover{background: #000;color: #fff;}
 
.headding11{text-align: center;font-size: 30px;text-transform: uppercase; min-height: 80px;}
.headding11:before {
    position: absolute;
    content: "";
    left:0;
    top: 63px;
    right: 0;
    height: 1px;
    width: 290px;
    /* margin-left: -140px; */
    background-color: #463335;
    margin: 0  auto;
}
.headding11:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #de0615;
}
.middel-sec{ padding:0px 0; }
.middel-sec-inner{min-height: 400px}
.one{ padding-top: 90px}
  .btn-btn a{ background: #de0615; color: #fff;}
  .btn-btn a:hover{ background: #000; color: #fff;}
.btn-btn-right{ float:right}
.color-colum-inner   .btn-btn a{ background: #fff; color: #000}
.color-colum-inner   .btn-btn a:hover{ background: #000; color: #fff}
.two .headding11{  text-align: left; color: #fff;}
.two .headding11:before {left: 15px;margin: 0; width: 200px; background-color: #fff;}
.two .headding11:after{left: 15px; background-color: #FFC107;}
.whyus-contant{margin: 30px 0 0;}
.whyus-contant ul li{position: relative;padding-left:30px;list-style: none;font-size: 19px; text-align: left}
.whyus-contant ul li{ margin-bottom: 15px;}
.whyus-contant ul li a{ color: #fff;}
.whyus-contant ul li a:hover{ text-decoration: underline;}
 
.two{overflow: hidden;padding: 0;margin: 70px 0 0;background: #de0615;}
.two img{ height: 100%; width: 100%;}
.whyus-contant{ color: #fff;}
.form-bg{ background: url(../images/form-bg.jpg) no-repeat top center; background-attachment: fixed;  background-size: cover; margin: 90px 0 0;}
.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: -30px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #FF9800;
}
.testimonial .description{
    padding: 20px 22px;
    background: #c1b3b6bf;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    /* position: relative; */
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}


.form-bg .owl-prev:before,
.form-bg .owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #a18b88;
    margin: 0 10px;
}
footer{ background: #efefef}
.form-bg .owl-next:before{ content: "\f054"; }
.form-bg .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block;text-align: center;position: absolute;bottom: 5%;left: 0;right: 0;}
.form-bg .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled span{ display:none}
 /*form-control*/
.request-form{float: right;width: 80%;background: #4b4a4a;padding: 60px 40px;}
 .form-control {
    border-radius: 0;
    height: auto;
    line-height: 1.33333;
    padding: 10px 18px 10px 18px;
    background: #f6f7f8;
    color: #323232;
    border: 0px solid transparent;
    box-shadow: none;
    }
 .section-field{ margin-bottom: 15px;}
.request-form h3{ margin-bottom: 30px;}
.form-btn-btn {
    text-transform: uppercase;
    display: block;
    /* border-radius: 35px; */
    padding: 10px 20px;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #9a6e2c;
    border: none;
    transition: all .3s ease-in;
    margin:0;
    cursor: pointer;
    }
.form-btn-btn:hover{ background: #000; color: #fff; 	transition: all .3s ease-in;}
#testimonial-slider{ margin:90px 0 0;}
 

footer p{ margin: 0; padding: 20px;}
.innner-banner{  background: linear-gradient(to right, #de0615, #8d4fff); width: 100%; overflow: hidden}
.innner-banner h1{ color: #fff; padding: 50px 0; text-align: center; text-transform: uppercase}
.savedivorce1 h3{font-family: 'Courgette', cursive ;font-size: 35px;}
.savedivorce1 .list { margin: 0px 0 0 ;}
 .list li{line-height: 1.5;
	position: relative; 
	padding-left: 35px; 
	margin-bottom: 20px;  
	list-style: none;
	font-size: 20px; text-align: left}
.nosmoke-icon li{background: url(../images/no-smoke.png) 0 5px no-repeat;}
.nosmoke-icon li::before{ display: none}
.list li::before {
    content: "\f135";
    font-family: 'FontAwesome';
    color: #3e3c3c;
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 3px;
}

/*time line*/
main-timeline{
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 30px 0 0;
    margin: 0 30px 20px 0;
    float: left;
}
.main-timeline .timeline-content{
    color: #333;
    background: #fff;
    min-height: 140px;
    padding: 0 25px 25px 30px;
    border: 2px solid #fff;
    border-radius: 70px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(to right,#7314A6 49%,#8D13A4 50%);
    font-size: 45px;
    text-align: center;
    line-height: 150px;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    border-radius: 50%;
    position: absolute;
    top: -32px;
    right: -75px;
    z-index: 1;
}
.main-timeline .timeline-icon:before{
    content: "";
    background: #BD14A3;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    width: 72%;

    height: 72%;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.main-timeline .title{
    color: #fff;
    background: linear-gradient(to right,#9D13A4,#D916A2);





    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 40px;
    margin: -22px 0 20px 80px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}
 
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 20px 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -75px;
}
.main-timeline .timeline:nth-child(even) .title{
    margin-left: 0;
    margin-right: 80px;
    padding-left: 50px;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
}
.main-timeline .timeline:nth-child(even) .description{ margin: 0 0 0 65px; }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background: linear-gradient(to right,#36E3E7 49%,#34CFC9 50%);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon:before{ background: #3EF9EE; }
.main-timeline .timeline:nth-child(4n+2) .title{
    background: linear-gradient(to right,#10CFCA,#3298C9);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background: linear-gradient(to right,#9C82F0 49%,#7245D3 50%);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon:before{ background: #7359EE; }
.main-timeline .timeline:nth-child(4n+3) .title{
    background: linear-gradient(to right,#8F54D5,#5025CD);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background: linear-gradient(to right,#fc6b23 49%,#f94f16 50%);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon:before{ background: #fc7937; }
.main-timeline .timeline:nth-child(4n+4) .title{
    background: -webkit-linear-gradient(left, #f9590e, #f98109);
    background: -o-linear-gradient(left, #f9590e, #f98109);
    background: linear-gradient(to right, #f9590e, #f98109);
}
 
/*time line*/


.headding33{  font-size: 30px; margin-bottom: 25px;} 
.register-rom-inner .headding33 span{    font-size:1rem}
.savedivorce3 .headding33{ color: #fff;}
.savedivorce3 .list li{ color: #fff;}
.savedivorce3 .list li::before{ color: #fff;}
.middel-sec-inner{ margin-bottom: 70px;}
.savedivorce3 h3 { color: #fff; text-align: left}
 
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 18px;
    }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #000;
      border-radius: 3px;
      background-color: #ffffff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      top: 4px;
      }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 5px;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;
      }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
select.form-control:not([size]):not([multiple]){ height:auto}
.rg-form {
    background: linear-gradient(to right, #ffffff, #a0a0a0);
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    margin: 35px 0 0;
    }
.contact-us .rg-form { padding: 130px 0; margin: 0 }
.contact-us .rg-form .headding33 { font-size: 25px;}
 
.social {
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 0px;
}
.social li {
	display: inline-block;
}
.social li a {
	padding: 0 2px;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
}
.social li i {
	color: #ffffff;
	background-color: #9a6e2c;
	height: 28px;
	width: 28px;
	text-align: center;
	border-radius: 50%;
	line-height: 28px;
}
.social li i:hover {
	background-color:#000;
}
.pl0{ padding-left: 0}
.thanks{    background: linear-gradient(to right, #de0615, #8d4fff);
    width: 100%;}
.thanks .innner-banner h1{ padding: 250px 0; text-transform: uppercase;
    
}
.redband{  background: #aa0114; color: #fff; padding: 20px;}
.redband h5{ font-size: 28px;  margin-bottom: 7px; text-align: center}
.heart-icon  li::before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 0;
    top: 3px;
    position: absolute;
    color: #aa0114;
}
 
.balance-scale  li::before {
    content: "\f24e";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 0;
    top: 3px;
    position: absolute;
    color: #3e3c3c;
}

.balance-scale1::before {
    content: "\f24e";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 0;
    top: 3px;
    position: absolute;
    color: #fff;
}
.heart1::before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 0;
    top: 3px;
    position: absolute;
    color: #fff;
}
 .whyus-contant{ min-height:230px }
.whyus-contant ul li{ text-transform: uppercase;}
.whyus-contant .heart-icon li::before{ color: #fff;}

.white p{ color: #fff}
.white  label{ color: #fff}
.white p a{ color: #fff;}
.whyus-contant .balance-scale li::before{ color: #fff;}
.font20{ font-size: 20px;}
.register-rom-inner h4{ color: #fff !important;}
.register-rom-inner p a{ color: #fff;}
.savedivorce3 {
    background: url(../images/form-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    margin: 90px 0 0; padding: 80px 0;
}
.lst{ background: none !important;}

 
 
