@font-face {
  font-family: "Nunito Black";
  font-display: swap;
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Bold";
  font-display: swap;
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Semi Bold";
  font-display: swap;
  src: url("../fonts/Nunito-Semi-Bold.ttf") format("truetype");
}

/**************** extend css start ****************/
/**************** extend css start ****************/
/**************** common css start ****************/
*::-webkit-scrollbar {
  width: 20px;
}

@media (max-width: 576px) {
  *::-webkit-scrollbar {
    width: 0;
  }
}

*::-webkit-scrollbar-thumb {
  background: #EF2D5A;
}

@media (max-width: 576px) {
  *::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

body {
  font-family: "Nunito Semi Bold", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.message_submit_form:focus {
  outline: none;
}

input:hover, input:focus, .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
          box-shadow: 0 0 0 0.2rem transparent;
  border: 1px solid #eaecee;
}

video {
  width: 100%;
  outline: none !important;
}

.gray_bg {
  background-color: #f7f7f7;
}

.text p {
  margin: 15px 0 0 0;
  text-align: justify;
}

.text p:first-of-type {
  margin: 0;
}

.section_padding {
  padding: 140px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 100px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.single_padding_top {
  padding-top: 140px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_padding_top {
    padding-top: 100px !important;
  }
}

.padding_top {
  padding-top: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_top {
    padding-top: 70px;
  }
}

.padding_bottom {
  padding-bottom: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #182028;
  font-family: "Nunito Black", sans-serif;
}

p {
  font-family: "Nunito Bold", sans-serif;
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #888888;
  font-weight: 400;
}

h2 {
  font-size: 44px;
  line-height: 28px;
  color: #182028;
  font-weight: 600;
  line-height: 1.222;
}

@media (max-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

h3 {
  font-size: 24px;
  line-height: 25px;
}

@media (max-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

img {
  max-width: 100%;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.section_tittle {
  margin-bottom: 53px;
}

@media (max-width: 991px) {
  .section_tittle {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle {
    margin-bottom: 40px;
  }
}

.section_tittle h2 {
  font-size: 45px;
  color: #182028;
  line-height: 33px;
  font-weight: 600;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

.section_tittle p {
  color: #556172;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "Nunito Bold", sans-serif;
}

@media (max-width: 576px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle p {
    margin-bottom: 10px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  .mb_110 {
    margin-bottom: 220px;
  }
}

.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mt_130 {
    margin-top: 70px;
  }
}

.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mb_130 {
    margin-bottom: 100px;
  }
}

.padding_less_40 {
  margin-bottom: -50px;
}

.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
  [class*="hero-ani-"] {
    display: none !important;
  }
}

.custom-animation1 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping 9s ease-in-out 2s infinite alternate;
          animation: jumping 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all .9s ease 5s;
  transition: all .9s ease 5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-animation2 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping2 9s ease-in-out 2s infinite alternate;
          animation: jumping2 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all 1s ease 3s;
  transition: all 1s ease 3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-animation3 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping3 9s ease-in-out 2s infinite alternate;
          animation: jumping3 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all 7s ease 2s;
  transition: all 7s ease 2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-animation4 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping4 9s ease-in-out 2s infinite alternate;
          animation: jumping4 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all 8s ease 4s;
  transition: all 8s ease 4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-animation5 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping5 9s ease-in-out 2s infinite alternate;
          animation: jumping5 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all 8s ease 4s;
  transition: all 8s ease 4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-animation6 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: jumping6 9s ease-in-out 2s infinite alternate;
          animation: jumping6 9s ease-in-out 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition: all 8s ease 4s;
  transition: all 8s ease 4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
            transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
            transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
            transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
            transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }
  85% {
    -webkit-transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
            transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
            transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@keyframes jumping {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
            transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
            transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
            transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
            transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }
  85% {
    -webkit-transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
            transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
            transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@-webkit-keyframes jumping2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
            transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
            transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
            transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(30px) translateX(20px) rotate(90deg) scale(0.75);
            transform: translateY(30px) translateX(20px) rotate(90deg) scale(0.75);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
            transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
            transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
            transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
            transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }
  75% {
    -webkit-transform: translateY(30px) translateX(20px) rotate(90deg) scale(0.75);
            transform: translateY(30px) translateX(20px) rotate(90deg) scale(0.75);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
            transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@-webkit-keyframes jumping3 {
  0% {
    -webkit-transform: translateY(10px) translateX(0) rotate(0) scale(1);
            transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    -webkit-transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
            transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
            transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    -webkit-transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
            transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
            transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    -webkit-transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
            transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@keyframes jumping3 {
  0% {
    -webkit-transform: translateY(10px) translateX(0) rotate(0) scale(1);
            transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }
  20% {
    -webkit-transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
            transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }
  40% {
    -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
            transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }
  40% {
    -webkit-transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
            transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
            transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }
  100% {
    -webkit-transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
            transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@-webkit-keyframes jumping4 {
  0% {
    -webkit-transform: translateY(-30px) translateX(40px) rotate(0) scale(1.2);
            transform: translateY(-30px) translateX(40px) rotate(0) scale(1.2);
    opacity: .7;
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(0px) rotate(50deg) scale(0.6);
            transform: translateY(-20px) translateX(0px) rotate(50deg) scale(0.6);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(15px) translateX(-55px) rotate(20deg) scale(0.5);
            transform: translateY(15px) translateX(-55px) rotate(20deg) scale(0.5);
    opacity: .9;
  }
  75% {
    -webkit-transform: translateY(30px) translateX(30px) rotate(50deg) scale(0.75);
            transform: translateY(30px) translateX(30px) rotate(50deg) scale(0.75);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-15px) translateX(5px) rotate(0) scale(0.5);
            transform: translateY(-15px) translateX(5px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@keyframes jumping4 {
  0% {
    -webkit-transform: translateY(-30px) translateX(40px) rotate(0) scale(1.2);
            transform: translateY(-30px) translateX(40px) rotate(0) scale(1.2);
    opacity: .7;
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(0px) rotate(50deg) scale(0.6);
            transform: translateY(-20px) translateX(0px) rotate(50deg) scale(0.6);
    opacity: .8;
  }
  50% {
    -webkit-transform: translateY(15px) translateX(-55px) rotate(20deg) scale(0.5);
            transform: translateY(15px) translateX(-55px) rotate(20deg) scale(0.5);
    opacity: .9;
  }
  75% {
    -webkit-transform: translateY(30px) translateX(30px) rotate(50deg) scale(0.75);
            transform: translateY(30px) translateX(30px) rotate(50deg) scale(0.75);
    opacity: .7;
  }
  100% {
    -webkit-transform: translateY(-15px) translateX(5px) rotate(0) scale(0.5);
            transform: translateY(-15px) translateX(5px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@-webkit-keyframes jumping5 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    display: block;
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping5 {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    display: block;
  }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    display: block;
  }
}

@-webkit-keyframes jumping6 {
  0% {
    -webkit-transform: rotate(180deg) translate(-50px, 20px);
            transform: rotate(180deg) translate(-50px, 20px);
    display: block;
  }
  100% {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
            transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

@keyframes jumping6 {
  0% {
    -webkit-transform: rotate(180deg) translate(-50px, 20px);
            transform: rotate(180deg) translate(-50px, 20px);
    display: block;
  }
  100% {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
            transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/**************** common css end ****************/
/* Main Button Area css
============================================================================================ */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  border: 1px solid #edeff2;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.submit_btn:hover {
  background: transparent;
}

.btn_1 {
  display: inline-block;
  padding: 13px 44px;
  border-radius: 50px;
  background-color: transparent;
  font-size: 15px;
  font-family: "Nunito Bold", sans-serif;
  font-weight: 500;
  color: #182028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  border: 1px solid #EF2D5A;
}

.btn_1:hover {
  color: #fff !important;
  background-color: #EF2D5A;
}

@media (max-width: 576px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_1 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

.btn_2 {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 50px;
  background: #EF2D5A;
  font-size: 15px;
  font-family: "Nunito Bold", sans-serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_2:hover {
  -webkit-box-shadow: 0 0 16px -10px #EF2D5A;
          box-shadow: 0 0 16px -10px #EF2D5A;
  color: #EF2D5A !important;
  background: #fff;
}

@media (max-width: 576px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn_2 {
    padding: 10px 30px;
    margin-top: 25px;
  }
}

.btn_4 {
  color: #EF2D5A;
  font-size: 15px;
  font-weight: 700;
  margin-top: 53px;
  display: inline-block;
}

@media (max-width: 991px) {
  .btn_4 {
    margin-top: 30px;
  }
}

.btn_4 img {
  width: 20px;
  margin-left: 15px;
}

/*=================== custom button rule start ====================*/
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color: #EF2D5A;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

.button:hover {
  color: #fff;
}

.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

.button-header {
  color: #fff;
  border-color: #edeff2;
}

.button-header:hover {
  background: #b8024c;
  color: #fff;
}

.button-contactForm {
  color: #fff;
  border-color: #edeff2;
  padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/**************menu part start*****************/
.main_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main_menu .main-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_menu .navbar-nav {
  margin-left: -140px;
}

.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}

.main_menu .navbar {
  padding: 0px;
}

.main_menu .main-menu-item ul li .nav-link {
  color: #ffffff;
  font-size: 14px;
  padding: 40px 20px;
  font-family: "Nunito Black", sans-serif;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li .nav-link {
    padding: 35px 20px;
  }
}

.main_menu .main-menu-item ul li .nav-link:hover {
  color: #fff;
}

.main_menu .menu_btn {
  border: 1px solid #dde0e3;
  color: #EF2D5A;
  font-size: 16px;
  padding: 9px 41px;
  border-radius: 50px;
  background-color: #fff;
}

.main_menu .single_page_logo {
  display: none;
}

@media (max-width: 991px) {
  .main_menu {
    padding: 20px 0px;
    height: 80px;
  }
  .navbar-nav {
    margin-left: 0 !important;
    text-align: center;
  }
  .main_logo {
    display: none;
  }
  .single_page_logo {
    display: block !important;
  }
  .home_menu .main-menu-item {
    padding-left: 0px;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
    -webkit-box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px !important;
  }
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px !important;
    color: #042530;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  .navbar-brand img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
  }
  .btn_1 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .navbar-nav {
    margin-left: -50px;
  }
  .main_menu .navbar-nav img {
    max-height: 60px;
  }
  .main_logo {
    display: none;
  }
  .single_page_logo {
    display: block !important;
  }
  .main-menu-item ul li .nav-link {
    color: #000 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_page_menu ul li .nav-link {
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-width: 100px;
    max-height: 60px;
    right: auto;
    left: 0;
    top: 5px;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 0;
    top: -2px;
    left: auto;
  }
  .main_menu {
    height: 75px;
  }
}

.menu_icon:after {
  position: absolute;
  content: "\e68e";
  top: 7px;
  left: 0px;
  font-family: 'themify';
  color: #000000;
  font-size: 25px;
  width: 33px;
  height: 33px;
}

.single_page_menu .menu_icon:after {
  position: absolute;
  content: "\e68e";
  top: 7px;
  left: 0px;
  font-family: 'themify';
  color: #fff;
  font-size: 25px;
  width: 33px;
  height: 33px;
}

.single_page_menu .main-menu-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single_page_menu .main-menu-item .navbar-nav {
  margin-left: 0 !important;
}

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
  background-color: #fff;
}

.menu_fixed .navbar-nav {
  margin-left: 0;
}

.menu_fixed .btn_1 {
  border: 1px solid #fff;
  color: #042530;
}

.menu_fixed .btn_1:hover {
  border: 1px solid #EF2D5A;
}

.menu_fixed .main-menu-item ul li .nav-link {
  color: #042530 !important;
}

.menu_fixed .main_logo {
  display: block;
}

.menu_fixed .single_page_logo {
  display: none;
}

.menu_fixed .menu_icon:after {
  color: #fff;
}

.menu_fixed .home_page_btn {
  color: #fff;
}

.main_menu img {
  max-width: 200px;
}

@media (max-width: 991px) {
  .main_menu img {
    max-width: 100px;
    max-height: 60px;
  }
}

/************about_us css start***************/
.about_us {
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .about_us {
    padding: 0 0 70px;
  }
}

.about_us .feature_icon_1 {
  position: absolute;
  left: 15%;
  top: 12%;
  z-index: -1;
}

.about_us .feature_icon_2 {
  position: absolute;
  right: 15%;
  top: 12%;
  z-index: -1;
}

.about_us .about_us_text img {
  margin-bottom: 10px;
}

.about_us .about_us_text h3 {
  margin-top: 40px;
  font-size: 1.2em;
  color: rgba(239, 45, 90, 0.5);
}

.about_us .about_us_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin: 0 0 28px 0;
  position: relative;
}

@media (max-width: 576px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_us .about_us_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_us .about_us_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

.about_us .about_us_text p {
  line-height: 36px;
  margin-bottom: 57px;
}

@media (max-width: 576px) {
  .about_us .about_us_text p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_us .about_us_text p {
    margin-bottom: 20px;
  }
}

.about_us .about_us_text .btn_1 {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_us .about_us_text .btn_1 {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .learning_img {
    margin-top: 30px;
  }
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .learning_img {
    margin-top: 40px;
  }
  .right_time .learning_img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .right_time {
    padding: 70px 0 0;
  }
}

.team h2, .team h3, .team h4, .team p, .team a {
  display: block;
  text-align: center;
}

.team .team-member {
  position: relative;
  display: inline-block;
}

.team .team-member h4 {
  margin: 20px 0 10px 0;
}

.team .team-member a:link {
  margin-top: 10px;
  font-family: "Nunito Bold", sans-serif;
  color: black;
  font-size: 1em;
  text-decoration: none;
}

.team .team-member a:hover, .team .team-member a:focus {
  color: #EF2D5A;
}

.gallery .video {
  margin-top: 40px;
  padding: 0 15px;
}

.gallery img {
  padding: 25px 0;
}

/**************** banner part css start ****************/
.banner_part {
  position: relative;
  background-image: url(../img/banner_bg.png);
  background-repeat: no-repeat;
  background-size: 65% 100%;
  background-position: left top;
}

@media (max-width: 991px) {
  .banner_part {
    background-image: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part {
    background-image: none;
  }
}

.banner_part .banner_text {
  display: table;
  width: 100%;
  height: 1020px;
}

.banner_part .banner_text .banner_text_inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 259px;
}

@media (max-width: 991px) {
  .banner_part .banner_text .banner_text_inner {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text .banner_text_inner {
    height: 650px;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .banner_part .banner_text {
    height: 650px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text {
    height: 650px;
  }
}

.banner_part .banner_text h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 70px;
}

@media (max-width: 576px) {
  .banner_part .banner_text h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner_part .banner_text h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text h1 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.banner_part .banner_text h1 span {
  color: #EF2D5A;
}

.banner_part .banner_text p {
  font-family: "Nunito Bold", sans-serif;
  margin-bottom: 42px;
  padding-right: 110px;
}

@media (max-width: 991px) {
  .banner_part .banner_text p {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner_part .banner_text p {
    padding-right: 0;
  }
}

.banner_part .feature_icon_1 {
  position: absolute;
  right: 10%;
  top: 0%;
  z-index: -1;
}

@media (max-width: 991px) {
  .banner_part .feature_icon_1 {
    display: none;
  }
}

.banner_part .feature_icon_2 {
  position: absolute;
  right: 30%;
  top: 10%;
  z-index: -1;
}

.banner_part .feature_icon_3 {
  position: absolute;
  right: 10%;
  top: 35%;
  z-index: -1;
}

@media (max-width: 991px) {
  .banner_part .feature_icon_3 {
    display: none;
  }
}

.banner_part .feature_icon_4 {
  position: absolute;
  right: 30%;
  top: 45%;
  z-index: -1;
}

.banner_part .feature_icon_5 {
  position: absolute;
  right: 15%;
  bottom: 20%;
  z-index: -1;
}

.banner_part .feature_icon_6 {
  position: absolute;
  right: 50%;
  bottom: 5%;
  z-index: -1;
}

@media (max-width: 991px) {
  .banner_part .feature_icon_6 {
    display: none;
    bottom: 0%;
  }
}

/**************** hero part css end ****************/
/**************** service_part css start ****************/
.feature_part {
  position: relative;
  z-index: 1;
}

.feature_part .feature_icon_1 {
  position: absolute;
  left: 19%;
  top: 50%;
  z-index: -1;
}

@media (max-width: 576px) {
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_part .feature_part_text {
    padding-left: 0;
  }
}

.feature_part .feature_part_text h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 21px;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_part .feature_part_text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_part .feature_part_text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

.feature_part .feature_part_text p {
  margin-bottom: 46px;
}

.feature_part .feature_part_text .feature_part_text_iner {
  border-radius: 50px;
  border-top-right-radius: 0;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 34px 27px 31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .feature_part .feature_part_text .feature_part_text_iner {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

.feature_part .feature_part_text .feature_part_text_iner:hover {
  border: 1px solid #EF2D5A;
}

.feature_part .feature_part_text .feature_part_text_iner h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Nunito Black", sans-serif;
}

.feature_part .feature_part_text .feature_part_text_iner p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667;
}

.feature_part .single_feature {
  margin: 0 11px;
}

@media (max-width: 991px) {
  .feature_part .single_feature {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_part .single_feature {
    margin: 0;
  }
}

.feature_part .single_feature:nth-child(2) {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .feature_part .single_feature:nth-child(2) {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_part .single_feature:nth-child(2) {
    margin-top: 30px;
  }
}

.feature_part .single_feature_part {
  padding: 40px 25px 31px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
          box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 991px) {
  .feature_part .single_feature_part {
    padding: 25px 15px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature_part .single_feature_part {
    margin-top: 25px;
  }
}

.feature_part .single_feature_part img {
  margin-bottom: 21px;
  height: 65px;
}

@media (max-width: 991px) {
  .feature_part .single_feature_part img {
    margin-bottom: 21px;
  }
}

.feature_part .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.feature_part .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_part .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

.feature_part .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

.single_feature_padding {
  padding-top: 140px;
}

@media (max-width: 576px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_feature_padding {
    padding-top: 70px;
  }
}

/************use_sasu css start***************/
.use_sasu {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .use_sasu {
    padding: 70px 0 30px;
  }
}

.use_sasu .feature_icon_1 {
  position: absolute;
  left: 22%;
  top: 15%;
  z-index: -1;
}

.use_sasu .single_feature_part {
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .use_sasu .single_feature_part {
    margin-bottom: 40px;
  }
}

.use_sasu .single_feature_part img {
  margin-bottom: 33px;
  height: 65px;
}

@media (max-width: 991px) {
  .use_sasu .single_feature_part img {
    margin-bottom: 21px;
  }
}

.use_sasu .single_feature_part img i {
  color: #0c2e60;
  font-size: 24px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.use_sasu .single_feature_part h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use_sasu .single_feature_part h4 {
    margin-bottom: 15px;
  }
}

.use_sasu .single_feature_part p {
  color: #7f7f7f;
  line-height: 1.8;
  font-size: 15px;
}

/************client css start***************/
.client_logo {
  padding: 0 0 140px;
}

@media (max-width: 991px) {
  .client_logo {
    padding: 0 0 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .client_logo {
    padding: 0 0 100px;
  }
}

.client_logo h1 {
  text-align: center;
  margin: 60px 0;
}

.client_logo img {
  position: relative;
  height: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.client_logo h2 {
  font-size: 1em;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 576px) {
  .client_logo h2 {
    display: none !important;
  }
}

/**********************footer part css*******************/
.footer_part {
  background-image: url("../img/footer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px 25px;
}

@media (max-width: 991px) {
  .footer_part {
    padding: 70px 0px 25px;
    background-image: url("none");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
  }
}

.footer_part img {
  margin-bottom: 35px;
  max-width: 200px;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

.footer_part .single_footer_part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

.footer_part .single_footer_part p {
  margin-bottom: 10px;
}

.footer_part .single_footer_part .list-unstyled li a {
  color: #888888;
  margin-bottom: 10px;
  display: inline-block;
}

.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #EF2D5A !important;
}

.footer_part .single_footer_part .social_icon {
  float: left;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .footer_part .single_footer_part .social_icon {
    margin-top: 15px;
  }
}

.footer_part .single_footer_part .social_icon li a {
  margin-left: 0;
  margin-right: 25px;
}

.footer_part .single_footer_part .mail_part {
  position: relative;
}

.footer_part .single_footer_part .mail_part input {
  padding: 9px 22px;
  font-size: 13px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-top: 20px;
  width: 100%;
  background-color: #f9f9fe;
  border: 1px solid #ebebeb;
}

.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 60px;
  height: 39px;
  background-color: #EF2D5A;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 10px;
  border: 2px solid #EF2D5A;
}

.footer_part hr {
  background-color: #cad7dc;
  margin-top: 50px;
  margin-bottom: 25px;
}

.footer_part .footer_icon {
  text-align: right;
}

.footer_part .footer_icon li {
  display: inline-block;
}

.footer_part .footer_icon li a {
  font-size: 14px;
  color: #888888;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

.footer_part .footer_icon li a :hover {
  color: #EF2D5A;
}

@media (max-width: 576px) {
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

.footer_part .copyright_text p {
  color: #888;
}

.footer_part .copyright_text span {
  color: #EF2D5A;
  font-size: 12px;
}

@media (max-width: 991px) {
  .footer_part .copyright_text {
    text-align: center !important;
  }
}

.footer_part .copyright_text p a {
  color: #EF2D5A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_part .copyright_text p a:hover {
  color: #EF2D5A;
}

.footer_part .info {
  color: red !important;
}

@media (max-width: 991px) {
  .footer_part .footer_icon {
    text-align: center;
    float: none;
  }
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #EF2D5A;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #EF2D5A;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #EF2D5A;
  border: 1px solid #EF2D5A;
  background: #fff;
}

.genric-btn.primary-border {
  color: #EF2D5A;
  border: 1px solid #EF2D5A;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #EF2D5A;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #EF2D5A;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #EF2D5A;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #EF2D5A;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #EF2D5A;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #EF2D5A;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #EF2D5A;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #EF2D5A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #EF2D5A;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #EF2D5A;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #EF2D5A;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #EF2D5A;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #EF2D5A;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

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

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.switch-wrap {
  margin-bottom: 10px;
}

/**************** copyright part css start ****************/
.copyright_part {
  background-color: #303030;
  padding: 26px 0px;
}

.copyright_part p {
  color: #8a8a8a;
  font-family: 300;
}

.copyright_part a {
  color: #7c32ff;
}

@media (max-width: 576px) {
  .copyright_part .footer-social {
    margin-top: 20px;
  }
}

.copyright_part .footer-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #ff7e5f;
  text-align: center;
  margin-left: 10px;
  color: #fff;
}

.copyright_part .footer-social a:hover {
  background-color: #ff7e5f !important;
  color: #fff !important;
}

.copyright_part .footer-social a i:hover {
  color: #fff;
}

@media (max-width: 576px) {
  .copyright_part .footer-text {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright_part .footer-text {
    text-align: center;
    margin-bottom: 25px !important;
  }
}

.copyright_part span.ti-heart {
  font-size: 12px;
  margin: 0px 2px;
}

/**********************footer part css*******************/
.footer_part {
  background-image: url("../img/footer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px 25px;
}

@media (max-width: 991px) {
  .footer_part {
    padding: 70px 0px 25px;
    background-image: url("none");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
  }
}

.footer_part img {
  margin-bottom: 35px;
  max-width: 200px;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

.footer_part .single_footer_part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

.footer_part .single_footer_part p {
  margin-bottom: 10px;
}

.footer_part .single_footer_part .list-unstyled li a {
  color: #888888;
  margin-bottom: 10px;
  display: inline-block;
}

.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #EF2D5A !important;
}

.footer_part .single_footer_part .social_icon {
  float: left;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .footer_part .single_footer_part .social_icon {
    margin-top: 15px;
  }
}

.footer_part .single_footer_part .social_icon li a {
  margin-left: 0;
  margin-right: 25px;
}

.footer_part .single_footer_part .mail_part {
  position: relative;
}

.footer_part .single_footer_part .mail_part input {
  padding: 9px 22px;
  font-size: 13px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-top: 20px;
  width: 100%;
  background-color: #f9f9fe;
  border: 1px solid #ebebeb;
}

.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 60px;
  height: 39px;
  background-color: #7c32ff;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 10px;
  border: 2px solid #7c32ff;
}

.footer_part hr {
  background-color: #cad7dc;
  margin-top: 50px;
  margin-bottom: 25px;
}

.footer_part .footer_icon {
  text-align: right;
}

.footer_part .footer_icon li {
  display: inline-block;
}

.footer_part .footer_icon li a {
  font-size: 14px;
  color: #888888;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

.footer_part .footer_icon li a :hover {
  color: #EF2D5A;
}

@media (max-width: 576px) {
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

.footer_part .copyright_text p {
  color: #888;
}

.footer_part .copyright_text span {
  color: #EF2D5A;
  font-size: 12px;
}

@media (max-width: 991px) {
  .footer_part .copyright_text {
    text-align: center !important;
  }
}

.footer_part .copyright_text p a {
  color: #EF2D5A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_part .copyright_text p a:hover {
  color: #EF2D5A;
}

.footer_part .info {
  color: red !important;
}

@media (max-width: 991px) {
  .footer_part .footer_icon {
    text-align: center;
    float: none;
  }
}

table td {
  padding: 8px 20px;
}
/*# sourceMappingURL=style.css.map */