/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */
/* Reset Passowrd */

.card-img{
    border: 1px solid #ccc;
}
.help-block{
    color: red !important;
}
.error{
    color: red;
}
.website-forms .has-error input{
    border:1px solid red;
}
.display-hide{
    display: none;
}
.small-container{
    width: 50%;
    max-width: 768px;
    margin: 0 auto;
}
.reset-form{
    margin-top: 15%;
}
.website-forms input{
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    border-radius: 0;
    line-height: 40px;
}
.form-group{
    margin: 15px 0;
}
.custom-btn{
    background-color: #ff5994;    
    color: #ffffff;
    padding: 12px 15px;
    font-size: 17px;
    cursor: pointer;
    max-width: 150px;
    margin:  15px auto 0 0;
    border:1px solid transparent;
    margin-top: 30px;
    border-radius: 8px;    
    text-transform: uppercase;
}
.form-control.custom-btn{
    background-color: #ff5994;    
    color: #ffffff;
    padding: 12px 15px;
    font-size: 17px;
    cursor: pointer;
    max-width: 200px;
    margin:  15px auto 0 0;
    border:1px solid transparent;
    margin-top: 30px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;    
}

.custom-btn:hover{  
    border-color: #ff5994 !important;
    color: #ff5994 !important;
    background-color: transparent;
}
.btn-link:hover{
	color: #ff5994;
}
.reset-form{
    /*height: 500px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 600px;
    margin: auto;*/
}
.reset-form h3{
    text-align: center;
    font-size: 44px;
    line-height: 55px;
    padding-bottom: 15px;
    color: #ff5994;
}


 @media (min-width: 1280px) {
     .container {
         max-width: 1170px;
    }
}
 .material-icons {
     font-family: 'Material Icons';
     font-weight: normal;
     font-style: normal;
     font-size: 24px;
     line-height: 1;
     letter-spacing: normal;
     text-transform: none;
     display: inline-block;
     white-space: nowrap;
     word-wrap: normal;
     direction: ltr;
     -webkit-font-feature-settings: 'liga';
     -webkit-font-smoothing: antialiased;
}
 body {     
     font-size: 16px;
     font-weight: 400;
     line-height: 30px;
     color: #1C1C1C;
     transition: 0.5s;
     margin: 0;
     padding: 0;
     left: 0;
     min-height: 100%;
     font-family: 'Poppins', sans-serif;
}
 html, body {
     height: 100%;
     margin: 0;
     padding: 0;
}
 html {
     min-height: 100%;
}
.bg-dark {
    background-color: #f2ebed !important;
    padding: 20px 0;
    text-align: center;    
}
.is-scrolled .bg-dark{
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
}
.navbar-toggler span{
    color: #313131;
}
.navbar-nav li{
    margin: 0 20px;
}
.navbar-collapse a{ 
        color: #212121;       
        font-size: 16px;        
        font-weight: bold;
}
.navbar-collapse a.custom-btn{
    color: #ffffff;    
}
.navbar-collapse a:hover{ 
    color: #ff5994;
}
 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     background-color: #ff5994;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 25px;
}

 .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
}
 #page {
     transition: margin-left .5s;
}
 .sidenav .nav-link {
     color: #ffffff;
     padding: 10px 10px 10px 20px;
}
 .sidenav .nav-link:hover {
     color: #9bcb53;
}
 .closebtn, .closebtn:hover, .closebtn:active, .closebtn:focus {
     text-decoration: none;
     color: #ffffff;
}
 .mobile-slider{
     display: none;
}
 body.pushbody {
     position: relative;
     left: -250px;
     overflow: hidden;
     transition: 0.5s;
}
 .sidenav.open {
     width: 250px;
}
 html {
     margin: 0;
     padding: 0;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0;
}
 h1.logo {
     margin: 0;
     padding: 0;
}
 a {
     text-decoration: none !important;
}
 ul, ol {
     margin: 0;
     padding: 0;
}
 * {
     text-decoration: none !important;
     outline: none !important;
}
/* ======================================== Header Starts ===============================*/
 .hidden-sm-up {
     display: none;
}
 .hidden-sm-up.open span:nth-of-type(2) {
     display: inline-block;
}
 .hidden-sm-up.open span:nth-of-type(1) {
     display: none;
     font-size: 25px;
     line-height: 35px;
}
 .hidden-sm-up span:nth-of-type(2) {
     display: none;
     font-size: 25px;
     line-height: 35px;
}
header {
     padding: 10px 0 10px 0;     
     width: 100%;     
     z-index: 999;
     height: 80px;              
    position: fixed;    
    background-color: #ffffff;
    z-index: 999;
    
}
 .is-scrolled header {
     height: 82px;
     box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
     transition: all 0.5s;
}
 .logo img {     
     transition: all 0.5s;
}
 .is-scrolled .logo img {
    
     transition: all 0.5s;
}
 .is-scrolled .head-right {
     line-height: 59px;
}
 .page-wrap {
     /*padding-top: 80px;*/
}
 .head-left {
     display: inline-block;
     vertical-align: middle;
}
 .head-right {
     display: inline-block;
     text-align: right;
     float: right;
     line-height: 59px;
}
 .head-right ul li {
     display: inline-block;
     margin: 0 15px;
}
 .head-right ul li:last-child {
     margin-right: 0;
}
 .head-right ul li a {
     font-size: 16px;
     line-height: 50px;
     color: #1C1C1C;
     text-decoration: none;     
     display: block;
     font-weight: 400;     
     font-family: 'noto_sansmedium';
}
 .head-right ul li a:hover {
     color: #ff5994;
}
 .slider img {
     min-width: 100%;
     height: auto;
}
 .grid {
    /* font-size: 0;
    */
}
#banner{
    padding-top: 110px;
    padding-bottom: 0px;
    text-align: center;    
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #F2EBED;
    position: relative;
}
#banner .back-curve{
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
}
.banner-icon img{
    max-width: 98%;    
    /*width: 98%;*/
}

#banner h1{     
     font-size: 50px;     
     line-height: 70px;
     letter-spacing: -1px;
     color: #FF5994;
     text-align: center;
     padding-bottom: 15px;     
     margin: 0 auto;          
     font-weight: 700;
     margin-top: 10px;
}

/*#banner h1 span{  
        font-weight: 400;
        font-size: 40px;        
}*/
#banner .container{
    position: relative;
    }
#banner h3{
     color: #3E3E3E;     
     font-family: 'noto_sanslight';
     font-size: 24px;
     text-transform: uppercase;     
     text-align: center;
     margin-bottom: 20px;
     margin-top: 15px;
     font-weight: bold;
}
#banner p{
    font-size: 20px;
}

 #features .one-third {
     text-align: center;
}
 #features h4 {     
     font-size: 36px;
     font-weight: 300;
     line-height: 45px;
     letter-spacing: -1px;
     color: #243138;
     margin-top: 20px;
}
 #features p{
     font-size: 18px;
     margin-top: 20px;
}
 #banner a{
     display: inline-block;
}
 #features,#Download{
     padding: 100px 0;
}
.address-here{
    margin: 0 0 50px 0;
}
.address-here a{
    color: #4C5A67;
}
.address-here img{
    margin: 0 0 15px 0;
}
.address-here h4{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.address-here p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    color: #4C5A67;
}
 .side-text h2,#block-slider h2,#Download h2,#get-in-touch h2{     
     font-size: 46px;
     font-weight: 300;
     line-height: 55px;
     letter-spacing: -1px;
     color: #243138;
     margin-bottom: 30px;
}

 input{     
     font-weight: 300;
     border: 1px solid #C8C8C8;
     color: #222222;
     width: 100%;
     margin: 0;
     padding: 15px;
     height: auto;     
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     background: #FFFFFF;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     font-size: 16px;
     resize: none;
     -webkit-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     -moz-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     -o-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     /*margin-bottom: 30px;*/
}
.custom-file input{
    border:none !important;
    padding-left: 0 !important;
}
 ::-webkit-input-placeholder {
     color: #999999;
}
}
 ::-moz-placeholder {
     color: #999999;
}
 :-ms-input-placeholder {
     color: #999999;
}
 ::placeholder {
     color: #999999;
}
textarea{
     font-weight: 300;
     border: 1px solid #b7b7b7 !important;
     color: #222222;
     width: 100%;
     margin: 0;
     padding: 15px;
     height: 155px !important;
     border: 2px solid #EBEDEF;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     background: #FFFFFF;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;     
     font-size: 16px;
     resize: none;
     -webkit-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     -moz-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     -o-transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     transition: border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
     margin-bottom: 30px;
}
 .submit-btn{
     background-color: #ff5994;
     border-color: #ff5994;
     width: 120px;
     color: #ffffff;
     font-weight: 400;
     border:2px solid #ff5994 !important;
     border-radius: 4px;
     cursor: pointer;
     text-transform: uppercase;
}
 .submit-btn:hover{
     background-color: transparent;
     color: #ff5994;
     border:2px solid #ff5994 !important;
}
 .foot-left li a:hover{
     color: #ff5994;
}
 #Download{
     text-align: center;
}
 #Download p{
     color: #cccccc;
     font-size: 22px;
     text-align: center;
}
 #Download a{
     display: inline-block;
     margin-top: 30px;
}
 #block-slider > col > img{
     max-width: 100%;
}
 #simply-design{
     padding: 80px 0;
}
 .side-text ul li{
     background-image: url(../images/list-item.png);
     background-repeat: no-repeat;
     list-style-type: none;
     background-position: left;
     padding-left: 35px;
     line-height: 32px;
     margin-bottom: 5px;
}
/*.features-inner {
     padding: 50px 0 0 0;
}
*/
 .foot-left li {
     display: inline-block;
    /* border-right: 2px solid #ddd;
    */
     line-height: 16px;
}
 .foot-left li .seperator,.slick-nav li .seperator{
     color: #ddd;
     margin: 0 10px;
}
 .foot-left li a {
     font-weight: 400;
     color: #4a4a4a;
     font-size: 16px;
     text-transform: uppercase;
}
 .foot-middle {
     display: inline-block;
     margin: 0 auto;
}
 .wrapper {
     min-height: 100%;
     
}
/* footer, .push {
     height: 70px;
}*/
#support{
    padding: 45px 0;
    background-color: #F3F3F3;
}
#support p{
    margin-bottom: 0;
    color: #7A7A7A;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
#support p a{
    color: #7A7A7A;
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    line-height: 30px;
}
footer p a{
    color: #7A7A7A;
}
footer ul li{
    display: inline-block;
    margin: 0 12px;    
}
footer ul.social li{
    display: inline-block;
    margin: 0 5px;    
}
footer ul li a{
    color: #7A7A7A;
    font-size: 15px;
    font-weight: 600;
}
 footer {
     padding: 30px 0 20px 0;
     color: #808080;
     border-top: 1px solid #e3e3e3;
}

 footer .foot-top {
     display: block;
     justify-content: center;
}
 .foot-left {
     margin-bottom: 15px;
}
 .foot-right {
     float: right;
}
 .foot-bottom {
     display: block;
     clear: both;
     width: 100%;
}
 .foot-bottom p {
     text-align: center;
     margin-bottom: 0;
     font-size: 14px;
     color: #4C5A67;
}
 .animation-element.fade-in {
     opacity: 0;
}
 .animation-element.fade-in.in-view {
     -webkit-transition: opacity 1s ease-in;
     -moz-transition: opacity 1s ease-in;
     -o-transition: opacity 1s ease-in;
     -ms-transition: opacity 1s ease-in;
     transition: opacity 1s ease-in;
     opacity: 1;

}
 .animation-element.slide-left {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(-100px, 0px, 0px);
     -webkit-transform: translate3d(-100px, 0px, 0px);
     -o-transform: translate(-100px, 0px);
     -ms-transform: translate(-100px, 0px);
     transform: translate3d(-100px, 0px, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.slide-left.in-view {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.slide-right {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(100px, 0px, 0px);
     -webkit-transform: translate3d(100px, 0px, 0px);
     -o-transform: translate(100px, 0px);
     -ms-transform: translate(100px, 0px);
     transform: translate3d(100px, 0px, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.slide-right.in-view {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.slide-bottom {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(0px, 100px, 0px);
     -webkit-transform: translate3d(0px, 100px, 0px);
     -o-transform: translate(0px, 100px);
     -ms-transform: translate(0px, 100px);
     transform: translate3d(0px, 100, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.slide-bottom.in-view {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.slide-top {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(0px, -200px, 0px);
     -webkit-transform: translate3d(0px, -200px, 0px);
     -o-transform: translate(0px, -200px);
     -ms-transform: translate(0px, -200px);
     transform: translate3d(0px, -200px, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.slide-top.in-view {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .page-heading h1 {
     text-align: center;
     color: #ff5994;     
     padding-bottom: 15px;
     font-size: 44px;
}
 .page-heading {
     padding: 50px 0 0 0;
}
 .page-content {
     padding-bottom: 50px;
}
.page-content h3{
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 22px;
    margin-top: 30px;
    line-height: 30px;
}
 .form-control {
     border-radius: 0;
     border: 1px solid #cccccc;
}
 .site-btn {
     background-color: #ff7745;
     color: #ffffff;
     font-size: 22px;
     line-height: 35px;
     padding: 10px 18px;
     margin-top: 30px;
     display: inline-block;     
     text-transform: uppercase;
     -moz-appearance: none;
     -webkit-appearance: none;
     border: none;
     cursor: pointer;
}
 .site-btn:hover {
     background-color: #fb6a81;
}
 .form-inner label {
     font-size: 20px;
     margin-bottom: 3px;
     color: #6b6b6b;
}
 .video-thumb {
     position: relative;
     margin: 15px 0;
     cursor: pointer;
}
 .videotext-overlay {
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: url(../images/overlay.png);
     top: 0px;
     color: #ffffff;
     opacity: 0;
}
 .video-box img {
     max-width: 100%;
     min-width: 100%;
     min-height: 100%;
     object-fit: cover;
    /*min-width: 360px;
    */
     min-height: 239px;
}
 .text-wrap {
     position: absolute;
     top: 0px;
     bottom: 0;
     margin: auto;
     height: 105px;
}
 .text-wrap h3 {
     font-size: 22px;
}
 .text-wrap h4 {
     font-size: 22px;
     margin-bottom: 15px;
}
/* General Style */
.cta{
    color: #ffffff;
    background-color: #ff5994;
    padding: 12px 40px;    
    font-size: 20px;
    font-weight: 300;
    border:1px solid transparent;
}
.cta:hover,.cta:focus,.cta:active{
    color: #ff5994;
    background-color: transparent;
    border:1px solid #ff5994;
}
.img-responsive{
    max-width: 100%;
}
/*#thesis .section-head{
    text-align: center;
    margin-bottom: 30px;
    color: #1C1C1C;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
}*/
.img-wrap{    
    margin-right: 15px;
}

.thesis-main .media{
    margin: 30px 0;
}
.media-body{
    margin-left: 30px;
}
.mobile-heading{
    display: none;
}

.wrap{    
    /*background-color: #eeeeee;*/    
    text-align: left;    
    /*min-width: 100px;*/
}
/*.wrap > img{    
    margin: 15px auto;
}*/
.media-body h4{
    color: #1c1c1c;
    margin-bottom: 15px;    
    font-size: 22px;
    font-weight: 700;
}
.media-body p{
    font-size: 15px;
    color: #4C5A67;
    line-height: 26px;
}
.custom-file-label{
    font-size: 14px;
    line-height: 24px;
}
.input-group-text{
    font-size: 14px;
    line-height: 24px;
}
/* Abour Us */
#about-us{
 background-color:#F3F3F3;
 padding: 100px 0 100px 0;
 /*background-image: url(../images/growth-suppot.png);*/
 background-position: bottom right;
 background-repeat: no-repeat;
 background-size: 40% auto;
}
#testimonial{
 background-color:#ffffff;
 padding: 100px 0 100px 0;
 /*background-image: url(../images/growth-suppot.png);*/
 background-position: bottom right;
 background-repeat: no-repeat;
 background-size: 40% auto;
}
#testimonial p{
    font-size: 17px;
    line-height: 34px;
    color: #212121;
}
#testimonial h3.author{
    color: #7B7B7B;
    font-size: 20px;
}

a:hover{
    color: #ff5994;
}
.carousel-indicators .active{
    background-color:#FBC6C6;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    background-color: #707070;
    border-radius: 50%;
    cursor: pointer;
}
.carousel-indicators{
    bottom: 0;
}
.quote-left{
    margin-right: 15px;
}
.quote-right{
    margin-left: 15px;
}
#about-us .cta{  
    display: inline-block;
    margin-top: 5px;
}
#about-us h3{
    font-size: 45px;
    color: #1C1C1C;
    margin-bottom: 50px;    
    font-weight: bold;
}
#about-us p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #4C5A67;
}
/* Thesis */
#thesis{
    background-color: #FFFFFF;
    padding: 100px 0 50px 0;
}
.blk-item{
    text-align: center;
    position: relative;
    margin: 30px 0;
}
.blk-item h3{
    font-size: 24px;
    font-weight: bold;
    color: #FF5994;
    margin: 15px 0 20px 0;
}
.blk-item img{
    margin-bottom: 30px;
}
.blk-item p{
    color: #212121;
}
    

.blk-item h4{
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}
.blk-item{
    text-align: center;    
}
.blk-item .img-wrap{
    text-align: center;
    min-height: 120px;
    margin-right: 0;
}
.blk-item .img-wrap img{
    max-height: 100px;
}
.card-title{
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    color: #1C1C1C;
    margin-top: 20px;
    margin-bottom: 15px;
}
.card-text{
    text-align: left;
    color: #1C1C1C;
    font-size: 15px;
}

/* Evaluation */

#selling{	
	/*background-image: url(../images/path-229.png);
	background-repeat: no-repeat;*/
}
#selling,#Escrow{
    
    padding: 50px 0;
}
#selling p,#Escrow p{    
    font-size: 15px;
    line-height: 30px;
}
#thesis .section-head{
    margin-bottom: 60px;
}
.section-head{
    text-align: center;
    margin-bottom: 30px;
    color: #212121;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
}
#testimonial #carouselExampleIndicators{
        padding: 30px 0 80px 0;
}

/* Prespective */
#prespective{
    padding: 100px 0;
}
#prespective img{
    float: right;
    margin-top: 50px;
}
#prespective p{
    font-family: 'noto_sansmedium';
    font-size: 16px;
    color: #4C5A67;
}

/* FAQ */
#faq{
    background-color: #ffffff;
    padding: 100px 0;
}
.card-header{
    background-color: #F3F3F3;
    border-bottom: none;    
    padding: 5px 15px;
}
.card{
    margin-bottom: 15px;
    padding: 0 0 0px 0;
    border: 1px solid #F3F3F3;
    border-radius: 0;
    background-color:#ffffff;
}
.card .inner-text{
   padding: 15px 0 !important;
}
.card-body{
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-body ul{
    padding-left: 30px;
}
.card-body ul li{
    font-size: 14px;
}
.card-header button{
    color: #1C1C1C;
    font-family: 'noto_sansmedium';
    font-weight: 400;
    font-size: 20px;
    display: block;
    background-image: url(../images/minus.png);   
    background-repeat: no-repeat;
    background-position: center right 5px;    
    width: 100%;
    text-align: left;
        white-space: normal;
            padding-right: 30px;
}
.btn-link:#ff5994over{
    color: #ff5994;
}
.card-header button.collapsed{
    background-image: url(../images/plus.png);
}
.card-body p{
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #4C5A67;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
/* Contact Us */
#contact-us{
    padding: 100px 0;
}
.custom-file-input:focus{
    border:none !important;
}
.custom-file{
    margin-bottom: 15px !important;
}
.custom-row{
    margin-bottom: 30px;
    display: block;
}
.card-header{

}
/* Smotthe Scroll */
#block-slider{
    padding-top: 90px;
}
 @media (min-width: 1200px) and (max-width: 1600px) {
    .section-head,#about-us h3,#banner h1{
        font-size: 46px;
    }
    #about-us h3{
        font-size: 36px;
    }
    /*.banner-icon img{
    	margin-bottom: -70px;
    }*/
}

 @media (min-width: 992px) and (max-width: 1199px) {
    .section-head,#about-us h3,#banner h1{
        font-size: 32px;
    }

     #banner{
         padding-top: 120px;
         padding-bottom: 0px;
    }
    #about-us{
        padding: 100px 0 100px 0;
    }
    .thesis-main {
        max-width: 100%;
    }
     #banner h1{
         font-size: 40px;
         padding-bottom: 15px;
         line-height: 60px;
    }
    .banner-icon img {
        max-width: 98%;
        
    }
     #banner h3{
         font-size: 24px;
         line-height: 40px;
    }
     .text-overlay > a > img{
         max-width: 200px;
    }
     #features, #Download {
         padding: 50px 0;
    }
     #features .one-third{
         text-align: center;
    }
     .one-third > img{
         max-width: 50px;
    }
     #features h4{
         font-size: 26px;
         line-height: 35px;
    }
     #features p {
         font-size: 16px;
         margin-top: 10px;
    }
     #easy-to-use img,#simply-design img{
         max-width: 100%;
    }
     .side-text h2, #block-slider h2, #Download h2, #get-in-touch h2{
         font-size: 30px;
         line-height: 45px;
         margin-bottom: 30px;
    }
     body{
         font-size: 16px;
    }
     .side-text ul li{
         background-size: 17px auto;
    }
     #simply-design {
         padding: 50px 0;
    }
     #Download img{
         max-width: 200px;
    }
     #Download a{
         margin-top: 10px;
    }
    .page-content h3{
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 18px;
        margin-top: 20px;
    }
    
    .blk-item h4{
        line-height: 30px;
    }
    .blk-item::before{
        display: none;
     }
}
 @media (min-width: 768px) and (max-width: 991px) {
    #about-us h3.mobile-heading{
        margin-bottom: 50px;
    }
    #about-us{
        text-align: center;
    }
    
    .abt-img{
        margin-bottom: 50px;
    }
    #prespective{
        text-align: center;
    }
    #prespective img{
        margin-bottom: 30px;
        text-align: center;
        float: none;
    }
    .mobile-heading{
        display: block;
        text-align: center;
    }
    .desktop-head{
        display: none;
    }
     .thesis-main {
        max-width: 100%;
    }
    .head-right ul li a{
        font-size: 15px;
    }
     #banner{
         padding-top: 120px;
         
    }
    .head-right ul li{
        margin: 0 10px;
    }    
    .banner-icon img {
        max-width: 100%;
            

    }
     #banner h1{
         font-size: 40px;
         padding-bottom: 15px;
         line-height: 60px;
    }
     #banner h3{
         font-size: 24px;
         line-height: 36px;
    }
    #thesis{
        padding-top: 50px;
    }
     .text-overlay > a > img{
         max-width: 200px;
    }
    
     #features, #Download {
         padding: 50px 0;
    }
     #features .one-third{
         text-align: center;
    }
     .one-third > img{
         max-width: 50px;
    }
     #features h4{
         font-size: 26px;
         line-height: 35px;
    }
     #features p {
         font-size: 16px;
         margin-top: 10px;
    }
     #easy-to-use img,#simply-design img{
         max-width: 100%;
    }
     .side-text h2, #block-slider h2, #Download h2{
         font-size: 30px;
         line-height: 45px;
         margin-bottom: 15px;
    }
     #get-in-touch h2{
         font-size: 30px;
         line-height: 45px;
         margin-bottom: 30px;
    }
     body{
         font-size: 16px;
    }
     .side-text ul li{
         background-size: 17px auto;
         line-height: 25px;
    }
     #simply-design {
         padding: 50px 0;
    }
     #Download img{
         max-width: 200px;
    }
     textarea{
         height: 200px;
    }
    .page-content h3{
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 18px;
        margin-top: 20px;
    }
    .section-head, #about-us h3, #banner h1 {
        font-size: 30px;
        margin-top: 15px;
        line-height: 40px;
    }
    #testimonial{
        padding: 50px 0;
    }
    #thesis .d-flex {
    	flex-wrap: wrap;
    	margin-top: 0px;
	}
	
	#contact-us {
    	padding: 50px 0;
	}
	.blk-item{
		margin-top: 20px;
	}
	.blk-item::before{
		display: none;
	}
	.desktop-heading{
		display: none;
	}
	#thesis .d-flex{
		justify-content: center !important;
	}
	.blk-item{
		min-width: 230px;
	}

}
 @media (max-width: 767px) {
    .inner-page .page-heading h1{   
        margin-top: 40px;
    }
    #about-us a img{
        width: 100%;
    }
    #thesis .d-flex{
           flex-wrap: wrap;   
        margin-top: 50px; 

    }
    .blk-item{
        margin: 40px auto 0 auto;
        min-width: 180px;
            width: 100%;
    }
    .blk-item::before{
        display: none;       
    }
    #selling, #Escrow{
            padding: 100px 0 0 0;
    }
    .thesis-main .media {
    margin: 5px 0;
}
#evaluate,#prespective{
    padding: 50px 0 50px 0;
}

    .card-body{
        text-align: left;
    }
    .navbar-dark .navbar-brand{
        padding-left: 15px;
    }
    .navbar-nav li{
        margin: 5px 0;
    }
    
    #prespective img {
        margin-bottom: 30px;
        text-align: center;
        float: none;
        max-width: 100%;
    }
    .address-here h4{
        font-size: 20px;
    }
    .address-here p{
        font-size: 15px;
    }
    .section-head, #banner h1 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    #about-us h3{
        font-size: 20px;
    }
    .wrap{
        min-width: 70px;
        max-width: 70px;
    }
    .wrap img{
        min-width: 70px;
        max-width: 70px;
    }
    #custome_btn > div{
        text-align: left !important;
    }
    .address-here{
        margin-top: 0px;
    }
    #about-us .img-responsive{
        display: none;
    }
    #about-us h3{
        text-align: center;
        margin-bottom: 30px;
    }
    footer ul li{
        margin: 0 5px;
    }
    #testimonial{
        padding: 100px 0 50px 0;
    }
    .custom-row >div{
        margin-bottom: 30px;
    }
    .custom-row{
        margin-bottom: 15px;
    }
    .head-right .hidden-sm-up span{
        font-size: 28px;
    }
     .thesis-main {
        max-width: 100%;
    }
    #contact-us,#faq,#thesis{
        padding: 100px 0 0px 0;
        text-align: center;
    }
    #about-us {
        padding: 50px 0 50px 0;
        text-align: center;
    }
    .card-text{
        text-align: center;
    }
    /*#about-us {
        text-align: center;
    }*/
    #thesis .section-head{
        margin-bottom: 30px;
    }
    .media-body {
        margin-left: 20px;
    }
    .banner-icon img {
        max-width: 100%;
        

    }
    #Escrow  img{
    	max-width: 100%;
    }
    .page-content h3{
        padding-bottom: 15px;
        font-weight: normal;
        font-size: 18px;
        margin-top: 20px;
    }
    .reset-form h3{
        font-size: 32px;
    }
    #banner .d-flex{
        flex-wrap: wrap-reverse;
    }
    .navbar-nav{
        margin-top: 20px;
    }
     header {
         height: 82px;
    }
    
     .hidden-sm-up.open span:nth-of-type(1), .hidden-sm-up span:nth-of-type(2) {
         line-height: 65px;
         font-size: 35px;
    }
     .hidden-sm-up {
         display: block;
         padding: 0 15px 0 0;
         text-align: right;
    }
     .container {
         max-width: 100%;
    }
     .desktop-menu .slick-nav {
         display: none;
    }
     .mobile-slider{
         display: block;
    }
     .dektop-slides{
         display: none;
    }
     #banner{
         padding-top: 100px;
         padding-bottom: 0px;
    }
     #banner h1{
            font-size: 28px;
    padding-bottom: 10px;
    line-height: 40px;
   
    margin-bottom: 0;
    }
    #banner .text-overlay {`
    margin-top: 20px;
}   
    .card-title{
        text-align: center;
    }
    #banner .cta{
        margin-top: 20px;
    }
    #banner h1 br{
        display: none;
    }
     #banner h3{
         font-size: 18px;
         line-height: 30px;
         padding-left: 15px;
         padding-right: 15px;
         padding-bottom: 15px;
    }    
     .text-overlay > a > img{
         max-width: 150px;
    }
     #features, #Download {
         padding: 30px 0;
    }
     #features .one-third{
         text-align: center;
    }
     .one-third > img{
         max-width: 50px;
    }
     #features h4{
         font-size: 26px;
         line-height: 35px;
    }
     #features p {
         font-size: 16px;
         margin-top: 10px;
    }
     #easy-to-use img,#simply-design img{
         max-width: 100%;
    }
     #easy-to-use,#simply-design{
         text-align: center;
    }
     .side-text h2, #block-slider h2, #Download h2{
         font-size: 30px;
         line-height: 45px;
         margin-bottom: 15px;
    }
     #get-in-touch h2{
         font-size: 30px;
         line-height: 45px;
         margin-bottom: 30px;
    }
     body{
         font-size: 16px;
    }
     .side-text ul li{
         background-size: 17px auto;
         line-height: 25px;
         text-align: left;
    }
     #simply-design {
         padding: 50px 0;
    }
     #Download img{
         max-width: 200px;
    }
     textarea{
         height: 200px;
         margin-bottom: 30px;
    }
     footer .foot-middle {
         display: flex;
         flex-wrap: wrap;
         align-items: center;
         justify-content: center;
         flex-direction: column;
    }
     
     .foot-left {
         display: block;
         float: none;
         text-align: center;
    }
     .foot-right {
         display: block;
         float: none;
         text-align: center;
         margin: 15px 0;
    }
     .foot-left li a{
         font-size: 14px;
    }
     
    .small-container{
        width: 100%;
        max-width: 500px;
    }
    .card-header button{
        font-size: 16px;
    }
}
 @media (max-width: 479px) {
    .navbar-expand-md > .container{
        padding-right: 15px;
    }
    .small-container{
        width: 100%;
    }
    .page-heading {
        padding: 20px 0 0 0;
    }
     a.icons-btn {
         font-size: 20px;
         line-height: 25px;
    }
     .video-thumb {
         margin-bottom: 0;
    }
     .form-inner h3 {
         font-size: 22px;
    }
     .page-heading h1 {
         font-size: 32px;
         padding-bottom: 0;
         margin-bottom: 15px;
         margin-top: 0;
    }
     .modal.show .modal-dialog {
         transform: translate(0, 25%);
    }
     .modal-header img {
         max-width: 150px;
         margin: 0 auto;
    }
     .modal.show h5 {
         text-align: center;
    }
     .modal-header a {
         display: block;
         width: 100%;
         text-align: center;
    }
     .video-overlay {
         margin-top: 100px;
         margin-bottom: 80px;
    }
     #video-area {
         background: url(../images/Working-Space.jpg) no-repeat;
         background-size: auto 100%;
    }
}
