@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:100,500,300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  list-style: none;
  display: block;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.container {
  max-width: 1200px;
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  overflow: hidden;
}
button {
  cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}
.form-control {
  box-shadow: none;
}
.relative-position {
  position: relative;
}

.dia-section-title span,
.dia-banner-section .dia-banner-content .dia-banner-tag {
  font-weight: 700;
  background-image: linear-gradient(
    81deg,
    #ff6600 0%,
    #ff9903 75%,
    #ffcb05 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn,
.dia-service-section .dia-service-btn .dia-service-more,
.dia-exp-section .dio-exp-text-area .dia-exp-btn,
.dia-port-more a,
.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .nws-button
  button {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before,
.dia-service-section .dia-service-btn .dia-service-more:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:before,
.dia-port-more a:before,
.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .nws-button
  button:before {
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  bottom: -100%;
  position: absolute;
  transition: 0.5s all ease-in-out;
}

.dia-banner-section
  .dia-banner-content
  .dia-banner-btn
  .dia-abt-btn:hover:before,
.dia-service-section .dia-service-btn .dia-service-more:hover:before,
.dia-exp-section .dio-exp-text-area .dia-exp-btn:hover:before,
.dia-port-more a:hover:before,
.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .nws-button
  button:hover:before {
  bottom: 0;
}
@keyframes borderpls {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 30px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes borderpls2 {
  0% {
    box-shadow: 0 0 0 0 #082680;
  }
  70% {
    box-shadow: 0 0 0 10px #082680;
    opacity: 0;
  }
  to {
    box-shadow: 0 0 0 0 #082680;
    opacity: 0;
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.dia-home {
  margin: 0;
  padding: 0;
  color: #585476;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.667;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}

.decoration-wrapper {
  overflow: hidden;
  position: relative;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.zooming {
  animation: zooming 18s infinite both;
}

.dia-headline h1,
.dia-headline h2,
.dia-headline h3,
.dia-headline h4,
.dia-headline h5,
.dia-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.dia-section-title span {
  font-size: 16px;
}

.dia-section-title h2 {
  color: #282350;
  font-size: 40px;
  font-weight: 700;
  padding-top: 5px;
  line-height: 1.375;
}

.dia-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #ff6700;
}

.dia-scrollup i {
  color: #fff;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.dia-main-header {
  display: flex;
  align-items: center;
  z-index: 5;
  width: 100%;
  padding-top: 15px;
  position: absolute;
}

.dia-main-header-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.dia-main-header .dia-logo {
  margin-right: auto;
}

.dia-main-header .dropdown {
  position: relative;
}

.dia-main-header .dropdown:after {
  top: -2px;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #ff6626;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.dia-main-header .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.dia-main-header .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu li a:before {
  display: none;
}

.dia-main-header .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 18px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.dia-main-header .dropdown .dropdown-menu li a:hover {
  background-color: #ff8533;
  color: #fff;
}

.dia-main-header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.dia-main-header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.dia-main-header .dropdown:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}

.dia-main-header .navbar-nav {
  display: inherit;
}

.dia-main-header .dia-main-navigation {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}

.dia-main-header .dia-main-navigation li {
  margin: 0px 32px;
}

.dia-main-header .dia-main-navigation li a {
  color: #282350;
  font-weight: 700;
  padding-bottom: 20px;
  display: inline;
  position: relative;
  font-family: "Poppins";
}

.dia-main-header .dia-main-navigation li a:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 0%;
  margin: 0 auto;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background-image: linear-gradient(
    81deg,
    #ff6600 0%,
    #ff9903 75%,
    #ffcb05 100%
  );
}

.dia-main-header .dia-main-navigation li a:hover:before,
.dia-main-header .dia-main-navigation li a.active:before {
  width: 100%;
}

.dia-sticky-menu {
  top: 20px;
  position: fixed;
  background-color: #fff;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.dia-main-header.dia-sticky-menu {
  top: 0px;
  z-index: 9;
  z-index: 20;
  padding-top: 0;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.dia-main-header.dia-sticky-menu .dropdown:hover .dropdown-menu {
  top: 45px;
}

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.dia-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.dia-mobile_menu_content .dia-mobile-main-navigation {
  width: 100%;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.dia-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}

.dia-mobile_menu_content
  .dia-mobile-main-navigation
  .navbar-nav
  li:first-child {
  border-top: 1px solid #dcdcdc;
}

.dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}

.dia-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.dia-mobile_menu_wrap.mobile_menu_on .dia-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.dia-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.dia-mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #ff8833;
  text-align: center;
  font-size: 30px;
  top: -35px;
  z-index: 5;
}

.dia-mobile_menu .dia-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.dia-mobile_menu .dia-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dia-mobile_menu
  .dia-mobile_menu_content
  .dia-mobile-main-navigation
  .navbar-nav
  .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.dia-mobile_menu
  .dia-mobile_menu_content
  .dia-mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.dia-mobile_menu .dropdown {
  position: relative;
}

.dia-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.dia-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}

.dia-mobile_menu .dia-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dia-banner-section {
  padding-bottom: 35px;
}

.dia-banner-section .banner-side-img {
  right: 0;
  top: -10px;
  z-index: -1;
}

.dia-banner-section .banner-side-img.banner-img1 {
  opacity: 0;
  right: -300px;
  transition-delay: 200ms;
  transition: all 1200ms ease;
}

.dia-banner-section .banner-side-img.banner-img2 {
  opacity: 0;
  right: -300px;
  transition-delay: 500ms;
  transition: all 1500ms ease;
}

.dia-banner-section .banner-side-img.banner-img1.view-on {
  right: 0;
  opacity: 1;
  transition-delay: 200ms;
}

.dia-banner-section .banner-side-img.banner-img2.view-on {
  right: 0;
  opacity: 1;
  transition-delay: 500ms;
}

.dia-banner-section .dia-banner-content {
  max-width: 460px;
  padding: 275px 0px 185px;
}

.dia-banner-section .dia-banner-content .dia-banner-tag {
  font-size: 18px;
}

.dia-banner-section .dia-banner-content h1 {
  color: #282350;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.071;
  padding: 15px 0px 25px;
}

.dia-banner-section .dia-banner-content p {
  font-size: 22px;
  color: #403b64;
}

.dia-banner-section .dia-banner-content .dia-banner-btn {
  margin-top: 65px;
}

.dia-banner-section .dia-banner-content .dia-banner-btn a {
  width: 100%;
  display: block;
  margin-right: 20px;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  background-color: #5409d6;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn i {
  color: #fff;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn:hover {
  background-image: none;
  background-color: #ff6700;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
  color: #fff;
  height: 70px;
  width: 230px;
  font-weight: 700;
  line-height: 70px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #ff6700;
}

.dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before {
  background-color: #5409d6;
}

.dia-banner-section .cd-headline.clip span {
  display: inline-block;
  padding-bottom: 10px;
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
  content: "";
  top: 10px;
  right: 0;
  width: 2px;
  height: 65px;
  position: absolute;
  background-color: #282350;
}

.dia-banner-section .cd-headline.clip b {
  opacity: 0;
}

.dia-banner-section .cd-headline.clip b.is-visible {
  opacity: 1;
}

.dia-banner-section .cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.dia-banner-section .cd-words-wrapper b {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.dia-banner-section .cd-words-wrapper b.is-visible {
  opacity: 1;
  position: relative;
}

.dia-banner-section .no-js .cd-words-wrapper b {
  opacity: 0;
}

.dia-banner-section .banner-side-shape1,
.dia-banner-section .banner-side-shape2 {
  bottom: 135px;
}

.dia-banner-section .banner-shape1 {
  left: 50%;
  bottom: 15%;
  z-index: -2;
  animation-name: spin;
  animation-duration: 15000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dia-banner-section .banner-shape2 {
  top: 30%;
  left: 12%;
}

/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.dia-service-section {
  padding: 90px 0px 115px;
}

.dia-service-section .dia-service-img {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.dia-service-section .dia-service-img .dia-service-shape2 {
  top: 0;
  z-index: -2;
}

.dia-service-section .dia-service-img .dia-service-shape1 {
  left: 0;
  top: 10px;
  z-index: -1;
  animation-name: spin;
  animation-duration: 20000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dia-service-section .dia-service-text {
  padding-left: 60px;
}

.dia-service-section .dia-service-details {
  margin: 35px 0px 5px;
}

.dia-service-section .dia-service-details .dia-service-item {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.dia-service-section .dia-service-details .dia-service-item h3 {
  color: #282350;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
}

.dia-service-section .dia-service-details .dia-service-item li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
}

.dia-service-section .dia-service-details .dia-service-item li:before {
  top: 0;
  left: 0;
  content: "+";
  position: absolute;
}

.dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
  padding-left: 35px;
}

.dia-service-section .dia-service-btn .dia-service-more {
  height: 50px;
  width: 225px;
  margin-top: 10px;
  line-height: 50px;
  border-radius: 40px;
  background-color: #390ed2;
}

.dia-service-section .dia-service-btn .dia-service-more a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
}

.dia-service-section .dia-service-btn .dia-service-more:before {
  background-color: #ff6700;
}

.dia-service-section .dia-service-review {
  max-width: 215px;
}

.dia-service-section .dia-service-review .dia-service-rate ul {
  margin-bottom: 8px;
}

.dia-service-section .dia-service-review .dia-service-rate li {
  font-size: 14px;
  color: #f7c903;
}

.dia-service-section .dia-service-review .dia-service-rate-text {
  font-size: 14px;
}

.dia-service-section .dia-service-review .dia-service-rate-text span {
  color: #282350;
  font-weight: 700;
}

/*---------------------------------------------------- */
/*Fun fact area*/
/*----------------------------------------------------*/
.dia-fun-fact-section .dia-fun-fact-title {
  margin: 0 auto;
  max-width: 945px;
}

.dia-fun-fact-section .dia-fun-fact-title h2 {
  color: #282350;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.528;
}

.dia-fun-fact-section .dia-fun-fact-counter {
  padding-top: 68px;
}

.dia-fun-fact-section
  .dia-fun-fact-counter
  .col-lg-4:nth-child(1)
  .dia-fun-fact-item
  .fun-fact-tag {
  color: #09d32f;
}

.dia-fun-fact-section
  .dia-fun-fact-counter
  .col-lg-4:nth-child(2)
  .dia-fun-fact-item
  .fun-fact-tag {
  color: #ff7b01;
}

.dia-fun-fact-section
  .dia-fun-fact-counter
  .col-lg-4:nth-child(3)
  .dia-fun-fact-item
  .fun-fact-tag {
  color: #390ed2;
}

.dia-fun-fact-section .dia-fun-fact-item span {
  font-weight: 700;
  font-family: "Poppins";
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
  line-height: 1;
  padding: 18px 0px;
  justify-content: center;
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
  color: #282350;
  font-size: 90px;
  font-weight: 500;
}

.dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span {
  color: #282350;
  font-size: 90px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Poppins";
}

.dia-fun-fact-section .dia-fun-fact-item p {
  margin: 0 auto;
  max-width: 325px;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.dia-about-section {
  padding-top: 130px;
}

.dia-about-section .dia-about-title-text {
  padding-top: 25px;
}

.dia-about-content .dia-about-title-text {
  max-width: 455px;
}

.dia-about-content .dia-about-text {
  font-size: 18px;
  padding: 25px 0px 75px;
}

.dia-about-content .dia-about-list li {
  width: 50%;
  float: left;
  color: #282350;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
}

.dia-about-content .dia-about-list li:after {
  left: 0;
  top: -3px;
  color: #25d98f;
  font-size: 20px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-about-content .dia-about-img {
  z-index: 1;
  padding-left: 40px;
}

.dia-about-content .dia-about-img .ab-shape1 {
  top: 30px;
  left: -10px;
  z-index: -1;
}

.dia-about-content .dia-about-img .ab-shape2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dia-exp-section {
  padding: 115px 0px 0px;
}

.dia-exp-section .dia-exp-img .ab-shape1 {
  top: 60px;
  left: -5px;
  z-index: -1;
}

.dia-exp-section .dia-exp-img .ab-shape2 {
  bottom: 20px;
  right: 20px;
  z-index: -1;
}

.dia-exp-section .dio-exp-text-area {
  max-width: 520px;
}

.dia-exp-section .dio-exp-text-area .dia-about-text {
  margin-top: 30px;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn {
  color: #fff;
  height: 48px;
  width: 155px;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #390ed2;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn a {
  width: 100%;
  display: block;
}

.dia-exp-section .dio-exp-text-area .dia-exp-btn:before {
  background-color: #ff6700;
}

.dia-exp-section .skill-progress-bar {
  padding: 20px 0px 20px;
}

.dia-exp-section .skill-progress-bar .skill-set-percent {
  margin-bottom: 30px;
}

.dia-exp-section .skill-progress-bar .skill-set-percent h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto";
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress {
  height: 6px;
  border-radius: 0;
  overflow: visible;
  position: relative;
  background-color: #dededf;
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress span {
  right: 0;
  top: -30px;
  color: #282350;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

.dia-exp-section .skill-progress-bar .skill-set-percent .progress-bar {
  width: 0;
  float: left;
  height: 100%;
  position: relative;
  background-color: #ff6700;
  transition: 1s all ease-in-out;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.dia-portfolio-section {
  padding-top: 100px;
}
.dia-portfolio-img-text {
  transition: 0.4s all ease-in-out;
}

.dia-portfolio-img-text .dia-portfolio-img {
  overflow: hidden;
  position: relative;
}

.dia-portfolio-img-text .dia-portfolio-img img {
  transition: 1s all ease-in-out;
}

.dia-portfolio-img-text .dia-portfolio-img:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #000;
  transition: all 700ms ease-out 0s;
  transform: rotateX(180deg) scale(0.5, 0.5);
}

.dia-portfolio-img-text .dia-portfolio-text {
  margin-top: 18px;
  padding-bottom: 28px;
}

.dia-portfolio-img-text .dia-portfolio-text h3 {
  color: #282350;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.dia-portfolio-img-text .dia-portfolio-text h3:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  bottom: 8px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  background-color: #282350;
  transition: 0.4s all ease-in-out;
}

.dia-portfolio-img-text .dia-portfolio-text span {
  display: block;
  font-weight: 700;
}

.dia-portfolio-img-text:hover {
  box-shadow: -1.308px 24.966px 22px 0px rgba(0, 0, 0, 0.11);
}

.dia-portfolio-img-text:hover .dia-portfolio-img img {
  transform: scale(1.4);
}

.dia-portfolio-img-text:hover .dia-portfolio-img:after {
  opacity: 0.8;
  transform: rotateX(0deg) scale(1, 1);
}

.dia-portfolio-img-text:hover h3:before {
  width: 100%;
}

.dia-portfolio-slide-area {
  margin: 45px 0px 20px;
}

.dia-portfolio-slide-area .owl-stage-outer {
  padding-bottom: 35px;
}

.dia-portfolio-slide-area .owl-nav .owl-prev,
.dia-portfolio-slide-area .owl-nav .owl-next {
  top: 40%;
  z-index: 1;
  width: 60px;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  position: absolute;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.28);
}

.dia-portfolio-slide-area .owl-nav .owl-prev:before,
.dia-portfolio-slide-area .owl-nav .owl-next:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.4s all ease-in-out;
  background-image: linear-gradient(
    -81deg,
    #6806d9 0%,
    #4f0ad6 57%,
    #360ed2 100%
  );
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover,
.dia-portfolio-slide-area .owl-nav .owl-next:hover {
  color: #fff;
}

.dia-portfolio-slide-area .owl-nav .owl-prev:hover:before,
.dia-portfolio-slide-area .owl-nav .owl-next:hover:before {
  transform: scale(1);
}

.dia-portfolio-slide-area .owl-nav .owl-prev {
  left: 12px;
}

.dia-portfolio-slide-area .owl-nav .owl-next {
  right: 12px;
}

.dia-port-more a {
  color: #fff;
  height: 58px;
  width: 200px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 58px;
  border-radius: 40px;
  font-family: "Poppins";
  background-color: #ff6700;
}

.dia-port-more a:before {
  background-color: #390ed2;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.dia-team-section {
  padding-top: 110px;
}

.dia-team-section .dia-section-title {
  margin: 0 auto;
  max-width: 530px;
}

.dia-team-section .dia-section-title h2 {
  padding-bottom: 10px;
}

.dia-team-section .dia-team-content {
  padding-top: 55px;
}

.dia-team-section .dia-team-pic-text .dia-team-img:after {
  width: 236px;
  height: 236px;
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
  visibility: hidden;
  border: double 2px transparent;
  border-radius: 100%;
  background-image: linear-gradient(white, white),
    radial-gradient(circle at top left, #ff6600, #ff9903, #ffcb05);
  background-origin: border-box;
  transition: 0.3s all ease-in-out;
  background-clip: content-box, border-box;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei {
  z-index: 1;
  width: 236px;
  height: 236px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
  background-color: #eff0f7;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .mshape-bg {
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg1 {
  top: 90px;
  left: -75px;
}

.dia-team-section .dia-team-pic-text .dia-team-img .team-mem-img-ei .shape-bg2 {
  top: 100px;
  z-index: -2;
  right: -68px;
}

.dia-team-section .dia-team-pic-text .dia-team-social {
  top: 47px;
  z-index: 1;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition-delay: 0.2s;
  transition: 0.5s all ease-in-out;
}

.dia-team-section .dia-team-pic-text .dia-team-social a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 37px;
  margin-bottom: 12px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(43, 1, 68, 0.23);
}

.dia-team-section .dia-team-pic-text .dia-team-social a:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  transition: 0.3s all ease-in-out;
  border-radius: 100%;
  background-image: linear-gradient(
    81deg,
    #ff6600 0%,
    #ff9903 75%,
    #ffcb05 100%
  );
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(1) {
  color: #118bfc;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(2) {
  transform: translateX(15px);
  color: #03a9f4;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(3) {
  transform: translateX(9px);
  margin-bottom: 5px;
  color: #ea4c89;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(4) {
  color: #0c6eff;
  transform: translateX(-20px);
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover {
  color: #fff;
}

.dia-team-section .dia-team-pic-text .dia-team-social a:hover:after {
  opacity: 1;
  visibility: visible;
}

.dia-team-section .dia-team-pic-text .dia-team-text {
  margin-top: 20px;
}

.dia-team-section .dia-team-pic-text .dia-team-text h3 {
  color: #282350;
  font-size: 22px;
  font-weight: 700;
}

.dia-team-section .dia-team-pic-text .dia-team-text p {
  color: #383838;
  font-size: 15px;
}

.dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
  opacity: 1;
  left: 102px;
  visibility: visible;
}

.dia-team-section .dia-team-pic-text:hover .dia-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

.dia-team-section .dia-team-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
}

.dia-team-section .dia-team-content .owl-nav .owl-prev,
.dia-team-section .dia-team-content .owl-nav .owl-next {
  top: 50%;
  width: 52px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(16, 31, 60, 0.25);
}

.dia-team-section .dia-team-content .owl-nav .owl-prev:hover,
.dia-team-section .dia-team-content .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #282350;
}

.dia-team-section .dia-team-content .owl-nav .owl-prev {
  left: -40px;
}

.dia-team-section .dia-team-content .owl-nav .owl-next {
  right: -50px;
}

.dia-team-section
  .dia-team-content
  .owl-item.active.center
  .dia-team-img:after {
  left: 102px;
  opacity: 1;
  visibility: visible;
}

.dia-team-section .dia-team-content .owl-item.active.center .dia-team-social {
  opacity: 1;
  right: 25px;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.dia-testimonial-section {
  overflow: visible;
  padding: 135px 0 100px;
}

.dia-testimonial-section .tst-side-shape {
  right: 0;
  top: -100px;
}

.dia-testimonial-section .dia-section-title {
  margin: 0 auto;
  max-width: 500px;
}

.dia-testimonial-section .dia-testimonial_slider-area {
  margin: 0 auto;
  margin-top: 55px;
  max-width: 725px;
  background-color: #fff;
  box-shadow: -1.046px 11.954px 22px 0px rgba(0, 0, 0, 0.08);
}

.dia-testimonial-section .dia-testimonial_slider-area:after {
  top: -50px;
  left: 25px;
  font-size: 60px;
  content: "";
  font-weight: 900;
  position: absolute;
  color: rgba(203, 203, 226, 0.75);
  font-family: "Font Awesome 5 Free";
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape1 {
  top: -100px;
  z-index: -1;
  left: -175px;
}

.dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
  z-index: -1;
  right: -175px;
  bottom: -100px;
}

.dia-testimonial-section .dia-testimonial_indicator .carousel-indicators li {
  width: 90px;
  height: 90px;
  display: inherit;
  text-align: center;
  color: #202120;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.dia-testimonial-section .carousel-inner .carousel-item {
  padding: 80px 90px 70px;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_rating li {
  color: #ffba00;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_text {
  margin: 18px 0px 28px;
  font-size: 22px;
  line-height: 1.636;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
  color: #282350;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 3px;
}

.dia-testimonial-section .carousel-inner .dia-testimonial_meta p {
  font-size: 18px;
}

.dia-testimonial-section .carousel-indicators {
  top: 70px;
  margin: 0;
  left: auto;
  right: -45px;
  position: absolute;
  display: inherit;
}

.dia-testimonial-section .carousel-indicators li {
  text-indent: 0;
  margin-bottom: 15px;
  transform: scale(0.9);
  border: 3px solid rgba(255, 255, 255, 0);
}

.dia-testimonial-section .carousel-indicators li img {
  border-radius: 100%;
}

.dia-testimonial-section .carousel-indicators li.active {
  padding: 5px;
  transform: scale(1);
  border: 3px solid #5409d6;
}

.dia-testimonial_indicator-dot .carousel-indicators2 {
  top: 60%;
  right: 45px;
  left: -35px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  transform: translateY(-50%);
}

.dia-testimonial_indicator-dot .carousel-indicators2 li {
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.dia-testimonial_indicator-dot .carousel-indicators2 li:after {
  top: 3px;
  left: 3px;
  content: "";
  width: 60%;
  height: 60%;
  border-radius: 100%;
  position: absolute;
  transform: scale(0);
  transition: 0.3s all ease-in-out;
  background: linear-gradient(81deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active {
  transform: scale(1.2);
}

.dia-testimonial_indicator-dot .carousel-indicators2 li.active:after {
  transform: scale(1);
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.dia-blog-section {
  padding: 100px 0px 60px;
}

.dia-blog-section .dia-section-title {
  max-width: 450px;
}

.dia-blog-section .dia-section-title h2 {
  padding-bottom: 10px;
}

.dia-blog-section .dia-blog-content {
  padding-top: 50px;
}

.dia-blog-section .dia-blog-img-text {
  max-width: 370px;
}

.dia-blog-section .dia-blog-img-text .dia-blog-text {
  margin-top: 25px;
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
  color: #282350;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0px 30px;
  transition: 0.3s all ease-in-out;
}

.dia-blog-section .dia-blog-img-text .dia-blog-text h3:hover {
  color: #ff6700;
}

.dia-blog-section .dia-blog-img-text .dia-author-area {
  width: 60%;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-athur-img {
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name {
  margin-top: 10px;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span {
  font-size: 18px;
}

.dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span a {
  color: #6606d9;
  font-weight: 700;
}

.dia-blog-section .dia-blog-img-text .dia-date-meta {
  margin-top: 10px;
  font-size: 18px;
}

/*---------------------------------------------------- */
/*newsletter area*/
/*----------------------------------------------------*/
.dia-newsletter-section {
  z-index: 1;
  padding: 65px 0px 80px;
  background-color: #f6ebe6;
}

.dia-newsletter-section .newsletter-shape {
  z-index: -1;
}

.dia-newsletter-section .n-shape1 {
  top: 0;
  left: 0;
}

.dia-newsletter-section .n-shape4 {
  left: 10%;
  bottom: 30px;
}

.dia-newsletter-section .n-shape5 {
  top: 50%;
  right: 12%;
}

.dia-newsletter-section .n-shape2 {
  top: 10px;
  left: 14%;
}

.dia-newsletter-section .n-shape3 {
  top: 45px;
  right: 13%;
}

.dia-newsletter-section .n-shape6 {
  right: 30px;
  bottom: -80px;
}

.dia-newsletter-section .dia-newsletter-content {
  border-radius: 30px;
  background-color: #fff;
  padding: 55px 55px 65px 75px;
}

.dia-newsletter-section .dia-newsletter-content .dia-newsletter-text h3 {
  color: #282350;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 12px;
}

.dia-newsletter-section .dia-newsletter-content .dia-newsletter-text p {
  font-size: 17px;
}

.dia-newsletter-section .dia-newsletter-content .dia-newsletter-form {
  margin-top: 10px;
  padding-left: 25px;
}

.dia-newsletter-section .dia-newsletter-content .dia-newsletter-form input {
  width: 100%;
  border: none;
  height: 50px;
  max-width: 330px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #ebeff3;
}

.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .nws-button {
  top: 0;
  right: 0;
  position: absolute;
}

.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .nws-button
  button {
  color: #fff;
  height: 50px;
  width: 140px;
  border: none;
  font-weight: 700;
  border-radius: 5px;
  font-family: "Poppins";
  background-image: linear-gradient(
    -100deg,
    #ff6600 0%,
    #ff9903 75%,
    #ffcb05 100%
  );
}

.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .nws-button
  button:before {
  background-color: #390ed2;
}

.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .dia-newsletter-checkbox {
  margin-top: 15px;
}

.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .dia-newsletter-checkbox
  input {
  height: inherit;
  width: inherit;
  padding-left: 0;
  margin-right: 5px;
  max-width: inherit;
}

.dia-newsletter-section
  .dia-newsletter-content
  .dia-newsletter-form
  .dia-newsletter-checkbox
  label {
  font-size: 14px;
  margin-bottom: 0;
}

/*---------------------------------------------------- */
/*newsletter area*/
/*----------------------------------------------------*/
.dia-footer-section {
  padding-top: 140px;
}

.dia-footer-widget .dia-widget-title {
  font-size: 16px;
  color: #05071f;
  font-weight: 700;
  padding-bottom: 20px;
}

.dia-footer-widget .dia-footer-logo {
  margin-bottom: 18px;
}

.dia-footer-widget p {
  max-width: 220px;
  line-height: 1.875;
}

.dia-footer-widget .dia-payment-mathod {
  margin-top: 30px;
}

.dia-footer-widget ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-family: "Poppins";
}

.dia-footer-widget ul li a {
  color: #05071f;
  font-weight: 500;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.dia-footer-widget ul li a:before {
  left: -15px;
  top: 0px;
  content: "";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.dia-footer-widget ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  left: 0;
  bottom: 0;
  background-color: #0072fd;
  transition: 0.3s all ease-in-out;
}

.dia-footer-widget ul li a:hover {
  color: #0072fd;
  margin-left: 10px;
}

.dia-footer-widget ul li a:hover:after {
  width: 100%;
}

.dia-footer-widget h4 {
  width: 45%;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

.dia-footer-widget h4 i {
  left: 0;
  top: 2px;
  color: #7b0dbd;
  font-size: 16px;
  margin-right: 5px;
  position: absolute;
}

.dia-footer-widget h4 span {
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 10px;
  display: block;
  color: #818181;
}

.dia-footer-widget .download-btn {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.dia-footer-widget .download-btn a {
  margin-right: 10px;
}

.dia-footer-widget .dia-footer-social {
  margin-top: 15px;
}

.dia-footer-widget .dia-footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 9px 0px rgba(15, 54, 131, 0.07);
}

.dia-footer-widget .dia-footer-social a:nth-child(1) {
  color: #16599b;
}

.dia-footer-widget .dia-footer-social a:nth-child(2) {
  color: #03a9f4;
}

.dia-footer-widget .dia-footer-social a:nth-child(3) {
  color: #ea4c89;
}

.dia-footer-widget .dia-footer-social a:nth-child(4) {
  color: #0d6fff;
}

.dia-footer-widget .dia-footer-social a:hover {
  transform: translateY(5px);
}

.dia-footer-copyright {
  color: #373a5b;
  font-size: 14px;
  margin-top: 25px;
  font-weight: 500;
  font-family: "Poppins";
}

.dia-footer-copyright .dia-footer-copyright-content {
  padding: 25px 0px 15px;
  border-top: 2px solid #dee2ef;
}

.dia-footer-copyright .dia-copyright-menu {
  float: right;
}

.dia-footer-copyright .dia-copyright-menu a {
  margin-left: 35px;
}
@keyframes left-right-move {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-100px);
  }
}
.dia-footer-shape3 {
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -1;
  top: 100px;
  margin: 0 auto;
  text-align: center;
  animation-duration: 25s;
  animation-name: left-right-move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 1367px) and (max-width: 1700px) {
  .dia-banner-section .banner-side-img.banner-img1,
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -450px;
  }

  .dia-banner-section .banner-side-img.banner-img1.view-on,
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: -200px;
  }

  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    left: -150px;
  }
}
@media screen and (max-width: 1440px) {
  .dia-banner-section .banner-side-img.banner-img1,
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -600px;
  }

  .dia-banner-section .banner-side-img.banner-img1.view-on,
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: -250px;
  }

  .dia-banner-section .banner-shape2 {
    left: 20px;
  }

  .dia-newsletter-section .n-shape4 {
    left: 10px;
  }

  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2 {
    left: -150px;
  }
}
@media screen and (max-width: 1280px) {
  .dia-banner-section .banner-side-shape1,
  .dia-banner-section .banner-side-shape2,
  .dia-testimonial-section .tst-side-shape {
    display: none;
  }

  .dia-banner-section .banner-shape2 {
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  .dia-banner-section .banner-side-img.banner-img1,
  .dia-banner-section .banner-side-img.banner-img2 {
    right: -800px;
  }

  .dia-banner-section .banner-side-img.banner-img1.view-on,
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: -500px;
  }

  .dia-service-section .dia-service-details .dia-service-item:nth-child(even) {
    padding-left: 0px;
  }

  .dia-service-section .dia-service-btn .dia-service-more {
    width: 185px;
  }

  .dia-team-section .dia-team-content .owl-nav {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .dia-testimonial-section {
    overflow: hidden;
  }
  .dia-team-section .dia-team-content .owl-nav .owl-prev,
  .dia-team-section .dia-team-content .owl-nav .owl-next {
    position: static;
    margin: 0px 8px;
    transform: translateY(0);
  }

  .dia-team-section
    .dia-team-content
    .owl-item.active.center
    .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 70px;
  }

  .dia-footer-widget .download-btn a {
    margin-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .dia-banner-section .dia-banner-content {
    max-width: 100%;
    text-align: center;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn {
    justify-content: center;
  }

  .dia-testimonial-section .dia-testimonial_slider-area .test-shape1,
  .dia-testimonial-section .dia-testimonial_slider-area .test-shape2 {
    display: none;
  }

  .dia-main-navigation {
    display: none;
  }

  .dia-banner-section .banner-side-img,
  .dia-about-content .dia-about-img .ab-shape1,
  .dia-about-content .dia-about-img .ab-shape2,
  .dia-exp-section .dia-exp-img .ab-shape1,
  .dia-exp-section .dia-exp-img .ab-shape2 {
    display: none;
  }

  .dia-main-header.dia-sticky-menu {
    padding-top: 15px;
  }

  .dia-main-header .dia-logo {
    margin-top: 0;
  }

  .dia-sticky-menu {
    padding: 15px 0px;
  }

  .dia-mobile_menu_button {
    display: block;
  }

  .dia-service-section .dia-service-img {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
    font-size: 80px;
  }

  .dia-about-content .dia-about-img {
    margin-left: 0;
    margin-top: 30px;
  }

  .dia-exp-img {
    margin-bottom: 30px;
  }

  .dia-team-section
    .dia-team-content
    .owl-item.active.center
    .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 105px;
  }

  .dia-testimonial-section {
    overflow: hidden;
  }

  .dia-testimonial-section .carousel-indicators {
    display: none;
  }

  .dia-banner-section .dia-banner-content {
    padding: 150px 0px 0px;
  }

  .dia-testimonial_indicator-dot .carousel-indicators2 {
    position: static;
    text-align: center;
  }

  .dia-testimonial_indicator-dot .carousel-indicators2 li {
    display: inline-block;
    background-color: #390ed2;
  }

  .dia-blog-img-text {
    margin-bottom: 40px;
  }

  .dia-newsletter-section .dia-newsletter-content .dia-newsletter-form {
    padding-left: 0;
    margin-top: 20px;
  }

  .dia-newsletter-section .dia-newsletter-content .dia-newsletter-form input {
    max-width: 100%;
  }

  .dia-footer-widget {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 50px;
  }

  .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    height: 35px;
  }

  .dia-banner-section .dia-banner-content p {
    font-size: 20px;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn {
    margin-top: 30px;
  }

  .dia-team-pic-text {
    max-width: 370px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .dia-banner-section .dia-banner-content .dia-banner-btn .dia-play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }

  .dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn {
    height: 50px;
    width: 200px;
    line-height: 50px;
  }

  .dia-banner-section .dia-banner-content h1 {
    font-size: 40px;
  }

  .dia-banner-section .dia-banner-content {
    padding: 130px 0px 0px;
  }

  .dia-banner-section {
    padding-bottom: 50px;
  }

  .dia-service-section .dia-service-text {
    padding-left: 0;
  }

  .dia-service-section .dia-service-details {
    margin: 25px 0px 0px;
  }

  .dia-service-section {
    padding-bottom: 55px;
  }

  .dia-section-title h2 {
    font-size: 30px;
  }

  .dia-fun-fact-section {
    padding-bottom: 10px;
  }

  .dia-fun-fact-section .dia-fun-fact-title h2 {
    font-size: 30px;
  }

  .dia-fun-fact-section .dia-fun-fact-counter {
    padding-top: 30px;
  }

  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number {
    padding: 5px 0px;
  }

  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number span,
  .dia-fun-fact-section .dia-fun-fact-item .fun-fact-number h3 {
    font-size: 45px;
  }

  .dia-fun-fact-item {
    margin-bottom: 40px;
  }

  .dia-about-section {
    padding-top: 20px;
  }

  .dia-service-section .dia-service-details .dia-service-item {
    width: 100%;
  }

  .dia-about-content .dia-about-list li {
    width: 100%;
  }

  .dia-about-content .dia-about-text {
    font-size: 16px;
    padding: 20px 0px 30px;
  }

  .dia-about-content .dia-about-img {
    padding-left: 0;
  }

  .dia-exp-section {
    padding: 60px 0px 60px;
  }

  .dia-exp-section .skill-progress-bar {
    padding: 20px 0px 10px;
  }

  .dia-team-section {
    padding-top: 60px;
  }

  .dia-team-section {
    padding-top: 60px;
  }

  .dia-testimonial-section {
    padding: 45px 0 60px;
  }

  .dia-testimonial-section .carousel-inner .carousel-item {
    padding: 50px 30px 60px;
  }

  .dia-testimonial-section .carousel-inner .dia-testimonial_text {
    font-size: 18px;
  }

  .dia-testimonial-section .carousel-inner .dia-testimonial_meta h4 {
    font-size: 26px;
  }

  .dia-testimonial-section .dia-testimonial_slider-area:after {
    top: -15px;
    font-size: 40px;
  }

  .dia-blog-section .dia-blog-img-text .dia-blog-text h3 {
    font-size: 22px;
    padding: 10px 0px 20px;
  }

  .dia-blog-section {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .dia-newsletter-section .dia-newsletter-content .dia-newsletter-text h3 {
    font-size: 28px;
  }

  .dia-newsletter-section .dia-newsletter-content {
    padding: 45px 25px 45px 25px;
  }

  .dia-footer-section {
    padding-top: 50px;
  }

  .dia-footer-widget .dia-payment-mathod {
    margin-top: 20px;
  }

  .dia-footer-copyright .dia-copyright-menu {
    float: none;
  }

  .dia-footer-copyright .dia-copyright-menu a {
    margin-left: 0;
    margin: 0px 8px;
  }

  .dia-footer-copyright-content {
    text-align: center;
  }
  .dia-portfolio-section {
    padding-top: 30px;
  }
  .dia-service-section {
    padding-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .dia-service-section .dia-service-review,
  .dia-service-section .dia-service-btn .dia-service-more {
    float: none !important;
  }

  .dia-service-section .dia-service-btn .dia-service-more {
    margin-bottom: 15px;
  }

  .dia-service-section .dia-service-review .dia-service-rate ul {
    margin-bottom: 0;
  }

  .dia-fun-fact-section .dia-fun-fact-title h2 {
    font-size: 28px;
  }

  .dia-fun-fact-section {
    margin-bottom: 0;
  }

  .dia-port-more a {
    height: 45px;
    width: 150px;
    line-height: 45px;
  }
}
@media screen and (max-width: 380px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 36px;
    padding: 10px 0px 15px;
  }

  .dia-banner-section .cd-headline.clip .cd-words-wrapper::after {
    height: 25px;
  }

  .dia-banner-section .dia-banner-content p {
    font-size: 18px;
  }

  .dia-section-title h2 {
    font-size: 26px;
  }

  .dia-newsletter-section
    .dia-newsletter-content
    .dia-newsletter-form
    .nws-button
    button {
    width: 100px;
  }

  .dia-newsletter-section .dia-newsletter-content .dia-newsletter-form input {
    padding-left: 10px;
  }

  .dia-newsletter-section
    .dia-newsletter-content
    .dia-newsletter-form
    input::placeholder {
    font-size: 14px;
  }

  .dia-team-section
    .dia-team-content
    .owl-item.active.center
    .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 85px;
  }
}
@media screen and (max-width: 360px) {
  .dia-team-section
    .dia-team-content
    .owl-item.active.center
    .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 70px;
  }

  .dia-blog-section .dia-blog-img-text .dia-author-area .dia-author-name span,
  .dia-blog-section .dia-blog-img-text .dia-date-meta {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .dia-banner-section .dia-banner-content h1 {
    font-size: 30px;
  }

  .dia-team-section
    .dia-team-content
    .owl-item.active.center
    .dia-team-img:after,
  .dia-team-section .dia-team-pic-text:hover .dia-team-img:after {
    left: 35px;
  }

  .dia-newsletter-section
    .dia-newsletter-content
    .dia-newsletter-form
    .dia-newsletter-checkbox
    label {
    font-size: 12px;
  }
}
