/*-----------------------------------------------------------------------------------

    Template Name: Consult - Business Consultancy Agency Template
    Template URI: uideck.com
    Description: Consult - Business Consultancy Agency Template
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.COMMON
    02.HEADER
    03.ABOUT
    04.GALLERY
    05.SERVICE
    06.PRICING
    07.TESTIMONIAL
    08.BRAND
    09.BL0G
    10.CONTACT
    11.FOOTER
    12.PAGE BANNER
    13.BL0G DETAILS

-----------------------------------------------------------------------------------*/
/*===========================
    01.COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;700&display=swap');

body {
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #798795;
  overflow-X: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  color: #404040;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #798795;
  margin: 0px;
  font-family: "Nunito", sans-serif;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.grid {
  display: grid;
}

.container {
  width: 14440px;
  margin: auto;
}

.custom_btn {
  min-width: 139px;
  padding: 10px 0;
  text-align: center;
  background-color: #1D67E2;
  border: none;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: .5s;
}

.outline_btn {
  background-color: transparent;
  border: 1px solid #0057CB;
  color: #0057CB !important;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 500;
  height: 45px;
}

.outline_btn:hover {
  background-color: #1D67E2;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  color: #fff !important;
}

.login_btn {
  width: 188px;
  height: 47px;
  background: #FF7997;
  border-radius: 6px;
  border: 2px solid #FF7997;
}

.login_btn:hover {
  background: #F14A70;
  border: 2px solid #F14A70;
  color: #fff !important;
}

.academy_btn {
  width: 188px;
  height: 47px;
  background: #1D67E2;
  border-radius: 6px;
  border: 2px solid #1D67E2;
}

.academy_btn:hover {
  background: #2F79FF;
  border: 2px solid #2F79FF;
  color: #fff !important;
}

/* .contact_section .custom_btn:hover {
  background: #FFF;
} */
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 200;
  font-family: "Nunito", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #1e64e0;
  padding: 0 5px;
  font-size: 16px;
  height: 45px;
  width: 140px;
  line-height: 40px;
  border-radius: 5px;
  color: #1e64e0;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: white;
}

.main-btn:hover {
  background-color: white !important;
  color: #0057CB;
  border-color: #0057CB;
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #1e64e0;
  border-color: #1e64e0;
}

.main-btn.main-btn-2:hover {
  background-color: rgba(241, 72, 54, 0.3);
  border-color: #1e64e0;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #1e64e0;
  text-transform: uppercase;
}

.contact-area {
  min-height: 750px;
  /*    margin-bottom: 70px;*/
}

.mobile {
  display: none;
}

.desktop_tab {
  display: block;
}



@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 32px;
  padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title .title span {
  font-weight: 400;
  display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #FFF;

  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #1e64e0 #1e64e0 #dedede4f;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #dedede4f;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #dedede4f;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}



/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  box-shadow: 0 3.5px 6.5px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: white;
  -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;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--not-top {
  transform: translateY(0%);
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -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;
}

.headroom--not-top .navbar {
  padding: 10px 0;
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.navbar {
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
  -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;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -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;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  margin-left: 30px;
  position: relative;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a,
.main-student-btn {
  /* font-size: 20px; */
  font-size: 18px;
  font-weight: 500;
  color: #222;
  -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;
  padding: 10px 0;
  position: relative;
  font-family: "Nunito", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}

.navbar-nav .nav-item.active>a,
.navbar-nav .nav-item:hover>a {
  color: #1e64e0;
}

/* .navbar-nav .nav-item a:hover {
      color: #1D67E2;
    } */
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #1e64e0;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .navbar-btn .main-btn {
    height: 40px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 20px;
  }
}

/*===== HEADER HERO =====*/
.header-hero {
  /* height: 800px; */
  position: relative;
}

@media only screen and (min-width: 1400px) {
  /* .header-hero {
      height: 750px;
      margin-bottom: 70px;
    }  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero {
    height: auto;
  }
}

@media (max-width: 767px) {
  .header-hero {
    height: auto;
    margin-top: 35px
  }
}

.header-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-image {
    width: 720px;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .header-hero-image {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-image {
    width: 540px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-image .image img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 150px;
  }
}

.header-hero-content .hero-title {
  font-size: 60px;
  font-weight: 400;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-hero-content .hero-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .header-hero-content .hero-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .hero-title {
    font-size: 34px;
  }
}

.header-hero-content .hero-title b {
  font-weight: 700;
}

.header-hero-content .hero-title span {
  color: #1e64e0;
  display: contents;
}

.header-hero-content .text {
  max-width: 490px;
  font-size: 16px;
  padding-top: 40px;
}

.header-hero-content .header-singup {
  position: relative;
  margin-top: 120px;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content .header-singup {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .header-hero-content .header-singup {
    margin-top: 60px;
  }
}

.header-hero-content .header-singup input {
  width: 100%;
  height: 70px;
  font-size: 24px;
  border: 0;
  border-radius: 50px;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .header-hero-content .header-singup input {
    height: 56px;
  }
}

.header-hero-content .header-singup .main-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 64px;
  line-height: 60px;
  padding: 0 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .header-hero-content .header-singup .main-btn {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 56px;
    line-height: 52px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-singup .main-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: auto;
    height: 50px;
    line-height: 46px;
    margin-top: 0;
  }
}

/*===========================
        03.ABOUT css 
===========================*/
.about-title .welcome {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #1e64e0;
  font-family: "Nunito", sans-serif;
}

@media (max-width: 767px) {
  .about-title .welcome {
    font-size: 16px;
  }
}

.about-title .title {
  padding-top: 10px;
  font-weight: 400;
  font-size: 32px;
}

@media (max-width: 767px) {
  .about-title .title {
    font-size: 24px;
  }
}

.about-title .title span {
  font-weight: 700;
}

.single-counter .counter-shape {
  width: 55px;
}

.single-counter .counter-shape .shape-1,
.single-counter .counter-shape .shape-2 {
  width: 14px;
  height: 70px;
  position: relative;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  left: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .single-counter .counter-shape .shape-1,
  .single-counter .counter-shape .shape-2 {
    width: 10px;
  }
}

.single-counter .counter-shape .shape-1::before,
.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::before,
.single-counter .counter-shape .shape-2::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -1px;
  right: -1px;
  border-top: 12px solid #fff;
  border-left: 16px solid transparent;
}

.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::after {
  border-top: 0;
  border-bottom: 6px solid #fff;
  top: auto;
  bottom: -1px;
}

.single-counter .counter-shape .shape-1 {
  opacity: 0.5;
  left: 15px;
  bottom: 1px;
}

.single-counter .counter-content {
  padding-left: 10px;
}

.single-counter .counter-content .counter-count {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: #222;
  font-family: "Nunito", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter .counter-content .counter-count {
    font-size: 32px;
  }
}

.single-counter .counter-content .text {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

.single-counter.counter-color-1 .counter-shape .shape-1,
.single-counter.counter-color-1 .counter-shape .shape-2 {
  background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
  background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
  background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%);
}

.single-counter.counter-color-2 .counter-shape .shape-1,
.single-counter.counter-color-2 .counter-shape .shape-2 {
  background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
  background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
  background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%);
}

.single-counter.counter-color-3 .counter-shape .shape-1,
.single-counter.counter-color-3 .counter-shape .shape-2 {
  background: -webkit-linear-gradient(left, #1e64e0 0%, #ff9387 100%);
  background: -o-linear-gradient(left, #1e64e0 0%, #ff9387 100%);
  background: linear-gradient(to right, #1e64e0 0%, #ff9387 100%);
}

.single-counter.counter-color-4 .counter-shape .shape-1,
.single-counter.counter-color-4 .counter-shape .shape-2 {
  background-color: #f23559;
}

.single-counter.counter-color-5 .counter-shape .shape-1,
.single-counter.counter-color-5 .counter-shape .shape-2 {
  background-color: #164aa9;
}

/*===== ABOUT 2 =====*/
.about-content-2 .about-line {
  padding-top: 10px;
}

.about-content-2 .about-line li {
  height: 5px;
  background-color: #fde4e1;
  display: inline-block;
  border-radius: 50px;
  margin-right: 3px;
}

.about-content-2 .about-line li:nth-of-type(1) {
  width: 40px;
}

.about-content-2 .about-line li:nth-of-type(2) {
  width: 15px;
}

.about-content-2 .about-line li:nth-of-type(3) {
  width: 10px;
}

.about-content-2 .about-line li:nth-of-type(4) {
  width: 5px;
}

.about-content-2 .text {
  padding-top: 15px;
}

/*===========================
       04.GALLERY css 
===========================*/
.single-gallery {
  position: relative;
}

.single-gallery .gallery-image img {
  width: 100%;
}

.single-gallery .gallery-icon a {
  background-color: #1e64e0;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-gallery .gallery-icon a {
    width: 80px;
    height: 80px;
  }
}

.single-gallery .gallery-icon a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-gallery .gallery-icon a span {
    width: 30px;
    height: 30px;
  }
}

.single-gallery .gallery-icon a span::before,
.single-gallery .gallery-icon a span::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-gallery .gallery-icon a span::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-gallery:hover .gallery-icon a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*===== Project Masonry =====*/
.project-menu ul li {
  display: inline-block;
  font-size: 16px;
  color: #798795;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .project-menu ul li {
    margin: 10px 15px 0;
  }
}

.project-menu ul li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .project-menu ul li:first-child {
    margin: 10px 15px 0;
  }
}

.project-menu ul li::before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #798795;
  bottom: 0;
  left: 0;
  -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;
}

.project-menu ul li:hover::before,
.project-menu ul li.active::before {
  width: 100%;
}

.gallery-masonry {
  border-radius: 7px;
  overflow: hidden;
}

/*===========================
      05.SERVICE css 
===========================*/
.service-wrapper {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-service {
  padding: 65px 20px 30px;
  position: relative;
}

.single-service.service-border {
  border-left: 1px solid #dedede4f;
  border-right: 1px solid #dedede4f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service.service-border {
    border: 0;
  }
}

@media (max-width: 767px) {
  .single-service.service-border {
    border: 0;
  }
}

.single-service .service-content {
  padding-left: 25px;
}

.single-service .service-content .service-title {
  font-size: 18px;
}

.single-service .service-content .text {
  margin-top: 15px;
}

.single-service .shape {
  position: absolute;
}

.single-service .shape.shape-1 {
  left: 35px;
  bottom: -50px;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear;
}

.single-service .shape.shape-2 {
  top: 20px;
  right: 85px;
  -webkit-animation: animationFramesOne 10s infinite linear;
  -moz-animation: animationFramesOne 10s infinite linear;
  -o-animation: animationFramesOne 10s infinite linear;
  animation: animationFramesOne 10s infinite linear;
}

.single-service .shape.shape-3 {
  left: 100px;
  bottom: -10px;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear;
}

.single-service .shape.shape-4 {
  left: 30px;
  top: 10px;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear;
}

.single-service .shape.shape-5 {
  right: 100px;
  bottom: -40px;
  -webkit-animation: animationFramesTwo 10s infinite linear;
  -moz-animation: animationFramesTwo 10s infinite linear;
  -o-animation: animationFramesTwo 10s infinite linear;
  animation: animationFramesTwo 10s infinite linear;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    -moz-transform: translate(141px, 72px) rotate(72deg);
    -ms-transform: translate(141px, 72px) rotate(72deg);
    -o-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    -moz-transform: translate(83px, 122px) rotate(108deg);
    -ms-transform: translate(83px, 122px) rotate(108deg);
    -o-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    -moz-transform: translate(141px, 72px) rotate(72deg);
    -ms-transform: translate(141px, 72px) rotate(72deg);
    -o-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    -moz-transform: translate(83px, 122px) rotate(108deg);
    -ms-transform: translate(83px, 122px) rotate(108deg);
    -o-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    -moz-transform: translate(-73px, 1px) rotate(36deg);
    -ms-transform: translate(-73px, 1px) rotate(36deg);
    -o-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    -moz-transform: translate(-141px, -72px) rotate(72deg);
    -ms-transform: translate(-141px, -72px) rotate(72deg);
    -o-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    -moz-transform: translate(-83px, -122px) rotate(108deg);
    -ms-transform: translate(-83px, -122px) rotate(108deg);
    -o-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    -moz-transform: translate(40px, -72px) rotate(144deg);
    -ms-transform: translate(40px, -72px) rotate(144deg);
    -o-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    -moz-transform: translate(-73px, 1px) rotate(36deg);
    -ms-transform: translate(-73px, 1px) rotate(36deg);
    -o-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    -moz-transform: translate(-141px, -72px) rotate(72deg);
    -ms-transform: translate(-141px, -72px) rotate(72deg);
    -o-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    -moz-transform: translate(-83px, -122px) rotate(108deg);
    -ms-transform: translate(-83px, -122px) rotate(108deg);
    -o-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    -moz-transform: translate(40px, -72px) rotate(144deg);
    -ms-transform: translate(40px, -72px) rotate(144deg);
    -o-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

/*===== OUR SERVICE =====*/
.our-services-tab .nav {
  border-bottom: 2px solid #dedede4f;
}

@media (max-width: 767px) {
  .our-services-tab .nav {
    border-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav {
    border-bottom: 2px solid #dedede4f;
  }
}

@media (max-width: 767px) {
  .our-services-tab .nav .nav-item {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item {
    width: auto;
  }
}

.our-services-tab .nav .nav-item a {
  color: #798795;
  padding: 17px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  -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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services-tab .nav .nav-item a {
    padding: 17px 15px;
  }
}

@media (max-width: 767px) {
  .our-services-tab .nav .nav-item a {
    padding: 17px 15px;
    border-bottom: 2px solid #dedede4f;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item a {
    padding: 17px 10px;
    border-bottom: 0;
  }
}

.our-services-tab .nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1e64e0;
  left: 0;
  bottom: -2px;
  opacity: 0;
  -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;
}

.our-services-tab .nav .nav-item a i {
  font-size: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services-tab .nav .nav-item a i {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .our-services-tab .nav .nav-item a i {
    font-size: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item a i {
    font-size: 28px;
  }
}

.our-services-tab .nav .nav-item a span {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  padding-left: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item a span {
    padding-left: 10px;
  }
}

.our-services-tab .nav .nav-item a.active {
  color: #1e64e0;
}

.our-services-tab .nav .nav-item a.active::before {
  opacity: 1;
}

.our-services-tab .our-services-content .services-title {
  font-size: 40px;
}

@media (max-width: 767px) {
  .our-services-tab .our-services-content .services-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .our-services-content .services-title {
    font-size: 26px;
  }
}

.our-services-tab .our-services-content .services-title span {
  font-weight: 400;
  display: contents;
}

.our-services-tab .our-services-content .text {
  margin-top: 35px;
}

.our-services-tab .our-services-content .our-services-progress .circles-text {
  font-size: 24px !important;
  font-weight: 700;
  color: #222;
  font-family: "Nunito", sans-serif;
}

.our-services-tab .our-services-content .our-services-progress .progress-content {
  padding-left: 30px;
}

.our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
  font-size: 18px;
}

/*===== SERVICE 2 =====*/
.single-service-2 .service-icon {
  margin-top: 5px;
}

.single-service-2 .service-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px dashed #1e64e0;
  font-size: 36px;
  color: #1e64e0;
}

.single-service-2 .service-content {
  padding-left: 30px;
}

.single-service-2 .service-content .title a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  color: #222;
}

.single-service-2 .service-content .text {
  padding-top: 20px;
}

/*===== SERVICE 3 =====*/
.services-3 {
  border-top: 1px solid #dedede4f;
}

.single-service-3 .service-icon {
  display: inline-block;
  position: relative;
}

.single-service-3 .service-icon i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-service-3 .service-content {
  padding-top: 45px;
}

.single-service-3 .service-content .service-title a {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  -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;
}

.single-service-3 .service-content .service-title a:hover {
  color: #1e64e0;
}

.single-service-3 .service-content .text {
  padding-top: 15px;
}

.single-service-3 .service-content .more {
  color: #798795;
  font-size: 36px;
  -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;
  margin-top: 30px;
}

.single-service-3 .service-content .more:hover {
  color: #1e64e0;
}

/*===========================
       06.PRICING css 
===========================*/
.single-pricing {
  padding: 65px 50px 70px;
}

@media (max-width: 767px) {
  .single-pricing {
    padding: 45px 30px 50px;
  }
}

.single-pricing .pricing-price .price {
  font-size: 42px;
  color: #222;
  font-family: "Nunito", sans-serif;
}

.single-pricing .pricing-price .price b {
  font-weight: 800;
}

.single-pricing .pricing-price .price .symbol {
  font-size: 18px;
  color: #1e64e0;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.single-pricing .pricing-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-bottom: 1px solid #dedede4f;
  padding-bottom: 50px;
}

.single-pricing .pricing-title .btn {
  padding: 0 15px;
  line-height: 25px;
  border-radius: 50px;
  background-color: #4bb3f9;
  color: #fff;
  font-size: 14px;
}

.single-pricing .pricing-title .title {
  font-weight: 600;
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  padding-left: 10px;
}

.single-pricing .pricing-list ul li {
  font-size: 14px;
  color: #798795;
  margin-top: 20px;
}

.single-pricing .pricing-btn .main-btn {
  text-transform: uppercase;
}

.single-pricing .pricing-btn .main-btn.main-btn-2 {
  border-color: transparent;
  color: #222;
}

.single-pricing.pricing-color-1 .pricing-title .btn {
  background-color: #4bb3f9;
}

.single-pricing.pricing-color-2 .pricing-title .btn {
  background-color: #1e64e0;
}

.single-pricing.pricing-color-3 .pricing-title .btn {
  background-color: #63b85f;
}

.single-pricing.pricing-active {
  -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.07);
}

/*===========================
       07.TESTIMONIAL css 
===========================*/
.testimonial-left-content .testimonial-line {
  padding-top: 10px;
}

.testimonial-left-content .testimonial-line li {
  height: 5px;
  background-color: #fde4e1;
  display: inline-block;
  border-radius: 50px;
  margin-right: 3px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(1) {
  width: 40px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(2) {
  width: 15px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(3) {
  width: 10px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(4) {
  width: 5px;
}

.testimonial-left-content .text {
  padding-top: 15px;
}

.testimonial-right-content {
  position: relative;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  max-width: 500px;
  padding-top: 50px;
}

.testimonial-right-content .quota {
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.1;
}

.testimonial-right-content .quota i {
  font-size: 130px;
  line-height: 95px;
  color: #1e64e0;
}

.testimonial-content-wrapper {
  position: relative;
  left: 70px;
}

@media (max-width: 767px) {
  .testimonial-content-wrapper {
    left: 0;
  }
}

.single-testimonial {
  background-color: #fff;
  padding: 40px 30px 50px;
  border-radius: 50px;
}

.single-testimonial .testimonial-text .text {
  font-size: 24px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 36px;
  color: #222;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .single-testimonial .testimonial-text .text {
    font-size: 18px;
    line-height: 32px;
  }
}

.single-testimonial .testimonial-author {
  border-top: 1px solid #dedede4f;
  padding-top: 50px;
}

.single-testimonial .testimonial-author .author-info .author-image img {
  border-radius: 50%;
}

.single-testimonial .testimonial-author .author-info .author-name {
  padding-left: 30px;
}

.single-testimonial .testimonial-author .author-info .author-name .name {
  font-size: 16px;
  font-weight: 700;
  color: #1e64e0;
}

.single-testimonial .testimonial-author .author-info .author-name .sub-title {
  font-size: 14px;
  color: #798795;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .single-testimonial .testimonial-author .author-review {
    padding-left: 100px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial .testimonial-author .author-review {
    padding-left: 0;
    padding-top: 15px;
  }
}

.single-testimonial .testimonial-author .author-review .star li {
  display: inline-block;
  font-size: 14px;
  color: #ffa800;
}

.single-testimonial .testimonial-author .author-review .review {
  font-size: 14px;
  color: #222;
  margin-top: 5px;
}

.testimonial-active .slick-arrow {
  position: absolute;
  bottom: 0;
  left: -670px;
  font-size: 22px;
  cursor: pointer;
  color: #798795;
  -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;
}

.testimonial-active .slick-arrow:hover {
  color: #000;
}

.testimonial-active .slick-arrow.next {
  left: -635px;
}

/*===========================
        08.BRAND css 
===========================*/
.brand-wrapper {
  border-top: 1px solid #dedede4f;
}

.brand-wrapper .single-brand {
  float: left;
  width: 20%;
  text-align: center;
}

@media (max-width: 767px) {
  .brand-wrapper .single-brand {
    width: 50%;
  }
}

/*===========================
         09.BL0G css 
===========================*/
.single-blog .blog-image a {
  display: block;
}

.single-blog .blog-image a img {
  width: 100%;
}

.single-blog .blog-content {
  padding-top: 25px;
}

.single-blog .blog-content .blog-title a {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  -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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .blog-title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-blog .blog-content .blog-title a {
    font-size: 20px;
  }
}

.single-blog .blog-content .blog-title a:hover {
  color: #1e64e0;
}

.single-blog .blog-content .blog-author {
  padding-top: 20px;
}

.single-blog .blog-content .blog-author .author-image img {
  width: 65px;
  border-radius: 50%;
}

.single-blog .blog-content .blog-author .author-content {
  padding-left: 20px;
}

.single-blog .blog-content .blog-author .author-content .sub-title {
  font-size: 14px;
  color: #1e64e0;
  font-weight: 400;
}

.single-blog .blog-content .blog-author .author-content .text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

/*===========================
      10.CONTACT  css 
===========================*/
.contact-map iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 767px) {
  .contact-map iframe {
    height: 350px;
  }
}

.single-contact-info .contact-info-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
}

.single-contact-info .contact-info-content {
  padding-left: 20px;
}

.single-contact-info .contact-info-content .text {
  color: #222;
}

.single-contact-info.contact-color-1 .contact-info-icon i {
  background-color: #222;
}

.single-contact-info.contact-color-2 .contact-info-icon i {
  background-color: #f23559;
}

.single-contact-info.contact-color-3 .contact-info-icon i {
  background-color: #4bb3f9;
}

.contact-wrapper-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #000;
}

@media (max-width: 767px) {
  .contact-wrapper-form .contact-title {
    font-size: 26px;
  }
}

.contact-wrapper-form .contact-title i {
  color: #1e64e0;
  margin-right: 8px;
}

.contact-wrapper-form .contact-title span {
  font-weight: 400;
}

.form-message.error,
.form-message.success {
  font-size: 16px;
  color: #222;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #f7f7fd;
  margin-left: 15px;
}

.form-message.error {
  color: #fc3832;
}

.contact-form label {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #222;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 65px;
  /*border: 1px solid #dedede4f;*/
  border: 1px solid #c6c7ca;
  color: #222;
  font-size: 18px;
}

.contact-form textarea {
  padding-top: 10px;
  height: 270px;
  resize: none;
}

.contact-form .main-btn {
  border-radius: 5px;
}

/*===========================
       11.FOOTER css 
===========================*/
.footer-about .text {
  padding-top: 25px;
  font-size: 16px;
}

.footer-title .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: #222;
}

.footer-link ul li {
  margin-top: 25px;
}

.footer-link ul li a {
  font-size: 16px;
  color: #798795;
  -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;
}

.footer-link ul li a:hover {
  color: #222;
}

.footer-contact .text {
  font-size: 16px;
  padding-top: 15px;
}

.footer-contact .social li {
  display: inline-block;
  margin-right: 26px;
}

.footer-contact .social li:last-child {
  margin-right: 0;
}

.footer-contact .social li a {
  font-size: 26px;
  color: #798795;
  -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;
}

.footer-contact .social li a:hover {
  color: #1e64e0;
}

.footer-copyright {
  padding: 20px 0px;
  border-top: 1px solid #2F3643;
  margin-top: 20px;
}

.footer-copyright .text {
  font-size: 12px;
  color: #fff;
}

.footer-copyright .text a,
.footer-copyright a {
  color: #fff !important;
  font-size: 12px;
}


/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 75px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #1E64E0;
  text-align: center;
  z-index: 99;
  -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;
  display: none;
  margin-bottom: 10px;
}

.back-to-top:hover {
  color: #fff;
  background-color: #1E64E0;
}




/*===========================
      12.PAGE BANNER css 
===========================*/
.page-banner {
  padding-top: 235px;
  padding-bottom: 135px;
}

@media (max-width: 767px) {
  .page-banner {
    padding-top: 175px;
    padding-bottom: 90px;
  }
}

.page-banner-content .page-title {
  font-size: 60px;
  font-weight: 400;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-content .page-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .page-banner-content .page-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-banner-content .page-title {
    font-size: 34px;
  }
}

.page-banner-content .page-title b {
  font-weight: 700;
}

.page-banner-content .page-title span {
  font-weight: 700;
  color: #1e64e0;
  display: contents;
}

/*===========================
    13.BL0G DETAILS  css 
===========================*/
.blog-details-content .details-image img {
  width: 100%;
}

.blog-details-content .details-title {
  font-size: 24px;
  font-weight: 600;
  max-width: 680px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .blog-details-content .details-title {
    font-size: 20px;
  }
}

.blog-details-content .text {
  margin-top: 35px;
}

.blog-details-content .blockquote {
  padding: 65px 50px;
  background-color: #1e64e0;
  position: relative;
  border-radius: 5px;
  margin-top: 45px;
  z-index: 5;
}

@media (max-width: 767px) {
  .blog-details-content .blockquote {
    padding: 25px 30px;
  }
}

.blog-details-content .blockquote .quote {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.15;
  z-index: -1;
}

.blog-details-content .blockquote .text {
  margin-top: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  line-height: 48px;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blockquote .text {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .blog-details-content .blockquote .text {
    font-size: 20px;
    line-height: 35px;
  }
}

.blog-details-content .blockquote .text i {
  font-size: 16px;
  position: relative;
}

.blog-details-content .blockquote .text i.fa-quote-left {
  top: -16px;
  left: 5px;
}

.blog-details-content .blockquote .text i.fa-quote-right {
  bottom: -6px;
}


.blog-details-content .details-list {
  padding-top: 5px;
  padding-left: 20px;
}

.blog-details-content .details-list li {
  font-size: 16px;
  color: #798795;
  margin-top: 25px;
  list-style: decimal;
}

.blog-details-content .blog-share {
  border-top: 1px solid #dedede4f;
  padding-top: 25px;
  margin-top: 60px;
}

.blog-details-content .blog-share span {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  font-family: "Nunito", sans-serif;
}

.blog-details-content .blog-share .social li {
  display: inline-block;
  margin-left: 10px;
}

.blog-details-content .blog-share .social li a {
  font-size: 16px;
}

.blog-details-content .blog-share .social li a.color-1 {
  color: #45619d;
}

.blog-details-content .blog-share .social li a.color-2 {
  color: #42c0fb;
}

.blog-details-content .blog-share .social li a.color-3 {
  color: #E1306C;
}

.blog-details-content .blog-share .social li a.color-4 {
  color: #0077B5;
}

.single-comment-items {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .single-comment-items .comment-author {
    padding-left: 100px;
    padding-bottom: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment-items .comment-author {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.single-comment-items .comment-author img {
  width: 80px;
  border-radius: 50%;
}

.single-comment-items .comment-content {
  background-color: #f6f6f6;
  padding: 25px 60px;
  margin-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .single-comment-items .comment-content {
    margin-left: 0;
    padding: 25px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment-items .comment-content {
    margin-left: 20px;
  }
}

.single-comment-items .comment-content::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid #f6f6f6;
  border-left: 100px solid transparent;
  top: 0;
  left: -100px;
}

@media (max-width: 767px) {
  .single-comment-items .comment-content::before {
    border-top: 0;
    border-left: 0;
    border-right: 100px solid transparent;
    border-bottom: 100px solid #f6f6f6;
    left: 0;
    top: -100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment-items .comment-content::before {
    position: absolute;
    border-top: 100px solid #f6f6f6;
    border-left: 100px solid transparent;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: -100px;
  }
}

.single-comment-items .comment-content .comment-name {
  font-size: 16px;
  font-weight: 700;
}

.single-comment-items .comment-content .text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-comment-items .comment-content a {
  font-size: 16px;
  color: #a4a4a4;
  -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;
  margin-right: 20px;
  margin-top: 10px;
}

.single-comment-items .comment-content a i {
  margin-right: 8px;
}

.single-comment-items .comment-content a:hover {
  color: #1e64e0;
}

.comment-reply {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .comment-reply {
    padding-left: 0;
  }
}

.blog-details-comment-form .comment-form-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #000;
}

@media (max-width: 767px) {
  .blog-details-comment-form .comment-form-title {
    font-size: 26px;
  }
}

.blog-details-comment-form .comment-form-title i {
  color: #1e64e0;
  margin-right: 8px;
}

.blog-details-comment-form .comment-form-title span {
  font-weight: 400;
}

.comment-form label {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #222;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 65px;
  border: 1px solid #dedede4f;
  color: #222;
  font-size: 18px;
}

.comment-form textarea {
  padding-top: 10px;
  height: 270px;
  resize: none;
}

.blog-category {
  border: 1px solid #dedede4f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-category .category-title {
  border: 1px solid #dedede4f;
  padding: 15px 30px;
}

.blog-category .category-title .title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.blog-category .category-title .title i {
  color: #1e64e0;
  margin-right: 5px;
}

.blog-category .category-list {
  padding: 5px 30px 30px;
}

.blog-category .category-list ul li {
  margin-top: 20px;
}

.blog-category .category-list ul li a {
  font-size: 14px;
  color: #798795;
  display: block;
  -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;
}

.blog-category .category-list ul li a:hover {
  color: #1e64e0;
}

.blog-category .category-list ul li a i {
  float: right;
  margin-top: 5px;
}

.blog-category .category-more {
  padding: 15px 30px;
  border-top: 1px solid #dedede4f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-category .category-more a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: #222;
  -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;
}

.blog-category .category-more a:hover {
  color: #1e64e0;
}

.blog-category .category-more a i {
  color: #1e64e0;
  margin-right: 5px;
}

.blog-sidebar-wrapper {
  border: 1px solid #dedede4f;
}

.blog-sidebar-wrapper .sidebar-title {
  padding: 15px 30px;
  border-bottom: 1px solid #dedede4f;
}

.blog-sidebar-wrapper .sidebar-title .title {
  font-size: 18px;
  font-weight: 500;
}

.blog-tag .tag-list {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #dedede4f;
}

.blog-tag .tag-list a {
  padding: 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #dedede4f;
  -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;
  color: #798795;
  font-size: 14px;
  margin-top: 10px;
}

.blog-tag .tag-list a:hover {
  background-color: #1e64e0;
  color: #fff;
  border-color: #798795;
}

.blog-project .project-list {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #dedede4f;
}

.blog-project .project-list ul li a {
  color: #798795;
  font-size: 14px;
  margin-top: 10px;
  -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;
  display: block;
}

.blog-project .project-list ul li a:hover {
  color: #1e64e0;
}

.blog-project .project-list ul li a span {
  float: right;
}

.blog-ratting .ratting-list {
  padding: 20px 30px 30px;
}

.blog-ratting .ratting-list ul li a {
  color: #798795;
  font-size: 14px;
  margin-top: 10px;
  -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;
  display: block;
}

.blog-ratting .ratting-list ul li a:hover {
  color: #1e64e0;
}

.blog-ratting .ratting-list ul li a span {
  float: right;
}

@media only screen and (min-width: 1000px) {
  .borderright {
    border-right: 1px solid #1e64e0;
  }
}

/*==================
    PAYIL BLOGS CSS START 
    =================*/

/*-----------
     Response Msg 
     -----------*/
.response_msg {
  font-size: 24px;
  font-weight: 700;
  color: #383838;
  text-align: center;
  line-height: 24px;
  width: 623px;
}

.contact-btn {
  font-size: 20px;
}

.green-color {
  color: #2BAD90;
}

.orange-color {
  color: #F98A3E;
}

.text-wrap {
  display: block;
}

.mr {
  margin-right: 3.5pc !important;
}

.d-none {
  display: none;
}

.title-colo {
  color: #1e64e0;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.home-captch {
  padding: 0 0 !important;
}

.Mob_payil-academy-statis {
  display: none;
}

.main-student-btn {
  font-size: 20px;
}

#blogs.header-hero {
  width: 100%;
  height: 440px;
  text-align: start;
  box-shadow: 0 3.5px 6.5px 0 rgba(0, 0, 0, 0.1);
}

.payil-main-contant {
  position: relative;
  margin: 30px;
  width: 100%;
}

.payil-title {
  margin: 5% 0% 1% 18%;
  position: relative;
}

.payil-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: b;
  font-family: "Nunito", sans-serif;
}

.payil-title p {
  margin: 22px 0 0 0;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  width: 100%;
  color: #000;
}

.payil-academy-statis {
  width: 100%;
  margin: auto;
}

.acadey-statis1,
.acadey-statis2,
.acadey-statis3 {
  justify-content: space-between;
  margin: 0px 0 0 50px;
  padding: 12px 0 10px 0;
  width: 72%;
}

.acadey-statis2 {
  margin-left: 57px;
}

.statis {
  text-align: justify;
  display: flex;
  justify-content: space-between;
}

.statis-list1 p {
  padding-left: 15px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

.statis-list2 p {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.statis-list3 p {
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.new-features-area {
  width: 100%;
  box-shadow: 0 2.5px 3.5px 0 rgb(0 0 0 / 10%);
}

.featues-content {
  width: 100%;
  margin: 3% 0 0 0;
}

.feature-head h3 {
  font-size: 24px;
  font-weight: 700;
}

.header-content {
  padding-left: 3px;
}

.feature-head .featur-text {
  margin: 15px 40px 10px 0;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

.new-featues-heading {
  position: relative;
}

.new-featues-heading h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.new-featues-heading p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.new-features-link {
  width: 70%;
  margin-left: 18%;
}

.new-features-item {
  margin: 0 30px;
}

.featu-item-one {
  width: 650px;
}

.featu-img {
  object-fit: fill;
}

.featu-item-second {
  width: 533px;
  height: 370px;
}

.featu-second-row {
  margin-top: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featu-link-img {
  width: 565px;
}

.featu-list-details {
  width: 100%;
  margin-left: 0px;
}

.item-detail {
  padding: 22px 0 15px 22px;
  width: 77%;
}

.item-detail p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  width: 315px;
}

.item-detail small {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  padding-top: 5px;
}

.item-detail small a {
  color: #fc3832;
  position: relative;
  left: 90%;
}

.featu-link1 {
  background: #FFFFFF;
  border: 1px solid rgb(224, 224, 224);
  transition: .3s ease;
  border-radius: 5px 5px 0 0;
}

.featu-link1:hover {
  box-shadow: 1px 2px 12px 1px rgba(0, 0, 0, 0.15);
}

.featu-link1 a img {
  border-radius: 3px 3px 0 0;
}

.learn-more,
.learn-more1,
.learn-more2 {
  position: relative;
  right: 30px;
}

.learn-more,
.learn-more1,
.learn-more2 {
  height: max-content;
  padding-top: 50px;
}

.learn-more a,
.learn-more1 a,
.learn-more2 a,
.learn-more3 a {
  color: #1D67E2;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.touch-button {
  position: fixed;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 237px;
  height: 60px;
  right: 20px;
  bottom: 10px;
  display: flex;
  margin-bottom: 10px;
  background: #1E64E0;
  border-radius: 7px;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: .5s ease;
}

.touch-button .p-text {
  font-size: 22px;
  font-weight: 700;
}

.touch-button i {
  font-size: 29px;
}

.head-one-side2 img {
  padding-top: 30px;
}

.social-link {
  padding-top: 15px;
  position: relative;
}

.social-link .face-icon {
  padding-right: 10px;
}

.insta-icon {
  padding-right: 10px;
}

.desk-view-icons {
  display: none;
}


/*==============================
    INTRODUCING THE COPY FEATURE CSS
     ==============================*/
.copy-feartures-title a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-left: 13px;
}

.copy-feartures-title img {
  padding-left: 16px;
  padding-right: 15px;
}

.copy-feartures-title p {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.underline {
  position: relative;
  background: #000;
  margin: 0.3% 1% 1% 8.5%;
  width: 26px;
  height: 2px;
}

.feature-introducing-container {
  width: 100%;
  height: 100%;
}

.feature-introducing-content {
  background: #F8F8F8;
  width: 100%;
  height: max-content;
  padding-bottom: 30px;
  border-radius: 5px;
}

.features-head-one {
  background: url(/assets/images/side-img-Vector.png) bottom 45px left 63% no-repeat;
  background-color: #F7FAFF;
}

.features-head-one .date-info {
  font-size: 14px;
  margin: 5% 0% 5% 13%;
  color: #000;
}

#payil_tamil .features-head-one .date-info {
  margin: 5% 0% 5% 15%;

}

.features-head-one .title-info {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 5% 0 0 13%;
}

.features-head-one h2 {
  margin: 2% 0% 5% 13%;
  width: 63%;
  font-size: 42px;
  font-weight: 700;
}

.feature-body-part .text-content {
  margin: 5% 0% 0 10%;
  padding-left: 10px;
  width: 78%;
  padding-bottom: 15px;
}

.text-content p {
  color: #000;
  font-size: 17px;
  font-weight: inherit;
}

.feature-body-part .content-file {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-file video {
  width: 78%;
  margin: 12px 0 0 0;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
}

.payil-course {
  color: rgb(57, 57, 57);
  font-size: 12px;
  font-weight: lighter;
  text-align: center;
  margin-top: 15px;
}

.feature-body-part .content-text2 {
  margin: 2% 0% 1% 11%;
  width: 76%;
}

.content-text2 p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 26px;
}

.touch-popup {
  background: rgb(158, 158, 158);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  width: 50%;
}

.get-in-popup {
  margin: 20px;
}

#mobile-login .features-head-one .title-info {
  padding: 35px 0 0;
}

#mobile-login .features-head-one h2 {
  padding: 0 20px 0;
  width: 58%;
  margin: 2% 0% 5% 10%;
}

#mobile-login .feature-body-part .text-content {
  margin-top: 6pc;
}

#mobile-login .head-one-side2 img {
  position: relative;
  right: 3pc;
}

#payil_tamil .features-head-one .title-info {
  margin: 5% 0 0 12%;
}

#payil_tamil .features-head-one h2 {
  margin: 2% 0% 5% 12%;

}

/*===========
     PAYIL TAMIL  
     ============*/
#payil_tamil .features-head-one {
  background: url(none);
  background-color: #fff;
  border: 1px solid #EDEDED;
  height: 380px;
}

#payil_tamil .features-head-one .title-info {
  padding: 10px 18px 0;
}

#payil_tamil .features-head-one h2 {
  padding: 10px 18px 0;
}

.payil-tmail-file {
  width: 890px;
}

img.pay-tamil-img {
  width: 380px;
  padding-top: 10px;
  margin-left: 75px;
}

.m-login {
  background: linear-gradient(180deg, #E2FFFA 0%, rgba(226, 255, 250, 0) 100%);
}

/* ================= GET IN TOUCH POPUP  ==================*/
#getintouchModal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.modal-dialog.mt-150.get-modal {
  max-width: 633px;
}

.modal-popup {
  padding: 2.5rem 3rem 4rem 1.5rem;
}

.touch-popup-modal {
  background: #000;
  width: 100%;
}

.get-popup-content {
  background: #fff;
  border-radius: 10px;
  width: max-content;
}

.popup-recaptcha {
  position: relative;
  right: 18px;
}

#getintouchModal .contact-form.name-field input,
textarea,
.g-recaptcha {
  height: 46px !important;
  width: 251px;
  border-radius: 5px;
  font-size: 16px !important;
  padding: 0 18px;

}

#getintouchModal .contact-form label {
  font-size: 17px;
}

.popup-close {
  position: relative;
  bottom: 62px;
  left: 25px;
  font-size: 20px;
  color: #000;
}

.popup-title h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

.section_title {
  font-weight: 600;
  font-size: 49px;
  line-height: 60px;
  padding: 20px 0 0;
}

.league_content {
  text-align: center;
}

.league_content h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #222222;
  padding: 0 30px;
}

.league_content h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 30px 0 40px;
  color: #222222;
}

.league_section {
  padding-top: 5rem !important;
}

.league_section .league_image {
  text-align: center;
}

.league_image img {
  margin: 50px 0 40px;
  transition: .3s ease-in;
}

.league_image img:hover {
  transform: scale(1.1);
}


.contact_section {
  background-image: url("../../assets/images/Contactimage.webp");
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0px 0 30px;
  background-position: top center;
}

.contact_conatiner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(14, 14, 14, 0.45);
  width: 100%;
  height: 100%;
}

.contact_section .contact_conatiner .btn_box {
  display: flex;
  gap: 32px;
}

.contact_section h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin: 0px 0 30px;
  color: #fff;
}

.app_link_section {
  background: linear-gradient(180deg, rgba(220, 234, 255, 0) 0%, #DCEAFF 100%);
  padding: 50px 0 0;
  background-size: 100%;
}

.app_link_content .section_title {
  color: #222222;
}

.app_link_section .grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.app_link_section .grid .app_link_content {
  width: 100%;
}

.app_link_section .grid .app_link_content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  padding: 10px 0 45px;
  color: #646464;
}

.app_link_section .grid .app_link_content .btn_box {
  display: flex;
  gap: 15px;
}

.app_link_section .grid .app_link_asset {
  width: 100%;
}

.app_link_section .grid .app_link_asset img {
  width: auto;
}

.league_content h6 {
  padding: 15px 0 25px
}

.contact_section h3 {
  font-size: 30px;
  margin: 35px 0 20px;
}

.card_grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 1%;
  justify-content: space-between;
}

/*============================== PAYIL BLOGS MEDIA QUERY START =============================*/

.nav-item span a:hover {
  color: #0056b3;
}

.solution_bg {
  width: 100%;
  height: 80vh;
  position: relative;
  background-image: url('/assets/images/Solution/solution-hero.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  margin-top: 65px;
}

.hero_bg_content {
  position: absolute;
  bottom: 100px;
}

.hero_bg_content .line {
  height: 4px;
  width: 37px;
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
  margin-bottom: 10px;
}

.content_title h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 5px;
  word-wrap: break-word;
}

.content_title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #FFFF;
  line-height: 58px;

}

.banner_section {
  background-color: #F3F3F3;
}

.banner_content .first_para {
  color: #383838;
}

.banner_content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
  letter-spacing: .4px;
  text-align: justify;
}

.banner_content h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  color: #000000;
}

.solution_container {
  padding: 50px 0;
}

.solution_main_title {
  padding: 40px 0;
}

.solution_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.box_content h2 {
  font-size: 32px;
  font-weight: 500;
  padding: 5px 0 10px;
  color: #000000;
  line-height: 44px;
}

.box_content p {
  font-size: 18px;
  font-weight: 350;
  text-align: justify;
  color: #000000;
  padding: 10px 0;
  margin-bottom: 40px;
  letter-spacing: .3px;
  line-height: 25px;
}

.solution_btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #1D67E2;
  color: #1D67E2;
  transition: all .5s;
  overflow: hidden;
}


.solution_btn:hover {
  box-shadow: inset 400px 0 0 0 #1D67E2;
}

.solution_btn::before {
  position: absolute;
  content: "";
  background: #1D67E2;
  transition-duration: 0.3s;
  z-index: -1;
  inset: 0px auto auto 0px;
  width: 0px;
  opacity: 1;
}

.solution_btn:hover {
  color: rgb(255, 255, 255);
  background: #5f96f650;
  transition: all 0.5s ease;
}

.drop_arrow {
  transform: translate(-4px, 1.5px);
}

.drop_arrow i {
  font-size: 22px;
}

.drop_arrow i:hover {
  color: #1D67E2 !important;
}


.dropdown-toggle::after {
  content: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 8px 0 0;
  border: none;
  transform: translate(-90px, 0);
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.08), 2px 3px 4px rgba(0, 0, 0, 0.16);
}

.nav-item .dropdown-menu .dropdown-item {
  padding: 12px 25px !important;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
}

.nav-item .dropdown-menu .dropdown-item:hover {
  color: #1D67E2 !important;
}

.nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none;
  color: #000 !important;
}

.nav-item .dropdown-menu .dropdown-item {
  font-size: 17px;
  font-weight: 400;
}

/* Payil K-12 Style */

.header_section {
  margin-top: 100px;
}

.header_breadcrumb span a {
  color: initial;
}

.header_breadcrumb {
  gap: 15px;
  padding: 10px 0 30px;
}

.header_breadcrumb span a {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}

.header_breadcrumb .crumb_active {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #1D67E2;
  user-select: none;
}

.header_title h2 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  line-height: 60px;
}

.k12_container {
  margin: 40px 0 44px;
}

.k12_container img {
  object-fit: cover;
}

.k12_header_content h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
  color: #383838;
  padding-bottom: 35px;
}

.k12_header_content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #383838;
  letter-spacing: .5px;
}

.container_content h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  color: #000000;
  padding-bottom: 10px
}

.container_content p {
  font-size: 18px;
  font-weight: 350;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0.3px;
  color: #383838;
}

.bottom_text p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}

.page_wrapper {
  padding-bottom: 50px;
}

.page_wrapper_one {
  padding-top: 50px;
}

.container_content .dashboard_txt_img {
  position: absolute;
  transform: translate(125px, -170px);
  z-index: -1;
}

.container_content .learning_txt_img {
  transform: translate(-160px, 5px);
  z-index: -1;
}

.container_content .assessment_txt_img {
  position: absolute;
  transform: translate(220px, -170px);
  z-index: -1;
}

.container_content .discussion_txt_img {
  position: absolute;
  transform: translate(-150px, -150px);
  z-index: -1;
}

.container_content .schedule_txt_img {
  position: absolute;
  transform: translate(40px, -195px);
  z-index: -1;
}

.container_content .videoCon_txt_img {
  position: absolute;
  transform: translate(70px, -120px) scale(1.7);
  z-index: -1;
}

.container_content .payment_txt_img {
  transform: translate(-160px, -50px);
  z-index: -1;
}

.container_content .feedback_txt_img {
  position: absolute;
  transform: translate(-55px, -150px);
  z-index: -1;
}

.container_content .analytics_txt_img {
  position: absolute;
  transform: translate(40px, -190px);
  z-index: -1;
}

.container_content .campaign_txt_img {
  position: absolute;
  transform: translate(200px, -140px) scale(1.1);
  z-index: -1;
}

#Payil_K12 .container_content .feedback_txt_img {
  position: absolute;
  transform: translate(-180px, -150px);
  z-index: -1;
}


#gov_nongov_header .header_title h2 {
  font-size: 42px;
}

#gov_nongov .container_content .feedback_txt_img,
#higher_education .container_content .feedback_txt_img,
#corpora_nonprofit .container_content .feedback_txt_img {
  position: absolute;
  transform: translate(-155px, -160px);
  z-index: -1;
}

#traning_institutes .container_content .Scalability_txt_img {
  position: absolute;
  transform: translate(115px, -190px);
  z-index: -1;
}

#traning_institutes .container_content .schedule_txt_img {
  position: absolute;
  transform: translate(-150px, -170px);
  z-index: -1;
}

#traning_institutes .container_content .videoCon_txt_img {
  position: absolute;
  transform: translate(155px, -120px) scale(1.6);
  z-index: -1;
}

#traning_institutes .container_content .analytics_txt_img {
  position: absolute;
  transform: translate(-80px, -175px);
  z-index: -1;
}

#traning_institutes .container_content .payment_txt_img {
  transform: translate(95px, 0px);
  z-index: -1;
}

#traning_institutes .container_content .Campaigns_txt_img {
  transform: translate(-150px, -5px);
  z-index: -1;
}

#traning_institutes .container_content .feedback_txt_img {
  position: absolute;
  z-index: -1;
  transform: translate(70px, -200px);
}

#higher_education .container_content .assessment_txt_img {
  position: absolute;
  z-index: -1;
  transform: translate(70px, -95px);
}

#Payil_K12 .container_content .assessment_txt_img {
  position: absolute;
  transform: translate(210px, -120px);
  z-index: -1;
}

.dashboard_container .Assessment_section {
  margin-top: 30px;
}

#higher_education .Video_Conferencing_section {
  margin-bottom: 20px;
}

.blod_text {
  letter-spacing: 0;
  font-weight: 900;
}

.custome_div {
  position: relative;
  top: 35px;
}

.payment_div {
  position: relative;
  bottom: 35px;
}

#dropdown_arrow {
  cursor: pointer;
}

#higher_education .higher_payment_div {
  position: relative;
  bottom: 30px;
}

.k12_container_bg {
  width: 100%;
  height: 60vh;
  background-image: url('/assets/images/Solution/k12-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.higher_container_bg {
  width: 100%;
  height: 60vh;
  background-image: url('/assets/images/Solution/higher_educattion_bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.Co_pro_container_bg {
  width: 100%;
  height: 60vh;
  background-image: url('/assets/images/Solution/Co-or-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.gov_Non_gov_container_bg {
  width: 100%;
  height: 60vh;
  background-image: url('/assets/images/Solution/Go-Ngo-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.train_insti_container_bg {
  width: 100%;
  height: 60vh;
  background-image: url('/assets/images/Solution/train-institu-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
}

.header-hero-content .second_title {
  font-size: 42px !important;
  padding-top: 80px;
  line-height: 1.3 !important;
  color: #000000 !important;
}

.dashboard_box {
  position: relative;
  top: -30px;
}

.footer_bg .footer_flex a,
.follow-us {
  color: rgba(255, 255, 255, .8) !important;
}

.footer_bg .footer_flex a:hover,
.follow-us:hover {
  color: #ffffff !important;
}

.dropdown-item.active {
  color: #1D67E2 !important;
}

/* HIDE AND SHOW CLASS */
.hide_show_mob {
  /* hide is desktop and show in tablet and mobile  */
  display: none;
}

.widthbtn {
  width: 125px;
}

.navbar-expand-lg .navbar-nav .signi_dropdown {
  transform: translate(-45px, 0);
}

.flip-below-left .section_title {
  font-size: 52px;
}

.payil_deliver_bg {
  margin: 90px 0 0;
  background-color: #F3F3F3;
  padding: 70px 70px 40px;
}

.league_bg {
  background-color: #F3F3F3;
  padding-bottom: 30px;
}

.payil_deliver_bg .deliver_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding-top: 15px;
  width: 80%;
  color: black;
  letter-spacing: 0.04em;
  padding-bottom: 30px;
}

.no_bg {
  background: none;
  margin-top: 35px;
}

.payil_deliver_section .deliver_text {
  color: black;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.04em;
  padding-top: 20px;
  width: 90%;
  margin-bottom: 30px;
}

.deliver_container {
  margin-bottom: 30px;
}

.payil_idea_section h2 {
  font-size: 58px;
  font-weight: 800;
  color: #0163E7;
  letter-spacing: 0.02em;
  line-height: 79px;
}

.payil_idea_section h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.deliver_container .row_two {
  margin-left: 30px;
}

.story_title {
  font-size: 52px;
  font-weight: 800;
  color: #383838;
  letter-spacing: 0.02em;
  line-height: 76px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.story_subtile {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  color: #1E64E0;
}


@media only screen and (max-width: 991px) {
  .custome_div {
    top: 0;
  }

  .box_asset {
    max-width: 100%;
  }

  .row-sm-gap {
    gap: 30px;
  }

  .pb-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .content_title h5 {
    font-size: 15px;
  }

  .content_title h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .banner_content p,
  .box_content p {
    font-size: 17px;
    hyphens: auto;
  }

  .banner_content h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .box_content p {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .box_content h2 {
    font-size: 30px;
    padding-bottom: 5px;
  }

  .solution_container {
    flex-direction: column-reverse;
  }


  .nav_subitem {
    display: flex;
    align-items: center;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translate(0);
    border: none;
    padding: 0;
    padding-left: 10px;
    flex-direction: column;
    margin: 10px 0;
    box-shadow: none;
  }

  .nav-item .dropdown-menu .dropdown-item {
    padding: 5px 5px !important;
    border-bottom: none;
    white-space: initial;
  }

  .nav-item .solution_link {
    width: 80px;
    float: left;
  }

  .k12_container img {
    object-fit: cover;
  }

  .dashboard_container .column-reverse {
    flex-direction: column-reverse;
  }

  .header_title h2 {
    font-size: 40px;
  }

  .hero_bg_content {
    bottom: 60px;
  }

  .drop_arrow {
    transform: translate(-4px, 7px);
    position: absolute;
    right: 0 !important;
  }

  .dashboard_container .Assessment_section {
    margin-top: 0;
  }

  #higher_education .Video_Conferencing_section {
    margin-bottom: 20px;
  }

  #higher_education .higher_payment_div,
  .payment_div {
    bottom: 0;
  }

  .dashboard_container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .solution_btn.hide_show_mob {
    margin-top: 30px;
  }

  .container_asset {
    margin-top: 45px;
    margin-bottom: 40px;
  }

  /* HIDE AND SHOW CLASS */

  .hide_show_desk {
    /* show is desktop and hide in tablet and mobile  */
    display: none;
  }

  .hide_show_mob {
    /* hide is desktop and show in tablet and mobile  */
    display: flex;
  }

  .solution_container {
    padding: 20px 0;
  }

  .solution_main_title {
    padding: 20px 0;
  }

  .page_wrapper_one {
    padding-top: 20px;
  }

  .page_wrapper {
    padding-bottom: 20px;
  }

  .mp-b0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #traning_institutes .container_asset {
    margin-top: 0;
  }

  #Payil_K12 .container_asset {
    margin-top: 53px;
    margin-bottom: 20px;
  }

  .header_breadcrumb .crumb_active {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .flip-card-top-bg-content {
    max-width: 90% !important;
  }

  .dashboard_box {
    top: 0;
  }

  .nav-item a .drop_arrow {
    transform: translate(-4px, 2px);
  }

  .payil_deliver_bg {
    padding: 0;
  }

  .flex-column-md-reverse {
    flex-direction: column-reverse;
  }

  .payil_deliver_bg .deliver_text {
    width: 100%;
  }

  .deliver_container .row_two {
    margin-left: 0;
  }

  .flip-below-left .section_title {
    font-size: 42px;
    line-height: 44px;
  }

  .payil_idea_section h2 {
    font-size: 50px;
  }

  .story_title {
    font-size: 46px;
    line-height: 60px;
  }
}



/*==============  # mobile view  ===============*/
@media (max-width: 1280px) {

  .payil-academy-statis {
    margin: auto;
  }

  .featu-second-row {
    left: 23%;
  }

  .featu-item-one {
    width: 650px;
  }

  .featu-second-row {
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-area {
    min-height: 610px;
  }


}

@media screen and (min-width:321px) and (max-width:768px) {
  .start-none {
    display: none;
  }

  .feature-head h3 {
    font-size: 22px;
  }

  .feature-head .featur-text {
    width: 100%;
    font-size: 16px;
  }

  .payil-academy-statis {
    width: 88%;
    margin: auto;
  }

  #blogs.header-hero {
    height: 500px;
  }

  .acadey-statis1,
  .acadey-statis3 {
    width: 101%;
    margin: 0;
    padding: 12px 0 10px 0;
  }

  .acadey-statis2.row.r-academy {
    width: 103%;
    margin-left: 7px;
  }

  .new-features-area {
    height: 918px;
  }

  .statis-list1 p,
  .statis-list2 p,
  .statis-list3 p {
    font-size: 13px;
  }

  .item-detail p {
    font-size: 16px;
  }

  .featu-item-one {
    width: 365px;
  }

  .featu-list-details {
    height: 100px;
  }

  .statis-list1 p {
    padding-left: 10px;
  }

  .statis-list2 p {
    padding-left: 20px;
  }

  .tab_statis {
    position: relative;
    right: 8px;
  }

  .single-contact-info .contact-info-content {
    padding-left: 0;
  }

  .section-title.text-center.pb-20.wow.fadeInUp {
    padding-bottom: 0;
  }

  /*----------- Tablet view Introducing the Copy feature ----------- */
  .underline {
    margin-left: 12%;
  }

  .head-one-side2 img {
    width: 300px;
    margin-left: 15pc;
    padding-top: 0;
  }

  .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 35px left 28% no-repeat;
    background-color: #F7FAFF;
    background-size: 80px;
  }

  /*---------- Tablet view Login easily with your Mobile number !---------- */
  .payil-tmail-file {
    width: 510px;
  }

  .m-login {
    background: linear-gradient(180deg, #E2FFFA 0%, rgba(226, 255, 250, 0) 100%);
  }

  /*--------- Tablet view Payil is now available in தமிழ் !----------- */
  #payil_tamil .features-head-one {
    height: 560px;
  }

  #payil_tamil .features-head-one h2 {
    margin: 2% 0% -2% 12%;
  }

  .head-one-side2 .pay-tamil-img {
    width: 350px;
    margin-left: 12pc;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .start-none {
    display: none;
  }

  #payil_tamil .features-head-one {
    height: max-content;
  }

  img.pay-tamil-img {
    padding-top: 0;
    margin-left: 140px;
    position: relative;
    bottom: 40px;
  }

  .payil-tmail-file {
    width: 512px;
  }

  .acadey-statis1,
  .acadey-statis2,
  .acadey-statis3 {
    width: 100% !important;
  }

  .mr {
    margin-right: 2.5pc !important;
  }

  .learn-more,
  .learn-more1,
  .learn-more2 {
    padding-left: 50px;
  }

  #payil_tamil .features-head-one {
    height: 624px;
  }

  #copy-feature .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 35px left 17% no-repeat;
    background-color: #F7FAFF;
    background-size: 80px;
  }

  #mobile-login .features-head-one h2 {
    width: 65%;
  }

  .payil-academy-statis {
    margin: 0 0 0 2%;
    width: 92%;
  }

  .statis-list1 p,
  .statis-list2 p,
  .statis-list3 p {
    font-size: 14px;
  }

  .underline {
    margin: 0.3% 1% 1% 12%;
  }

  .text-content p,
  .content-text2 p {
    font-size: 14px;
  }

  #copy-feature .head-one-side2 img {
    padding-left: 155px;
  }

  #mobile-login .head-one-side2 img {
    left: 10pc;
  }

  .new-features-area {
    height: 1880px;
  }

  .drop_arrow {
    transform: translate(-4px, 7px);
    position: absolute;
    right: 0;
  }

}

@media screen and (min-width: 991px) and (max-width: 1280px) and (orientation: landscape) {
  .footer_bg {
    padding: 0 20px;
    gap: 10px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px),
screen and (max-height: 800px) {
  .contact_pg #footer-view {
    position: static !important;
  }

  .contact-area {
    min-height: 550px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .payil-mobile-card .featu-link1 {
    width: 100%;
    margin: auto;
  }

  .Mob_payil-academy-statis {
    display: none;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {


  .Mob_payil-academy-statis {
    display: none;
  }

  .acadey-statis1,
  .acadey-statis2,
  .acadey-statis3 {
    width: 86% !important;
  }

  .payil-academy-statis {
    width: 100%;
  }

  #payil_tamil .features-head-one {
    height: 645px;
  }

  img.pay-tamil-img {
    margin-left: 18pc;
  }

  #payil_tamil .features-head-one {
    height: 695px;
  }

  #mobile-login .head-one-side2 img {
    padding-left: 20pc;
  }

  #copy-feature .head-one-side2 img {
    padding-left: 20pc;
  }

  #copy-feature .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 35px left 30% no-repeat;
    background-color: #F7FAFF;
    background-size: 80px;
  }

  #mobile-login .features-head-one .title-info {
    padding: 10px 0 0;
  }

  .payil-mobile-card {
    width: 100%
  }

  .payil-mobile-card .featu-link1 {
    width: 48.2%;
    margin: auto;
  }

  .underline {
    margin: 0.3% 1% 1% 9%;
  }

  .payil-tmail-file {
    width: 705px;
  }

  .new-features-area {
    height: 960px;
  }

}

@media (max-width: 640px) {
  .start-none {
    display: none;
  }

  .header_title h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .k12_header_content h4 {
    font-size: 22px;
  }

  .k12_header_content p {
    font-size: 18px;
    text-align: justify !important;
    hyphens: auto;
    word-spacing: 2px;
  }

  .bottom_text p {
    font-size: 20px;
    line-height: 26px;
  }

  .dashboard_container.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero_bg_content {
    bottom: 30px;
    left: 0;
    padding: 0 20px;
  }

  .content_title h2 {
    font-size: 32px;
  }

  .content_title h5 {
    font-size: 14px;
  }

  .solution_btn {
    width: 100%;
  }

  .solution_btn:hover {
    box-shadow: none;
  }

  .solution_btn:hover {
    color: rgb(29, 103, 226);
    background: none;
    transition: all 0.5s ease;
  }

  .dashboard_container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #gov_nongov_header .header_breadcrumb {
    align-items: flex-start !important;
  }

  .box_content h2 {
    padding-bottom: 0;
    line-height: 40px;
  }

  .box_content p {
    margin-bottom: 0;
  }

  #traning_institutes .container_asset .trani_dash_img {
    margin-top: 20px;
  }

  .flip-card-top-bg-content {
    max-width: 100% !important;
    font-size: 20px !important;
  }

  .header-hero-content .second_title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  .lets_talk_section {
    padding: 30px 0 !important;
  }

  .hyper_link {
    display: inline;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .contact_pg #footer-view {
    position: static !important;
  }

  .footer_bg {
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 15px;
    grid-gap: 30px !important;
    padding: 0 20px !important;
  }

  #footer-view {
    padding: 40px 15px 65px !important;
  }

  .mobile {
    display: block;
  }

  .desktop_tab {
    display: none;
  }

  .mob_top {
    padding-top: 50px;
  }

  .about-area {
    margin-bottom: 0 !important;
  }

  .payil-academy-statis {
    display: none;
  }

  .Mob_payil-academy-statis {
    display: block;
    padding-top: 30px;
    padding-left: 28px;
  }

  .response_msg {
    width: 100%;
  }

  p.mob_text_Upload {
    margin-bottom: 16px;
  }

  .mob_table-row {
    vertical-align: top;
  }

  .mob_table-row p {
    color: #000;
    font-size: 14px;
    padding-right: 30px;
  }

  .mob_table-row .mob_manage_img {
    width: 24px;
  }

  .Mob_payil-academy-statis img {
    margin-bottom: 30px;
  }

  .Mob_payil-academy-statis {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #blogs.header-hero {
    height: auto;
    padding-top: 50px;
    box-shadow: none;
    margin-left: 0;
  }

  .new-features-area {
    box-shadow: none;
  }

  .feature-head h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
  }

  .features-head-one .title-info {
    font-weight: 500;
  }

  .feature-head p {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    line-height: 26px;
    color: #000;
  }

  .learn-more a,
  .learn-more1 a,
  .learn-more2 a,
  .learn-more3 a {
    font-size: 14px;
  }

  .container.feature-head {
    margin-top: 35px;
  }

  .feature-introducing-container {
    padding-top: 0;
  }

  .feature-head .featur-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    width: 300px;
  }

  .item-detail small {
    font-size: 12px;
    font-weight: 300;
  }

  .item-detail p {
    font-size: 16px;
    font-weight: 700;
  }

  .C-none {
    display: none;
  }

  .payil-academy-statis {
    width: 100%;
    height: 390px;
  }

  .acadey-statis1,
  .acadey-statis2,
  .acadey-statis3 {
    width: 100%;
  }

  .statis {
    margin: 15px 0px 5px 5px;
  }

  .list-p img {
    padding-left: 7px;
  }

  .list-p p {
    padding-left: 24px !important;
  }

  .acadey-statis1,
  .acadey-statis2,
  .acadey-statis3 {
    margin: 0 0 -15px 30px;
    width: 84%;
  }

  .r-academy {
    margin-left: 38px;
    padding-top: 0;
  }

  .u-academy {
    position: relative;
    top: -10px;
    margin-left: 30px;
  }

  .new-features-item {
    margin: 0 25px;
  }

  .new-featues-heading {
    padding-bottom: 20px;
  }

  .new-featues-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 0px;
  }

  .new-featues-heading p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
  }

  .row.features-itmes {
    display: block;
  }

  .featu-item-one {
    margin-bottom: 45px;
  }

  .w-item {
    width: 368px;
    right: 19px;
  }

  .container.featu-second-row {
    width: 403px;
  }

  .acadey-statis2.row.r-academy {
    margin-left: 36px;
    width: 84%;
  }

  .new-features-area {
    height: auto;
  }

  .featu-item-second {
    width: 366px;
  }

  .head-one-side2 img {
    margin-left: 0;
  }

  .head-one-side2 .pay-tamil-img {
    margin-left: 0;
  }

  #copy-feature .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 25px left 5px no-repeat !important;
    background-size: 65px !important;
  }

  .m-login {
    background: linear-gradient(180deg, #E2FFFA 0%, rgba(226, 255, 250, 0) 100%) !important;
  }

  #payil_tamil .features-head-one {
    height: 400px;
  }

  .head-one-side2 {
    margin-left: 12% !important;
    width: 70% !important;
  }

  #mobile-login .head-one-side2 img {
    right: 0;
  }

  .popup-recaptcha .g-recaptcha {
    padding-left: 65px;
  }

  .mob-social-icon {
    display: none;
  }

  .desk-view-icons {
    display: inline;
  }

  /*======= GET-IN-TOUCH-POPUP  ====== */
  .touch-button {
    width: 175px;
    gap: 10px;
  }

  .touch-button .p-text {
    font-size: 20px;
  }

  .get-modal {
    display: flex;
    justify-content: center;
  }

  .modal-content.get-popup-content {
    width: 100%;
  }

  .get-modal-content {
    display: block;
    justify-content: center;
  }

  .popup-close {
    left: 55px;
  }

  .get-send-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .name-field .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .statis-list1 p,
  .statis-list2 p,
  .statis-list3 p {
    font-size: 14px;
    font-weight: 400;
  }

  /* ======= INTRODUCING THE COPY FEATURE  ========== */
  .feature-introducing-content {
    margin-bottom: 40px;
  }

  .copy-features {
    margin: 0 12px 0 12px;
  }

  .copy-features.pt-150 {
    padding-top: 80px;
  }

  .head-one-side2 {
    position: relative;
    width: 65%;
    margin-left: 25%;
  }

  .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 35px left 18% no-repeat;
    background-size: 55px;
    background: #F7FAFF;
  }

  .intro-details {
    position: relative;
    right: 35px;
  }

  #payil_tamil .intro-details {
    position: relative;
    right: 26px;
  }

  .date-info {
    font-size: 10px;
    font-weight: 300;
  }

  .title-info {
    font-size: 12px;
    font-weight: 400;
  }

  .features-head-one {
    margin-bottom: 20px;
  }

  .features-head-one h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .feature-body-part .text-content,
  .feature-body-part .content-text2 {
    width: 100%;
    margin: 0;
  }

  .feature-body-part .text-content {
    padding-left: 0;
  }

  .text-content p,
  .content-text2 p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .feature-body-part .content-file {
    width: 100%;
    margin: 0;
  }

  .content-file video {
    width: 100%;
    border-radius: 8px;
  }

  .payil-course {
    color: #000;
    font-size: 8px;
    font-weight: 300;
    margin: 12px 0 12px 0;
  }

  .mob_pad {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
  }


  /* ======== PAYIL MOBILE LOGIN ========= */
  #mobile-login .features-head-one h2 {
    padding: 0 0 0 13px;
  }

  /*========= PAYIL TAMIL  ============*/
  #payil_tamil .features-head-one h2 {
    padding: 10px 0 0 20px;
  }

  img.pay-tamil-img {
    width: 230px;
    padding-top: 0;
    margin-left: 10px;
  }

  #payil_tamil .features-head-one {
    height: 455px;

  }

  #payil_tamil .features-head-one .date-info {
    margin: 5% 0 5% 18%;
  }

  .get-modal {
    margin-top: 10px;
  }
}

@media (max-width: 425px) {

  .acadey-statis1,
  .acadey-statis2,
  .acadey-statis3 {
    width: 97%;
  }

  .tab_statis {
    left: 0;
  }

  #payil_tamil .features-head-one {
    height: 450px;
  }

  .mob-social-icon {
    display: none;
  }

  .desk-view-icons {
    display: inline;
  }

  .get-modal {
    margin-top: 10px;
  }

  .response_msg {
    font-size: 14px;
    font-weight: 700;
    color: #383838;
    text-align: center;
    width: 100%;
  }

  .feature-head .featur-text {
    text-align: left !important;
  }

  .list-p p {
    padding-left: 19px !important;
  }

  .payil-academy-statis {
    display: none;
  }

  .Mob_payil-academy-statis {
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 27px;
  }

  p.mob_text_Upload {
    margin-bottom: 16px;
  }

  .mob_table-row {
    vertical-align: top;
  }

  .mob_table-row p {
    color: #000;
    font-size: 14px;
    padding-right: 30px;
  }

  .mob_table-row .mob_manage_img {
    width: 24px;
  }

  .Mob_payil-academy-statis img {
    margin-bottom: 30px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 390px) {
  .w-item {
    width: 91.5%;
    right: 15px;
  }

  .mob-social-icon {
    display: none;
  }

  .desk-view-icons {
    display: inline;
  }

  .response_msg {
    width: 100%;
  }
}

@media (max-width: 375px) {

  .w-item {
    width: 87.4%;
    right: 16px;
    padding-top: 30px;
  }

  .statis-list3 p {
    padding-left: 15px;
  }

  .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 30px left 16% no-repeat;
    background-size: 53px;
    background: #F7FAFF;
  }

  #copy-feature .features-head-one {
    background: url(/assets/images/side-img-Vector.png) bottom 25px left 5px no-repeat !important;
    background-size: 55px !important;
  }

  #mobile-login .head-one-side2 img {
    right: 0;
  }

  .feature-head .featur-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
  }

  .featu-item-second {
    height: 315px;
  }

  #mobile-login .features-head-one h2 {
    width: 61%;
  }

  .pay-link {
    padding-right: 10px;
  }

  .get-modal {
    margin-top: 10px;
  }

  .feature-head .featur-text {
    text-align: left !important;
  }

  .response_msg {
    width: 100%;
  }

  /* ========= GET-IN-TOUCH-POPUP =========*/
  .get-modal {
    display: flex;
    justify-content: center;
  }

  .get-modal-content {
    display: block;
    justify-content: center;
  }

  .get-send-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .touch-btn p {
    font-size: 17px;
    font-weight: 600;
  }

  .modal-content.get-popup-content {
    width: 100%;
  }

  .popup-close {
    left: 35px;
  }

  .mob_table-row p {
    color: #000;
    font-size: 14px;
    padding-right: 0;
  }


}

@media (max-width: 320px) {
  .copy-features {
    margin: 0 12px 0 12px;
  }

  #blogs.copy-features {
    margin: 0 0 0 -5px;
  }

  .featu-item-second {
    height: auto;
    margin-bottom: 25%;
  }

  .touch-btn p {
    font-size: 17px;
    font-weight: 600;
  }

  .r-academy {
    margin-left: 37px;
  }

  .u-academy {
    margin-left: 33px;
  }

  .statis-list3 p {
    padding-left: 8px;
  }

  .statis-list1.row.align-items-center.mr {
    margin-right: 0 !important;
  }

  .w-item {
    width: 72.6%;
  }

  .acadey-statis1,
  .acadey-statis2,
  .acadey-statis3 {
    width: 80% !important;
  }

  .learn-more a,
  .learn-more1 a,
  .learn-more2 a,
  .learn-more3 a {
    font-size: 10px;
  }

  .statis-list1 p {
    padding-left: 5px;
  }

  .list-p p {
    padding-left: 11px !important;
  }

  .statis-list2 p {
    padding-left: 15px;
  }

  .featu-second-row {
    margin-top: -30px;
  }

  .item-detail p {
    font-size: 12px;
    font-weight: 700;
  }

  .item-detail small {
    font-size: 8px;
    font-weight: 300;
  }

  .feature-head .featur-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

  #payil_tamil .features-head-one {
    height: 410px;
  }

  #payil_tamil .features-head-one h2 {
    padding: 10px 0 0 19px;
  }

  .item-detail {
    padding: 22px 0 0 22px;
  }

  #mobile-login .features-head-one h2 {
    width: 73%;
  }

  .mob-social-icon {
    display: none;
  }

  .desk-view-icons {
    display: inline;
  }

  .single-contact-info .contact-info-content {
    padding-left: 0;
  }

  .section-title.text-center.pb-20.wow.fadeInUp {
    padding-bottom: 0;
  }

  .get-modal {
    margin-top: 10px;
  }

  .mob_table-row p {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
  }

  .response_msg {
    width: 100%;
  }

  /* ======== GET IN TOUCH POPUP ======== */
  .modal-content.get-popup-content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 15px 0 15px;
    align-items: center;
  }

  .get-modal-content {
    display: block !important;
    justify-content: center !important;
  }

  .popup-close {
    left: 2px;
  }

  /* ================ INTRODUCING THE COPY FEATURE ============== */
  .modal-content.get-popup-content {
    width: 100%;
    margin: auto;
  }

  .name-field .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* FLIP CARD */
.flip-card-section {
  text-align: center;
  justify-content: center;
}

.flip-card-top-bg {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  padding-top: 30px;
  height: 30%;
  width: 100%;
  background-color: #337ae4;
}

.flip-card-bottom-bg {
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  padding-top: 30px;
  height: 150px;
  width: 100%;
  background-color: #337ae4;
}

.flip-card-top-bg-content {
  line-height: 2rem;
  font-size: 27px;
  padding-bottom: 10px;
  color: white;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  max-width: 70%;
  margin: auto;
}

.flip-card-section-header {
  font-size: 27px;
  padding-bottom: 10px;
  color: white;
}

.flip-card-section-sub-header {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1D67E2;
}

.flip-card-header {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #222222;
  font-weight: 600;
}

.flip-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 0 1rem 0;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 360px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.desk-hover:hover {
  transform: rotateY(180deg);
}

.flip-card-hover {
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-remove-hover {
  transform: rotateY(0deg);
}

.flip-card.hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: white;
  color: black;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 15px;
  flex-flow: column;
  grid-gap: 15px;
}

.flip-card-front img {
  width: 90px
}

.flip-card-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 30px;
  border-radius: 15px;

}

.flip-card-back-content {
  font-size: 20px;
  color: #646464;
  line-height: 28px;
}

.login-btn {
  margin: 20px;
}

.flip-btn-space {
  margin-left: 40px;
}

.flip-img-width {
  width: 80%;
}

@media (min-width: 750px) and (max-width: 1024px) {
  .card_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .flip-container {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    justify-content: center;
    text-align: center;
    padding: 2rem 0 1rem 0;
    grid-gap: 30px;
  }

  .flip-btn-space {
    margin: 10px 0 0 0px;
  }

  .login-btn {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 750px) {
  .flip-container {
    display: grid;
    grid-template-columns: repeat(1, 0fr);
    justify-content: center;
    text-align: center;
    padding: 2rem 0 1rem 0;
  }

  .flip-card-top-bg {
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    padding-top: 30px;
    height: 30%;
    width: 100%;
    background-color: #337ae4;
  }

  .flip-card-bottom-bg {
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    padding-top: 30px;
    height: 0px;
    width: 100%;
    background-color: #337ae4;
  }

  .flip-card-top-bg-content {
    font-size: 27px;
    padding: 1px 20px;
    color: white;
  }

  .flip-card-section-header {
    padding-top: 30px;
    font-size: 27px;
    padding-bottom: 10px;
    color: white;
  }

  .flip-below {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0px;
  }

  .flip-img-width {
    width: 100%;
  }

  .login-btn {
    margin-top: 20px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .flip-btn-space {
    margin-left: 0px;
  }

  .flip-btn-space {
    margin: 10px 0 0 0px;
  }

  .login-btn {
    margin: 20px 0 0 0;
  }
}

.img_width {
  width: 550px;
}

.solution_page .box_content {
  width: 550px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mr-82 {
  margin-right: 82px;
}

.pl-44 {
  padding-left: 44px;
}

.ml-30 {
  margin-left: 30px;
}

@media only screen and (min-width : 320px) and (max-width : 820px) {
  .img_width {
    width: 100%;
  }

  .solution_page .box_content {
    width: 100%;
  }

  .mr-82 {
    margin-right: initial;
  }

  .pl-44 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width : 744px) and (max-width : 1200px) {
  .img_width {
    width: 100%;
  }

  .solution_page .box_content {
    width: 100%;
  }

  .mr-82 {
    margin-right: initial;
  }

  .pl-44 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ml-30 {
    margin-left: 12px;
  }
}