


body{
  display: block; 
}

p {
  color: var(--color-texts);
}


/*Preloader css*/
div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#loading img {
  z-index: 9999;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff !important;
}

.preloader img {
  width: 200px;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}


.site-menu-main i { 
  top: -5px;
  position: relative;
}
@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}



@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: .4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-menu-main .mobile-partner{
  display: none !important;
}
@media (max-width:768px) 
{
  .site-menu-main .mobile-partner {
    display: block !important;
    margin: 30px 10px;
}
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}
.brand-logo img {
    width: 75px;
    height: auto;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .sub-menu.megamenu {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
  .brand-logo img {
    width: 50px;
    height: auto;
}
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
  .brand-logo img {
    width: 75px;
    height: auto;
}
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }
  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }
  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }
  
  .top-contact-menu-wraper .header-btn {
    order: 4;
  }
  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1D263A;
    border-radius: 0px 0px 0px 5px;
  }
  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  color: #1D263A;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 35px !important;
    padding-bottom: 33px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 0px;
  transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  color: var(--color-headings);
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: .4s;
  }
}

.site-menu-main .sub-menu--item:hover > a {
  color: #1787FC;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(1px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #1787FC !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 15px 15px;
    border-top: 3px solid #1787FC;
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.site-menu-main i {
  filter: grayscale(1);
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #000;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span {
    background-color: #fff !important;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #fff !important;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main > li > a i {
    /* position: absolute;
    height: 20px;
    width: 20px;
    top: 14px;
    right: 10px;
    text-align: center;
    line-height: 50px;  */ 
    float: right; 
  }



  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }


}
@media (max-width:768px)  {
  .site-menu-main > li > a i { 
    transform: none;
  }
  
}


/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-right: 6px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i, ul.site-menu-main .nav-item:hover a.active i, ul.site-menu-main .nav-item  a.active i {
  transform: scale(1.1);
  filter: none;
}



li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.reveal-header {
  background: #fff !important;
}

.reveal-header .nav-link-item {
  color: #1D263A !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.sticky-menu-bg.reveal-header {
  background: #1D263A !important;
}

.sticky-menu-bg.reveal-header .nav-link-item {
  color: #fff !important;
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.landing-2-menu.reveal-header .sign-in-btn {
  color: #1D263A !important;
}

.landing-5-menu.reveal-header .l5-header-btn .btn {
  color: #1D263A !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn {
  color: #1D263A !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn:hover {
  color: #fff !important;
}

.mega-menu-image {
  padding-right: 30px;
}

.mega-menu-image img {
  border-radius: 5px;
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
}

.btn:hover {
  color: #fff !important;
}

.btn:focus {
  box-shadow: 0;
}

.btn.focus {
  box-shadow: 0;
}

.btn.btn-medium {
  min-width: 160px;
  height: 48px;
  line-height: 36px;
}

.btn.btn--lg {
  min-width: 181px;
  height: 61px;
}

.btn.btn-xl {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
}

.btn.btn--xxl {
  min-width: 194px;
  height: 60px;
  border-radius: 5px;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn--reset {
  background: transparent;
  border: 0;
}

.btn--link {
  color: #1787FC;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 88px;
  letter-spacing: 1.63px;
  line-height: normal;
  height: 22px;
  padding: 0;
  border-radius: 0;
  border-bottom: 2px solid #1787FC;
  padding: 0px 0px 15px 0px !important;
  margin-top: 40px;
}

.btn--link:hover {
  color: #1787FC !important;
}

.landing-1-menu .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #FF7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .landing-1-menu .header-btn-l1 .btn {
    margin-right: 0px;
  }
}

.l4-header-btn .btn {
  text-transform: uppercase;
  background: #FFCD28;
  min-width: 165px;
  height: 60px;
  border-radius: 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 4px;
  color: #1D263A;
}

.l5-header-btn .btn {
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
  color: #1D263A;
}

.l6-header-btn .btn {
  min-width: 131px;
  height: 40px;
  border: 1px solid rgba(29, 36, 58, 0.4);
  border-radius: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #1D263A;
}

.l7-header-btn .btn {
  background: #1787FC;
  min-width: 131px;
  height: 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .l7-header-btn .btn {
    margin-right: 0px;
  }
}

.l8-header-btn .btn {
  background: #20BFA9;
  min-width: 210px;
  height: 50px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .l8-header-btn .btn {
    margin-right: 0px;
  }
}

.l9-header-btn .btn {
  background: #2D947A;
  min-width: 256px;
  height: 60px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .l9-header-btn .btn {
    border-radius: 0px 0px 5px 0px;
  }
}

.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked ~ .checkbox {
  background: #1787FC !important;
  border-color: #1787FC;
}

.check-input-control input:checked ~ .checkbox::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
  background: #9ea1ab;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox-2 {
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background: #fff;
}

/*Checkout page radio button*/
.gr-radio-input input:checked ~ label .round-indicator {
  border: 1px solid #473bf0;
  background: #fff;
}

.gr-radio-input input:checked ~ label .round-indicator:after {
  opacity: 1;
}

.gr-radio-input input:checked ~ label .round-indicator {
  border: 1px solid #1787FC;
  background: #fff;
}

.gr-radio-input input:checked ~ label .round-indicator:after {
  opacity: 1;
}

.round-indicator {
  position: relative;
  display: inline-block;
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 500px;
}

.round-indicator:after {
  content: "";
  background-color: #473bf0;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

/*Checkout page radio button*/
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none !important;
}

/*Section heading style-1*/
.section__heading h2 {
  color: #213053;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 44px;
  margin-bottom: 25px;
}
.section__heading h2 span {
  display: block;
  color: #50ae56;
}

@media (min-width: 480px) {
  .section__heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section__heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.section__heading p {
  opacity: 0.7;
  color: #213053;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}

/*Section heading style-2*/
.section__heading-2 h2 {
  color: #1D263A;
  font-size: 34px !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .section__heading-2 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section__heading-2 h2 {
    font-size: 48px;
    line-height: 55px;
  }
}

@media (min-width: 992px) {
  .section__heading-2 h2 {
    font-size: 40px !important;
    line-height: 66px;
  }
}

.section__heading-2 p {
  opacity: 0.8;
  color: #1D263A;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 0;
}

/*Section heading style-3*/
.section__heading-3 h2 {
  color: #1D263A;
  font-size: 34px !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .section__heading-3 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section__heading-3 h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.section__heading-3 p {
  opacity: 0.7;
  color: #1D263A;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 0;
}

/*Section heading style-4*/
.section-heading-4 h2 {
  font-family: Karla;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -3px;
  line-height: 44px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-4 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-4 h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

.section-heading-4 p {
  font-family: Karla;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-5*/
.section-heading-5 h2 {
  font-family: Gothic A1;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 44px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-5 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-5 h2 {
    font-size: 48px;
    line-height: 64px;
  }
}

.section-heading-5 p {
  font-family: Karla;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-6*/
.section-heading-6 h2 {
  font-family: Work Sans;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.53px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .section-heading-6 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-6 h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-heading-6 p {
  font-family: Karla;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-7*/
.section-heading-7 h2 {
  font-family: Karla;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  line-height: 38px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-7 h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 768px) {
  .section-heading-7 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 992px) {
  .section-heading-7 h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.section-heading-7 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666666;
  margin-bottom: 0;
}

/*Section heading style-8*/
.section-heading-8 h2 {
  font-family: Rubik;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 46px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-8 h2 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .section-heading-8 h2 {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 62px;
  }
}

@media (min-width: 992px) {
  .section-heading-8 h2 {
    letter-spacing: -5px;
    font-size: 60px;
    line-height: 74px;
  }
}

.section-heading-8 p {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666666;
  margin-bottom: 0;
}

/*Section heading style-9*/
.section-heading-9 h2 {
  font-family: Karla;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 40px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-9 h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .section-heading-9 h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-heading-9 p {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #E4E4E4;
  margin-bottom: 0;
}

/*Section heading style-10*/
.section-heading-10 h2 {
  font-family: Inter;
  color: #213053;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.345px;
  line-height: 44px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-10 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-10 h2 {
    font-size: 46px;
    line-height: 56px;
  }
}

.section-heading-10 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*Section heading style-11*/
.section-heading-11 h2 {
  font-family: Inter;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-11 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.section-heading-11 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*Section heading style-12*/
.section-heading-12 h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #5029DE;
  margin-bottom: 15px;
}

.section-heading-12 h2 {
  font-family: Inter;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-12 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.section-heading-12 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #535659;
  margin-bottom: 0;
}

/*Section heading style-13*/
.section-heading-13 h2 {
  font-family: Nunito;
  color: #2F4B6E;
  font-weight: 800;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-13 h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

.section-heading-13 p {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #2F4B6E;
  margin-bottom: 0;
}

/*Section heading style-14*/
.section-heading-14 h2 {
  color: #1D263A;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.section-heading-14 h2 span{color: #50ae56;}

@media (min-width: 480px) {
  .section-heading-14 h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  .section-heading-14 h2 {
    font-size: 50px;
    line-height: 66px;
  }
}



.section-heading-14 p {
  font-size: 25px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
  margin-bottom: 0;
}
  

.get-free-demo-btn {
  background: #FF7139;
  height: 70px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  margin-top: 30px;
}

.contact-area-l-image-group .image-1 {
  position: absolute;
  top: 15%;
  left: 0%;
}

.contact-area-l-image-group .image-2 {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(-50%, -50%);
}

.contact-area-l-image-group .image-3 {
  position: absolute;
  bottom: 10%;
  right: 0%;
}

.contact-area-l-image-group .image-4 {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

@media (min-width: 992px) {
  .section-heading-14 p {
    font-size: 20px; 
    line-height: 28px;
  }
  .contact-area-l-image-group .image-3 {
    right: 20%;
  }
  .contact-area-l-image-group .image-4 {
    bottom: 0%;
    left: 5%;
  }
}

@media (min-width: 300px) {
  .section-heading-14 p {
    font-size: 17px; 
    line-height: 24px;
  }
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Footer Area-L3
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
        .footer-area-l7 {
          
          padding-top: 53px;
          padding-bottom: 50px;
          background-color: #f2f2f2;
        }
        
        @media (min-width: 768px) {
          .footer-area-l7 {
            padding-top: 10px;
            padding-bottom: 10px;
          }
        }
        
        @media (min-width: 992px) {
          .footer-area-l7 {
            padding-top: 100px;
            padding-bottom: 100px; 
          }
        }
        
        @media (min-width: 1366px) {
          .footer-area-l7 {
            border-top: 1px solid #ccc; 
          }
        }
        
        .cta-area-l7 .cta-l7-content h2 {
          font-weight: 600;
          font-size: 34px;
          line-height: 44px;
          letter-spacing: -1px;
          color: #1D263A;
        }
        
        @media (min-width: 768px) {
          .cta-area-l7 .cta-l7-content h2 {
            font-size: 38px;
            line-height: 48px;
          }
        }
        
        @media (min-width: 992px) {
          .cta-area-l7 .cta-l7-content h2 {
            font-size: 48px;
            line-height: 58px;
          }
        }
        
        .cta-area-l7 .cta-l7-content p {
          font-size: 15px;
          line-height: 28px;
          color: #1D263A;
          opacity: 0.7;
        }
        
        .cta-border-l7 {
          border-bottom: 1px solid rgba(181, 181, 181, 0.13);
          margin: 60px 0px 60px 0px;
        }
        
        @media (min-width: 768px) {
          .cta-border-l7 {
            margin: 50px 0px 80px 0px;
          }
        }
        
        @media (min-width: 992px) {
          .cta-border-l7 {
            margin: 70px 0px 130px 0px;
          }
        }
        
        .cta-l7-btn {
          margin-top: 20%;
        }
        
        @media (min-width: 768px) {
          .cta-l7-btn {
            margin-top: 20%;
          }
        }
        
        .cta-l7-btn .btn {
          background: #20BFA9;
          border-radius: 3px;
          min-width: 263px;
          height: 55px;
          font-weight: 600;
          font-size: 17px;
          line-height: 30px;
          color: #FFFFFF;
        }
        
        .footer-l7-area-items {
          margin-bottom: -30px;
        }
        
        .footer-l7-area-items .col-xl-4 {
          margin-bottom: 30px;
        }
        
        .footer-l7-area-items .col-xl-2 {
          margin-bottom: 30px;
        }
        
        @media (max-width: 768px) {
            .footer-l7-area-items > div {
              margin: 30px 0 10px 0;
              border-bottom: 1px solid #ccc;
              padding: 10px 10px 30px;
              display: block;
          }
        }

        .footer-l7-area-items .footer-content-l7 img {
          margin-bottom: 20px;
        }
        
        .footer-l7-area-items .footer-content-l7 p {
          font-size: 15px;
          line-height: 20px;
          color: #1D263A;
          opacity: 0.8;
        }

        .footer-area-l7 p {
          font-size: 14px;
          color: #888;
          margin-bottom: 10px;
      }
        
        .footer-l7-area-items h3 {
          font-weight: 600;
          font-size: 18px;
          line-height: 26px;
          color: #00bc51; 
          margin-bottom: 10px;
        }

        .footer-l7-area-items ul li {
          padding-bottom: 10px; 
        } 
        .footer-l7-area-items ul {
          margin-bottom: -20px;
        }
 
        
        .footer-l7-area-items ul li a { 
          font-size: 15px;
          line-height: 30px;
          color: #1D263A;
        }
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
 subscribe Area-1-L1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.subscribe-newsletter {
  padding: 22px 30px 10px 30px;
  border-radius: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .subscribe-newsletter {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .subscribe-newsletter {
    margin-bottom: 0;
  }
}

.subscribe-newsletter h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #213053;
  margin-bottom: 18px;
}

.subscribe-newsletter .form-control {
  font-size: 15px;
  font-weight: 400;
  color: #213053;
  font-style: normal;
  line-height: 28px;
  border: 0;
  height: 60px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0px 18px 0px 18px;
}

@media (min-width: 576px) {
  .subscribe-newsletter .form-control {
    padding: 0px 150px 0px 18px;
  }
}

.subscribe-newsletter .form-control::-moz-placeholder {
  color: #213053;
  opacity: 0.8;
}

.subscribe-newsletter .form-control:-ms-input-placeholder {
  color: #213053;
  opacity: 0.8;
}

.subscribe-newsletter .form-control::placeholder {
  color: #213053;
  opacity: 0.8;
}

.subscribe-newsletter .btn {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  width: 104px;
  height: 50px;
  border-radius: 15px;
  background-color: #FF7139;
  margin-left: 0px;
  margin-top: 9px;
}

@media (min-width: 576px) {
  .subscribe-newsletter .btn {
    height: 43px;
    margin-left: -140px;
  }
}

.subscribe-newsletter p {
  font-size: 15px;
  line-height: 28px;
  color: #213053;
  opacity: 0.7;
  margin-top: 12px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Hero Area-L2
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.hero-area-l2 {
  padding-top: 95px;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  .hero-area-l2 {
    padding-top: 125px;
  }
}

@media (min-width: 768px) {
  .hero-area-l2 {
    padding-top: 145px;
    padding-bottom: 66px;
  }
}

@media (min-width: 992px) {
  .hero-area-l2 {
    padding-bottom: 0;
  }
}

.hero-area-l2 .content {
  padding-top: 45px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .hero-area-l2 .content {
    padding-top: 0;
  }
}

.hero-area-l2 .content h2 {
  color: #213053;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .hero-area-l2 .content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .hero-area-l2 .content h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (min-width: 992px) {
  .hero-area-l2 .content h2 {
    font-size: 70px;
    line-height: 76px;
  }
}

@media (min-width: 1200px) {
  .hero-area-l2 .content h2 {
    font-size: 80px;
    line-height: 86px;
  }
}

.hero-area-l2 .content p {
  opacity: 0.7;
  color: #213053;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .hero-area-l2 .content p {
    padding-right: 110px;
  }
}

.header-btn-l2 .sign-in-btn {
  font-weight: 600;
  font-size: 17px;
  color: #1D263A;
  min-width: initial;
  padding: 0;
  margin-right: 40px;
}

.header-btn-l2 .register-btn {
  font-weight: 600;
  border-radius: 10px;
  font-size: 17px;
  background: #213053;
  color: #fff;
  min-width: 130px;
  height: 60px;
}

.hero-image-group-l2 {
  position: relative;
}

@media (min-width: 992px) {
  .hero-image-group-l2 {
    margin-left: -80px;
  }
}

.hero-image-group-l2 .image-1 img {
  width: 100%;
}

@media (min-width: 1200px) {
  .hero-image-group-l2 .image-1 img {
    width: 110%;
  }
}

.hero-image-group-l2 .image-2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-image-group-l2 .image-2 img {
  width: 300px;
}

@media (min-width: 768px) {
  .hero-image-group-l2 .image-2 img {
    width: 586px;
  }
}

.popular-search-area h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  opacity: 1;
  color: #1D263A;
  padding-top: 32px;
}

.popular-search-area h6 span {
  opacity: 0.7;
  color: #213053;
}

.location-search-area {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .location-search-area {
    margin-top: 55px;
  }
}

.location-search-area label {
  color: #1D263A;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.location-search-area__search-form {
  width: 100%;
  box-shadow: 0px 44px 64px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: #fff;
  padding: 20px 15px 20px 15px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .location-search-area__search-form {
    padding: 15px 15px 15px 20px;
    border-radius: 15px;
    width: 100%;
    height: 90px;
  }
}

@media (min-width: 992px) {
  .location-search-area__search-form {
    width: 746px;
  }
}

.location-search-area__search-form .form-control {
  padding-left: 0;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.5;
}

.location-search-area__dropdown {
  width: 100%;
  display: inline-block;
}

@media (min-width: 576px) {
  .location-search-area__dropdown {
    width: 235px;
  }
}

.location-search-area__dropdown .nice-select {
  padding-left: 0;
  height: 25px;
}

.location-search-area__dropdown .nice-select .list {
  width: 200px;
}

.location-search-area__dropdown .nice-select:after {
  border-bottom: 2px solid #FF7139;
  border-right: 2px solid #FF7139;
  height: 7px;
  margin-top: -4px;
  right: 12px;
  top: 70%;
  width: 7px;
}

.location-search-area__dropdown .current {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.5;
}

.location-search-area__dropdown ul li {
  color: #213053;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.location-search-area__search-btn {
  position: relative;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .location-search-area__search-btn {
    margin-top: -4px;
  }
}

.location-search-area__search-btn .btn {
  min-width: 100%;
  height: 50px;
  box-shadow: 21px 15px 23px rgba(65, 111, 244, 0.11);
  border-radius: 10px;
  background-color: #0A043C;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

@media (min-width: 768px) {
  .location-search-area__search-btn .btn {
    min-width: 160px;
    height: 60px;
  }
}

.location-search-area .location-type input {
  min-width: 100%;
}

@media (min-width: 576px) {
  .location-search-area .location-type input {
    margin-top: 0;
    min-width: 260px;
  }
}

@media (min-width: 992px) {
  .location-search-area .location-type input {
    min-width: 315px;
  }
}

.location-search-area .location-type__input {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .location-search-area .location-type__input {
    margin-top: 0;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Brand Area-L2
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.brand-area-l1 {
  padding: 60px 0px;
}

@media (min-width: 768px) {
  .brand-area-l1 {
    padding: 80px 0px;
  }
}

@media (min-width: 992px) {
  .brand-area-l1 {
    padding: 90px 0px;
  }
}

.brand-area-l1 .brand-logos {
  margin: 0px -30px -30px -30px;
}

.brand-area-l1 .brand-logos .single-brand {
  margin: 0px 30px 30px 30px;
}

.brand-bottom-border {
  border-bottom: 1px solid #DFDFDF;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Features Area-L2
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.feature-area-l2 {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .feature-area-l2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-area-l2 {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}

.feature-l2-items {
  padding-top: 25px;
  margin-bottom: -25px;
}

@media (min-width: 768px) {
  .feature-l2-items {
    padding-top: 35px;
  }
}

@media (min-width: 992px) {
  .feature-l2-items {
    padding-top: 45px;
  }
}

.feature-l2-items .col-xl-3 {
  margin-bottom: 25px;
}

.feature-box-l2 {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 30px 15px 7px 25px;
  transition: all 0.4s ease-in-out;
}

.feature-box-l2:hover {
  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.1);
}

.feature-box-l2 .color-box {
  height: 24px;
  width: 24px;
}

.feature-box-l2 .content-box {
  margin-left: 25px;
}

.feature-box-l2 .content-box h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #213053;
  margin-top: -6px;
}

.feature-box-l2 .content-box p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.7;
}


.landing-16-menu .site-menu-main .nav-link-item {
  font-family: Karla;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 600;
  font-style: normal; 
}
.landing-16-menu .site-menu-main .nav-link-item img {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -5px;   
    vertical-align: bottom;
    display: inherit;
    
}
.landing-16-menu .site-menu-main .nav-link-item.active { 
  color: #4eac55;
   
}


.landing-16-menu .site-menu-main .nav-link-item i {
  color: #1f1f1f;
}

.landing-16-menu .site-menu-main .sub-menu--item {
  font-family: Karla;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
}

.landing-16-menu.reveal-header .sign-in-btn {
  color: #666666 !important;
}

.hero-area-l-16 { 
    background-image: url(../img/ground.jpg);
    background-repeat: no-repeat;
    background-position: center center;
     background-size: cover;
  padding-top: 45px;
  padding-bottom: 0px;
  z-index: 9;
}



@media (min-width: 480px) {
  .hero-area-l-16 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .hero-area-l-16 {
    padding-top: 78px;
    padding-bottom: 0px;
    z-index:99;
  }
}

@media (min-width: 992px) {
  .hero-area-l-16 {
    padding-top: 160px; 
  }
}

@media (min-width: 1200px) {
  .hero-area-l-16 {
    padding-top: 160px;
    padding-bottom: 0px;
  }
}

.hero-area-l-16 .content {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
@media (min-width: 768px) {
    .hero-area-l-16 .content { 
        padding-bottom: 75px;
      }
  }

@media (min-width: 992px) {
  .hero-area-l-16 .content {
    padding-right: 5px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .hero-area-l-16 .content {
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .hero-area-l-16 .content {
    padding-right: 82px;
  }
}

@media (max-width: 991px) {
    .back2 {
      display: none;  
    }
    .landing-16-menu .site-menu-main .nav-link-item img { 
      top: 10px;
      bottom: auto;
      vertical-align: unset; 
      display: inline;
  }
  }

.hero-area-l-16 .content h6 {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2.8125px;
  text-transform: uppercase;
  color: #666666;
}

.hero-area-l-16 .content h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #000;
  margin: 27px 0px 20px 0px;
}
.hero-area-l-16 .content h1 span{ color: #50ae56;}

@media (min-width: 576px) {
  .hero-area-l-16 .content h1 {
    font-size: 40px;
    line-height: 52px; 
  }
}

@media (min-width: 768px) {
  .hero-area-l-16 .content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

 

.hero-area-l-16 .content p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  color: #000000;
  margin: 30px 0px 38px 0px;
}

.hero-area-l-16 .content .hero-btns {
  margin: 0px -7px -15px -7px;
  text-align: center;
}

.hero-btns img, .newsletter-btns img  {
  height: 55px;
}
 
.pay img, .store img {
    width: 200px;

}

@media (min-width: 480px) {
  .hero-area-l-16 .content .hero-btns {
    text-align: left;
  }
}

.hero-area-l-16 .content .hero-btns a {
  margin: 0px 7px 15px 7px;
}
@media (min-width: 767px) {
  .hero-area-l-16 .content .hero-btns a {
    margin: 0px 7px 35px 7px;
  }
}
.hero-area-l-16 .content .hero-btns i {
  margin-right: 15px;
  font-size: x-large;
}

.hero-area-l-16 .content .hero-btns .btn {
  background: #2780FF;
  border-radius: 5px;
  min-width: 238px;
  height: 60px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.hero-area-l-16 .star-ratings {
  margin-top: 20px;
}

.hero-area-l-16 .star-ratings .star-dif-color {
  color: #E5E5E5;
}

.hero-area-l-16 .star-ratings i {
  color: #FA8231;
}

.hero-area-l-16 .star-ratings .rating-text {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.32381px;
  color: #535659;
  margin-left: 15px;
}

@media (min-width: 480px) {
  .hero-area-l-16 .star-ratings .rating-text {
    font-size: 17px;
  }
}

.hero-area-l-16 .hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 7%;
}

.hero-area-l-16 .hero-img {
  margin-top: 45px;
  z-index: 3;
  position: relative;
  margin-left: -5%;
}
.hero-area-l-16 .hero-img img {
    position: absolute;
    top: 0;
    left: 0%;
}
.hero-area-l-16 .hero-img img:first-child {
  position: relative;
}

 
 

@media (min-width: 768px) {

  .hero-area-l-16 .hero-img {
    margin-top: 0;
    margin-left: -25%; 
  }
 
}
 
@media (min-width: 992px) {
  .hero-area-l-16 .hero-img {
    margin-top: 0;
    margin-left: -15%;  
  }
}

.hero-area-l-16 .hero-img .hero-shape-2 {
  position: absolute;
  top: 0;
  left: -45px;
  z-index: -1;
  width: 87%;
}

@media (min-width: 1200px) {
  .hero-area-l-16 .hero-img .hero-shape-2 {
    width: initial;
  }
}

.header-btn-l-16 .download-btn {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
  min-width: 152px;
  height: 40px;
  background: #50ae56;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Feature Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.feature-area-l6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8fffa;
}

@media (min-width: 768px) {
  .feature-area-l6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-area-l6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.feature-area-l6 .feature-area-l6-items {
  margin-bottom: -30px;
  margin-top: 50px;
}

.feature-area-l6 .feature-area-l6-items .col-lg-4 {
  margin-bottom: 30px;
}
 
 .content-area {
    padding: 10%;
}

.feature-area-l6 .content-area h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.15; 
}

.feature-area-l6 .content-area h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 25px;
}

.feature-area-l6 .content-area p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 0;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Brand Area-L-14

        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
        .brand-area-l-14 {
          padding-top: 60px;
          padding-bottom: 50px;
        }
        
        @media (min-width: 768px) {
          .brand-area-l-14 {
            padding-top: 80px;
            padding-bottom: 70px;
          }
        }
        
        @media (min-width: 992px) {
          .brand-area-l-14 {
            padding-top: 100px; 
          }
        }
        
        .brand-area-l-14 h4 {
          font-family: Rubik;
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 28px;
          text-align: center;
          color: #333333;
          padding-bottom: 35px;
        }
        
        .brand-area-l-14-items {
          margin: 0px -20px -45px -20px;
          padding-top: 5%;
        }
        
        .brand-area-l-14-items .single-brand {
          margin: 0px 20px 45px 20px;
        }
        
        .brand-aarea-border-l14 {
          border-top: 0px solid #E4E4E4;
          margin: 60px 0px 0px 0px;
        }
        
        @media (min-width: 768px) {
          .brand-aarea-border-l14 {
            margin: 80px 0px 0px 0px;
          }
        }
        
        @media (min-width: 992px) {
          .brand-aarea-border-l14 {
            margin: 100px 0px 0px 0px;
          }
        }
        

        .img-grayscale {
          filter: grayscale(100%);
      }
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Content Area 1-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
 
.content-area-1-l-16 .content {
  padding-top: 45px;
}
.hd-bg {
  position: absolute;
  top: -20px;
  z-index: 2;
  right: 0;

}
.hd-bg img {
  width: 95%;
}
p.sp-txt {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
}
.back1 {
    position: absolute;
    top: 10%;
    z-index: 1;
}
.back2 {
    position: absolute;
    bottom: 0%;
    right:-15%;
    z-index: 1;
}


@media (min-width: 992px) {
  .content-area-1-l-16 .content {
    padding-top: 0px;
    z-index: 2;
    position: relative;
  }
}

.content-area-1-l-16 .content span {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  background: #FA8231;
  border-radius: 15px;
  padding: 8px 20px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}

.content-area-1-l-16 .content span i {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .content-area-1-l-16 .image-area {
    margin-bottom: -155px;
  }
}

.content-area-1-l-16 .image-area img {
  border-radius: 55px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Content Area 2-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-area-2-l-16 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .content-area-2-l-16 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .content-area-2-l-16 {
    padding-top: 130px;
  }
}

.content-area-2-l-16 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-area-2-l-16 .content {
    padding-top: 0px;
  }
}

.content-area-2-l-16 .content h2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .content-area-2-l-16 .content h2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .content-area-2-l-16 .content h2 {
    margin-bottom: 70px;
  }
}

.content-area-2-l-16 .content .single-item {
  margin-bottom: 40px;
}

.content-area-2-l-16 .content .single-item i {
  margin-right: 25px;
  color: #fff;
  background: #2780FF;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: x-large;
}

.content-area-2-l-16 .content .content-body {
  margin-top: -8px;
}

.content-area-2-l-16 .content .content-body h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}

.content-area-2-l-16 .content .content-body p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #323232;
}

@media (min-width: 992px) {
  .content-area-2-l-16 .image-area {
    margin-bottom: -155px;
  }
}

.content-area-2-l-16 .image-area img {
  border-radius: 55px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      ScreenShot Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.screenshot-area-l-16 {
  background: #222D3D;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .screenshot-area-l-16 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .screenshot-area-l-16 {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.screenshot-area-l-16 .section-heading-10 h2 {
  color: #fff;
}

.screenshot-area-l-16 .section-heading-10 p {
  color: #DBE4F1;
}

.screenshot-slider-wrapper-l-16 {
  position: relative;
  margin-top: 20px;
}

.screenshot-slider-wrapper-l-16 .screenshot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  min-height: 720px !important;
  max-height: 720px !important;
}

@media (min-width: 690px) {
  .screenshot-slider-wrapper-l-16 .screenshot-image {
    width: 274px;
    min-height: 720px !important;
    max-height: 720px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 690px) {
  .screenshot-slider-wrapper-l-16 .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.screenshot-slider-wrapper-l-16 .phone-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
}

@media (min-width: 690px) {
  .screenshot-slider-wrapper-l-16 .phone-bg-img {
    display: block;
    transform: translate(-50%, -50%);
  }
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-list {
  margin: 0 -23.5px;
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-slide {
  opacity: .5;
  transition: 0.4s;
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-center {
  opacity: 1;
  border-radius: 40px;
  max-height: 720px !important;
  transform: scale(1.1);
  min-height: 690px;
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-center img {
  border-radius: 40px;
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn {
  position: absolute;
  right: 31%;
  top: 49%;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  transition: .4s;
  z-index: 1;
}

@media (min-width: 576px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn {
    left: 12%;
  }
}

@media (min-width: 768px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn {
    left: 12%;
  }
}

@media (min-width: 992px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn {
    left: 23%;
  }
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn.active {
  background: #2780FF;
  color: #fff !important;
  border: 1px solid #2780FF;
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn:hover {
  background: #2780FF;
  color: #fff !important;
  border: 1px solid #2780FF;
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
  left: 31%;
}

@media (min-width: 576px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
    left: auto;
    right: 12%;
  }
}

@media (min-width: 768px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
    left: auto;
    right: 12%;
  }
}

@media (min-width: 992px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
    left: auto;
    right: 23%;
  }
}

.screenshots-dots-l-16 ul.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}

.screenshots-dots-l-16 ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 6px;
  height: 6px;
  font-size: 0;
  background: #fff;
  margin: 0 7px;
}

.screenshots-dots-l-16 ul.slick-dots li button {
  display: none;
}

.screenshots-dots-l-16 .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.screenshots-dots-l-16 .slick-dots li {
  border: none;
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  opacity: 0.3;
}

.screenshots-dots-l-16 .slick-dots li:focus {
  outline: none;
  box-shadow: none;
}

.screenshots-dots-l-16 .slick-dots li.slick-active {
  background-color: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Testimonial Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.testimonial-area-l-16 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .testimonial-area-l-16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .testimonial-area-l-16 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.testimonial-area-l-16 .section-heading-10 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .testimonial-area-l-16 .section-heading-10 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .testimonial-area-l-16 .section-heading-10 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .testimonial-area-l-16 .testimonial-card {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .testimonial-area-l-16 .testimonial-card {
    padding-right: 70px;
  }
}

@media (min-width: 1600px) {
  .testimonial-area-l-16 .testimonial-card {
    padding-right: 142px;
  }
}

.testimonial-area-l-16 .testimonial-card img {
  margin-bottom: 40px;
}

.testimonial-area-l-16 .testimonial-card p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

.testimonial-area-l-16 .testimonial-card .user-identity {
  margin-top: 15px;
}

.testimonial-area-l-16 .testimonial-card .user-identity h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.testimonial-area-l-16 .testimonial-card .user-identity span {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.testimonial-slider-l-16 .slick-arrow {
  display: none !important;
}
.img-effect2{    border: 5px solid #fff;
    box-shadow: 0px 0px 17px 0px rgb(249 247 205 / 75%);
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Newsletter Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.newsletter-area-l-16 {  
  height: 100%;
  width: 100%; 
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fffdf6;
}

@media (min-width: 768px) {
  .newsletter-area-l-16 {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .newsletter-area-l-16 {
    padding-top: 110px;
    padding-bottom: 105px;
  }
}

.newsletter-area-l-16 .newsletter-area-shape {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.newsletter-area-l-16 .content .icon-box i {
  height: 84px;
  width: 84px;
  line-height: 84px;
  text-align: center;
  background-color: #20BFA9;
  border-radius: 50%; 
  font-size: xxx-large;
  margin-bottom: 28px;
}

.newsletter-area-l-16 .content h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.345px;
  color: #000000;
  margin-bottom: 40px;
}

.newsletter-area-l-16 .content p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #878B90;
  margin-bottom: 0;
  margin-top: 35px;
}

.newsletter-area-l-16 .newsletter-btns {
  margin: 0px -7px -15px -7px;
}

.newsletter-area-l-16 .newsletter-btns a {
  margin: 0px 7px 15px 7px;
}


.newsletter-area-l-16 .newsletter-btns i {
  margin-right: 15px;
  font-size: x-large;
}

.newsletter-area-l-16 .newsletter-btns .btn {
  background: #2780FF;
  border-radius: 5px;
  min-width: 238px;
  height: 60px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .newsletter-area-l-16 .newsletter-btns a {
    margin: 0px 7px 15px 7px;
    display: block;
  }
  .newsletter-area-l-16 .content h2{font-size: 40px; margin-top: 20px;}
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Footer Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer-area-l-16 {
  padding-top: 55px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;

}

@media (min-width: 768px) {
  .footer-area-l-16 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .footer-area-l-16 {
    padding-top: 95px;
    padding-bottom: 30px;
  }
}

.footer-area-l-16 .brand-logo {
  margin-bottom: 30px;
}


@media (min-width: 992px) {
  .footer-area-l-16 .brand-logo {
    margin-bottom: 0;
    margin-right: 35px;
  }
}

@media (min-width: 1600px) {
  .footer-area-l-16 .content-body {
    padding-right: 60px;
  }
}

.footer-area-l-16 .content-body p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.footer-area-l-16 .footer-single-item {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .footer-area-l-16 .footer-single-item {
    padding-top: 0;
  }
}

.footer-area-l-16 .footer-single-item h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.footer-area-l-16 .footer-single-item p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.footer-area-l-16 .copyright-area {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .footer-area-l-16 .copyright-area {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .footer-area-l-16 .copyright-area {
    margin-top: 80px;
  }
}

.footer-area-l-16 .copyright-area p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.footer-area-l-16 .copyright-area .social-icons ul {
  margin: 0px -10px 0px -10px;
}

.footer-area-l-16 .copyright-area .social-icons ul li {
  margin: 0px 10px 0px 10px;
}

.footer-area-l-16 .copyright-area .social-icons ul li i {
  font-size: 22px;
  color: #000000;
}

footer p a {
  color: #000000;
  text-decoration: underline;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Sign In Page 01
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-menu-1 {
  background: #fff;
}

.sign-in-menu-1 .site-menu-main .nav-link-item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}

.sign-in-menu-1 .site-menu-main .nav-link-item i {
  color: #213053;
}

.sign-in-menu-1 .site-menu-main .sub-menu--item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}

.sign-in-menu-1.reveal-header .log-in-btn {
  color: #666666 !important;
}

.sign-in-header-btn-1 .log-in-btn {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
  min-width: 87px;
  height: 40px;
  border: 1px solid #1F1F1F;
  border-radius: 3px;
}

.sign-in-header-btn-1 .download-trail-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  background: #1787FC;
  border-radius: 30px;
  min-width: 131px;
  height: 40px;
  margin-left: 15px;
  padding-top: 18px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign In 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-1 {
  background: url(../image/sign-in/sign-in-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-in-1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-in-1 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-in-1 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-in-1-box .heading {
  margin-bottom: 40px;
}

.sign-in-1-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-in-1-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-in-1-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-in-1-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-in-1-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-in-1-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-in-1-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-1-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-1-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-1-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-in-1-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-in-1-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-in-1-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign Up 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-up-1 {
  background: url(../image/sign-in/sign-in-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-up-1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-up-1 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-up-1 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-up-1-box .heading {
  margin-bottom: 40px;
}

.sign-up-1-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-up-1-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-up-1-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-up-1-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-up-1-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-up-1-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-up-1-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-1-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-1-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-1-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-up-1-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-up-1-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-up-1-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Reset Password 01
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.reset-password-1 {
  background: url(../image/sign-in/sign-in-bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .reset-password-1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .reset-password-1 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .reset-password-1 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.reset-password-1-box .heading {
  margin-bottom: 40px;
}

.reset-password-1-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .reset-password-1-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.reset-password-1-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.reset-password-1-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.reset-password-1-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.reset-password-1-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.reset-password-1-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-password-1-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-password-1-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-password-1-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 10px 0px 35px 0px;
}

.reset-password-1-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.reset-password-1-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign up 02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-up-2 {
  background: url(../image/sign-in/sign-up-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-up-2 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-up-2 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-up-2 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-up-2-box .heading {
  margin-bottom: 40px;
}

.sign-up-2-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-up-2-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-up-2-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-up-2-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-up-2-box form .form-control {
  background: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #EAECED;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 0px;
  margin-bottom: 18px;
}

.sign-up-2-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-2-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-2-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-2-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-up-2-box form .keep-sign-area .check-input-control input:checked ~ .checkbox {
  background: #1D263A !important;
  border-color: #1D263A;
}

.sign-up-2-box form .sign-in-log-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  height: 45px;
  margin: 20px 0px 35px 0px;
}

.sign-up-2-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-up-2-box form .create-new-acc-text p a {
  color: #FF794D;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign In 02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-2 {
  background: url(../image/sign-in/sign-in-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-in-2 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-in-2 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-in-2 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-in-2-box .heading {
  margin-bottom: 40px;
}

.sign-in-2-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-in-2-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-in-2-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-in-2-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-in-2-box form .form-control {
  background: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #EAECED;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 0px;
  margin-bottom: 18px;
}

.sign-in-2-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-2-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-2-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-2-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-in-2-box form .keep-sign-area .check-input-control input:checked ~ .checkbox {
  background: #1D263A !important;
  border-color: #1D263A;
}

.sign-in-2-box form .sign-in-log-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  height: 45px;
  margin: 20px 0px 35px 0px;
}

.sign-in-2-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-in-2-box form .create-new-acc-text p a {
  color: #FF794D;
}

.sign-in-2-box .reset-now-text p {
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 0;
}

.sign-in-2-box .reset-now-text p a {
  color: #FFFFFF;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
       Reset Password 02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.reset-pass-2 {
  background: url(../image/sign-in/reset-pass-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .reset-pass-2 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .reset-pass-2 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .reset-pass-2 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.reset-pass-2-box .heading {
  margin-bottom: 40px;
}

.reset-pass-2-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .reset-pass-2-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.reset-pass-2-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.reset-pass-2-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.reset-pass-2-box form .form-control {
  background: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #EAECED;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 0px;
  margin-bottom: 18px;
}

.reset-pass-2-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-2-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-2-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-2-box form .sign-in-log-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  height: 45px;
  margin: 10px 0px 25px 0px;
}

.reset-pass-2-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.reset-pass-2-box form .create-new-acc-text p a {
  color: #FF794D;
}

.reset-pass-2-box .reset-now-text p {
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 0;
}

.reset-pass-2-box .reset-now-text p a {
  color: #FFFFFF;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign Up 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-up-3 {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .sign-up-3 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-up-3 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-up-3 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-up-3 .inner-page-left-bg img {
  width: 100%;
}

@media (min-width: 992px) {
  .sign-up-3 .inner-page-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
  }
  .sign-up-3 .inner-page-left-bg img {
    width: 100%;
    height: 1240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .sign-up-3 .inner-page-left-bg {
    width: 46%;
  }
}

.sign-up-3-box .heading {
  margin-bottom: 40px;
}

.sign-up-3-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-up-3-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-up-3-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.sign-up-3-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-up-3-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-up-3-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-3-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-3-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-3-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-up-3-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-up-3-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.sign-up-3-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign In 03
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-3 {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .sign-in-3 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-in-3 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-in-3 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-in-3 .inner-page-left-bg img {
  width: 100%;
}

@media (min-width: 992px) {
  .sign-in-3 .inner-page-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
  }
  .sign-in-3 .inner-page-left-bg img {
    width: 100%;
    height: 945px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .sign-in-3 .inner-page-left-bg {
    width: 46%;
  }
}

.sign-in-3-box .heading {
  margin-bottom: 40px;
}

.sign-in-3-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-in-3-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-in-3-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.sign-in-3-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-in-3-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-in-3-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-3-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-3-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-3-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-in-3-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-in-3-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.sign-in-3-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
       Reset Password 03
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.reset-pass-3 {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .reset-pass-3 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .reset-pass-3 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .reset-pass-3 {
    padding-top: 320px;
    padding-bottom: 220px;
  }
}

.reset-pass-3 .inner-page-left-bg img {
  width: 100%;
}

@media (min-width: 992px) {
  .reset-pass-3 .inner-page-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
  }
  .reset-pass-3 .inner-page-left-bg img {
    width: 100%;
    height: 945px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .reset-pass-3 .inner-page-left-bg {
    width: 46%;
  }
}

.reset-pass-3-box .heading {
  margin-bottom: 40px;
}

.reset-pass-3-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .reset-pass-3-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.reset-pass-3-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.reset-pass-3-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.reset-pass-3-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.reset-pass-3-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-3-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-3-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-3-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 10px 0px 25px 0px;
}

.reset-pass-3-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.reset-pass-3-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      404 Page
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.error-page {
  padding-top: 108px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .error-page {
    padding-top: 125px;
  }
}

@media (min-width: 576px) {
  .error-page {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .error-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .error-page {
    padding-top: 245px;
    padding-bottom: 175px;
  }
}

.error-page-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-top: 30px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .error-page-content h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.error-page-content p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.back-to-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  min-width: 213px;
  height: 45px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
  margin-top: 25px;
}

.back-to-btn .btn:hover {
  color: #fff !important;
}

.back-to-btn a {
  text-decoration: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Footer Area SIgn In 01
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer-sign-in-1 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-sign-in-1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .footer-sign-in-1 {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}

.footer-sign-in-1 .footer-border-top {
  margin: 40px 0px 60px 0px;
  border-top: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
  .footer-sign-in-1 .footer-border-top {
    margin: 60px 0px 80px 0px;
  }
}

@media (min-width: 992px) {
  .footer-sign-in-1 .footer-border-top {
    margin: 103px 0px 120px 0px;
  }
}

.footer-sign-in-1 .content {
  margin: 35px 0px 33px 0px;
}

.footer-sign-in-1 .content p {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #666666;
}

.footer-sign-in-1 .footer-widget p {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: #666666;
  margin-bottom: 35px;
}

.footer-sign-in-1 .footer-widget ul li a {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: -0.4px;
  color: #1F1F1F;
}

.footer-sign-in-1 .social-icons {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .footer-sign-in-1 .social-icons {
    margin-bottom: 0;
  }
}

.footer-sign-in-1 .social-icons ul {
  margin: 0px -9px 0px -9px;
}

.footer-sign-in-1 .social-icons ul li {
  margin: 0px 9px 0px 9px;
}

.footer-sign-in-1 .social-icons ul li i {
  font-size: 16px;
  color: #1f1f1f !important;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Testimonial 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-testimonial-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-testimonial-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-testimonial-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-testimonial-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Testimonial 02
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-testimonial-main-area {
  background: #F9FAFB;
  padding-bottom: 120px;
}

.inner-testimonial-main-area .inner-testimonial-card-1-items {
  margin-bottom: -25px;
}

.inner-testimonial-main-area .inner-testimonial-card-1-items .col-xl-4 {
  margin-bottom: 25px;
}

.inner-testimonial-main-area .inner-testimonial-card-1 {
  background: #fff;
  border: 1px solid rgba(223, 223, 223, 0.7);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 30px 25px 30px 25px;
}

@media (min-width: 480px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 .content {
    min-height: 250px;
  }
}

@media (min-width: 992px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 .content {
    min-height: 170px;
  }
}

.inner-testimonial-main-area .inner-testimonial-card-1 .content p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity {
  background: rgba(214, 227, 235, 0.3);
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 40px;
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-image img {
  margin: auto;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-image img {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-details h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-details p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.7;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Service 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-service-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-service-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-service-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-service-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Service 02
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-service-01 {
  padding-top: 28px;
}

@media (min-width: 768px) {
  .inner-service-01 {
    padding-top: 48px;
  }
}

@media (min-width: 992px) {
  .inner-service-01 {
    padding-top: 78px;
  }
}

.inner-service-newsletter-01 {
  background: #F9FAFB;
}

.inner-service-newsletter-01 .newsletter-form-l5 .btn {
  background: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details content Area 1
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-1-content-1 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .service-details-1-content-1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-1-content-1 {
    padding-bottom: 130px;
  }
}

.service-details-1-content-1 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .service-details-1-content-1 .content {
    padding-top: 0;
  }
}

.service-details-1-content-1 .content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 20px;
}

.service-details-1-content-1 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details Process Area
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-process-area {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .service-details-process-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-process-area {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.service-details-process-area .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #1D263A;
}

@media (min-width: 768px) {
  .service-details-process-area .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.service-details-process-items {
  position: relative;
  margin-top: 40px;
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .service-details-process-items {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .service-details-process-items {
    margin-top: 90px;
  }
  .service-details-process-items:after {
    position: absolute;
    content: "";
    border-top: 3px dashed rgba(23, 98, 252, 0.2);
    width: 75%;
    top: 25px;
    left: 40px;
    z-index: -1;
  }
}

.service-details-process-items .col-lg-3 {
  margin-bottom: 30px;
}

.service-details-process-items .number-box span {
  filter: drop-shadow(0px 4px 25px rgba(23, 135, 252, 0.5));
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #1787FC;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.service-details-process-items .content-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 20px;
}

.service-details-process-items .content-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(2, 11, 18, 0.7);
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details content Area 2
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-1-content-2 {
  background: #F9FAFB;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .service-details-1-content-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-1-content-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.service-details-1-content-2 .content-area-2 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .service-details-1-content-2 .content-area-2 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-1-content-2 .content-area-2 {
    padding-top: 115px;
  }
}

.service-details-1-content-2 .content {
  margin-bottom: -55px;
  padding-top: 45px;
}

@media (min-width: 992px) {
  .service-details-1-content-2 .content {
    padding-top: 0;
  }
}

.service-details-1-content-2 .content .card-item {
  margin-bottom: 55px;
}

.service-details-1-content-2 .content .card-item .icon-box {
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1.5px solid #1787FC;
  width: 36px;
  height: 36px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  display: inline-table;
}

@media (min-width: 480px) {
  .service-details-1-content-2 .content .card-item .icon-box {
    margin-bottom: 0;
  }
}

.service-details-1-content-2 .content .card-item .content-box h6 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 20px;
  margin-top: -5px;
}

.service-details-1-content-2 .content .card-item .content-box p {
  font-size: 17px;
  line-height: 30px;
  color: #262729;
  opacity: 0.7;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details Cta Area
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-1-cta-area {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .service-details-1-cta-area {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .service-details-1-cta-area {
    padding-top: 90px;
  }
}

.service-details-1-cta-area .content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .service-details-1-cta-area .content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.service-details-1-cta-area .content p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.7;
  margin-bottom: 0;
}

.service-details-1-cta-area .cta-req-btn {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .service-details-1-cta-area .cta-req-btn {
    margin-top: 0;
  }
}

.service-details-1-cta-area .cta-req-btn .btn {
  min-width: 263px;
  height: 55px;
  background: #20BFA9;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}

.service-details-1-cta-area .cta-border {
  border-top: 1px solid rgba(29, 36, 58, 0.13);
  margin: 70px 0px 0px 0px;
}

@media (min-width: 768px) {
  .service-details-1-cta-area .cta-border {
    margin: 90px 0px 0px 0px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Blog Category
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.blog-category-area {
  background: #F9FAFB;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .blog-category-area {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .blog-category-area {
    padding-bottom: 25px;
  }
}

.blog-category-area .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .blog-category-area .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.blog-category-area .read-article-btn .btn {
  min-width: 195px;
  height: 55px;
  border: 1.5px solid #2D947A;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #2D947A;
}

.blog-category-area .read-article-btn .btn:hover {
  color: #2D947A !important;
}

.blog-category-items {
  padding-bottom: 20px;
  padding-top: 45px;
}

.blog-category-items .col-lg-4 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-category-items {
    padding-bottom: 40px;
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .blog-category-items {
    padding-bottom: 65px;
    padding-top: 45px;
  }
}

.blog-category-items .blog-card .blog-content h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FF794D;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-category-items .blog-card .blog-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Blog Regular
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.blog-regular-area {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .blog-regular-area {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .blog-regular-area {
    padding-bottom: 130px;
  }
}

.blog-regular-items {
  padding-bottom: 20px;
}

.blog-regular-items .col-lg-4 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-regular-items {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .blog-regular-items {
    padding-bottom: 65px;
  }
}

.blog-regular-items .blog-card .blog-content h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FF794D;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-regular-items .blog-card .blog-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
}

.blog-reg-pagination-area ul {
  margin: 0px -5px;
}

.blog-reg-pagination-area ul li {
  margin: 0px 5px;
  font-size: 21px;
  color: #1D263A;
  cursor: pointer;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #FFFFFF;
  border: 1px solid #EAE9F2;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}

.blog-reg-pagination-area ul li:hover {
  color: #fff;
  background: #1787FC;
}

.blog-reg-pagination-area ul li:hover a {
  color: #fff;
}

.blog-reg-pagination-area ul li a {
  color: #1D263A;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Blog Details
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-blog-details-banner {
  background: url(../image/blog/blog-details-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 55px;
}

@media (min-width: 480px) {
  .inner-blog-details-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-blog-details-banner {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .inner-blog-details-banner {
    padding-top: 250px;
    padding-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .inner-blog-details-banner {
    padding-top: 405px;
  }
}

.blog-details-content h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #FFFFFF;
}

@media (min-width: 480px) {
  .blog-details-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.blog-details-content .blog-details-banner-item {
  margin-top: 30px;
}

.blog-details-content .blog-details-banner-item ul {
  margin: 0px -15px -20px -15px;
}

.blog-details-content .blog-details-banner-item ul li {
  margin: 0px 15px 20px 15px;
}

.blog-details-content .blog-details-banner-item ul li i {
  font-size: 18px;
  color: #1787FC;
  margin-right: 12px;
}

.blog-details-content .blog-details-banner-item ul li span {
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
  display: inline-block;
}

.blog-details-content-area {
  background: #F9FAFB;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .blog-details-content-area {
    padding-top: 80px;
  }
}

.blog-details-content-area .content h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-top: 43px;
  margin-bottom: 20px;
}

.blog-details-content-area .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.blog-details-content-area .content .advance-text-area .content {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .blog-details-content-area .content .advance-text-area .content {
    margin-left: 30px;
    margin-bottom: 0;
  }
}

.blog-details-content-area .content .advance-text-area img {
  height: 225px;
  width: 225px;
  -o-object-fit: fill;
     object-fit: fill;
}

.blog-details-content-area .content .quote-area-blog-details {
  background: linear-gradient(270.32deg, #047AF5 0.34%, rgba(23, 135, 252, 0.6) 99.79%);
  border-radius: 0px 25px 25px 25px;
  margin: 32px 0px 30px 0px;
  padding: 35px 40px 10px 70px;
}

.blog-details-content-area .content .quote-area-blog-details p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
}

.blog-details-content-area .content .quote-area-blog-details .quote {
  position: absolute;
  left: 40px;
  top: 20px;
}

.blog-details-content-area .content .key-summary-area ul {
  margin-top: 32px;
  margin-bottom: -18px;
}

.blog-details-content-area .content .key-summary-area ul li {
  margin-bottom: 18px;
}

.blog-details-content-area .content .key-summary-area ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  display: inline-block;
  margin-top: -8px;
}

.blog-details-content-area .content .key-summary-area ul li i {
  font-size: 8px;
  color: #1787FC;
  margin-right: 12px;
}

.blog-details-content-area .content .tagged-area {
  margin-top: 60px;
}

.blog-details-content-area .content .tagged-area h4 {
  margin-right: 30px;
}

.blog-details-content-area .content .tagged-area .tag-item ul {
  margin: 0px -6px -12px- 6px;
}

.blog-details-content-area .content .tagged-area .tag-item ul li {
  margin: 0px 6px 12px 6px;
  border: 1px solid rgba(29, 38, 58, 0.13);
  padding: 10px 30px;
}

.blog-details-content-area .content .tagged-area .tag-item ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
}

.blog-details-content-area .content .tagged-area-bottom-border {
  border-top: 1px solid rgba(29, 58, 36, 0.13);
  margin-top: 90px;
  margin-bottom: 35px;
}

.blog-details-right-sidebar h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 20px;
}

.blog-details-right-sidebar h5 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1D263A;
}

.blog-details-right-sidebar p a {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
}

.blog-details-right-sidebar .recent-post-item {
  margin-bottom: -16px;
}

.blog-details-right-sidebar .recent-post-item .post-content {
  border-bottom: 1px solid rgba(29, 38, 58, 0.1);
  margin-bottom: 16px;
}

.blog-details-right-sidebar .recent-post-item .post-content:last-child {
  border-bottom: 0;
}

.blog-details-right-sidebar .categories-item ul {
  margin: 0px 0px -35px 0px;
}

.blog-details-right-sidebar .categories-item ul li {
  border-bottom: 1px solid rgba(29, 38, 58, 0.1);
  margin: 0px 0px 17px 0px;
  padding-bottom: 17px;
}

.blog-details-right-sidebar .categories-item ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #1D263A;
}

.blog-details-right-sidebar .categories-item ul li:last-child {
  border-bottom: 0;
}

.blog-details-right-sidebar .blog-archive {
  position: relative;
  z-index: 1;
}

.blog-details-right-sidebar .blog-archive .nice-select {
  border: 1px solid rgba(29, 38, 58, 0.1);
  font-size: 17px;
  line-height: 30px;
  color: rgba(29, 38, 58, 0.8);
  float: inherit;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.blog-details-right-sidebar .blog-archive .nice-select .list {
  width: 100%;
}

.blog-details-right-sidebar .blog-archive .nice-select.nice-select:after {
  margin-top: -8px;
  border-bottom: 2px solid #1D263A;
  border-right: 2px solid #1D263A;
  content: '';
  height: 10px;
  right: 20px;
  width: 10px;
}

.blog-details-right-sidebar .blog-tag-cloud .tag-cloud-item ul {
  margin: 0px -6px -12px -6px;
}

.blog-details-right-sidebar .blog-tag-cloud .tag-cloud-item ul li {
  margin: 0px 6px 12px 6px;
  border: 1px solid rgba(29, 38, 58, 0.13);
  padding: 10px 30px;
}

.blog-details-right-sidebar .blog-tag-cloud .tag-cloud-item ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
}

.blog-details-right-sidebar .search-form-area .form-control {
  height: 60px;
  border-radius: 5px;
  border: 1px solid rgba(29, 38, 58, 0.1);
  background-color: #fff;
  color: #1D263A;
  opacity: 0.7;
  font-size: 15px;
  line-height: normal;
  padding-left: 50px;
}

.blog-details-right-sidebar .search-form-area .form-control::-moz-placeholder {
  color: #1D263A;
  opacity: 0.7;
}

.blog-details-right-sidebar .search-form-area .form-control:-ms-input-placeholder {
  color: #1D263A;
  opacity: 0.7;
}

.blog-details-right-sidebar .search-form-area .form-control::placeholder {
  color: #1D263A;
  opacity: 0.7;
}

.blog-details-right-sidebar .search-form-area button[type=submit] {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border: 0;
}

.blog-details-right-sidebar .sidebar-bg {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 35px 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0px 4px 56px rgba(22, 22, 22, 0.05));
}

.blog-previous-next-link-area .col-md-6 {
  margin-bottom: 30px;
}

.blog-previous-next-link-area .project-link-area .icon-box i {
  background: #1787FC;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 65px;
  width: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-right: 25px;
}

.blog-previous-next-link-area .project-link-area .content-box span {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 3px;
}

.blog-previous-next-link-area .project-link-area .content-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.blog-previous-next-link-area .project-link-area.project-link-area-next i {
  margin-left: 25px;
  margin-right: 0;
}

.comments-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F9FAFB;
}

@media (min-width: 768px) {
  .comments-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .comments-area {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.comments-area .comments-area-top-border {
  border-top: 1px solid rgba(181, 181, 181, 0.2);
}

.comments-area h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 45px;
}

.comments-area .comment-form {
  padding-top: 55px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .comments-area .comment-form {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .comments-area .comment-form {
    padding-top: 105px;
    padding-bottom: 60px;
  }
}

.comments-area .comment-form .form-card-area {
  margin-bottom: 30px;
}

.comments-area .comment-form .form-card-area .user-image {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .comments-area .comment-form .form-card-area .user-image {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.comments-area .comment-form .form-card-area .user-image img {
  width: 90px;
  height: 90px;
  -o-object-fit: fill;
     object-fit: fill;
}

.comments-area .comment-form .form-card-area .user-review-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(10, 4, 60, 0.02);
  border-radius: 0px 25px 25px 25px;
  padding: 30px 35px 25px 35px;
}

.comments-area .comment-form .form-card-area .user-review-content h5 a {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
}

.comments-area .comment-form .form-card-area .user-review-content h6 small {
  font-size: 15px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.comments-area .comment-form .form-card-area .user-review-content h6 span {
  color: #1D263A;
  opacity: 0.8;
  display: inline-block;
  margin: 0px 4px;
}

.comments-area .comment-form .form-card-area .user-review-content p {
  font-size: 18px;
  line-height: 32px;
  color: #1D263A;
  margin-top: 15px;
}

.comments-area .comment-form .form-card-area .user-review-content .reply-btn .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #1D263A;
  padding: 0;
  min-width: inherit;
}

.comments-area .comment-form .form-card-area .user-review-content .reply-btn .btn i {
  margin-right: 10px;
}

.comments-area .comment-form .form-card-area .user-review-content .reply-btn .btn:hover {
  color: #1D263A !important;
}

@media (min-width: 992px) {
  .comments-area .comment-form .form-card-area--reply {
    padding-left: 120px;
  }
}

.blog-details-contact-form-area h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 45px;
}

.blog-details-contact-form-area .blog-details-contact-form {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
}

@media (min-width: 576px) {
  .blog-details-contact-form-area .blog-details-contact-form {
    padding: 30px 45px 40px 45px;
  }
}

.blog-details-contact-form-area .blog-details-contact-form .form-group {
  margin-bottom: 30px;
}

.blog-details-contact-form-area .blog-details-contact-form label {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 5px;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control {
  background: #E1ECF0;
  border-radius: 10px;
  height: 50px;
  font-size: 15px;
  line-height: 28px;
  color: #717986;
  border: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control::-moz-placeholder {
  color: #717986;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control:-ms-input-placeholder {
  color: #717986;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control::placeholder {
  color: #717986;
}

.blog-details-contact-form-area .blog-details-contact-form textarea {
  background: #E1ECF0;
  border-radius: 10px;
  height: 100px !important;
}

@media (min-width: 768px) {
  .blog-details-contact-form-area .blog-details-contact-form textarea {
    height: 180px !important;
  }
}

.blog-details-contact-form-area .blog-details-contact-form .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Pricing-01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-pricing-area-1 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .inner-pricing-area-1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-pricing-area-1 {
    padding-bottom: 120px;
  }
}

.inner-pricing-area-1-items {
  margin-bottom: -30px;
}

.inner-pricing-area-1-items .col-xl-4 {
  margin-bottom: 30px;
}

.inner-pricing-area-1-items .price-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px 35px 40px 35px;
}

.inner-pricing-area-1-items .price-card .price-top-area {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-pricing-area-1-items .price-card .price-top-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 5px;
}

.inner-pricing-area-1-items .price-card .price-top-area span {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  color: #1D263A;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card .price-item-list {
  padding-top: 40px;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 15px;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li i {
  color: #1D263A;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li.del {
  color: #7F828A;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li.del i {
  color: #7F828A;
}

.inner-pricing-area-1-items .price-card .price-area-btn .btn {
  width: 100%;
  height: 56px;
  background: #1787FC;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-top: 27px;
}

.inner-pricing-area-1-items .price-card.professional-price-card {
  background: #1787FC;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-top-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-top-area h4 {
  color: #fff;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-top-area span {
  color: #fff;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list {
  padding-top: 40px;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li {
  color: #fff;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li i {
  color: #fff;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li.del {
  color: #fff;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li.del i {
  color: #fff;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-area-btn .btn {
  background: #fff;
  color: #1787FC;
}

.feature-area-price-1 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .feature-area-price-1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-area-price-1 {
    padding-bottom: 130px;
  }
}

.feature-area-price-1-items {
  margin-bottom: -55px;
}

.feature-area-price-1-items .col-lg-4 {
  margin-bottom: 55px;
}

.feature-card-price-1 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background: rgba(214, 227, 235, 0.4);
  display: inline-table;
}

.feature-card-price-1 .icon img {
  width: 32px;
  height: 32px;
}

.feature-card-price-1 .icon.icon-2 {
  background: rgba(250, 229, 218, 0.4);
}

.feature-card-price-1 .icon.icon-3 {
  background: #EBF5FF;
}

.feature-card-price-1 .content {
  margin-left: 35px;
}

.feature-card-price-1 .content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 15px;
}

.feature-card-price-1 .content p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Pricing 02
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-price-table-2 {
  background: #F9FAFB;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .inner-price-table-2 {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .inner-price-table-2 {
    padding-bottom: 120px;
  }
}

.inner-price-table-2 .section__heading h2 {
  margin-bottom: 30px;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #1787FC;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 24px);
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger] {
  background: #1787FC;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger] span {
  left: calc(100% - 52%);
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger].active:before {
  color: #1D263A !important;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger].active:after {
  color: #fff !important;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.inner-price-table-2 .btn-toggle-2[data-pricing-trigger].active:before {
  color: #fff !important;
}

.inner-price-table-2 .btn-toggle-2[data-pricing-trigger].active:after {
  color: #1D263A !important;
}

.inner-price-table-2 .dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.inner-price-table-2 .static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.inner-price-table-2 .btn-toggle {
  width: 48px;
  height: 24px;
  border-radius: 17px;
  background-color: #f8f8f8 !important;
  position: relative;
  margin: 0 15px;
}

.inner-price-table-2 .btn-toggle span {
  width: 16px;
  height: 16px;
  background-color: #1787FC;
  position: absolute;
  left: 5px;
  top: 4px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}

.inner-price-table-2 .btn-toggle-8 {
  width: 265px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff !important;
  position: relative;
  margin: 0 15px;
  z-index: 1;
}

.inner-price-table-2 .btn-toggle-8:before {
  position: absolute;
  content: "PER MONTHLY" !important;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  height: 34px;
  background: transparent;
  left: 6px;
  top: 4px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

.inner-price-table-2 .btn-toggle-8:after {
  position: absolute;
  content: "PER YEARLY" !important;
  width: 50%;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #1D263A;
  height: 34px;
  background: transparent;
  right: 4px;
  top: 4px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.inner-price-table-2 .btn-toggle-8 .round {
  width: 50%;
  height: 34px;
  top: 3px;
  left: 4px;
  background: #FF794D;
  display: block;
  z-index: -1;
}

.inner-price-table-2 .btn-toggle-8 span {
  display: none;
}

.inner-price-table-2 .btn-toggle[data-value-active="yearly"] {
  background-color: #1787FC !important;
}

.inner-price-table-2 .btn-toggle[data-value-active="yearly"] span {
  left: calc(100% - 25px) !important;
}

.inner-price-table-2 .btn-toggle-square {
  height: 65px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 5px;
  align-items: center;
}

.inner-price-table-2 .btn-toggle-square.bg-whisper-3:hover, .inner-price-table-2 .btn-toggle-square.bg-whisper-3:focus {
  background: #fff !important;
}

.inner-price-table-2 .btn-toggle-square span {
  min-width: 160px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.inner-price-table-2 .btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}

.inner-price-table-2 .btn-toggle-square span:nth-child(2) {
  border-radius: 0px 10px 10px 0;
}

.inner-price-table-2 .btn-toggle-square span.active {
  color: #fff;
  background: #1787FC;
}

.inner-price-table-2 .popular-pricing:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background: #f46f7c;
  border-radius: 6px;
}

.inner-price-table-2 .popular-pricing.popular-pricing-2:before {
  height: 3px;
  top: -3px;
  background: red;
}

.inner-price-table-2 .priceing_area_four .sec_title {
  margin-bottom: 50px;
}

.inner-price-table-2 .price_info_two .price_head {
  display: table;
  width: 100%;
}

.inner-price-table-2 .price_info_two .price_head .p_head {
  width: calc(100%/5);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 31px 0;
}

.inner-price-table-2 .price_info_two .price_head .p_head h5 {
  color: #1D263A;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

@media (min-width: 576px) {
  .inner-price-table-2 .price_info_two .price_head .p_head h5 {
    font-size: 16px;
  }
}

.inner-price-table-2 .price_info_two .price_head .p_head p {
  color: #1D263A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

.inner-price-table-2 .price_info_two .price_head .p_head h2 {
  color: #1D263A;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1.12px;
  line-height: normal;
  margin-top: 27px;
}

@media (min-width: 576px) {
  .inner-price-table-2 .price_info_two .price_head .p_head h2 {
    font-size: 34px;
  }
}

.inner-price-table-2 .ex_team_item .hover_content .n_hover_content ul,
.inner-price-table-2 .job_listing .listing_tab .list_item .joblisting_text ul,
.inner-price-table-2 .price_info_two .price_head .p_head h5,
.inner-price-table-2 .priceing_area_four .sec_title h2 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .inner-price-table-2 .price_info_two {
    padding-top: 63px;
  }
}

@media (min-width: 992px) {
  .inner-price-table-2 .price_info_two .price_head .p_head:nth-child(4) {
    background: #1D263A;
    border-radius: 9px 9px 0px 0px;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) {
    background: #1D263A;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) a {
    color: #fff !important;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) span {
    color: #fff !important;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) i {
    color: #fff !important;
  }
  .inner-price-table-2 .p_head:nth-child(4) h2 {
    color: #fff !important;
  }
  .inner-price-table-2 .p_head:nth-child(4) p {
    color: #fff !important;
  }
}

.inner-price-table-2 .price_info_two .price_item {
  width: calc(100%/5);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  padding: 15px 0;
}

.inner-price-table-2 .price_info_two .price_item span {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222d39;
}

.inner-price-table-2 .pr_list:last-child .price_item:nth-child(4) {
  border-radius: 0px 0px 9px 9px;
}

.inner-price-table-2 .price_info_two .price_item:first-child {
  text-align: left;
}

.inner-price-table-2 .price_info_two .price_item span i {
  font-size: 15px;
  color: #1D263A;
}

.inner-price-table-2 .pr_list:last-child {
  border: none !important;
}

.inner-price-table-2 .p_head:nth-child(4) h5 {
  color: #fff !important;
  border-radius: 30px;
  background-color: #FF794D;
  padding: 0px 11px;
}

@media (min-width: 576px) {
  .inner-price-table-2 .p_head:nth-child(4) h5 {
    display: inline-block;
    padding: 8px 30px;
  }
}

.inner-price-table-2 .price_info_two .price_item .pr_title {
  position: relative;
  display: inline-block;
  color: #1D263A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

.inner-price-table-2 .price_btn i {
  margin-left: 13px;
  background-color: #fff;
  color: #1787FC;
  border: 2px solid #1787FC;
  border-radius: 50%;
  padding: 4px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .inner-price-table-2 .price_item.price-get-started-btn-3 i {
    background-color: #332727;
    color: #fff;
    border: 2px solid #fff;
  }
}

@media (min-width: 480px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: inherit;
  }
}

.inner-price-table-2 .price_info_two .price_item .check {
  color: #1D263A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

.inner-price-table-2 .price_info_two .pr_list {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eaeced;
}

.inner-price-table-2 .price_info_two a {
  text-decoration: none;
}

.inner-price-table-2 .price_info_two .price_btn {
  color: #1787FC;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

@media (min-width: 576px) {
  .inner-price-table-2 .price_info_two .price_btn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .pr_list,
  .inner-price-table-2 .price_info_two .price_head .p_head.time {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item:first-child {
    text-align: center;
    padding: 5px 0;
  }
}

@media (max-width: 1199px) {
  .inner-price-table-2 .price_info_two .price_item:first-child {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item:before {
    content: attr(data-title);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item:first-child h5 {
    width: initial;
    border: 0;
    float: none;
    padding: 15px 0px;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item span {
    border-left: 1px dashed #ededed;
    display: block;
    float: right;
    font-size: 1.1rem;
    height: 100%;
    line-height: 3.1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: flex;
  }
}

@media (max-width: 768px) and (min-width: 992px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: initial;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Pricing 02 FAQ
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.price-2-faq-area {
  background: #fff;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .price-2-faq-area {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .price-2-faq-area {
    padding-top: 120px;
  }
}

.price-2-faq-area-items {
  padding-top: 70px;
  margin-bottom: -50px;
}

.price-2-faq-area-items .col-xl-6 {
  margin-bottom: 50px;
}

.price-2-faq-area-items .content .question-item h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 30px;
}

.price-2-faq-area-items .content .question-item p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.7;
  margin-bottom: 0;
}

.price-2-faq-area-bottom {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .price-2-faq-area-bottom {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .price-2-faq-area-bottom {
    padding-top: 90px;
  }
}

.price-2-faq-area-bottom p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Contact-01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-pages-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-pages-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-pages-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-pages-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

.inner-contact-form-area-1 {
  background: url(../image/contact/contact-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px 60px 0px;
}

@media (min-width: 768px) {
  .inner-contact-form-area-1 {
    padding: 80px 0px 80px 0px;
  }
}

@media (min-width: 992px) {
  .inner-contact-form-area-1 {
    padding: 100px 0px 180px 0px;
  }
}

.inner-contact-form-1 {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 30px;
}

@media (min-width: 576px) {
  .inner-contact-form-1 {
    padding: 30px 45px 40px 45px;
  }
}

@media (min-width: 992px) {
  .inner-contact-form-1 {
    margin-top: -340px;
  }
}

@media (min-width: 1600px) {
  .inner-contact-form-1 {
    margin-top: -320px;
  }
}

.inner-contact-form-1 .form-group {
  margin-bottom: 30px;
}

.inner-contact-form-1 label {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 5px;
}

.inner-contact-form-1 .form-control {
  background: #E1ECF0;
  border-radius: 10px;
  height: 50px;
  font-size: 15px;
  line-height: 28px;
  color: #717986;
  border: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.inner-contact-form-1 .form-control::-moz-placeholder {
  color: #717986;
}

.inner-contact-form-1 .form-control:-ms-input-placeholder {
  color: #717986;
}

.inner-contact-form-1 .form-control::placeholder {
  color: #717986;
}

.inner-contact-form-1 textarea {
  background: #E1ECF0;
  border-radius: 10px;
  height: 100px !important;
}

@media (min-width: 768px) {
  .inner-contact-form-1 textarea {
    height: 180px !important;
  }
}

.inner-contact-form-1 .btn,  .patner-form .btn{
  background: #ffb505;
  border-radius: 50px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Contact-02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-contact-area-2 {
  padding-top: 0;
  background: #F9FAFB;
}

.inner-contact-area-2 .cta-form-area-l9 {
  border-radius: 0px 0px 10px 10px;
}

.inner-contact-area-2 .cta-form-area-l9 .form-control {
  border-radius: 0;
}

.inner-contact-2-items-area {
  padding-bottom: 10px;
  background: #F5F5F5;
  padding-top: 6 0px;
}

@media (min-width: 768px) {
  .inner-contact-2-items-area {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .inner-contact-2-items-area {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.inner-contact-2-items-area .inner-contact-2-items-area-items .col-lg-4 {
  margin-bottom: 40px;
}

.inner-contact-2-items-area .card-area .icon-box {
  margin-bottom: 30px;
  margin-right: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: rgba(214, 227, 235, 0.4);
  display: inline-table;
}

.inner-contact-2-items-area .card-area .icon-box img {
  width: 24px;
  height: 24px;
}

@media (min-width: 480px) {
  .inner-contact-2-items-area .card-area .icon-box {
    margin-bottom: 0;
  }
}

.inner-contact-2-items-area .card-area .content-box {
  margin-top: -5px;
}

.inner-contact-2-items-area .card-area .content-box h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 20px;
}

.inner-contact-2-items-area .card-area .content-box p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-card-masonry {
  position: relative;
}

.portfolio-navbar {
  padding: 30px 0px;
}

@media (min-width: 768px) {
  .portfolio-navbar {
    padding: 50px 0px;
  }
}

.portfolio-navbar ul li a {
  color: #6f727b;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.63px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.link-hover-light:hover {
  color: #495fef;
}

.isotope-nav li a.active {
  color: #495fef;
}

.portfolio-card-masonry:hover .text-block {
  bottom: 20px;
  opacity: 1;
}

.portfolio-card-masonry .text-block {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: .4s;
  padding: 30px 15px 15px 30px;
}

.nogap-btn-margin {
  margin-top: 45px;
}

.portfolio-card-hover .card-image {
  transition: .4s;
}

.portfolio-card-hover .card-image img {
  transition: .4s;
}

.portfolio-card-hover:hover .card-image {
  transform: scale(0.8) rotate(-16deg);
}

.portfolio-card-hover:hover img {
  border-radius: 20px;
  box-shadow: 0 32px 74px rgba(68, 77, 136, 0.2);
}

.link-hover-reset:hover {
  color: var(--color-text);
}

.link-hover-rotate {
  transition: .4s;
  display: inline-flex;
  will-change: transform;
  transform: rotate(0deg);
}

.link-hover-rotate:hover {
  transform: rotate(-10deg);
}

.isotope-item {
  transition: .4s;
}

.gr-bg-opacity {
  z-index: 1;
}

.gr-bg-opacity:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .9;
  border-radius: 8px;
}

.gr-pb-7,
.gr-py-7 {
  padding-bottom: 25px !important;
}

.portfolio-card-masonry span {
  color: #161c2d;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.63px;
  line-height: normal;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.portfolio-card-masonry h3 {
  color: #161c2d;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1.2px;
  line-height: 44px;
}

@media (min-width: 768px) {
  .portfolio-card-masonry h3 {
    font-size: 26px;
  }
}

.grid--no-gap .col-md-6 {
  padding: 0;
}

.grid--no-gap .col-sm-6 {
  padding: 0;
}

.grid--no-gap .col-lg-4 {
  padding: 0;
}

.grid--no-gap .col-lg-3 {
  padding: 0;
}

.grid--no-gap .col-12 {
  padding: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-03
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-grid-area-3 {
  background: #F9FAFB;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .portfolio-grid-area-3 {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .portfolio-grid-area-3 {
    padding-bottom: 100px;
  }
}

.portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card .content span {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FF794D;
  margin-bottom: 17px;
  margin-top: 20px;
}

.portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card .content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card.port-margin-gap-1 {
    margin-top: 225px;
  }
  .portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card.port-margin-gap-2 {
    margin-top: 155px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-1
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-1 {
  position: relative;
  background: #F9FAFB;
  padding-top: 128px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .portfolio-details-area-1 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .portfolio-details-area-1 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-1 {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-1:after {
    position: absolute;
    content: '';
    background: #000;
    height: 100%;
    width: 62%;
    top: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: 0;
    opacity: 1;
    z-index: -1;
  }
}

.portfolio-details-area-1 .portfolio-details-1-image img {
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.portfolio-details-area-1 .port-details-1-content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .portfolio-details-area-1 .port-details-1-content {
    padding-top: 0px;
  }
}

@media (min-width: 1600px) {
  .portfolio-details-area-1 .port-details-1-content {
    padding-left: 80px;
  }
}

.portfolio-details-area-1 .port-details-1-content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #262729;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .portfolio-details-area-1 .port-details-1-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.portfolio-details-area-1 .port-details-1-content p {
  font-size: 17px;
  line-height: 30px;
  color: #262729;
  opacity: 0.7;
}

.portfolio-details-area-1 .port-details-1-content .project-details {
  margin-top: 45px;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul {
  margin-bottom: -15px;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul li {
  margin-bottom: 15px;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul li strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-left: 15px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-2
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-2 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 165px;
  position: relative;
  background: url(../image/portfolio/portfolio-details-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .portfolio-details-area-2 {
    padding-top: 250px;
    padding-bottom: 165px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-2 {
    padding-top: 370px;
    padding-bottom: 300px;
  }
}

.portfolio-details-content-area-2 {
  background: #F9FAFB;
  padding-top: 65px;
}

@media (min-width: 1600px) {
  .portfolio-details-content-area-2 .content {
    padding-right: 30px;
  }
}

.portfolio-details-content-area-2 .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

.portfolio-details-content-area-2 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.project-info-area-pr-de-2 {
  padding-top: 45px;
  z-index: 1;
  position: relative;
}

@media (min-width: 992px) {
  .project-info-area-pr-de-2 {
    margin-top: -250px;
    padding-top: 0;
  }
}

.project-info-area-pr-de-2 .port-details-1-content {
  background: #FFFFFF;
  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.1);
  border-radius: 15px;
  padding: 38px 30px 45px 30px;
}

@media (min-width: 480px) {
  .project-info-area-pr-de-2 .port-details-1-content {
    padding: 38px 45px 45px 45px;
  }
}

.project-info-area-pr-de-2 .port-details-1-content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
}

@media (min-width: 480px) {
  .project-info-area-pr-de-2 .port-details-1-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.project-info-area-pr-de-2 .port-details-1-content .btn {
  min-width: 150px;
  height: 55px;
  background: #FF794D;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 40px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details {
  margin-top: 38px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul {
  margin-bottom: -15px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul li {
  margin-bottom: 15px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul li strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-left: 15px;
}

.project-info-area-pr-de-2 p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-top: 40px;
  margin-bottom: 0;
}

.process-area-port-de-2 {
  background: #F9FAFB;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .process-area-port-de-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .process-area-port-de-2 {
    padding-top: 95px;
    padding-bottom: 130px;
  }
}

.process-area-port-de-2 .service-details-process-items {
  margin-top: 40px;
  z-index: 1;
}

.key-challenges-area {
  background: #F9FAFB;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .key-challenges-area {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .key-challenges-area {
    padding-bottom: 110px;
  }
}

.key-challenges-area .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .key-challenges-area .content {
    padding-top: 0;
  }
}

@media (min-width: 1600px) {
  .key-challenges-area .content {
    padding-right: 30px;
  }
}

.key-challenges-area .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #1D263A;
}

.key-challenges-area .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-top: 35px;
}

.key-challenges-area .challenge-list {
  margin-top: 30px;
}

.key-challenges-area .challenge-list ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.key-challenges-area .challenge-list ul li img {
  margin-right: 15px;
  margin-top: -5px;
}

.prev-next-project-area {
  padding-top: 35px;
  border-top: 1px solid rgba(29, 36, 58, 0.1);
  background: #F9FAFB;
}

.prev-next-project-area .prev-next-project-items .col-md-6 {
  margin-bottom: 30px;
}

.prev-next-project-area .prev-next-project-items .project-link-area .icon-box i {
  background: #1787FC;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 65px;
  width: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-right: 25px;
}

.prev-next-project-area .prev-next-project-items .project-link-area .content-box span {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 3px;
}

.prev-next-project-area .prev-next-project-items .project-link-area .content-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.prev-next-project-area .prev-next-project-items .project-link-area.project-link-area-next i {
  margin-left: 25px;
  margin-right: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-3
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-3 {
  background: #F9FAFB;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 480px) {
  .portfolio-details-area-3 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .portfolio-details-area-3 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-3 {
    padding-top: 200px;
  }
}

.portfolio-details-area-3 .product-details-slider {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .portfolio-details-area-3 .product-details-slider {
    margin-bottom: 0;
  }
}

.portfolio-details-area-3 .product-details-slider img {
  border-radius: 15px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 768px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 295px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 390px;
  }
}

@media (min-width: 1200px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 468px;
  }
}

@media (min-width: 1600px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 538px;
  }
}

.portfolio-details-area-3 .product-details-vertical-slider {
  margin: 0px -12px;
}

.portfolio-details-area-3 .product-details-vertical-slider .single-slide {
  margin: 0px 12px;
}

@media (min-width: 768px) {
  .portfolio-details-area-3 .product-details-vertical-slider .single-slide {
    margin-bottom: 25px;
  }
}

.project-information-pd-3 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .project-information-pd-3 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .project-information-pd-3 {
    padding-bottom: 100px;
  }
}

.project-information-pd-3 .content h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .project-information-pd-3 .content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.project-information-pd-3 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.project-information-pd-3 .btn {
  min-width: 150px;
  height: 55px;
  background: #1787FC;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 40px;
}

.project-information-pd-3 .project-details {
  margin-top: 38px;
}

.project-information-pd-3 .project-details ul {
  margin-bottom: -15px;
}

.project-information-pd-3 .project-details ul li {
  margin-bottom: 15px;
}

.project-information-pd-3 .project-details ul li strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.project-information-pd-3 .project-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-left: 15px;
}

.project-brief-area .product-image img {
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 992px) {
  .project-brief-area .product-image img {
    height: 240px;
  }
}

@media (min-width: 1200px) {
  .project-brief-area .product-image img {
    height: 300px;
  }
}

@media (min-width: 1600px) {
  .project-brief-area .product-image img {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .project-brief-area .col-md-8 {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .project-brief-area .col-md-8 {
    margin-top: 0;
  }
}

.project-brief-area .col-md-6 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .project-brief-area .col-md-6 {
    margin-top: 0;
  }
}

.project-brief-area {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .project-brief-area {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .project-brief-area {
    padding-top: 120px;
  }
}

.project-brief-area .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 22px;
}

.project-brief-area .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.project-brief-area .project-brief-area-items {
  padding-bottom: 45px;
}

.client-feed-back-port-3 .heading {
  padding: 40px 0px;
}

@media (min-width: 768px) {
  .client-feed-back-port-3 .heading {
    padding: 60px 0px;
  }
}

.client-feed-back-port-3 .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
}

@media (min-width: 480px) {
  .client-feed-back-port-3 .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.client-feed-back-port-3 .content-l5-3-content {
  background: linear-gradient(270.32deg, #047AF5 0.34%, rgba(23, 135, 252, 0.6) 99.79%);
}

.similar-project-area {
  background: #F9FAFB;
  padding-top: 50px;
  padding-bottom: 35px;
}

.similar-project-area .section-heading-14 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .similar-project-area .section-heading-14 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .similar-project-area .section-heading-14 {
    margin-bottom: 80px;
  }
}

.similar-project-area .col-lg-4 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .similar-project-area {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .similar-project-area {
    padding-top: 120px;
    padding-bottom: 105px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-4
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-4 {
  background: #F9FAFB;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 480px) {
  .portfolio-details-area-4 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .portfolio-details-area-4 {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-4 {
    padding-top: 210px;
    padding-bottom: 120px;
  }
}

.portfolio-details-area-4-bg {
  background: #FFFFFF;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .portfolio-details-area-4-bg {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-4-bg {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

.portfolio-details-area-4-bg .heading {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .portfolio-details-area-4-bg .heading {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-4-bg .heading {
    margin-bottom: 60px;
  }
}

.portfolio-details-area-4-bg .heading h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .portfolio-details-area-4-bg .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.portfolio-details-area-4-bg .heading p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.portfolio-det-area-4-bg-image {
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  background: url(../image/portfolio/portfolio-bg-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .portfolio-det-area-4-bg-image {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

@media (min-width: 992px) {
  .portfolio-det-area-4-bg-image {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.project-details-item-4-items {
  margin-top: 70px;
}

.project-details-item-4-items .col-lg-3 {
  margin-bottom: 30px;
}

.project-details-item-4-items .content h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 13px;
}

.project-details-item-4-items .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.project-details-item-4-items .btn {
  min-width: 150px;
  height: 55px;
  background: #1787FC;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .project-details-item-4-items .btn {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .project-details-item-4-items .btn {
    margin-top: 40px;
  }
}

.process-area-pro-det-4 {
  background: #F9FAFB;
  position: relative;
  z-index: 0;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  .process-area-pro-det-4 {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .process-area-pro-det-4 {
    padding-bottom: 125px;
  }
}

.process-area-pro-det-4 .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 22px;
}

.process-area-pro-det-4 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        About Us 
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-about-us-area {
  padding-top: 115px;
}

@media (min-width: 480px) {
  .inner-about-us-area {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .inner-about-us-area {
    padding-top: 135px;
  }
}

@media (min-width: 992px) {
  .inner-about-us-area {
    padding-top: 170px;
  }
}

.inner-about-bg-area {
  position: relative;
  margin-top: 65px;
  border-radius: 30px;
}

.inner-about-bg-area .bg-image img {
  border-radius: 30px 30px 0px 0px;
}

@media (min-width: 992px) {
  .inner-about-bg-area .bg-image img {
    border-radius: 30px;
  }
}

.inner-about-bg-area .content {
  background: #FF794D;
  border-radius: 0px 0px 30px 30px;
  padding: 32px 45px 18px 40px;
}

@media (min-width: 992px) {
  .inner-about-bg-area .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    border-radius: 0px 30px 0px 30px;
  }
}

@media (min-width: 1200px) {
  .inner-about-bg-area .content {
    width: 66%;
  }
}

@media (min-width: 1600px) {
  .inner-about-bg-area .content {
    width: 57%;
  }
}

.inner-about-bg-area .content p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.inner-ab-bg-bottom-content {
  margin-top: 60px;
  margin-bottom: -30px;
}

.inner-ab-bg-bottom-content .col-md-10 {
  margin-bottom: 30px;
}

.inner-ab-bg-bottom-content .icon-content-area .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background: rgba(214, 227, 235, 0.4);
  display: inline-table;
  margin-bottom: 30px;
}

.inner-ab-bg-bottom-content .icon-content-area .icon img {
  width: 32px;
  height: 32px;
}

.inner-ab-bg-bottom-content .icon-content-area .icon.icon-2 {
  background: rgba(250, 229, 218, 0.4);
}

@media (min-width: 768px) {
  .inner-ab-bg-bottom-content .icon-content-area .icon {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .inner-ab-bg-bottom-content .icon-content-area .content {
    padding-right: 45px;
  }
}

@media (min-width: 1600px) {
  .inner-ab-bg-bottom-content .icon-content-area .content {
    padding-right: 135px;
  }
}

@media (min-width: 768px) {
  .inner-ab-bg-bottom-content .icon-content-area .content {
    margin-left: 35px;
  }
}

.inner-ab-bg-bottom-content .icon-content-area .content p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Counter area 
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.counter-area-inner-about-us {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .counter-area-inner-about-us {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .counter-area-inner-about-us {
    padding-top: 110px;
  }
}

.counter-area-inner-about-us .counter-area-l8-items {
  background: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Team area 
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.about-area-team {
  background: #F9FAFB;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .about-area-team {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .about-area-team {
    padding-top: 120px;
  }
}

.about-area-team-items {
  margin-top: 35px;
  margin-bottom: -25px;
}

@media (min-width: 768px) {
  .about-area-team-items {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .about-area-team-items {
    margin-top: 55px;
  }
}

.about-area-team-items .col-xl-3 {
  margin-bottom: 25px;
}

.about-area-team-items .team-card {
  position: relative;
}

.about-area-team-items .team-card .image img {
  border-radius: 15px;
}

.about-area-team-items .team-card .content {
  transition: all 0.4s ease-in-out;
  background: #FFFFFF;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 30px);
  transform: translate(-50%, 100%);
  padding: 20px 20px 20px 20px;
}

.about-area-team-items .team-card .content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.about-area-team-items .team-card .content span {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  color: #1D263A;
  opacity: 0.6;
}

.about-area-team-items .team-card .content .social-icons {
  margin-top: 12px;
}

.about-area-team-items .team-card .content .social-icons ul {
  margin: 0px -8px;
}

.about-area-team-items .team-card .content .social-icons ul li {
  margin: 0px 8px;
}

.about-area-team-items .team-card .content .social-icons ul li i {
  font-size: 20px;
  color: #1D263A;
}

.about-area-team-items .team-card .content .social-icons ul li:hover i {
  color: #1787FC;
}

.about-area-team-items .team-card:hover .content {
  transform: translate(-50%, -11%);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Career
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-career-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-career-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-career-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-career-banner {
    padding-top: 200px;
    padding-bottom: 115px;
  }
}

.footer-middle-carrer {
  border-top: 2px dashed rgba(29, 36, 58, 0.17);
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .footer-middle-carrer {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .footer-middle-carrer {
    margin-bottom: 100px;
  }
}

.inner-feature-area-2 {
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .inner-feature-area-2 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .inner-feature-area-2 {
    padding-bottom: 110px;
  }
}

.inner-feature-area-2 .inner-feature-area-2-items {
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .inner-feature-area-2 .inner-feature-area-2-items {
    margin-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .inner-feature-area-2 .inner-feature-area-2-items {
    margin-bottom: -55px;
  }
}

.inner-feature-area-2 .inner-feature-area-2-items .col-xl-4 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .inner-feature-area-2 .inner-feature-area-2-items .col-xl-4 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .inner-feature-area-2 .inner-feature-area-2-items .col-xl-4 {
    margin-bottom: 55px;
  }
}

.inner-feature-area-2 .widget .widget-icon {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .inner-feature-area-2 .widget .widget-icon {
    margin-bottom: 0;
  }
}

.inner-feature-area-2 .widget .widget-icon i {
  margin-right: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #F04037;
  background-color: rgba(255, 75, 54, 0.15);
  font-size: 24px;
}

.inner-feature-area-2 .widget .widget-icon-2 i {
  color: #413E65 !important;
  background-color: rgba(65, 62, 101, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-3 i {
  color: #8E59FF !important;
  background-color: rgba(142, 89, 255, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-4 i {
  color: #F653A2 !important;
  background-color: rgba(246, 83, 162, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-5 i {
  color: #00BCD4 !important;
  background-color: rgba(0, 188, 212, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-6 i {
  background-color: rgba(129, 178, 20, 0.15) !important;
  color: #81B214 !important;
}

.inner-feature-area-2 .widget .widget-text {
  margin-top: -5px;
}

.inner-feature-area-2 .widget .widget-text h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 18px;
}

.inner-feature-area-2 .widget .widget-text p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Career Details
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-carrer-job-details {
  margin-top: 30px;
}

.inner-carrer-job-details ul {
  margin: 0px -15px -20px -15px;
}

.inner-carrer-job-details ul li {
  margin: 0px 15px 20px 15px;
}

.inner-carrer-job-details ul li i {
  font-size: 20px;
  color: #FF794D;
  margin-right: 12px;
}

.inner-carrer-job-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  display: inline-block;
}

.footer-border-cd {
  border-bottom: 1px solid rgba(29, 36, 58, 0.13);
}

.inner-career-details-area {
  padding-top: 25px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .inner-career-details-area {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-career-details-area {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.inner-career-details-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 18px;
  margin-top: 35px;
}

.inner-career-details-area p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.inner-career-details-area .skills-qualification {
  margin-bottom: 50px;
}

.inner-career-details-area .skills-qualification ul {
  margin-bottom: -15px;
}

.inner-career-details-area .skills-qualification ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.inner-career-details-area .skills-qualification ul li i {
  font-size: 9px;
  color: #19191B;
  margin-right: 15px;
}

.inner-career-details-area .cd-apply-btn .btn {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  background: #FF794D;
  border-radius: 10px;
  min-width: 233px;
  height: 60px;
  margin-top: 20px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
    FAQ main Page
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.faq-main-banner {
  padding: 98px 0px 40px 0px;
}

@media (min-width: 480px) {
  .faq-main-banner {
    padding: 115px 0px 40px 0px;
  }
}

@media (min-width: 768px) {
  .faq-main-banner {
    padding: 70px 0px 60px 0px;
  }
}

@media (min-width: 992px) {
  .faq-main-banner {
    padding: 75px 0px 80px 0px;
  }
  .imgfaq img {
    width: 95%;
}
}

.faq-main-banner h2 {
  color: #50ae56;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: normal;
}

@media (min-width: 576px) {
  .faq-main-banner h2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .faq-main-banner h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .faq-main-banner h2 {
    font-size: 60px;
  }
}

.faq-main-area {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .faq-main-area {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .faq-main-area {
    padding-bottom: 45px;
  }
}

/* .faq-main-tab-area {
  background: #444; 
  width: 100%;
  padding: 15px;
  margin: 1px 0;
} */
.faq-main-tab-area { 
  background: #fff8e3; 
  width: 20%;
  padding: 15px;
  margin: 1px 0;
  position: fixed;
}
@media (max-width: 768px) {
  .faq-main-tab-area{
    width: 100%;
  padding: 15px;
  margin: 1px 0 20px;
  position: relative;
  }
}
@media (min-width: 1500px) {
  .faq-main-tab-area{
    width: 15%;
  }
}
@media (min-width: 1921px) {
  .faq-main-tab-area{
    width: 10%;
  }
}

.faq-main-tab-area ul li a {
  text-decoration: none;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .faq-main-tab-area ul li a{
    font-size: 22px;
  }
}

.faq-main-tab-area ul li.active a {
  color: #46dc06; 
}

.faq-single-all-items {
  margin-bottom: -60px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .faq-single-all-items {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .faq-single-all-items {
    padding-top: 0px; 
  }
}

.faq-main-area-single {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .faq-main-area-single {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .faq-main-area-single {
    margin-bottom: 60px;
  }
}

.faq-main-area-single h2 {
  color: #0D152E;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  margin-bottom: 30px;
}

.faq-main-area-single .accordion li {
  position: relative;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #EAECED;
  padding: 0;
  margin-bottom: 10px;
  color: #a9c056;
  width: 100%;
  
}
 
.faq-main-area-single .accordion li p {
  display: none;
  padding: 24px;
  color: #687497;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: 28px;
  margin-bottom: 0;
}

.faq-main-area-single .accordion a {
  font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
    color: #a9c056;
    width: 100%;
    display: block;
}

.faq-main-area-single .accordion li .active {
  color: #a9c056 !important; background: #fafbf2;
   
}

.faq-main-area-single .accordion .active:after {
  border-right: 2px solid #a9c056 !important;
  border-bottom: 2px solid #a9c056 !important;
  color: #a9c056;
}

.faq-main-area-single .accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #a9c056;
  border-bottom: 2px solid #a9c056;
  position: absolute;
  right: 15px;
  content: " ";
  top: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.faq-main-area-single .accordion a.active:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transition: all 0.2s ease-in-out;
  
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
    Terms & Conditions main Page
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-terms-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 10px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-terms-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-terms-banner {
    padding-top: 152px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .inner-terms-banner {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}

.terms-condition-area {
  background: #F9FAFB;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .terms-condition-area {
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .terms-condition-area {
    padding-bottom: 115px;
  }
}

.terms-condition-area p {
  font-size: 17px;
  line-height: 30px;
  color: #696871;
}

.terms-condition-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-top: 35px;
  margin-bottom: 17px;
}

.terms-condition-area .skills-qualification {
  margin-bottom: 50px;
}

.terms-condition-area .skills-qualification ul {
  margin-top: 35px;
  margin-bottom: -18px;
}

.terms-condition-area .skills-qualification ul li {
  margin-bottom: 18px;
  display: flex;
  font-size: 17px;
  line-height: 30px;
  color: #696871;
}

.terms-condition-area .skills-qualification ul li i {
  font-size: 9px;
  color: #19191B;
  margin-right: 15px;
}

.terms-condition-area .skills-qualification ul li span {
  display: inline-block;
  margin-top: -8px;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
.background-property {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.focus-reset:focus {
  box-shadow: none;
  outline: none;
}

.z-index-1 {
  z-index: 1;
}

@media (min-width: 1600px) {
  .off-right-xxl-1 {
    margin-right: 80px;
  }
}

@media (min-width: 480px) {
  .d-xs-flex {
    display: flex;
  }
}

@media (min-width: 480px) {
  .text-xs-start {
    text-align: start !important;
  }
}

@media (min-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}

.btn-style-01:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-01:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-01:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 02*/
.btn-style-02:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 20px;
  background: #213053;
  transition: all .5s;
  opacity: 0;
  z-index: -1;
}

.btn-style-02:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-02:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 03*/
.btn-style-03:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-03:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-03:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 04*/
.btn-style-04:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-04:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-04:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 05*/
.btn-style-05:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 3px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-05:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-05:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 06*/
.btn-style-06 a span {
  transition: all 0.4s ease-in-out;
}

.btn-style-06 a:hover span {
  display: inline-block;
  margin-left: 5px;
}

/*Button Hover style 07*/
.btn-style-07:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 3px;
  background: #2D947A;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-07:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-07:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

img.vertical-move {
  -webkit-animation: mover 1s infinite  alternate;
          animation: mover 1s infinite  alternate;
}



  .content .card-item .icon-box {
    margin-right: 30px;
    margin-bottom: 30px; 
    width: 36px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-table;
  }
  
  @media (min-width: 480px) {
    .content .card-item .icon-box {
      margin-bottom: 0;
    }
  }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

img.horizontal-move {
  -webkit-animation: route 2s infinite  alternate;
          animation: route 2s infinite  alternate;
}

@-webkit-keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

img.spin {
  animation: rotate 15s linear infinite;
  -webkit-animation: rotate 15s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

.swing {
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform-origin: 100% 0%;
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

.swing-2 {
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform-origin: 100% 0%;
}

@keyframes swing {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

/*Image Hover style 01*/
.image-hover-style-01 {
  border-radius: 10px;
}

.image-hover-style-01 img {
  transition: all 0.4s ease-in-out;
}

.image-hover-style-01 img:hover {
  transform: scale(1.2);
  transition: all 1s ease-out;
  filter: brightness(0.7);
}

/*# sourceMappingURL=maps/main.css.map */



.man-img {
  position: relative; 
  z-index: 10;
}

.gif-img {
  position: absolute;
  width: 97%;
  left: 6px;
  top: -2px;
  z-index: 9; 
}
 
@media (min-width: 1100px) { 
 
  .hd-bg { min-width: 70%;}

}

@media (max-width: 768px) { 
 
  .service-l3-content {
    margin-top: 30px;
}
 

 img.light-version-logo {
  width: 40px;
}
.back1, .back2{display: none;}

.hero-btns a { display: inline-flex; width: 45%;}
.hero-btns a img{   width: 100%;}
.hd-bg {  

  width: 80%;
  top: 10%;
  right: -20%;}

  .hd-bg img {
    width: 70%;
}
.newsletter-area-l-16 .hero-img.position-relative {
  display: none;
}
 

  .single-brand {
    display: block !important;
    width: 100%;
    text-align: center;
}



}

 

 
.content-box {
  z-index: 9;
}


 .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #FF7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
 .header-btn-l1 .btn {
    margin-right: 0px;
  }
}


.backimg {
  position: absolute;
  top: 0;
  left: -15%;
  padding: 0;
  margin: 0;
  z-index: -1;
}







/* patener page */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
} 
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.collaborate-boxs li {
  background: #50ae56;
  width: 46%;
  color: #fff;
  padding: 20px;
  margin: 2%;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
.collaborate-boxs li:first-child {
  border-bottom-right-radius: 0;
  top: 30px;
}
.collaborate-boxs li:nth-child(2) {
  border-bottom-left-radius: 0;
}
.collaborate-boxs li:nth-child(4) {
  border-top-left-radius: 0;
}
.collaborate-boxs li:nth-child(3) {
  border-top-right-radius: 0;
  top: 30px;
  
}
.collaborate-boxs ul {
  display: flex;
  flex-wrap: wrap;
}

.collaborate-boxs li h2 {
  font-size: 48px;
  color: #ffc107;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .collaborate-boxs ul {
    padding: 0;
  }

  .collaborate-boxs li h2 {
    font-size: 34px;  
   }
}


.collaborate-boxs h4 {
  font-size: 18px;
}
.bg2 {
  background: #d1f3ff;
  padding-bottom: 130px;
}
.featured-slider {
  padding-top: 100px;
  padding-bottom: 60px;
}
.featured-slider .item {
  background: #223053;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  min-height: 310px;
}
.featured-slider .item img {
  max-width: 100px;
  margin: 50px auto;
}
.featured-slider .item h4 {
  color: #fff;
  font-weight: 400;
}
.featured-slider .owl-nav.disabled {
  display: block;
}
.featured-slider .owl-nav .owl-prev,.featured-slider .owl-nav .owl-next{
  display: block;
  position: absolute;
  top: 40%;
  transform: translateX(-40%);
  font-size: 36px !important;
}
.featured-slider .owl-nav .owl-prev{
  left: -40px;
}
.featured-slider .owl-nav .owl-next{
  right: -60px;
}
.patner-section {
  background: #50ae56;
  padding: 100px 0 50px 0;
  position: relative;
}
.patner-section .heading h2 {
  color: #ffc107;
  font-size: 38px;
}
.patner-section .heading span,.patner-section .heading p{
  color:#fff;
}
.patner-boxes {
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 18em;
  position: relative;
  z-index: 2;
}
.patner-boxes .inner-box {
  background: #223053;
  padding: 31px;
  min-height: 300px;
  border-radius: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.patner-boxes .inner-box i {
  color: #50ae56;
  font-size: 40px;
  margin-bottom: 20px;
}
.patner-boxes .inner-box h4 {
  color: #fff;
  margin: 40px 0;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8rem;
  height: 80px;
}
img.curve-img{
  position: absolute;
  left: 0;
  bottom: 0;
}
.patner-form form{
  max-width: 500px;
  margin: auto;
  position: relative;
  margin-top: -18%;
}
@media (min-width: 1680px) {
  .patner-form form{ 
    margin-top: -12%;
  }
}

@media (max-width: 768px) {
  .patner-form {
    padding-bottom: 20px;
  }
  .patner-form form { 
      margin-top: -35%;
  }
}
@media (max-width: 400px) {
  .patner-form form { 
    margin-top: -70%;
}
}
 
.patner-form .inner-form{
  background: #fff;
  padding: 50px;
  border-radius: 20px; 
}

 
.green-ico {
    height: 100px;
    text-align: center;
    vertical-align: baseline;
    padding: 45px 0 5px 0;
}
.patner-form {
  background: #f2f2f2;
  padding-bottom: 100px;
}
.patner-form form .form-group {
  margin-bottom: 20px;
}
.patner-form form h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.patner-form form h2 span {
  color: #fdc008;
}


.approved-img {
  position: absolute;
  top: -55px;
  max-width: 600px;
  right: 10%;
  z-index: 1;
}

.backimg {
position: absolute;
top: 0;
left: -15%;
padding: 0;
margin: 0;
z-index: -1;
}

@media (max-width: 1023px) {
  .approved-img, .backimg{
    display: none;
  }
 
  
}

.inner-form .form-control {
background: #e8eaed;
padding: 10px;
border: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ccc;
opacity: 1;
}




.collaborate-form {
  margin-top: 0;
  box-shadow: none;
  max-width: 500px;
  position: relative;
}
.lets-collaborate {
  margin: 10em 0 4em 0;
  position: relative;
}
.collaborate-form-content img {
  position: relative;
  left: -50px;
}
.collaborate-form-content address {
  margin-left: 150px;
  color:#fff;
  margin-top: 2rem;
}
.lets-collaborate:after {
  content: "";
  position: absolute;
  width: 42%;
  height: 100%;
  background: #50ae56;
  right: 0;
  top: 0;
  z-index: -1;
}
.collaborate-form-content {
  padding-top: 100px;
}
@media (max-width:768px) {
  .lets-collaborate:after{background : none;}
  .collaborate-form-content {
    padding: 50px 0;
    background: #50ae56;
  }
  .collaborate-form-content img { 
    display: none;
}
.collaborate-form-content address {
  color: #fff;
  margin: 25px auto;
  text-align: center;
}
}

.team {
  margin: 10em 0 4em 0;
  position: relative;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Content-3 Area-L5
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
        .content-area-l5-3 {
          background: #f8f8f8;
      }
        .content-area-l5-3 .col-lg-6 {
          padding-left: 0;
          padding-right: 0;
        }
        
        .content-l5-3-content {
          padding: 50px 30px 50px 30px;
        }
        
        @media (min-width: 768px) {
          .content-l5-3-content {
            padding: 85px 100px 70px 100px;
            border-radius: 0;
          }
        }
        
        @media (min-width: 992px) {
          .content-l5-3-content {
            padding: 85px 30px 70px 30px;
            border-radius: 0 0 200px 0;
          }
        }
        
        @media (min-width: 1200px) {
          .content-l5-3-content {
            padding: 200px ;
            
          }
        }
        
        @media (min-width: 1600px) {
          .content-l5-3-content {
            padding: 200px 100px 200px 315px;
          }
        }
        
        .content-l5-3-content h2 {
          font-weight: 600;
          font-size: 34px;
          line-height: 42px;
          letter-spacing: -1px;
          color: #FFFFFF;
        }
        
        @media (min-width: 768px) {
          .content-l5-3-content h2 {
            font-size: 48px;
            line-height: 54px;
          }
        }
        
        
       
        @media (max-width: 767px) {
          .content-l5-3-content h2 {
            text-align: center;
          }
        }
        
        .content-l5-3-content .identity {
          padding-top: 20px;
        }
        
        @media (min-width: 768px) {
          .content-l5-3-content .identity {
            padding-top: 30px;
          }
        }
        
        @media (min-width: 992px) {
          .content-l5-3-content .identity {
            padding-top: 57px;
          }
        }
        
        .content-l5-3-content .identity .identity-left-border span {
          display: inline-block;
          width: 40px;
          height: 4px;
          background: #fff;
          margin-right: 25px;
        }
        
        .content-l5-3-content .identity .content h6 {
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          letter-spacing: -0.3px;
          color: #FFFFFF;
        }
        
        .content-l5-3-content .identity .content span {
          font-size: 17px;
          line-height: 30px;
          color: #FFFFFF;
          opacity: 0.8;
        }
        
  
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  testim
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
  .testimonial {
          position: relative;
      }

         .testim {
          width: 100%;
          position: absolute;
          top: 50%;
          -webkit-transform: translatey(-50%);
          -moz-transform: translatey(-50%);
          -ms-transform: translatey(-50%);
          -o-transform: translatey(-50%);
          transform: translatey(-50%);
      }
      
      .testim .wrap {
          position: relative;
          width: 100%;
          max-width: 1020px;
          padding: 40px 20px;
          margin: auto;
      }
      
      .testim .arrow {
          display: block;
          position: absolute;
          color: #eee;
          cursor: pointer;
          font-size: 2em;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .3s ease-in-out;    
          -ms-transition: all .3s ease-in-out;    
          -moz-transition: all .3s ease-in-out;    
          -o-transition: all .3s ease-in-out;    
          transition: all .3s ease-in-out;
          padding: 5px;
          z-index: 22222222;
      }
      
      .testim .arrow:before {
          cursor: pointer;
      }
      
      .testim .arrow:hover {
          color: #ea830e;
      }
          
      
      .testim .arrow.left {
          left: 10px;
      }
      
      .testim .arrow.right {
          right: 10px;
      }
      
      .testim .dots {
          text-align: center;
          position: absolute;
          width: 100%;
          bottom: 60px;
          left: 0;
          display: block;
          z-index: 3333;
          height: 12px;
      }
      
      .testim .dots .dot {
          list-style-type: none;
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          border: 1px solid #eee;
          margin: 0 10px;
          cursor: pointer;
          -webkit-transition: all .5s ease-in-out;    
          -ms-transition: all .5s ease-in-out;    
          -moz-transition: all .5s ease-in-out;    
          -o-transition: all .5s ease-in-out;    
          transition: all .5s ease-in-out;
          position: relative;
          background:#ccc;
      }
      
      .testim .dots .dot.active,
      .testim .dots .dot:hover {
          background: #ea830e;
          border-color: #ea830e;
      }
      
      .testim .dots .dot.active {
          -webkit-animation: testim-scale .5s ease-in-out forwards;   
          -moz-animation: testim-scale .5s ease-in-out forwards;   
          -ms-animation: testim-scale .5s ease-in-out forwards;   
          -o-animation: testim-scale .5s ease-in-out forwards;   
          animation: testim-scale .5s ease-in-out forwards;   
      }
          
      .testim .cont {
          position: relative;
          overflow: hidden;
      }
      
      .testim .cont > div {
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 0 70px 0;
          opacity: 0;
      }
      
      .testim .cont > div.inactive {
          opacity: 1;
      }
          
      
      .testim .cont > div.active {
          position: relative;
          opacity: 1;
      }
          
      
      .testim .cont div .img img {
          display: block;
          width: 100px;
          height: 100px;
          margin: auto;
          border-radius: 50%;
      }
      
      .testim .cont div h2 {
          color: #ea830e;
          font-size: 1em;
          margin: 15px 0;
      }
      
      .testim .cont div p {
          font-size: 1.15em;
          color: #292929;
          width: 80%;
          margin: auto;
      }
      
      .testim .cont div.active .img img {
          -webkit-animation: testim-show .5s ease-in-out forwards;            
          -moz-animation: testim-show .5s ease-in-out forwards;            
          -ms-animation: testim-show .5s ease-in-out forwards;            
          -o-animation: testim-show .5s ease-in-out forwards;            
          animation: testim-show .5s ease-in-out forwards;            
      }
      
      .testim .cont div.active h2 {
          -webkit-animation: testim-content-in .4s ease-in-out forwards;    
          -moz-animation: testim-content-in .4s ease-in-out forwards;    
          -ms-animation: testim-content-in .4s ease-in-out forwards;    
          -o-animation: testim-content-in .4s ease-in-out forwards;    
          animation: testim-content-in .4s ease-in-out forwards;    
      }
      
      .testim .cont div.active p {
          -webkit-animation: testim-content-in .5s ease-in-out forwards;    
          -moz-animation: testim-content-in .5s ease-in-out forwards;    
          -ms-animation: testim-content-in .5s ease-in-out forwards;    
          -o-animation: testim-content-in .5s ease-in-out forwards;    
          animation: testim-content-in .5s ease-in-out forwards;    
      }
      
      .testim .cont div.inactive .img img {
          -webkit-animation: testim-hide .5s ease-in-out forwards;            
          -moz-animation: testim-hide .5s ease-in-out forwards;            
          -ms-animation: testim-hide .5s ease-in-out forwards;            
          -o-animation: testim-hide .5s ease-in-out forwards;            
          animation: testim-hide .5s ease-in-out forwards;            
      }
      
      .testim .cont div.inactive h2 {
          -webkit-animation: testim-content-out .4s ease-in-out forwards;        
          -moz-animation: testim-content-out .4s ease-in-out forwards;        
          -ms-animation: testim-content-out .4s ease-in-out forwards;        
          -o-animation: testim-content-out .4s ease-in-out forwards;        
          animation: testim-content-out .4s ease-in-out forwards;        
      }
      
      .testim .cont div.inactive p {
          -webkit-animation: testim-content-out .5s ease-in-out forwards;    
          -moz-animation: testim-content-out .5s ease-in-out forwards;    
          -ms-animation: testim-content-out .5s ease-in-out forwards;    
          -o-animation: testim-content-out .5s ease-in-out forwards;    
          animation: testim-content-out .5s ease-in-out forwards;    
      }
      
      @-webkit-keyframes testim-scale {
          0% {
              -webkit-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -webkit-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-moz-keyframes testim-scale {
          0% {
              -moz-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -moz-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-ms-keyframes testim-scale {
          0% {
              -ms-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -ms-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-o-keyframes testim-scale {
          0% {
              -o-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -o-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -o-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -o-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @keyframes testim-scale {
          0% {
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-webkit-keyframes testim-content-in {
          from {
              opacity: 0;
              -webkit-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -webkit-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @-moz-keyframes testim-content-in {
          from {
              opacity: 0;
              -moz-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -moz-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @-ms-keyframes testim-content-in {
          from {
              opacity: 0;
              -ms-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -ms-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @-o-keyframes testim-content-in {
          from {
              opacity: 0;
              -o-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -o-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @keyframes testim-content-in {
          from {
              opacity: 0;
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              transform: translateY(0);        
          }
      }
      
      @-webkit-keyframes testim-content-out {
          from {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              -webkit-transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @-moz-keyframes testim-content-out {
          from {
              opacity: 1;
              -moz-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              -moz-transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @-ms-keyframes testim-content-out {
          from {
              opacity: 1;
              -ms-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              -ms-transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @-o-keyframes testim-content-out {
          from {
              opacity: 1;
              -o-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @keyframes testim-content-out {
          from {
              opacity: 1;
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              transform: translateY(-100%);        
          }
      }
      
      @-webkit-keyframes testim-show {
          from {
              opacity: 0;
              -webkit-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -webkit-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @-moz-keyframes testim-show {
          from {
              opacity: 0;
              -moz-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -moz-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @-ms-keyframes testim-show {
          from {
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -ms-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @-o-keyframes testim-show {
          from {
              opacity: 0;
              -o-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -o-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @keyframes testim-show {
          from {
              opacity: 0;
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              transform: scale(1);       
          }
      }
      
      @-webkit-keyframes testim-hide {
          from {
              opacity: 1;
              -webkit-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -webkit-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @-moz-keyframes testim-hide {
          from {
              opacity: 1;
              -moz-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -moz-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @-ms-keyframes testim-hide {
          from {
              opacity: 1;
              -ms-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @-o-keyframes testim-hide {
          from {
              opacity: 1;
              -o-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -o-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @keyframes testim-hide {
          from {
              opacity: 1;
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              transform: scale(0);
          }
      }
      
      @media all and (max-width: 300px) {
        body {
          font-size: 14px;
        }
      }
      
      @media all and (max-width: 500px) {
        .testim .arrow {
          font-size: 1.5em;
        }
        
        .testim .cont div p {
          line-height: 25px;
        }
      
      }
      @media all and (max-width: 727px) {
      .testim { position: relative;}
      }
        

      .img-section-gif{
        position: relative;
    }
      


    .item:hover img , .patner-boxes .inner-box:hover img {
      -webkit-animation: mover 1s infinite alternate;
      animation: mover 1s infinite alternate;
  }




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
             Feature Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.bg-mirage{color: rgba( 255, 255, 255, 0.8);}
.bg-mirage p{color: #ffffff !important;}

.feature-area-l-17 { 
  margin-bottom: 1%; 
}

@media (min-width: 768px) {
  .feature-area-l-17 { 
    margin-bottom: 1.5%;
  }
}

@media (min-width: 992px) {
  .feature-area-l-17 { 
    margin-bottom: 2%px; 
  }
}



.feature-area-l-17 .feature-area-l-17-items .single-features {
  padding: 0px 30px;
}

@media (max-width: 768px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features   { 
    padding:  20px !important;
   }

.feature-area-l-17 .feature-area-l-17-items .single-features h3 {
  color: #4fad56; 
 }
 .feature-area-l-17.position-relative.bg-mirage {
  margin: 0;
}
}

@media (min-width: 992px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features {
    padding: 0px 35px;
  }
}


.feature-area-l-17 .feature-area-l-17-items .single-features ul{
  margin:  20px 10px;
  list-style: outside;
}
.feature-area-l-17 .feature-area-l-17-items .single-features li{
  padding: 5px 0; 
}
.feature-area-l-17 .feature-area-l-17-items .single-features li .icon-box {
  display: inline-block; 
  width: 36px;
  height: 36px;
  margin-right: 15px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features li .icon-box img{width: 36px;}
.feature-area-l-17 .feature-area-l-17-items .single-features li .text-box{
  display: inline-block;
  padding:   0;
  min-height: 60px;
  margin-bottom: 1px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-1 i {
  font-size: 10px;
  color: #FC5C65;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(252, 92, 101, 0.06);
  margin-bottom: 35px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-2 i {
  font-size: 10px;
  color: #50E3C2;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(80, 163, 227, 0.06);
  margin-bottom: 35px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-3 i {
  font-size: 10px;
  color: #A665FB;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(166, 101, 251, 0.06);
  margin-bottom: 35px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 25px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #323232;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features.single-border:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    height: 111px;
    transform: translateY(-50%);
    width: 1px;
    background: #E8E8EA;
  }
}
@media (max-width: 1024px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features{  padding: 0 20px;}
.feature-area-l-17 .feature-area-l-17-items .single-features ul{
padding: 0;
}
}


.center-img {    
  position: absolute  !important;
  text-align: center;
  bottom: 0;}

  @media (max-width: 768px) {

    .center-img {
      display: none;}
  }
    @media (min-width: 1900px) {

      .center-img {
        left: 4%;
    }

      .center-img img{
        width: 80% !important;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        }
    }

    @media (min-width: 1600px) {
      .center-img img {
        width: 85% !important;
    }
    }


    @media (min-width: 2000px) {
      .center-img {
        left: 20%;
    }
      .center-img img{
        width: 65% !important;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        }
        
    }


    @media (max-width: 768px){ 
      .imgfaq {
        display: none;
      }

     
    
    .team .ul1 {
        padding: 0;
    }
    .team  .ul1 .li1 {
      padding-bottom: 10px;
  }
    }
       

  /* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding:0 4px;
  width: 190px;
  position: fixed;
  right: -155px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fab {
  font-size: 17px;
  color: #fff;
  padding: 4px 0;
  width: 28px;
  top: 3px;
  position: relative;
  text-align: center;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none; 
  line-height: 43px!important;
  vertical-align: top!important;
}

.social1 {
  top: 160px;
}

.social2 {
  top: 205px;
}

.social3 {
  top: 250px;
}

.social4 {
  top: 295px;
}

 
/* Floating Social Media Bar Style Ends Here */



#contact #form input.captcha {
  background:#E1ECF0;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #ccc
}
#contact #captcha span{
  width: 44px;
}
#contact #captcha input{
  background: url( ../img/reload.png ) no-repeat scroll 0 0 transparent;
  margin: 5px 0 0;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}


p.p1.hd {
  font-size: 20px;
  color: #ef6f38;
}

@media (min-width: 1200px) {
  .hide-desktop{ display:none;}
  }
  @media (min-width: 320px) and (max-width: 1199px){
    .hide-mob-pad, .back2 { display:none;}
    }

    @media   (max-width: 500px){
      .hide-mob{ display:none;}
      .hero-area-l-16 .content p {  
        font-size: 17px; 
      
    }
      }


      label#captcha {
        background: #f6b54329;
        border-radius: 15px 15px 0 0;
        width: 100%;
        font-size: 24px;
        padding: 10px 10px 0 10px;
        line-height: 40px;
    }
    label#captcha input[type="button"] {
      float: right;
  }


  @media screen and (prefers-color-scheme: dark) {
   


body{
  display: block; 
}

p {
  color: var(--color-texts);
}


/*Preloader css*/
div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#loading img {
  z-index: 9999;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #ffffff !important;
}

.preloader img {
  width: 200px;
}

/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}


.site-menu-main i { 
  top: -5px;
  position: relative;
}
@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}



@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: .4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-menu-main .mobile-partner{
  display: none !important;
}
@media (max-width:768px) 
{
  .site-menu-main .mobile-partner {
    display: block !important;
    margin: 30px 10px;
}
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .sub-menu.megamenu {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }
  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }
  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }
  .top-contact-menu-wraper .header-btn {
    order: 4;
  }
  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1D263A;
    border-radius: 0px 0px 0px 5px;
  }
  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  color: #1D263A;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 35px !important;
    padding-bottom: 33px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 0px;
  transition: opacity 0.5s ease, top 0.5s ease, margin-top 0.5s ease, background-color 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  color: var(--color-headings);
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: .4s;
  }
}

.site-menu-main .sub-menu--item:hover > a {
  color: #1787FC;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translateX(-50%) translateY(1px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translateX(0%) translateY(10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: .4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #1787FC !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 15px 15px;
    border-top: 3px solid #1787FC;
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

.site-menu-main i {
  filter: grayscale(1);
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #000;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span {
    background-color: #fff !important;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #fff !important;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
@media (max-width:768px)  {
  .site-menu-main > li > a i { 
    transform: none;
  }
  
}

  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-right: 6px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .site-header--menu-center .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i, ul.site-menu-main .nav-item:hover a.active i, ul.site-menu-main .nav-item  a.active i {
  transform: scale(1.1);
  filter: none;
}



li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.reveal-header {
  background: #fff !important;
}

.reveal-header .nav-link-item {
  color: #1D263A !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.sticky-menu-bg.reveal-header {
  background: #1D263A !important;
}

.sticky-menu-bg.reveal-header .nav-link-item {
  color: #fff !important;
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.landing-2-menu.reveal-header .sign-in-btn {
  color: #1D263A !important;
}

.landing-5-menu.reveal-header .l5-header-btn .btn {
  color: #1D263A !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn {
  color: #1D263A !important;
}

.landing-6-menu.reveal-header .l6-header-btn .btn:hover {
  color: #fff !important;
}

.mega-menu-image {
  padding-right: 30px;
}

.mega-menu-image img {
  border-radius: 5px;
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease-in-out;
}

.btn:hover {
  color: #fff !important;
}

.btn:focus {
  box-shadow: 0;
}

.btn.focus {
  box-shadow: 0;
}

.btn.btn-medium {
  min-width: 160px;
  height: 48px;
  line-height: 36px;
}

.btn.btn--lg {
  min-width: 181px;
  height: 61px;
}

.btn.btn-xl {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
}

.btn.btn--xxl {
  min-width: 194px;
  height: 60px;
  border-radius: 5px;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn--reset {
  background: transparent;
  border: 0;
}

.btn--link {
  color: #1787FC;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 88px;
  letter-spacing: 1.63px;
  line-height: normal;
  height: 22px;
  padding: 0;
  border-radius: 0;
  border-bottom: 2px solid #1787FC;
  padding: 0px 0px 15px 0px !important;
  margin-top: 40px;
}

.btn--link:hover {
  color: #1787FC !important;
}

.landing-1-menu .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #FF7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .landing-1-menu .header-btn-l1 .btn {
    margin-right: 0px;
  }
}

.l4-header-btn .btn {
  text-transform: uppercase;
  background: #FFCD28;
  min-width: 165px;
  height: 60px;
  border-radius: 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 4px;
  color: #1D263A;
}

.l5-header-btn .btn {
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
  color: #1D263A;
}

.l6-header-btn .btn {
  min-width: 131px;
  height: 40px;
  border: 1px solid rgba(29, 36, 58, 0.4);
  border-radius: 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #1D263A;
}

.l7-header-btn .btn {
  background: #1787FC;
  min-width: 131px;
  height: 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .l7-header-btn .btn {
    margin-right: 0px;
  }
}

.l8-header-btn .btn {
  background: #20BFA9;
  min-width: 210px;
  height: 50px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .l8-header-btn .btn {
    margin-right: 0px;
  }
}

.l9-header-btn .btn {
  background: #2D947A;
  min-width: 256px;
  height: 60px;
  border-radius: 0px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .l9-header-btn .btn {
    border-radius: 0px 0px 5px 0px;
  }
}

.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked ~ .checkbox {
  background: #1787FC !important;
  border-color: #1787FC;
}

.check-input-control input:checked ~ .checkbox::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
  background: #9ea1ab;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox-2 {
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  background: #fff;
}

/*Checkout page radio button*/
.gr-radio-input input:checked ~ label .round-indicator {
  border: 1px solid #473bf0;
  background: #fff;
}

.gr-radio-input input:checked ~ label .round-indicator:after {
  opacity: 1;
}

.gr-radio-input input:checked ~ label .round-indicator {
  border: 1px solid #1787FC;
  background: #fff;
}

.gr-radio-input input:checked ~ label .round-indicator:after {
  opacity: 1;
}

.round-indicator {
  position: relative;
  display: inline-block;
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 500px;
}

.round-indicator:after {
  content: "";
  background-color: #473bf0;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

/*Checkout page radio button*/
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-control::placeholder {
  color: #000;
  opacity: 1;
}

.form-control:focus {
  box-shadow: none !important;
}

/*Section heading style-1*/
.section__heading h2 {
  color: #213053;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 44px;
  margin-bottom: 25px;
}
.section__heading h2 span {
  display: block;
  color: #50ae56;
}

@media (min-width: 480px) {
  .section__heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section__heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.section__heading p {
  opacity: 0.7;
  color: #213053;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  margin-bottom: 0;
}

/*Section heading style-2*/
.section__heading-2 h2 {
  color: #1D263A;
  font-size: 34px !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .section__heading-2 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section__heading-2 h2 {
    font-size: 48px;
    line-height: 55px;
  }
}

@media (min-width: 992px) {
  .section__heading-2 h2 {
    font-size: 40px !important;
    line-height: 66px;
  }
}

.section__heading-2 p {
  opacity: 0.8;
  color: #1D263A;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 0;
}

/*Section heading style-3*/
.section__heading-3 h2 {
  color: #1D263A;
  font-size: 34px !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 42px;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .section__heading-3 h2 {
    font-size: 38px !important;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .section__heading-3 h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.section__heading-3 p {
  opacity: 0.7;
  color: #1D263A;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 0;
}

/*Section heading style-4*/
.section-heading-4 h2 {
  font-family: Karla;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -3px;
  line-height: 44px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-4 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-4 h2 {
    font-size: 48px;
    line-height: 60px;
  }
}

.section-heading-4 p {
  font-family: Karla;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-5*/
.section-heading-5 h2 {
  font-family: Gothic A1;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 44px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-5 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-5 h2 {
    font-size: 48px;
    line-height: 64px;
  }
}

.section-heading-5 p {
  font-family: Karla;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-6*/
.section-heading-6 h2 {
  font-family: Work Sans;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.53px;
  line-height: 44px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .section-heading-6 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-6 h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-heading-6 p {
  font-family: Karla;
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 36px;
  margin-bottom: 0;
}

/*Section heading style-7*/
.section-heading-7 h2 {
  font-family: Karla;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -5px;
  line-height: 38px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-7 h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (min-width: 768px) {
  .section-heading-7 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (min-width: 992px) {
  .section-heading-7 h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.section-heading-7 p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666666;
  margin-bottom: 0;
}

/*Section heading style-8*/
.section-heading-8 h2 {
  font-family: Rubik;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 46px;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .section-heading-8 h2 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .section-heading-8 h2 {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 62px;
  }
}

@media (min-width: 992px) {
  .section-heading-8 h2 {
    letter-spacing: -5px;
    font-size: 60px;
    line-height: 74px;
  }
}

.section-heading-8 p {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: -0.3px;
  color: #666666;
  margin-bottom: 0;
}

/*Section heading style-9*/
.section-heading-9 h2 {
  font-family: Karla;
  color: #1F1F1F;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -2.52632px;
  line-height: 40px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-9 h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .section-heading-9 h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.section-heading-9 p {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #E4E4E4;
  margin-bottom: 0;
}

/*Section heading style-10*/
.section-heading-10 h2 {
  font-family: Inter;
  color: #213053;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.345px;
  line-height: 44px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-10 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .section-heading-10 h2 {
    font-size: 46px;
    line-height: 56px;
  }
}

.section-heading-10 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*Section heading style-11*/
.section-heading-11 h2 {
  font-family: Inter;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-11 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.section-heading-11 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #323232;
  margin-bottom: 0;
}

/*Section heading style-12*/
.section-heading-12 h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #5029DE;
  margin-bottom: 15px;
}

.section-heading-12 h2 {
  font-family: Inter;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 46px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-heading-12 h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

.section-heading-12 p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #535659;
  margin-bottom: 0;
}

/*Section heading style-13*/
.section-heading-13 h2 {
  font-family: Nunito;
  color: #2F4B6E;
  font-weight: 800;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-heading-13 h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

.section-heading-13 p {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: #2F4B6E;
  margin-bottom: 0;
}

/*Section heading style-14*/
.section-heading-14 h2 {
  color: #1D263A;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.section-heading-14 h2 span{color: #50ae56;}

@media (min-width: 480px) {
  .section-heading-14 h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  .section-heading-14 h2 {
    font-size: 50px;
    line-height: 66px;
  }
}



.section-heading-14 p {
  font-size: 25px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
  margin-bottom: 0;
}
  

.get-free-demo-btn {
  background: #FF7139;
  height: 70px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  margin-top: 30px;
}

.contact-area-l-image-group .image-1 {
  position: absolute;
  top: 15%;
  left: 0%;
}

.contact-area-l-image-group .image-2 {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(-50%, -50%);
}

.contact-area-l-image-group .image-3 {
  position: absolute;
  bottom: 10%;
  right: 0%;
}

@media (min-width: 992px) {
  .contact-area-l-image-group .image-3 {
    right: 20%;
  }
}

.contact-area-l-image-group .image-4 {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

@media (min-width: 992px) {
  .contact-area-l-image-group .image-4 {
    bottom: 0%;
    left: 5%;
  }
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Footer Area-L3
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
        .footer-area-l7 {
          
          padding-top: 53px;
          padding-bottom: 50px;
          background-color: #f2f2f2;
        }
        
        @media (min-width: 768px) {
          .footer-area-l7 {
            padding-top: 10px;
            padding-bottom: 10px;
          }
        }
        
        @media (min-width: 992px) {
          .footer-area-l7 {
            padding-top: 100px;
            padding-bottom: 100px; 
          }
        }
        
        @media (min-width: 1366px) {
          .footer-area-l7 {
            border-top: 1px solid #ccc; 
          }
        }
        
        .cta-area-l7 .cta-l7-content h2 {
          font-weight: 600;
          font-size: 34px;
          line-height: 44px;
          letter-spacing: -1px;
          color: #1D263A;
        }
        
        @media (min-width: 768px) {
          .cta-area-l7 .cta-l7-content h2 {
            font-size: 38px;
            line-height: 48px;
          }
        }
        
        @media (min-width: 992px) {
          .cta-area-l7 .cta-l7-content h2 {
            font-size: 48px;
            line-height: 58px;
          }
        }
        
        .cta-area-l7 .cta-l7-content p {
          font-size: 15px;
          line-height: 28px;
          color: #1D263A;
          opacity: 0.7;
        }
        
        .cta-border-l7 {
          border-bottom: 1px solid rgba(181, 181, 181, 0.13);
          margin: 60px 0px 60px 0px;
        }
        
        @media (min-width: 768px) {
          .cta-border-l7 {
            margin: 50px 0px 80px 0px;
          }
        }
        
        @media (min-width: 992px) {
          .cta-border-l7 {
            margin: 70px 0px 130px 0px;
          }
        }
        
        .cta-l7-btn {
          margin-top: 20%;
        }
        
        @media (min-width: 768px) {
          .cta-l7-btn {
            margin-top: 20%;
          }
        }
        
        .cta-l7-btn .btn {
          background: #20BFA9;
          border-radius: 3px;
          min-width: 263px;
          height: 55px;
          font-weight: 600;
          font-size: 17px;
          line-height: 30px;
          color: #FFFFFF;
        }
        
        .footer-l7-area-items {
          margin-bottom: -30px;
        }
        
        .footer-l7-area-items .col-xl-4 {
          margin-bottom: 30px;
        }
        
        .footer-l7-area-items .col-xl-2 {
          margin-bottom: 30px;
        }
        
        @media (max-width: 768px) {
            .footer-l7-area-items > div {
              margin: 30px 0 10px 0;
              border-bottom: 1px solid #ccc;
              padding: 10px 10px 30px;
              display: block;
          }
        }

        .footer-l7-area-items .footer-content-l7 img {
          margin-bottom: 20px;
        }
        
        .footer-l7-area-items .footer-content-l7 p {
          font-size: 15px;
          line-height: 20px;
          color: #1D263A;
          opacity: 0.8;
        }

        .footer-area-l7 p {
          font-size: 14px;
          color: #888;
          margin-bottom: 10px;
      }
        
        .footer-l7-area-items h3 {
          font-weight: 600;
          font-size: 18px;
          line-height: 26px;
          color: #00bc51; 
          margin-bottom: 10px;
        }

        .footer-l7-area-items ul li {
          padding-bottom: 10px; 
        } 
        .footer-l7-area-items ul {
          margin-bottom: -20px;
        }
 
        
        .footer-l7-area-items ul li a { 
          font-size: 15px;
          line-height: 30px;
          color: #1D263A;
        }
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
 subscribe Area-1-L1
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.subscribe-newsletter {
  padding: 22px 30px 10px 30px;
  border-radius: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .subscribe-newsletter {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .subscribe-newsletter {
    margin-bottom: 0;
  }
}

.subscribe-newsletter h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #213053;
  margin-bottom: 18px;
}

.subscribe-newsletter .form-control {
  font-size: 15px;
  font-weight: 400;
  color: #213053;
  font-style: normal;
  line-height: 28px;
  border: 0;
  height: 60px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0px 18px 0px 18px;
}

@media (min-width: 576px) {
  .subscribe-newsletter .form-control {
    padding: 0px 150px 0px 18px;
  }
}

.subscribe-newsletter .form-control::-moz-placeholder {
  color: #213053;
  opacity: 0.8;
}

.subscribe-newsletter .form-control:-ms-input-placeholder {
  color: #213053;
  opacity: 0.8;
}

.subscribe-newsletter .form-control::placeholder {
  color: #213053;
  opacity: 0.8;
}

.subscribe-newsletter .btn {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  width: 104px;
  height: 50px;
  border-radius: 15px;
  background-color: #FF7139;
  margin-left: 0px;
  margin-top: 9px;
}

@media (min-width: 576px) {
  .subscribe-newsletter .btn {
    height: 43px;
    margin-left: -140px;
  }
}

.subscribe-newsletter p {
  font-size: 15px;
  line-height: 28px;
  color: #213053;
  opacity: 0.7;
  margin-top: 12px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Hero Area-L2
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.hero-area-l2 {
  padding-top: 95px;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  .hero-area-l2 {
    padding-top: 125px;
  }
}

@media (min-width: 768px) {
  .hero-area-l2 {
    padding-top: 145px;
    padding-bottom: 66px;
  }
}

@media (min-width: 992px) {
  .hero-area-l2 {
    padding-bottom: 0;
  }
}

.hero-area-l2 .content {
  padding-top: 45px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .hero-area-l2 .content {
    padding-top: 0;
  }
}

.hero-area-l2 .content h2 {
  color: #213053;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: 40px;
  margin-bottom: 35px;
}

@media (min-width: 576px) {
  .hero-area-l2 .content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .hero-area-l2 .content h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (min-width: 992px) {
  .hero-area-l2 .content h2 {
    font-size: 70px;
    line-height: 76px;
  }
}

@media (min-width: 1200px) {
  .hero-area-l2 .content h2 {
    font-size: 80px;
    line-height: 86px;
  }
}

.hero-area-l2 .content p {
  opacity: 0.7;
  color: #213053;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .hero-area-l2 .content p {
    padding-right: 110px;
  }
}

.header-btn-l2 .sign-in-btn {
  font-weight: 600;
  font-size: 17px;
  color: #1D263A;
  min-width: initial;
  padding: 0;
  margin-right: 40px;
}

.header-btn-l2 .register-btn {
  font-weight: 600;
  border-radius: 10px;
  font-size: 17px;
  background: #213053;
  color: #fff;
  min-width: 130px;
  height: 60px;
}

.hero-image-group-l2 {
  position: relative;
}

@media (min-width: 992px) {
  .hero-image-group-l2 {
    margin-left: -80px;
  }
}

.hero-image-group-l2 .image-1 img {
  width: 100%;
}

@media (min-width: 1200px) {
  .hero-image-group-l2 .image-1 img {
    width: 110%;
  }
}

.hero-image-group-l2 .image-2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-image-group-l2 .image-2 img {
  width: 300px;
}

@media (min-width: 768px) {
  .hero-image-group-l2 .image-2 img {
    width: 586px;
  }
}

.popular-search-area h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  opacity: 1;
  color: #1D263A;
  padding-top: 32px;
}

.popular-search-area h6 span {
  opacity: 0.7;
  color: #213053;
}

.location-search-area {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .location-search-area {
    margin-top: 55px;
  }
}

.location-search-area label {
  color: #1D263A;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.location-search-area__search-form {
  width: 100%;
  box-shadow: 0px 44px 64px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: #fff;
  padding: 20px 15px 20px 15px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .location-search-area__search-form {
    padding: 15px 15px 15px 20px;
    border-radius: 15px;
    width: 100%;
    height: 90px;
  }
}

@media (min-width: 992px) {
  .location-search-area__search-form {
    width: 746px;
  }
}

.location-search-area__search-form .form-control {
  padding-left: 0;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.5;
}

.location-search-area__dropdown {
  width: 100%;
  display: inline-block;
}

@media (min-width: 576px) {
  .location-search-area__dropdown {
    width: 235px;
  }
}

.location-search-area__dropdown .nice-select {
  padding-left: 0;
  height: 25px;
}

.location-search-area__dropdown .nice-select .list {
  width: 200px;
}

.location-search-area__dropdown .nice-select:after {
  border-bottom: 2px solid #FF7139;
  border-right: 2px solid #FF7139;
  height: 7px;
  margin-top: -4px;
  right: 12px;
  top: 70%;
  width: 7px;
}

.location-search-area__dropdown .current {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.5;
}

.location-search-area__dropdown ul li {
  color: #213053;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.location-search-area__search-btn {
  position: relative;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .location-search-area__search-btn {
    margin-top: -4px;
  }
}

.location-search-area__search-btn .btn {
  min-width: 100%;
  height: 50px;
  box-shadow: 21px 15px 23px rgba(65, 111, 244, 0.11);
  border-radius: 10px;
  background-color: #0A043C;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

@media (min-width: 768px) {
  .location-search-area__search-btn .btn {
    min-width: 160px;
    height: 60px;
  }
}

.location-search-area .location-type input {
  min-width: 100%;
}

@media (min-width: 576px) {
  .location-search-area .location-type input {
    margin-top: 0;
    min-width: 260px;
  }
}

@media (min-width: 992px) {
  .location-search-area .location-type input {
    min-width: 315px;
  }
}

.location-search-area .location-type__input {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .location-search-area .location-type__input {
    margin-top: 0;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Brand Area-L2
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.brand-area-l1 {
  padding: 60px 0px;
}

@media (min-width: 768px) {
  .brand-area-l1 {
    padding: 80px 0px;
  }
}

@media (min-width: 992px) {
  .brand-area-l1 {
    padding: 90px 0px;
  }
}

.brand-area-l1 .brand-logos {
  margin: 0px -30px -30px -30px;
}

.brand-area-l1 .brand-logos .single-brand {
  margin: 0px 30px 30px 30px;
}

.brand-bottom-border {
  border-bottom: 1px solid #DFDFDF;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Features Area-L2
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.feature-area-l2 {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .feature-area-l2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-area-l2 {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}

.feature-l2-items {
  padding-top: 25px;
  margin-bottom: -25px;
}

@media (min-width: 768px) {
  .feature-l2-items {
    padding-top: 35px;
  }
}

@media (min-width: 992px) {
  .feature-l2-items {
    padding-top: 45px;
  }
}

.feature-l2-items .col-xl-3 {
  margin-bottom: 25px;
}

.feature-box-l2 {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 30px 15px 7px 25px;
  transition: all 0.4s ease-in-out;
}

.feature-box-l2:hover {
  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.1);
}

.feature-box-l2 .color-box {
  height: 24px;
  width: 24px;
}

.feature-box-l2 .content-box {
  margin-left: 25px;
}

.feature-box-l2 .content-box h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #213053;
  margin-top: -6px;
}

.feature-box-l2 .content-box p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.7;
}


.landing-16-menu .site-menu-main .nav-link-item {
  font-family: Karla;
  color: #1f1f1f;
  font-size: 17px;
  font-weight: 600;
  font-style: normal; 
}
.landing-16-menu .site-menu-main .nav-link-item.active { 
  color: #4eac55;
   
}


.landing-16-menu .site-menu-main .nav-link-item i {
  color: #1f1f1f;
}

.landing-16-menu .site-menu-main .sub-menu--item {
  font-family: Karla;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.4px;
}

.landing-16-menu.reveal-header .sign-in-btn {
  color: #666666 !important;
}

.hero-area-l-16 { 
    background-image: url(../img/ground.jpg);
    background-repeat: no-repeat;
    background-position: center center;
     background-size: cover;
  padding-top: 45px;
  padding-bottom: 0px;
  z-index: 9;
}



@media (min-width: 480px) {
  .hero-area-l-16 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .hero-area-l-16 {
    padding-top: 78px;
    padding-bottom: 0px;
    z-index:99;
  }
}

@media (min-width: 992px) {
  .hero-area-l-16 {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1200px) {
  .hero-area-l-16 {
    padding-top: 160px;
    padding-bottom: 0px;
  }
}

.hero-area-l-16 .content {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .hero-area-l-16 .content {
    padding-right: 5px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .hero-area-l-16 .content {
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .hero-area-l-16 .content {
    padding-right: 82px;
  }
}

.hero-area-l-16 .content h6 {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2.8125px;
  text-transform: uppercase;
  color: #666666;
}

.hero-area-l-16 .content h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.3px;
  color: #000;
  margin: 27px 0px 20px 0px;
}
.hero-area-l-16 .content h1 span{ color: #50ae56;}

@media (min-width: 576px) {
  .hero-area-l-16 .content h1 {
    font-size: 40px;
    line-height: 52px; 
  }
}

@media (min-width: 768px) {
  .hero-area-l-16 .content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

 

.hero-area-l-16 .content p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 34px;
  color: #000000;
  margin: 30px 0px 38px 0px;
}

.hero-area-l-16 .content .hero-btns {
  margin: 0px -7px -15px -7px;
  text-align: center;
}

@media (min-width: 480px) {
  .hero-area-l-16 .content .hero-btns {
    text-align: left;
  }
}

.hero-area-l-16 .content .hero-btns a {
  margin: 0px 7px 15px 7px;
}
@media (min-width: 767px) {
  .hero-area-l-16 .content .hero-btns a {
    margin: 0px 7px 35px 7px;
  }
}
.hero-area-l-16 .content .hero-btns i {
  margin-right: 15px;
  font-size: x-large;
}

.hero-area-l-16 .content .hero-btns .btn {
  background: #2780FF;
  border-radius: 5px;
  min-width: 238px;
  height: 60px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.hero-area-l-16 .star-ratings {
  margin-top: 20px;
}

.hero-area-l-16 .star-ratings .star-dif-color {
  color: #E5E5E5;
}

.hero-area-l-16 .star-ratings i {
  color: #FA8231;
}

.hero-area-l-16 .star-ratings .rating-text {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.32381px;
  color: #535659;
  margin-left: 15px;
}

@media (min-width: 480px) {
  .hero-area-l-16 .star-ratings .rating-text {
    font-size: 17px;
  }
}

.hero-area-l-16 .hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 7%;
}





.hero-area-l-16 .hero-img .hero-shape-2 {
  position: absolute;
  top: 0;
  left: -45px;
  z-index: -1;
  width: 87%;
}

@media (min-width: 1200px) {
  .hero-area-l-16 .hero-img .hero-shape-2 {
    width: initial;
  }
}

.header-btn-l-16 .download-btn {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
  min-width: 152px;
  height: 40px;
  background: #50ae56;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 15px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Feature Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.feature-area-l6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8fffa;
}

@media (min-width: 768px) {
  .feature-area-l6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-area-l6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.feature-area-l6 .feature-area-l6-items {
  margin-bottom: -30px;
  margin-top: 50px;
}

.feature-area-l6 .feature-area-l6-items .col-lg-4 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
 
}

@media (min-width: 1200px) {
 
}

.feature-area-l6 .content-area h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.15; 
}

.feature-area-l6 .content-area h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 25px;
}

.feature-area-l6 .content-area p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #323232;
  margin-bottom: 0;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Brand Area-L-14

        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
        .brand-area-l-14 {
          padding-top: 60px;
          padding-bottom: 50px;
        }
        
        @media (min-width: 768px) {
          .brand-area-l-14 {
            padding-top: 80px;
            padding-bottom: 70px;
          }
        }
        
        @media (min-width: 992px) {
          .brand-area-l-14 {
            padding-top: 100px; 
          }
        }
        
        .brand-area-l-14 h4 {
          font-family: Rubik;
          font-style: normal;
          font-weight: normal;
          font-size: 24px;
          line-height: 28px;
          text-align: center;
          color: #333333;
          padding-bottom: 35px;
        }
        
        .brand-area-l-14-items {
          margin: 0px -20px -45px -20px;
          padding-top: 5%;
        }
        
        .brand-area-l-14-items .single-brand {
          margin: 0px 20px 45px 20px;
        }
        
        .brand-aarea-border-l14 {
          border-top: 0px solid #E4E4E4;
          margin: 60px 0px 0px 0px;
        }
        
        @media (min-width: 768px) {
          .brand-aarea-border-l14 {
            margin: 80px 0px 0px 0px;
          }
        }
        
        @media (min-width: 992px) {
          .brand-aarea-border-l14 {
            margin: 100px 0px 0px 0px;
          }
        }
        

        .img-grayscale {
          filter: grayscale(100%);
      }
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Content Area 1-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
 
.content-area-1-l-16 .content {
  padding-top: 45px;
}
.hd-bg {
  position: absolute;
  top: -20px;
  z-index: 2;
  right: 0;
}
p.sp-txt {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
}
.back1 {
    position: absolute;
    top: 10%;
    z-index: 1;
}
.back2 {
    position: absolute;
    bottom: 0%;
    right:-15%;
    z-index: 1;
}


@media (min-width: 992px) {
  .content-area-1-l-16 .content {
    padding-top: 0px;
    z-index: 2;
    position: relative;
  }
}

.content-area-1-l-16 .content span {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  background: #FA8231;
  border-radius: 15px;
  padding: 8px 20px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}

.content-area-1-l-16 .content span i {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .content-area-1-l-16 .image-area {
    margin-bottom: -155px;
  }
}

.content-area-1-l-16 .image-area img {
  border-radius: 55px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Content Area 2-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.content-area-2-l-16 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .content-area-2-l-16 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .content-area-2-l-16 {
    padding-top: 130px;
  }
}

.content-area-2-l-16 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .content-area-2-l-16 .content {
    padding-top: 0px;
  }
}

.content-area-2-l-16 .content h2 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .content-area-2-l-16 .content h2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .content-area-2-l-16 .content h2 {
    margin-bottom: 70px;
  }
}

.content-area-2-l-16 .content .single-item {
  margin-bottom: 40px;
}

.content-area-2-l-16 .content .single-item i {
  margin-right: 25px;
  color: #fff;
  background: #2780FF;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: x-large;
}

.content-area-2-l-16 .content .content-body {
  margin-top: -8px;
}

.content-area-2-l-16 .content .content-body h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}

.content-area-2-l-16 .content .content-body p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #323232;
}

@media (min-width: 992px) {
  .content-area-2-l-16 .image-area {
    margin-bottom: -155px;
  }
}

.content-area-2-l-16 .image-area img {
  border-radius: 55px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      ScreenShot Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.screenshot-area-l-16 {
  background: #222D3D;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .screenshot-area-l-16 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .screenshot-area-l-16 {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.screenshot-area-l-16 .section-heading-10 h2 {
  color: #fff;
}

.screenshot-area-l-16 .section-heading-10 p {
  color: #DBE4F1;
}

.screenshot-slider-wrapper-l-16 {
  position: relative;
  margin-top: 20px;
}

.screenshot-slider-wrapper-l-16 .screenshot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  min-height: 720px !important;
  max-height: 720px !important;
}

@media (min-width: 690px) {
  .screenshot-slider-wrapper-l-16 .screenshot-image {
    width: 274px;
    min-height: 720px !important;
    max-height: 720px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 690px) {
  .screenshot-slider-wrapper-l-16 .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.screenshot-slider-wrapper-l-16 .phone-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
}

@media (min-width: 690px) {
  .screenshot-slider-wrapper-l-16 .phone-bg-img {
    display: block;
    transform: translate(-50%, -50%);
  }
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-list {
  margin: 0 -23.5px;
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-slide {
  opacity: .5;
  transition: 0.4s;
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-center {
  opacity: 1;
  border-radius: 40px;
  max-height: 720px !important;
  transform: scale(1.1);
  min-height: 690px;
}

.screenshot-slider-wrapper-l-16 .screenshot-slider .slick-center img {
  border-radius: 40px;
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn {
  position: absolute;
  right: 31%;
  top: 49%;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  transition: .4s;
  z-index: 1;
}

@media (min-width: 576px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn {
    left: 12%;
  }
}

@media (min-width: 768px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn {
    left: 12%;
  }
}

@media (min-width: 992px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn {
    left: 23%;
  }
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn.active {
  background: #2780FF;
  color: #fff !important;
  border: 1px solid #2780FF;
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn:hover {
  background: #2780FF;
  color: #fff !important;
  border: 1px solid #2780FF;
}

.screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
  left: 31%;
}

@media (min-width: 576px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
    left: auto;
    right: 12%;
  }
}

@media (min-width: 768px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
    left: auto;
    right: 12%;
  }
}

@media (min-width: 992px) {
  .screenshot-slider-wrapper-l-16 .l-16-slide-btn.slick-next {
    left: auto;
    right: 23%;
  }
}

.screenshots-dots-l-16 ul.slick-dots {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}

.screenshots-dots-l-16 ul.slick-dots li {
  cursor: pointer;
  display: inline-block;
  width: 6px;
  height: 6px;
  font-size: 0;
  background: #fff;
  margin: 0 7px;
}

.screenshots-dots-l-16 ul.slick-dots li button {
  display: none;
}

.screenshots-dots-l-16 .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.screenshots-dots-l-16 .slick-dots li {
  border: none;
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  color: transparent;
  opacity: 0.3;
}

.screenshots-dots-l-16 .slick-dots li:focus {
  outline: none;
  box-shadow: none;
}

.screenshots-dots-l-16 .slick-dots li.slick-active {
  background-color: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Testimonial Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.testimonial-area-l-16 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .testimonial-area-l-16 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .testimonial-area-l-16 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.testimonial-area-l-16 .section-heading-10 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .testimonial-area-l-16 .section-heading-10 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .testimonial-area-l-16 .section-heading-10 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .testimonial-area-l-16 .testimonial-card {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .testimonial-area-l-16 .testimonial-card {
    padding-right: 70px;
  }
}

@media (min-width: 1600px) {
  .testimonial-area-l-16 .testimonial-card {
    padding-right: 142px;
  }
}

.testimonial-area-l-16 .testimonial-card img {
  margin-bottom: 40px;
}

.testimonial-area-l-16 .testimonial-card p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
}

.testimonial-area-l-16 .testimonial-card .user-identity {
  margin-top: 15px;
}

.testimonial-area-l-16 .testimonial-card .user-identity h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.testimonial-area-l-16 .testimonial-card .user-identity span {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}

.testimonial-slider-l-16 .slick-arrow {
  display: none !important;
}
.img-effect2{    border: 5px solid #fff;
    box-shadow: 0px 0px 17px 0px rgb(249 247 205 / 75%);
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Newsletter Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.newsletter-area-l-16 {  
  height: 100%;
  width: 100%; 
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fffdf6;
}

@media (min-width: 768px) {
  .newsletter-area-l-16 {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .newsletter-area-l-16 {
    padding-top: 110px;
    padding-bottom: 105px;
  }
}

.newsletter-area-l-16 .newsletter-area-shape {
  position: absolute;
  bottom: 0;
  left: 5%;
}

.newsletter-area-l-16 .content .icon-box i {
  height: 84px;
  width: 84px;
  line-height: 84px;
  text-align: center;
  background-color: #20BFA9;
  border-radius: 50%; 
  font-size: xxx-large;
  margin-bottom: 28px;
}

.newsletter-area-l-16 .content h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.345px;
  color: #000000;
  margin-bottom: 40px;
}

.newsletter-area-l-16 .content p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #878B90;
  margin-bottom: 0;
  margin-top: 35px;
}

.newsletter-area-l-16 .newsletter-btns {
  margin: 0px -7px -15px -7px;
}

.newsletter-area-l-16 .newsletter-btns a {
  margin: 0px 7px 15px 7px;
}


.newsletter-area-l-16 .newsletter-btns i {
  margin-right: 15px;
  font-size: x-large;
}

.newsletter-area-l-16 .newsletter-btns .btn {
  background: #2780FF;
  border-radius: 5px;
  min-width: 238px;
  height: 60px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 768px) {
    .newsletter-area-l-16 .hero-img {
    height: 48vh;
   }
   
  .newsletter-area-l-16 .newsletter-btns a {
    margin: 0px 7px 15px 7px;
    display: block;
  }
  .newsletter-area-l-16 .content h2{font-size: 40px; margin-top: 20px;}
  
  
  
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Footer Area-L-16
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer-area-l-16 {
  padding-top: 55px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;

}

@media (min-width: 768px) {
  .footer-area-l-16 {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .footer-area-l-16 {
    padding-top: 95px;
    padding-bottom: 30px;
  }
}

.footer-area-l-16 .brand-logo {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .footer-area-l-16 .brand-logo {
    margin-bottom: 0;
    margin-right: 35px;
  }
}

@media (min-width: 1600px) {
  .footer-area-l-16 .content-body {
    padding-right: 60px;
  }
}

.footer-area-l-16 .content-body p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.footer-area-l-16 .footer-single-item {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .footer-area-l-16 .footer-single-item {
    padding-top: 0;
  }
}

.footer-area-l-16 .footer-single-item h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.footer-area-l-16 .footer-single-item p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}

.footer-area-l-16 .copyright-area {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .footer-area-l-16 .copyright-area {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .footer-area-l-16 .copyright-area {
    margin-top: 80px;
  }
}

.footer-area-l-16 .copyright-area p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.footer-area-l-16 .copyright-area .social-icons ul {
  margin: 0px -10px 0px -10px;
}

.footer-area-l-16 .copyright-area .social-icons ul li {
  margin: 0px 10px 0px 10px;
}

.footer-area-l-16 .copyright-area .social-icons ul li i {
  font-size: 22px;
  color: #000000;
}

footer p a {
  color: #000000;
  text-decoration: underline;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  Sign In Page 01
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-menu-1 {
  background: #fff;
}

.sign-in-menu-1 .site-menu-main .nav-link-item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}

.sign-in-menu-1 .site-menu-main .nav-link-item i {
  color: #213053;
}

.sign-in-menu-1 .site-menu-main .sub-menu--item {
  color: #213053;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}

.sign-in-menu-1.reveal-header .log-in-btn {
  color: #666666 !important;
}

.sign-in-header-btn-1 .log-in-btn {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: normal;
  color: #666666;
  min-width: 87px;
  height: 40px;
  border: 1px solid #1F1F1F;
  border-radius: 3px;
}

.sign-in-header-btn-1 .download-trail-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
  background: #1787FC;
  border-radius: 30px;
  min-width: 131px;
  height: 40px;
  margin-left: 15px;
  padding-top: 18px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign In 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-1 {
  background: url(../image/sign-in/sign-in-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-in-1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-in-1 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-in-1 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-in-1-box .heading {
  margin-bottom: 40px;
}

.sign-in-1-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-in-1-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-in-1-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-in-1-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-in-1-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-in-1-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-in-1-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-1-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-1-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-1-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-in-1-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-in-1-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-in-1-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign Up 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-up-1 {
  background: url(../image/sign-in/sign-in-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-up-1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-up-1 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-up-1 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-up-1-box .heading {
  margin-bottom: 40px;
}

.sign-up-1-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-up-1-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-up-1-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-up-1-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-up-1-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-up-1-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-up-1-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-1-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-1-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-1-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-up-1-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-up-1-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-up-1-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Reset Password 01
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.reset-password-1 {
  background: url(../image/sign-in/sign-in-bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .reset-password-1 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .reset-password-1 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .reset-password-1 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.reset-password-1-box .heading {
  margin-bottom: 40px;
}

.reset-password-1-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .reset-password-1-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.reset-password-1-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.reset-password-1-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.reset-password-1-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.reset-password-1-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.reset-password-1-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-password-1-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-password-1-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-password-1-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 10px 0px 35px 0px;
}

.reset-password-1-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.reset-password-1-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign up 02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-up-2 {
  background: url(../image/sign-in/sign-up-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-up-2 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-up-2 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-up-2 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-up-2-box .heading {
  margin-bottom: 40px;
}

.sign-up-2-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-up-2-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-up-2-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-up-2-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-up-2-box form .form-control {
  background: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #EAECED;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 0px;
  margin-bottom: 18px;
}

.sign-up-2-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-2-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-2-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-2-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-up-2-box form .keep-sign-area .check-input-control input:checked ~ .checkbox {
  background: #1D263A !important;
  border-color: #1D263A;
}

.sign-up-2-box form .sign-in-log-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  height: 45px;
  margin: 20px 0px 35px 0px;
}

.sign-up-2-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-up-2-box form .create-new-acc-text p a {
  color: #FF794D;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign In 02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-2 {
  background: url(../image/sign-in/sign-in-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .sign-in-2 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-in-2 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-in-2 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-in-2-box .heading {
  margin-bottom: 40px;
}

.sign-in-2-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-in-2-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-in-2-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.sign-in-2-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.sign-in-2-box form .form-control {
  background: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #EAECED;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 0px;
  margin-bottom: 18px;
}

.sign-in-2-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-2-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-2-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-2-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-in-2-box form .keep-sign-area .check-input-control input:checked ~ .checkbox {
  background: #1D263A !important;
  border-color: #1D263A;
}

.sign-in-2-box form .sign-in-log-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  height: 45px;
  margin: 20px 0px 35px 0px;
}

.sign-in-2-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.sign-in-2-box form .create-new-acc-text p a {
  color: #FF794D;
}

.sign-in-2-box .reset-now-text p {
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 0;
}

.sign-in-2-box .reset-now-text p a {
  color: #FFFFFF;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
       Reset Password 02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.reset-pass-2 {
  background: url(../image/sign-in/reset-pass-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 123px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .reset-pass-2 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .reset-pass-2 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .reset-pass-2 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.reset-pass-2-box .heading {
  margin-bottom: 40px;
}

.reset-pass-2-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .reset-pass-2-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.reset-pass-2-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.reset-pass-2-box form {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px 40px 30px 40px;
}

.reset-pass-2-box form .form-control {
  background: transparent;
  border-radius: 0px;
  border-bottom: 2px solid #EAECED;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 0px;
  margin-bottom: 18px;
}

.reset-pass-2-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-2-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-2-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-2-box form .sign-in-log-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  height: 45px;
  margin: 10px 0px 25px 0px;
}

.reset-pass-2-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.reset-pass-2-box form .create-new-acc-text p a {
  color: #FF794D;
}

.reset-pass-2-box .reset-now-text p {
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 35px;
  margin-bottom: 0;
}

.reset-pass-2-box .reset-now-text p a {
  color: #FFFFFF;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign Up 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-up-3 {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .sign-up-3 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-up-3 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-up-3 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-up-3 .inner-page-left-bg img {
  width: 100%;
}

@media (min-width: 992px) {
  .sign-up-3 .inner-page-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
  }
  .sign-up-3 .inner-page-left-bg img {
    width: 100%;
    height: 1240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .sign-up-3 .inner-page-left-bg {
    width: 46%;
  }
}

.sign-up-3-box .heading {
  margin-bottom: 40px;
}

.sign-up-3-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-up-3-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-up-3-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.sign-up-3-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-up-3-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-up-3-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-3-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-3-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-up-3-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-up-3-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-up-3-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.sign-up-3-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Sign In 03
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.sign-in-3 {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .sign-in-3 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .sign-in-3 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .sign-in-3 {
    padding-top: 235px;
    padding-bottom: 150px;
  }
}

.sign-in-3 .inner-page-left-bg img {
  width: 100%;
}

@media (min-width: 992px) {
  .sign-in-3 .inner-page-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
  }
  .sign-in-3 .inner-page-left-bg img {
    width: 100%;
    height: 945px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .sign-in-3 .inner-page-left-bg {
    width: 46%;
  }
}

.sign-in-3-box .heading {
  margin-bottom: 40px;
}

.sign-in-3-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sign-in-3-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.sign-in-3-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.sign-in-3-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.sign-in-3-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sign-in-3-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-3-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-3-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.sign-in-3-box form .keep-sign-area .remember-text {
  font-size: 15px;
  line-height: 28px;
  color: rgba(29, 38, 58, 0.8);
  margin-left: 15px;
}

.sign-in-3-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 20px 0px 35px 0px;
}

.sign-in-3-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.sign-in-3-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
       Reset Password 03
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.reset-pass-3 {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .reset-pass-3 {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .reset-pass-3 {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .reset-pass-3 {
    padding-top: 320px;
    padding-bottom: 220px;
  }
}

.reset-pass-3 .inner-page-left-bg img {
  width: 100%;
}

@media (min-width: 992px) {
  .reset-pass-3 .inner-page-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 56%;
  }
  .reset-pass-3 .inner-page-left-bg img {
    width: 100%;
    height: 945px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .reset-pass-3 .inner-page-left-bg {
    width: 46%;
  }
}

.reset-pass-3-box .heading {
  margin-bottom: 40px;
}

.reset-pass-3-box .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .reset-pass-3-box .heading h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.reset-pass-3-box .heading p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.reset-pass-3-box form label {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 10px;
}

.reset-pass-3-box form .form-control {
  background: rgba(225, 231, 240, 0.5);
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 18px;
}

.reset-pass-3-box form .form-control::-moz-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-3-box form .form-control:-ms-input-placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-3-box form .form-control::placeholder {
  color: #1D263A !important;
  opacity: 0.6;
}

.reset-pass-3-box form .sign-in-log-btn .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  height: 56px;
  margin: 10px 0px 25px 0px;
}

.reset-pass-3-box form .create-new-acc-text p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.reset-pass-3-box form .create-new-acc-text p a {
  color: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      404 Page
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.error-page {
  padding-top: 108px;
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .error-page {
    padding-top: 125px;
  }
}

@media (min-width: 576px) {
  .error-page {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .error-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .error-page {
    padding-top: 245px;
    padding-bottom: 175px;
  }
}

.error-page-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-top: 30px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .error-page-content h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.error-page-content p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.7;
}

.back-to-btn .btn {
  background: #FF794D;
  border-radius: 5px;
  min-width: 213px;
  height: 45px;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
  margin-top: 25px;
}

.back-to-btn .btn:hover {
  color: #fff !important;
}

.back-to-btn a {
  text-decoration: none;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
            Footer Area SIgn In 01
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.footer-sign-in-1 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .footer-sign-in-1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .footer-sign-in-1 {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}

.footer-sign-in-1 .footer-border-top {
  margin: 40px 0px 60px 0px;
  border-top: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
  .footer-sign-in-1 .footer-border-top {
    margin: 60px 0px 80px 0px;
  }
}

@media (min-width: 992px) {
  .footer-sign-in-1 .footer-border-top {
    margin: 103px 0px 120px 0px;
  }
}

.footer-sign-in-1 .content {
  margin: 35px 0px 33px 0px;
}

.footer-sign-in-1 .content p {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #666666;
}

.footer-sign-in-1 .footer-widget p {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.4px;
  color: #666666;
  margin-bottom: 35px;
}

.footer-sign-in-1 .footer-widget ul li a {
  font-family: Karla;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: -0.4px;
  color: #1F1F1F;
}

.footer-sign-in-1 .social-icons {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .footer-sign-in-1 .social-icons {
    margin-bottom: 0;
  }
}

.footer-sign-in-1 .social-icons ul {
  margin: 0px -9px 0px -9px;
}

.footer-sign-in-1 .social-icons ul li {
  margin: 0px 9px 0px 9px;
}

.footer-sign-in-1 .social-icons ul li i {
  font-size: 16px;
  color: #1f1f1f !important;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Testimonial 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-testimonial-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-testimonial-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-testimonial-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-testimonial-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Testimonial 02
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-testimonial-main-area {
  background: #F9FAFB;
  padding-bottom: 120px;
}

.inner-testimonial-main-area .inner-testimonial-card-1-items {
  margin-bottom: -25px;
}

.inner-testimonial-main-area .inner-testimonial-card-1-items .col-xl-4 {
  margin-bottom: 25px;
}

.inner-testimonial-main-area .inner-testimonial-card-1 {
  background: #fff;
  border: 1px solid rgba(223, 223, 223, 0.7);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 30px 25px 30px 25px;
}

@media (min-width: 480px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 .content {
    min-height: 250px;
  }
}

@media (min-width: 992px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 .content {
    min-height: 170px;
  }
}

.inner-testimonial-main-area .inner-testimonial-card-1 .content p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity {
  background: rgba(214, 227, 235, 0.3);
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 40px;
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-image img {
  margin: auto;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-image img {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-details h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
}

.inner-testimonial-main-area .inner-testimonial-card-1 .user-identity .user-details p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.7;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Service 01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-service-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-service-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-service-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-service-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Service 02
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-service-01 {
  padding-top: 28px;
}

@media (min-width: 768px) {
  .inner-service-01 {
    padding-top: 48px;
  }
}

@media (min-width: 992px) {
  .inner-service-01 {
    padding-top: 78px;
  }
}

.inner-service-newsletter-01 {
  background: #F9FAFB;
}

.inner-service-newsletter-01 .newsletter-form-l5 .btn {
  background: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details content Area 1
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-1-content-1 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .service-details-1-content-1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-1-content-1 {
    padding-bottom: 130px;
  }
}

.service-details-1-content-1 .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .service-details-1-content-1 .content {
    padding-top: 0;
  }
}

.service-details-1-content-1 .content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 20px;
}

.service-details-1-content-1 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details Process Area
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-process-area {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .service-details-process-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-process-area {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.service-details-process-area .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #1D263A;
}

@media (min-width: 768px) {
  .service-details-process-area .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.service-details-process-items {
  position: relative;
  margin-top: 40px;
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .service-details-process-items {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .service-details-process-items {
    margin-top: 90px;
  }
  .service-details-process-items:after {
    position: absolute;
    content: "";
    border-top: 3px dashed rgba(23, 98, 252, 0.2);
    width: 75%;
    top: 25px;
    left: 40px;
    z-index: -1;
  }
}

.service-details-process-items .col-lg-3 {
  margin-bottom: 30px;
}

.service-details-process-items .number-box span {
  filter: drop-shadow(0px 4px 25px rgba(23, 135, 252, 0.5));
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #1787FC;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #FFFFFF;
  margin-bottom: 45px;
}

.service-details-process-items .content-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 20px;
}

.service-details-process-items .content-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(2, 11, 18, 0.7);
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details content Area 2
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-1-content-2 {
  background: #F9FAFB;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .service-details-1-content-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-1-content-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.service-details-1-content-2 .content-area-2 {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .service-details-1-content-2 .content-area-2 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .service-details-1-content-2 .content-area-2 {
    padding-top: 115px;
  }
}

.service-details-1-content-2 .content {
  margin-bottom: -55px;
  padding-top: 45px;
}

@media (min-width: 992px) {
  .service-details-1-content-2 .content {
    padding-top: 0;
  }
}

.service-details-1-content-2 .content .card-item {
  margin-bottom: 55px;
}

.service-details-1-content-2 .content .card-item .icon-box {
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1.5px solid #1787FC;
  width: 36px;
  height: 36px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  display: inline-table;
}

@media (min-width: 480px) {
  .service-details-1-content-2 .content .card-item .icon-box {
    margin-bottom: 0;
  }
}

.service-details-1-content-2 .content .card-item .content-box h6 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 20px;
  margin-top: -5px;
}

.service-details-1-content-2 .content .card-item .content-box p {
  font-size: 17px;
  line-height: 30px;
  color: #262729;
  opacity: 0.7;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Service Details Cta Area
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.service-details-1-cta-area {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .service-details-1-cta-area {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .service-details-1-cta-area {
    padding-top: 90px;
  }
}

.service-details-1-cta-area .content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .service-details-1-cta-area .content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.service-details-1-cta-area .content p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.7;
  margin-bottom: 0;
}

.service-details-1-cta-area .cta-req-btn {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .service-details-1-cta-area .cta-req-btn {
    margin-top: 0;
  }
}

.service-details-1-cta-area .cta-req-btn .btn {
  min-width: 263px;
  height: 55px;
  background: #20BFA9;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
}

.service-details-1-cta-area .cta-border {
  border-top: 1px solid rgba(29, 36, 58, 0.13);
  margin: 70px 0px 0px 0px;
}

@media (min-width: 768px) {
  .service-details-1-cta-area .cta-border {
    margin: 90px 0px 0px 0px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Blog Category
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.blog-category-area {
  background: #F9FAFB;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .blog-category-area {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .blog-category-area {
    padding-bottom: 25px;
  }
}

.blog-category-area .heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .blog-category-area .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.blog-category-area .read-article-btn .btn {
  min-width: 195px;
  height: 55px;
  border: 1.5px solid #2D947A;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #2D947A;
}

.blog-category-area .read-article-btn .btn:hover {
  color: #2D947A !important;
}

.blog-category-items {
  padding-bottom: 20px;
  padding-top: 45px;
}

.blog-category-items .col-lg-4 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-category-items {
    padding-bottom: 40px;
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .blog-category-items {
    padding-bottom: 65px;
    padding-top: 45px;
  }
}

.blog-category-items .blog-card .blog-content h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FF794D;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-category-items .blog-card .blog-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Blog Regular
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.blog-regular-area {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .blog-regular-area {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .blog-regular-area {
    padding-bottom: 130px;
  }
}

.blog-regular-items {
  padding-bottom: 20px;
}

.blog-regular-items .col-lg-4 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .blog-regular-items {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .blog-regular-items {
    padding-bottom: 65px;
  }
}

.blog-regular-items .blog-card .blog-content h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FF794D;
  margin-top: 35px;
  margin-bottom: 20px;
}

.blog-regular-items .blog-card .blog-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
}

.blog-reg-pagination-area ul {
  margin: 0px -5px;
}

.blog-reg-pagination-area ul li {
  margin: 0px 5px;
  font-size: 21px;
  color: #1D263A;
  cursor: pointer;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #FFFFFF;
  border: 1px solid #EAE9F2;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}

.blog-reg-pagination-area ul li:hover {
  color: #fff;
  background: #1787FC;
}

.blog-reg-pagination-area ul li:hover a {
  color: #fff;
}

.blog-reg-pagination-area ul li a {
  color: #1D263A;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Blog Details
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-blog-details-banner {
  background: url(../image/blog/blog-details-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 55px;
}

@media (min-width: 480px) {
  .inner-blog-details-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-blog-details-banner {
    padding-top: 150px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .inner-blog-details-banner {
    padding-top: 250px;
    padding-bottom: 65px;
  }
}

@media (min-width: 1200px) {
  .inner-blog-details-banner {
    padding-top: 405px;
  }
}

.blog-details-content h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #FFFFFF;
}

@media (min-width: 480px) {
  .blog-details-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.blog-details-content .blog-details-banner-item {
  margin-top: 30px;
}

.blog-details-content .blog-details-banner-item ul {
  margin: 0px -15px -20px -15px;
}

.blog-details-content .blog-details-banner-item ul li {
  margin: 0px 15px 20px 15px;
}

.blog-details-content .blog-details-banner-item ul li i {
  font-size: 18px;
  color: #1787FC;
  margin-right: 12px;
}

.blog-details-content .blog-details-banner-item ul li span {
  font-size: 15px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.8;
  display: inline-block;
}

.blog-details-content-area {
  background: #F9FAFB;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .blog-details-content-area {
    padding-top: 80px;
  }
}

.blog-details-content-area .content h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-top: 43px;
  margin-bottom: 20px;
}

.blog-details-content-area .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.blog-details-content-area .content .advance-text-area .content {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .blog-details-content-area .content .advance-text-area .content {
    margin-left: 30px;
    margin-bottom: 0;
  }
}

.blog-details-content-area .content .advance-text-area img {
  height: 225px;
  width: 225px;
  -o-object-fit: fill;
     object-fit: fill;
}

.blog-details-content-area .content .quote-area-blog-details {
  background: linear-gradient(270.32deg, #047AF5 0.34%, rgba(23, 135, 252, 0.6) 99.79%);
  border-radius: 0px 25px 25px 25px;
  margin: 32px 0px 30px 0px;
  padding: 35px 40px 10px 70px;
}

.blog-details-content-area .content .quote-area-blog-details p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
}

.blog-details-content-area .content .quote-area-blog-details .quote {
  position: absolute;
  left: 40px;
  top: 20px;
}

.blog-details-content-area .content .key-summary-area ul {
  margin-top: 32px;
  margin-bottom: -18px;
}

.blog-details-content-area .content .key-summary-area ul li {
  margin-bottom: 18px;
}

.blog-details-content-area .content .key-summary-area ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  display: inline-block;
  margin-top: -8px;
}

.blog-details-content-area .content .key-summary-area ul li i {
  font-size: 8px;
  color: #1787FC;
  margin-right: 12px;
}

.blog-details-content-area .content .tagged-area {
  margin-top: 60px;
}

.blog-details-content-area .content .tagged-area h4 {
  margin-right: 30px;
}

.blog-details-content-area .content .tagged-area .tag-item ul {
  margin: 0px -6px -12px- 6px;
}

.blog-details-content-area .content .tagged-area .tag-item ul li {
  margin: 0px 6px 12px 6px;
  border: 1px solid rgba(29, 38, 58, 0.13);
  padding: 10px 30px;
}

.blog-details-content-area .content .tagged-area .tag-item ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
}

.blog-details-content-area .content .tagged-area-bottom-border {
  border-top: 1px solid rgba(29, 58, 36, 0.13);
  margin-top: 90px;
  margin-bottom: 35px;
}

.blog-details-right-sidebar h4 {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 20px;
}

.blog-details-right-sidebar h5 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1D263A;
}

.blog-details-right-sidebar p a {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
}

.blog-details-right-sidebar .recent-post-item {
  margin-bottom: -16px;
}

.blog-details-right-sidebar .recent-post-item .post-content {
  border-bottom: 1px solid rgba(29, 38, 58, 0.1);
  margin-bottom: 16px;
}

.blog-details-right-sidebar .recent-post-item .post-content:last-child {
  border-bottom: 0;
}

.blog-details-right-sidebar .categories-item ul {
  margin: 0px 0px -35px 0px;
}

.blog-details-right-sidebar .categories-item ul li {
  border-bottom: 1px solid rgba(29, 38, 58, 0.1);
  margin: 0px 0px 17px 0px;
  padding-bottom: 17px;
}

.blog-details-right-sidebar .categories-item ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: #1D263A;
}

.blog-details-right-sidebar .categories-item ul li:last-child {
  border-bottom: 0;
}

.blog-details-right-sidebar .blog-archive {
  position: relative;
  z-index: 1;
}

.blog-details-right-sidebar .blog-archive .nice-select {
  border: 1px solid rgba(29, 38, 58, 0.1);
  font-size: 17px;
  line-height: 30px;
  color: rgba(29, 38, 58, 0.8);
  float: inherit;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.blog-details-right-sidebar .blog-archive .nice-select .list {
  width: 100%;
}

.blog-details-right-sidebar .blog-archive .nice-select.nice-select:after {
  margin-top: -8px;
  border-bottom: 2px solid #1D263A;
  border-right: 2px solid #1D263A;
  content: '';
  height: 10px;
  right: 20px;
  width: 10px;
}

.blog-details-right-sidebar .blog-tag-cloud .tag-cloud-item ul {
  margin: 0px -6px -12px -6px;
}

.blog-details-right-sidebar .blog-tag-cloud .tag-cloud-item ul li {
  margin: 0px 6px 12px 6px;
  border: 1px solid rgba(29, 38, 58, 0.13);
  padding: 10px 30px;
}

.blog-details-right-sidebar .blog-tag-cloud .tag-cloud-item ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
}

.blog-details-right-sidebar .search-form-area .form-control {
  height: 60px;
  border-radius: 5px;
  border: 1px solid rgba(29, 38, 58, 0.1);
  background-color: #fff;
  color: #1D263A;
  opacity: 0.7;
  font-size: 15px;
  line-height: normal;
  padding-left: 50px;
}

.blog-details-right-sidebar .search-form-area .form-control::-moz-placeholder {
  color: #1D263A;
  opacity: 0.7;
}

.blog-details-right-sidebar .search-form-area .form-control:-ms-input-placeholder {
  color: #1D263A;
  opacity: 0.7;
}

.blog-details-right-sidebar .search-form-area .form-control::placeholder {
  color: #1D263A;
  opacity: 0.7;
}

.blog-details-right-sidebar .search-form-area button[type=submit] {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border: 0;
}

.blog-details-right-sidebar .sidebar-bg {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 35px 30px;
  margin-bottom: 30px;
  filter: drop-shadow(0px 4px 56px rgba(22, 22, 22, 0.05));
}

.blog-previous-next-link-area .col-md-6 {
  margin-bottom: 30px;
}

.blog-previous-next-link-area .project-link-area .icon-box i {
  background: #1787FC;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 65px;
  width: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-right: 25px;
}

.blog-previous-next-link-area .project-link-area .content-box span {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 3px;
}

.blog-previous-next-link-area .project-link-area .content-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.blog-previous-next-link-area .project-link-area.project-link-area-next i {
  margin-left: 25px;
  margin-right: 0;
}

.comments-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F9FAFB;
}

@media (min-width: 768px) {
  .comments-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .comments-area {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.comments-area .comments-area-top-border {
  border-top: 1px solid rgba(181, 181, 181, 0.2);
}

.comments-area h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 45px;
}

.comments-area .comment-form {
  padding-top: 55px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .comments-area .comment-form {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .comments-area .comment-form {
    padding-top: 105px;
    padding-bottom: 60px;
  }
}

.comments-area .comment-form .form-card-area {
  margin-bottom: 30px;
}

.comments-area .comment-form .form-card-area .user-image {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .comments-area .comment-form .form-card-area .user-image {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.comments-area .comment-form .form-card-area .user-image img {
  width: 90px;
  height: 90px;
  -o-object-fit: fill;
     object-fit: fill;
}

.comments-area .comment-form .form-card-area .user-review-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(10, 4, 60, 0.02);
  border-radius: 0px 25px 25px 25px;
  padding: 30px 35px 25px 35px;
}

.comments-area .comment-form .form-card-area .user-review-content h5 a {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
}

.comments-area .comment-form .form-card-area .user-review-content h6 small {
  font-size: 15px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.comments-area .comment-form .form-card-area .user-review-content h6 span {
  color: #1D263A;
  opacity: 0.8;
  display: inline-block;
  margin: 0px 4px;
}

.comments-area .comment-form .form-card-area .user-review-content p {
  font-size: 18px;
  line-height: 32px;
  color: #1D263A;
  margin-top: 15px;
}

.comments-area .comment-form .form-card-area .user-review-content .reply-btn .btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #1D263A;
  padding: 0;
  min-width: inherit;
}

.comments-area .comment-form .form-card-area .user-review-content .reply-btn .btn i {
  margin-right: 10px;
}

.comments-area .comment-form .form-card-area .user-review-content .reply-btn .btn:hover {
  color: #1D263A !important;
}

@media (min-width: 992px) {
  .comments-area .comment-form .form-card-area--reply {
    padding-left: 120px;
  }
}

.blog-details-contact-form-area h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 45px;
}

.blog-details-contact-form-area .blog-details-contact-form {
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
}

@media (min-width: 576px) {
  .blog-details-contact-form-area .blog-details-contact-form {
    padding: 30px 45px 40px 45px;
  }
}

.blog-details-contact-form-area .blog-details-contact-form .form-group {
  margin-bottom: 30px;
}

.blog-details-contact-form-area .blog-details-contact-form label {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 5px;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control {
  background: #E1ECF0;
  border-radius: 10px;
  height: 50px;
  font-size: 15px;
  line-height: 28px;
  color: #717986;
  border: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control::-moz-placeholder {
  color: #717986;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control:-ms-input-placeholder {
  color: #717986;
}

.blog-details-contact-form-area .blog-details-contact-form .form-control::placeholder {
  color: #717986;
}

.blog-details-contact-form-area .blog-details-contact-form textarea {
  background: #E1ECF0;
  border-radius: 10px;
  height: 100px !important;
}

@media (min-width: 768px) {
  .blog-details-contact-form-area .blog-details-contact-form textarea {
    height: 180px !important;
  }
}

.blog-details-contact-form-area .blog-details-contact-form .btn {
  background: #20BFA9;
  border-radius: 50px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Pricing-01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-pricing-area-1 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .inner-pricing-area-1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-pricing-area-1 {
    padding-bottom: 120px;
  }
}

.inner-pricing-area-1-items {
  margin-bottom: -30px;
}

.inner-pricing-area-1-items .col-xl-4 {
  margin-bottom: 30px;
}

.inner-pricing-area-1-items .price-card {
  background: #FFFFFF;
  border-radius: 15px;
  padding: 40px 35px 40px 35px;
}

.inner-pricing-area-1-items .price-card .price-top-area {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-pricing-area-1-items .price-card .price-top-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 5px;
}

.inner-pricing-area-1-items .price-card .price-top-area span {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  color: #1D263A;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card .price-item-list {
  padding-top: 40px;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 15px;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li i {
  color: #1D263A;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li.del {
  color: #7F828A;
}

.inner-pricing-area-1-items .price-card .price-item-list ul li.del i {
  color: #7F828A;
}

.inner-pricing-area-1-items .price-card .price-area-btn .btn {
  width: 100%;
  height: 56px;
  background: #1787FC;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin-top: 27px;
}

.inner-pricing-area-1-items .price-card.professional-price-card {
  background: #1787FC;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-top-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-top-area h4 {
  color: #fff;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-top-area span {
  color: #fff;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list {
  padding-top: 40px;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li {
  color: #fff;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li i {
  color: #fff;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li.del {
  color: #fff;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-item-list ul li.del i {
  color: #fff;
  opacity: 0.7;
}

.inner-pricing-area-1-items .price-card.professional-price-card .price-area-btn .btn {
  background: #fff;
  color: #1787FC;
}

.feature-area-price-1 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .feature-area-price-1 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-area-price-1 {
    padding-bottom: 130px;
  }
}

.feature-area-price-1-items {
  margin-bottom: -55px;
}

.feature-area-price-1-items .col-lg-4 {
  margin-bottom: 55px;
}

.feature-card-price-1 .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background: rgba(214, 227, 235, 0.4);
  display: inline-table;
}

.feature-card-price-1 .icon img {
  width: 32px;
  height: 32px;
}

.feature-card-price-1 .icon.icon-2 {
  background: rgba(250, 229, 218, 0.4);
}

.feature-card-price-1 .icon.icon-3 {
  background: #EBF5FF;
}

.feature-card-price-1 .content {
  margin-left: 35px;
}

.feature-card-price-1 .content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 15px;
}

.feature-card-price-1 .content p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Pricing 02
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-price-table-2 {
  background: #F9FAFB;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .inner-price-table-2 {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .inner-price-table-2 {
    padding-bottom: 120px;
  }
}

.inner-price-table-2 .section__heading h2 {
  margin-bottom: 30px;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #1787FC;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 24px);
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger] {
  background: #1787FC;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger] span {
  left: calc(100% - 52%);
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger].active:before {
  color: #1D263A !important;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="yearly"] .btn-toggle-2[data-pricing-trigger].active:after {
  color: #fff !important;
}

.inner-price-table-2 [data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.inner-price-table-2 .btn-toggle-2[data-pricing-trigger].active:before {
  color: #fff !important;
}

.inner-price-table-2 .btn-toggle-2[data-pricing-trigger].active:after {
  color: #1D263A !important;
}

.inner-price-table-2 .dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.inner-price-table-2 .static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.inner-price-table-2 .btn-toggle {
  width: 48px;
  height: 24px;
  border-radius: 17px;
  background-color: #f8f8f8 !important;
  position: relative;
  margin: 0 15px;
}

.inner-price-table-2 .btn-toggle span {
  width: 16px;
  height: 16px;
  background-color: #1787FC;
  position: absolute;
  left: 5px;
  top: 4px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}

.inner-price-table-2 .btn-toggle-8 {
  width: 265px;
  height: 42px;
  border-radius: 30px;
  background-color: #fff !important;
  position: relative;
  margin: 0 15px;
  z-index: 1;
}

.inner-price-table-2 .btn-toggle-8:before {
  position: absolute;
  content: "PER MONTHLY" !important;
  width: 50%;
  text-transform: uppercase;
  color: #fff;
  height: 34px;
  background: transparent;
  left: 6px;
  top: 4px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

.inner-price-table-2 .btn-toggle-8:after {
  position: absolute;
  content: "PER YEARLY" !important;
  width: 50%;
  font-size: 13px;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #1D263A;
  height: 34px;
  background: transparent;
  right: 4px;
  top: 4px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.inner-price-table-2 .btn-toggle-8 .round {
  width: 50%;
  height: 34px;
  top: 3px;
  left: 4px;
  background: #FF794D;
  display: block;
  z-index: -1;
}

.inner-price-table-2 .btn-toggle-8 span {
  display: none;
}

.inner-price-table-2 .btn-toggle[data-value-active="yearly"] {
  background-color: #1787FC !important;
}

.inner-price-table-2 .btn-toggle[data-value-active="yearly"] span {
  left: calc(100% - 25px) !important;
}

.inner-price-table-2 .btn-toggle-square {
  height: 65px;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 5px;
  align-items: center;
}

.inner-price-table-2 .btn-toggle-square.bg-whisper-3:hover, .inner-price-table-2 .btn-toggle-square.bg-whisper-3:focus {
  background: #fff !important;
}

.inner-price-table-2 .btn-toggle-square span {
  min-width: 160px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.inner-price-table-2 .btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}

.inner-price-table-2 .btn-toggle-square span:nth-child(2) {
  border-radius: 0px 10px 10px 0;
}

.inner-price-table-2 .btn-toggle-square span.active {
  color: #fff;
  background: #1787FC;
}

.inner-price-table-2 .popular-pricing:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 4px;
  background: #f46f7c;
  border-radius: 6px;
}

.inner-price-table-2 .popular-pricing.popular-pricing-2:before {
  height: 3px;
  top: -3px;
  background: red;
}

.inner-price-table-2 .priceing_area_four .sec_title {
  margin-bottom: 50px;
}

.inner-price-table-2 .price_info_two .price_head {
  display: table;
  width: 100%;
}

.inner-price-table-2 .price_info_two .price_head .p_head {
  width: calc(100%/5);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 31px 0;
}

.inner-price-table-2 .price_info_two .price_head .p_head h5 {
  color: #1D263A;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

@media (min-width: 576px) {
  .inner-price-table-2 .price_info_two .price_head .p_head h5 {
    font-size: 16px;
  }
}

.inner-price-table-2 .price_info_two .price_head .p_head p {
  color: #1D263A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

.inner-price-table-2 .price_info_two .price_head .p_head h2 {
  color: #1D263A;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1.12px;
  line-height: normal;
  margin-top: 27px;
}

@media (min-width: 576px) {
  .inner-price-table-2 .price_info_two .price_head .p_head h2 {
    font-size: 34px;
  }
}

.inner-price-table-2 .ex_team_item .hover_content .n_hover_content ul,
.inner-price-table-2 .job_listing .listing_tab .list_item .joblisting_text ul,
.inner-price-table-2 .price_info_two .price_head .p_head h5,
.inner-price-table-2 .priceing_area_four .sec_title h2 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .inner-price-table-2 .price_info_two {
    padding-top: 63px;
  }
}

@media (min-width: 992px) {
  .inner-price-table-2 .price_info_two .price_head .p_head:nth-child(4) {
    background: #1D263A;
    border-radius: 9px 9px 0px 0px;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) {
    background: #1D263A;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) a {
    color: #fff !important;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) span {
    color: #fff !important;
  }
  .inner-price-table-2 .price_info_two .price_item:nth-child(4) i {
    color: #fff !important;
  }
  .inner-price-table-2 .p_head:nth-child(4) h2 {
    color: #fff !important;
  }
  .inner-price-table-2 .p_head:nth-child(4) p {
    color: #fff !important;
  }
}

.inner-price-table-2 .price_info_two .price_item {
  width: calc(100%/5);
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  padding: 15px 0;
}

.inner-price-table-2 .price_info_two .price_item span {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222d39;
}

.inner-price-table-2 .pr_list:last-child .price_item:nth-child(4) {
  border-radius: 0px 0px 9px 9px;
}

.inner-price-table-2 .price_info_two .price_item:first-child {
  text-align: left;
}

.inner-price-table-2 .price_info_two .price_item span i {
  font-size: 15px;
  color: #1D263A;
}

.inner-price-table-2 .pr_list:last-child {
  border: none !important;
}

.inner-price-table-2 .p_head:nth-child(4) h5 {
  color: #fff !important;
  border-radius: 30px;
  background-color: #FF794D;
  padding: 0px 11px;
}

@media (min-width: 576px) {
  .inner-price-table-2 .p_head:nth-child(4) h5 {
    display: inline-block;
    padding: 8px 30px;
  }
}

.inner-price-table-2 .price_info_two .price_item .pr_title {
  position: relative;
  display: inline-block;
  color: #1D263A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

.inner-price-table-2 .price_btn i {
  margin-left: 13px;
  background-color: #fff;
  color: #1787FC;
  border: 2px solid #1787FC;
  border-radius: 50%;
  padding: 4px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .inner-price-table-2 .price_item.price-get-started-btn-3 i {
    background-color: #332727;
    color: #fff;
    border: 2px solid #fff;
  }
}

@media (min-width: 480px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: inherit;
  }
}

.inner-price-table-2 .price_info_two .price_item .check {
  color: #1D263A;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

.inner-price-table-2 .price_info_two .pr_list {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eaeced;
}

.inner-price-table-2 .price_info_two a {
  text-decoration: none;
}

.inner-price-table-2 .price_info_two .price_btn {
  color: #1787FC;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
}

@media (min-width: 576px) {
  .inner-price-table-2 .price_info_two .price_btn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .pr_list,
  .inner-price-table-2 .price_info_two .price_head .p_head.time {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item:first-child {
    text-align: center;
    padding: 5px 0;
  }
}

@media (max-width: 1199px) {
  .inner-price-table-2 .price_info_two .price_item:first-child {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item:before {
    content: attr(data-title);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item:first-child h5 {
    width: initial;
    border: 0;
    float: none;
    padding: 15px 0px;
  }
}

@media (max-width: 768px) {
  .inner-price-table-2 .price_info_two .price_item span {
    border-left: 1px dashed #ededed;
    display: block;
    float: right;
    font-size: 1.1rem;
    height: 100%;
    line-height: 3.1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: flex;
  }
}

@media (max-width: 768px) and (min-width: 992px) {
  .inner-price-table-2 .pr_list.pricing-get-strated-btn {
    display: initial;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Pricing 02 FAQ
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.price-2-faq-area {
  background: #fff;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .price-2-faq-area {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .price-2-faq-area {
    padding-top: 120px;
  }
}

.price-2-faq-area-items {
  padding-top: 70px;
  margin-bottom: -50px;
}

.price-2-faq-area-items .col-xl-6 {
  margin-bottom: 50px;
}

.price-2-faq-area-items .content .question-item h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 30px;
}

.price-2-faq-area-items .content .question-item p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.7;
  margin-bottom: 0;
}

.price-2-faq-area-bottom {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .price-2-faq-area-bottom {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .price-2-faq-area-bottom {
    padding-top: 90px;
  }
}

.price-2-faq-area-bottom p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Contact-01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-pages-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-pages-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-pages-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-pages-banner {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

.inner-contact-form-area-1 {
  background: url(../image/contact/contact-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px 60px 0px;
}

@media (min-width: 768px) {
  .inner-contact-form-area-1 {
    padding: 80px 0px 80px 0px;
  }
}

@media (min-width: 992px) {
  .inner-contact-form-area-1 {
    padding: 100px 0px 180px 0px;
  }
}

.inner-contact-form-1 {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 30px;
}

@media (min-width: 576px) {
  .inner-contact-form-1 {
    padding: 30px 45px 40px 45px;
  }
}

@media (min-width: 992px) {
  .inner-contact-form-1 {
    margin-top: -340px;
  }
}

@media (min-width: 1600px) {
  .inner-contact-form-1 {
    margin-top: -320px;
  }
}

.inner-contact-form-1 .form-group {
  margin-bottom: 30px;
}

.inner-contact-form-1 label {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 5px;
}

.inner-contact-form-1 .form-control {
  background: #E1ECF0;
  border-radius: 10px;
  height: 50px;
  font-size: 15px;
  line-height: 28px;
  color: #717986;
  border: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.inner-contact-form-1 .form-control::-moz-placeholder {
  color: #717986;
}

.inner-contact-form-1 .form-control:-ms-input-placeholder {
  color: #717986;
}

.inner-contact-form-1 .form-control::placeholder {
  color: #717986;
}

.inner-contact-form-1 textarea {
  background: #E1ECF0;
  border-radius: 10px;
  height: 100px !important;
}

@media (min-width: 768px) {
  .inner-contact-form-1 textarea {
    height: 180px !important;
  }
}

.inner-contact-form-1 .btn {
  background: #ffb505;
  border-radius: 50px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Contact-02
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-contact-area-2 {
  padding-top: 0;
  background: #F9FAFB;
}

.inner-contact-area-2 .cta-form-area-l9 {
  border-radius: 0px 0px 10px 10px;
}

.inner-contact-area-2 .cta-form-area-l9 .form-control {
  border-radius: 0;
}

.inner-contact-2-items-area {
  padding-bottom: 10px;
  background: #F5F5F5;
  padding-top: 6 0px;
}

@media (min-width: 768px) {
  .inner-contact-2-items-area {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .inner-contact-2-items-area {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.inner-contact-2-items-area .inner-contact-2-items-area-items .col-lg-4 {
  margin-bottom: 40px;
}

.inner-contact-2-items-area .card-area .icon-box {
  margin-bottom: 30px;
  margin-right: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: rgba(214, 227, 235, 0.4);
  display: inline-table;
}

.inner-contact-2-items-area .card-area .icon-box img {
  width: 24px;
  height: 24px;
}

@media (min-width: 480px) {
  .inner-contact-2-items-area .card-area .icon-box {
    margin-bottom: 0;
  }
}

.inner-contact-2-items-area .card-area .content-box {
  margin-top: -5px;
}

.inner-contact-2-items-area .card-area .content-box h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 20px;
}

.inner-contact-2-items-area .card-area .content-box p {
  font-size: 21px;
  line-height: 32px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-01
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-card-masonry {
  position: relative;
}

.portfolio-navbar {
  padding: 30px 0px;
}

@media (min-width: 768px) {
  .portfolio-navbar {
    padding: 50px 0px;
  }
}

.portfolio-navbar ul li a {
  color: #6f727b;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.63px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.link-hover-light:hover {
  color: #495fef;
}

.isotope-nav li a.active {
  color: #495fef;
}

.portfolio-card-masonry:hover .text-block {
  bottom: 20px;
  opacity: 1;
}

.portfolio-card-masonry .text-block {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: .4s;
  padding: 30px 15px 15px 30px;
}

.nogap-btn-margin {
  margin-top: 45px;
}

.portfolio-card-hover .card-image {
  transition: .4s;
}

.portfolio-card-hover .card-image img {
  transition: .4s;
}

.portfolio-card-hover:hover .card-image {
  transform: scale(0.8) rotate(-16deg);
}

.portfolio-card-hover:hover img {
  border-radius: 20px;
  box-shadow: 0 32px 74px rgba(68, 77, 136, 0.2);
}

.link-hover-reset:hover {
  color: var(--color-text);
}

.link-hover-rotate {
  transition: .4s;
  display: inline-flex;
  will-change: transform;
  transform: rotate(0deg);
}

.link-hover-rotate:hover {
  transform: rotate(-10deg);
}

.isotope-item {
  transition: .4s;
}

.gr-bg-opacity {
  z-index: 1;
}

.gr-bg-opacity:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .9;
  border-radius: 8px;
}

.gr-pb-7,
.gr-py-7 {
  padding-bottom: 25px !important;
}

.portfolio-card-masonry span {
  color: #161c2d;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.63px;
  line-height: normal;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.portfolio-card-masonry h3 {
  color: #161c2d;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1.2px;
  line-height: 44px;
}

@media (min-width: 768px) {
  .portfolio-card-masonry h3 {
    font-size: 26px;
  }
}

.grid--no-gap .col-md-6 {
  padding: 0;
}

.grid--no-gap .col-sm-6 {
  padding: 0;
}

.grid--no-gap .col-lg-4 {
  padding: 0;
}

.grid--no-gap .col-lg-3 {
  padding: 0;
}

.grid--no-gap .col-12 {
  padding: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-03
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-grid-area-3 {
  background: #F9FAFB;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .portfolio-grid-area-3 {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .portfolio-grid-area-3 {
    padding-bottom: 100px;
  }
}

.portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card .content span {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FF794D;
  margin-bottom: 17px;
  margin-top: 20px;
}

.portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card .content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card.port-margin-gap-1 {
    margin-top: 225px;
  }
  .portfolio-grid-area-3 .portfolio-grid-area-3-items .portfolio-grid-3-card.port-margin-gap-2 {
    margin-top: 155px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-1
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-1 {
  position: relative;
  background: #F9FAFB;
  padding-top: 128px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .portfolio-details-area-1 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .portfolio-details-area-1 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-1 {
    padding-top: 195px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-1:after {
    position: absolute;
    content: '';
    background: #000;
    height: 100%;
    width: 62%;
    top: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    left: 0;
    opacity: 1;
    z-index: -1;
  }
}

.portfolio-details-area-1 .portfolio-details-1-image img {
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.portfolio-details-area-1 .port-details-1-content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .portfolio-details-area-1 .port-details-1-content {
    padding-top: 0px;
  }
}

@media (min-width: 1600px) {
  .portfolio-details-area-1 .port-details-1-content {
    padding-left: 80px;
  }
}

.portfolio-details-area-1 .port-details-1-content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
  color: #262729;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .portfolio-details-area-1 .port-details-1-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.portfolio-details-area-1 .port-details-1-content p {
  font-size: 17px;
  line-height: 30px;
  color: #262729;
  opacity: 0.7;
}

.portfolio-details-area-1 .port-details-1-content .project-details {
  margin-top: 45px;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul {
  margin-bottom: -15px;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul li {
  margin-bottom: 15px;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul li strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.portfolio-details-area-1 .port-details-1-content .project-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-left: 15px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-2
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-2 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 165px;
  position: relative;
  background: url(../image/portfolio/portfolio-details-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .portfolio-details-area-2 {
    padding-top: 250px;
    padding-bottom: 165px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-2 {
    padding-top: 370px;
    padding-bottom: 300px;
  }
}

.portfolio-details-content-area-2 {
  background: #F9FAFB;
  padding-top: 65px;
}

@media (min-width: 1600px) {
  .portfolio-details-content-area-2 .content {
    padding-right: 30px;
  }
}

.portfolio-details-content-area-2 .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 25px;
}

.portfolio-details-content-area-2 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.project-info-area-pr-de-2 {
  padding-top: 45px;
  z-index: 1;
  position: relative;
}

@media (min-width: 992px) {
  .project-info-area-pr-de-2 {
    margin-top: -250px;
    padding-top: 0;
  }
}

.project-info-area-pr-de-2 .port-details-1-content {
  background: #FFFFFF;
  box-shadow: 0px 54px 100px rgba(10, 4, 60, 0.1);
  border-radius: 15px;
  padding: 38px 30px 45px 30px;
}

@media (min-width: 480px) {
  .project-info-area-pr-de-2 .port-details-1-content {
    padding: 38px 45px 45px 45px;
  }
}

.project-info-area-pr-de-2 .port-details-1-content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
}

@media (min-width: 480px) {
  .project-info-area-pr-de-2 .port-details-1-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.project-info-area-pr-de-2 .port-details-1-content .btn {
  min-width: 150px;
  height: 55px;
  background: #FF794D;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 40px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details {
  margin-top: 38px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul {
  margin-bottom: -15px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul li {
  margin-bottom: 15px;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul li strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.project-info-area-pr-de-2 .port-details-1-content .project-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-left: 15px;
}

.project-info-area-pr-de-2 p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-top: 40px;
  margin-bottom: 0;
}

.process-area-port-de-2 {
  background: #F9FAFB;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .process-area-port-de-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .process-area-port-de-2 {
    padding-top: 95px;
    padding-bottom: 130px;
  }
}

.process-area-port-de-2 .service-details-process-items {
  margin-top: 40px;
  z-index: 1;
}

.key-challenges-area {
  background: #F9FAFB;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .key-challenges-area {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .key-challenges-area {
    padding-bottom: 110px;
  }
}

.key-challenges-area .content {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .key-challenges-area .content {
    padding-top: 0;
  }
}

@media (min-width: 1600px) {
  .key-challenges-area .content {
    padding-right: 30px;
  }
}

.key-challenges-area .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  color: #1D263A;
}

.key-challenges-area .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-top: 35px;
}

.key-challenges-area .challenge-list {
  margin-top: 30px;
}

.key-challenges-area .challenge-list ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.key-challenges-area .challenge-list ul li img {
  margin-right: 15px;
  margin-top: -5px;
}

.prev-next-project-area {
  padding-top: 35px;
  border-top: 1px solid rgba(29, 36, 58, 0.1);
  background: #F9FAFB;
}

.prev-next-project-area .prev-next-project-items .col-md-6 {
  margin-bottom: 30px;
}

.prev-next-project-area .prev-next-project-items .project-link-area .icon-box i {
  background: #1787FC;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 65px;
  width: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-right: 25px;
}

.prev-next-project-area .prev-next-project-items .project-link-area .content-box span {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 3px;
}

.prev-next-project-area .prev-next-project-items .project-link-area .content-box h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.prev-next-project-area .prev-next-project-items .project-link-area.project-link-area-next i {
  margin-left: 25px;
  margin-right: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-3
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-3 {
  background: #F9FAFB;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 480px) {
  .portfolio-details-area-3 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .portfolio-details-area-3 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-3 {
    padding-top: 200px;
  }
}

.portfolio-details-area-3 .product-details-slider {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .portfolio-details-area-3 .product-details-slider {
    margin-bottom: 0;
  }
}

.portfolio-details-area-3 .product-details-slider img {
  border-radius: 15px;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 768px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 295px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 390px;
  }
}

@media (min-width: 1200px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 468px;
  }
}

@media (min-width: 1600px) {
  .portfolio-details-area-3 .product-details-slider img {
    height: 538px;
  }
}

.portfolio-details-area-3 .product-details-vertical-slider {
  margin: 0px -12px;
}

.portfolio-details-area-3 .product-details-vertical-slider .single-slide {
  margin: 0px 12px;
}

@media (min-width: 768px) {
  .portfolio-details-area-3 .product-details-vertical-slider .single-slide {
    margin-bottom: 25px;
  }
}

.project-information-pd-3 {
  background: #F9FAFB;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .project-information-pd-3 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .project-information-pd-3 {
    padding-bottom: 100px;
  }
}

.project-information-pd-3 .content h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .project-information-pd-3 .content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.project-information-pd-3 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.project-information-pd-3 .btn {
  min-width: 150px;
  height: 55px;
  background: #1787FC;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 40px;
}

.project-information-pd-3 .project-details {
  margin-top: 38px;
}

.project-information-pd-3 .project-details ul {
  margin-bottom: -15px;
}

.project-information-pd-3 .project-details ul li {
  margin-bottom: 15px;
}

.project-information-pd-3 .project-details ul li strong {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
}

.project-information-pd-3 .project-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-left: 15px;
}

.project-brief-area .product-image img {
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 992px) {
  .project-brief-area .product-image img {
    height: 240px;
  }
}

@media (min-width: 1200px) {
  .project-brief-area .product-image img {
    height: 300px;
  }
}

@media (min-width: 1600px) {
  .project-brief-area .product-image img {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .project-brief-area .col-md-8 {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .project-brief-area .col-md-8 {
    margin-top: 0;
  }
}

.project-brief-area .col-md-6 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .project-brief-area .col-md-6 {
    margin-top: 0;
  }
}

.project-brief-area {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .project-brief-area {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .project-brief-area {
    padding-top: 120px;
  }
}

.project-brief-area .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 22px;
}

.project-brief-area .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.project-brief-area .project-brief-area-items {
  padding-bottom: 45px;
}

.client-feed-back-port-3 .heading {
  padding: 40px 0px;
}

@media (min-width: 768px) {
  .client-feed-back-port-3 .heading {
    padding: 60px 0px;
  }
}

.client-feed-back-port-3 .heading h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
}

@media (min-width: 480px) {
  .client-feed-back-port-3 .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.client-feed-back-port-3 .content-l5-3-content {
  background: linear-gradient(270.32deg, #047AF5 0.34%, rgba(23, 135, 252, 0.6) 99.79%);
}

.similar-project-area {
  background: #F9FAFB;
  padding-top: 50px;
  padding-bottom: 35px;
}

.similar-project-area .section-heading-14 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .similar-project-area .section-heading-14 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .similar-project-area .section-heading-14 {
    margin-bottom: 80px;
  }
}

.similar-project-area .col-lg-4 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .similar-project-area {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .similar-project-area {
    padding-top: 120px;
    padding-bottom: 105px;
  }
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
      Portfolio-Details-4
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.portfolio-details-area-4 {
  background: #F9FAFB;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 480px) {
  .portfolio-details-area-4 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .portfolio-details-area-4 {
    padding-top: 160px;
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-4 {
    padding-top: 210px;
    padding-bottom: 120px;
  }
}

.portfolio-details-area-4-bg {
  background: #FFFFFF;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .portfolio-details-area-4-bg {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-4-bg {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

.portfolio-details-area-4-bg .heading {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .portfolio-details-area-4-bg .heading {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .portfolio-details-area-4-bg .heading {
    margin-bottom: 60px;
  }
}

.portfolio-details-area-4-bg .heading h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .portfolio-details-area-4-bg .heading h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.portfolio-details-area-4-bg .heading p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.portfolio-det-area-4-bg-image {
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  background: url(../image/portfolio/portfolio-bg-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (min-width: 768px) {
  .portfolio-det-area-4-bg-image {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

@media (min-width: 992px) {
  .portfolio-det-area-4-bg-image {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.project-details-item-4-items {
  margin-top: 70px;
}

.project-details-item-4-items .col-lg-3 {
  margin-bottom: 30px;
}

.project-details-item-4-items .content h6 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 13px;
}

.project-details-item-4-items .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.project-details-item-4-items .btn {
  min-width: 150px;
  height: 55px;
  background: #1787FC;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .project-details-item-4-items .btn {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .project-details-item-4-items .btn {
    margin-top: 40px;
  }
}

.process-area-pro-det-4 {
  background: #F9FAFB;
  position: relative;
  z-index: 0;
  padding-bottom: 55px;
}

@media (min-width: 768px) {
  .process-area-pro-det-4 {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .process-area-pro-det-4 {
    padding-bottom: 125px;
  }
}

.process-area-pro-det-4 .content h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1px;
  color: #1D263A;
  margin-bottom: 22px;
}

.process-area-pro-det-4 .content p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        About Us 
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-about-us-area {
  padding-top: 115px;
}

@media (min-width: 480px) {
  .inner-about-us-area {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .inner-about-us-area {
    padding-top: 135px;
  }
}

@media (min-width: 992px) {
  .inner-about-us-area {
    padding-top: 170px;
  }
}

.inner-about-bg-area {
  position: relative;
  margin-top: 65px;
  border-radius: 30px;
}

.inner-about-bg-area .bg-image img {
  border-radius: 30px 30px 0px 0px;
}

@media (min-width: 992px) {
  .inner-about-bg-area .bg-image img {
    border-radius: 30px;
  }
}

.inner-about-bg-area .content {
  background: #FF794D;
  border-radius: 0px 0px 30px 30px;
  padding: 32px 45px 18px 40px;
}

@media (min-width: 992px) {
  .inner-about-bg-area .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    border-radius: 0px 30px 0px 30px;
  }
}

@media (min-width: 1200px) {
  .inner-about-bg-area .content {
    width: 66%;
  }
}

@media (min-width: 1600px) {
  .inner-about-bg-area .content {
    width: 57%;
  }
}

.inner-about-bg-area .content p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.7;
}

.inner-ab-bg-bottom-content {
  margin-top: 60px;
  margin-bottom: -30px;
}

.inner-ab-bg-bottom-content .col-md-10 {
  margin-bottom: 30px;
}

.inner-ab-bg-bottom-content .icon-content-area .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  background: rgba(214, 227, 235, 0.4);
  display: inline-table;
  margin-bottom: 30px;
}

.inner-ab-bg-bottom-content .icon-content-area .icon img {
  width: 32px;
  height: 32px;
}

.inner-ab-bg-bottom-content .icon-content-area .icon.icon-2 {
  background: rgba(250, 229, 218, 0.4);
}

@media (min-width: 768px) {
  .inner-ab-bg-bottom-content .icon-content-area .icon {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .inner-ab-bg-bottom-content .icon-content-area .content {
    padding-right: 45px;
  }
}

@media (min-width: 1600px) {
  .inner-ab-bg-bottom-content .icon-content-area .content {
    padding-right: 135px;
  }
}

@media (min-width: 768px) {
  .inner-ab-bg-bottom-content .icon-content-area .content {
    margin-left: 35px;
  }
}

.inner-ab-bg-bottom-content .icon-content-area .content p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Counter area 
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.counter-area-inner-about-us {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .counter-area-inner-about-us {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .counter-area-inner-about-us {
    padding-top: 110px;
  }
}

.counter-area-inner-about-us .counter-area-l8-items {
  background: #1787FC;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
        Team area 
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.about-area-team {
  background: #F9FAFB;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .about-area-team {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .about-area-team {
    padding-top: 120px;
  }
}

.about-area-team-items {
  margin-top: 35px;
  margin-bottom: -25px;
}

@media (min-width: 768px) {
  .about-area-team-items {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .about-area-team-items {
    margin-top: 55px;
  }
}

.about-area-team-items .col-xl-3 {
  margin-bottom: 25px;
}

.about-area-team-items .team-card {
  position: relative;
}

.about-area-team-items .team-card .image img {
  border-radius: 15px;
}

.about-area-team-items .team-card .content {
  transition: all 0.4s ease-in-out;
  background: #FFFFFF;
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 30px);
  transform: translate(-50%, 100%);
  padding: 20px 20px 20px 20px;
}

.about-area-team-items .team-card .content h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 0;
}

.about-area-team-items .team-card .content span {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  color: #1D263A;
  opacity: 0.6;
}

.about-area-team-items .team-card .content .social-icons {
  margin-top: 12px;
}

.about-area-team-items .team-card .content .social-icons ul {
  margin: 0px -8px;
}

.about-area-team-items .team-card .content .social-icons ul li {
  margin: 0px 8px;
}

.about-area-team-items .team-card .content .social-icons ul li i {
  font-size: 20px;
  color: #1D263A;
}

.about-area-team-items .team-card .content .social-icons ul li:hover i {
  color: #1787FC;
}

.about-area-team-items .team-card:hover .content {
  transform: translate(-50%, -11%);
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Career
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-career-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-career-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-career-banner {
    padding-top: 152px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-career-banner {
    padding-top: 200px;
    padding-bottom: 115px;
  }
}

.footer-middle-carrer {
  border-top: 2px dashed rgba(29, 36, 58, 0.17);
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .footer-middle-carrer {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .footer-middle-carrer {
    margin-bottom: 100px;
  }
}

.inner-feature-area-2 {
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .inner-feature-area-2 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .inner-feature-area-2 {
    padding-bottom: 110px;
  }
}

.inner-feature-area-2 .inner-feature-area-2-items {
  margin-bottom: -30px;
}

@media (min-width: 768px) {
  .inner-feature-area-2 .inner-feature-area-2-items {
    margin-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .inner-feature-area-2 .inner-feature-area-2-items {
    margin-bottom: -55px;
  }
}

.inner-feature-area-2 .inner-feature-area-2-items .col-xl-4 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .inner-feature-area-2 .inner-feature-area-2-items .col-xl-4 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .inner-feature-area-2 .inner-feature-area-2-items .col-xl-4 {
    margin-bottom: 55px;
  }
}

.inner-feature-area-2 .widget .widget-icon {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .inner-feature-area-2 .widget .widget-icon {
    margin-bottom: 0;
  }
}

.inner-feature-area-2 .widget .widget-icon i {
  margin-right: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #F04037;
  background-color: rgba(255, 75, 54, 0.15);
  font-size: 24px;
}

.inner-feature-area-2 .widget .widget-icon-2 i {
  color: #413E65 !important;
  background-color: rgba(65, 62, 101, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-3 i {
  color: #8E59FF !important;
  background-color: rgba(142, 89, 255, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-4 i {
  color: #F653A2 !important;
  background-color: rgba(246, 83, 162, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-5 i {
  color: #00BCD4 !important;
  background-color: rgba(0, 188, 212, 0.15) !important;
}

.inner-feature-area-2 .widget .widget-icon-6 i {
  background-color: rgba(129, 178, 20, 0.15) !important;
  color: #81B214 !important;
}

.inner-feature-area-2 .widget .widget-text {
  margin-top: -5px;
}

.inner-feature-area-2 .widget .widget-text h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #1D263A;
  margin-bottom: 18px;
}

.inner-feature-area-2 .widget .widget-text p {
  font-size: 15px;
  line-height: 28px;
  color: #1D263A;
  opacity: 0.8;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
     Career Details
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-carrer-job-details {
  margin-top: 30px;
}

.inner-carrer-job-details ul {
  margin: 0px -15px -20px -15px;
}

.inner-carrer-job-details ul li {
  margin: 0px 15px 20px 15px;
}

.inner-carrer-job-details ul li i {
  font-size: 20px;
  color: #FF794D;
  margin-right: 12px;
}

.inner-carrer-job-details ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  display: inline-block;
}

.footer-border-cd {
  border-bottom: 1px solid rgba(29, 36, 58, 0.13);
}

.inner-career-details-area {
  padding-top: 25px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .inner-career-details-area {
    padding-top: 45px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .inner-career-details-area {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.inner-career-details-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-bottom: 18px;
  margin-top: 35px;
}

.inner-career-details-area p {
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
  margin-bottom: 20px;
}

.inner-career-details-area .skills-qualification {
  margin-bottom: 50px;
}

.inner-career-details-area .skills-qualification ul {
  margin-bottom: -15px;
}

.inner-career-details-area .skills-qualification ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 30px;
  color: #1D263A;
  opacity: 0.8;
}

.inner-career-details-area .skills-qualification ul li i {
  font-size: 9px;
  color: #19191B;
  margin-right: 15px;
}

.inner-career-details-area .cd-apply-btn .btn {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #FFFFFF;
  background: #FF794D;
  border-radius: 10px;
  min-width: 233px;
  height: 60px;
  margin-top: 20px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
    FAQ main Page
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.faq-main-banner {
  padding: 98px 0px 40px 0px;
}

@media (min-width: 480px) {
  .faq-main-banner {
    padding: 115px 0px 40px 0px;
  }
}

@media (min-width: 768px) {
  .faq-main-banner {
    padding: 70px 0px 60px 0px;
  }
}

@media (min-width: 992px) {
  .faq-main-banner {
    padding: 75px 0px 80px 0px;
  }
  .imgfaq img {
    width: 95%;
}
}

.faq-main-banner h2 {
  color: #50ae56;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  line-height: normal;
}

@media (min-width: 576px) {
  .faq-main-banner h2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .faq-main-banner h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .faq-main-banner h2 {
    font-size: 60px;
  }
}

.faq-main-area {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .faq-main-area {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .faq-main-area {
    padding-bottom: 45px;
  }
}

/* .faq-main-tab-area {
  background: #444; 
  width: 100%;
  padding: 15px;
  margin: 1px 0;
} */
.faq-main-tab-area { 
  background: #fff8e3; 
  width: 20%;
  padding: 15px;
  margin: 1px 0;
  position: fixed;
}
@media (max-width: 768px) {
  .faq-main-tab-area{
    width: 100%;
  padding: 15px;
  margin: 1px 0 20px;
  position: relative;
  }
}
@media (min-width: 1500px) {
  .faq-main-tab-area{
    width: 15%;
  }
}
@media (min-width: 1921px) {
  .faq-main-tab-area{
    width: 10%;
  }
}

.faq-main-tab-area ul li a {
  text-decoration: none;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .faq-main-tab-area ul li a{
    font-size: 22px;
  }
}

.faq-main-tab-area ul li.active a {
  color: #46dc06; 
}

.faq-single-all-items {
  margin-bottom: -60px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .faq-single-all-items {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .faq-single-all-items {
    padding-top: 0px; 
  }
}

.faq-main-area-single {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .faq-main-area-single {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .faq-main-area-single {
    margin-bottom: 60px;
  }
}

.faq-main-area-single h2 {
  color: #0D152E;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: normal;
  margin-bottom: 30px;
}

.faq-main-area-single .accordion li {
  position: relative;
  list-style: none;
  border-radius: 5px;
  border: 1px solid #EAECED;
  padding: 0;
  margin-bottom: 10px;
  color: #a9c056;
  width: 100%;
  
}
 
.faq-main-area-single .accordion li p {
  display: none;
  padding: 24px;
  color: #687497;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.53px;
  line-height: 28px;
  margin-bottom: 0;
}

.faq-main-area-single .accordion a {
  font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
    color: #a9c056;
    width: 100%;
    display: block;
}

.faq-main-area-single .accordion li .active {
  color: #a9c056 !important; background: #fafbf2;
   
}

.faq-main-area-single .accordion .active:after {
  border-right: 2px solid #a9c056 !important;
  border-bottom: 2px solid #a9c056 !important;
  color: #a9c056;
}

.faq-main-area-single .accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #a9c056;
  border-bottom: 2px solid #a9c056;
  position: absolute;
  right: 15px;
  content: " ";
  top: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.faq-main-area-single .accordion a.active:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transition: all 0.2s ease-in-out;
  
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
    Terms & Conditions main Page
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.inner-terms-banner {
  background: #F9FAFB;
  padding-top: 123px;
  padding-bottom: 10px;
  position: relative;
}

@media (min-width: 480px) {
  .inner-terms-banner {
    padding-top: 130px;
  }
}

@media (min-width: 768px) {
  .inner-terms-banner {
    padding-top: 152px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .inner-terms-banner {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}

.terms-condition-area {
  background: #F9FAFB;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .terms-condition-area {
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .terms-condition-area {
    padding-bottom: 115px;
  }
}

.terms-condition-area p {
  font-size: 17px;
  line-height: 30px;
  color: #696871;
}

.terms-condition-area h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #1D263A;
  margin-top: 35px;
  margin-bottom: 17px;
}

.terms-condition-area .skills-qualification {
  margin-bottom: 50px;
}

.terms-condition-area .skills-qualification ul {
  margin-top: 35px;
  margin-bottom: -18px;
}

.terms-condition-area .skills-qualification ul li {
  margin-bottom: 18px;
  display: flex;
  font-size: 17px;
  line-height: 30px;
  color: #696871;
}

.terms-condition-area .skills-qualification ul li i {
  font-size: 9px;
  color: #19191B;
  margin-right: 15px;
}

.terms-condition-area .skills-qualification ul li span {
  display: inline-block;
  margin-top: -8px;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
.background-property {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.focus-reset:focus {
  box-shadow: none;
  outline: none;
}

.z-index-1 {
  z-index: 1;
}

@media (min-width: 1600px) {
  .off-right-xxl-1 {
    margin-right: 80px;
  }
}

@media (min-width: 480px) {
  .d-xs-flex {
    display: flex;
  }
}

@media (min-width: 480px) {
  .text-xs-start {
    text-align: start !important;
  }
}

@media (min-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
}

.btn-style-01:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-01:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-01:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 02*/
.btn-style-02:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 20px;
  background: #213053;
  transition: all .5s;
  opacity: 0;
  z-index: -1;
}

.btn-style-02:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-02:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 03*/
.btn-style-03:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-03:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-03:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 04*/
.btn-style-04:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-04:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-04:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 05*/
.btn-style-05:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 3px;
  background: #213053;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-05:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-05:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

/*Button Hover style 06*/
.btn-style-06 a span {
  transition: all 0.4s ease-in-out;
}

.btn-style-06 a:hover span {
  display: inline-block;
  margin-left: 5px;
}

/*Button Hover style 07*/
.btn-style-07:before {
  width: 0%;
  height: 100%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 3px;
  background: #2D947A;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
}

.btn-style-07:hover {
  background: none !important;
  box-shadow: none !important;
}

.btn-style-07:hover:before {
  box-shadow: 0px;
  color: #fff;
  opacity: 1;
  width: 100%;
}

img.vertical-move {
  -webkit-animation: mover 1s infinite  alternate;
          animation: mover 1s infinite  alternate;
}



  .content .card-item .icon-box {
    margin-right: 30px;
    margin-bottom: 30px; 
    width: 36px;
    height: 36px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline-table;
  }
  
  @media (min-width: 480px) {
    .content .card-item .icon-box {
      margin-bottom: 0;
    }
  }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

img.horizontal-move {
  -webkit-animation: route 2s infinite  alternate;
          animation: route 2s infinite  alternate;
}

@-webkit-keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes route {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}

img.spin {
  animation: rotate 15s linear infinite;
  -webkit-animation: rotate 15s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

.swing {
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform-origin: 100% 0%;
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

.swing-2 {
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform-origin: 100% 0%;
}

@keyframes swing {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-40deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

/*Image Hover style 01*/
.image-hover-style-01 {
  border-radius: 10px;
}

.image-hover-style-01 img {
  transition: all 0.4s ease-in-out;
}

.image-hover-style-01 img:hover {
  transform: scale(1.2);
  transition: all 1s ease-out;
  filter: brightness(0.7);
}

/*# sourceMappingURL=maps/main.css.map */



.man-img {
  position: relative; 
  z-index: 10;
}

.gif-img {
  position: absolute;
  width: 97%;
  left: 6px;
  top: -2px;
  z-index: 9; 
}
 

 

@media (max-width: 768px) { 
 
  .service-l3-content {
    margin-top: 30px;
}
 

 img.light-version-logo {
  width: 40px;
}
.back1, .back2{display: none;}

.hero-btns a { display: inline-flex; width: 45%;}
.hero-btns a img{   width: 100%;}
.hd-bg { 
  top: 0;}

  .single-brand {
    display: block !important;
    width: 100%;
    text-align: center;
}


}

 
.content-box {
  z-index: 9;
}


 .header-btn-l1 .btn {
  min-width: 129px;
  height: 45px;
  box-shadow: 0 16px 36px rgba(241, 139, 98, 0.3);
  border-radius: 15px;
  background-color: #FF7139;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 15px;
  margin-right: 5px;
}

@media (min-width: 992px) {
 .header-btn-l1 .btn {
    margin-right: 0px;
  }
}


.backimg {
  position: absolute;
  top: 0;
  left: -15%;
  padding: 0;
  margin: 0;
  z-index: -1;
}







/* patener page */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
} 
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.collaborate-boxs li {
  background: #50ae56;
  width: 46%;
  color: #fff;
  padding: 20px;
  margin: 2%;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
.collaborate-boxs li:first-child {
  border-bottom-right-radius: 0;
  top: 30px;
}
.collaborate-boxs li:nth-child(2) {
  border-bottom-left-radius: 0;
}
.collaborate-boxs li:nth-child(4) {
  border-top-left-radius: 0;
}
.collaborate-boxs li:nth-child(3) {
  border-top-right-radius: 0;
  top: 30px;
  
}
.collaborate-boxs ul {
  display: flex;
  flex-wrap: wrap;
}

.collaborate-boxs li h2 {
  font-size: 48px;
  color: #ffc107;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .collaborate-boxs ul {
    padding: 0;
  }

  .collaborate-boxs li h2 {
    font-size: 34px;  
   }
}


.collaborate-boxs h4 {
  font-size: 18px;
}
.bg2 {
  background: #d1f3ff;
  padding-bottom: 130px;
}
.featured-slider {
  padding-top: 100px;
  padding-bottom: 60px;
}
.featured-slider .item {
  background: #5d6782;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  min-height: 310px;
}
.featured-slider .item img {
  max-width: 100px;
  margin: 50px auto;
}
.featured-slider .item h4 {
  color: #fff;
  font-weight: 400;
}
.featured-slider .owl-nav.disabled {
  display: block;
}
.featured-slider .owl-nav .owl-prev,.featured-slider .owl-nav .owl-next{
  display: block;
  position: absolute;
  top: 40%;
  transform: translateX(-40%);
  font-size: 36px !important;
}
.featured-slider .owl-nav .owl-prev{
  left: -40px;
}
.featured-slider .owl-nav .owl-next{
  right: -60px;
}
.patner-section {
  background: #50ae56;
  padding: 100px 0 50px 0;
  position: relative;
}

.patner-section .heading span,.patner-section .heading p{
  color:#fff;
}
.patner-boxes {
  max-width: 1000px;
  margin-top: 50px;
  margin-bottom: 18em;
  position: relative;
  z-index: 2;
}
.patner-boxes .inner-box {
  background: #223053;
  padding: 31px;
  min-height: 300px;
  border-radius: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.patner-boxes .inner-box i {
  color: #50ae56;
  font-size: 40px;
  margin-bottom: 20px;
}
.patner-boxes .inner-box h4 {
  color: #fff;
  margin: 40px 0;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8rem;
  height: 80px;
}
img.curve-img{
  position: absolute;
  left: 0;
  bottom: 0;
}

.patner-form .inner-form{
  background: #fff;
  padding: 50px;
  border-radius: 20px; 
}

 
.green-ico {
    height: 100px;
    text-align: center;
    vertical-align: baseline;
    padding: 45px 0 5px 0;
}
.patner-form {
  background: #f2f2f2;
  padding-bottom: 100px;
}
.patner-form form .form-group {
  margin-bottom: 20px;
}
.patner-form form h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.patner-form form h2 span {
  color: #fdc008;
}





.approved-img {
  position: absolute;
  top: -55px;
  max-width: 600px;
  right: 10%;
  z-index: 1;
}

.backimg {
position: absolute;
top: 0;
left: -15%;
padding: 0;
margin: 0;
z-index: -1;
}

@media (max-width: 1023px) {
  .approved-img, .backimg{
    display: none;
  }
 
  
}

.inner-form .form-control {
background: #e8eaed;
padding: 10px;
border: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ccc;
opacity: 1;
}




.collaborate-form {
  margin-top: 0;
  box-shadow: none;
  max-width: 500px;
  position: relative;
}
.lets-collaborate {
  margin: 10em 0 4em 0;
  position: relative;
}
.collaborate-form-content img {
  position: relative;
  left: -50px;
}
.collaborate-form-content address {
  margin-left: 150px;
  color:#fff;
  margin-top: 2rem;
}
.lets-collaborate:after {
  content: "";
  position: absolute;
  width: 42%;
  height: 100%;
  background: #50ae56;
  right: 0;
  top: 0;
  z-index: -1;
}
.collaborate-form-content {
  padding-top: 100px;
}
@media (max-width:768px) {
  .lets-collaborate:after{background : none;}
  .collaborate-form-content {
    padding: 50px 0;
    background: #50ae56;
  }
  .collaborate-form-content img { 
    display: none;
}
.collaborate-form-content address {
  color: #fff;
  margin: 25px auto;
  text-align: center;
}
}

.team {
  margin: 10em 0 4em 0;
  position: relative;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
   Content-3 Area-L5
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
        .content-area-l5-3 {
          background: #f8f8f8;
      }
        .content-area-l5-3 .col-lg-6 {
          padding-left: 0;
          padding-right: 0;
        }
        
        .content-l5-3-content {
          padding: 50px 30px 50px 30px;
        }
        
        @media (min-width: 768px) {
          .content-l5-3-content {
            padding: 85px 100px 70px 100px;
            border-radius: 0;
          }
        }
        
        @media (min-width: 992px) {
          .content-l5-3-content {
            padding: 85px 30px 70px 30px;
            border-radius: 0 0 200px 0;
          }
        }
        
        @media (min-width: 1200px) {
          .content-l5-3-content {
            padding: 200px ;
            
          }
        }
        
        @media (min-width: 1600px) {
          .content-l5-3-content {
            padding: 200px 100px 200px 315px;
          }
        }
        
        .content-l5-3-content h2 {
          font-weight: 600;
          font-size: 34px;
          line-height: 42px;
          letter-spacing: -1px;
          color: #FFFFFF;
        }
        
        @media (min-width: 768px) {
          .content-l5-3-content h2 {
            font-size: 48px;
            line-height: 54px;
          }
        }
        
        
       
        @media (max-width: 767px) {
          .content-l5-3-content h2 {
            text-align: center;
          }
        }
        
        .content-l5-3-content .identity {
          padding-top: 20px;
        }
        
        @media (min-width: 768px) {
          .content-l5-3-content .identity {
            padding-top: 30px;
          }
        }
        
        @media (min-width: 992px) {
          .content-l5-3-content .identity {
            padding-top: 57px;
          }
        }
        
        .content-l5-3-content .identity .identity-left-border span {
          display: inline-block;
          width: 40px;
          height: 4px;
          background: #fff;
          margin-right: 25px;
        }
        
        .content-l5-3-content .identity .content h6 {
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          letter-spacing: -0.3px;
          color: #FFFFFF;
        }
        
        .content-l5-3-content .identity .content span {
          font-size: 17px;
          line-height: 30px;
          color: #FFFFFF;
          opacity: 0.8;
        }
        
  
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
  testim
        <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
  .testimonial {
          position: relative;
      }

         .testim {
          width: 100%;
          position: absolute;
          top: 50%;
          -webkit-transform: translatey(-50%);
          -moz-transform: translatey(-50%);
          -ms-transform: translatey(-50%);
          -o-transform: translatey(-50%);
          transform: translatey(-50%);
      }
      
      .testim .wrap {
          position: relative;
          width: 100%;
          max-width: 1020px;
          padding: 40px 20px;
          margin: auto;
      }
      
      .testim .arrow {
          display: block;
          position: absolute;
          color: #eee;
          cursor: pointer;
          font-size: 2em;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .3s ease-in-out;    
          -ms-transition: all .3s ease-in-out;    
          -moz-transition: all .3s ease-in-out;    
          -o-transition: all .3s ease-in-out;    
          transition: all .3s ease-in-out;
          padding: 5px;
          z-index: 22222222;
      }
      
      .testim .arrow:before {
          cursor: pointer;
      }
      
      .testim .arrow:hover {
          color: #ea830e;
      }
          
      
      .testim .arrow.left {
          left: 10px;
      }
      
      .testim .arrow.right {
          right: 10px;
      }
      
      .testim .dots {
          text-align: center;
          position: absolute;
          width: 100%;
          bottom: 60px;
          left: 0;
          display: block;
          z-index: 3333;
          height: 12px;
      }
      
      .testim .dots .dot {
          list-style-type: none;
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          border: 1px solid #eee;
          margin: 0 10px;
          cursor: pointer;
          -webkit-transition: all .5s ease-in-out;    
          -ms-transition: all .5s ease-in-out;    
          -moz-transition: all .5s ease-in-out;    
          -o-transition: all .5s ease-in-out;    
          transition: all .5s ease-in-out;
          position: relative;
          background:#ccc;
      }
      
      .testim .dots .dot.active,
      .testim .dots .dot:hover {
          background: #ea830e;
          border-color: #ea830e;
      }
      
      .testim .dots .dot.active {
          -webkit-animation: testim-scale .5s ease-in-out forwards;   
          -moz-animation: testim-scale .5s ease-in-out forwards;   
          -ms-animation: testim-scale .5s ease-in-out forwards;   
          -o-animation: testim-scale .5s ease-in-out forwards;   
          animation: testim-scale .5s ease-in-out forwards;   
      }
          
      .testim .cont {
          position: relative;
          overflow: hidden;
      }
      
      .testim .cont > div {
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 0 70px 0;
          opacity: 0;
      }
      
      .testim .cont > div.inactive {
          opacity: 1;
      }
          
      
      .testim .cont > div.active {
          position: relative;
          opacity: 1;
      }
          
      
      .testim .cont div .img img {
          display: block;
          width: 100px;
          height: 100px;
          margin: auto;
          border-radius: 50%;
      }
      
      .testim .cont div h2 {
          color: #ea830e;
          font-size: 1em;
          margin: 15px 0;
      }
      
      .testim .cont div p {
          font-size: 1.15em;
          color: #292929;
          width: 80%;
          margin: auto;
      }
      
      .testim .cont div.active .img img {
          -webkit-animation: testim-show .5s ease-in-out forwards;            
          -moz-animation: testim-show .5s ease-in-out forwards;            
          -ms-animation: testim-show .5s ease-in-out forwards;            
          -o-animation: testim-show .5s ease-in-out forwards;            
          animation: testim-show .5s ease-in-out forwards;            
      }
      
      .testim .cont div.active h2 {
          -webkit-animation: testim-content-in .4s ease-in-out forwards;    
          -moz-animation: testim-content-in .4s ease-in-out forwards;    
          -ms-animation: testim-content-in .4s ease-in-out forwards;    
          -o-animation: testim-content-in .4s ease-in-out forwards;    
          animation: testim-content-in .4s ease-in-out forwards;    
      }
      
      .testim .cont div.active p {
          -webkit-animation: testim-content-in .5s ease-in-out forwards;    
          -moz-animation: testim-content-in .5s ease-in-out forwards;    
          -ms-animation: testim-content-in .5s ease-in-out forwards;    
          -o-animation: testim-content-in .5s ease-in-out forwards;    
          animation: testim-content-in .5s ease-in-out forwards;    
      }
      
      .testim .cont div.inactive .img img {
          -webkit-animation: testim-hide .5s ease-in-out forwards;            
          -moz-animation: testim-hide .5s ease-in-out forwards;            
          -ms-animation: testim-hide .5s ease-in-out forwards;            
          -o-animation: testim-hide .5s ease-in-out forwards;            
          animation: testim-hide .5s ease-in-out forwards;            
      }
      
      .testim .cont div.inactive h2 {
          -webkit-animation: testim-content-out .4s ease-in-out forwards;        
          -moz-animation: testim-content-out .4s ease-in-out forwards;        
          -ms-animation: testim-content-out .4s ease-in-out forwards;        
          -o-animation: testim-content-out .4s ease-in-out forwards;        
          animation: testim-content-out .4s ease-in-out forwards;        
      }
      
      .testim .cont div.inactive p {
          -webkit-animation: testim-content-out .5s ease-in-out forwards;    
          -moz-animation: testim-content-out .5s ease-in-out forwards;    
          -ms-animation: testim-content-out .5s ease-in-out forwards;    
          -o-animation: testim-content-out .5s ease-in-out forwards;    
          animation: testim-content-out .5s ease-in-out forwards;    
      }
      
      @-webkit-keyframes testim-scale {
          0% {
              -webkit-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -webkit-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-moz-keyframes testim-scale {
          0% {
              -moz-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -moz-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-ms-keyframes testim-scale {
          0% {
              -ms-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -ms-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-o-keyframes testim-scale {
          0% {
              -o-box-shadow: 0px 0px 0px 0px #eee;
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              -o-box-shadow: 0px 0px 10px 5px #eee;        
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              -o-box-shadow: 0px 0px 10px 5px #ea830e;        
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              -o-box-shadow: 0px 0px 0px 0px #ea830e;        
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @keyframes testim-scale {
          0% {
              box-shadow: 0px 0px 0px 0px #eee;
          }
      
          35% {
              box-shadow: 0px 0px 10px 5px #eee;        
          }
      
          70% {
              box-shadow: 0px 0px 10px 5px #ea830e;        
          }
      
          100% {
              box-shadow: 0px 0px 0px 0px #ea830e;        
          }
      }
      
      @-webkit-keyframes testim-content-in {
          from {
              opacity: 0;
              -webkit-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -webkit-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @-moz-keyframes testim-content-in {
          from {
              opacity: 0;
              -moz-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -moz-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @-ms-keyframes testim-content-in {
          from {
              opacity: 0;
              -ms-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -ms-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @-o-keyframes testim-content-in {
          from {
              opacity: 0;
              -o-transform: translateY(100%);
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              -o-transform: translateY(0);        
              transform: translateY(0);        
          }
      }
      
      @keyframes testim-content-in {
          from {
              opacity: 0;
              transform: translateY(100%);
          }
          
          to {
              opacity: 1;
              transform: translateY(0);        
          }
      }
      
      @-webkit-keyframes testim-content-out {
          from {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              -webkit-transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @-moz-keyframes testim-content-out {
          from {
              opacity: 1;
              -moz-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              -moz-transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @-ms-keyframes testim-content-out {
          from {
              opacity: 1;
              -ms-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              -ms-transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @-o-keyframes testim-content-out {
          from {
              opacity: 1;
              -o-transform: translateY(0);
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              transform: translateY(-100%);        
              transform: translateY(-100%);        
          }
      }
      
      @keyframes testim-content-out {
          from {
              opacity: 1;
              transform: translateY(0);
          }
          
          to {
              opacity: 0;
              transform: translateY(-100%);        
          }
      }
      
      @-webkit-keyframes testim-show {
          from {
              opacity: 0;
              -webkit-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -webkit-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @-moz-keyframes testim-show {
          from {
              opacity: 0;
              -moz-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -moz-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @-ms-keyframes testim-show {
          from {
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -ms-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @-o-keyframes testim-show {
          from {
              opacity: 0;
              -o-transform: scale(0);
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              -o-transform: scale(1);       
              transform: scale(1);       
          }
      }
      
      @keyframes testim-show {
          from {
              opacity: 0;
              transform: scale(0);
          }
          
          to {
              opacity: 1;
              transform: scale(1);       
          }
      }
      
      @-webkit-keyframes testim-hide {
          from {
              opacity: 1;
              -webkit-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -webkit-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @-moz-keyframes testim-hide {
          from {
              opacity: 1;
              -moz-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -moz-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @-ms-keyframes testim-hide {
          from {
              opacity: 1;
              -ms-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -ms-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @-o-keyframes testim-hide {
          from {
              opacity: 1;
              -o-transform: scale(1);       
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              -o-transform: scale(0);
              transform: scale(0);
          }
      }
      
      @keyframes testim-hide {
          from {
              opacity: 1;
              transform: scale(1);       
          }
          
          to {
              opacity: 0;
              transform: scale(0);
          }
      }
      
      @media all and (max-width: 300px) {
        body {
          font-size: 14px;
        }
      }
      
      @media all and (max-width: 500px) {
        .testim .arrow {
          font-size: 1.5em;
        }
        
        .testim .cont div p {
          line-height: 25px;
        }
      
      }
      @media all and (max-width: 727px) {
      .testim { position: relative;}
      }
        

      .img-section-gif{
        position: relative;
    }
      


    .item:hover img , .patner-boxes .inner-box:hover img {
      -webkit-animation: mover 1s infinite alternate;
      animation: mover 1s infinite alternate;
  }




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>      
             Feature Area-L-17
          <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.bg-mirage{color: rgba( 255, 255, 255, 0.8);}
.bg-mirage p{color: #ffffff !important;}

.feature-area-l-17 { 
  margin-bottom: 1%; 
}

@media (min-width: 768px) {
  .feature-area-l-17 { 
    margin-bottom: 1.5%;
  }
}

@media (min-width: 992px) {
  .feature-area-l-17 { 
    margin-bottom: 2%px; 
  }
}



.feature-area-l-17 .feature-area-l-17-items .single-features {
  padding: 0px 30px;
}

@media (max-width: 768px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features   { 
    padding:  20px !important;
   }

.feature-area-l-17 .feature-area-l-17-items .single-features h3 {
  color: #4fad56; 
 }
 .feature-area-l-17.position-relative.bg-mirage {
  margin: 0;
}
}

@media (min-width: 992px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features {
    padding: 0px 35px;
  }
}


.feature-area-l-17 .feature-area-l-17-items .single-features ul{
  margin:  20px 10px;
  list-style: outside;
}
.feature-area-l-17 .feature-area-l-17-items .single-features li{
  padding: 5px 0; 
}
.feature-area-l-17 .feature-area-l-17-items .single-features li .icon-box {
  display: inline-block; 
  width: 36px;
  height: 36px;
  margin-right: 15px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features li .icon-box img{width: 36px;}
.feature-area-l-17 .feature-area-l-17-items .single-features li .text-box{
  display: inline-block;
  padding:   0;
  min-height: 60px;
  margin-bottom: 1px;
}
.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-1 i {
  font-size: 10px;
  color: #FC5C65;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(252, 92, 101, 0.06);
  margin-bottom: 35px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-2 i {
  font-size: 10px;
  color: #50E3C2;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(80, 163, 227, 0.06);
  margin-bottom: 35px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features .circle-dot-3 i {
  font-size: 10px;
  color: #A665FB;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(166, 101, 251, 0.06);
  margin-bottom: 35px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 25px;
}

.feature-area-l-17 .feature-area-l-17-items .single-features p {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #323232;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features.single-border:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    height: 111px;
    transform: translateY(-50%);
    width: 1px;
    background: #E8E8EA;
  }
}
@media (max-width: 1024px) {
  .feature-area-l-17 .feature-area-l-17-items .single-features{  padding: 0 20px;}
.feature-area-l-17 .feature-area-l-17-items .single-features ul{
padding: 0;
}
}


.center-img {    
  position: absolute  !important;
  text-align: center;
  bottom: 0;}

  @media (max-width: 768px) {

    .center-img {
      display: none;}
  }
    @media (min-width: 1900px) {

      .center-img {
        left: 4%;
    }

      .center-img img{
        width: 80% !important;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        }
    }

    @media (min-width: 1600px) {
      .center-img img {
        width: 85% !important;
    }
    }


    @media (min-width: 2000px) {
      .center-img {
        left: 20%;
    }
      .center-img img{
        width: 65% !important;
        margin: 0 auto;
        text-align: center;
        bottom: 0;
        }
        
    }


    @media (max-width: 768px){ 
      .imgfaq {
        display: none;
      }

     
    
    .team .ul1 {
        padding: 0;
    }
    .team  .ul1 .li1 {
      padding-bottom: 10px;
  }
    }
       

  /* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding:0 4px;
  width: 190px;
  position: fixed;
  right: -155px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fab {
  font-size: 17px;
  color: #fff;
  padding: 4px 0;
  width: 28px;
  top: 3px;
  position: relative;
  text-align: center;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none; 
  line-height: 43px!important;
  vertical-align: top!important;
}

.social1 {
  top: 160px;
}

.social2 {
  top: 205px;
}

.social3 {
  top: 250px;
}

.social4 {
  top: 295px;
}

 
/* Floating Social Media Bar Style Ends Here */



#contact #form input.captcha {
  background:#E1ECF0;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #ccc
}
#contact #captcha span{
  width: 44px;
}
#contact #captcha input{
  background: url( ../img/reload.png ) no-repeat scroll 0 0 transparent;
  margin: 5px 0 0;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}


p.p1.hd {
  font-size: 20px;
  color: #ef6f38;
}


@media (min-width: 1200px) {
  .hide-desktop{ display:none;}
  }
  @media (min-width: 320px) and (max-width: 1030px){
    .hide-mob-pad{ display:none;}
    .content-area {
    padding: 2%;
     }
    }

    @media   (max-width: 500px){
      .hide-mob{ display:none;}
      .hero-area-l-16 .content p {  
        font-size: 17px; 
      
    }
      }


      label#captcha {
        background: #f6b54329;
        border-radius: 15px 15px 0 0;
        width: 100%;
        font-size: 24px;
        padding: 10px 10px 0 10px;
        line-height: 40px;
    }
    label#captcha input[type="button"] {
      float: right;
  }

  }


  #dark-mode html, #dark-mode  html * {
    color: none;
}

#dark-mode  .brand-area-l-14, #dark-mode  .newsletter-area-l-16{
  background: #fff !important;
}
#dark-mode  .feature-area-l6, #dark-mode  .footer-area-l7 { 
  background: rgb(248 254 250) !important;
}

#dark-mode  .site-header--absolute { 
  background: none !important;
}

#dark-mode  style attribute { 
  background: #fff !important;
}

#dark-mode  .header-btn-l1 .btn{ background-color: #FF7139 !important;}

.ani2{
    position: relative;
    height:300px;
}
.ani2 img{
     position: absolute;
     top:0;
     left:0;
}
.anim5a{
  position: absolute;
  z-index: 11;
  left: -15px;
  top: -30px;
}
.anim5b{
  position: absolute;
  z-index: 10;
}

 