/*============================================================
CSS Index
============================================================
1. Theme default css
2. Header
3. Features
4. About
5. Services
6. FAQ
7. Testimonail
8. Work
9. Team
10. Subscribe
11. Blog
12. Contact
13. Footer
14. ScrollUp 
*/



/*==============================================================
                    1.Theme default css 
=================================================================*/
@import url('/css/constants.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,700;0,800;0,900;1,100&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
    overflow-x: hidden;
  

}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}
a{
  cursor: pointer !important;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: rgb(33, 33, 90);
    text-decoration: none;
}

a,
button {
    color: #333;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    color: #000000;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212058;
}

h1 {
    font-size: 56px;
    font-weight: 600;
}

h2 {
    font-size: 47px;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

.mt-10 {
    margin-top: 10px;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6f;
    margin-bottom: 15px;
    font-weight: 300;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
}

*::placeholder {
	color: #333;
	font-size: 14px;
	opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background-color: rgb(115, 108, 236);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */
.btn {
    -moz-user-select: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 10px;
    margin-bottom: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    padding: 25px 40px;
    z-index: 244;
    border-radius: 5px;
    background-color: var(--main_color);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    font-family: 'Josefin Sans', sans-serif ;
}

  
  
.btn:hover {
     background-color: var(--hover_color);
    color: #fff;
}
/* scrollUp */
#scrollUp {
    background-color: var(--main_color);
    box-shadow: 0px 0px 10px 1px rgba(69, 52, 255, 0.48);
    height: 35px;
    border-radius: 5px;
    width: 35px;
    right: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 10px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}

#scrollUp:hover {
    background: #fff;
    color:#0c7ac6;
}


/* loder start...................... */

/*=================
Basic style
==================*/

/* img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
} */
h1,
h2,
p {
  margin: 0;
}
/*===================
animation01
====================*/
.animation01 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.border_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15vw;
  height: 15vw;
}
.line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--main_color);
  opacity: 0;
}
.line01 {
  top: 0;
  left: 100%;
  width: 0.15vw;
  height: 15.15vw;
  transform-origin: bottom;
  animation: animation01_line01 0.2s linear 0.3s forwards;
}
.line03 {
  top: 0;
  left: 0;
  width: 0.15vw;
  height: 15.15vw;
  transform-origin: bottom;
  animation: animation01_line01 0.2s linear 0.6s forwards;
}
@keyframes animation01_line01 {
  0% {
    transform: scale3d(1, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.line02 {
  top: 100%;
  left: 0;
  width: 15.15vw;
  height: 0.15vw;
  transform-origin: right;
  animation: animation01_line02 0.2s linear 0.4s forwards;
}
.line04 {
  top: 0;
  left: 0;
  width: 15.15vw;
  height: 0.15vw;
  transform-origin: left;
  animation: animation01_line02 0.2s linear 0.8s forwards;
}
@keyframes animation01_line02 {
  0% {
    transform: scale3d(0, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.circle {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.2vw;
  height: 1.2vw;
  border: 0.1vw solid #fff;
  border-radius: 50%;
  opacity: 0;
}
.circle01 {
  top: 96%;
  left: 96%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.3s forwards;
}
.circle02 {
  top: 96%;
  left: -99%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.45s forwards;
}
.circle03 {
  top: -4%;
  left: -99%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.65s forwards;
}
.circle04 {
  top: -4%;
  left: 96%;
  margin: 0 auto;
  animation: animation01_circle 0.3s linear 0.85s forwards;
}
@keyframes animation01_circle {
  0% {
    transform: scale3d(0, 0, 1);
    opacity: 1;
  }
  40% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  60% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(0, 0, 1);
    opacity: 1;
  }
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.5vw;
  height: 13.5vw;
  overflow: hidden;
}
.wave_wrapper {
  width: 200%;
  height: 150%;
  position: absolute;
  top: -25%;
  right: 0;
  bottom: 0;
  left: -50%;
  margin: 0 auto;
  animation: animation01_wave_wrapper 1s linear 1s forwards;
}
@keyframes animation01_wave_wrapper {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
.wave_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: bottom;
  animation: animation01_wave_box 1s linear 1s forwards;
  opacity: 0;
}
@keyframes animation01_wave_box {
  0% {
    transform: scale3d(1, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.animation_line {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #fff;
  opacity: 0;
}
.animation_line_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.animation_line01 {
  top: -15%;
  left: 0;
  width: 0.2vw;
  height: 0.7vw;
  animation: animation_line01 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: top;
}
.animation_line02_wrapper {
  transform: rotate(45deg);
}
.animation_line02 {
  top: -35%;
  left: 0;
  width: 0.2vw;
  height: 0.7vw;
  animation: animation_line01 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: top;
}
@keyframes animation_line01 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1.5vw);
    opacity: 1;
  }
}
.animation_line03 {
  top: 50%;
  left: 110%;
  width: 0.7vw;
  height: 0.2vw;
  animation: animation_line03 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: right;
}
.animation_line04_wrapper {
  transform: rotate(45deg);
}
.animation_line04 {
  top: 50%;
  left: 128%;
  width: 0.7vw;
  height: 0.2vw;
  animation: animation_line03 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: right;
}
@keyframes animation_line03 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1.5vw);
    opacity: 1;
  }
}
.animation_line05 {
  top: 110%;
  left: 0;
  width: 0.2vw;
  height: 0.7vw;
  animation: animation_line05 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: bottom;
}
.animation_line06_wrapper {
  transform: rotate(45deg);
}
.animation_line06 {
  top: 128%;
  left: 0;
  width: 0.2vw;
  height: 0.7vw;
  animation: animation_line05 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: bottom;
}
@keyframes animation_line05 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1.5vw);
    opacity: 1;
  }
}
.animation_line07 {
  top: 50%;
  left: -130%;
  width: 0.7vw;
  height: 0.2vw;
  animation: animation_line07 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: left;
}
.animation_line08_wrapper {
  transform: rotate(45deg);
}
.animation_line08 {
  top: 50%;
  left: -162%;
  width: 0.7vw;
  height: 0.2vw;
  animation: animation_line07 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.9s;
  transform-origin: left;
}
@keyframes animation_line07 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1.5vw);
    opacity: 1;
  }
}

.rhombus {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rhombus 0.2s linear 2.2s forwards;
}
@keyframes rhombus {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
.rhombus_small {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rhombus_small 0.4s linear 2.55s forwards;
}
@keyframes rhombus_small {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  99% {
    transform: scale3d(0.15, 0.15, 0.15);
    opacity: 1;
  }
  100% {
    transform: scale3d(0.15, 0.15, 0.15);
    opacity: 0;
  }
}

/*===================
animation02
====================*/
.animation02 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rhombus_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40vw;
  height: 40vw;
  animation: rhombus_box 0.4s linear 3.55s forwards;
}
.rhombus_item_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.1vw;
  height: 2.1vw;
  opacity: 0;
}
.rhombus_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.1vw;
  height: 2.1vw;
  background-color: #fff;
  transform: rotate(45deg);
}
.rhombus_item01_wrapper {
  animation: rhombus_item01 0.5s linear 2.95s forwards;
}

.rhombus_item02_wrapper {
  animation: rhombus_item02 0.5s linear 2.95s forwards;
}
@keyframes rhombus_item01 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-18.5vw);
    opacity: 1;
  }
}
@keyframes rhombus_item02 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(18.5vw);
    opacity: 1;
  }
}
@keyframes rhombus_box {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.double_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.double_wrapper02 {
  position: relative;
  width: 100%;
  height: 100%;
  animation: double_content forwards;
  opacity: 0;
}
.double_wrapper01 {
  display: block;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.double_wrapper01::before {
  content: "";
  display: block;
  position: absolute;
  background: #212022;
  z-index: 2;
}
.double_wrapper01::after {
  content: "";
  display: block;
  position: absolute;
  background: #212022;
  z-index: 3;
}
/*============
dotted circle
============*/
.dotted02 {
  top: 0;
  animation-delay: 4.2s;
}
.dotted_hide {
  position: absolute;
  width: 31vw;
  height: 31vw;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.dotted01 {
  width: 30vw;
  height: 30vw;
  border: dotted 0.5vw #fff;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}
.dotted_right::before {
  content: "";
  display: block;
  position: absolute;
  background: #212022;
  z-index: 3;
}
.dotted_right::before {
  top: 0;
  left: 0;
  width: 32vw;
  height: 32vw;
  transform-origin: left 16vw;
  animation: rotate-circle-right 0.5s linear 4.2s forwards;
}
.dotted_right {
  position: absolute;
  width: 16vw;
  height: 32vw;
  z-index: 1;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.dotted01::after {
  top: -1vw;
  left: -17vw;
  width: 32vw;
  height: 32vw;
  transform-origin: right 16vw;
  animation: rotate-circle-left01 0.5s linear 4.2s forwards;
}
@keyframes rotate-circle-left01 {
  0% {
    transform: rotate(0deg);
    background: #212022;
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
    background: #212022;
    opacity: 1;
  }
  50.01% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
  }
}
/*============
white circle
============*/
.white02 {
  top: -100%;
  animation-delay: 4.7s;
}
.white01 {
  width: 29vw;
  height: 29vw;
  background: var(--main_color);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.white01::before {
  top: 0;
  left: 14.5vw;
  width: 29vw;
  height: 29vw;
  transform-origin: left 14.5vw;
  animation: rotate-circle-right 0.3s linear 4.7s forwards;
}
.white01::after {
  top: 0;
  left: -14.5vw;
  width: 29vw;
  height: 29vw;
  transform-origin: right 14.5vw;
  animation: rotate-circle-left 0.3s linear 4.7s forwards;
}
@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
    background: #212022;
  }
  50% {
    transform: rotate(-180deg);
    background: #212022;
  }
  50.01% {
    transform: rotate(-360deg);
    background: #fff;
  }
  100% {
    transform: rotate(-360deg);
    background: #fff;
  }
}
/*============
gray circle
============*/
.gray02 {
  top: -200%;
  animation-delay: 4.8s;
}
.gray01 {
  width: 8vw;
  height: 8vw;
  background: #808184;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gray01::before {
  top: 0;
  left: 4vw;
  width: 8vw;
  height: 8vw;
  background: #fff;
  transform-origin: left 4vw;
  animation: rotate-circle-right 0.5s linear 4.8s forwards;
}
.gray01::after {
  top: 0;
  left: -4vw;
  width: 8vw;
  height: 8vw;
  background: #fff;
  transform-origin: right 4vw;
  animation: rotate-circle-left03 0.5s linear 4.8s forwards;
}
@keyframes rotate-circle-left03 {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(-180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(-360deg);
    background: #808184;
  }
  100% {
    transform: rotate(-360deg);
    background: #808184;
  }
}
/*============
orange circle
============*/
.orange02 {
  top: -300%;
  animation-delay: 5.3s;
}
.orange01 {
  width: 27vw;
  height: 27vw;
  background: #ffffff;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orange01::before {
  top: 0;
  left: 13.5vw;
  width: 27vw;
  height: 27vw;
  background: #fff;
  transform-origin: left 13.5vw;
  animation: rotate-circle-right 0.5s linear 5.3s forwards;
}
.orange01::after {
  top: 0;
  left: -13.5vw;
  width: 27vw;
  height: 27vw;
  background: #fff;
  transform-origin: right 13.5vw;
  animation: rotate-circle-left02 0.5s linear 5.3s forwards;
}
@keyframes rotate-circle-left02 {
  0% {
    transform: rotate(0deg);
    background: #fff;
  }
  50% {
    transform: rotate(-180deg);
    background: #fff;
  }
  50.01% {
    transform: rotate(-360deg);
    background: #fafafa;
  }
  100% {
    transform: rotate(-360deg);
    background: #fcfcfc;
  }
}

@keyframes double_content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

.name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  animation: name 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.9s forwards;
  opacity: 0;
}
.name img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;

  
}
.name_circle01 {
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%);
  background-color: var(--main_color);
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
}
.name_circle02 {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
}
@keyframes name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ==============================================================
                    Herder
=================================================================*/
.main-menu-area{
  padding: 10px 0px;
}
/* .logo img{
  width: 60%;
} */
.menu-area ul li {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 25px;
    line-height: 5.8rem;
    font-family: 'Josefin Sans', sans-serif;
}
.menu-area ul li .active {
  border-bottom: 1px solid #073859;
}
.menu-area ul li a{
  padding-bottom: 5px;
  transition: .3s ease;
  cursor: pointer;
}
.menu-area ul li a:hover{
  border-bottom: 1px solid #073859;
  
}
.icon-area i {
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(49, 35, 223);
    box-shadow: 0px 0px 20.7px 2.3px rgba(77, 65, 225, 0.17);
    width: 18px;
    height: 18px;
    font-size: 24px;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
	margin: 0px;
}
.icon-area i{
    cursor: pointer;
}
.search-box {
	position: absolute;
	right: 98px;
	top: 96px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.search-box form input {
	padding: 20px 10px 20px 20px;
	border: none;
	font-size: 14px;
	box-shadow: 0px 2px 9px #d5d5d5;
    border-radius: 5px;
}
.icon-area:hover .search-box{
    opacity: 1;
    visibility: visible;
}




/* ==============================================================
                            Hero
=================================================================*/
.heroslide-text-area{
  padding-top: 262px;
}
.hero-img-area {
	margin-top: -91px;
	max-width: 100%;
	display: block;
	z-index: -9;
	
}
.hero-area{
    background-attachment: fixed;
    background-image: url("/MONEY_HUB/img/hero/bg.jpg");
        background-size: cover;
    background-repeat: no-repeat;
}

.hero-text-area p {
	padding-right: 63px;
}
.hero-text-area span {
	font-size: 18px;
	font-weight: 300;
	color: var(--main_color);
}
.htext{
  margin-left: -200px;
}
.heroslide-text-area span{
    font-size: 18px;
	font-weight: 300;
	color: var(--main_color);
}
.slider-hero {
	min-height: 750px;
}
.heroslide-text-area p{
    font-size: 16px;
	line-height: 26px;
	color: #6f6f6f;
    padding-bottom: 40px;
}
.slide-title{
    color: #fff;
}
.slide-p{
    color: #fff;
}
.heroslide-text-area span {
	color: #ffff;
}
.heroslide-text-area p {
	color: #fff;
}
.vs-text {
	color: #fff;
}
.hero-title {
	line-height: 50px;
}
.hero-text-area p {
	font-size: 16px;
	line-height: 26px;
	color: #6f6f6f;
  
}
.btn-area ul li .btn i {
    font-size: 14px;
}
.btn-area ul li {
	display: inline-block;
	margin-right: 15px;
}
.vicon-text {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}
.vicon {
    margin-left: 10px;
}
.hero-shape {
	position: relative;
}
.shape {
    position: absolute;
    left: 3%;
    top: 157px;
    animation: rotates 30s infinite alternate;
    -webkit-animation: rotates 30s infinite alternate;
}
@keyframes rotates {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);


    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);

    }
}
.h-img-area {
	margin-top: 132px;
	max-width: 100%;
	float: right;
}

.heroslide-text-area p {
	color: #fff;
	font-size: 14px;
}
/* ==============================================================
                            Features
=================================================================*/
.features-item {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.13);
	padding: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}
.features-item h6 {
	font-size: 18px;
	margin: 20px 0px 15px 0px;
}
.features-item p {
	padding-right: 15px;
}
.mbtm{
    margin-top: 280px;
}
.t-mtop{
    margin-top: 220px;
}
.features-item:hover{
    transform:translateY(10px);
}
/*==============================================================
                            About agency
=================================================================*/
.about-agency-img{
    position: relative;
}
.img-shape {
	position: absolute;
	left: 0;
	right: 0;
}
.about-point ul li {
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
	margin: 20px 0px;
}
.about-point ul li img {
	margin-right: 10px;
}
.about-shape01{
    animation: rotates 30s infinite alternate;
    -webkit-animation: rotates 30s infinite alternate;
}
@keyframes rotates {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);


    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);

    }
}
/*==============================================================
                           Services
=================================================================*/
.services-bg-area {
	min-height: 550px;
  background: url("/MONEY_HUB/img/hero/bg2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  background-attachment: fixed;
  
 
}
.center-title-area span{
    font-size: 18px;
	font-weight: 300;
	color: #fff;
}
.center-title-area h3 {
	line-height: 50px;
    color: #fff;
}
.signle-services a {
	font-size: 16px;
	color: #555555;
    font-family: 'Josefin Sans', sans-serif;
}
.signle-services {
  max-height: 250px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.13);
	padding: 35px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.signle-services:hover{
    transform:translateY(10px);
}
.signle-services h6 {
	font-size: 18px;
	margin: 20px 0px 15px 0px;
}
.signle-services p{
    padding: 10px 0px
}
.services-items-area {
	margin-top: -200px;
}
.btn-link-area a {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	color: var(--main_color);
	font-weight: 600;
}

/* footer aria style....... */

.ft_main {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "main" "footer";
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
.ft_main .footer {
  z-index: 1;
  --footer-background:#f1f0f0;
  display: grid;
  position: relative;
  grid-area: footer;
  min-height: 22rem;
}
.ft_main .footer .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: var(--footer-background);
  filter: url("#blob");
}
.ft_main .footer .bubbles .bubble {
  position: absolute;
  left: var(--position, 50%);
  background: var(--footer-background);
  border-radius: 100%;
  -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
          animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
  transform: translate(-50%, 100%);
}
.ft_main .footer .content {
  z-index: 2;
 
  grid-template-columns: 1fr auto;
  grid-gap: 4rem;
  
  background: var(--footer-background);
}
.ft_main .footer .content a, .ft_main .footer .content p {
  color: #000000;
  text-decoration: none;
}
.ft_main .footer .content b {
  color: rgb(0, 0, 0);
}
.ft_main .footer .content p {
  margin: 0;
  font-size: 0.75rem;
}
.ft_main .footer .content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ft_main .footer .content > div > div {
  margin: 0.25rem 0;
}
.ft_main .footer .content > div > div > * {
  margin-right: 0.5rem;
}
.ft_main .footer .content > div .image {
  align-self: center;
  width: 4rem;
  height: 4rem;
  margin: 0.25rem 0;
  background-size: cover;
  background-position: center;
}

@-webkit-keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}

@keyframes bubble-size {
  0%, 75% {
    width: var(--size, 4rem);
    height: var(--size, 4rem);
  }
  100% {
    width: 0rem;
    height: 0rem;
  }
}
@-webkit-keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}
@keyframes bubble-move {
  0% {
    bottom: -4rem;
  }
  100% {
    bottom: var(--distance, 10rem);
  }
}

.f-text-area p {
  color: rgb(0, 0, 0);
}
.f-qucick-area h4{
  color: rgb(0, 0, 0);
}
.f-qucick-area li a{
  color: rgb(0, 0, 0);
}
.f-address-area h4{
  color: rgb(0, 0, 0);
}
.f-address-area li a{
  color: rgb(0, 0, 0);
}
.f-text-area img{
  object-fit: cover;
  margin-bottom: -220px;
  margin-left: 30px;
}
.f-text-area p {
    padding-top: 25px;
}
.f-social-icon-area ul li {
    display: inline-block;
    margin-right: 15px;
}
.f-qucick-area ul li a {
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}
.f-qucick-area ul li {
    margin: 15px 0px 0px 0px;
}
.f-qucick-area ul {
    padding-top: 5px;
}
.f-instra-area ul li {
    display: inline-block;
    padding: 6px 2px 0px 0px;
}
.f-instra-area ul {
    padding: 20px 0px;
}
.f-address-area ul li {
    font-size: 14px;
    padding: 10px 0px;
    font-family: 'Josefin Sans', sans-serif;

}
.f-text-area{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
}
.ficon2 {
  text-align: center;
  margin-top: -3px;
  margin-left: 35px;
}
.ficon2 a{
 margin-right: 15px;
 font-size: 2.3rem;
 padding: 10px;
 border-radius: 50px;

}
.ficon2 a:hover{
  background-color: var(--main_color);
  color: white !important;
}
.f-address-area ul {
    padding: 10px 0px;
}
.f-address-area ul li i {
    color: #4b3ee1;
    margin-right: 10px;
}
.copyright-area {
    background-color: var(--main_color);
    padding: 25px 0px;
}
.copyright-area .icofont-heart-alt{
  color: rgb(199, 28, 28);
  margin: 0px 2px;
}
.copyright-area a {
    color: #fff !important;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}
.copyright-icon-area ul li {
    display: inline-block;
    padding-right: 20px;
    margin: 0 auto;
}
.copyright-icon-area ul li a i {
    padding: 8px;
    border: 2px dashed rgb(255, 255, 255);
    border-radius: 100%;
}
.ficon{
    display: flex;
    justify-content: center;
}
#scrollUp{
  background-color: var(--main_color);
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	border-radius: 5px;
	box-shadow: 0px 1px 9px var(--main_color);

}
#scrollUp:hover {
	color: var(--main_color);
    box-shadow: 0px 1px 9px #121213;
}
/*==============================================================
                          header-sticky
=================================================================*/
.sticky {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	box-shadow: 0px 2px 11px #d0d0d0;
}
#header-sticky{
    -moz-transition: all 1s ease-out 0s;
	-ms-transition: all 1s ease-out 0s;
	-o-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}
.ajax-response.error {
	color: white;
	text-align: center;
}
/* Start Preloader */
#loading{
	background-color: #4042e9;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 2;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;	
	-ms-transform: rotate(45deg); 
   	-webkit-transform: rotate(45deg);
    transform: rotate(45deg); 

}
.object{
	width: 20px;
	height: 20px;
	background-color:#FFF;
	position: absolute;
	left: 65px;
	top: 65px;
	}
.object:nth-child(2n+0) {
	margin-right: 0px;

}


#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
	}
#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
	}
#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
	}
#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	 -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}

#object_big{
	
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
		 -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}	




@-webkit-keyframes object_big {
 50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
 50% { 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  } 

}




@-webkit-keyframes object_one {
 50% { -webkit-transform: translate(-65px,-65px)  ; }

}

@keyframes object_one {
 50% { 
    transform: translate(-65px,-65px) ;
    -webkit-transform: translate(-65px,-65px) ;
  } 

}



@-webkit-keyframes object_two {
  50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
 50% { 
    transform: translate(0,-65px) ; 
    -webkit-transform: translate(0,-65px) ; 
  } 

}



@-webkit-keyframes object_three {
 50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
 50% { 
    transform: translate(65px,-65px) ;
    -webkit-transform: translate(65px,-65px) ;
  } 
}



@-webkit-keyframes object_four {
  
  50% { -webkit-transform: translate(65px,0) ; }

}

@keyframes object_four {
  50% { 
    transform: translate(65px,0) ;
    -webkit-transform: translate(65px,0) ;
  } 

}




@-webkit-keyframes object_five {
  
  50% { -webkit-transform: translate(65px,65px) ; }

}

@keyframes object_five {
  50% { 
    transform: translate(65px,65px) ;
    -webkit-transform: translate(65px,65px) ;
  } 

}



@-webkit-keyframes object_six {
  
  50% { -webkit-transform: translate(0,65px) ; }

}

@keyframes object_six {
  50% { 
    transform:  translate(0,65px) ;
    -webkit-transform:  translate(0,65px) ;
  } 

}




@-webkit-keyframes object_seven {
  
  50% { -webkit-transform: translate(-65px,65px) ; }

}

@keyframes object_seven {
  50% { 
    transform: translate(-65px,65px) ;
    -webkit-transform: translate(-65px,65px) ;
  } 

}


@-webkit-keyframes object_eight {
  
  50% { -webkit-transform: translate(-65px,0) ; }

}

@keyframes object_eight {
  50% { 
    transform: translate(-65px,0) ;
    -webkit-transform: translate(-65px,0) ;
  } 

}

/* End Preloader */



/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/* #particles-js{
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 99;
} */

@keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
  from {background-position:0 0;}
  to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
  from {background-position:0 0;}
  to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
  from {background-position:0 0;}
  to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
  from {background-position:0 0;}
  to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
  from {background-position: 0;}
  to {background-position:10000px 0;}
}

.stars, .twinkle {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
width:100%;
height:100%;
display:block;
z-index: -10;
}

.stars {
background:#000 url(http://sylvaingarnot.fr/media/stars.png) repeat top center;
z-index:-1;
}

.twinkle{
background:transparent url(http://sylvaingarnot.fr/media/twinkling.png) repeat top center;
z-index:-1;

-moz-animation:move-twink-back 200s linear infinite;
-ms-animation:move-twink-back 200s linear infinite;
-o-animation:move-twink-back 200s linear infinite;
-webkit-animation:move-twink-back 200s linear infinite;
animation:move-twink-back 200s linear infinite;
}

/* services section....................... */



a {
  text-decoration: none !important;
}
.center-heading {
text-align: center;
}

.center-heading .section-title {
font-weight: 400;
font-size: 28px;
color: #3B566E;
letter-spacing: 1.1px;
line-height: 38px;
margin-bottom: 20px;
}

.center-heading.colored .section-title {
color: #ffffff;
}

.center-text {
text-align: center;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
margin-bottom: 50px;
}

.center-text.colored {
color: #C7E5FF;
}

.center-text p {
margin-bottom: 30px;
}

.services-small-item {
display: block;
background: #fff;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 5px;
padding: 40px 28px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 2;
margin-bottom: 30px;
}

.services-small-item:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
border-radius: 5px;
background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon i {
background: -webkit-linear-gradient(#fff, #fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.services-small-item.active .services-title, .services-small-item:hover .services-title {
color: #ffffff;
}

.services-small-item.active p, .services-small-item:hover p {
color: #ffffff;
}

.services-small-item.active .button i, .services-small-item:hover .button i {
background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
color: #2b708b !important;
}

.services-small-item:hover {
margin-top: -15px;
}

.services-small-item .icon {
width: 139px;
height: 113px;
margin: auto;
position: relative;
margin-bottom: 20px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
display: block;
height: 67px;
line-height: 67px;
position: absolute;
width: 100%;
top: 22px;
z-index: 2;
font-size: 28px;
background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
font-weight: 400;
font-size: 16px;
color: #3B566E;
letter-spacing: 0.7px;
margin-bottom: 15px;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.services-small-item p {
font-weight: 400;
font-size: 14px;
color: #6F8BA4;
letter-spacing: 0.88px;
line-height: 26px;
position: relative;
z-index: 2;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-bottom: 30px;
}

.services-small-item .button {
position: relative;
z-index: 2;
}

.services-small-item .button i {
width: 42px;
height: 42px;
background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
line-height: 42px;
text-align: center;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
color: #fff;
padding-left: 3px;
}

.services-small-item:hover + .item-bg {
bottom: 30px;
}

.item-bg {
content: '';
position: absolute;
width: 80%;
height: 15px;
bottom: 15px;
left: 0px;
right: 0px;
margin: auto;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: 1;
background: #fff;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

/* .login-area button a{
  line-height: 5.5rem;
  padding: 10px 25px;
  font-size: 1.5rem !important;
  color: white !important;
  border-radius: 20px;
  background-color: var(--main_color);
  position: relative;
  overflow: hidden;
  font-weight: 400 !important;

} */

.login-area button a {
  line-height: 2.2rem;
  padding: 10px 25px;
  font-size: 1.5rem !important;
    color: #0080b1 !important;
    border-radius: 20px;
    background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-weight: 400 !important;
}

.login-area button a:hover{
  color: white;
  background-color: black;

}

.f_img{
  width: 60%;
  margin: 30px 0px;
  position: relative;
}
.f_img img{
  width: 100%;
}

.f_img::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ffd800, #ff5520, #750cf2, #0cbcf2);
  z-index: -1;
}
.f_img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ffd800, #ff5520, #750cf2, #0cbcf2);
  z-index: -2;
  filter: blur(8px);
}
.atm_icon{
  margin: 25px 0px;
}
.atm_icon .icofont-check-alt{
  font-size: 2rem;
  margin-right: 10px;
}
.atmimg{
  margin-top: 20px;
}
.atmimg img{
  filter: hue-rotate(110deg);
}
@media (max-width:750px) {
  .logo img{
    /* width: 15%; */
  }
  .htext{
    margin-left: 25px;
  }
}



.service-area{
  padding-top:100px;
}

h1.top-title {
  font-size: 60px;
  color: #dde8f3;
  letter-spacing: 7px;
}
h1.up-title {
  font-size: 30px;
  color: var(--main_color);
  letter-spacing: 7px;
  margin-top: -20px;
}
h4.ser-title {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-bottom: 5px;
}
span.ser-des {
  font-size: 14px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 25px;
 
}
.sec-padding{
  padding-bottom: 70px;
}
.ser-text:hover h4{
  color: #03a9f4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-card{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px 15px;
  width: 400px;
  max-height: 450px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 7px 23.52px 0.48px rgba(0, 0, 0, 0.13);
	padding: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-card:hover{
    transform:translateY(10px);
}

.service-card .item-img{
  margin-bottom: 10px;
}


/* about slider start............... */


.swiper {
  width: 100%;
  height: 100%;
  background-image: Linear-gradient( 90deg, rgb(255, 250, 250) 30%, rgba(255, 255, 255, 0.712) 70% );
}

.swiper-slide {
  font-size: 18px;
  color:white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  margin-left: 20px;
  margin-top: 50px;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;

}

.swiper-slide .title {
  font-size: 50px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  margin-left: -10px;
  margin-top: 50px;
}

.swiper-slide .subtitle {
  font-size: 30px;
}

.swiper-slide .text p{
  font-size: 18px;
  max-width: 400px;
  line-height: 1.3;
  color: rgb(0, 0, 0);
  font-weight: 200;
  margin: 30px 0px;
}


/* news letter strted............. */



.earn_text {
  position: absolute;
  top: 445px;
  right: 165px;
  text-align: center;
}
.earn_text h1 {
  font-size: 2.5rem;
}
.earn_img{
  display: flex;
  justify-content: center;
}
.earn_img img{
  width: 60%;
}


/* about section style........ */

.about_section{
  background: #ECE9E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
 
}
.about_mtext{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_mtext h1{
  font-size: 4.5rem;
  text-align: center;
}
.about_mtext p{
  font-size: 1.6rem;
}
.about_img{
  
}
.about_img img{
  margin-bottom: 50px;
  width: 65%;
}

.about_img img:hover{
  filter: sepia(20%);
  filter: drop-shadow(1px 0px 3px #000);
}


/* about second section................ */


.aboutm_cont { 
  margin:0;
  padding:0;
	perspective: 1px;
	transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Josefin Sans', sans-serif;
 
}

.aboutm_title h1 {
   font-size: 2rem;
   color: white;
   margin: 1rem 0px;
}

.aboutm_title p {
  font-size: 17px;
  line-height: 150%;
  color: white;
  font-weight: 100;
}

.aboutm_slide {
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
 box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	transform-style: inherit;
  display: flex;
  flex-wrap: wrap;
}

.aboutm_slide img {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 320px;
  height: 240px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 5px;
  border-radius: 5px;
  background: #0c4063;
 box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  
}

.aboutm_slide img:last-of-type {
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.aboutm_slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.aboutm_title {
  max-width: 650px;
  max-height: 350px;
  padding: 10px 70px;
  border-radius: 5px;
  background: #0c4063;
 box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  color: white;
}

.aboutm_slide:nth-child(2n) .aboutm_title {
  margin-left: 0;
  margin-right: auto;
}

.aboutm_slide:nth-child(2n+1) .aboutm_title {
  margin-left: auto;
  margin-right: 0;
}

.aboutm_slide, .aboutm_slide:before {
  background: 50% 50% / cover;  
}

.header {
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}



/* 
about slider started.....................  */


/* @import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
} */
/* 
body {
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%);
  min-height: 100vh;
  font-family: "Fira Sans", sans-serif;
  display: flex;
} */

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background:transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  margin-bottom: 100px;
  margin-left: 30px;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__text i{
  margin-right: 10px;
  font-size: 2rem;
}
.blog-slider__img img:first-child{
 margin-top: 29px;
}
.blog-slider__img img {
  width: 100%;
  

  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
 background-color: #0c4063;;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0c4063;
  height: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
.swiper-wrapper{
  margin-top: 50px;
}

img.ab_img {
  width: 87%;
  margin-top: 68px;
}

.ab_cont {

  width: 612px;
  height: 294px;
  position: absolute;
  top: 41px;

  left: -27px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(84 200 244) 0%, rgb(15 155 209) 100%, rgb(65, 177, 80) 100%, rgba(56, 228, 224, 1) 100%, rgba(18, 225, 237, 1) 100%);
  z-index: -9;
}



/* contact section started............... */

.cont_map iframe{
  margin: 50px 0px;
}
.contact_form_button .button {
    display: inline-block;
    background: #97cbfa;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.contact_form_button .button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.contact_form_button .button:hover {
    opacity: 0.8;
}

.contact_info {
    width: 100%;
    padding-top: 25px;
}

.contact_info_item {
    width: calc((100% - 60px) / 3);
    height: 100px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 32px;
    padding-right: 15px;
}

.contact_info_image {
    width: 35px;
    height: 35px;
    text-align: center;
}

.contact_info_image img {
    max-width: 100%;
}

.contact_info_content {
    padding-left: 17px;
}

.contact_info_title {
    font-weight: 500;
    font-size: 2rem;

    
}

.contact_info_text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.contact_form {
    padding-top: 25px;
}
.contact_form_container{
  background-color: rgb(255, 253, 253);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 50px;
}

.contact_form_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px;
}

.contact_form_inputs {
    margin-bottom: 30px;
}

.input_field {
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    outline: none;
    color: #0e8ce4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.input_field:focus,
.text_field:focus {
    border-color: #b2b2b2;
}

.input_field:hover,
.text_field:hover {
    border-color: #b2b2b2;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

.text_field {
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.contact_submit_button {
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px;
}

.panel {
    width: 100%;
    background: #fafafa;
    margin-top: 120px;
}

@media only screen and (max-width: 991px) {
    .contact_info_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_info_item:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .input_field {
        margin-bottom: 30px;
        width: 100%;
    }

    .input_field:last-child {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .contact_submit_button {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px;
    }
}


.service_img img{
  width: 70%;
  margin-bottom: 50px;
  float: right;
  margin-right: 150px;
}

.button-50 {
  appearance: button;
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

/* 
popup login style......... */

/* 
.card1 {
    background-image: url("https://i.imgur.com/aeidEH1.jpg");
    margin-top: 20px
} */

.modal-content{
    width: 145% !important;
}
@media (min-width: 576px)
{
    .modal-dialog{
        margin: 3.75rem 12rem !important;
    }
}
.login-area .close {
   
    font-size: 3.5rem !important;
    position: fixed;
    right: 170px;
    top: 35px;
}
.login-area .card1{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.login-area .login_card{
    margin-left: 100px;
}
.login-area .first {
    background-image: url("/img/services/login.png");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 12px;
    margin-top: 135px;
    display: block;
    height: auto;
}
.login-area .login_logoimg img{
    width: 7%;
    position: absolute;
    top: 61px;
    left: 549px;
    z-index: 99;
    
}
.login-area .second {
    background: #fff;
    border-radius: 12px;
}

.login-area .welcome {
    margin-top: 130px;
    font-size: 23px;
}

.login-area .form-group {
    padding-top: 8px;
    font-size: 12px;
}

.login-area .form-control {
    background: #E3F2FD;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    padding-top: 22px;
    padding-bottom: 22px;
    caret-color:#0c4063;
}

.login-area .form-control:focus {
    box-shadow: none;
    color: black;
    font-size: 15px;
}

.login-area .forgot {
    padding-top: 7px;
    color:#0c4063;
}

.login-area .space {
    padding-top: 28px;
}

.login-area .btn_style {
    border-radius: 0%;
    font-size: 11px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-area .space .login_btn {
    background: #0c4063;
    padding: 8px 40px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}

.login-area .space .login_btn2{
  background: #0c4063;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
    margin-left: 10px;
}
.login-area .space button:hover{
  background-color: black;
  color: white;
}

.login-area .under {
    font-size: 12px;
    color: #0c4063;
    padding-top: 40px;
    margin-bottom: 20px;
}
.login-area .under p{
  font-size: 10px;
}



/* ==================Responsive style=============== */

@media only screen and (max-width: 576px){
  .footer-area{
    padding-top: 100px;
  }
.header-area{
  height: 110px;
}
.mean-container a.meanmenu-reveal {
  margin-top: -81px;
}
.htext {
  margin-left: 1px !important;
}
.mbtm {
  margin-top: 40px !important;
}
.hero-text-area{
  text-align: center !important;
}
.hero-text-area p {
  padding-right: 0px !important;
  margin-bottom: 25px !important;
}
.f_img{
  display: none;
}
.htext .btn-area{
  margin-left: 0px !important;
}
.btn-area{
  display: grid;
  justify-content: center;
}
.features-area {
  padding: 0px !important;
}
.t-mtop{
  margin-top: 100px !important;
}
.atm_icon{
  text-align: start !important;
}
#scrollUp{
  right: 14px !important;
  bottom: 35px !important;
}
.features-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
} 
.signle-services{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.f-text-area img {
  width: 33% !important;
  transform: translateY(-128px) translateX(-17px) !important;
}
.ficon2 {
  margin-left: 50px !important;
  transform: translateY(-88px) translateX(-19px) !important;
}
.f-address-area {
  text-align: center !important;
  padding-left: 0px !important;
}
.f-qucick-area{
  text-align: center !important;
  margin-left: 0px !important;

}

/* about page media query  */

.about_mtext .btn-area .btn{
  /* margin-right: 79px !important; */
  margin-bottom: 39px !important;
} 
.about_img img {
  margin-left: 55px !important;
}

/* services page media query  */
.service_img img{
  display: none;
}
.swiper-wrapper{
  margin-top: 0px !important;
}
.swiper-slide{
  margin-top: 0px !important;
}
.swiper-slide .title{
  font-size: 53px !important;
  margin-left: -26px !important;
}
.swiper-slide .text p{
  margin-left: -23px !important;
}
.button-50{
  margin-left: -23px !important;
}
.blog-slider{
  display: none;
}

}

/* mediam screen media quarey................ */

@media only screen and (max-width: 767px){
.header-area{
  height: 110px;
}
.mean-container a.meanmenu-reveal {
  margin-top: -81px;
}
.htext {
  margin-left: 1px !important;
}
.mbtm {
  margin-top: 40px !important;
}
.hero-text-area{
  text-align: center !important;
}
.hero-text-area p {
  padding-right: 0px !important;
  margin-bottom: 25px !important;
}
.f_img{
  display: none;
}
.htext .btn-area{
  margin-left: 0px !important;
}
.btn-area{
  display: grid;
  justify-content: center;
}
.features-area {
  padding: 0px;
}
.t-mtop{
  margin-top: 100px !important;
}
.atm_icon{
  text-align: start !important;
}
#scrollUp{
  right: 14px !important;
  bottom: 35px !important;
}
.features-item{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
} 
.signle-services{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.f-address-area{
  padding-left: 100px;
  text-align: start;
}
.f-qucick-area{
  margin-left: 80px;
}
.help-text{
  margin-top:20px;
}
.ficon2 {
  
}
.f-text-area img {
  transform:translate(3px, 56px);
  width: 95px;
}
/* about page media query  */

.about_mtext .btn-area .btn{
  /* margin-right: 125px; */
  margin-bottom: 39px;
} 
.about_img img {
  margin-left: 95px;
}


/* services page media query  */
.service_img img{
  display: none;
}

}



@media only screen and (max-width: 991px){
  .htext {
    margin-left: 1px !important;
  }

.f-address-area{
  padding: 0px !important;
  text-align: start;
}
.f-qucick-area{
  margin-left: 0px !important;
}
.help-text{
  margin-top:0px !important;
}

}


/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::selection{
background: rgb(0,123,255,0.3);
}
.contentmenu{
max-width: 1250px;
margin: auto;
padding: 0 30px;
}
.navbarmenu{
position: fixed;
width: 100%;
height: 94px;
z-index: 2;
padding: 7px 0;
transition: all 0.3s ease;
background: #54c8f4;
color: black;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbarmenu.sticky{
background: #ffffff;
padding: 10px 0;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbarmenu .contentmenu{
display: flex;
align-items: center;
justify-content: space-between;
}
.navbarmenu .logo img {
  width: 82px;
}
.navbarmenu .menu-list{
display: inline-flex;
align-items: center;
}
.menu-list li{
list-style: none;
}
.menu-list li a{
color: rgb(0, 0, 0);
font-size: 19px;
font-weight: 600;
margin-left: 25px;
text-decoration: none;
transition: all 0.3s ease;
}
.menu-list li a:hover{
color: var(--main_color);
}


.iconmenu{
color: rgb(0, 0, 0);
font-size: 20px;
cursor: pointer;
display: none;
}
.menu-list .cancel-btn{
position: absolute;
right: 30px;
top: 20px;
}
@media (max-width: 1350px) {
  .navbarmenu .menu-list{
    transform: translate(-65px, 13px);
    }
  }
@media (max-width: 1230px) {
.contentmenu{
  padding: 0 60px;
}
.navbarmenu .menu-list{
 
  transform: translate(-65px, 13px);
  }
}
@media (max-width: 1100px) {
.contentmenu{
  padding: 0 40px;
}
.navbarmenu .menu-list{
 
  transform: translate(-83px, 13px);
  }
}
@media (max-width: 900px) {
.contentmenu{
  padding: 0 30px;
}
}
@media (max-width: 868px) {
  /* .login-area button a {
    line-height: 2.2rem;
    position: absolute;
    top: 20px;
    right: 67px;
} */
body.disabled{
  overflow: hidden;
}
.iconmenu{
  display: block;
}
.iconmenu.hide{
  display: none;
}
.navbarmenu .menu-list{
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 530px;
  left: -100%;
  top: 0px;
  display: block;
  padding: 40px 0;
  text-align: center;
  background: rgb(34, 34, 34);
  transition: all 0.3s ease;
}
.navbarmenu.show .menu-list{
  left: 28%;
  margin-top: 107px;
}
.navbarmenu .menu-list li{
  margin-top: 45px;
}
.navbarmenu .menu-list li a{
  font-size: 23px;
  margin-left: -100%;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbarmenu.show .menu-list li a{
  margin-left: 0px;
 
}
.menu-list li a{
  color: rgb(255, 255, 255);
  
  }
  .menu-list .cancel-btn{
    color: white;
     }
     .navbarmenu.show .menu-list{
      transform: translate(-130px, -15px);
      transform: translate(-130px, -15px);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
}
@media (max-width: 380px) {
.navbarmenu .logo a{
  /* font-size: 27px; */
}
.menu-list li a{
  color: rgb(255, 255, 255);
  
  }
  .menu-list .cancel-btn{
   color: white;
    }

    .navbarmenu.show .menu-list{
      transform: translate(-100px, -13px);
    }
   
}

.about_section{
  padding-top: 150px;
}
.swiper {
  padding-top: 100px;
}
.contact_info{
 padding-top: 150px;
}
.getcardsec{
	position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    max-width: 310px;
    min-height: 150px;
    border-radius: 8px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
   }

   .getcardsec img.add-cardimg{
	max-width: 100px;
    max-height: 100px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }

   .appbtn-crd{
	border: none;
    outline: none;
    padding: 6px;
    border-radius: 4px;
    background: #00344e;
    color: white;
    font-weight: 200;
   }
@media (max-width: 992px) {
	.add-carousel-right{
		display: none !important;
	}
	.fort-center{
		text-align: center;
	}
}


.add-card-main{
	position: fixed;
	bottom: 20px;
	left: 14px;
  z-index: 99;
   }  
  .add-card-main .btnadd {
	font-size:1.6em ;
	padding:20px 0;
	background-color:var(--main_color);
	color:#fff;
	border-radius:50px;
	margin: auto;
	border:2px solid var(--main_color);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .add-card-main .btnadd span {
	color:white;
	font-size:0;
	padding:10px 30px;
  }
  
  .add-card-main .btnadd:hover {
	padding:20px 50px 20px 10px;
	border:2px solid var(--main_color);
  }
  .add-card-main .btnadd:hover span {
	font-size:1.0em;
  }
  .add-card-main .btnadd:hover .ico {
	margin-left: 0px;
	transform:rotate(360deg);
  }
  .add-card-main .btnadd:hover .span {
	visibility:visible;
  }
  .add-card-main .ico {
    transition: all 0.5s;
    background-color: white;
    color: var(--main_color);
    width: 47px;
    height: 47px;
    padding: 4px 11px;
    border-radius: 50px;
    position: absolute;
    margin-left: -53.5px;
    margin-top: -12px;
    font-size: 1.6em;
  }
  .add-card-main .ico::before {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	content: "\f1d8";
	font-family: "Font Awesome 5 Free"; 	
	margin-left:-5px;
  }
  .add-card-main .btnadd12:hover .add-card-main .ico::before {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	content: "\f30b";
	font-family: "Font Awesome 5 Free"; 	
	margin-left:-5px;
  }

 