
/*=======  COMMON CSS  =======*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #616161;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.4;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
button,
select {
  border: none;
}

input,
textarea,
select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 55px;
  font-weight: 700;
  font-size: 15px;
  color: #616161;
}

textarea {
  height: 90px;
  padding-top: 20px;
  resize: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #3ab9fe;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 50px;
}

.input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-group select::-ms-expand {
  display: none;
}

.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #3ab9fe;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-group.textarea .icon {
  top: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slide img {
  display: inline-block;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0px;
}

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

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 {
  margin: 0px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a, a:hover {
  color: #4970fa;
}

/*=======  Common Classes  =======*/

a.header-btn {
    color: #948C8C;
    font-size: 14px;
    font-weight: 700;
    border: 2px #948C8C solid;
    padding: 7px 22px;
    border-radius: 7px;
    position: relative;
}
a.header-btn:hover{
    color: #fff;
    border: 2px #4A70FA solid;
    background-color:#4A70FA;
}
a.header-btn:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}





.line-bottom {
  border-bottom: 2px solid #e9e9e9;
}

.line-top {
  border-top: 2px solid #e9e9e9;
}

.client-slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px;
}

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

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

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

.mt-80 {
  margin-top: 60px;
}

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

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

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

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

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

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

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.dot-blink {
    max-width: 10px;
    min-width: 10px;
    min-height: 10px;
    max-height: 10px;
    background: #111;
    border-radius: 50%;
    text-align: right;
}
.blink-smooth {
    animation: blink_smooth 1s ease-in-out infinite;
    text-align: right;
    line-height: 10px;
    margin-top: -10px;
}

@keyframes blink_smooth {
  0% { opacity: 1; }   /* Start fully visible */
  50% { opacity: 0; }  /* Halfway point, fully invisible */
  100% { opacity: 1; }  /* End fully visible, ready to repeat */
}

/*======= Header =======*/
header .header-nav {
  position: relative;
  background-color: #fff;
}

@media (max-width: 575px) {
  header .header-nav {
    top: 0;
  }
}




header .header-nav .nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-nav .nav-container .navbar-toggler {
    /* border: 1px solid #3ab9fe; */
    background-color: transparent;
    cursor: pointer;
    display: none;
    padding: 15px;
    margin-left: 20px;
}

header .header-nav .nav-container .navbar-toggler span {
    position: relative;
    background-color: #696363;
    border-radius: 0;
    display: block;
    height: 3px;
    margin-top: 7px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

header .header-nav .nav-container .navbar-toggler span:first-child {
  margin-top: 0;
}
header .header-nav .nav-container .navbar-toggler span:nth-of-type(2) {
    width: 27px;
    text-align: right;
    margin-left: 3px;
}
header .header-nav .nav-container .navbar-toggler span:nth-of-type(3){
   width: 24px;
   text-align: right;
   margin-left: 6px;
}
header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

header .header-nav .nav-container .navbar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none;
}

header .header-nav .nav-container .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

header .header-nav .nav-container .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #111;
}

header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .header-nav .nav-container .menu-items {
  position: relative;
}

header .header-nav .nav-container .menu-items ul li {
  display: inline-block;
}

header .header-nav .nav-container .menu-items ul li.has-submemu {
  position: relative;
}

header .header-nav .nav-container .menu-items ul li.has-submemu::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f107';
  position: absolute;
  right: 5px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li.has-submemu::after {
    right: -4px;
  }
}

header .header-nav .nav-container .menu-items ul li a {
  color: #14212b;
  padding: 0 15px;
/*  margin: 0 15px;*/
  line-height: 100px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
}
.right-login-box ul li {
    display: inline-block;
    padding: 6px 12px;
}
.right-login-box ul li a {
    color: #948C8C;
    font-size: 14px;
    font-weight: 700;
}
.right-login-box {
    border-left: 2px #948C8C solid;
    padding-left: 20px;
}

.site-logo{
    margin-right: 220px;
}

@media (max-width: 1920px) {

.site-logo {
    margin-right: 280px;
}


}

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li a {
    padding: 0 10px;
    margin: 0 5px;
  }
}



@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-items ul li a {
    margin: 0 5px;
    padding: 0 6px;
    font-size: 16px;
  }
}

header .header-nav .nav-container .menu-items ul li a:hover {
  color: #4A70FA;
}

header .header-nav .nav-container .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header .header-nav .nav-container .menu-items ul li .submenu li {
  display: block;
}

header .header-nav .nav-container .menu-items ul li .submenu li a {
  display: block;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  color: #616161;
}

header .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #3ab9fe;
  color: #fff !important;
}

header .header-nav .nav-container .menu-items ul li .submenu li .submenu {
  left: 100%;
  top: 50%;
}

header .header-nav .nav-container .menu-items ul li .submenu li:hover .submenu {
  top: 0;
}

header .header-nav .nav-container .menu-items ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .header-nav .nav-container .menu-items ul li .dd-trigger {
  display: none;
}

header .header-nav .nav-container .offcanvas-toggler {
  background-color: #3ab9fe;
  cursor: pointer;
  border-radius: 5px;
  height: 65px;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-nav .nav-container .offcanvas-toggler span span {
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 10px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 40px;
  cursor: pointer;
}

header .header-nav .nav-container .offcanvas-toggler span span:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  header .header-nav .nav-container .offcanvas-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  
.right-login-box{
    display: none;
}
.site-logo {
    margin-right: 20px !important;
    max-width: 80px;
}
.cta {
    padding: 10px;
    border-radius:8px;
    font-size: 12px;
}

}

header .header-nav .nav-container .language-selection {
  position: relative;
  margin-right: 15px;
}

@media (max-width: 575px) {
  header .header-nav .nav-container .language-selection {
    display: none;
  }
}

header .header-nav .nav-container .language-selection .language-btn {
  height: 65px;
  display: block;
  border: 3px solid #819cb0;
  line-height: 60px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  header .header-nav .nav-container .language-selection .language-btn {
    height: 52px;
    line-height: 48px;
  }
}

header .header-nav .nav-container .language-selection .language-btn i {
  position: relative;
  top: 2px;
  margin-left: 8px;
}

header .header-nav .nav-container .language-selection .language-list {
  position: absolute;
  background-color: #fff;
  width: 100px;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}

header .header-nav .nav-container .language-selection .language-list li {
  display: block;
}

header .header-nav .nav-container .language-selection .language-list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  color: #616161;
  text-align: center;
  font-size: 16px;
}

header .header-nav .nav-container .language-selection .language-list li a:hover {
  background-color: #3ab9fe;
  color: #fff;
}

header .header-nav .nav-container .language-selection:hover .language-list {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

header .header-nav .nav-container .menu-social-link {
  margin-right: 30px;
}

@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-social-link {
    margin-right: 15px;
  }
}

header .header-nav .nav-container .menu-social-link a {
  color: #14212b;
  padding: 8px;
}

@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-social-link a {
    padding: 5px;
  }
}

header .header-nav .nav-container .menu-social-link a:hover {
  color: #3ab9fe;
}

header .header-nav .nav-container.breakpoint-on {
  padding: 15px 0;
}

header .header-nav .nav-container.breakpoint-on .nav-menu {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -991px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
  display: block;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::after {
  display: none;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #111 !important;
    line-height: 45px !important;
    font-size: 15px;
    margin: 0 0;
    padding: 0px 15px;
    text-align: center;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
  box-shadow: none;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
  color: #fff;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
  background-color: transparent;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li .submenu li a {
  padding: 0px 20px 0 50px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item,
header .header-nav .nav-container.breakpoint-on .navbar-close,
header .header-nav .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
  text-align: center;
  margin-top: 40px;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
  background-color: #fff;
  color: #14212b;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
  background-color: #3ab9fe;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
  color: #fff;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
  color: #fff;
  padding: 10px;
}

/*header .header-nav::before {
  content: '';
  left: 0;
  top: 0;
  background-color: #3ab9fe;
  width: 445px;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
}*/

@media (max-width: 1599px) {
  header .header-nav::before {
    width: 265px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
  }
}

@media (max-width: 1199px) {
  header .header-nav::before {
    width: 245px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
  }
}

@media (max-width: 991px) {
  header .header-nav::before {
    width: 220px;
  }
}

header.sticky-header.sticky-on .header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    background-color: #fff;
    border-bottom: 1px #e3e3e3 solid;
}

header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li a {
  line-height: 55px;
}

header.sticky-header.header-two.sticky-on .header-nav {
  background-color: #14212b;
}

@media (max-width: 767px) {
  header .header-topbar {
    display: none;
  }
}

header .header-topbar .header-topbar-inner {
  border-bottom: 2px solid #526676;
  padding: 20px 0;
}

@media (max-width: 767px) {
  header .header-topbar .contact-info,
  header .header-topbar .social-links {
    text-align: center;
  }
}

header .header-topbar .contact-info li,
header .header-topbar .social-links li {
  display: inline-block;
}

header .header-topbar .contact-info li,
header .header-topbar .contact-info li a,
header .header-topbar .social-links li,
header .header-topbar .social-links li a {
  color: #616161;
}

header .header-topbar .contact-info li a:hover,
header .header-topbar .social-links li a:hover {
  color: #3ab9fe;
}

header .header-topbar .contact-info li {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  header .header-topbar .contact-info li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  header .header-topbar .contact-info li {
    margin-right: 10px;
    font-size: 15px;
  }
}

header .header-topbar .contact-info li i {
  margin-right: 15px;
  color: #3ab9fe;
}

header .header-topbar .social-links li {
  margin-left: 15px;
  font-size: 15px;
}

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

header.header-two .header-nav {
  background-color: transparent;
}

header.header-two .header-nav::before {
  display: none;
}

header.header-two .header-nav .nav-container .menu-items ul li a, header.header-two .header-nav .nav-container .menu-items ul li.has-submemu::after {
  color: #fff;
}

header.header-two .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #14212b;
}

header.header-two .header-topbar .contact-info li,
header.header-two .header-topbar .contact-info li a,
header.header-two .header-topbar .social-links li,
header.header-two .header-topbar .social-links li a {
  color: #fff;
}

header.header-two .header-topbar .contact-info li a:hover,
header.header-two .header-topbar .social-links li a:hover {
  color: #3ab9fe;
}

header.header-two .header-topbar .social-links li a {
  color: #7d91a0;
}

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

@media (min-width: 1800px) {
  header.header-three .container-fluid {
    max-width: 1780px;
  }
}

header.header-three .header-nav {
  background-color: transparent;
}

header.sticky-on .site-logo{
    max-width: 60px;
}



/*======= Banner =======*/
.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-section .single-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  padding-top: 120px;
  padding: 90px 0;
}

@media (max-width: 991px) {
  .banner-section .single-banner {
        padding: 150px 0 70px 0;
  }
}

@media (max-width: 575px) {
  .banner-section .single-banner {
        padding: 100px 0 40px 0;
    }
}

@media (max-width: 399px) {
  .banner-section .single-banner {
    padding: 130px 0;
  }
}

/*.banner-section .single-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #14212b;
  opacity: 0.65;
  z-index: -2;
}*/

.banner-section .single-banner .banner-content h1 {
    color: #222;
    font-size: 62px;
    line-height: 1.1;
}


@media (max-width: 1199px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 28px;
  }
}

.banner-section .single-banner .banner-content .promo-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 45px;
}

.banner-section .single-banner .banner-content .promo-text::before {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: rotate(-25deg) translateY(-50%);
          transform: rotate(-25deg) translateY(-50%);
  content: '';
  background-color: #222;
  height: 20px;
  width: 20px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}



}


.banner-section .single-banner .banner-content p {
  margin-top: 35px;
}

.banner-btn{
    padding-top: 50px;
}
.banner-content .banner-btn a {
    padding: 8px 20px;
    border-radius: 6px;
    
    font-size: 14px;
    font-weight: 600;
    color: #161515;
    margin-right: 10px;
}
.banner-content .banner-btn a.banner-btn-1 {
    background: #4A70FA;
    color: #fff;
}
.banner-content .banner-btn a.banner-btn-1:hover {
    background: #161515;
    color: #fff;
}
.banner-content .banner-btn a:hover {
    background: #4A70FA;
    border: 1px #4A70FA solid;
    color: #fff;
}


@media (max-width: 1199px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 165px;
    height: 245px;
  }
}

.banner-section .single-banner .banner-shapes .two {
  width: 520px;
  height: 650px;
  opacity: 0.37;
}

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .two {
    width: 320px;
    height: 450px;
  }
}

@media (max-width: 991px) {
  .banner-section .single-banner .banner-shapes .two {
    width: 270px;
    height: 390px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-shapes .two {
    display: none;
  }
}

.banner-section .single-banner .banner-shapes .three {
  width: 745px;
  height: 835px;
  opacity: 0.25;
}

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .three {
    width: 450px;
    height: 480px;
  }
}

@media (max-width: 991px) {
  .banner-section .single-banner .banner-shapes .three {
    width: 365px;
    height: 540px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-shapes .three {
    display: none;
  }
}

.banner-section .single-banner .banner-shapes .four {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  height: 285px;
  width: 270px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  opacity: 0.65;
}

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .four {
    height: 230px;
    width: 220px;
  }
}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-shapes .four {
    height: 130px;
    width: 155px;
  }
}

.banner-section .search-wrap {
  position: absolute;
  right: 45px;
  z-index: 2;
  bottom: -35px;
}

@media (max-width: 575px) {
  .banner-section .search-wrap {
    right: 20px;
    bottom: -25px;
  }
}

.banner-section .search-wrap .search-icon {
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #14212b;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 575px) {
  .banner-section .search-wrap .search-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.banner-section .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  opacity: 0.3;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .banner-section .slick-arrow {
    font-size: 40px;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .slick-arrow {
    font-size: 35px;
    left: 15px;
  }
}

.banner-section .slick-arrow.next-arrow {
  left: auto;
  right: 70px;
}

@media (max-width: 1199px) {
  .banner-section .slick-arrow.next-arrow {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .slick-arrow.next-arrow {
    right: 15px;
  }
}




.banner-section.banner-section-three .single-banner .banner-content h1 {
    color: #4A70FA;
}
.banner-section.banner-section-three .single-banner .banner-content h4 {
    color: #111;
    font-weight: 700;
    font-size: 32px;
    line-height: 55px;
}
.title-banner-i {
    color: #111;
    font-size: 48px;
}

@media (max-width: 1599px) {
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    font-size: 66px;
  }
}

@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li {
    margin-right: 5px;
  }
}

@media (max-width: 1599px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
    padding: 0 45px;
  }
}

@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content .btn-wrap li .main-btn {
    padding: 0 20px;
    font-size: 14px;
  }
}

.banner-section.banner-section-three .single-banner .banner-content .promo-text {
  color: #3ab9fe;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: capitalize;
  padding-left: 60px;
}

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-content .promo-text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}



@media (max-width: 1599px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    width: 900px;
    height: 900px;
  }
}

@media (max-width: 1199px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    height: 750px;
    width: 750px;
  }
}

@media (max-width: 991px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    height: 650px;
    width: 650px;
  }
}

@media (max-width: 767px) {
  .banner-section.banner-section-three .single-banner .banner-shapes > div {
    height: 500px;
    width: 500px;
  }
}



/*=======  Services  =======*/
.service-section {
  position: relative;
  padding: 50px 0;
}




.service-section.shape-style-two::before {
  position: absolute;
  left: 90px;
  top: 200px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .service-section.shape-style-two::before {
    left: 20px;
    top: 150px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::before {
    background-size: 40px 40px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::before {
    left: 15px;
    top: 50px;
    background-size: 30px 30px;
  }
}

.service-section.shape-style-two::after {
  position: absolute;
  right: 140px;
  top: 150px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .service-section.shape-style-two::after {
    right: 50px;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::after {
    background-size: 30px 30px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::after {
    right: 20px;
    top: 20%;
    background-size: 25px 25px;
  }
}

.service-section.service-line-shape .line-one,
.service-section.service-line-shape .line-two {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 200px;
  }
.padding-left-box {
    padding-left: 0px !important;
}


}

.service-section.service-line-shape .line-one {
  left: 0;
  top: 0;
}

@media (max-width: 575px) {
  .service-section.service-line-shape .line-one {
    display: none;
  }
}

.service-section.service-line-shape .line-two {
  right: 0;
  bottom: 0;
}

.service-boxes .service-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-boxes .service-box {
    padding: 40px 20px;
  }
}

.service-boxes .service-box .icon {
  margin-bottom: 30px;
}

.service-boxes .service-box .icon img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box .icon img {
    max-width: 80px;
  }
}

.service-boxes .service-box h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 399px) {
  .service-boxes .service-box h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box .service-link {
  font-size: 40px;
  margin-top: 25px;
  line-height: 1;
  color: #616161;
}

.service-boxes .service-box::after {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  bottom: -10px;
  height: 10px;
  background-color: #eceded;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-boxes .service-box:hover::after {
  background-color: #3ab9fe;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
}

.service-boxes .service-box-two {
  border-radius: 10px;
  padding: 40px 15px 60px;
  background-color: #fff;
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .service-boxes .service-box-two {
    padding: 30px 15px 50px;
  }


}

.service-boxes .service-box-two .icon {
  font-size: 75px;
  color: #3ab9fe;
}

.service-boxes .service-box-two h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-two h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box-two .service-link {
  font-size: 14px;
  margin-top: auto;
  color: #616161;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
          box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
}

.service-boxes .service-box-two:hover .service-link {
  color: #fff;
  background-color: #3ab9fe;
}

.service-boxes .service-box-three {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    text-align: left;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
    border-radius: 10px;
}
.service-boxes .service-box-three p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 25px;
    min-height: 40px;
}
.title-text-1 h1{
    font-size: 65px;
    background: linear-gradient(to right, #5dd4d7 10%, #7152d0 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-text-2 h5 {
    font-size: 20px;
    background: linear-gradient(to right, #5dd4d7 10%, #7152d0 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-text-2 h2 {
    background: linear-gradient(to right, #5dd4d7 10%, #7152d0 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-text-4{
    padding-right: 50px;
}
.service-title-box{
    min-height: 80px;
    max-height: 80px;
}

.fact-text h2{
    font-size: 48px;
}
.fact-text p{
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three {
    padding: 40px 15px 20px;
    font-size: 16px;
  }
}

.service-boxes .service-box-three .icon {
  margin-bottom: 30px;
}

.service-boxes .service-box-three .icon img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three .icon img {
    max-width: 80px;
  }
}

.service-boxes .service-box-three h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box-three .service-link {
  color: #616161;
  margin-top: 15px;
  font-size: 24px;
}

.service-boxes .service-box-three:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
    box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
    background: #4970fa1f;
    color: #222;
}


.bg-dark-green{
    background: #1C8E54;
}
.bg-light-blue{
    background: #593286;
}
.bg-light-indigo {
    background-color: #4561A7;
}
.bg-peach {
    background-color: #EA575D;
}
.bg-green{
    background-color: #fac733;
}
.bg-blue{
    background-color: #f1efff;
}
.icon-img {
    padding: 20px;
    width: 100px;
}
.feature-desc p {
    font-size: 16px;
}
/*.about-tile-gallery{
    display: flex;
    flex-flow: wrap;
    grid-gap: 35px;
}*/
.bg-blue-top{
    border-radius: 30px 30px 0 0;
}
.bg-blue-bottom{
    border-radius: 0 0 30px 30px;
}
.about-text{
    padding-right:40px;
    padding-left: 10px;
}
.about-text p {
    font-weight: 600;
    line-height: 24px;
}
.color-text{
    color: #4A70FA;
}
.grid-img-box img{
    max-width: 100%;
    min-width: 100%;
    transition: transform .4s;
    -webkit-transition: transform .4s;

}
.grid-img-box:hover img{
    transform: scale(1.1);
}


.grid-img-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.padding-left-box {
    padding-left: 35px;
}
.grid-text h4 {
    color: #696363;
    line-height: 32px;
}
.grid-text h4 strong {
    font-size: 30px;
    font-weight: 700;
}
.about-title h2{
    color: #948C8C;
}
.image-round {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover;
    animation: spin 4s linear infinite;

}
.treated-content-box{
    padding-top: 80px;
}
.content-bottom{
    padding-top: 300px;
}
.flex-col-content {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    min-width: 100%;
    justify-content: space-between;
}
.research-content-box{
    padding: 30px;
    border-radius: 30px;
    background: #F1EFFF;
}
.research-content-box h3{
    color: #4A70FA;
    font-size: 36px;
}
.research-content-box h2{
    color: #161515;
    font-size: 36px;
}
.research-content-box h4 {
    color: #161515;
    font-size: 30px;
    min-height: 140px;
}
.research-content-box p {
    color: #696363;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 500;
}
.research-content-box a {
    color: #fff;
    font-size: 14px;
    background: #161515;
    padding: 10px 15px;
    border-radius: 7px;
    margin-top: 20px;
}
.research-content-box-right h3{
    color: #161515;
}
.research-content-box-right{
    background: #F9EEF6;
}
.title-image{
    font-size: 38px;
    margin-top: 10px;
}
.title-image img{
    max-width: 40px;
}

.mobile-login-box{
    display: none;
}
.mobile-canva-btn{
    display: none;
}

/*=======  Feature Boxes  =======*/
.feature-boxes .feature-box {
  /*height: 450px;*/
  margin-top: 30px;
  position: relative;
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  overflow: hidden;
}



@media (max-width: 575px) {
  .feature-boxes .feature-box {
    height: auto;
  }
}

.feature-boxes .feature-box .feature-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
  .feature-boxes .feature-box .feature-bg {
    background-position: center top;
  }
}

.feature-boxes .feature-box .feature-desc a,
.feature-boxes .feature-box .feature-desc h4,
.feature-boxes .feature-box .feature-desc p {
  color: #fff;
}

.feature-boxes .feature-box .feature-desc h4 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}



.right-button-box-mobile{
    display: none;
}
.feature-boxes .feature-box .feature-desc .feature-link {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
}


.feature-boxes .feature-box::after {
  opacity: 0.8;
  height: 250px;
  z-index: -1;
  width: 100%;
}

.feature-boxes .feature-box:hover .feature-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.fact-boxes .fact-box.fact-box-three {
    border-radius: 15px;
    padding: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    border: 1px #948c8cad dashed;
}

.fact-boxes .fact-box.fact-box-three:hover {
    background-color: #4970fa3d;
}
.fact-box h3{
    margin-bottom: 15px;
}
.content-bottom a{
    text-decoration: underline;
}

.fact-section{
    padding: 60px 0;
}

.fact-text {
  padding-right: 50px;
}
.matters-section{
    padding: 50px 0;
}
.border-round{
    border-radius: 30px;
    padding: 40px;
}
.right-button-box a {
    color: #696363;
    font-weight: 600;
    font-size: 12px;
    background: #fff;
    margin: 0 5px;
}
.right-button-box a:hover {
    color: #fff;
    background: #161515;
}
.right-button-box{
    float:right;
}
.right-button-box a.first-active{
    color: #fff;
    background: #4A70FA;
}
.right-button-box a.first-active:hover{
    color: #fff;
    background: #161515;
}
.flex-content-box {
    align-items: center;
    grid-gap: 7px;
    margin-top: 15px;
}
.flex-content-box p {
    margin-top: 0px !important;
}

#phone-scrren-slider .slider-item img {
    transform: scale(1.2);
}
.right-shape-phone-img {
    padding-top: 45px;
    display: inline-block;
}
.margin-top-big{
    padding-top: 250px;
}


footer .widget.insta-feed-widget .insta-images .insta-img a {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 26px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100px;
  text-align: center;
}

footer .widget.insta-feed-widget .insta-images .insta-img:hover a {
  visibility: visible;
  opacity: 1;
}

footer .widget.insta-feed-widget .insta-images .insta-img:hover::before {
  opacity: 0.7;
  visibility: visible;
}

footer .footer-copyright {
  border-top: 2px solid #1d2d3a;
  padding: 15px 0;
  position: relative;
}

footer .footer-copyright .copyright-text {
  color: #7d91a0;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .footer-copyright .copyright-text span {
    width: 100%;
    text-align: center;
  }
  footer .footer-copyright .copyright-text span:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
}

footer .footer-copyright .back-to-top {
  position: absolute;
  left: 50%;
  top: 0;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 2px solid #1d2d3a;
  line-height: 75px;
  color: #3ab9fe;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #14212b;
}




@media (max-width: 1199px) {


.feature-boxes .feature-box {
  padding: 25px 20px;
}

.site-logo{
    margin:0px !important;
}
.fact-text h2 {
    font-size: 40px;
}
.right-button-box a {
    font-size: 10px !important;
    margin: 0 1px;
    padding: 4px 2px !important;
    font-size: 8px !important;
}
.right-button-box a img {
    max-width: 12px;
}
.border-round {
    padding: 35px;
}

.margin-top-big {
    padding-top: 80px;
}
.content-bottom {
    padding-top: 50px;
}
.footer-content h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 40px;
}
.footer-content img{
    max-width: 150px;
}
.grid-text h4 {
    color: #696363;
    line-height: 28px;
}
.treated-content-box {
    padding-top: 0px;
}
.treated-content-box h3 {
    font-size: 22px;
}
.fact-boxes .fact-box.fact-box-three {
    padding: 22px;
}

}


@media (max-width: 991px) {
  .feature-boxes .feature-box .feature-desc h4 {
    font-size: 22px;
  }
.site-logo {
    margin-right: 130px;
}
.grid-text h4 {
    font-size: 18px;
    line-height: 24px;
}
.grid-text h4 strong {
    font-size: 24px;
    font-weight: 700;
}
.about-text {
    padding-right: 10px;
    padding-left: 0px;
}
.padding-left-box {
    padding-left: 15px;
}
.fact-text h2 {
    font-size: 32px;
}
h2 {
    font-size: 32px;
}
.section-title{
    margin-top: 20px;
}
.content-bottom {
    padding-top: 30px;
}
.research-content-box h4 {
    color: #161515;
    font-size: 22px;
    min-height: 140px;
}
.footer-content h2 {
    font-size: 26px !important;
    font-weight: 700;
    padding: 0 15px;
}
.footer-content img{
    max-width: 150px;
}
.fact-section {
    padding: 25px 0 !important;
}
.fact-text {
    padding-right: 0px !important;
    padding-top: 0px;
}
.mobile-login-box{
    display: block;
    text-align: center;
    border-top: 1px #ddd solid;
    margin-top: 12px;
    padding-top: 12px;
}
.mobile-login-box ul li{
    line-height: 40px;
}
.mobile-login-box ul li a {
    color: #948C8C;
    font-size: 14px;
    font-weight: 700;
}

.mobile-canva-btn a{
    padding: 8px 20px !important;
}
.mobile-canva-btn a.btn-1 {
    background: #161515;
    color: #fff;
    font-size: 14px;
}
.mobile-canva-btn a.btn-2 {
    background: #4A70FA;
    color: #fff;
    font-size: 14px;
    padding: 8px 50px !important;
    margin-top: 0px;
}
.mobile-canva-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.margin-top-big {
    padding-top: 20px !important;
}

.footer-btn {
    width: 50%;
    margin: 0 auto;
}
.footer-btn a {
    padding: 8px 20px !important;
    margin: 7px 0;
}
.footer-content a.btn-2 {
    font-size: 14px;
    padding: 8px 50px !important;
}
.fact-boxes .fact-box.fact-box-three {
    padding: 18px;
}
.mobile-canva-btn {
    width: 50%;
    margin: 0 auto;
}
.mobile-canva-btn a {
    margin: 10px 0px;
}
.fact-text {
    margin-bottom: 20px;
}


}


@media (max-width: 767px) {

footer .footer-copyright .back-to-top {
    height: 55px;
    width: 55px;
    line-height: 55px;
}
.grid-text h4 {
    color: #696363;
    line-height: 24px;
    font-size: 20px;
}
.grid-text h4 strong {
    font-size: 24px;
    font-weight: 700;
}
.about-text {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 40px;
}
.about-text p {
    line-height: 22px;
    font-size: 14px;
}
.service-boxes .service-box-three {
    padding: 20px;
    font-size: 15px;
}
.service-boxes .service-box-three p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
    min-height: 27px;
}
.title-text-4 {
    padding-right: 0px;
}
.title-text-2 h5 {
    font-size: 17px;
}
.service-title-box {
    min-height: 60px;
    max-height: 90px;
}
.flex-content-box img{
    min-width: 35px;
}
.fact-text h2 {
    font-size: 30px;
}
.footer-content h2 {
    font-size: 24px !important;
    padding: 0 0px;
}
.footer-content a.btn-1 {
    font-size: 12px !important;
}
.footer-content a.btn-2 {
    font-size: 12px !important;
    margin-top: 15px;
    padding: 8px 45px !important;
}
.footer-content img{
    max-width: 120px;
}
.research-content-box p {
    margin-top: 0px;
}
.research-content-box h4 {
    font-size: 30px;
    min-height: auto;
}
.research-content-box h4 {
    font-size: 22px;
    min-height: auto;
}
.research-content-box-right{
    margin-top: 30px;
}
.title-image {
    font-size: 28px;
}
.matters-section {
    padding: 30px 0;
}
.content-bottom {
    padding-top:0px;
}
.treated-content-box {
    padding-top: 10px;
}
.border-round {
    padding: 15px;
}
.right-button-box{
    margin-top: 20px;
}
.section-title h2{
    font-size: 24px;
}
.fact-section {
    padding: 30px 0;
}
.fact-box h5 {
    font-size: 15px;
}
.fact-text img{
    max-width: 50px;
    margin-top: 40px;
}
.fact-boxes .fact-box.fact-box-three {
    padding: 15px;
}
.service-section {
    position: relative;
    padding: 30px 0;
}
    .right-button-box a {
        color: #696363;
        font-weight: 600;
        font-size: 12px;
        background: #fff;
        margin: 7px 2px;
        display: block;
        padding: 7px 12px;
        max-width: 190px;
    }
.show-btn{
    display: none;
}
.right-button-box a.first-active{
    display: block;
}
.right-button-box-mobile{
    display: block;
}
.treated-content-box h3{
    font-size: 24px;
}
.mobile-login-box{
    display: block;
    text-align: center;
    border-top: 1px #ddd solid;
    margin-top: 12px;
    padding-top: 12px;
}
.mobile-login-box ul li{
    line-height: 40px;
}
.mobile-login-box ul li a {
    color: #948C8C;
    font-size: 14px;
    font-weight: 700;
}

.mobile-canva-btn a{
    padding: 8px 20px !important;
}
.mobile-canva-btn a.btn-1 {
    background: #161515;
    color: #fff;
    font-size: 14px;
}
.mobile-canva-btn a.btn-2 {
    background: #4A70FA;
    color: #fff;
    font-size: 14px;
    padding: 8px 50px !important;
    margin-top: 15px;
}
.mobile-canva-btn {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.desktop-show{
    display: none;
}
#phone-scrren-slider .slider-item img {
    transform: scale(1);
}
.fact-text {
    padding-right: 0px !important;
    padding-bottom: 30px;
}


}



footer .footer-copyright .back-to-top:hover {
  background-color: #3ab9fe;
  color: #fff;
}

footer .line-one,
footer .line-two,
footer .line-three,
footer .line-four {
  position: absolute;
  z-index: -1;
}

footer .line-one {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .line-two {
  right: 0;
  top: 0;
}

footer .line-three {
  left: 0;
  top: 0;
}

footer .line-four {
  right: 0;
  bottom: 0;
}

footer.grey-bg-footer {
  background-color: #f5f5f5;
}

footer.grey-bg-footer .widget,
footer.grey-bg-footer .widget a {
  color: #616161;
}

footer.grey-bg-footer .widget a:hover {
  color: #3ab9fe;
}

footer.grey-bg-footer .widget .widget-title {
  color: #14212b;
}

footer.grey-bg-footer .widget.newsletter-widget,
footer.grey-bg-footer .widget.newsletter-widget .newsletter-form input {
  border-color: #dddddd;
}

footer.grey-bg-footer .footer-copyright {
  border-color: #dddddd;
}

footer.grey-bg-footer .footer-copyright .copyright-text {
  color: #616161;
}

footer.grey-bg-footer .footer-copyright .back-to-top {
  border-color: #dddddd;
  background-color: #fff;
}

footer.grey-bg-footer .footer-copyright .back-to-top:hover {
  background-color: #3ab9fe;
}

.footer-btn a {
    padding: 8px 20px !important;
}
.footer-content h2 {
    font-size: 42px;
    font-weight: 700;
    padding: 0 40px;
}
.footer-content a.btn-1 {
    background: #161515;
    color: #fff;
    font-size: 14px;
}
.footer-content a.btn-2 {
    background: #4A70FA;
    color: #fff;
    font-size: 14px;
}
.footer-btn{
    margin-top: 30px;
}
.footer-content{
    padding: 70px 0;
}
.footer-bottom{
    padding-top: 50px;
}
.footer-bottom p{
    font-size: 12px;
}
footer{
    position: relative;
}
footer  .back-to-top {
    border-color: #dddddd;
    background-color: #fff;
}
footer .back-to-top {
    position: absolute;
    left: auto;
    right: 35px;
    bottom: 35px;
    top: auto;
    height: 40px;
    width: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid #4a70fa;
    line-height: 22px;
    color: #3ab9fe;
    text-align: center;
    background-color: #4a70fa;
    padding: 8px;
    color: #fff;
}

.cta {
    position: relative;
    padding: 12px 18px;
    border-radius: 9px;
    /* background: #0b0b0f; */
    color: #222;
    font-size: 12px;
    border: 1px solid #CFC6C6;
    cursor: pointer;
}
.cta:hover{
    background: #161515;
    color: #fff;
   
}
.cta span {
  position: relative;
  z-index: 1;
}

/* Glowing border layer */
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;

  background: conic-gradient(
    from var(--angle),
    transparent 0deg,
    transparent 300deg,
    #7cffc4 330deg,
    #6aa7ff 350deg,
    transparent 360deg
  );

#contact-section{
    position: relative;
}



  animation: move 2.8s linear infinite;

  /* Keep only the border area */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

@keyframes move {
  to {
    --angle: 360deg;
  }
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}