@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700&display=swap');

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1;
  font-family: 'Nunito';
  background: #fff;
  color: #000000;
  font-size: 14px;
  overflow-x: hidden !important;
}
a {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
*:focus {
  outline: 0 !important;
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {}
a:hover {
  text-decoration: none
}
strong {
  font-weight: 600;
}
/*hamburger menu start*/
header {
  margin: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 12px 140px 12px 140px;
  position: fixed;
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
header.large {
  padding: 12px 140px 12px 140px;
}
header.small {
  padding: 5px 140px 5px 140px;
  background: #fff;
}
.topmenu {
    float: left;
}
.riya-logo {
  display: inline-block;
  max-width: 110px;
  width: 100%;
}
.riya-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.button_container {
  float: right;
  width: 32px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  position: relative;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(0px) translateX(0) rotate(-45deg);
  background: #FFF;
  width: 100%;
}
.button_container span {
  background: #2C3039;
  border: none;
  height: 3px;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 12px;
  width: 25px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
header .overlay {
  position: fixed;
  background: #2C3039;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
header .overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
header .overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
header .overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
header .overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
header .overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
header .overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
header .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
header .overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 5);
  min-height: 50px;
  position: relative;
  opacity: 0;
  text-align: left;
}
header .overlay ul li a {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 61px;
  line-height: 75px;
  text-decoration: none;
  overflow: hidden;
}
header .overlay ul li a:hover:after, header .overlay ul li a:focus:after, header .overlay ul li a:active:after {
  width: 100%;
}
header .overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 4px;
  background: #CA2A68;
  transition: .35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
ul.mainmenu li a {
  background: linear-gradient(92.05deg, #DD3E4D 29.12%, #CA2A68 99.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
ul.sidemenu {
  margin: 0 0 0 100px !important;
}
ul.sidemenu li a {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 49px;
  color: #FFFFFF !important;
}
.top-social {
  margin: 0 auto;
  right: 0;
  bottom: 100px;
  left: 0;
  position: absolute;
  text-align: center;
}
.top-social a {
  position: relative;
  margin: 0 50px 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.44;
}
.top-social a:hover {
  opacity: 1;
}
.top-social .fb {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -159px -13px;
  left: -24px;
  top: -2px;
  position: absolute;
}
.top-social .link {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -188px -13px;
  left: -24px;
  top: -2px;
  position: absolute;
}
.top-social .twit {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -219px -13px;
  left: -24px;
  top: -2px;
  position: absolute;
}
.top-social .insta {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -252px -13px;
  left: -24px;
  top: -2px;
  position: absolute;
}
.top-social .ytube {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -284px -13px;
  left: -24px;
  top: -2px;
  position: absolute;
}

.rightcontent {
    float: right;
    margin-top: 12px;
}

.old_version, .register-now, .server_version {
    float: left;
    cursor: pointer;
}

.old_version a {
    float: left;
    padding: 8px;
    color: #dd3e4d;
    font-weight: 700;
    font-size: 15px;
    background-image: linear-gradient( -225deg, #df3f54 0%, #f04787 29%, #ff1361 67%, #231f20 100% );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

.server_version .bullet-dot {
    display: inline-block;
    height: 10px;
    width: 10px;    
    border-radius: 50%;
    position: absolute;
    top: 34px;
    right: 30px;
    background-color: #f1e8e8;
}

.server_version a {
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(240, 71, 133, .24);
    color: #f14787;
    padding: 3px 6px;
    border-radius: 4px 0 0 0;
    font-size: 11px;
    font-weight: 600;
}
.server_version:hover a.server_IP {
    display: block !important;
}

@keyframes textclip {to {background-position: 200% center;}}

.register-now a {
    padding: 9px 24px;
    height: 43px;
    background: linear-gradient(90deg, #DD3E4D 0%, #F2488C 100%);
    border-radius: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position:relative;
}
   .register-now a:hover {
    background: linear-gradient(90deg, #CA2A68 0%, #DD3E4D 100%);
}

/*hamburger menu end*/

/*section start*/
.fourth button {
  margin-top: 20px;
}
p {
  margin-bottom: 30px;
}
#fp-nav {
  z-index: 8 !important;
}
#fp-nav ul li a span {
  background: #DD3E4D;
}
#home-section1 {
  background-size: cover !important;
  min-height: 100vh;
  height: 100%;
  background: url(../../../Content/RIYALOGIN/images/homebanner-bg.png) repeat-x top left;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.section-content {
  width: 100%;
  margin: 0 auto;
}
#home-section2, #about-section2, #home-section6, #about-section8, #home-section9, #home-section2a {
  background: linear-gradient(180deg, #FFF4F8 0%, #FAF2F4 21.02%, #FAF2F4 58.6%, rgba(255, 255, 255, 0.95) 100%);
}
#home-section3, #home-section7, #home-section10 {
  background: linear-gradient(180deg, rgba(252, 252, 252, 0.83) 0%, rgba(255, 251, 252, 0.25) 21.02%, rgba(250, 242, 244, 0.46) 58.6%, rgba(255, 251, 252, 0.6) 100%, rgba(255, 251, 252, 0.6) 100%);
}
#home-section4 {
  background: linear-gradient(180deg, rgba(252, 252, 252, 0.83) 0%, rgba(255, 251, 252, 0.25) 21.02%, rgba(250, 242, 244, 0.46) 58.6%, rgba(255, 251, 252, 0.6) 100%, rgba(255, 251, 252, 0.6) 100%);
  width: 100%;
  float: left;
  position: relative;
}
#sendenquiry .message_wrap p.message, #home-section9 .message_wrap p.message{margin-top:10px !important;margin-bottom:0 !important;}
#sendenquiry .message_wrap p.message, #home-section9 .message_wrap p.message, #home-section10 .message_wrap p.message{width:300px;float:none;margin:0 auto 10px;line-height:1;}

#about-section3 {
  background: #fff;
}
.leftpatch {
  background: #1A1C20;
  height: 100%;
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.rightpatch {
  background: #2C3039;
  height: 100%;
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.greypatch {
  background: #2C3039;
  height: 100%;
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.whitepatch {
  background: #ffffff;
  height: 100%;
  width: 50%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.slidebox {
  padding: 40px 140px;
}
.slidebox-top {
  padding: 180px 140px;
}

/*section end*/
/*HOME SECTION 1 start*/
/*home banner start*/
h1 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 94px;
  background: linear-gradient(92.05deg, #DD3E4D 29.12%, #CA2A68 99.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
h1 span {
  display: block;
  width: 100%;
}
h2 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 94px;
  background: linear-gradient(92.05deg, #DD3E4D 29.12%, #CA2A68 99.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
h2.testi span {
  color: #fff !important;
  font-size: 20px;
  line-height: 24px;
  width: 50% !important;
}
h2 span {
  display: block;
  width: 100%;
}
.subhead {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 50px;
  color: #555555;
  margin: 0;
}
.w60 {
  width: 100%;
}
.mauto {
  margin: 0 auto !important;
}
.w65m {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.subhead span {
  display: block;
}
.subhead.white {
  color: #fff !important;
}
.bannerhead {
  width: 100%;
}
.icon1 {
  top: 40px;
  position: absolute;
}
.icon2 {
  position: absolute;
  top: 204px;
}
.icon3 {
  position: absolute;
  top: 308px;
  left: 115px;
}
.icon4 {
  position: absolute;
  top: 158px;
  left: 161px;
}
.icon5 {
  position: absolute;
  top: 0;
  left: 273px;
}
.icon6 {
  position: absolute;
  top: 190px;
  left: 300px;
}
.icon7 {
  position: absolute;
  top: 390px;
  left: 290px;
}
.icon8 {
  position: absolute;
  top: 100px;
  left: 440px;
}
.icon9 {
  position: absolute;
  top: 350px;
  left: 460px;
}
.icon10 {
  position: absolute;
  top: 0;
  left: 600px;
}
.icon11 {
  position: absolute;
  top: 187px;
  left: 600px;
}
/*home banner end*/
/*home form start*/
.banner-form {
    width: 100%;
     padding: 2px;
    background: none !important;
    box-shadow: none !important;
    border-radius: 22px;
    z-index: 8;
    position: relative;
}
.banner-inbox {
    width: 100%;
    height: 100%;
    padding: 32px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.83);
    border:1px solid #cc2128;
}
.banner-form .form-group {
  margin: 0
}
.banner-form .form-control {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  line-height: 1.5;
  position: relative;
  color: #7E7E7E;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.2px solid #D2D2D2;
  border-radius: 8px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.padding-r {
  padding: 10px 40px 10px 10px !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2px rgba(0, 123, 255, 0) !important;
}
.banner-form textarea {
  background: #fff !important;
  border: 1px solid #7E7E7E;
  color: #000;
  border-radius: 4px !important;
  padding: 10px 10px !important;
  min-height: 80px;
  margin: 0px 0 0 0 !important;
}
.input-effect {
  position: relative;
  margin: 0 0 25px 0;
}
input, textaria {
  outline: none;
  -webkit-appearance: none;
}
input[type="text"] {
  color: #333;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.effect-19 {
  border: 1px solid #acacac;
  padding: 12px 14px;
  transition: 0.4s;
  background: #f6f6f6;
  border-radius: 4px;
}
.effect-19 ~ .focus-border:before, .effect-19 ~ .focus-border:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #CA2A68;
  transition: 0.4s;
}
.effect-19 ~ .focus-border:after {
  top: auto;
  bottom: 0;
}
.effect-19 ~ .focus-border i:before, .effect-19 ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #CA2A68;
  transition: 0.6s;
}
.effect-19 ~ .focus-border i:after {
  left: auto;
  right: 0;
}
.effect-19:focus ~ .focus-border:before, .effect-19:focus ~ .focus-border:after, .has-content.effect-19 ~ .focus-border:before, .has-content.effect-19 ~ .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}
.effect-19:focus ~ .focus-border i:before, .effect-19:focus ~ .focus-border i:after, .has-content.effect-19 ~ .focus-border i:before, .has-content.effect-19 ~ .focus-border i:after {
  top: -1px;
  height: 100%;
  transition: 0.6s;
}
.effect-19 ~ label {
  position: absolute;
  left: 14px;
  width: 100%;
  top: 10px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}
.effect-19:focus ~ label, .has-content.effect-19 ~ label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #a8a8a8;
  transition: 0.3s;
  z-index: 1;
}
.banner-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7E7E7E;
}
.banner-form ::-moz-placeholder { /* Firefox 19+ */
  color: #7E7E7E;
}
.banner-form :-ms-input-placeholder { /* IE 10+ */
  color: #7E7E7E;
}
.banner-form :-moz-placeholder { /* Firefox 18- */
  color: #7E7E7E;
}
button.submitbtn {
  background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 9px;
  color: #fff;
  border: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.submitbtn:hover {
  background: linear-gradient(90deg, #CA2A68 0%, #DD3E4D 100%);
}
.check_box {
  margin: 20px -15px 0 -15px;
}
.rem_div {
 float: left;
    width: 50%;
    margin: 0px 0 0 0;
    position: relative;
}
/*custom checkbox*/
.checkform label {
  padding-left: 0;
  color: #7E7E7E;
  font-size: 14px !important;
  position:relative;
  cursor:pointer;
}
.checkform a {
  color: #e0a70f;
}
.checkform a:hover {
  color: #e0a70f;
  text-decoration: underline !important;
}
.form-group input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.rem_div {
  float: left; 
  margin: 0px 0 0 0;
  position: relative;
}
.rem_div .checkform label {
  margin: 12px 0 0 0;
}
.forgot_div {
  float: right;
    width: 50%;
    text-align: right;
}
.forgot_div a {
  text-decoration-line: underline;
  color: #7E7E7E;
}
.forgot_div a:hover {
  background: linear-gradient(92.05deg, #DD3E4D 29.12%, #CA2A68 99.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.message_wrap {
    float: left;
    width:100%;
    margin: 15px 0 0 0;
    position: relative;
   display: none;
}
.message_wrap p.message {
    background-image: linear-gradient(to right, #c7286b, #de3d4d, #de3d4d, #c7286b);
    float: left;
    width: 100%;
    margin: 0px;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    border-radius: 3px;
    margin-top: 0px;
}
.message_wrap.has_error {
    display: block !important;
    opacity: 1;
}
.validation-summary-errors{
    float:left;
    width:100%;
}
.validation-summary-errors.error_active{
    background-image: linear-gradient(to right, #c7286b, #de3d4d, #de3d4d, #c7286b);
    float: left;
    width: 100%;
    margin: 0px;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    border-radius: 3px;
    margin-top: 0px;
    margin: 15px 0 0 0;
}


input[type=checkbox] + label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #7E7E7E;
  border-radius: 2px;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: 1px solid #3a3a3a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.input-icons {
  margin-bottom: 10px;
  z-index: 1;
  position: absolute;
  top: 11px;
  right: 12px;
  color: #848484;
}
.input-icons svg {
  color: #848484;
}
.form-icon1 {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 0px -8px;
  right: 0;
  top: -4px;
  position: absolute;
}
/*home form end*/
/*zoom effect start*/
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zoom-out-zoom-in {
  animation: zoom-out-zoom-in 2s ease-out infinite;
}
@keyframes zoom-out-zoom-in {
  0% {
    transform: scale(1.2, 1.2);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
/*zoom effect start*/
/*HOME SECTION 1 end*/
/*HOME SECTION 2 start*/
/*progress bar start*/
.connect-logo {
 position: relative;
    margin: 0px 0 0 0 !important;
    vertical-align: text-bottom;
    display: inline-block;
}
.connect-logo img {
    width: 56% !important;
    vertical-align: middle;
}
.home-connect-logo {
    position: relative;
    margin: 0px 0 0 0;
    display: inline-flex;
    vertical-align: bottom;  
}
.home-connect-logo img {
    max-width: 70%;
}
.choose-logo {
  position: relative;
  margin: 30px 0 0 0;
}
.connect-logo p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #555555;
  margin: 48px 0 0 0;
  width: 74%;
}
.connect-logo-white {
  position: relative;
  margin: 30px 0 0 0;
}
/**accordin CSS**/
.faq-wrapper {
  position: relative;
}
.faq-wrapper:before {
  position: absolute;
  left: -33px;
  content: "";
  width: 2px;
  background: #D2D2D2;
  top: 0;
  height: 100%;
}
.faq-wrapper .accordion .accordion-item:first-child .accordion-thumb, .faq-wrapper .accordion .accordion-item:nth-child(2) .accordion-thumb, .faq-wrapper .accordion .accordion-item:last-child .accordion-thumb {
  position: relative;
}
.faq-wrapper .accordion .accordion-item:first-child .accordion-thumb::after {
  background: transparent;
  border: 6px solid #725BFF;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
.faq-wrapper .accordion .accordion-item:nth-child(2) .accordion-thumb::after {
  background: transparent;
  border: 6px solid #A24AFA;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
.faq-wrapper .accordion .accordion-item:nth-child(3) .accordion-thumb::after {
  background: transparent;
  border: 6px solid #FF727F;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
.faq-wrapper .accordion .accordion-item:nth-child(4) .accordion-thumb::after {
  background: transparent;
  border: 6px solid #15BB7F;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
.faq-wrapper .accordion .accordion-item:nth-child(5) .accordion-thumb::after {
  background: transparent;
  border: 6px solid #E8912B;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
.faq-wrapper .accordion .accordion-item:nth-child(6) .accordion-thumb::after {
  background: transparent;
  border: 6px solid #DD35F9;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
.faq-wrapper .accordion .accordion-item:last-child .accordion-thumb::after {
  background: transparent;
  border: 6px solid #2795FB;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -47px;
  z-index: 9999;
  top: 13px;
}
/* Active */
.faq-wrapper .ac-active .accordion-thumb {
  border-bottom: 0;
  position: relative;
}

/* Panel */
.faq-wrapper .accordion-panel {
  margin: 6px 0 0 0;
  display: none;
  padding: 10px 24px 10px 24px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}

.faq-wrapper .accordion-item.ac-active .accordion-thumb::after {
  background-position: 0px 0px;
  background: url(../images/sprite-img.png) no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: absolute;
  content: "";
  right: 0;
  left: -54px;
  z-index: 9999;
  top: 0;
}
.faq-wrapper ul.accordion {}

.faq-wrapper .accordion .accordion-item {
  position: relative;
  padding: 10px 0px;
  margin: 0 0 35px 0;
  border: 0px solid #D2D2D2;
  background: #FFFFFF;
  box-shadow: 12px 12px 24px #FFEAEA;
  border-radius: 16px;
}
.faq-wrapper .accordion .accordion-item:hover {
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 8px 4px 17px #f7b1cc;
}
.faq-wrapper .accordion .accordion-item:last-child {}
.faq-wrapper .accordion .accordion-thumb {
  padding: 24px 24px 24px 70px;
  position: relative;
  margin: 0 0 0px 0;
  z-index: 1;
}
.faq-wrapper .accordion .accordion-thumb span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: 4px;
  text-align: center;
  float: left;
  right: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1E7E27;
}
.acc-icon1 {
  background: #725BFF url(../images/acc-icon1.svg) no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
}
.acc-icon2 {
  background: #A24AFA url(../images/acc-icon2.svg) no-repeat;
  background-size: 90% 90%;
  border-radius: 4px;
  background-position: center center;
}
.acc-icon3 {
  background: #FF727F url(../images/acc-icon3.svg) no-repeat;
  background-size: 80% 80%;
  border-radius: 4px;
  background-position: center center;
}
.acc-icon4 {
  background: #15BB7F url(../images/acc-icon4.svg) no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
}
.acc-icon5 {
  background: #E8912B url(../images/acc-icon5.svg) no-repeat;
  background-size: 80% 80%;
  border-radius: 4px;
  background-position: center center;
}
.acc-icon6 {
  background: #DD35F9 url(../images/acc-icon6.svg) no-repeat;
  background-size: 80% 80%;
  border-radius: 4px;
  background-position: center center;
}
.acc-icon7 {
  background: #2795FB url(../images/acc-icon7.svg) no-repeat;
  background-size: 80% 80%;
  border-radius: 4px;
  background-position: center center;
}
.faq-wrapper .accordion .accordion-thumb h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 0;
  color: #2C3039;
}
.faq-wrapper .accordion-panel p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #555555;
  margin: 0;
}
/*progress bar end*/
/*HOME SECTION 2 end*/
/*HOME SECTION 3 start*/
/*Our Product start*/
.pro-icon {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.iconbox {
  width: 25%;
  float: left;
}

ul.inside-icon {
  margin: 0 auto;
  padding: 0;
}
ul.inside-icon li {
  text-align: center;
  position: relative;
  margin: 0 auto 78px;
  display: block;
  width: 88px;
  height: 88px;
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 12px 12px 24px #ffeaea;
  border-radius: 8px;
  background: #FFFFFF;
}
.m50 {
  margin-top: 50px;
}
.pro-icon1 {
  content: "";
  margin: 0 auto;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -2px -97px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon2 {
  content: "";
  margin: 0 auto;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -2px -166px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon3 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -2px -232px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon4 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -76px -94px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon5 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -76px -166px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon6 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -76px -231px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon7 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -76px -304px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon8 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -151px -94px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon9 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -151px -166px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon10 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -151px -232px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon11 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -222px -94px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon12 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -222px -164px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon13 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -222px -232px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.pro-icon14 {
  content: "";
  background: url(../images/sprite-img.png) no-repeat;
  margin: 0 auto;
  display: block;
  background-position: -222px -298px;
  position: relative;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.icon-slider {
  position: relative;
  margin: 50px 0 0 0;
  display: none;
}
.icon-box {
  position: relative;
}
.icon-box span {
  margin: 20px 0 0 0;
  font-weight: bold;
  display: block;
  color: #cb2a69;
  font-size: 18px;
  text-align: center;
}
ul.inside-icon li span {
  margin: 30px 0 0 0;
  font-weight: bold;
  display: block;
  color: #cb2a69;
  font-size: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
ul.inside-icon li:hover {
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 8px 4px 17px #f7b1cc;
}
ul.inside-icon li:hover span {
  opacity: 1;
}
ul.inside-icon li:hover .pro-icon1, ul.inside-icon li:hover .pro-icon2, ul.inside-icon li:hover .pro-icon3, ul.inside-icon li:hover .pro-icon4, ul.inside-icon li:hover .pro-icon5, ul.inside-icon li:hover .pro-icon6, ul.inside-icon li:hover .pro-icon7, ul.inside-icon li:hover .pro-icon8, ul.inside-icon li:hover .pro-icon9, ul.inside-icon li:hover .pro-icon10, ul.inside-icon li:hover .pro-icon11, ul.inside-icon li:hover .pro-icon12, ul.inside-icon li:hover .pro-icon13 {
  transform: scale(1.1);
}
.flexbox-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
#home-section2 .flexbox-container, #home-section5 .flexbox-container, #home-section8 .flexbox-container, #home-section6 .flexbox-container, #home-section7 .flexbox-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
}
.flexbox-item {
  max-width: 100%;
}
.fixed {
  flex: none;
  max-width: 100%;
}
.demo {
  width: 100%;
}
a.explore {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #CA2A68;
  color: #CA2A68;
  padding: 9px 24px;
  border-radius: 32px;
  display: inline-block;
  margin: 36px 0 0 0;
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
a.explore:hover {
  border: 1px solid #CA2A68;
  background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);
  color: #fff;
}
/*Our Product end*/
/*HOME SECTION 3 end*/
/*HOME SECTION 7 start*/
a.app-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #2C3039;
  vertical-align: middle;
  padding: 7px 0 0 79px;
  margin: 47px 0 0px 0;
  position: relative;
  display: block;
}
a.app-btn:hover {
  color: #DD3E4D;
}
.store {
  content: "";
  height: 60px;
  width: 60px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -189px -46px;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
}
.app {
  content: "";
  height: 60px;
  width: 60px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -255px -46px;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
}
.app-bg {
  text-align: center;
}
/*HOME SECTION 7 end*/
/**Why Choose Section Start**/

.title {
  width: 100%;
  position: relative;
}
.title span {
  color: #1e2733;
  border-bottom: 2px solid #1e2733;
}
.our-spec-details {
  width: 100%;
  display: block;
  margin: 0px auto 0;
  position: relative
}
.our-spec-details .our-spec-img-box {
  width: 45%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 0;
}
.our-spec-img-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100px;
  top: 100px;
  display: block;
  background: rgba(234, 234, 234, 0.5);
  z-index: -1
}
.our-slider-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.our-slider-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.our-slider-img h2 {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  z-index: 99;
}
.our-spec-section .slider-nav {
  width: 50%;
  display: block;
  float: right;
  position: absolute;
  z-index: 9;
  border: 1px solid #000;
  top: 150px;
  right: 0;
}
.our-spec-details .our-spe-slider--single {
  max-width: 600px;
  width: 100%;
  display: inline-block
}
.our-spec-details .our-spe-slider--nav {
  width: 50%;
  display: inline-block;
  position: relative;
  top: 150px;
  float: right;
}
.our-spec-details .our-spe-slider--nav .slick-arrow {
  display: none !important
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item {
  display: block;
  width: 100% !important;
}
.our-spec-details .our-spe-slider--nav .slick-track {
  margin: 0;
  text-align: left;
  width: 100% !important
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item p {
  display: none;
  width: 100%
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item.is-active p {
  display: block
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item h3 {
  font-size: 36px;
  font-weight: normal;
  color: #D2D2D2;
  margin: 0;
  cursor: pointer;
  transition: 0.5s;
  position: relative
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item h3:before {
  content: "";
  width: 4px;
  height: 80%;
  background: #b60108;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item h3:hover:before {
  display: block
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item h3:hover {
  color: #fff;
  padding: 25px 15px 25px 15px;
  font-weight: 600;
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item.is-active h3 {
  color: #fff;
  font-weight: 600;
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item .read-more {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b60108;
  border-bottom: 2px solid #1e2733;
  display: none;
  margin: 0 0 30px 0
}
.our-spec-details .our-spe-slider--nav .our-spe-slider__item.is-active .read-more {
  display: inline-block;
}
.our-spec-details .our-spe-slider--single .slick-prev, .our-spec-details .our-spe-slider--single .slick-next {
  width: 60px;
  height: 80px;
  bottom: -40px;
  top: inherit;
  background: #b60108 url("../images/spc-arrow.jpg")no-repeat 0 0;
  display: none !important;
}
.our-spec-details .our-spe-slider--single .slick-prev {
  right: 60px;
  left: inherit;
  z-index: 9;
}
.our-spec-details .our-spe-slider--single .slick-next {
  right: 0;
  background-position: -60px 0px;
}
.our-spec-details .our-spe-slider--single .slick-prev:before, .our-spec-details .our-spe-slider--single .slick-next:before {
  display: none
}
.services-area {
  width: 100%;
  display: block
}
.services-area .our-spec-img-box:before, .services-area .our-slider-img:after {
  display: none
}
.services-area .service-nav {
  float: left;
  top: 50px;
  width: 50%;
}
.services-area .service-content-box {
  width: 50%;
  max-width: 875px;
  float: left;
}
.services-area .service-content-box .our-spe-slider--single {
  width: 100%;
  max-width: inherit
}
.service-content-box .service-content {
  color: #fff;
  padding: 30px 100px 30px 100px;
  text-align: left;
  position: relative
}
.service-content-box .service-content span {
  width: 125px;
  height: 125px;
  display: inline-block;
  float: left
}
.service-content-box .service-content h3 {
  float: left;
  display: inline-block;
  margin: 0px 0 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 74px;
  color: #231F20;
}
.service-content-box .service-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 56px;
  color: #555555;
}
.service-content-box .service-content h4 {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 500
}
.service-content-box .service-content h4 strong {
  padding: 5px 10px;
  background: #b60108;
  color: #fff;
  font-weight: 600
}
.service-content-box .service-content ul {
  display: block;
  width: 100%;
}
.service-content-box .service-content li {
  width: 100%;
  padding: 0 0 15px 30px;
  list-style: none;
  line-height: 24px;
  position: relative
}
.service-content-box .service-content li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/checkbox.png")no-repeat 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 3px
}
.services-area .service-nav .our-spe-slider__item {
  position: relative
}
.services-area .service-nav .our-spe-slider__item:before {
  content: "";
  right: 0;
  top: 42px;
  position: absolute;
  width: 0px;
  height: 4px;
  background: #CA2A68;
  z-index: -1;
  transition: 0.5s
}
.services-area .service-nav .our-spe-slider__item h3 {
  color: #fff;
  font-weight: 300;
  width: auto;
  display: inline-block;
  padding: 25px 15px 25px 0;
}
.services-area .service-nav .our-spe-slider__item h3:hover:before {
  display: none
}
.services-area .service-nav .our-spe-slider__item.is-active:before {
  width: 140px;
}
.services-area .service-nav .our-spe-slider__item:hover:before {
  width: 140px;
}
/*Why Choose Section end*/
/* Our’s Features start*/
.features-wrapper {
  width: 100%;
}
.features-item {
  background: #FFFFFF;
  box-shadow: -2px -2px 6px rgba(252, 252, 252, 0.2), 2px 2px 4px rgba(255, 234, 234, 0.2);
  border-radius: 4px;
  display: inline-flex !important;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  height: 128px;
  margin: 0 16px 64px 16px;
  width: 100%;
}
.features-item:hover {
  box-shadow: 2px 2px 6px rgb(255 255 255 / 60%), 2px 2px 4px #f7b1cc;
}
.features-item h3 {
  font-style: normal;
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  font-size: 18px;
  line-height: 32px;
  align-items: center;
  color: #231F20;
}
.features-item h3 img {
  vertical-align: middle;
}
.features-item h3 span {
  margin: 0 0 0 10px;
  text-align: left;
}
/* Our’s Features end*/
/* Awards & Recognitions start*/
.contact-scroll .trip-listing {
  width: 100%;
  display: block;
  height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: auto;
  scrollbar-color: #dd3e4d #d9d9d9;
  padding: 30px 80px;
}
.trip-listing {
  width: 100%;
  display: block;
  height: 825px;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: auto;
  scrollbar-color: #dd3e4d #d9d9d9;
  padding: 30px 80px;
}
.features .col-xl-4 {
  max-width: 50% !important;
  flex: 50%;
}
.features .col-xl-8 {
  max-width: 50%;
  flex: 50%;
}
/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
.trip-listing::-webkit-scrollbar {
  width: 8px;
  height: 30px !important;
}
.trip-listing::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.trip-listing::-webkit-scrollbar-thumb {
  background-color: #dd3e4d;
  background: url("../images/xscroll.png") no-repeat c;
  border-radius: 18px;
  border: 0px solid #ffffff;
}
.award-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 4px;
  padding: 36px 24px;
  margin: 0 0 32px 0;
}
.twolist {
  margin-top: 30px;
}
.award-name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #CA2A68;
}
.award-name span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
  margin: 20px 0 20px 0;
}
.award-logo {
  margin: 0 0 32px 0;
}
.award-list p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin: 0;
}
/* Awards & Recognitions end*/
/* What They Say start*/
.test-pic {}
.test-head {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin: 24px 0 24px 0;
  color: #231F20;
}
.location {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #2C3039;
  display: block;
  margin: 0 0 20px 0;
}
.text-box {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  color: #555555;
}
/* What They Say end*/
/*contact us start*/
.con-list {
  text-align: center;
  margin: 20px 0 0 0;
}
.con-map {
  text-align: center;
  margin: 20px 0 0 0;
}
.form-content {
  width: 80%;
  margin: 0 auto;
}
.contact-main .banner-form {
  margin: 60px 0 0 0;
  background: #FFFFFF;
  box-shadow: -10px -10px 12px rgba(255, 245, 245, 0.6), 14px 14px 24px 4px #FFEAEA;
  border-radius: 20px;
}
.contact-main .banner-form .form-group {
  margin: 0 0 24px 0;
}
.contact-form {
  width: 100%;
  height: 100%;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: -10px -10px 12px rgba(255, 245, 245, 0.6), 14px 14px 24px 4px #FFEAEA;
  border-radius: 20px;
}
/*contact us end*/
/**Footer Css**/
footer {
  width: 100%;
  padding: 50px 0 0 0;
}
footer .logo {}
footer h3 {
  font-size: 20px;
  font-weight: bold;
}
.line {
  float: left;
  padding: 3px 0;
  margin: 0 15px;
  height: 22px;
  background: #7E7E7E;
  width: 1px;
}
ul.sub-link {
  margin: 0;
}
ul.sub-link li {
  width: 100%;
  float: left;
}
ul.sub-link li a {
  color: #555555;
  line-height: 22px;
  margin: 0 0 15px 0;
  float: left;
  transition: 0.5s;
  width: auto;
  font-size: 16px;
}
ul.sub-link li a:hover {
  color: #DD3E4D;
  padding: 0 0 0 5px;
}
h6 {
  color: #DD3E4D;
  position: relative;
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
h6:after {
  position: absolute;
  background: #DD3E4D;
  width: 32px;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
}
.footer-bottom p {
  margin: 0 !important
}
.footer-bottom .foot-menu {
  float: right;
  display: none;
  width: auto;
}
.copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  color: #555555;
  text-align: left;
  margin: 15px 0 0 0;
}
.copyright span {
  display: block;
}
/* social media icon start*/
.social-menu ul {
  padding: 0;
  margin: 0;
}
.social-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px 0 0;
}
.social-menu ul li a:hover svg {
  color: #fff;
}
.social-menu ul li a svg {
  margin-top: 8px;
  font-size: 15px;
  color: #2C3039;
}
.social-menu ul li a {
  position: relative;
  display: block;
  width: 34px;
  border: 1px solid #DD3E4D;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: .6s;
}
.social-menu ul li a:hover {
  transform: translate(0, -10%);
  background-color: #DD3E4D;
  color: #fff;
}
/* social media icon end*/
/*subscribe patch start*/
.f-right {
  text-align: right;
  float: right;
}
.newsletter {
  text-align: right;
  float: right;
  width: 100%;
}
.subscribe {
  padding: 36px 0;
  width: 100%;
}
.subscribe p {
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}
.subscribe .form-group {
  float: left;
}
.subscribe .form-control {
  display: inline-block !important;
  width: 190px !important;
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin: 0 -5px 0 0;
  line-height: 1.5;
  color: #7E7E7E;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #DD3E4D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px 0px 0px 4px;
}
.subscribe-btn {
  border-radius: 0px 4px 4px 0px;
  background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);
  width: 100%;
  max-width: 148px;
  height: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  top: 2px;
  z-index: 1;
  border: 0;
  padding: 10px 0 10px 0;
  margin: 0px 0px 0 0px;
}
.subscribe-text {
  float: left;
  padding-top: 16px;
  font-size: 17px;
}
.subscribe-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);
  border-radius: 4px;
  z-index: -2;
}
.subscribe-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #CA2A68 0%, #DD3E4D 100%);
  transition: all 0.3s;
  border-radius: 4px;
  z-index: -1;
}
.subscribe-btn:hover {
  color: #fff;
}
.subscribe-btn:hover:before {
  width: 100%;
}
.subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7E7E7E !important;
}
.subscribe input::-moz-placeholder { /* Firefox 19+ */
  color: #7E7E7E !important;
}
.subscribe input:-ms-input-placeholder { /* IE 10+ */
  color: #7E7E7E !important;
}
.subscribe input:-moz-placeholder { /* Firefox 18- */
  color: #7E7E7E !important;
}
.thanks-subscribe {
  padding: 10px 0 10px 0px;
  border-top: 1px dashed #DD3E4D;
  border-bottom: 1px dashed #DD3E4D;
  font-size: 24px;
  color: #DD3E4D;
  font-weight: bold;
  text-align: center;
  display: none;
}
.app-img {
  margin-right: 24px;
}
.more-about p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #555555;
}
/*footer end*/
/**ABOUT US SECTION START**/
/*About Us start*/
#about-section1 {
  background: linear-gradient(180deg, rgba(255, 244, 248, 0.9) 0%, rgba(255, 244, 248, 0.8) 24.5%, rgba(255, 244, 248, 0.6) 49.61%, rgba(255, 248, 250, 0.4) 79.97%, rgba(255, 248, 250, 0.2) 95.65%, rgba(255, 248, 250, 0.2) 101.22%);
}
.aboutbanner {
  margin: 30px 0 0px 0;
  position: relative;
}
.aboutbanner .icon1 {
  background: url(../images/about-icon1.gif) no-repeat;
  position: absolute;
  left: 45%;
  top: 36%;
  width: 400px;
  background-size: 45% 58%;
  height: 111px;
}
.aboutbanner .icon2 {
  background: url(../images/about-icon2.gif) no-repeat;
  position: absolute;
  left: 22%;
  top: 72%;
  width: 309px;
  background-size: 45% 58%;
  height: 151px;
}
.aboutbanner .icon3 {
  background: url(../images/about-icon3a.gif) no-repeat;
  position: absolute;
  left: 69%;
  top: 66%;
  width: 315px;
  background-size: 34% 46%;
  height: 182px;
}
#prg-counter {
  border: 0px;
  margin: 64px 0 0 0;
}
#prg-counter .prg-container {
  text-align: center;
  width: 100%;
  margin: auto;
}
#prg-head h1 {
  text-align: center;
}
#prg-counter h3.prg-count {
  padding: 20px 20px 6px 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #CA2A68;
}
#prg-counter h3.prg-count::after {
  content: " +";
  display: inline-block;
}
#prg-counter h4.prg-count-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2C3039;
}
#about-section4 .social-menu {
  margin: 24px 0 0 0;
}
#about-section4 .social-menu ul li a svg {
  color: #fff !important;
}
#about-section5 {
  background: #2C3039;
}
/*About Us end*/
.whowe {
  text-align: center;
  position: relative;
}
.we-box {
  min-height: 100vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: auto;
  overflow: hidden;
}
.we-main {
  margin: 0px auto;
  width: 500px;
  height: 500px;
  position: relative;
}
.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 2px solid #CA2A68;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.icon-block {
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  /*  box-shadow: 0 2px 4px 0 #3e5ada;
  -webkit-box-shadow: 0 2px 4px 0 #3e5ada;*/
  width: 84px;
  height: 84px;
  background: #FFFFFF;
  box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.6), 12px 12px 24px #FFEAEA;
}
.icon-block img {
  margin: 0px auto;
  width: 50%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.small-circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border: 2px solid #CA2A68;
  border-radius: 50%;
}
.small-circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.center-logo img {
  max-width: 200px;
}
/* keyframe animation */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}
@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}
@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}
.social-box {
  position: absolute;
  bottom: 120px;
  left: 0;
}
.social-box a {
  display: block;
  text-align: left;
  background: #FFFFFF;
  box-shadow: -4px -4px 6px rgb(252 252 252 / 20%), 3px 3px 8px rgb(255 234 234 / 60%);
  border-radius: 12px;
  margin: 0 0 12px 0;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px 10px 46px;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  position: relative;
}
.social-box a:hover {
  color: #CA2A68;
}
.mail-icon {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -40px -7px;
  left: 0;
  top: 5px;
  position: absolute;
}
.video-icon {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -76px -7px;
  left: 0;
  top: 5px;
  position: absolute;
}
img.we-pic {
  margin: 0 0 15px 0;
}
.growth {
  text-align: center;
  position: relative;
}
.growth-content {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  text-align: right;
}
/*Leadership start*/
.about-grey {
  background: #2C3039 url(../images/testi-bg.png) no-repeat;
  height: 100%;
  width: 70%;
  float: left;
  background-position: 56% 10%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-white {
  background: #ffffff;
  height: 100%;
  width: 30%;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.intro {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 52px;
  color: #FFFFFF;
  width: 59%;
  position: relative;
}
.intro:before {
  position: absolute;
  background: url("../images/comma.png") no-repeat;
  width: 36px;
  height: 29px;
  content: "";
  top: -45px;
  left: 0;
}
.intro:after {
  position: absolute;
  background: #DD3E4D;
  width: 32px;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
}
.sign {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 74px;
  background: linear-gradient(91.5deg, #DD3E4D 0.13%, #CA2A68 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 60px 0 0 0;
}
.designation {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  display: block;
  color: #EEEEEE !important;
  margin: 10px 0 0 0;
}
.sir-photo {
  position: absolute;
  right: 320px;
  top: 15%;
}
.leader-list {
  margin: 50px 0 0 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.leader-list img {
  filter: drop-shadow(0px 0px 4px #2C3039);
  border-radius: 8px;
}
.post-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgb(255 234 234 / 20%);
  border-radius: 6px;
  position: relative;
  margin: -50px 24px 0px 24px;
  z-index: 99;
  padding: 20px;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.post-name {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #CA2A68;
}
.post-name span {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #2C3039;
  margin: 10px 0 0 0;
}
.post-social a {
  position: relative;
  display: block;
  width: 34px;
  border: 1px solid #DD3E4D;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  transition: .6s;
}
.post-social a svg {
  margin-top: 8px;
  font-size: 15px;
  color: #2C3039;
}
.post-social a:hover {
  transform: translate(0, -10%);
  background-color: #DD3E4D;
  color: #fff;
}
.post-social a:hover svg {
  color: #fff;
}
.leader-list:hover .post-box {
  background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);
  margin: -3px 0px 0px 0px;
  border-radius: 0px 0px 6px 6px;
}
.leader-list:hover .post-name, .leader-list:hover .post-name span {
  color: #fff;
}
.leader-list:hover img {
  border-radius: 8px 8px 0px 0px;
}
.leader-list:hover .post-social a {
  border: 1px solid #fff;
}
.leader-list:hover .post-social a svg {
  color: #fff;
}
/*Leadership start end*/
/*about gallery start*/
.gallery-box {
  position: relative;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.gallery1 {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  background: #ffcc00;
  width: 400px;
  height: 250px;
}
.gallery2 {
  z-index: 99;
  width: 745px;
  height: 400px;
  top: 0%;
  left: 20%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: relative;
  overflow: hidden;
}
.gallery3 {
  position: absolute;
  top: -50%;
  right: 0%;
  z-index: -9;
  background: #ff0000;
  width: 400px;
  height: 300px;
}
.gallery4 {
  bottom: -20%;
  right: 0%;
  position: absolute;
  z-index: 1;
  background: #ccc;
  width: 420px;
  height: 240px;
}
.about-slider {}
.form-box img {
  border: 10px solid #fff;
}
/*SERVICE PAGE START*/
/*service banner start*/
.service-slider {
  margin: 100px 0 0 0;
  overflow: hidden;
  transform: rotate(-4deg);
}
.ticker-box {
  padding: 16px 10px;
  background: #FFFFFF;
  box-shadow: 12px 12px 24px 2px #FFEAEA;
  border-radius: 16px;
  margin: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #2C3039;
}
/*service banner end*/
/*Services for Agents start*/
.agent-slide {
  margin: 50px 0 0 0;
}
.round-slider {
  max-width: 515px;
  background: #FFFFFF url(../images/agents.png) no-repeat center center;
  box-shadow: -4px -4px 8px rgb(247 247 247 / 40%), 4px 4px 8px rgb(255 176 176 / 24%);
  border-radius: 100%;
  border: 0px;
  margin: 0 auto;
}
.round-slider .slick-dots li {
  position: absolute;
}
.round-slider li {
  position: absolute;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #FFFFFF;
  box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.4), -4px -4px 8px rgba(255, 234, 234, 0.6);
  border-radius: 24px;
}
.round-slider li.slick-active {
  background: #FFFFFF;
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 4px 4px 10px #ca2a68;
}
.round-slider li:hover {
  background: #FFFFFF;
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 4px 4px 10px #ca2a68;
}
.round-slider .slick-list {
  width: 200px;
  margin: 0px auto;
  height: 500px;
  border-radius: 100%;
  padding: 0px 20px;
  border: 0px solid;
}
.round-slider .slider-paging-number {
  transform: translate(-50%, -50%);
  top: 46%;
  list-style-type: none;
  left: 43%;
  position: absolute;
}
.round-slider .slick-slide {
  position: relative;
  outline: none;
}
.round-slider .slick-slide h3 {
  margin: 0;
  background: none !important;
}
.round-slider .slick-slide img {
  border: none;
  display: block;
  width: auto;
}
.round-slider .slick-slide > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -50%);
}
.round-slider .slick-track {
  height: 100%;
}
.round-slider .slider-for .slick-slide {
  color: #555;
}
.round-slider .slick-prev:before, .round-slider .slick-next:before {
  color: red;
}
.round-slider ul li:first-child button {
  background: url("../images/agent-icon1.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.round-slider ul li:nth-child(2) button {
  background: url("../images/agent-icon2.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.round-slider ul li:nth-child(3) button {
  background: url("../images/agent-icon3.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.round-slider ul li:nth-child(4) button {
  background: url("../images/agent-icon4.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.round-slider ul li:nth-child(5) button {
  background: url("../images/agent-icon5.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.round-slider ul li:nth-child(6) button {
  background: url("../images/agent-icon6.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.round-slider ul li:last-child button {
  background: url("../images/agent-icon7.png") no-repeat center center;
  width: 84px;
  height: 84px;
  border: 0px;
  color: transparent;
}
.slider-for h3 {
  position: relative;
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #231F20;
  text-transform: uppercase;
}
.slider-for h3:after {
  position: absolute;
  background: #DD3E4D;
  width: 82px;
  height: 4px;
  content: "";
  bottom: -8px;
  left: 0;
}
.slider-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
}
.slider-text p {
  color: #000;
}
.m64 {
  margin-top: 64px;
}
.slider-for .slick-dots li button:before, .icon-slider .slick-dots li button:before {
  font-size: 45px;
}
.slider-for .slick-dots li.slick-active button:before, .icon-slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #DD3E4D;
}
.slider-for .slick-dots {
  display: none !important;
}
/*Services for Agents end*/
/*Our Principles start*/
.principles {
  position: relative;
  margin: 0 0 46px 0;
}
.mission-icon1 {
  content: "";
  margin: 0 auto;
  display: inline-block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -337px -4px;
  position: relative;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  text-align: left;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.mission-icon1:hover {
  background-position: -416px -4px;
}
.mission-icon2 {
  content: "";
  margin: 0 auto;
  display: inline-block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -337px -75px;
  position: relative;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  text-align: left;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.mission-icon2:hover {
  background-position: -416px -75px;
}
.mission-icon3 {
  content: "";
  margin: 0 auto;
  display: inline-block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -337px -159px;
  position: relative;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  text-align: left;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.mission-icon3:hover {
  background-position: -416px -159px;
}
.mission-head {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 65px;
  display: flex;
  align-items: center;
  color: #2C3039;
  margin: 10px 0 0 0;
}
.principles p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
  margin: 8px 0 0 0;
  width: 80%;
}
.principles p span {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
}
ul.vision-list {
  margin: 0;
  padding: 0;
}
ul.vision-list li {
  margin: 0 0 0px 0;
  position: relative;
  padding: 0 0 0 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  color: #231F20;
}
ul.vision-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50px;
  background: #231F20;
  left: 0;
  top: 18px;
  position: absolute;
}
/*Our Principles end*/
/*API integration start*/
.service-section4 {
  overflow: hidden;
  position: relative;
}
.service-bg {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.service-bg img {
  max-width: 100%;
  width: 100%;
}
.integration h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 87px;
  background: linear-gradient(91.39deg, #000000 21.28%, #2C3039 84.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.integration p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #FFFFFF;
}
/*API integration end*/
/*SERVICE PAGE END*/
/*Steps to Become an Agent start*/
.partner-banner {
  margin: 55px 0 48px 0;
  position: relative;
}
.partner-banner-mobile {
  display: none;
}
.partner-banner .icon1 {
  background: url(../images/partner-banner-img.gif) no-repeat;
  position: absolute;
  left: 27%;
  top: 28%;
  width: 640px;
  background-size: 28% 28%;
  height: 640px;
}
.icon-circle {
  width: 100%;
}
.icon-circle span {
  height: 112px;
  width: 112px;
  background: linear-gradient(135.45deg, #FFB0B0 16.72%, #CA2A68 100%, #CC2E6A 100%);
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin: 0 0 38px 0;
  position: relative;
}
.step-list ul li:hover .icon-circle span {
  background: linear-gradient(135.45deg, #CC2E6A 80%, #FFB0B0 16.72%, #CA2A68 80%);
}
.step-iocn1 {
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 9px -370px;
  width: 90px;
  height: 90px;
  transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.step-list ul li:hover .step-iocn1, .step-list ul li:hover .step-iocn2, .step-list ul li:hover .step-iocn3, .step-list ul li:hover .step-iocn4 {
  transform: rotate(360deg);
}
.step-iocn2 {
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -83px -376px;
  width: 90px;
  height: 90px;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.step-iocn3 {
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -184px -370px;
  width: 90px;
  height: 90px;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.step-iocn4 {
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -278px -376px;
  width: 90px;
  height: 90px;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.step-list ul {
  margin: 0px 0 0 0;
  padding: 0;
}
.step-list ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  width: calc(25% - 25px);
}
.step-list ul li h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #CA2A68;
  margin: 0 0 12px 0;
}
.step-list ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin: 0;
}
.step-list ul li:first-child {
  top: 210px;
  position: relative;
}
.step-list ul li:nth-child(2) {
  top: 100px;
  position: relative;
}
.step-list ul li:nth-child(3) {
  top: 0px;
  position: relative;
}
.step-list ul li:last-child {
  top: 70px;
  position: relative;
}
/*Steps to Become an Agent end*/
/*video section start*/
#video-section {
  background: linear-gradient(180deg, rgba(252, 252, 252, 0.83) 0%, rgba(255, 251, 252, 0.25) 21.02%, rgba(250, 242, 244, 0.46) 58.6%, rgba(255, 251, 252, 0.6) 100%, rgba(255, 251, 252, 0.6) 100%);
  position: relative;
  overflow: hidden;
}
#video-section img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  z-index: -9;
}
.playvideo a {
  background: linear-gradient(90deg, #DD3E4D 0%, #F2488C 100%);
  border-radius: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 227px;
  height: 52px;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 53px;
  text-transform: uppercase;
  z-index: 99;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
}
.videoanim {
  animation: 2s infinite alternate circle;
}
@keyframes circle {
  from {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  to {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }
}
/*video section end*/
/*Contact US section start*/
.add-box {
  margin: 40px 0 0 0;
}
.contact-list {
  padding: 44px 40px 40px 0px;
}
ul.con-number {
    margin: 0 0 0px 0;
    width: 100%;
}
ul.con-number li {
  font-style: normal;
  padding: 0 0 0 0px;
  position: relative;
  margin: 0 0 32px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #CA2A68;
}
ul.con-number li .icon1 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -302px -247px;
  left: 0;
  top: 0px;
  position: absolute;
}
ul.con-number li .icon2 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -362px -247px;
  left: 0;
  top: 0px;
  position: absolute;
}
ul.con-number li .icon3 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -426px -247px;
  left: 0;
  top: 0px;
  position: absolute;
}
ul.con-number li .icon4 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -479px -247px;
  left: 0;
  top: 0px;
  position: absolute;
}
ul.con-number li .icon5 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -532px -247px;
  left: 0;
  top: 0px;
  position: absolute;
}
ul.con-number li a {
  font-style: normal;
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #CA2A68;
  padding: 0 0 0 77px;
}
ul.con-number li a:hover {
  text-decoration: underline !important;
}
span.add-info {
  padding: 0 0 0 77px;
  display: block;
}
.contact-head {
  position: relative;
  margin: 0 0 44px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #2C3039;
}
.contact-head:after {
  position: absolute;
  background: #DD3E4D;
  width: 68px;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
}
.map {
  background: url(../images/map.png) no-repeat center center;
  min-height: 700px;
}
.map #prg-counter {
  border: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 0 0 0;
}
.map #prg-counter .prg-container {
  text-align: left;
  width: 50%;
  margin: auto;
}
.map #prg-counter h3.prg-count {
  text-align: left;
}
.map #prg-counter h3.prg-count {
  padding: 20px 20px 6px 0px;
}
.address-list {
  background: #FFFFFF;
  box-shadow: 12px 12px 24px #FFEAEA;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 44px 0;
}
.address-list:hover {
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 8px 4px 17px #f7b1cc;
}
.add-location {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #CA2A68;
    text-transform: capitalize !important;
    margin: 0 0 15px 0;
}

#otp input[type="text"] {width: 57px;}
#otp .form-control:focus {border: 2px solid #c82769;}

.add-number span {
  margin: 20px 10px 20px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2C3039;
}
.add-number a {
  margin: 20px 0px 20px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2C3039;
}
.add-number a:hover {
  color: #CA2A68;
}
.address-list p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 28px;
  color: #7E7E7E;
  min-height: 84px;
}
a.viewmap {
  display: block;
  text-align: left;
  margin: 0 0 0px 0;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
  position: relative;
}
a.viewmap:hover {
  color: #CA2A68;
}
.map-icon {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -123px -7px;
  left: 0;
  top: 3px;
  position: absolute;
}
/*Contact US section end*/
/*footer icon menu start*/
.presentation {
  position: fixed;
  right: 88px;
  bottom: 34px;
  text-shadow: 1px 1px 1px #000;
}
/* menu */
nav.float-action-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 20px 0;
  z-index: 99;
}
nav.float-action-button a.buttons {
  box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 2.6em;
  padding: 10px 0 0 0;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  position: relative;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
nav.float-action-button a.buttons:active, nav.float-action-button a.buttons:focus, nav.float-action-button a.buttons:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  text-decoration: none;
}
nav.float-action-button a.buttons:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 20px auto 0;
  opacity: 0;
  font-size: 1.6em;
  padding-top: 9px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
nav.float-action-button a.buttons.main-button > i:first-child {
  position: relative;
  margin-top: 10px;
}
nav.float-action-button:hover a.buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 20px auto 0;
}
nav.float-action-button a.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
  background: url(../images/f-icon-rc.svg) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
}
nav.float-action-button a.buttons:nth-last-child(1) i.fa {
  transform: rotate3d(0, 0, 1, 0);
  transition: content 0.4s, transform 0.4s, opacity 0.4s;
}
nav.float-action-button a.buttons:nth-last-child(1):hover i.fa {
  transform: rotate3d(0, 0, 1, -180deg);
}
nav.float-action-button a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
  position: absolute;
  margin: 10px 0 0 -32px;
}
nav.float-action-button a.buttons:nth-last-child(1) i.fa:nth-last-child(2) {
  opacity: 0;
}
nav.float-action-button a.buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
  opacity: 0;
}
nav.float-action-button a.buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
  opacity: 1;
}
nav.float-action-button a.buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 20ms;
  background: url(../images/f-icon-call.svg) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  /* Facebook color */
}
nav.float-action-button a.buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 40ms;
  background: url(../images/f-icon-feedback.svg) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  /* Twitter color */
}
nav.float-action-button a.buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background: url(../images/f-icon-login.svg) no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  /* Google plus color */
}
.tooltip.left {
  margin-left: -10px;
}
.enquiry-popup .close-btn {
  position: absolute;
  right: 24px;
  top: 14px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #585858;
  z-index: 1;
  background: none;
  box-shadow: none;
  border: none;
}
.enquiry-popup .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, .2);
  outline: 0;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px 40px;
}
.enquiry-popup .effect-19 {
  background: #fff;
}
.contact-popup ul.con-number li {
  font-style: normal;
  padding: 0 0 0 0px;
  position: relative;
  margin: 0 0 32px 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: #555;
}
.contact-popup ul.con-number li a {
  font-style: normal;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  color: #555;
  padding: 0 0 0 77px;
}
.contact-popup ul.con-number li .icon1 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -302px -244px;
  left: 0;
  top: -10px;
  position: absolute;
}
.contact-popup ul.con-number li .icon2 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -362px -244px;
  left: 0;
  top: -9px;
  position: absolute;
}
.contact-popup ul.con-number li .icon3 {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -362px -244px;
  left: 0;
  top: -9px;
  position: absolute;
}
.contact-popup ul.con-number li .icon4 {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/sprite-img.png) no-repeat;
    background-position: -479px -247px;
    left: 0;
    top: 0px;
    position: absolute;
}
.contact-popup ul.con-number li .icon5 {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/sprite-img.png) no-repeat;
    background-position: -532px -247px;
    left: 0;
    top: 0px;
    position: absolute;
}
/*footer icon menu end*/
.m-50 {
  margin-top: 50px;
}
.m-30 {
  margin-top: 50px;
}
.m-20 {
  margin-top: 20px;
}
.d-none {
  display: block !important;
}
.services-area {
  display: block !important;
}
.service-drop {
  display: none !important;
}
.service-drop .faq-wrapper .accordion .accordion-item {
  box-shadow: 0px 0px 0px #ffeaea;
}
.service-drop .faq-wrapper .accordion .accordion-thumb {
  cursor: pointer;
  padding: 16px 10px 16px 10px;
  position: relative !important;
  margin: 0 0 0px 0;
  z-index: 1;
}
.service-drop .faq-wrapper .accordion .accordion-thumb h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 0;
  color: #2C3039;
}
.service-drop .faq-wrapper .accordion-panel h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 0;
  color: #2C3039;
}
.service-drop .faq-wrapper .accordion-panel {
  margin: 10px 0 0 0;
  display: none;
  padding: 14px;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
.service-drop .faq-wrapper .accordion-item .accordion-thumb::after {
  display: none;
}
.service-drop .accordion-item.ac-active .accordion-thumb h4 {
  color: #CA2A68 !important;
}
.service-drop .faq-wrapper .accordion .accordion-thumb::before {
  position: absolute !important;
  top: 0px;
  right: 15px;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  width: 30px;
  height: 31px;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: -304px -310px;
  content: '';
  z-index: 99;
}
.faq-wrapper .accordion-item.ac-active .accordion-thumb::before {
  background-position: -337px -310px;
}
.mtop {
  margin-top: -100px;
}
.logo-riya {
  margin: 55px 0 48px 0;
}
.partnerbox .subhead {
  margin: 20px 0 20px 0;
}
ul.banner-list {
  margin: 0;
  padding: 0;
}
ul.banner-list li {
  margin: 30px 0 0px 0;
  position: relative;
  padding: 0 0 10px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 42px;
  color: #555555;
}
ul.banner-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50px;
  background: #555555;
  left: 0;
  top: 18px;
  position: absolute;
}
ul.service-list {
  margin: 0;
  padding: 0;
}
ul.service-list li {
  margin: 20px 0 0px 0;
  position: relative;
  padding: 0 0 0px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
}
ul.service-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50px;
  background: #555555;
  left: 0;
  top: 16px;
  position: absolute;
}
ul.service-list li strong {
  color: #000;
}
.disti-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #555555;
  margin: 48px 0 0 0;
}
.w-80 {
  width: 80%;
  text-align: center;
}
.logo-slider {
   
  overflow: hidden;
  padding: 30px 20px;
}
.logo-slider img {
  margin: 20px;
  width: 270px;
  
}
.logo-slider .slick-dots{
  bottom:0px;
}
.logo-slider .slick-dots li{
  width: 10px;
  height: 10px;
 
}
.logo-slider .slick-dots li button{
  background-color: #f6c0c5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.logo-slider .slick-dots li.slick-active button{
  color: #DD3E4D;
  background-color: #DD3E4D;
}
.downtext {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #000000;
  margin: 20px 0 0 0;
  text-align: center;
}
.aboutbanner {
  display: block;
}
.aboutbanner-mobile {
  display: none;
}
.about-connect-logo {
  position: relative;
  margin: 30px 0 0 0;
}
.about-connect-logo img {
  max-width: 60%;
}
.otp-group {
  display: inline-block;
  margin: 0 auto 28px;
  text-align: center;
  width: 100%;
}
.otp-group .input-effect {
  width: 104px;
  height: 36px;
  padding: 0;
  margin: 0 0px 0 0;
  text-align: center;
  display: inline-block;
  position: relative;
  border: none;
}
.enquiry-form p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0 0 15px 0;
}
.enquiry-form p span {
  font-weight: 700;
}
/*scroll-down start*/
.scroll-down {
  bottom: 0;
  height: 80px;
  left: 32px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.scroll-down-text {
  color: #555555;
  transform: rotate(-90deg);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.scroll-down-bar {
  background: #CA2A68;
  bottom: 0;
  display: inline-block;
  height: 45px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
}
.scroll-down-bar::before {
  animation: scrollDown 1.5s infinite;
  background: #333;
  content: '';
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}
@-moz-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-o-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
/*scroll-down end*/
.subhead-small {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #555555;
  margin: 0px 0 0 0;
}
.testi-sub {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0px 0 0 0;
  width: 30%;
}
.about-subhead {
  font-size: 22px !important;
  line-height: 40px !important;
  text-align: justify;
}
.growth-head {
  font-size: 45px !important;
  line-height: 58px !important;
}
.growth-content .subhead {
  margin: 18px 0 0 0;
}
.growth-content .growth-subhead {
  line-height: 42px;
  font-size: 22px;
}
.second-phone {
  padding: 0 0 0 5px !important;
  cursor: pointer;
}
.text-caps {
  text-transform: capitalize;
}
.contact-popup ul.con-number li .icon4{top: -7px;}
.contact-popup ul.con-number li .icon5{top: -8px;}

/*Forgot Password*/
#forgotpopup .otp-resend {
    color: #de3d4d;
    margin: 0px 0 10px 0;
    display: block;
    font-size: 13px;
    text-decoration: underline;
    float: right;
    font-weight:600;
}
#modal-alert h2.iziModal-header-title {
    color: #FFF !important;
    -webkit-text-fill-color: inherit;
    font-size: 15px !important;
    line-height: 20px !important;
}

/* =======================
    Download Login CSS
========================= */

#loginform {background-size: cover !important;background: url(../images/homebanner-bg.png) no-repeat center center;min-height: 100vh;height: 100%;}
.download-form .loginpanel {padding: 100px 140px;}
.download-form .logindetails {width: 100%;background: rgba(255, 255, 255, 0.6);box-shadow: 12px 12px 24px #ffeaea;border-radius: 20px;border:2px solid #DD3E4D;padding:40px 15px;}
.download-form .form-control {display: block;width: 100%;padding: 10px 10px;font-style: normal;font-weight: 500;font-size: 16px;height: 45px;line-height: 1.5;position: relative;color: #7E7E7E;background-color: #fff;background-clip: padding-box;border: 1.2px solid #D2D2D2;border-radius: 8px !important;transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.download-form h2 {font-size:50px;}
.download-form .subhead {font-size: 20px;line-height: 30px;margin: 0;margin-bottom: 20px;}
.download-form .btn_color1, .download-form .btn_color2 {border-radius: 8px;padding: 10px 30px;color: #fff;border: 0px;font-style: normal;font-weight: 500;font-size: 18px;line-height: 27px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.download-form .btn_color1{background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);}
.download-form .btn_color2 {background: linear-gradient(90deg, #29323c 0%, #29323c 100%);}
.download-form .form-icon1 {top:5px;right:15px;}
.download-form .subhead.text-center {color:#000 !important;}

.download-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #7E7E7E;}
.download-form ::-moz-placeholder { /* Firefox 19+ */color: #7E7E7E;}
.download-form :-ms-input-placeholder { /* IE 10+ */color: #7E7E7E;}
.download-form :-moz-placeholder { /* Firefox 18- */color: #7E7E7E;}

.icon-anim , .bannerbox{
  position: relative;
  z-index: 2 !important;
}
.mainhome .bannerhead {
  margin-top: 60px;
  z-index: 2 !important;
  position: relative;
}
.banner-sec{
  margin: 0 auto;
  height:100%;
}

.button_container span {
    background-color: #DD3E4D;
}

.m-l47{
    margin-right: 20px;
    margin-left: 10px;
}

.mainhome .bannerhead{
    margin-top: 50px;
}
.mainhome .bannerhead h1{
    
    font-size:50px;
    line-height: 40px;
    
}
.mainhome .subhead{
      font-size: 26px;  
}

.mainhome .banner-form {
    margin: 13% 0 0 0px;
}
.mainhome .banner-inbox {
    padding: 80px 32px;
}

.mainhome .banner-inbox .input-effect {
    margin: 0 0 25px 0;
}

.mainhome .icon1 {
    top: 21px;
    position: absolute;
}
.mainhome .icon2 {
    position: absolute;
    top: 154px;
}
.mainhome .icon3 {
    position: absolute;
    top: 171px;
    left: 115px;
}
.mainhome .icon4 {
    position: absolute;
    top: 52px;
    left: 146px;
}
.mainhome .icon5 {
    position: absolute;
    top: 0;
    left: 271px;
}
.mainhome .icon6 {
    position: absolute;
    top: 122px;
    left: 300px;
}
.mainhome .icon7 {
    position: absolute;
    top: 274px;
    left: 290px;
}
.mainhome .icon8 {
    position: absolute;
    top: 40px;
    left: 440px;
}
.mainhome .icon9 {
    position: absolute;
    top: 189px;
    left: 460px;
}
.mainhome .icon10 {
    position: absolute;
    top: 0;
    left: 600px;
}

.banner-sec{
  padding: 10px 0;
    }

.home-rc-logo{
    width: 50%;
}
.connect-logo img {
    width: 70% !important;
}
.connect-logo {
    position: relative;
    margin: 0px 0 0 0 !important;
    vertical-align: text-bottom;
    display: inline-block;
}
.mainhome .subhead {
    margin: 0px 0 0 0;
}
.bannerhead{
  display: block;
}
.mainhome h2{
      line-height: 68px;
      display: inline-block;
      width:100%;
}
.banner-inbox h1 {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 60px;
  background: linear-gradient(92.05deg, #DD3E4D 29.12%, #CA2A68 99.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 20px;
}
.mainhome .banner-inbox {
  padding: 30px 32px 30px 32px !important
}
.mainhome .icon10 {
  position: absolute;
  top: 0;
  right: 130px;
  left: auto;
}
.icon11 {
  position: absolute;
  top: 200px;
  right: 150px;
  left: auto;
}
.mainhome .icon6 {
  position: absolute;
  top: 50px;
  right: 300px;
  left: auto;
}
.mainhome .icon7 {
  position: absolute;
  top: 215px;
  left: 290px;
}

.mainhome .icon3 {
  position: absolute;
  top: 232px;
  left: 102px;
}
.mainhome .icon4 {
  position: absolute;
  top: 125px;
  left: 181px;
}
.mainhome .icon1 {
  top: 20px;
  position: absolute;
  left: 50px;
}
.mainhome .icon12 {
  position: absolute;
  top: 263px;
  right: 334px;
  left: auto;
}
.homeicon{
    color: #DD3E4D !important;
    padding: 5px 10px !important;
    float: left;
    position: relative;
}

/* Easter animation Start */  

@keyframes wiggle {
  0% {transform: rotate(0);}
  20% {transform: rotate(-20deg);}
  40% {transform: rotate(20deg);}
  60% {transform: rotate(-20deg);}
  80% {transform: rotate(20deg);}
  85% {transform: rotate(-20deg);}
  90% {transform: rotate(20deg);}
  95% {transform: rotate(-20deg);}
  99% {transform: rotate(20deg);}
  100% {transform: rotate(0);}
}


@keyframes up {
  0% {transform: translateY(0) scale(0);opacity: 0;}
  100% {transform: translateY(-130px) scale(2);opacity: 1;}
}


  
.pupil {
  position: absolute;
  background-color: black;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 9px;
  left: 8px;
  animation: pupilAnimation 3s infinite;
}

@keyframes pupilAnimation {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
}


/* Error page 2 */
.section-404{
    padding: 6.4rem 0 !important;
  }
  .content-box-404 {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20% 0 10% 0;
  }
  .content-box-404 h2 {
    color: #EC4E4F;
  }
  .content-box-404 h2::after {
    background: none;
  }
  .content-box-404 h3 {
    color: #42495B;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px 0;
    font-weight: normal;
  }
  .content-box-404 p {
    margin: 20px 0 30px;
    font-size: 20px;
  }
  .homeicon{
    font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 0px;
  }
  
  
  
  /* ==========new css=============== */
  .connect-logo img {
    width: 80% !important;
  }
  .button_container{
    height: 27px;
  }
  .register-now a {
    margin-right: 20px;
  }
  .need-api{
    float: left;
  cursor: pointer;
  }
  .need-api a {
    padding: 9px 24px;
    height: 43px;
    /* background: linear-gradient(90deg, #DD3E4D 0%, #F2488C 100%); */
    background-color: transparent;
    border: 1px solid #DD3E4D;
    color: #DD3E4D;
    border-radius: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    align-items: center;
    text-transform: uppercase;
    
  }
  .homeicon{
    color: #DD3E4D !important;
    padding: 5px 22px !important;
    float: left;
    position: relative;
  
  }
  
  .m-l47{
    margin-right: 47px !important;
    margin-left: 10px;
  }
  /*Boost Your Business*/
#we-ca-section {
    background-size: cover !important;
    min-height: 100vh;
    background: url('../../../Content/RIYALOGIN/images/what-ca-bg.jpg') no-repeat center center;
    height: 100%;
    position: relative;
}
#we-ca-section:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 244, 248, 0.7) 4.09%, rgba(250, 242, 244, 0.7) 23.96%, rgba(250, 242, 244, 0.7) 68.73%, rgba(252, 252, 252, 0.8) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9;
}
.boost-box {
  position: relative;
  z-index: 99;
  border: 2px solid #CA2A68;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(-6px -6px 12px rgba(252, 252, 252, 0.5));
  border-radius: 4px;
  width: 50%;
  margin: 0 auto;
  background: #fff url("../../RIYALOGIN/images/ca-banner-bg.png") no-repeat right center;
  padding: 24px;
}
.boost-head {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  text-transform: uppercase;
  background: linear-gradient(92.05deg, #DD3E4D 29.12%, #CA2A68 99.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.boost-head span {
  font-size: 98px;
  display: block;
  line-height: 73px;
}
.boost-box p {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #555555;
  width: 50%;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
}
a.knowbtn {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #DD3E4D 0%, #CA2A68 100%);
  border: 1px solid #CA2A68;
  color: #fff;
  padding: 9px 24px;
  border-radius: 32px;
  display: inline-block;
  margin: 0px 0 0 0;
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
a.knowbtn:hover {
  border: 1px solid #CA2A68;
  background: #fff;
  color: #CA2A68;
}
/*Boost Your Business End*/

  /*FAQ Start*/
.faq {
  /* background: linear-gradient(180deg, #FFF4F8 0%, #FAF2F4 21.02%, #FAF2F4 58.6%, rgba(255, 255, 255, 0.95) 100%); */
  padding-bottom: 2px;
}
.faq h2{
  color: #DD3E4D;
  position: relative;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 13px 0;
}
.faq .card {
  box-shadow: 12px 12px 24px #FFEAEA;
  border-radius: 4px;
  margin: 0 0 5px 0;
  padding: 7px;
  border: 0.1px solid #fff;
}
.faq .card:last-child{
  margin: 0 0 0 0;
}
.faq .card:hover {
  box-shadow: -12px -12px 24px rgb(255 255 255 / 60%), 8px 4px 17px #f7b1cc;
 
}
.faq .card-header {
  width: 100%;
  display: block;
  background: #fff;
  padding: 0;
  border-bottom: 0 solid #ececec
}
.faq .card-body {
  padding: 5px 0;
  border-bottom: 1px solid #ececec
}
.faq .card-body p {
  color: #2C3039;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
}
.faq .btn-header-link {
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  padding: 0 0;
}
.faq .card-body:last-child {
  border: 0 !important
}
.faq .btn-header-link h4 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}
.faq .btn-header-link:after {
  content: "";
  background: url("../../RIYALOGIN/images/arrow-up.png")no-repeat 0 0;
  float: right;
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 15px;
  right: 15px;
  position: absolute;
}
.faq .btn-header-link.collapsed:after {
  content: "";
  background: url("../../RIYALOGIN/images/arrow-down.png")no-repeat 0 0
}
ul.faq-list {
  margin: 0 0 0 3px;
  padding: 0;
}
ul.faq-list li {
  margin: 1px 0 0 0;
  position: relative;
  padding: 0 0 0px 17px;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #2C3039;
}
ul.faq-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  left: 0;
  top: 4px;
  position: absolute;
  border-radius: 50%;
  background: #2C3039;
}
/*FAQ end*/

ul.social-list {
  margin: 5px 0 0 0;
  padding: 0;
}
ul.social-list li {
  margin: 3px 0 0px 0;
  position: relative;
  padding: 0 0 1px 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  line-height: 16px;
  color: #555555;
  display: inline-block;
  width: 40%;
}
ul.social-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50px;
  background: #555555;
  left: 0;
  top: 2px;
  position: absolute;
}
ul.social-list li strong {
  color: #000;
}
.social-sec h2{
   font-size: 17px !important;
   line-height: 30px !important;
   margin:0;
}
.social-sec h3 {
    color: #DD3E4D;
    position: relative;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 27px;
    text-transform: uppercase;
}

.social-sec h3:after {
    position: absolute;
    background: #DD3E4D;
    width: 32px;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
}
 
.social-sec p{
  margin-bottom: 5px;
  font-size: calc(1 * 12px);
  line-height: 16px;
}

.check_box {
  margin: 20px 0px 0 0px;
} 

/*Carousel Gallery*/
.carousel-gallery {
  margin: 0 auto;
  padding: 0 ;
  max-width: 100%;
  text-align:center; 
}

.carousel-gallery .swiper-slide a {
  display: block;
  width: auto;
  height: auto;  
  overflow: hidden;
  position: relative; 
}
 
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: center;
  margin-top: 10px;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d63031;
  transform: scale(1.1, 1.1);
}

 @media only screen and (max-width:1440px){
  .carousel-gallery {
    width: 1200px;
  }
 }
 @media only screen and (max-width:1024px){
  .carousel-gallery {
    width: 980px;
  }
 }
 @media only screen and (max-width:768px){
  .carousel-gallery {
    width: 700px;
  }
 }

 .icon-anim {display:none;}
 /*.banner_img img {opacity:0.8;}*/
 .captcha-code.mb-10{margin-bottom:10px;}

/*otpModal*/
#otpModal .enquiry-form .col-md-12:nth-child(3) .otpverify {padding:0;margin: 0 0 10px !important;}
#otpModal .enquiry-form .col-md-12:nth-child(3) .otpverify p.message{ background: #f8d7d7;border: 1px solid #dfa0a0;color: #d9182b;}

/*Riya New Login by Kalai - 24/01/25*/
header {
    z-index: 999 !important;
    display: flex;
    justify-content: space-between;
}

#home-section1 {
    background: url(../images/main-page-bg1.png) repeat-x;
    background-size: contain !important;
    display: block;
    background-position: left bottom;
}

#home-section1 .fp-tableCell {
    display:inherit;
}

.banner-sec {
    text-align: center;
}

.banner-form {
    max-width: 500px !important;
    width: 100%;
    margin: 0 auto 3% !important;
}

header .overlay nav {
    width: 100%;
}

.banner-inbox h1 span {
    display: inline;
    color: #000;
    font-weight: 500;
    background: #000;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-logo {
    width: 50%;
    vertical-align: middle;
}

.centermenu {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 22px !important;
}

a.centermenu:hover {
    color: #DD3E4D !important;
}

.pl-10 {
    padding-left: 9%;
}

.banner-shadow {
    background: url(../images/inner-shadow.png) no-repeat;
    background-position: center;
    background-size: 100% 100% !important;
    display: block;
}

.animated-icons {
    position: absolute;
    animation: moveIcons 70s linear infinite;
    width: 300%; /* Twice the width to accommodate both icon sets */
    display: flex;
    top: 86px;
}

.animated-icons1 {
    position: absolute;
    animation: moveIcons1 30s linear infinite;
    width: 200%; /* Twice the width to accommodate both icon sets */
    display: flex;
}

.icons-set {
    width: 50%; /* Half of the container to fit in the animation */
}

@keyframes moveIcons {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes moveIcons1 {
    from {
        left: -100%; /* Start off-screen */
    }

    to {
        left: 100%; /* End off-screen */
    }
}

.banner-inbox {
    background-color: #fff !important;
    padding: 30px 32px 30px 32px !important;
}