/* Fonts Use In website */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&display=swap');
@font-face {
    font-family: 'Antenna';
    src: url('assets/fonts/Antenna-Medium.woff2') format('woff2'),
        url('assets/fonts/Antenna-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Antenna';
    src: url('assets/fonts/Antenna-Regular.woff2') format('woff2'),
        url('assets/fontsAntenna-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antenna';
    src: url('assets/fonts/Antenna-Thin.woff2') format('woff2'),
        url('assets/fonts/Antenna-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Antenna';
    src: url('assets/fonts/Antenna-Light.woff2') format('woff2'),
        url('assets/fonts/Antenna-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Antenna';
    src: url('assets/fonts/Antenna-Bold.woff2') format('woff2'),
        url('assets/fonts/Antenna-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
article,  aside,  details,  video,  figcaption,  figure,  footer,  header,  nav,  section, summary {
    display: block;
}
html, body {
    width: 100%;
    overflow-x: hidden !important;
    background:#fff;
}
body {
    margin: 0;
	 font-family: 'Antenna';
    
}
/* ==========================================================================
Heading Tags
========================================================================== */
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #1a1a1a;
	font-family: 'Antenna';   
}
/* ==========================================================================
Global Styles
========================================================================== */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand{
    display: none;
}

p {
    font-size: 15px;
    line-height: 25px;
    color: #454545;
    margin: 0;
	font-family: 'Roboto', sans-serif;
}
a {
    color: #000;
    outline:none;
    font-size:15px;
	line-height:normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	outline: 0;
}
:focus{
	outline: none !important;
}
a:hover, a:focus, a:active {
   
    text-decoration: none;
    outline :none;
}
ul, ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin:0;
}
select, input, button, a{
    outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.container{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}
/* ============================
         header-sec
=============================== */
.header-sec {
    padding: 26px 0;
        position: relative;
    background: #fff;
    z-index: 1000;
}
.logo {
    width: 270px;
}
.header-sec .align-middle {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.navmenu {
	
}
.navmenu li {
	display: inline-block;
	padding: 0 0 0 22px;
}
.navmenu li a {
	text-decoration: none;
	display: block;
	font-size: 17px;
	color: #798c8b;
	font-weight: 300;
	position: relative;
	line-height: 40px;	
	border: none;
	font-family: 'Antenna';
}
.navmenu li a:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -40px;
    right: 0;
    left: 0;
    background-color: #ff8200;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 auto;
}

.navmenu li a:hover:after, .navmenu li a:focus:after, .navmenu li a:active:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navmenu li a:hover, .navmenu li a:focus, .navmenu li a:active {
	color: #ff8200;
	background: none;
}


.navmenu li a.get-started {
     display: block;
    font-size: 15px !important;
    color: #fff !important;
    background: #32be32;
    padding: 2px 22px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna' !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.navmenu li a.get-started:hover{
	background: #ff8000;
}
.navmenu li a.get-started:hover{
	
}
.navmenu li a.get-started:after {
    position: inherit;
    
}
.navmenu li ul li a i {
      padding: 4px 0 4px 15px;
    color: #fff;
    font-size: 15px;
}
.navmenu li ul{
      top: 87px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    position: absolute;
    width: 260px;
    text-align: left;
    padding: 0;
    z-index: 9999;
}
.navmenu li:hover ul {
    top: 36px;
    visibility: visible;
    opacity: 1;
    padding: 37px 0 0;
}
.navmenu li ul ul {
    top: 0;
    right: -260px;
    left: auto;
}
.navmenu li:hover ul ul {
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.navmenu li ul li:hover ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.navmenu li ul li a {
    padding: 10px 0 10px 15px;
	color: #fff;
}
.navmenu li ul li a:after{
	display: none;
}
.navmenu li ul li:last-child  {
	border-bottom: 0;
}
.navmenu li ul li {
  line-height: normal;
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    color: #fff;
    background: #798c8b;
    border-radius: 1px 0px 12px 12px;
    text-align: center;
}
.our-insights-nav:before {
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 999;
    content: "\f105";
    color: #ff8200;
    font-size: 23px;
    top: 13px;
    left: 48px;
}
.our-insights-nav {
    position: relative;
}
/* ============================
         banner-sec
=============================== */
.banner-sec {
    width: 100%;
    position: relative;
    background: #29a8df;
    height: 100%;
    padding: 80px 0;
}
/*.banner-sec:before {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    height: 153px;
    background: url(images/shadow.png) no-repeat center;
    top: -2px;
    background-size: cover;
}*/
.banner-sec:after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: url(assets/images/many-cloud.png) no-repeat center;
    bottom: -190px;
    background-size: cover;
    height: 313px;
}
 .banner-sec .breadcrumb {
    position: relative;
    z-index: 99;
    background: none;
    margin: 0;
    padding: 20px 0;
}
 .banner-sec .breadcrumb h1 {
  font-size: 16px;
  line-height: 28px;
  color: #798c8b;
  font-weight:600;
  letter-spacing:4px;
 
}
.banner-sec .breadcrumb h1 i {
	color: #ff8200;
}
.banner-sec .banner-text {
    padding: 90px 0;
	max-width: 365px;
	
}

.banner-sec .banner-text h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    line-height: 65px;
    padding-bottom: 30px;
}

.banner-sec .banner-text p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}
.banner-sec .banner-img {
    padding: 30px 0;
}  
.banner-sec .banner-img span {
    padding: 0px 0 30px 0;
    display: inline-block;
}
/*=================================
           banner-sec.home-page
 ==================================*/
/*.banner-sec.home-page {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    z-index: 999;
    margin: 0px 0 -60px 0px;
    background: url(images/homepage-banner.jpg) no-repeat center;
    background-size: cover;
	background-position-x: -70px;
    background-color: #fff;
	background: #e8ece9;
    margin-top: -80px;


}*/
.home-page {
	background: #e8ece9;
    margin-top: 0px;
	width: 100%;
    position: relative;
    height: 100%;
    padding: 0px 0 80px;

}
.home-page .banner-text a {
    width: 100%;
/*    height: 61px;*/
    font-size: 21px;
    line-height: 58px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 100px;
    display: block;
    margin: 55px 0 0 0;
    letter-spacing: 3px;
    background: #32be32;
    max-width: 391px;
    font-family: 'Antenna';
    padding: 3px 0;
    word-spacing: 3px;
}
.home-page:after {
    content:none;
    
}
.home-page .banner-text h1 {
      color: #ff8200;
    padding-bottom: 25px;
    font-size: 75px;
    font-weight: 300;
    line-height: 90px;

}
.home-page .banner-text p {
    color: #798c8b;
    padding: 0;
    font-size: 25px;
	font-family: 'Antenna';
	font-weight: 300;	
}
.home-page .banner-text p span{
	border-bottom: 2px solid #798c8b;
    padding-bottom: 6px;
	text-decoration: none !important;
        position: relative;
}
.home-page .banner-text p span sup{
    position: absolute;
    top: 0;
}
.home-page .banner-text {
      padding: 100px 0;
    position: relative;
    z-index: 999;
  
}
.doubt-free .future {
    padding: 0px 0 0 0;
}
.doubt-free .think-you {
    max-width: 505px;
    position: relative;
    z-index: 999;
	
}
.doubt-free .think-you h2 {
    font-size: 40px;
    font-weight: 300;
    color: #ff8200;
    line-height: 52px;
    padding-bottom: 15px;
	
}
.doubt-free .think-you p {
    font-size: 18px;
    font-weight: 300;
    color: #798c8b;
    line-height: 30px;
        max-width: 410px;
}
.doubt-free .think-you a {
    width: 100%;
    max-width: 391px;
    font-size: 21px;
    line-height: 58px;
    color: #ff8200;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 100px;
    display: block;
    margin: 55px 0;
    letter-spacing: 3px;
    border: 2px solid #ff8200;
    font-family: 'Antenna';
    padding: 3px 0;
    word-spacing: 3px;
}
.tabs-section li:hover a.nav-link {
    box-shadow: 0px -2px 0px 3px #edf0ee;
    background: #edf0ee;
    border-color: #edf0ee;
    border-radius: 6px 6px 0 0;
}
.doubt-free .bank-other {
    max-width: 90%;
    float: right;
}
.doubt-free{
	background: #fff;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    position: relative;
    padding: 60px 0;
}
.doubt-free:after{
	    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: url(assets/images/home-cloud.png) no-repeat center;
    top: -160px;
    background-size: cover;
    height: 166px;
}
.bank-other .charge-take {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 30px 25px 30px;
    border: 1px solid #ff8200;
    border-radius: 30px 30px 0 0;
    border-bottom: 0;
}
.bank-other .charge-take span {
    margin-top: -56px;
}
.bank-other .charge-take img {
    width: 140px;
    margin-top: 10px;
}
.bank-other .charge-take h3 {
font-size: 26px;
    font-weight: 300;
    color: #ff8200;
    line-height: 40px;
    padding-left: 10px;
    letter-spacing: 1px;
}
.bank-other .tabs-section ul {
       display: flex;
    flex-wrap: wrap;
	border-right: 1px solid #ff8200;
    border-left: 1px solid #ff8200;
}
.bank-other .tabs-section li{
    
    max-width: 33.33%;
    flex: 0 0 33.33%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
}
.bank-other .tabs-section li a{
	border-right: 1px solid #ff8200;
	
}
.bank-other .tabs-section li:last-child a.nav-link.active{
	border-right:0;
        box-shadow: -2px -2px 0px 3px #edf0ee;
	
}
.bank-other .tabs-section li:nth-last-child(1) a{
	border-right:0;
	
}
.bank-other .tabs-section li:first-child a.nav-link.active{
        box-shadow: 2px -2px 0px 3px #edf0ee;
	
}
.nav-tabs .nav-item {
    margin-bottom: 3px;
}
.tabs-section {
    position: relative;
    z-index: 999;
}
.tabs-section li a.nav-link {
     font-size: 14px;
    line-height: 26px;
    color: #ff8200;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 11px;
    display: inline-block;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    border-right: 1px solid #ff8200;
    letter-spacing: 1.5px;
}
 .tabs-section li a.nav-link:hover  {
    background: #edf0ee; 
   
}
.tab-menu li a:active  {
    background: #edf0ee; 
   
}
.nav-tabs {
    border-bottom: 0;
}

.tab-pane {
   
}

.tab-pane p {
	font-size: 17px;
    font-weight: 300;
    color: #798c8b;
    line-height: 26px;
    padding-bottom: 5px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff8200;
    background: #edf0ee;
    border-color: #edf0ee;
    border-radius: 6px 6px 0 0;
    box-shadow: 0px 0px 0px 3px #edf0ee;
}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover a {
    border-color: #edf0ee;
}
.tab-content {
        border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    min-height: 250px;
    background: #edf0ee;
    padding: 25px;
}
.tracking{
	position: relative;
} 
.track-mortagge {
    position: absolute;
    top: -185px;
    right: 0;
    z-index: 999;
    height: calc(100% + 190px);
    width: 100%;
    left: 0;
    margin: 0 auto;
}
svg#animated-path {
    height: auto;
    width: 763px;
    bottom: 40px;
}
.stroke-line-animation{
    stroke-dasharray: 100px 300px;
}
.tracking-strok-wrap {
    position: absolute;
    overflow: hidden;
    height: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}
.track-mortagge svg {
    width: 827px;
    height: 100%;
    position: absolute;
    left: 0;
    right: -540px;
    margin: 0 auto;
}

/* ============================
     calculate-your-sec
=============================== */
.calculate-your-sec {
    background: #eaeeeb;
    position: relative;
    z-index: 9;
    padding: 44px;
   
}
/*.calculate-your-sec:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: url(images/man.png) no-repeat center;
    background-size: cover;
    right: 0;
	top:0;
}*/
.calculate-your-sec .print-text{
    max-width: 480px;
	padding: 7% 0;
}

.calculate-your-sec .print-text h2{
	font-size: 60px;
    font-weight: 300;
    color: #ff8200;
    line-height: 75px;
    
}
.calculate-your-sec .print-text a {
    font-size: 24px;
    line-height: 30px;
    color: #ff8200;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #ff8200;
    text-align: center;
    border-radius: 50px;
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 18px 78px;
    word-spacing: 2px;
}


/* ============================
      how-work-sec
=============================== */
/*.how-work-sec {
    padding: 90px 0;
    margin-top: -50px;
    background: #fff;
    z-index: 99;
    position: relative;
    border-radius: 36px 36px 0px 0px;
}*/
.how-work-sec {
    padding: 84px 0;
    margin-top: -50px;
    background: #fff;
    z-index: 99;
    position: relative;
    border-radius: 0;
    background-image: linear-gradient(180deg, #eaedea 20%, #fff);
}
.how-work-sec .test-part-left {
        display: flex;
    border: 4px solid #ff8200;
    border-radius: 30px;
    flex-wrap: wrap;
}
.test-part-left .map-locton {
    max-width: 30%;
    flex: 0 0 30%;
    text-align: center;
    border-right: 4px solid #ff8200;
}

.test-part-left .map-locton span{
    padding: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.how-work-sec .test-part-left span img {
    width: 120px;
    margin: 0 auto;
    vertical-align: middle;
}
.how-work-sec .test-part-left .mortage-loc  {
    max-width: 70%;
    flex: 0 0 70%;
}
.test-part-left .mortage-loc aside{
	padding: 38px;
}
.how-work-sec .test-part-left aside h3 {
    font-size: 43px;
    font-weight: 300;
    color: #909295;
    line-height: 50px;
    text-align: left;
    letter-spacing: 2px;
}
.how-work-sec .test-part-left aside h3 strong {
    font-weight: 500;
}
.mortage-loc h3 sup {
    font-size: 17px;
    font-weight: 400;
    top: -18px;
    left: 3px;
}
.how-work-sec .test-part-right h3 {
    font-size: 38px;
    font-weight: 300;
    line-height: 46px;
    color: #ff8200;
	  padding-bottom: 20px;
}
.how-work-sec .test-part-right p {
    font-size: 17px;
    font-weight: 400;
    color: #909295;
    line-height: 28px;
    max-width: 530px;
    font-family: 'Antenna';
}
section.how-work-sec .row {
    align-items: center;
}


/*=================================
       money-made-sec
==================================== */
.money-made-sec{
    padding: 85px 0;
	
}
.money-made-sec .smart-hard h3 {
font-size: 38px;
    font-weight: 300;
    line-height: 49px;
    color: #ff8200;
    padding-bottom: 12px;
}
.money-made-sec .smart-hard p {
    font-size: 18px;
    font-weight: 300;
    color: #909295;
    line-height: 28px;
	max-width: 550px;
}
.money-made-sec .outcome {
    position: relative;
}
.money-made-sec .outcome:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 20px;
    background: #DCE2DE;
    right: 0px;
    left: 20px;
}
.money-made-sec .outcome img {
    z-index: 9;
    position: relative;
}
/*=================================
      model-apply-sec
==================================== */
.model-apply-sec {
   position:relative;
}
/*section.model-apply-sec:before {
    right: 2px;
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    background: #909295;
    bottom: 0;
}*/

.model-apply-sec .curl-last {
    text-align: center;
	padding:0 0 40px 0;
}
.model-apply-sec .curl-last.middle {
    border-right: 1px solid #909295;
    border-left: 1px solid #909295;
    
	position: relative;
	    height: 100%;
}
/*.model-apply-sec .curl-last.middle:before{
	 right: 2px;
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    background: url(images/shadoe-desinrer.png)no-repeat center;
    bottom: 0;
}*/
.model-apply-sec .curl-last.no-brder {
    border: 0;
}
.model-apply-sec .curl-last img {
    height: 140px;
}
.model-apply-sec .curl-last h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 34px;
    max-width: 280px;
    color: #ff8200;
    padding: 20px 0 11px 0;
    cursor: pointer;
    border-radius: 100px;
    margin: 22px auto;
    letter-spacing: 2px;
}
.model-apply-sec .curl-last p {
    font-size: 24px;
    font-weight: 300;
    color: #909295;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
        font-family: 'Antenna';
	padding: 6px 0;
}
/*=================================
     less-debt-sec
==================================== */
.lessdebtsec {
    width: 100%;
    height: 100%;
    background: url(assets/images/orange-banner1.jpg) no-repeat center;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
}
.lessdebtsec .debt-txt {
/*    padding: 16% 0;*/
    padding: 0;

}
.lessdebtsec .debt-txt h2 {
    color: #F9EB21;
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    font-family: 'Antenna';
}
.lessdebtsec .debt-txt p {
 color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    padding: 22px 0;
    max-width: 540px;
}
.lessdebtsec .debt-txt a {
    background: transparent;
    color: #f9eb21;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Antenna';
    text-transform: uppercase;
    border: 2px solid #f9eb21;
    padding: 20px 55px;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    letter-spacing: 3px;
    max-width: 371px;
    display: block;
    word-spacing: 2px;
}
.lessdebtsec .debt-txt a:hover {
   
}

/*=================================
           footer-sec
 ==================================*/
.footer-sec{
    padding: 50px 0 70px 0;
    background: #e2e8e8;
}

.footer-sec .printing{
  
}
.footer-sec .printing aside a{
  font-size: 17px;
    color: #798c8b;
    font-weight: 400;
    line-height: 36px;
    padding: 8px 0;
    border-bottom: 1px solid #798c8b;
    word-break: break-word;
}
.footer-sec .printing ul {
    padding: 50px 0 0 0;
}
.footer-sec .printing li{
    display: inline-block;
    padding: 0 2px;
}
.footer-sec .printing li a {
    width: 50px;
    height: 50px;
    border: 2px solid #798c8b;
    border-radius: 50%;
    color: #798c8b;
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.footer-sec .printing li a:hover{
     color: #ff8200;
	border: 2px solid #ff8200;
}
.footer-sec .quick-links {
	  
}

.footer-sec .quick-links li{
   
}
.footer-sec .quick-links li a{
    text-decoration: none;
    font-size: 17px;
    color: #798c8b;
    font-weight: 400;
    line-height: 36px;
    font-family: 'Antenna';
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.footer-sec .quick-links li a:hover{
    color: #ff8200;
}
/*=================================
           scroll-to-top
 ==================================*/
body .scrollToTop {
    position: relative;
    right: 147px;
    bottom: 34px;
    text-align: center;
    color: #ff8200;
    font-family: 'Antenna';
    font-weight: 300;
    z-index: 9999999;
    float: right;
    background: transparent !important;
}
.scrollToTop:before {
    position: absolute;
    content: "\f106";
    font-family: 'FontAwesome';
    top: -14px;
    right: -62px;
    color: #ff8200;
    font-size: 35px;
    width: 40px;
    height: 40px;
    border: 2px solid #ff8200;
    border-radius: 50%;
    line-height: 33px;
}
a.scrollToTop:hover {
   color:#ff8200;
}
/*=================================
           banner-sec.real-story
 ==================================*/
.banner-sec.real-story {
    background: #32be32;
	margin-top: -90px;
} 
.paid-almost{ 
    padding:90px 0 0 0;
    padding-bottom: 40px;
}
.paid-almost:before {
    position: absolute;
    content: '';
    left: 20px;
    width: 100%;
    background: url(assets/images/cloud1.png) no-repeat;
    background-size: contain;
    top: -15px;
    height: 138px;
    background-position: top;
}
 .banner-sec.real-story .banner-text a {
  width: 100%;
    height: 58px;
    font-size: 18px;
    line-height: 62px;
    color: #32be32;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 30px;
    display: block;
    margin: 20px 0;
    letter-spacing: 2px;
    background: #fff;
}
.banner-sec.real-story:after {
    content:none;
    
}
.banner-sec.real-story .banner-img {
	padding:0;
	position:relative;
	z-index:99;
	
}
.banner-sec.real-story .banner-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 13px;
    background: #259427;
    left: -12px;
	z-index:-1;
}
.banner-sec.real-story .banner-img:after {
    position: absolute;
    content: url(assets/images/play-icon.png);
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.banner-sec.real-story .banner-img span {
    border: 12px solid #fff;
    padding: 0;
}
.banner-sec.real-story .view-case {
    display: flex;
    justify-content: space-between;
    padding: 45px 0px 60px;
    align-items: flex-end;
}
.banner-sec.real-story .view-case h6 {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;

}
.banner-sec.real-story .view-case a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-transform: uppercase;
	letter-spacing: 1px;
}
.banner-sec.real-story .how-action {
    border-top: 1px solid #F9EB21;
    padding: 99px 0 45px 0;
}
.banner-sec.real-story .how-action h2 {
font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    color: #f9eb21;
   
}
.banner-sec.real-story .having-more {
    padding-bottom: 40px;
}

.banner-sec.real-story .having-more p{
	color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
 .having-more .about-pay {
	position:relative;
	z-index:99;
	
}
.having-more .about-pay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 13px;
    background: #259427;
    left: -12px;
	z-index:-1;
}
.having-more .about-pay:after {
    position: absolute;
    content: url(assets/images/play-icon.png);
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.having-more .about-pay span {
    border: 12px solid #fff;
      display: inline-block;
}
 .having-more .view-case {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}
 .having-more .view-case h6 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;

}
 .having-more .view-case a {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-transform: uppercase;
}
.having-more .view-case a i {
	    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
/*=================================
      off-loan-sec
==================================== */
.off-loan-sec {
    padding: 80px 0 20px 0;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    z-index: 999999;
    position: relative;
    top: -60px;
    background: #fff;
}
.off-loan-sec .curl-last {
    text-align: center;
/*    border-right: 1px solid #909295;*/
}
.off-loan-sec .curl-last.no-brder {
    border: 0;
}
.off-loan-sec .curl-last img {
    width: auto;
    height: 160px;
}
.off-loan-sec .curl-last h3 {
    font-size: 56px;
    font-weight: 300;
    line-height: 50px;
    color: #ff8200;
    padding: 40px 0 22px 0;
}
.off-loan-sec .curl-last p {
    font-size: 21px;
    font-weight: 300;
    color: #909295;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0px;
/*    padding: 0 0 22px 0;*/
    font-family: 'Antenna';
    word-spacing: 2px;
}
 .curl-last-wrapper:before {
    content: "";
    border-right: 1px solid #909295;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
.proven-process-sec .col-lg-4.col-md-4.col-sm-12:last-child .curl-last, .off-loan-sec .col-sm-12:last-child .curl-last-wrapper:before {
    border-right: none;
}


 
/*============================
  get-started-sec
=============================== */

.get-started-sec {
    width: 100%;
    background: url(assets/images/get-started.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 999;
    top: 105px;
}

.get-started-sec .breadcrumb {
    padding: 110px 0 30px 0;
    margin-bottom: auto;
    list-style: none;
    background-color: transparent;
}
.get-started-sec .breadcrumb h1 {
    font-size: 18px;
    line-height: 30px;
    color: #798c8b;
    font-weight: 400;
    font-family: 'Antenna';
    letter-spacing: 3px;
}
.get-started-sec .breadcrumb i {
    color: #d4600a;
}

/*============================
    life-you-sec
=============================== */

.life-you-sec {
    width: 100%;
    background: #32be32;
    position: relative;
    margin-top: -90px;
	  padding-top: 195px;
    padding-bottom: 135px;
}
.life-you-sec .life-txt {
    
}
.life-you-sec .life-txt h2 {
      color: #fff;
      font-size: 60px;
      line-height: 70px;
      font-weight: 300;
      max-width: 400px;
      font-family: 'Antenna';
	  letter-spacing: 2px;
}
.life-you-sec .life-txt p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-top: 30px;
    max-width: 422px;
}


.life-you-sec .life-contact p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Antenna';
    padding: 0 15px;
}
.life-you-sec .life-contact p span{
	font-weight: 500;
}
.life-you-sec  .life-contact form {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}
.life-you-sec .life-contact .contact-cloud {
    margin: 0 0 27px 0;
}
.life-you-sec .life-contact .contact-cloud input {
   width: 100%;
    height: 65px;
    border: 1px solid #ffff;
    border-radius: 50px;
    padding: 0 25px;
    outline: 0;
    background: transparent;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Antenna';
    color: #fff;
}
.life-you-sec .life-contact .contact-cloud input::placeholder {
    color: #fff;
}






.life-you-sec .life-contact .contact-cloud select {
    width: 100%;
    height: 65px;
    border: 1px solid #ffff;
    border-radius: 50px;
    padding: 0 25px;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Antenna';
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    text-indent: 1px;
    width: 140px;

}

.life-you-sec .submit-btn {
   background: #fff !important;
    border: 1px solid #fff;
    color: #32be32 !important;
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Antenna';
    text-transform: uppercase;
    width: 40%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
	float: right;
	max-height: 65px;
	
}
.life-you-sec .submit-btn input{
	width: 100%;
}
.life-you-sec .submit-btn:hover {
    background: #32be32 !important;
    color: #fff !important;
    border: 1px solid #32be32;

}
.life-you-sec .life-contact .contact-cloud select option{
	color: #000;
	background: transparent;
}
.contact-cloud {
   flex: 0 0 100%;
    max-width: 100%;
    display: flex;
}
.contact-cloud.select-col span {
    margin: 0 6px;
    display: flex;
	width: auto;
}
.contact-cloud span {
   width: 100%;
   margin: 0 10px;
}
.contact-cloud span.phone-no{
	    width: 60%;
    margin: 0 10px 0 0;
}
/*============================
   head-office-sec
=============================== */

.head-office-sec {
    width: 100%;
    background: #eaeeeb;
    padding: 100px 0;
    z-index: 99;
    position: relative;
}

.address-office ul {
    padding-top: 59px;
}
.head-office-sec .address-office h2 {
 color: #ff8200;
    font-size: 48px;
    line-height: 58px;
    font-weight: 300;
    width: 100%;
    height: auto;
    font-family: 'Antenna';
    text-transform: capitalize;
    margin-bottom: 17px;
}

.head-office-sec .address-office li {
    font-size: 22px;
    line-height: 43px;
    font-weight: 300;
    font-family: 'Antenna';
/*    color: #64696b;*/
    color: #838789;
}
.address-office li:nth-child(2) {
    text-decoration: underline;
}
.head-office-sec .address-office li.view-map a {
    background: transparent !important;
    color: #ff8200;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Antenna';
    text-transform: uppercase;
    border: 2px solid #ff8200;
    padding: 10px 23px;
    border-radius: 50px;
    margin: 30px 0 0 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 2px;
    word-spacing: 2px;
}

.head-office-sec .address-office li.view-map a:hover {
    background: #ff8200 !important;
    color: #fff;
    border: 2px solid #ff8200;
}

.head-office-sec .map-office {
    border: 13px solid #fff;
    width: 100%;
    height: 420px;
}
.head-office-sec .map-office iframe{
	width: 100%;
	height: 100%;
}
.head-office-sec .map-office img{
    width: 100%;
}
.life-you-sec:after{
	display: none;
}
.head-office-sec:after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: url(assets/images/cloud-upper.png) no-repeat center;
    top: -160px;
    background-size: cover;
    height: 166px;
}
/*============================
        change-has-sec
=============================== */
.change-has-sec{
	background: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/11/Asset-19-1.png) no-repeat center;
  background-size: cover;
  padding: 165px 0;
  margin-top: -70px;
  background-position: 100% 55%;
}
.change-has-sec .our-same {
	position:relative;
	z-index:99;
	
}
.change-has-sec .our-same:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 13px;
    background: #259427;
    left: -12px;
	z-index:-1;
}
.change-has-sec .our-same:after {
    position: absolute;
    content: url(assets/images/play-icon.png);
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}
.change-has-sec .our-same span {
    border: 12px solid #fff;
	display:inline-block;
    
}
.change-has-sec .same-text {
       max-width: 460px;
    padding: 0 0 0 50px;
}
.change-has-sec .same-text h2{
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    line-height: 56px;
    padding-bottom: 15px;
    letter-spacing: 2px;
    
}
.change-has-sec .same-text p {
   font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
   
}
.change-has-sec .same-text a {
    width: 100%;
    height: 65px;
    font-size: 21px;
    line-height: 56px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 30px;
    display: block;
    margin: 30px 0;
    letter-spacing: 3px;
    font-family: 'Antenna';
    padding: 3px 0;
}

/*  blog page  */

/*=================================
  blog-sec
==================================*/
.blog-sec {
    width: 100%;
    background: url(assets/images/blog-banner.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 999;
    top: 105px;
}

/*=================================
 our-insights-sec
==================================*/
.banner-sec.our-insights-sec:before{
	background: url(assets/images/blog-banner.png) no-repeat center;
	background-size: cover;
	display: none;
}
.our-insights-sec {
    width: 100%;
    background: #dae1dd;
    position: relative;
    padding: 127px 0 136px 0;
    margin-top: -90px;
}

.our-insights-sec:after {
    position: absolute;
    content: '';
    width: 48%;
    height: 100%;
    background: url(assets/images/man.png) no-repeat center;
    background-size: 100%;
    right: 0;
    top: 40px;
	left: auto;
	display: none;
}
.our-insights-txt{
    padding:50px 0 0;
}
.our-insights-sec .man-walk {
    width: 832px;
    bottom: 39px;
    z-index: 999;
}
.breadrcum.our-blog {
/*    background: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/10/blog-banner.png) no-repeat left;*/
    background: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/11/Asset-1-new.png) no-repeat left;
    background-size: cover;
    z-index: 999;
    background-color: #dae1dd;
}
.our-insights-txt h2{
    color: #ff8200;
    font-size: 60px;
    line-height: 70px;
    font-weight: 300;
    font-family: 'Antenna';
}

.our-insights-txt h3 {
    color: #798c8b;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Antenna';
    padding: 20px 0 20px;
}

.our-insights-txt p{
    color: #798c8b;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0;
}


/*=================================
 practical-steps-sec
==================================*/
.practical-steps-sec {
    width: 100%;
    padding: 80px 0 0;
    background: #fff;
    z-index: 99999;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    top: -40px;
}

.practical-steps-sec:after {
    position: absolute;
    content: '';
     width: 316px;
    height: 366px;
    background: url(assets/images/step-pic.png) no-repeat center;
    background-size: 100%;
    right: 20%;
    top: 100px;
}

.practical-steps-sec .step-left{

}

.practical-steps-sec .step-left aside {
    color: #798c8b;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Antenna';
    letter-spacing: 2px;
}
.practical-steps-sec .step-left h2 {
    color: #ff8200;
    font-size: 55px;
    line-height: 67px;
    font-weight: 300;
    font-family: 'Antenna';
    padding: 35px 0;
    letter-spacing: 0px;
    max-width: 674px;

}


.practical-steps-sec .senior-investment {
    display: flex;
    flex-wrap: wrap;
    padding: 23px 0;
    border-top: 1px solid #a4b8b8;
    border-bottom: 1px solid #a4b8b8;
}
.senior-investment figure {
    margin: 0 !important;
    padding: 0 !important;
}
.practical-steps-sec .step-left span {
    flex: 0 0 10%;
    max-width: 10%;
    margin-right: 25px;
}

.practical-steps-sec .step-left span img {
    width: 100px;
}

.practical-steps-sec .senior-investment figure {
    flex: 0 0 87%;
    max-width: 87%;
    align-self: center;
}

.practical-steps-sec .senior-investment figure p {
    padding: 0;
	  font-weight: 400;
    font-size: 19px;
}
.blog-content-wrapper {
    padding: 0 0 0 75px;
}
.blog-content-wrapper h3 {
    padding: 42px 0 !important;
}
.blog-content-wrapper h4 {
    font-weight: 500 !important;
}
.practical-steps-sec .step-left h3 {
  color: #536261;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 40px 0;
    max-width: 900px;
}

.practical-steps-sec .step-left h4 {
    color: #536261;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.practical-steps-sec .step-left p {
color: #536261;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0 30px 0;
    max-width: 800px;
}

.practical-steps-sec .step-left .orange-txt{
    color: #ff8200;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    max-width: 800px;
    font-style: italic;

}

.practical-steps-sec .step-right {
    position: relative;
    margin-top: 390px;
}

.practical-steps-sec .step-right .share-icon {
    text-align: center;
    color: #ff8200;
    font-family: 'Antenna';
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 50px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.practical-steps-sec .share-icon i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    border: 2px solid #ff8200;
    border-radius: 50%;
    line-height: 40px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.practical-steps-sec .step-right h4 {
    color: #536261;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
.practical-steps-sec .step-right li{

}

.practical-steps-sec .step-right li a{
    color: #8ca4a4;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}
.practical-steps-sec .step-right li a:hover {
    color: #ff8200;
}

.practical-steps-sec .btn-more {
    margin: 0 auto;
}

.practical-steps-sec .btn-more span {
    text-align: center;
    font-size: 18px !important;
    color: #fff !important;
    background: #ff8200;
    border: 2px solid #ff8200;
    padding: 18px 48px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    margin: 0 auto;
    position: relative;
    top: 52px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.practical-steps-sec .btn-more span:hover {
    color: #ff8200 !important;
    background: transparent;
/*    border: 1px solid #ff8200;*/
}


/*=================================
   blog post
==================================*/
.blog-post-sec {
    width: 100%;
    background: #dde4e4;
    padding: 80px 0 40px;
}

.blog-post-sec .flex-post {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    border-radius: 40px;
       overflow: hidden;
    margin-bottom: 50px;
}

.blog-post-sec .post-detail {
    flex: 0 0 50%;
    max-width: 50%;
/*    border-right: 1px solid #ccc;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.post-detail.no-brdr.post-border-wrapper:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ccc;
    left: -55px;
    width: 55px;
    height: 83%;
    top: 35px;
}
.blog-post-sec .blog-txt {
    flex: 0 0 80%;
    max-width: 80%;
}
.blog-post-sec .blog-txt aside {
/*    padding: 55px 0px 55px 34px;*/
    padding: 60px 0px 60px 44px;
}
.blog-post-sec .blog-pic {
    position: relative;
    /* flex: 0 0 40%; */
    /* max-width: 40%; */
    justify-content: flex-end;
    align-self: flex-end;
    position: absolute;
    right: 0;
    max-width: 40%;
}

.blog-post-sec .blog-pic img {
    width: 100%;
    align-self: flex-end;
}
.blog-post-sec .blog-pic.first img{
	
}
.blog-post-sec .post-detail.no-brdr {
    border-right: none;
}

.blog-post-sec .blog-pic.second-blog {
        width: 300px;
    float: right;
    margin-bottom: 0;
}

.blog-post-sec .blog-pic.second-blog img {
    width: 188px;
    float: right;
}
.blog-pic.first {
    width: 212px;
    float: right;
    margin-right: -18px;
    margin-bottom: 37px;
}
.blog-post-sec .blog-pic.third-blog img {
	  width: 188px;
    float: right;
    margin-right: -1px;
}

.blog-post-sec .blog-pic.four-blog {
    
}

.blog-post-sec .blog-pic.four-blog img {
    width: 221px;
    float: right;
    margin-right: -18px;
    margin-bottom: 37px;
}

.blog-post-sec .blog-txt h2 {
    color: #909295;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Antenna';
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.blog-post-sec .blog-txt h3 {
    color: #ff8200;
    font-size: 46px;
    line-height: 52px;
    font-weight: 300;
    font-family: 'Antenna';
    max-width: 397px;
    padding: 15px 0;
}

.blog-post-sec  .post-detail:hover .blog-txt h3 {
    color: #32be32;
}
.blog-pic.third-blog {
    bottom: 31px;
}
.blog-post-sec .blog-txt a {
  text-align: center;
    font-size: 18px !important;
    color: #909295 !important;
    background: transparent;
    border: 1px solid #909295;
    padding: 15px 55px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    margin-top: 22px;
    display: inline-block;
    letter-spacing: 2px;
    word-spacing: 2px;
}

.blog-post-sec .blog-txt a:hover {
    color: #fff !important;
    background: #909295;
    border: 1px solid #909295;
}

/*  why- choose-page  */

/*=================================
  helping-you-sec
==================================*/
.banner-sec.life-you-sec.helping-you-sec {
	padding: 80px 0 73px;
    margin-top: -90px;
}
.banner-sec.life-you-sec.helping-you-sec:after {
	content:none;
}
.helping-you-sec {
    background: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/11/Asset-1-1.png) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 100% 97%;
    
}
.helping-you-sec .helping-left{
    width: 100%;
    padding: 128px 0  0;
}
section.banner-sec.life-you-sec.helping-you-sec.template_calculater_page .row {
    align-items: center;
}
.helping-you-sec .helping-txt h2{
 color: #fff;
    font-size: 60px;
    line-height: 78px;
    font-weight: 300;
    max-width: 430px;
    font-family: 'Antenna';
    padding: 0 0 34px 0;
    letter-spacing: 2px;
}

.helping-you-sec .helping-txt p {
    color: #fff;
    font-size: 37px;
    line-height: 27px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    max-width: 420px;
}

.helping-you-sec .small-team {
    padding: 50px 0 80px 0;
}
.helping-you-sec .small-team p {
    max-width: 500px;
    padding-bottom: 10px;
}

.helping-you-sec .helping-txt a {
    font-size: 21px !important;
    color: #fff !important;
    background: #32be32;
    border: 1px solid #32be32;
    padding: 17px 0;
    /* -webkit-transition: all 0.3s ease 0s; */
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    word-spacing: 3px;
    letter-spacing: 3px;
    font-weight: 500;
    width: 100%;
    max-width: 391px;
    text-align: center;
}

.helping-you-sec .helping-txt a:hover {
    color: #32be32 !important;
    background: #fff;
    border: 1px solid #fff;
}

.helping-you-sec .helping-reducing {
	padding: 25px 0 0 0;
}

.helping-you-sec .helping-reducing .cloud-pic {
    position: absolute;
    top: 0;
    left: -24%;
}
.helping-you-sec .money-management {
    width: 100%;
    background: #ecefed;
    padding: 40px 0;
    border-radius: 25px;
    margin-top: 10%;
    box-shadow: -15px 15px 0px 0px #dc7300;
}

.helping-you-sec .money-management h2 {
    color: #ff8200;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Antenna';
    letter-spacing: 0px;
	max-width: 90%;
}

.helping-you-sec .money-management p {
    color: #798c8b;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0 20px 0;
}
/*======================
shally-ann-slider
=======================*/
.helping-you-sec .shally-ann-slider{
    position: relative;
    top: -32px;
}

.helping-you-sec .shally-ann-slider .shally-flex {
    display: flex;
    flex-wrap: wrap;
}

.helping-you-sec .shally-ann-slider .shally-txt {
    flex: 0 0 49%;
    max-width: 49%;
    margin-top: 16%;
}

.helping-you-sec .shally-ann-slider .shally-txt h3 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'Antenna';
    max-width: 250px;
}

.helping-you-sec .shally-ann-slider .shally-txt p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Antenna';
    letter-spacing: 2px;
    padding: 10px 0;
    border-bottom: 2px solid #f9cb93;
}

.helping-you-sec .shally-ann-slider .more-shally {
    position: absolute;
    bottom: 57px;
    left: 130px;
}

.helping-you-sec .shally-ann-slider .more-shally a{
    font-size: 16px !important;
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff;
    padding: 16px 32px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
	    letter-spacing: 2px;
}
.shally-ann-slider .more-shally a:hover{
	background: #32be32;
	border: 1px solid #32be32;
}
.shally-ann-slider .there-are {
    flex: 0 0 49%;
    max-width: 49%;
}

.helping-you-sec .shally-ann-slider .there-are img{
/*    width: 300px;*/
    height: 482px;
    object-fit: cover;
}

.helping-you-sec .shally-ann-slider button.slick-prev.slick-arrow {
    font-size: 0;
    position: absolute;
    left: 40px;
    bottom: 23%;
    border: none;
    background: transparent;
    border-radius: 4px;
    z-index: 999;
    outline: 0;
}

.helping-you-sec .shally-ann-slider button.slick-prev.slick-arrow:before {
    left: -15px;
    position: absolute;
    z-index: 999;
    top: 7px;
    content: "";
    background-image: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/11/L-Asset-3.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 54px;
}

.helping-you-sec .shally-ann-slider button.slick-next.slick-arrow {
    font-size: 0;
    position: absolute;
    bottom: 23%;
    left: 45px;
    border: none;
    border-radius: 4px;
    outline: 0;
    background: transparent;
}

.helping-you-sec .shally-ann-slider button.slick-next.slick-arrow:before {
    left: 14px;
    position: absolute;
    z-index: 999;
    top: 7px;
    content: "";
    background-image: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/11/R-Asset-2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 29px;
    height: 54px;
}

.helping-you-sec .shally-ann-slider .slick-dots {
    position: absolute;
    bottom: 42%;
    left: 15px;
}

.helping-you-sec .shally-ann-slider .slick-dots li button {
    display: none;
}

.helping-you-sec .shally-ann-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e26d00;
    display: inline-block;
    margin: 0 7px;
}

.helping-you-sec .shally-ann-slider .slick-dots li.slick-active{
    background: #fff;
}

.helping-you-sec .shally-ann-slider .slick-track{
    outline: 0;
}

/*=================================
.proven-process-sec
====================================*/
.proven-process-sec {
    padding: 80px 0 20px 0;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    z-index: 999;
    position: relative;
    top: -60px;
    background: #fff;
}
.proven-process-sec .curl-last {
    text-align: center;
/*    border-right: 1px solid #909295;*/
}
.proven-process-sec .curl-last.no-brder {
    border: 0;
}
.proven-process-sec .curl-last img {
     width: auto;
    height: 145px;
}
.proven-process-sec .curl-last p {
    color: #909295;
    padding: 0;
    font-family: 'Antenna';
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 2px;
}


.proven-process-sec .curl-last h3 {
    font-size: 54px;
    font-weight: 300;
    line-height: 63px;
    color: #ff8200;
    padding: 40px 0 22px 0;
    max-width: 80%;
    margin: 0 auto;
    font-family: 'Antenna';
}
/*=================================
 why-choose-sec
====================================*/
.why-choose-sec {
    width: 100%;
    padding: 20px 0;
    background: #e8ece9;
}

.why-choose-sec .goto-insights {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.why-choose-sec .goto-insights h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    color: #ff8200;
    font-family: 'Antenna';
}

.why-choose-sec .goto-insights a {
    text-align: center;
    font-size: 18px !important;
    color: #ff8200 !important;
    background: transparent;
    border: 2px solid #ff8200;
    padding: 15px 55px;
/*    line-height: 36px;*/
    height: 56px !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    display: inline-block;
    word-spacing: 2px;
    letter-spacing: 2px;
}

.why-choose-sec  .goto-insights figure a:hover {
    color: #fff !important;
    background: #ff8200;
    border: 1px solid #ff8200;

}
.breadrcum{
	background: url(assets/images/get-started.png) no-repeat left;
    position: relative;
    padding: 77px 0 0 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 9;
}
.breadrcum.blog{
	background: url(assets/images/blog-banner.png) no-repeat left;
  background-size: cover;
	z-index: 999;
  background-color: #E8ECE9;
}


.breadcrumb {
    position: relative;
    z-index: 99;
    background: none;
    margin: 0;
    padding: 36px 0;
	text-transform: uppercase;
}

.breadcrumb h1 i {
    color: #ff8200;
}
.banner-sec.much{
	padding: 84px 0 20px 0;
    position: relative;
    margin-top: -90px;
}
.much .banner-sec .banner-img{
	position: relative;
	padding-top: 0;
}
.much:before {
    position: absolute;
    content: '';
    left: 46%;
    z-index: 1;
    width: 755px;
    height: 85px;
    background: url(assets/images/cloud-sa.png)no-repeat;
    top: 58px;
}
.motage{
	padding: 80px 0;
}	
.banner-sec.much .banner-text {
    padding: 0;
    max-width: 425px;
	  align-self: center;
}
.fast-track-section {
    padding: 80px 0;
}
.page-id-47 .banner-sec.much .banner-text {
    margin-top: -100px;
}
.personal-results-wrapper h2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 75px;
}
.personal-results-wrapper a {
    font-size: 24px;
    line-height: 30px;
    color: #ff8200;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 50px;
    margin: 40px 0;
    letter-spacing: 2px;
    padding: 18px 78px;
    word-spacing: 2px;
    background-color: #eaedea;
}
.personal-results-wrapper a:hover {
    background: #ff8200;
    color: #fff;
}
.personal-results-wrapper {
    max-width: 480px;
    padding: 10px 0;
    padding-bottom: 50px;
}



section.how-work-sec:after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: url(assets/images/cloud-upper.png) no-repeat;
    top: -150px;
    background-size: cover;
    height: 166px;
    background-position: inherit;
}







.page-id-324 .helping-left {
    padding: 0;
}
.banner-sec.much:after{
	display: none;
}
.calculate-your-sec:after {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: url(assets/images/cloud-upper.png) no-repeat ;
    top: -160px;
    background-size: cover;
    height: 166px;
    background-position: inherit;
}
.man-walk {
    width: 723px;
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 0px;
}
.man-walk img {
    width: 100%;
}
.test-part-right {
    padding-left: 40px;
}
.banner-sec.real-story:before{
	display: none;
}
.banner-sec.real-story .banner-text h2 {
    font-size: 60px;
	padding-top: 40px;
    padding-bottom: 18px;
}
.banner-sec.real-story .banner-text{
	    padding: 0;
    align-self: center;
    max-width: 400px;
}
.banner-sec.real-story .banner-text p {
      font-size: 18px;
    line-height: 26px;
}
.left {
    height: 380px;
    position: relative !important;
    width: 100%;
	
}
.left:before{
	  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 19px;
    background: #00000033;
    left: -15px;
    
}
.showcase-video .video-js {
	height: 380px;
    width: 100%;
	border: 12px solid #fff;
}
.video-js .vjs-big-play-button{
        background-color: transparent;
    border: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0;
    font-size: 80px !important;
    height: 100px;
    left: 54%;
    margin: -70px 0 0 -70px;
    line-height: 96px;
    position: absolute;
    top: 50%;
    width: 92px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url(assets/images/play-icon.png) no-repeat;
    
}

.having-more .hving-video{
	height: 350px;
    position: relative !important;
    width: 100%;
	
}
.hving-video:before{
	  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 19px;
    background: #00000033;
    left: -15px;
}
.hving-video .video-js {
	height: 350px;
    width: 100%;
	border: 12px solid #fff;
}
.banner-sec.life-you-sec.helping-you-sec:before{
	display: none;
}
.reduing-dec div{
	display: flex;
}
.reduing-dec div figure{
	    width: 50px;
    height: 50px;
    background: #32be32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.reduing-dec span {
    padding: 0 28px;
}
.reduing-dec {
    display: flex;
    margin-left: -25px;
}
.life-you-sec:before {
    position: absolute;
    content: '';
    left: 43%;
    z-index: 1;
    width: 755px;
    height: 85px;
    background: url(assets/images/cloud-sa.png)no-repeat;
    top: 58px;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    /* border-color: #fff; */
    background-color: transparent;
    background-color: transparent;
    transition: all 0s;
}
.vjs-big-play-button .vjs-icon-placeholder:before{
	content: none;
	display: none !important;
}
.foter-links li {
    display: inline-block;
    padding: 0 0 0 28px;
}
.foter-links li a {
	text-decoration: none;
    display: block;
    font-size: 16px;
    color: #798c8b;
    font-weight: 300;
    position: relative;
    line-height: 32px;
    border: none;
    font-family: 'Antenna';
}
.foter-links li a:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -34px;
    right: 0;
    left: 0;
    background-color: #ff8200;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 auto;
}

.foter-links li a:hover:after, .foter-links li a:focus:after, .foter-links li a:active:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.foter-links li a:hover, .foter-links li a:focus, .foter-links li a:active {
	color: #ff8200;
	background: none;
}


.foter-links li a.get-started {
    display: block;
    font-size: 16px !important;
    color: #fff !important;
    background: #32be32;
    padding: 9px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    line-height: 29px;
    letter-spacing: 2px;
    font-weight: 400;
}
.foter-links li a.get-started:hover{
	background: #ff8000;
}
.foter-links li a.get-started:hover{
	
}
.foter-links li a.get-started:after {
    position: inherit;
    
}




.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: #fff;
  width: 170px;
  height: 54px;
}

.select-styled {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 14px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 33px;
    border: 1px solid #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Antenna';
    text-align: center;
    line-height: 37px;
    height: 65px;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 22px;
    right: 18px;
}
.select-styled:hover {
  background-color: #fff;
  color: #32be32;
}
.select-styled:active, .select-styled.active {
      background-color: #ffffff;
    border-radius: 28px 28px 0 0;
    color: #32be32;
}
.select-styled:active:after, .select-styled.active:after {
  top: 14px;
    border-color: transparent transparent #32be32 transparent;
}

.select-options {
  display: none;
     position: absolute;
    top: 54px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0 0 28px 28px;
}
.select-options li {
  margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #32be32;
	border-top: 1px solid #ccc;
}

.select-options li[rel="hide"] {
  display: none;
}
.banner-sec.much .banner-text h2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 74px;
    padding-bottom: 25px;
}
.banner-sec.much .banner-text p {
    font-size: 18px;
    max-width: 90%;
}

/* 21 august 2019 */

span.wpcf7-not-valid-tip {
    display: none !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #c72020b8;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 1px solid #ff00008f;
    border-radius: 25px;
    background: #ff0000c7;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #45d60694;
    border-radius: 25px;
    background: #ffffffd6;
    color: #32be32;
}

/* 404 page css start */

.error404 .page-header{
	padding-top: 42px;
    text-align: center;
}

.error404 section.error-404{
	min-height: 300px;
}

.error404 .page-title{
    padding: 33px 0 33px;
}
.breadcrumb h1 {
    font-size: 17px;
    line-height: 30px;
    color: #798c8b;
    font-weight: 400;
    letter-spacing: 3px;
    max-width: 500px;
    font-family: 'Antenna';

}
.proven-process-sec .col-lg-4.col-md-4.col-sm-12:last-child .curl-last, .off-loan-sec .col-sm-12:last-child .curl-last {
    border-right: none;
}
.life-you-sec .life-contact .contact-cloud input.wpcf7-form-control.wpcf7-submit.submit-btn {
    letter-spacing: 3px;
}
.navmenu ul li.sub-bar:after {
    content: "\f0d7";
    font: normal normal normal 22px/1 FontAwesome;
    position: absolute;
    right: 12px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.banner-text h2 {
    color: #ff8200;
    padding-bottom: 25px;
    font-size: 60px;
    font-weight: 300;
    line-height: 78px;
}
.inner_pages h3 {
     padding: 20px 0 8px;
    color: #616b6a;
    font-size: 25px;
}
.navmenu .current-menu-item a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*.navmenu .current-menu-item a {
    color: #fff;
}*/
.inner_pages h2 {
    font-size: 40px;
    line-height: 50px;
}
.inner_pages p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.svg_cycle {
    position: absolute;
    right: 0;
    bottom: -7px;
}



.lessdebtsec {
position: relative;
    overflow: hidden;
    min-height: 380px;
}
.cycle-girl {
    position: absolute;
    right: 50%;
    bottom: 50%;
       transform: translate(139%, 64%);
}
.cycle-girl svg {
    width: 100%;
    max-width: 530px;
}
.page-template-Template-why-choose-us .helping-txt p {
    font-size: 18px;
    line-height: 27px;
}
.helping-you-sec .helping-txt p {
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 13px;
}

.calculater_slider .range-slider {
  margin: 20px 0 0 0%;
  position: relative;
}

.calculater_slider .range-slider {
  width: 100%;
}

.calculater_slider .range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 13px;
  border-radius: 50px;
/*  background: #ff8200;*/
  outline: none;
  padding: 0;
  margin: 0;
}
.calculater_slider .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.calculater_slider .range-slider__range::-webkit-slider-thumb:hover {
  background: #000;
}
.calculater_slider .range-slider__range:active::-webkit-slider-thumb {
  background: #000;
}
.calculater_slider .range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.calculater_slider .range-slider__range::-moz-range-thumb:hover {
  background: #000;
}
.calculater_slider .range-slider__range:active::-moz-range-thumb {
  background: #000;
}
.calculater_slider .range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
}

.calculater_slider .range-slider__value {
 display: block;
    position: absolute;
    color: #fff;
    line-height: 20px;
    text-align: center;
    top: -46px;
    right: 0;
    font-size: 25px;
}


.calculater_slider ::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

.calculater_slider input::-moz-focus-inner,
.calculater_slider input::-moz-focus-outer {
  border: 0;
}
.Calculator_form .calculater_fields input::placeholder {
    color: #fff;
    font-family: 'Antenna';
}
.Calculator_form .calculater_fields input {
    width: 100%;
    display: block;
    margin: 23px 0 0;
    padding: 18px 23px;
    border-radius: 100px;
    border: 1px solid #fff;
    background: transparent;
    font-family: 'Antenna';
    font-size: 20px;
    word-spacing: 2px;
    color: #fff;
}
.calculater_slider h4 {
    color: #fff;
    font-size: 17px;
}
.calculater_slider {
    margin: 23px 0 0px;
}
/*.banner-sec.life-you-sec.helping-you-sec {
    padding: 80px 0 73px;
    margin-top: -79px;
}*/
section.banner-sec.template_calculater_page {
    background: url(https://sagmetic.tech/wp/2019/cc/wp-content/uploads/2019/09/cal-bg.png) no-repeat !important;
    background-size: cover !important;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 164px !important;
    background-position: 0 -66px !important;
    padding-top: 130px !important;
}
section.banner-sec.template_calculater_page .Calculator_form {
    padding: 41px 0 0;
	padding-top: 0;
}
.remaining_slider .calculater_slider {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
}
.remaining_slider {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.remaining_slider .calculater_slider h5 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.remaining_slider .calculater_slider h4 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
section.my_result_sec .for_squerity p {
    font-size: 18px;
    color: #ff8200;
    font-weight: 600;
    margin-left: 37px;
    font-family: 'Antenna';
    word-spacing: 2px;
}
.for_squrity_btn a {
    background: #ff8200;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 10px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 100px;
    max-width: 380px;
    margin: 8px auto 0;
    border: 2px solid #ff8200;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.page-template-template-calculator section.lessdebtsec {
    display: none;
}
section.my_result_sec .for_squerity img {
    width: 100%;
    max-width: 70px;
}
section.my_result_sec .for_squerity {
    display: flex;
    align-items: center;
    justify-content: end;
}

section.my_result_sec:before {
    content: "";
    background: url(https://sagmetic.tech/wp/2019/cc/wp-content/uploads/2019/09/white-bg6.png) no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -136px;
    z-index: -1;
    right: 0;
    background-size: cover;
}
section.my_result_sec {
    padding: 18px 0 50px;
    background: #e8eded;
    position: relative;
    z-index: 999;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
section.book_a_free {
    background: #ff8200;
    padding: 163px 0;
    position: relative;
    overflow: hidden;
    margin-top: -47px;
}
section.book_a_free:after {
    content: "";
    background: url(https://sagmetic.tech/wp/2019/cc/wp-content/uploads/2019/09/book-free-bg.png) no-repeat;
    height: 700px;
    width: 685px;
    position: absolute;
    right: 0;
    top: 115px;
    background-size: contain;
    z-index: 0;
}
section.book_a_free:before {
    content: "";
    background: url(https://sagmetic.tech/wp/2019/cc/wp-content/uploads/2019/09/book-free-bg2.png) no-repeat;
    width: 767px;
    height: 306px;
    position: absolute;
    left: 0;
    background-size: cover;
    bottom: 0px;
}
section.book_a_free .book_a_free_disc h4 {
    font-size: 38px;
    color: #f9eb21;
    font-weight: 300;
}
section.book_a_free .book_a_free_disc p {
    padding: 20px 0;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-family: 'Antenna';
}
section.book_a_free .book_a_free_disc a {
    background: transparent;
    color: #f9eb21;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Antenna';
    text-transform: uppercase;
    border: 2px solid #f9eb21;
    padding: 20px 55px;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    letter-spacing: 3px;
    max-width: 371px;
    display: block;
    word-spacing: 2px;
}
@media only screen and (min-width: 1601px){
    .cycle-girl {
    transform: translate(139%, 69%);
}
}
@media only screen and (max-width: 1024px){
body .banner-text h2 {
    font-size: 35px;
    line-height: 45px;
}
section.book_a_free .col-lg-6.col-md-6.col-12 {
    z-index: 99;
}
}
@media only screen and (max-width: 767px){
    section.banner-sec.template_calculater_page .Calculator_form {
    padding: 12px 0 0;
}
.remaining_slider .calculater_slider {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0;
}
.remaining_slider {
    flex-wrap: wrap;
}
section.my_result_sec .for_squerity {
    display: block;
}
section.my_result_sec .for_squerity img {
    margin: 0 auto 30px;
    display: block;
}
section.my_result_sec .for_squerity p {
    margin-left: 0;
    text-align: center;
}
.for_squrity_btn a {
    padding: 18px 10px;
    font-size: 13px;
 
    margin: 20px auto 0;
}
/*section.book_a_free:after {
    opacity: 0.3;
}*/
section.book_a_free .book_a_free_disc h4 {
    font-size: 28px;
}
section.book_a_free .book_a_free_disc p {
    font-size: 16px;
    line-height: 24px;
}
}
/* 404 page css end */

/* end css 21 august 2019 */

img.cloud-image-right {
    position: absolute;
    left: -106px;
    width: 240px;
    top: 12px;
}
img.cloud-image-left {
    position: absolute;
    right: 109px;
    width: 129px;
    top: -41px;
}
.why-choose-us-wrapper .row {
    position: relative;
    top: 48px;
}


/*tt*/
.model-apply-sec .col-lg-4.col-md-4.col-sm-12.model-wrapper {
    margin: 0;
    padding: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background: #f0f4f2;
    background-image: linear-gradient(180deg, #fff 39%, #f0f4f2);
    color: #969595;
}
.col-lg-4.col-md-4.col-sm-12.model-wrapper.active {
    background: none;
    border: none;
}
/*.col-lg-4.col-md-4.col-sm-12.model-wrapper:before {
    content: "";
    height: 299px;
    position: absolute;
    right: 0;
    color: #969595;
    border-right: 1px solid;
}
.col-lg-4.col-md-4.col-sm-12.model-wrapper.active:before {
  border:none;
}
.col-lg-4.col-md-4.col-sm-12.model-wrapper:last-child:before {
  border:none;
}
.col-lg-4.col-md-4.col-sm-12.model-wrapper:last-child{
  border-right:none;
    border-left:none;
}
.col-lg-4.col-md-4.col-sm-12.model-wrapper:first-child{
  border-left:none;
}
.col-lg-4.col-md-4.col-sm-12.model-wrapper:nth-child(2){
  border-right:none;
}*/

.panel-title .more-less {
    float: right;
    color: #ff8200;
    -webkit-text-stroke: 7px #fafafa;
    font-size: 39px;
}
.modal-header .close {
    -webkit-text-stroke: 5px #ffffff;
    font-size: 50px;
    top: 31px;
    right: 10px;
    color: #95a0a0;
    opacity: 1;
}
/*tttttttttttttttttttttttttttttttttttttttttt*/




.rangeslider,
.rangeslider__fill {
	display:block;
	border-radius:10px;
}

.rangeslider {
	position:relative;
}
.rangeslider:after{
	top:50%;
	left:0;
	right:0;
	content:'';
	width:100%;
	height:14px;
	margin-top: 0;
	border-radius:11px;
	position:absolute;
  background: #94d3ef;
}

.rangeslider--horizontal{
	width:100%;
	height:28px;
}

.rangeslider--vertical{
	width:5px;
	min-height:150px;
	max-height:100%;
}
.rangeslider--disabled{
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity:0.4;
}

.rangeslider__fill{
	position:absolute;
  background: #ff822e;
}
.rangeslider--horizontal .rangeslider__fill{
	top:0;
	height:100%;
}
.rangeslider--vertical .rangeslider__fill{
	bottom:0;
	width:100%;
}

.rangeslider__handle{
	top:50%;
	width:28px;
	height:28px;
	cursor:pointer;
	margin-top:-8px;
	position:absolute;
	background:#fff;
	border-radius:50%;
	display:inline-block;
}
.rangeslider__handle:active{
	  background: #fff;
    padding: 16px;
}

.rangeslider__fill,
.rangeslider__handle{
	z-index:1;
}
.rangeslider--horizontal .rangeslider__fill{
	top:50%;
	height:14px;
  margin-top: 0;
}
.calculater_slider .pull-right {
    float: right;
    font-size: 30px;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: right;
    font-weight: 300;
}
.title.clearfix {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
}
/*btn hover*/
.home-page .banner-text a:hover {
    background: #ff8000;
}
.lessdebtsec .debt-txt a:hover {
    background: #f9eb21;
    color: #fff;
}
.footer-sec .printing aside a:hover {
    color: #ff8000;
    border-bottom: 1px solid #ff8000;
}
.doubt-free .think-you a:hover {
    background: #ff8200 !important;
    color: #fff;
    border: 2px solid #ff8200;
}
.change-has-sec .same-text a:hover {
    background: #fff;
    color: #32be32;
}
.why-choose-sec .goto-insights a:hover {
    background: #ff8200;
    color: #fff !important;
}
.banner-sec.real-story .banner-text a:hover {
    background: #ff8200;
    color: #fff;
}
.having-more .view-case a i:hover {
    border: 2px solid #ff8200;
    background: #ff8200;
}
.calculate-your-sec .print-text a:hover {
    background: #ff8200;
    color: #fff;
}
.for_squrity_btn a:hover {
    background: transparent;
    color: #ff8200;
}
section.book_a_free .book_a_free_disc a:hover {
    background: #f9eb21;
    color: #fff;
}
.practical-steps-sec .share-icon i:hover {
    background: #ff8200;
    color: #fff;
}
/*category page*/
i.fa.fa-angle-right.right-angle {
    margin-right: 6px;
}
.readmore a {
    text-align: center;
    font-size: 18px !important;
    color: #909295 !important;
    background: transparent;
    border: 1px solid #909295;
    padding: 15px 55px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    margin-top: 22px;
    display: inline-block;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.readmore a:hover {
    color: #fff !important;
    background: #909295;
    border: 1px solid #909295;
}
.step-left h3 {
    padding: 10px 0 ;
}
/*.step-left h2 {
    padding: 15px 0 !important;
}*/
.readmore {
    padding: 10px 0;
}
.category-wrapper .practical-steps-sec {
    z-index: 99999;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    top: -40px;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 15px 0px 55px 34px;
}
.category-wrapper .practical-steps-sec:after {
    display: none;
}
.blog-thumbnail img {
    width: 240px;
    height: auto;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
span.pull-right.pull-dollar:before {
    content: "$";
    font-size: 30px;
}

/*privacy-policy page*/

.privacy-policy.page-id-3 h3 {
    font-weight: 300;
}
.privacy-policy.page-id-3 .ul-section ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #798c8b;
}
.privacy-policy.page-id-3 p a {
    font-size: 17px;
    color: #798c8b;
    font-weight: 400;
    line-height: 36px;
    padding: 8px 0;
    border-bottom: 1px solid;
}
.privacy-policy.page-id-3 p a:hover {
   color: #ff8000;
}

h5#exampleModalLongTitle {
   font-size: 21px;
    color: #ff8200;
    font-weight: 300;
}
button.btn.btn-default-close {
    padding: 0;
    margin: 0 15px 0 0;
    outline: 0;
    color: #909295;
    right: 38px;
    position: absolute;
}
.modal-header {
    align-items: center;
}
.modal-content {
    border-radius: 20px;
}
.modal-body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #536261;
    font-family: 'Roboto', sans-serif;
}
.col-lg-4.col-md-4.col-sm-12.model-wrappers-section {
    margin: 0;
    padding: 0;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background: #f0f4f2;
    background-image: linear-gradient(180deg, #fff 39%, #f0f4f2);
    color: #969595;
}
.col-lg-4.col-md-4.col-sm-12.model-wrappers-section:nth-child(2) {
    border-left: none;
    border-right: none;
}
img.cycle-girl-img {
    width: 760px;
    position: absolute;
    top: 122px;
    right: 142px;
}
section.lessdebtsec {
    padding: 125px 0;
}
/*landing page*/
.foter-wrapper {
    display: flex;
    align-items: center;
}
.foter-wrapper h3 {
    font-size: 16px;
    color: #798c8b;
    font-weight: 300;
    margin-right: 40px;
}
.foter-wrapper a {
    display: block;
    font-size: 16px !important;
    color: #fff !important;
    background: #32be32;
    padding: 9px 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    font-family: 'Antenna';
    text-transform: uppercase;
    line-height: 29px;
    letter-spacing: 2px;
    font-weight: 400;
}
.foter-wrapper a:hover {
    background: #ff8000;
}
.foter-wrapper span {    
  margin: 0 14px
 }
/* .doubts-free .think-you p {
    font-size: 18px;
    font-weight: 300;
    color: #798c8b;
    line-height: 30px;
    max-width: 410px;
}
.doubts-free .think-you h2 {
    font-size: 40px;
    font-weight: 300;
    color: #ff8200;
    line-height: 52px;
    padding-bottom: 15px;
}
.doubts-free .think-you {
    max-width: 505px;
    position: relative;
    z-index: 999;
}
.doubts-free {
    padding: 80px 0 80px 0;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    z-index: 999999;
    position: relative;
    top: -60px;
    background: #fff;
}*/
.page-id-530 .doubt-free:after{
  display: none;
}
.page-id-530 .doubt-free {
    background: #fff;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    position: relative;
    padding: 66px 0 20px 0;
    margin-top: -60px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.landing-off-section h3 {
    color: #ff8200;
    font-weight: 300;
    text-align: center;
    max-width: 988px;
    margin: auto;
    padding: 0px 0 74px 0;
    line-height: 45px;
}
.page-id-530 section.banner-sec.template_calculater_page {
    background-size: cover !important;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 164px !important;
    background-position: 0 -66px !important;
    padding-top: 40px !important;
    background: #3ca8de !important;
}
.page-id-530 .banner-sec.life-you-sec.helping-you-sec {
    padding: 11px 0 23px;
    margin-top: 0;
}
.page-id-530 section.lessdebtsec {
    padding: 125px 0;
    padding-bottom: 176px;
}
.page-id-530 section.book_a_free {
    background: #ff8200;
    padding: 190px 0 195px 0;
    position: relative;
    overflow: hidden;
    margin-top: -47px;
}
.page-id-530 .change-has-sec {
    background: url(https://www.catalyst.sh/creditconnection/wp-content/uploads/2019/11/Asset-19-1.png) no-repeat center;
    background-size: cover;
    padding: 171px 0;
    margin-top: -70px;
    background-position: 100% 50%;
    padding-bottom: 110px;
}
.page-id-530 .helping-you-sec .helping-left {
    width: 100%;
    padding: 0 0 0;
    margin-top: -40px;
}
.page-id-530 .doubt-free .bank-other {
    max-width: 100%;
    float: right;
}
.page-id-530 .doubt-free .think-you a {
    display: flex;
    border: none;
    align-items: center;
    font-size: 17px;
    margin: 25px 0;
    max-width: 100% !important;
    padding: 0;
}
.page-id-530 .doubt-free .think-you a img {
    width: 48px;
    height: auto;
    margin-right: 15px;
}
.page-id-530 .doubt-free .think-you a:hover {
    background: none !important;
    border: none;
    color: #ff8200;
}
.page-id-530 .bank-other .charge-take img {
    width: 140px;
    margin-top: 10px;
    display: none;
}
button.btn.send-result-btn {
    background: #ff8200;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 10px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 100px;
    max-width: 380px;
    margin: 8px auto 0;
    border: 2px solid #ff8200;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
button.btn.send-result-btn:hover {
   background: transparent;
    color: #ff8200;
}
section.off-loan-sec.landing-off-section {
    z-index: unset !important;
}
.modal-content.calculator-modal {
    background: #e9eded;
    border-radius: 40px;
    padding: 20px 86px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.calculator-modal .modal-header h3 {
    font-size: 50px;
    font-weight: 400;
    color: #ff8200;
}
.calculator-modal .modal-header p {
    font-size: 22px;
    line-height: 30px;
    max-width: 600px;
    margin: auto;
    color: #9d9fa2;
    padding: 12px 0;
}
.calculator-modal .modal-header {
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #9d9fa2;
/*     padding: 25px 75px;*/
}
span.orange-text1 , .orange-text2 , .orange-text3 , .orange-text4 , .orange-text5 , .orange-text6 , .orange-text7 , .orange-text {
    color: #ff8200;
}
.calculator-modal .modal-body h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    color: #676a6e;
}
.calculator-modal .calculater_fields input {
    width: 100%;
    display: block;
    margin: 23px 0;
    padding: 18px 23px;
    border-radius: 100px;
    border: 1px solid;
    background: transparent;
    font-family: 'Antenna';
    font-size: 20px;
    word-spacing: 2px;
    color: #9d9fa2;
}
.for-results img {
    width: 60px;
    height: auto;
}
.calculator-modal .modal-footer {
    display: block;
    border-top: none;
    text-align: center;
/*    padding: 28px 75px;*/
}
.calculator-modal .modal-header .close {
    -webkit-text-stroke: 0px;
    font-size: 50px;
    color: #ff8200;
    border-radius: 50%;
    border: 1px solid;
    padding: 7px 15px;
    position: absolute;
    right: 40px;
}
.for-results {
    display: flex;
    align-items: center;
    justify-content: center;
}
.for-results p {
    font-size: 18px;
    max-width: 513px;
    margin-left: 15px;
    color: #ff8200;
    line-height: 26px;
}
.send-me-result-btn {
    background: #ff8200;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 10px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 100px;
    max-width: 380px;
    margin: 0px auto 25px;
    border: 2px solid #ff8200;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.send-me-result-btn:hover {
    background: transparent;
    color: #ff8200;
}
.modal-footer .send-me-result-btn {
    margin: auto !important;
}
/*.calculator-modal .modal-body {
    padding: 28px 75px;
}*/
.two-col-input-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.two-col-input {
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
    max-width: 48%;
}
.modal-footer .send-me-result-btn {
    margin: auto !important;
    position: relative;
    top: -11px;
}
.for-results p a {
    color: #ff8200;
    font-size: 18px;
    text-decoration: underline;
}


.sent-modal .modal-header {
    display: none;
}
button.btn.results-sent-btn {
    background: #ff8200;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 10px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 100px;
    max-width: 380px;
    margin: 0px auto 25px;
    border: 2px solid #ff8200;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 100px;
    cursor: unset !important;
}
/*button.btn.results-sent-btn:hover {
    background: transparent;
    color: #ff8200;
}*/
button.close.successmessage-btn {
    font-size: 35px;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 50%;
    border: 1px solid;
    padding: 0px 9px;
    color: #fff;
    opacity: 1;
}
.sent-modal .modal-body {
    padding: 40px 20px 0px;
    background: #4ea7da;
}
.sent-modal .modal-body p a {
    color: #fff !important;
}
.sent-modal .modal-body p a:hover {
    color: #fff !important;
}
.modal-content.sent-modal h3 {
    font-size: 31px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.modal-content.sent-modal p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
img.airplane-image {
    width: 100%;
    height: auto;
}
.sent-modal .modal-footer {
    padding: 0;
    z-index: 9999999;
    background: #e8eded;
}
.sent-modal .modal-footer:before {
    content: "";
    background: url(https://sagmetic.tech/wp/2019/cc/wp-content/uploads/2019/09/white-bg6.png) no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 460px;
    z-index: -1;
    right: 0;
    background-size: contain;
}
.modal-content.sent-modal {
    border: none;
}
/*a.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 30px !important;
    padding: 0 !important;
    height: 30px !important;
    position: absolute;
    top: -9px !important;
    margin: 0 !important;
}*/


.calculator-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    display: block;
    padding: 18px 23px;
    border-radius: 100px;
    border: 1px solid;
    background: transparent;
    font-family: 'Antenna';
    font-size: 20px;
    word-spacing: 2px;
    color: #9d9fa2;
}
.calculator-form input.wpcf7-form-control.wpcf7-submit {
    background: #ff8200;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 10px;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 500;
    border-radius: 100px;
    max-width: 380px;
    border: 2px solid #ff8200;
    margin-top: 52px !important;
    margin: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.calculator-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: #ff8200;
}
.calculator-form label {
    width: 100% !important;
    margin: 0;
}
.case-video {
    z-index: 99999;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 15px 35px 55px 35px;
}
.case-video h2 {
    color: #ff8200;
    font-size: 55px;
    line-height: 67px;
    font-weight: 300;
    font-family: 'Antenna';
    padding: 35px 0;
    letter-spacing: 0px;
    max-width: 674px;
}
.case-video h3 {
    color: #536261;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 40px 0;
    max-width: 900px;
}
.case-video p {
    color: #536261;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0 30px 0;
    max-width: 800px;
}
.case-video .hving-video:before {
    display: none;
}
.case-video .hving-video {
    margin-top: 75px;
}
.case-video .hving-video .video-js {
    -webkit-box-shadow: -4px 7px 16px 6px #ccc;
    -moz-box-shadow: -4px 7px 16px 6px #ccc;
    box-shadow: -4px 7px 16px 6px #ccc;
}
.small-team-section {
    display: none;
}