/*Digital Agency*/
.dia-home .topapp-main {
    background: transparent;
  }
  .dia-section-title span,
  .dia-banner-section .dia-banner-content .dia-banner-tag {
    font-weight: 700;
    background-image: -webkit-linear-gradient(
      81deg,
      #a4d36b 0%,
      #b6e387 75%,
      #c8f2a1 100%
    );
    background-image: -o-linear-gradient(
      81deg,
      #a4d36b 0%,
      #b6e387 75%,
      #c8f2a1 100%
    );
    background-image: linear-gradient(
      81deg,
      #a4d36b 0%,
      #b6e387 75%,
      #c8f2a1 100%
    );
    /* background-image: -webkit-linear-gradient(9deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
      background-image: -o-linear-gradient(9deg, #ff6600 0%, #ff9903 75%, #ffcb05 100%);
      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-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-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-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .nws-button
    button:before {
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    bottom: -100%;
    position: absolute;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    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-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .nws-button
    button:hover:before {
    bottom: 0;
  }
  @-webkit-keyframes borderpls {
    0% {
      -webkit-box-shadow: 0 0 0 0 currentColor;
      box-shadow: 0 0 0 0 currentColor;
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px currentColor;
      box-shadow: 0 0 0 30px currentColor;
      opacity: 0;
    }
    to {
      -webkit-box-shadow: 0 0 0 0 currentColor;
      box-shadow: 0 0 0 0 currentColor;
      opacity: 0;
    }
  }
  @keyframes borderpls {
    0% {
      -webkit-box-shadow: 0 0 0 0 #082680;
      box-shadow: 0 0 0 0 #082680;
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px #082680;
      box-shadow: 0 0 0 30px #082680;
      opacity: 0;
    }
    to {
      -webkit-box-shadow: 0 0 0 0 #082680;
      box-shadow: 0 0 0 0 #082680;
      opacity: 0;
    }
  }
  @-webkit-keyframes borderpls {
    0% {
      -webkit-box-shadow: 0 0 0 0 currentColor;
      box-shadow: 0 0 0 0 currentColor;
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px currentColor;
      box-shadow: 0 0 0 30px currentColor;
      opacity: 0;
    }
    to {
      -webkit-box-shadow: 0 0 0 0 currentColor;
      box-shadow: 0 0 0 0 currentColor;
      opacity: 0;
    }
  }
  @-webkit-keyframes borderpls2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 #082680;
      box-shadow: 0 0 0 0 #082680;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px #082680;
      box-shadow: 0 0 0 10px #082680;
      opacity: 0;
    }
    to {
      -webkit-box-shadow: 0 0 0 0 #082680;
      box-shadow: 0 0 0 0 #082680;
      opacity: 0;
    }
  }
  @keyframes borderpls2 {
    0% {
      -webkit-box-shadow: 0 0 0 0 #082680;
      box-shadow: 0 0 0 0 #082680;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px #082680;
      box-shadow: 0 0 0 10px #082680;
      opacity: 0;
    }
    to {
      -webkit-box-shadow: 0 0 0 0 #082680;
      box-shadow: 0 0 0 0 #082680;
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeFromLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadeFromLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeFromRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes fadeFromRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes fadeFromUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes fadeFromUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .fadeFromUp {
    -webkit-animation-name: fadeFromUp;
    animation-name: fadeFromUp;
  }
  .fadeFromRight {
    -webkit-animation-name: fadeFromRight;
    animation-name: fadeFromRight;
  }
  .fadeFromLeft {
    -webkit-animation-name: fadeFromLeft;
    animation-name: fadeFromLeft;
  }
  .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;
  }
  .dia-home ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf;
  }
  .dia-home ::selection {
    color: #fff;
    background-color: #6e3ebf;
  }
  .dia-home ::-moz-selection {
    color: #fff;
    background-color: #6e3ebf;
  }
  .dia-home .container {
    max-width: 1200px;
  }
  .dia-home .ul-li ul {
    margin: 0;
    padding: 0;
  }
  .dia-home .ul-li ul li {
    list-style: none;
    display: inline-block;
  }
  .dia-home .ul-li-block ul {
    margin: 0;
    padding: 0;
  }
  .dia-home .ul-li-block ul li {
    list-style: none;
    display: block;
  }
  div#dia-preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: #f1f2f3;
    background: #f1f2f3 url(../img/digital-agency/pre.svg) no-repeat center center;
  }
  .dia-home [data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .dia-home .decoration-wrapper {
    overflow: hidden;
    position: relative;
  }
  .dia-home a {
    color: inherit;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    text-decoration: none;
  }
  .dia-home img {
    max-width: 100%;
    height: auto;
  }
  .dia-home section {
    overflow: hidden;
  }
  .dia-home button {
    cursor: pointer;
  }
  .dia-zindex--4 {
    z-index: -4 !important;
  }
  .dia-zindex--3 {
    z-index: -3 !important;
  }
  .dia-zindex--2 {
    z-index: -2 !important;
  }
  .dia-zindex--1 {
    z-index: -1 !important;
  }
  .dia-zindex-0 {
    z-index: 0 !important;
  }
  .dia-zindex-auto {
    z-index: auto !important;
  }
  .dia-zindex-1 {
    z-index: 1 !important;
  }
  .dia-zindex-2 {
    z-index: 2 !important;
  }
  .dia-zindex-3 {
    z-index: 3 !important;
  }
  .dia-zindex-4 {
    z-index: 4 !important;
  }
  .dia-zindex-5 {
    z-index: 5 !important;
  }
  .dia-zindex-6 {
    z-index: 6 !important;
  }
  .dia-zindex-7 {
    z-index: 7 !important;
  }
  .dia-zindex-8 {
    z-index: 8 !important;
  }
  .dia-zindex-9 {
    z-index: 9 !important;
  }
  .dia-zindex-10 {
    z-index: 10 !important;
  }
  .dia-zindex-11 {
    z-index: 11 !important;
  }
  .dia-zindex-22 {
    z-index: 22 !important;
  }
  .dia-zindex-22 {
    z-index: 22 !important;
  }
  .dia-zindex-33 {
    z-index: 33 !important;
  }
  .dia-zindex-44 {
    z-index: 44 !important;
  }
  .dia-zindex-55 {
    z-index: 55 !important;
  }
  .dia-zindex-66 {
    z-index: 66 !important;
  }
  .dia-zindex-77 {
    z-index: 77 !important;
  }
  .dia-zindex-88 {
    z-index: 88 !important;
  }
  .dia-zindex-99 {
    z-index: 99 !important;
  }
  .dia-zindex-111 {
    z-index: 111 !important;
  }
  .dia-home .form-control:focus,
  .dia-home button:visited,
  .dia-home button.active,
  .dia-home button:hover,
  .dia-home button:focus,
  .dia-home input:visited,
  .dia-home input.active,
  .dia-home input:hover,
  .dia-home input:focus,
  .dia-home textarea:hover,
  .dia-home textarea:focus,
  .dia-home a:hover,
  .dia-home a:focus,
  .dia-home a:visited,
  .dia-home a.active,
  .dia-home select,
  .dia-home select:hover,
  .dia-home select:focus,
  .dia-home select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
  }
  .dia-home .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dia-home .relative-position {
    position: relative;
  }
  .dia-home .pera-content p {
    margin-bottom: 0;
  }
  @-moz-keyframes zooming {
    0% {
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50% {
      -moz-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
    }
    100% {
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  @-webkit-keyframes zooming {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50% {
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  @keyframes zooming {
    0% {
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50% {
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
    }
    100% {
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  .zooming {
    -moz-animation: zooming 18s infinite both;
    -webkit-animation: zooming 18s infinite both;
    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-main-header-content .dia-default-menu {
    background-color: #ff6700;
  }
  .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;
  }
  .dia-main-header {
    z-index: 5;
    width: 100%;
    padding-top: 15px;
    position: absolute;
  }
  .dia-main-header .dia-logo {
    margin-top: 15px;
  }
  .dia-main-header .dropdown {
    position: relative;
  }
  .dia-main-header .dropdown:after {
    top: -2px;
    right: -14px;
    content: "+";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .dia-main-header .dropdown .dropdown-menu {
    top: 65px;
    left: 0;
    opacity: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #ff6626;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
    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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    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: 0 32px;
  }
  .dia-main-header .dia-main-navigation li a {
    color: #282350;
    font-weight: 700;
    padding-bottom: 20px;
    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;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    background-image: -webkit-linear-gradient(
      9deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
    background-image: -o-linear-gradient(
      9deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
    background-image: linear-gradient(
      81deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
  }
  .dia-main-header .dia-main-navigation li a:hover:before {
    width: 100%;
  }
  .dia-sticky-menu {
    top: 20px;
    position: fixed;
    background-color: #fff;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .dia-main-header.dia-sticky-menu {
    top: 0;
    z-index: 9;
    padding-top: 0;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  }
  .dia-main-header.dia-sticky-menu .dropdown:hover .dropdown-menu {
    top: 45px;
  }
  .dia-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 40px 0;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    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;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .dia-mobile_menu_content .dia-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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: 0;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    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);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    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: #f83;
    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;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    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: 0;
    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;
  }
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .dia-banner-section {
    padding-bottom: 90px;
  }
  .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;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
  }
  .dia-banner-section .banner-side-img.banner-img2 {
    opacity: 0;
    right: -300px;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
  }
  .dia-banner-section .banner-side-img.banner-img1.view-on {
    right: 0;
    opacity: 1;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .dia-banner-section .banner-side-img.banner-img2.view-on {
    right: 0;
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .dia-banner-section .dia-banner-content {
    max-width: 460px;
    padding: 275px 0 185px;
  }
  .dia-banner-section .dia-banner-content .dia-banner-tag {
    font-size: 18px;
  }
  .dia-banner-section .dia-banner-content h1 {
    color: #2c2e35;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.071;
    padding: 15px 0 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%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #3eb8e6;
  }
  .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: #a4d36a;
  }
  .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: #a4d36a;
  }
  .dia-banner-section .dia-banner-content .dia-banner-btn .dia-abt-btn:before {
    background-color: #a4d36a
  }
  .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;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 15000ms;
    animation-duration: 15000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .dia-banner-section .banner-shape2 {
    top: 30%;
    left: 12%;
  }
  .dia-service-section .dia-service-img > img {
    position: relative;
  }
  .dia-service-section {
    padding-bottom: 115px;
  }
  .dia-service-section .dia-service-img {
    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;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 20000ms;
    animation-duration: 20000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .dia-service-section .dia-service-text {
    padding-left: 60px;
  }
  .dia-service-section .dia-service-details {
    margin: 35px 0 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: #a4d36a;
  }
  .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: #3eb8e7;
  }
  .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;
  }
  .dia-fun-fact-section {
    padding-bottom: 70px;
  }
  .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 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
  }
  .dia-about-section {
    padding-top: 60px;
  }
  .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 0 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: "\f058";
    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 0 75px;
  }
  .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: #a4d36a;
  }
  .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: #3eb8e7;
  }
  .dia-exp-section .skill-progress-bar {
    padding: 20px 0 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;
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
  }
  .dia-portfolio-img-text {
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    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 {
    -webkit-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    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;
    -webkit-transition: all 700ms ease-out 0s;
    -o-transition: all 700ms ease-out 0s;
    transition: all 700ms ease-out 0s;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    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;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    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 {
    -webkit-box-shadow: -1.308px 24.966px 22px 0 rgba(0, 0, 0, 0.11);
    box-shadow: -1.308px 24.966px 22px 0 rgba(0, 0, 0, 0.11);
  }
  .dia-portfolio-img-text:hover .dia-portfolio-img img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  .dia-portfolio-img-text:hover .dia-portfolio-img:after {
    opacity: 0.8;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
  }
  .dia-portfolio-img-text:hover h3:before {
    width: 100%;
  }
  .dia-portfolio-slide-area {
    margin: 45px 0 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: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 22px 0 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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    background-image: -webkit-linear-gradient(
      171deg,
      #6806d9 0%,
      #4f0ad6 57%,
      #360ed2 100%
    );
    background-image: -o-linear-gradient(
      171deg,
      #6806d9 0%,
      #4f0ad6 57%,
      #360ed2 100%
    );
    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 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    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;
  }
  .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: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(white),
        to(white)
      ),
      radial-gradient(circle at top left, #ff6600, #ff9903, #ffcb05);
    background-image: -webkit-linear-gradient(white, white),
      -webkit-radial-gradient(top left, circle, #ff6600, #ff9903, #ffcb05);
    background-image: -o-linear-gradient(white, white),
      -o-radial-gradient(top left, circle, #ff6600, #ff9903, #ffcb05);
    background-image: linear-gradient(white, white),
      radial-gradient(circle at top left, #ff6600, #ff9903, #ffcb05);
    background-origin: border-box;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    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;
    -webkit-box-shadow: 0 0 18px 0 rgba(43, 1, 68, 0.23);
    box-shadow: 0 0 18px 0 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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(
      9deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
    background-image: -o-linear-gradient(
      9deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 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) {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    color: #03a9f4;
  }
  .dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(3) {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
    margin-bottom: 5px;
    color: #ea4c89;
  }
  .dia-team-section .dia-team-pic-text .dia-team-social a:nth-child(4) {
    color: #0c6eff;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0 7px 18px 0 rgba(16, 31, 60, 0.25);
    box-shadow: 0 7px 18px 0 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;
  }
  .dia-testimonial-section {
    overflow: visible !important;
    padding: 135px 0 160px;
  }
  .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;
    -webkit-box-shadow: -1.046px 11.954px 22px 0 rgba(0, 0, 0, 0.08);
    box-shadow: -1.046px 11.954px 22px 0 rgba(0, 0, 0, 0.08);
  }
  .dia-testimonial-section .dia-testimonial_slider-area:after {
    top: -50px;
    left: 25px;
    font-size: 60px;
    content: "\f10e";
    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: #202020;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    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 0 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;
    display: inherit;
    z-index: 1;
  }
  .dia-testimonial-section .carousel-indicators li {
    text-indent: 0;
    margin-bottom: 15px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    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;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: -webkit-linear-gradient(
      9deg,
      #a4d36b 0%,
      #b6e387 75%,
      #c8f2a1 100%
    );
    background: -o-linear-gradient(81deg, #a4d36b 0%, #b6e387 75%, #c8f2a1 100%);
    background: linear-gradient(81deg, #a4d36b 0%, #b6e387 75%, #c8f2a1 100%);
  }
  .dia-testimonial_indicator-dot .carousel-indicators2 li.active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .dia-testimonial_indicator-dot .carousel-indicators2 li.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .dia-blog-section {
    padding-bottom: 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 0 30px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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;
  }
  .dia-newslatter-section {
    z-index: 1;
    padding: 65px 0 80px;
    background-color: #f6ebe6;
  }
  .dia-newslatter-section .newslatter-shape {
    z-index: -1;
  }
  .dia-newslatter-section .n-shape1 {
    top: 0;
    left: 0;
  }
  .dia-newslatter-section .n-shape4 {
    left: 10%;
    bottom: 30px;
  }
  .dia-newslatter-section .n-shape5 {
    top: 50%;
    right: 12%;
  }
  .dia-newslatter-section .n-shape2 {
    top: 10px;
    left: 14%;
  }
  .dia-newslatter-section .n-shape3 {
    top: 45px;
    right: 13%;
  }
  .dia-newslatter-section .n-shape6 {
    right: 30px;
    bottom: -80px;
  }
  .dia-newslatter-section .dia-newslatter-content {
    border-radius: 30px;
    background-color: #fff;
    padding: 55px 55px 65px 75px;
  }
  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
    color: #282350;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text p {
    font-size: 17px;
  }
  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form {
    margin-top: 10px;
    padding-left: 25px;
  }
  .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
    width: 100%;
    border: none;
    height: 50px;
    max-width: 330px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #ebeff3;
  }
  .dia-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .nws-button {
    top: 0;
    right: 0;
    position: absolute;
  }
  .dia-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .nws-button
    button {
    color: #fff;
    height: 50px;
    width: 140px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Poppins";
    background-image: -webkit-linear-gradient(
      190deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
    background-image: -o-linear-gradient(
      190deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
    background-image: linear-gradient(
      -100deg,
      #ff6600 0%,
      #ff9903 75%,
      #ffcb05 100%
    );
  }
  .dia-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .nws-button
    button:before {
    background-color: #390ed2;
  }
  .dia-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .dia-newslatter-checkbox {
    margin-top: 15px;
  }
  .dia-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .dia-newslatter-checkbox
    input {
    height: inherit;
    width: inherit;
    padding-left: 0;
    margin-right: 5px;
    max-width: inherit;
  }
  .dia-newslatter-section
    .dia-newslatter-content
    .dia-newslatter-form
    .dia-newslatter-checkbox
    label {
    font-size: 14px;
    margin-bottom: 0;
  }
  .dia-footer-section {
    padding-top: 140px;
    z-index: 1;
  }
  .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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .dia-footer-widget ul li a:before {
    left: -15px;
    top: 0;
    content: "\f054";
    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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    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 {
    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;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0 0 9px 0 rgba(15, 54, 131, 0.07);
    box-shadow: 0 0 9px 0 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 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    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 0 15px;
    border-top: 2px solid #dee2ef;
  }
  .dia-footer-copyright .dia-copyright-menu {
    float: right;
  }
  .dia-footer-copyright .dia-copyright-menu .dia-copy-menu {
    display: flex;
  }
  .dia-footer-copyright .dia-copyright-menu li a {
    margin-left: 35px;
  }
  @-webkit-keyframes left-right-move {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    50% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
  }
  @keyframes left-right-move {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    50% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
    }
  }
  .dia-footer-shape3 {
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    top: 100px;
    margin: 0 auto;
    text-align: center;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-name: left-right-move;
    animation-name: left-right-move;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @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-newslatter-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: 0;
    }
    .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-team-section .dia-team-content .owl-nav .owl-prev,
    .dia-team-section .dia-team-content .owl-nav .owl-next {
      position: static;
      margin: 0 8px;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      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: 0;
    }
  }
  @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 {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      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 0;
    }
    .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 0 0;
    }
    .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-newslatter-section .dia-newslatter-content .dia-newslatter-form {
      padding-left: 0;
      margin-top: 20px;
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-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 0 0;
    }
    .dia-banner-section {
      padding-bottom: 50px;
    }
    .dia-service-section .dia-service-text {
      padding-left: 0;
    }
    .dia-service-section .dia-service-details {
      margin: 25px 0 0;
    }
    .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 0;
    }
    .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 0 30px;
    }
    .dia-about-content .dia-about-img {
      padding-left: 0;
    }
    .dia-exp-section {
      padding: 60px 0 60px;
    }
    .dia-exp-section .skill-progress-bar {
      padding: 20px 0 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 0 20px;
    }
    .dia-blog-section {
      padding-bottom: 20px;
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-text h3 {
      font-size: 28px;
    }
    .dia-newslatter-section .dia-newslatter-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 .dia-copy-menu {
      display: inherit;
    }
    .dia-footer-copyright .dia-copyright-menu li a {
      margin-left: 0;
      margin: 0 8px;
    }
    .dia-footer-copyright-content {
      text-align: center;
    }
  }
  @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 0 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-newslatter-section
      .dia-newslatter-content
      .dia-newslatter-form
      .nws-button
      button {
      width: 100px;
    }
    .dia-newslatter-section .dia-newslatter-content .dia-newslatter-form input {
      padding-left: 10px;
    }
    .dia-newslatter-section
      .dia-newslatter-content
      .dia-newslatter-form
      input::-webkit-input-placeholder {
      font-size: 14px;
    }
    .dia-newslatter-section
      .dia-newslatter-content
      .dia-newslatter-form
      input:-ms-input-placeholder {
      font-size: 14px;
    }
    .dia-newslatter-section
      .dia-newslatter-content
      .dia-newslatter-form
      input::-ms-input-placeholder {
      font-size: 14px;
    }
    .dia-newslatter-section
      .dia-newslatter-content
      .dia-newslatter-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-newslatter-section
      .dia-newslatter-content
      .dia-newslatter-form
      .dia-newslatter-checkbox
      label {
      font-size: 12px;
    }
  }
  