/* PARTNER PAGE CSS */

.partner-hero-area-1 {
    background: #f71454;
    background: -webkit-linear-gradient(-45deg, #f71454 0%, #f73214 100%);
    background: -webkit-linear-gradient(315deg, #f71454 0%, #f73214 100%);
    background: linear-gradient(135deg, #f71454 0%, #f73214 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f71454', endColorstr='#f73214', GradientType=1);
}

.partner-hero-area-2 {
    background-image: url("../img/partner/hero-image.jpg");
}

.advertise-hero-area-2 {
    background-image: url("../img/advertise-with-us.jpg");
}

.partner-hero-area-1,
.partner-hero-area-2,
.advertise-hero-area-2 {
    background-size: cover;
    width: 100%;
    height: 430px;
    position: relative;
    background-position: center;
    background-color: #ff0000;
    margin-top: 99px;
}

.partner-hero-area-2,.advertise-hero-area-2 {
    height: 530px;
    margin-top: 2px;
}

.hero-area-1-content {
    color: #fff;
    padding: 94px 0;
}

.hero-area-1-content h2 {
    text-transform: uppercase;
    font-size: 28px;
}

.hero-area-1-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-area-1-content li {
    display: inline-block;
    font-size: 28px;
    font-family: "ProximaNova-Bold";
    margin-right: 35px;
    position: relative;
}

.hero-area-1-content li:after {
    position: absolute;
    right: -21px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #fff;
    content: "";
    border-radius: 50%;
}

.hero-area-1-content li:last-child:after {
    display: none;
}

.hero-area-1-content p {
    font-size: 22px;
    font-family: "ProximaNova-Regular";
    margin: 20px 0;
}

.hero-area-1-content p strong {
    font-size: 24px;
    font-family: "ProximaNova-Bold";
}

.hero-form {
    background: #fff;
    width: 450px;
    text-align: center;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}

.hero-form-header h3 {
    font-family: "ProximaNova-Regular";
    font-size: 24px;
    padding: 30px 10px;
    margin: 0;
}

.hero-form-wrapper input {
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding: 5px 30px;
    color: #4b4b4b;
    font-size: 18px;
    outline: 0;
}

.hero-form-wrapper {
    padding: 0px 40px;
    padding-bottom: 20px;
}

.hero-form-wrapper p {
    margin-bottom: 15px;
}

.hero-form-wrapper input[type=submit] {
    background: #f71d40;
    color: #fff;
    text-transform: uppercase;
    font-family: "ProximaNova-Bold";
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #f71d40;
}

.hero-form-wrapper input[type=submit]:hover {
    background-color: #e01334;
    border-color: #e01334;
}

.partner-service-area {
    padding: 50px 0;
    background: #FBFBFB;
}

.service-title h2 {
    font-size: 30px;
    color: #4b4b4b;
}

.service-title {
    margin-top: 50px;
    margin-bottom: 75px;
}

.service-title {
    font-size: 20px;
    font-family: "ProximaNova-Regular";
}

.service-icon {
    text-align: center;
    min-height: 165px;
}

.service-icon h4 {
    font-family: "ProximaNova-Regular";
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 0;
}


/* FOOTER CSS */

.footer {
    background: #fff
}

.footmenu {
    text-align: center;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 300;
    color: #e9e9e9;
    font-size: 16px
}

.footmenu a {
    font-family: "ProximaNova-Regular";
    color: #636363;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 30px;
    margin: 0 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.footmenu a:hover,
.footlinks li a:hover {
    color: #f73011;
}

.footmenu a.how {
    font-weight: 700;
    color: #fff;
    background: #f73011;
    border-radius: 30px;
    text-decoration: none !important
}

.footmenu a.how:hover {
    background: #e7290b;
    color: #fff;
}

.footapp {
    width: 45%;
    float: left
}

.footlinks {
    float: left;
    width: 55%
}

.footapp h5 {
    font-family: "ProximaNova-Regular";
    color: #515151;
    text-transform: uppercase;
    font-size: 20px
}

.footmenu2 {
    padding: 30px 0
}

.apps2 {
    padding-top: 15px
}

.apps2 a {
    display: inline-block
}

.apps2 img {
    height: 50px;
}

.apps3 {
    margin-right: 30px
}

.footlinks li a {
    font-weight: 300;
    color: #636363;
    font-size: 16px;
    display: block;
    line-height: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.list1.lst,
ul.list2.lst,
ul.list3.lst {
    padding: 0;
    list-style: none;
}

.lst {
    display: inline-block;
    width: 28%
}

.list1,
.list2 {
    border-right: 1px solid #e9e9e9;
    margin-right: 7%
}

.foot3 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 0
}

.foot3 span {
    display: inline-block;
    font-weight: 300;
    color: #515151;
    font-size: 18px;
    vertical-align: middle;
    padding: 0 5px
}

.foot3 span a {
    color: #f73011
}

.part-service {
    padding: 35px 0
}

.part-service h6 {
    font-family: "ProximaNove-Semibold";
    color: #636363;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px
}

.part-service p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.part-service span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #636363;
    text-align: center;
    padding-top: 15px
}

.copy {
    border-top: 1px solid #e9e9e9;
    padding: 15px 0
}

.copy span {
    font-weight: 400;
    color: #4b4b4b;
    font-size: 14px;
    display: inline-block
}

.footlogo {
    padding: 0 8%
}

.footlogo,
.social,
.copy span {
    display: inline-block;
    vertical-align: middle
}


/*   .social a {
    border: 1px solid #f73011;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    margin: 0 10px;
    text-decoration: none !important
  }
  
  .social i {
    color: #f73011;
    font-size: 20px
  }
  
  .social a:hover i {
    color: #4b4b4b
  } */

.footlogo p {
    font-weight: 400;
    color: #333333;
    font-size: 11px;
    padding-left: 5px;
    margin: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 1075px
}

.clear {
    float: none;
    clear: both;
}

ul.social-links {
    display: inline-block;
    margin-left: 15px;
}

a.footlogo {
    margin-left: 45px;
}

.foot3 span.sp {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

input::-webkit-input-placeholder {
    color: #4b4b4b !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #4b4b4b !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4b4b4b !important;
}

input:-ms-input-placeholder {
    color: #4b4b4b !important;
}

.apps2 a {
    -webkit-transition: .3s;
    transition: .3s;
}

.apps2 a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* .apps3 {
    height: 53px;
} */


.hero-form-wrapper textarea {
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 100%;
    border-radius: 8px;
    padding: 5px 30px;
    color: #4b4b4b;
    font-size: 18px;
    outline: 0;
}
