/* ----------------------------------

Template Name: Maxa - Multipurpose HTML5 Template
Author: validtheme
Description:
Version: 1.0.1

Main Font    : Open Sans
Main Color   : #f35a38

-------------------------------------

[Typography]

Body copy:    15px 'Nunito', sans-serif
Header:     36px 'Open Sans', sans-serif
Input, textarea:  15px 'Nunito', sans-serif
Sidebar heading:  20px 'Open Sans', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features Area
        - Version One
        - Version Two
    05. About Area
        - Version One
        - Version Two
    06. What we do
    07. Services
        - Version One
        - Version Two
    09. Video Area
    10. Featured Work / Portfolio
    11. Fun Factor
    12. Testimonials
    13. Why Choose us
    14. Partners
    15. Team Members
    17. Award
    18. Portfolio
        - Side Version
        - Carousel Version
    20. Concat Area
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

/*
** General Styles for HTML tags
*/

@import url("https://fonts.googleapis.com/css2?family=Open Sans:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2258;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: "Open Sans", sans-serif;
}

a img,
iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #0e2258;
}

a:hover {
  color: #0e2258;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #dbdfe4;
    margin: 0 0 20px;
}

table th, 
table td {
    border: 1px solid #dbdfe4!important;
    padding: 10px !important;
    text-align: center;
}

/* Button Animaton Border Light */

button {
    border: 2px solid #f35a38;
    background-color: #f35a38;
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}

button:hover {
    background: #0e2258;
    border-color: #0e2258;
}

.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-close:hover {
    background: transparent !important;
}

.btn-animate {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
}

.btn-animate {
  min-width: 13rem;
  height: auto;
}

.btn-animate .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(243, 90, 56, 1);
  border-radius: 2rem;
}

.btn-animate .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.btn-animate .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 15px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.btn-animate .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.btn-animate .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  margin: 0 0 0 70px;
  color: #0e2258;
  line-height: 2;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  font-size: 14px;
}

.btn-animate:hover .circle {
  width: 100%;
}

.btn-animate:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.btn-animate:hover .button-text {
  color: #fff;
}

a.btn-simple {
  text-transform: uppercase;
  color: #666666;
}

a.btn-simple i {
  position: relative;
  top: 2px;
}

a.btn-simple:hover {
  color: #f35a38;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.text-center .video-btn {
  margin-left: 0;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #4628ba;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  color: #ffffff;
  font-weight: 500;
}

.software-landing .video-btn i {
  background: #4ac4f3;
}

.text-light .video-btn i {
  background: #ffffff;
  color: #232323;
}

.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #4628ba repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.software-landing .video-btn i::after {
  background: #4ac4f3;
}

.text-light .video-btn i::after {
  background: #ffffff repeat scroll 0 0;
}

/* End Btn Animate */

/* Button Animation Border Light */
.btn-animation.border.light {
  border: 2px solid rgba(255, 255, 255, 1) !important;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-animation.border.light::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.35s ease-in-out;
  background: #ffffff;
  z-index: -1;
}

.btn-animation.border.light:hover::after {
  width: 100%;
}

.btn-animation.border.light:hover {
  color: #0e2258;
  padding-right: 60px;
}

.btn-animation.border.light:hover i {
  right: 25px;
}

.btn-animation.border.light:hover i::after {
  background: #0e2258;
  width: 10px;
}

.btn-animation.border.light i {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 30px;
  transition: all 0.35s ease-in-out;
}

.btn-animation.border.light i::after {
  position: absolute;
  right: 7px;
  top: 13px;
  content: "";
  height: 2px;
  width: 40px;
  background: #ffffff;
  transition: all 0.35s ease-in-out;
}

/* Button Animation Border Dark */
.btn-animation.border.dark {
  border: 2px solid #0e2258 !important;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #0e2258;
  border-radius: 6px;
}

.btn-animation.border.dark::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.35s ease-in-out;
  background: #0a1015;
  z-index: -1;
}

.btn-animation.border.dark:hover::after {
  width: 100%;
}

.btn-animation.border.dark:hover {
  color: #ffffff;
  padding-right: 60px;
}

.btn-animation.border.dark:hover i {
  right: 25px;
}

.btn-animation.border.dark:hover i::after {
  background: #ffffff;
  width: 10px;
}

.btn-animation.border.dark i {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 30px;
  transition: all 0.35s ease-in-out;
}

.btn-animation.border.dark i::after {
  position: absolute;
  right: 7px;
  top: 13px;
  content: "";
  height: 2px;
  width: 40px;
  background: #0e2258;
  transition: all 0.35s ease-in-out;
}

/* Button Animation Border theme */
.btn-animation.border.theme {
  border: 2px solid #f35a38 !important;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #f35a38;
}

.blue .btn-animation.border.theme {
  border: 2px solid #4628ba !important;
  color: #4628ba;
}

.btn-animation.border.theme::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  transition: all 0.35s ease-in-out;
  background: #f35a38;
  z-index: -1;
}

.blue .btn-animation.border.theme::after {
  background: #4628ba;
}

.btn-animation.border.theme:hover::after {
  width: 100%;
}

.btn-animation.border.theme:hover {
  color: #ffffff;
  padding-right: 60px;
}

.btn-animation.border.theme:hover i {
  right: 25px;
}

.btn-animation.border.theme:hover i::after {
  background: #ffffff !important;
  width: 10px;
}

.btn-animation.border.theme i {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 30px;
  transition: all 0.35s ease-in-out;
}

.btn-animation.border.theme i::after {
  position: absolute;
  right: 7px;
  top: 13px;
  content: "";
  height: 2px;
  width: 40px;
  background: #f35a38;
  transition: all 0.35s ease-in-out;
}

.blue .btn-animation.border.theme i::after {
  background: #4628ba;
}

/* Button Animation Theme Effect */
.btn-animation {
  font-size: 14px;
}

.btn-animation.theme.effect {
  border: 2px solid #f35a38 !important;
  display: inline-block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.btn-animation.theme.effect::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  transition: all 0.35s ease-in-out;
  background: #f35a38;
  z-index: -1;
}

.btn-animation.theme.effect:hover::after {
  background: #0a1015;
}

.btn-animation.theme.effect:hover {
  color: #ffffff;
  padding-right: 60px;
  border: 2px solid #0a1015 !important;
}

.btn-animation.theme.effect:hover i {
  right: 25px;
}

.btn-animation.theme.effect:hover i::after {
  background: #ffffff;
  width: 10px;
}

.btn-animation.theme.effect i {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 30px;
  transition: all 0.35s ease-in-out;
}

.btn-animation.theme.effect i::after {
  position: absolute;
  right: 7px;
  top: 13px;
  content: "";
  height: 2px;
  width: 40px;
  background: #0e2258;
  transition: all 0.35s ease-in-out;
}

.invisible-heading {
  position: relative;
}

.invisible-heading h2.text-invisible {
  position: absolute !important;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-text-stroke: 1px #f1f1f1;
  z-index: -1;
  color: transparent;
  text-transform: uppercase;
  font-size: 120px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-top: -60px;
}

.bg-gray .invisible-heading h2.text-invisible {
  -webkit-text-stroke: 1px #dddddd;
  z-index: -1;
  color: transparent;
  text-transform: uppercase;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.container-fluid {
  width: 100%;
}

@media (min-width: 576px) {
  .container-fluid {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #ecf6fa;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #f35a38;
}



.bg-theme-blue,
.blue .bg-theme{
  background: #4628ba;
}

.bg-light-gradient {
  background: linear-gradient(
    90deg,
    rgba(244, 247, 252, 1) 36%,
    rgba(255, 255, 255, 1) 100%
  );
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.gradient-overlay {
  position: relative;
  z-index: 1;
}

.gradient-overlay::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(243, 90, 56, 1) 0%,
    rgba(213, 52, 16, 1) 100%
  );
  z-index: -1;
  opacity: 0.5;
}

.gradient-overlay-dark {
  position: relative;
  z-index: 1;
}

.gradient-overlay-dark::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #230985 0%, #262626 100%);
  z-index: -1;
  opacity: 0.6;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #230985 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #f35a38 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blue .shadow.theme::after {
  background: #4628ba none repeat scroll 0 0;
}



.shadow.theme-hard::after {
  background: #f35a38 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blue .shadow.theme-hard::after {
  background: linear-gradient(
    90deg,
    rgba(70, 40, 186, 1) 32%,
    rgba(8, 113, 255, 1) 100%
  );
}



.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

@media (min-width: 1200px) {
  .align-center {
    align-items: center;
  }
}

.btn {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 3px;
}

.btn-md {
  padding: 14px 35px;
  font-size: 15px;
}

.btn-sm {
  padding: 12px 30px;
}

.btn-xsm {
  padding: 7px 30px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #0e2258;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #0e2258;
  color: #ffffff;
  border: 2px solid #0e2258;
}

.btn-dark.border {
  background-color: transparent;
  color: #0e2258;
  border: 2px solid #0e2258 !important;
}

.btn-dark.border:hover {
  background-color: #0e2258;
  color: #ffffff !important;
  border: 2px solid #0e2258 !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #0e2258;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #f35a38;
  color: #ffffff !important;
  border: 2px solid #f35a38 !important;
}

.blue .btn-gray.border:hover {
  background-color: #4628ba;
  border: 2px solid #4628ba !important;
}



.software .btn-gray.border:hover {
  background-color: #4ac4f3;
  border: 2px solid #4ac4f3 !important;
}

.btn-gray.effect {
  background-color: #b6d4ef;
  color: #0e2258 !important;
  border: 2px solid #b6d4ef !important;
}

.btn-gray.effect:hover {
  background-color: transparent;
  color: #f35a38;
  border: 2px solid #b6d4ef !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #0e2258;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #0e2258 !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #f35a38;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 700;
}

.btn-standard.md {
  padding: 13px 45px;
}
.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #f35a38;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #cccccc;
  z-index: 1;
  margin-right: 5px;
  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;
  color: #f35a38;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #0e2258 !important;
  background: transparent;
}

.bg-dark {
  background: #0e2258 none repeat scroll 0 0 !important;
}

.bg-gradient-dark {
  background: linear-gradient(
    90deg,
    rgba(2, 2, 66, 1) 0%,
    rgba(35, 9, 133, 1) 100%
  );
}

.bg-gradient {
  background-image: linear-gradient(
    90deg,
    rgba(243, 90, 56, 1) 0%,
    rgba(213, 52, 16, 1) 100%
  );
  background-color: #f35a38;
}

.bg-gradient-blue {
  background-image: linear-gradient(
    90deg,
    rgba(70, 40, 186, 1) 32%,
    rgba(8, 113, 255, 1) 100%
  );
  background-color: rgba(70, 40, 186, 1);
}

.blue .bg-gradient {
  background-image: linear-gradient(
    90deg,
    rgba(70, 40, 186, 1) 0%,
    rgba(45, 10, 180, 1) 100%
  );
  background-color: rgba(70, 40, 186, 1);
}



.btn-theme {
  background-color: #f35a38;
  color: #ffffff !important;
  border: 2px solid #f35a38;
}

.blue .btn-theme {
  background-color: #4628ba;
  color: #ffffff !important;
  border: 2px solid #4628ba;
}

.software .btn-theme {
  background-color: #4ac4f3;
  color: #ffffff !important;
  border: 2px solid #4ac4f3;
}

.btn-theme.border {
  background-color: transparent;
  color: #0e2258 !important;
  border: 2px solid #f35a38 !important;
}

.blue .btn-theme.border {
  background-color: transparent;
  color: #4628ba !important;
  border: 2px solid #4628ba !important;
}

.btn-theme.border:hover {
  background-color: #f35a38;
  color: #ffffff !important;
  border: 2px solid #f35a38 !important;
}

.blue .btn-theme.border:hover {
  background-color: #4628ba;
  color: #ffffff !important;
  border: 2px solid #4628ba !important;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #f35a38 none repeat scroll 0 0;
  border: 2px solid #f35a38;
  color: #ffffff;
}

.blue .btn-theme.effect:hover,
.blue .btn-theme.effect:focus {
  background: #4628ba none repeat scroll 0 0;
  border: 2px solid #4628ba;
  color: #ffffff;
}

.software .btn-theme.effect:hover,
.software .btn-theme.effect:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #4ac4f3;
  color: #232323 !important;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-smart {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  color: #f35a38;
  position: relative;
  z-index: 1;
  padding-left: 50px;
}

.btn-smart:hover {
  color: #f35a38;
}

.btn-smart.light {
  color: #ffffff;
}

.btn-smart::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 40px;
  background: #f35a38;
}

.btn-smart.light::after {
  background: #ffffff;
}

/* Gradient Button */

.btn i {
  position: relative;
  top: 3px;
  font-size: 17px;
}

.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  padding: 14px 35px;
  border: none !important;
}

.btn-gradient.btn-md {
  padding: 18px 50px;
}

.btn-gradient.btn-md.circle {
  border-radius: 50px;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to left,
    rgba(243, 90, 56, 1),
    rgba(213, 52, 16, 1),
    rgba(243, 90, 56, 1)
  );
  z-index: -1;
  background-size: 200% auto;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.software .btn-gradient::after {
  background: linear-gradient(to left, #4ac4f3, #00ffe7, #4ac4f3);
  z-index: -1;
  background-size: 200% auto;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.btn-gradient:hover::after,
.btn-gradient:active {
  background-position: -100% 0;
}

.btn-gradient.circle::after {
  border-radius: 30px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 1024px) and (max-width: 1991px) {
  .container.container-full {
    padding: 0 15px;
    width: 90%;
    max-width: 90%;
  }

  .container.container-medium {
    padding: 0 15px;
    width: 80%;
    max-width: 80%;
    margin: auto;
  }
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  ul
  li
  a.active::after,
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  ul
  li
  a:hover::after {
  width: 100%;
}

header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  .attr-nav
  ul
  li
  a.active::after,
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  .attr-nav
  ul
  li
  a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
  background: #f35a38 none repeat scroll 0 0;
  border: 2px solid #f35a38;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #f35a38;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #f35a38;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #f35a38;
  z-index: -1;
  opacity: 0.1;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #f35a38;
}

.site-heading h2 span {
  color: #f35a38;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.site-heading h2 span {
  color: #f35a38;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

/* Heading Side */

.heading-center {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}

.heading-center::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 60px;
  background: #f35a38;
  margin-left: -25px;
}

.heading-center::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 15px;
  background: #f35a38;
  margin-left: -45px;
}

.blue .heading-center::after,
.blue .heading-center::before {
  background: #4628ba;
}

.software .heading-center::after,
.software .heading-center::before {
  background: #4ac4f3;
}

.heading-center h2.text-invisible {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 1px #f4f4f4;
  z-index: -1;
  color: transparent;
  text-transform: uppercase;
  font-size: 100px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-top: -40px;
}

.bg-gray .heading-center h2.text-invisible {
  -webkit-text-stroke: 1px #e1e1e1;
  z-index: -1;
  color: transparent;
  text-transform: uppercase;
}

.heading-side h5 {
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 5px;
  color: #f35a38;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.heading-side h2 {
  font-weight: 700;
  margin-bottom: 0;
}

.heading-side p {
  margin-top: 25px;
  margin-bottom: 0;
}

.heading-side h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 30px;
  background: #f35a38;
  content: "";
  margin-top: -1px;
}

.heading-side a {
  margin-top: 30px;
}

.carousel-shadow {
    margin-bottom: -15px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.heading-center h5 {
  display: inline-block;
  border-radius: 5px;
  color: #f35a38 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.blue .heading-center h5 {
  color: #4628ba !important;
}

.software .heading-center h5 {
  display: inline-block;
  color: #ee2852;
  background: linear-gradient(90deg, #4ac4f3 0%, #09f8e9 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-center h2 {
  font-weight: 900;
  margin-bottom: 0;
}

.area-title {
  font-size: 46px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left .left-info {
  padding-right: 50px;
  border-right: 1px solid #dddddd;
}

.heading-left .right-info {
  padding-left: 50px;
}

.heading-left h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #f35a38;
}

.blue .heading-left h5 {
  color: #4628ba;
}

.heading-left p {
  margin-top: -5px;
}

.heading-left h2 {
  font-weight: 800;
  margin-bottom: 0;
}

.heading-left a {
  margin-top: 10px;
}

/* ============================================================== 
     # Topbar 
=================================================================== */

.top-bar-area.transparent.bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.transparent .container-full {
  width: 90%;
  margin: auto;
  padding: 0 30px;
}

.top-bar-area li {
  display: inline-block;
  margin-right: 15px;
}

.top-bar-area .button a {
  display: inline-block;
  background: #ffffff;
  color: #f35a38;
  padding: 10px 35px;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  text-transform: uppercase;
  box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
  font-size: 13px;
}

.top-bar-area.transparent {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 9;
  padding: 15px 0;
}

.top-bar-area.bg-dark {
    border-color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 1200px) {
  .top-bar-area .container-full,
  .top-search .container-full {
      padding-left: 30px;
  }
}

.top-bar-area li i {
  margin-right: 5px;
}

.top-bar-area .link a {
  margin-left: 20px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.top-bar-area .link a:last-child {
  color: #f35a38;
  padding: 3px 30px;
  background: #ffffff;
  border-radius: 30px;
}

.top-bar-area.relative {
  padding: 10px 0;
  overflow: hidden;
}

.top-bar-area.relative .address-info li {
  margin-right: 17px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area.relative .address-info li::after {
  position: absolute;
  right: 0;
  top: -20px;
  content: "";
  height: 80px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(11deg);
}

.top-bar-area.relative .address-info li:last-child::after {
  display: none;
}

.top-bar-area.relative .address-info li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area .social li a {
  color: #666666;
}

.top-bar-area .item-flex > div {
  display: inline-block;
}

.top-bar-area .item-flex > div.language-switcher {
  margin-left: 15px;
}

.top-bar-area .item-flex.border-less > div {
  border: none;
}

.top-bar-area .item-flex {
  display: inline-block;
  float: right;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle,
.top-bar-area .item-flex .language-switcher .dropdown-toggle:focus {
  border: none;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  text-transform: capitalize;
  box-shadow: inherit;
  background-image: linear-gradient(
    90deg,
    rgba(243, 90, 56, 1) 0%,
    rgba(213, 52, 16, 1) 100%
  );
  background-color: #f35a38;
  padding: 5px 15px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle i {
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle li {
  display: block;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu {
  margin: 0;
  min-width: 230px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  padding: 0;
  margin-top: 10px;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu a {
  padding: 7px 15px;
}

.language-switcher span {
  font-size: 12px;
}

.top-bar-area .item-flex li {
  margin-right: 0;
  margin-left: 15px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcrumb-area .row {
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area h1 {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  height: 2px;
  left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  background: #ffffff;
  width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area.overflow-inherit {
  overflow: inherit;
}

.banner-area .fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  width: 48%;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area.bg-mixed {
  background-size: cover;
  background-position: center bottom;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.top-pad-130p .content {
  padding-top: 130px;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
  animation-delay: 0.9s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.1s;
}

.banner-area .carousel-item p {
  animation-delay: 1s;
}

.banner-area .carousel-item ul {
  animation-delay: 1.2s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: 1.4s;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #4628ba;
  font-size: 20px;
  height: 50px;
  line-height: 55px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 20px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 30px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 20px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators.right {
    padding: 80px 0;
    left: auto;
    right: 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators.theme li {
  border: 2px solid #cccccc;
  opacity: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators.theme li.active {
  border: 2px solid #f35a38;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area .carousel-indicators.theme li::after {
  background: #f35a38;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

/* Content */

.banner-area.top-mar-150 .content {
  margin-top: 155px;
}

.banner-area.top-pad-90 .content {
  margin-top: 90px;
}

.banner-area.top-pad-50 .content {
  padding-top: 50px;
}

.banner-area.version-center .content h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner-area.version-center .content h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.banner-area.version-center .content h2 span {
  font-weight: 400;
}

.banner-area.text-center p,
.banner-area .text-center p {
  padding: 0 10%;
  font-size: 20px;
  line-height: 35px;
}

.banner-area.version-center .content a {
  margin-top: 25px;
}

.fixed-social {
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: auto !important;
  z-index: 1;
}

.fixed-social li {
  display: inline-block;
  margin-left: 20px;
  font-style: italic;
}


.banner-area .background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.banner-area.circle-bg .background {
  background: calc(100% - 320px) 405px no-repeat;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -46%;
  right: -20%;
  width: 65vw;
  height: 65vw;
  border-radius: 50%;
  outline: 1px solid transparent;
  background-size: cover;
  background-position: center;
}

.banner-area.circle-bg .background::before {
  background: linear-gradient(
    90deg,
    rgba(255, 65, 87, 1) 0%,
    rgba(200, 0, 23, 1) 100%
  );
  background-repeat: repeat-x;
  content: " ";
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(260deg);
  -ms-transform: rotate(260deg);
  transform: rotate(260deg);
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  outline: 1px solid transparent;
  z-index: -1;
  opacity: 0.5;
}

.banner-area.circle-bg::after {
  height: 600px;
  content: "";
  width: 600px;
  position: absolute;
  background: linear-gradient(62.5deg, transparent, rgba(74, 196, 243, 0.06));
  right: -150px;
  top: -85px;
  transform: rotate(200deg);
  z-index: -1;
  border-radius: 50px;
}

.banner-area.circle-bg .thumb {
  padding-left: 35px;
}

.banner-area.circle-bg .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}

.banner-area.angle-shape::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(img/shape/2.png);
  background-size: cover;
  background-position: center bottom;
}

.banner-area.box .content h2 {
  font-size: 60px;
  line-height: 1.1;
  margin-top: -7px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.banner-area.box .content a {
  margin-top: 20px;
}

.banner-area.box .content p {
  font-size: 20px;
  line-height: 36px;
}

.banner-area.circle-shape::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 400px;
  width: 400px;
  background: url(img/shape/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.banner-area .shape-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.shape-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.shape-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.2;
}

.bottom-shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: -1;
}

.relative {
  position: relative;
}

.fixed-bottom-shape {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
}

.fixed-bottom-shape img {
  width: 100%;
}

.fixed-shape-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  z-index: -1;
}

.fixed-shape-bottom img {
  width: 100%;
}

.shape-left-top {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 2400px) {
  .bottom-shape {
    background-size: cover;
    bottom: -10%;
  }
}

/* Animation Rotation */
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.banner-area.double-items .thumb {
  padding-left: 35px;
}

.banner-area.double-items .content h4 {
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: 30px;
}

.banner-area.double-items .content h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 25px;
}

.banner-area.double-items .content a {
  margin-top: 25px;
}

.banner-area .heading-double .content h2 {
  font-size: 100px;
  line-height: 1;
  margin-top: -10px;
  margin-bottom: 25px;
}

.banner-area .heading-double .content h3 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-area .content a {
  margin-right: 8px;
}

.banner-area .form-info {
  padding: 70px 50px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  background: linear-gradient(
    90deg,
    rgba(243, 90, 56, 1) 0%,
    rgba(213, 52, 16, 1) 100%
  );
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.blue .banner-area .form-info {
  background: linear-gradient(
    90deg,
    rgba(70, 40, 186, 1) 32%,
    rgba(8, 113, 255, 1) 100%
  );
}

.banner-area .form-info img {
  position: absolute;
  right: -150px;
  bottom: -50px;
  height: 450px;
}

.banner-area .form-info input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #ffffff;
  padding: 15px 25px;
  min-height: 55px;
}

.banner-area .form-info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.banner-area .form-info input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.banner-area .form-info input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.banner-area .form-info input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.banner-area .form-info .form-group {
  width: 100%;
}

.banner-area .form-info button {
  border-radius: 8px;
  border: none;
  padding: 14px 45px;
  text-transform: capitalize;
  background: #ffffff;
  font-weight: 700;
  margin-top: 10px;
}

.banner-area .form-info h4 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #ffffff;
}

.banner-area.text-default .info {
  padding-right: 35px;
}

.banner-area.text-default .content h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 25px;
}

.banner-area.text-default .content h2 strong {
  color: #f35a38;
}

.blue .banner-area.text-default .content h2 strong {
  color: #4628ba;
}

.banner-area.text-default .content a {
  margin-top: 15px;
}

.banner-area.text-default .content a.video-btn {
  margin-top: 30px;
}

.banner-area.portfolio .content .thumb::after {
  position: absolute;
  left: -25%;
  bottom: -10%;
  content: "";
  height: 150%;
  width: 150%;
  background: url(img/color-bg-2.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  opacity: 0.8;
}

.banner-area.portfolio .content .thumb {
  height: 250px;
  width: 250px;
  margin: auto auto 50px;
  position: relative;
  z-index: 1;
}

.banner-area.portfolio .content img {
  padding: 10px;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
  border-radius: 50%;
}

.banner-area.portfolio .content h4 {
  font-weight: 700;
}

.banner-area.portfolio .content h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.banner-area.portfolio .content h3 {
  margin: 0;
  font-weight: 700;
  color: #f35a38;
}

.banner-area.circle-bg .content h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
}

.banner-area.circle-bg .content p {
  font-size: 18px;
  line-height: 34px;
  padding-right: 15%;
}

.banner-area.circle-bg .content a {
  margin-top: 20px;
}

.banner-area.circle-bg .content::after {
  position: absolute;
  left: -50px;
  top: -50px;
  background: url(img/round-shappe.png);
  content: "";
  height: 150px;
  width: 150px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner-area .content p {
  padding-right: 15%;
}

.banner-area .thumb.width-120 img {
  max-width: 120%;
}

.banner-area .thumb.width-110 img {
  max-width: 110%;
}

.banner-area .thumb.multi-items .thumb-box {
  position: relative;
}

.banner-area .thumb.multi-items .thumb-box img:first-child {
  margin-top: -120px;
}

.banner-area .thumb.multi-items .thumb-box img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.banner-area .thumb.multi-items .thumb-box img:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-area .shape {
  position: absolute;
  right: 0;
  top: 0;
  background-size: contain;
  width: 20%;
  background-position: right top;
}

.banner-area .fixed-bg::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100px;
  background: url(img/brush.png);
  background-repeat: no-repeat;
  background-position: right;
}

.banner-area.auto-height .banner-content {
  padding-top: 120px;
}

.banner-area.auto-height .banner-content .thumb {
  position: relative;
}

.banner-area.auto-height.version-center {
  position: relative;
  z-index: 1;
}

.banner-area.auto-height .banner-content .content {
  margin-top: -120px;
}

.banner-area.auto-height .banner-content .thumb img {
  max-width: 120%;
}

.banner-area.auto-height .banner-content .thumb {
  position: relative;
  z-index: 1;
}

.banner-area.auto-height .banner-content .thumb::after {
  position: absolute;
  right: -20%;
  top: 0;
  content: "";
  height: 100%;
  width: 200px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 150%)
    repeat scroll 0 0;
}

.banner-area .banner-box {
  background: #ffffff;
  margin: 80px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.banner-area .banner-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 120px;
  width: 100%;
  background: #ecf6fa;
  z-index: -1;
}

.banner-area .shape-left {
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: bottom right;
  opacity: 1;
}

/* Banner Software */
.banner-area.auto-height.software-banner .banner-items {
    padding-top: 200px;
    padding-bottom: 120px;
}

.software-banner .thumb-items {
    margin-bottom: 120px;
}

.software-banner .thumb-items img:first-child {
    box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
    border-radius: 10px;
    max-width: 120%;
}

.software-banner .thumb-items img:last-child {
    position: absolute;
    right: -10%;
    bottom: 0;
    height: 75%;
}

.banner-area.auto-height.software-banner .banner-items .buttons {
    display: flex;
    align-items: center;
}

.banner-area.auto-height.software-banner .banner-items .buttons a:first-child {
    margin-right: 20px;
}

.banner-area.auto-height.software-banner .banner-items .content {
    margin-top: -120px;
}

.banner-area.auto-height.software-banner .banner-items .content h2 {
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 30px;
}

.banner-area.auto-height.software-banner .banner-items .content p {
    margin: 0;
}

.banner-area.auto-height.software-banner .banner-items .content .buttons {
    margin-top: 40px;
}

.banner-area.software-banner .shape-right-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    transform: rotate(35deg);
    opacity: 0.5;
    z-index: -1;
}

.banner-area .shape-bottom-center {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}






/* Mooving Animation */

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}



/* ============================================================== 
     # Simple Features
=================================================================== */

.simple-features-area .single-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.simple-features-area .single-item:last-child {
    border: none;
}

.simple-features-area .item {
    padding: 67px 30px;
    position: relative;
    z-index: 1;
}

.simple-features-area .item i {
    display: inline-block;
    font-size: 55px;
    margin-bottom: 35px;
    font-weight: 300;
}

.simple-features-area .item h4 {
    font-weight: 700;
}

.simple-features-area .item p {
    margin: 0;
}


/* ============================================================== 
     # About
=================================================================== */
.about-area {
  overflow: inherit;
}

.about-area .content li {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding-left: 75px;
  color: #0e2258;
}

.about-area .content li h5 {
  font-weight: 900;
  font-size: 20px;
  text-transform: capitalize;
}

.about-area .content li p {
  margin: 0;
}

.about-area .about-items .content {
  padding-left: 30px;
}

.about-area .content li:first-child {
  margin-top: 0;
}

.about-area .content ul {
  margin-top: 30px;
  overflow: hidden;
}

.about-area .content h4 {
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 5px;
  color: #f35a38;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.about-area .content h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 30px;
  background: #f35a38;
  content: "";
  margin-top: -1px;
}

.about-area .content h2 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.about-area .content h2 strong {
  position: relative;
  z-index: 1;
}

.about-area .content h2 strong::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  height: 10px;
  width: 100%;
  background: url(img/shape/line.png);
  background-repeat: no-repeat;
}

.about-area .content a {
  margin-top: 30px;
}

.about-area .content li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\4e";
  font-family: "ElegantIcons";
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f9f9f9;
}

.about-area .thumb {
  position: relative;
  z-index: 1;
  margin-right: 100px;
}

.about-area .thumb::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #f9f9f9;
}

.about-area .thumb > img {
  box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}

.about-area .thumb .fun-fact {
  position: absolute;
  right: -100px;
  bottom: 80px;
  background: #ffffff;
  padding: 50px;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  border-radius: 30px;
}

.about-area .thumb .fun-fact .counter {
  position: relative;
  display: flex;
  font-size: 50px;
  font-weight: 900;
  color: #f35a38;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.about-area .thumb .fun-fact .medium {
  font-weight: 600;
}

.about-area .thumb h2 {
  background: #ecf6fa;
  margin: 0;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  right: -50px;
  bottom: 50px;
  line-height: 80px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  padding: 21px 60px;
}

.about-area .thumb h2 span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 15px;
  font-weight: 700;
}

.about-area .we-do .item {
  display: flex;
}

.about-area .we-do .item i {
  display: inline-block;
  font-size: 40px;
  margin-right: 25px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(243, 90, 56, 1);
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.about-area .we-do {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.about-area .we-do .item {
  margin-bottom: 30px;
}

.about-area .we-do .item:last-child {
  margin-bottom: 0;
}

.about-area .we-do .item .info h5 {
  font-weight: 700;
}

.about-area .we-do .item .info p {
  margin: 0;
}

.about-area .we-do .item i::after {
  position: absolute;
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(255, 65, 87, 0.3);
  z-index: -1;
  content: "";
}

/* ============================================================== 
     # About Version Two
=================================================================== */

ul.achivement li {
  display: inline-block;
  background: #ffffff;
  padding: 16px 0;
  min-width: 180px;
}

.bg-gray ul.achivement li {
  background: #ecf6fa;
}

.text-light ul.achivement li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

ul.achivement li .counter {
  position: relative;
}

ul.achivement li .counter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

ul.achivement li .counter .operator {
  font-size: 50px;
  margin-left: 2px;
}

ul.achivement li .medium {
  font-weight: 600;
  color: #0e2258;
  font-size: 14px;
}

ul.achivement li:nth-child(2) {
  position: absolute;
  left: -60px;
  bottom: 80px;
}

ul.achivement li:last-child {
  position: absolute;
  right: -60px;
  bottom: 80px;
}

ul.achivement li:first-child {
  text-align: center;
  position: relative;
  top: -40px;
}

.about-content-area .thumb img {
  margin-left: -10%;
  max-width: 110%;
  padding-right: 70px;
}

.about-content-area ul.achivement {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 450px;
  width: 450px;
  margin-left: 35px;
  margin-top: 15px;
}

.about-content-area ul.achivement::after {
  position: absolute;
  height: 450px;
  width: 450px;
  content: "";
  border: 2px dashed #e7e7e7;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  animation: rotate-animation 30s infinite linear;
}

.about-content-area .top-info h4 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-size: 80px;
}

.about-content-area .top-info h4 span {
  display: block;
  font-size: 16px;
}

.about-content-area .top-info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.about-content-area .top-info .row {
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-content-area .top-info {
  position: relative;
  z-index: 1;
}

.about-content-area .top-info::after {
  position: absolute;
  left: -50px;
  top: -50px;
  content: "";
  height: 150px;
  width: 150px;
  background: url(img/shape/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ============================================================== 
     # About Version Three
=================================================================== */

.about-us-content .thumb {
  text-align: right;
  padding-right: 50px;
}

.about-us-content .thumb img {
  margin-left: -30%;
  max-width: 130%;
}

.about-us-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.about-us-content .info li {
  line-height: 30px;
  margin-top: 24px;
  font-weight: 600;
  color: #0e2258;
  font-size: 20px;
}

.about-us-content .info li i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #f1f1f2;
  color: #4628ba;
  font-size: 22px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #e7e7e7;
}

.about-us-content .single-item {
  margin-top: 120px;
}

.about-us-content .single-item:first-child {
  margin-top: 0;
}

.about-us-content .single-item:nth-child(2n) .thumb {
  order: 13;
  padding-right: 0;
  padding-left: 50px;
}

.about-us-content .single-item:nth-child(2n) .thumb img {
  margin-left: 0;
}

/* ============================================================== 
     # About Verison Four
=================================================================== */
.about-area .about-left .thumbs {
  position: relative;
  z-index: 1;
}

.about-area .about-left .thumbs img:first-child {
  margin-left: -10%;
  max-width: 110%;
}

.about-area .about-left .thumbs img:last-child {
  position: absolute;
  left: -130px;
  bottom: 0;
  height: 300px;
  z-index: -1;
}

.about-area .about-right {
  padding-left: 35px;
}

.about-area .about-right h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #f35a38;
}

.software .about-area .about-right h5 {
  display: inline-block;
  color: #ee2852;
  background: linear-gradient(90deg, #4ac4f3 0%, #09f8e9 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-area .about-right h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.about-area .about-right a {
  margin-top: 15px;
}

/* ============================================================== 
     # Feature Area
=================================================================== */

.feature-area .fixed-shape {
  position: absolute;
  left: -20%;
  top: 0;
}

.feature-area .fixed-bottom-shape {
  top: -100px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (min-width: 1800px) {
  .feature-area .fixed-bottom-shape {
    top: -200px;
  }
}

.feature-area .single-item:nth-child(2) {
  margin-top: 80px;
}

.feature-area.solid .single-item:nth-child(2) {
  margin-top: 0;
}

.feature-area.plain .single-item {
  margin-top: 0 !important;
}

.feature-area .single-item {
  margin-bottom: 30px;
}

.feature-area .single-item:nth-child(3) {
  margin-top: 160px;
}

.feature-area.solid .single-item:nth-child(3) {
  margin-top: 0;
}

.feature-area .feature-items .item {
  background: #ffffff;
  box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
  border-radius: 8px;
  padding: 50px 37px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-area .feature-items .single-item:nth-child(2n) .item {
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
}

.feature-area .single-item:nth-child(2) .item::after,
.feature-area .single-item .item:hover::after {
  opacity: 0.3;
  bottom: 0;
}

.feature-area .feature-items .item .thumb img {
  border-radius: 0 0 8px 8px;
}

.feature-area .feature-items .item .info {
  position: relative;
}

.feature-area .feature-items .item img {
  height: 150px;
  margin: auto;
  margin-top: 40px;
  max-width: 160px;
}

.feature-area .feature-items .item .info p {
  margin-bottom: -5px;
}

.feature-area .feature-items .item .info h4 {
  font-weight: 700;
}

.feature-area .feature-items .item .info i {
  display: inline-block;
  height: 90px;
  width: 90px;
  background: #f35a38;
  line-height: 90px;
  color: #ffffff;
  font-size: 45px;
  -webkit-clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  position: relative;
  bottom: -80px;
  margin-top: -80px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 7%);
}

.feature-area .feature-items .single-item:nth-child(2n) .item .info i {
  background: #1bdbac;
}

.feature-area .feature-items .single-item:nth-child(3n) .item .info i {
  background: #fea369;
}

.feature-area .feature-items .single-item:nth-child(4n) .item .info i {
  background: #f48687;
}

/* ============================================================== 
     # Features
=================================================================== */

.our-features-area .features-box .single-item {
  margin-bottom: 30px;
}

.our-features-area .features-box .item .icon i {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 30px;
  background: #4628ba;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  height: 75px;
  width: 75px;
  line-height: 78px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.our-features-area .features-box .single-item:nth-child(2) .item .icon i {
  background: #f35a38;
}

.our-features-area .features-box .single-item:nth-child(3) .item .icon i {
  background: #1fc07d;
}

.our-features-area .features-box .single-item:nth-child(4) .item .icon i {
  background: #e1a026;
}

.our-features-area .features-box .item h4 {
  font-weight: 700;
}

.our-features-area .features-box .item p {
  margin-bottom: 0;
}

.our-features-area .features-box .item {
  padding: 60px 30px;
  padding-bottom: 40px;
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}

.our-features-area .features-box .single-item:nth-child(2) .item,
.our-features-area .features-box .single-item .item:hover {
  box-shadow: 0 0 10px #cccccc;
}

.our-features-area .features-box .item .content i {
  display: inline-block;
  font-size: 30px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.our-features-area .features-box .item .content a {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: -15px;
  color: #666666;
}

.our-features-area .features-box .item .content i::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 24px;
  background: #666666;
  margin-top: -2px;
  transition: all 0.35s ease-in-out;
}

.our-features-area .features-box .single-item:nth-child(2) .item .content i,
.our-features-area .features-box .single-item .item:hover .content i {
  opacity: 1;
  padding-left: 20px;
}


/* ============================================================== 
     # Services Version Two
=================================================================== */

.services-content-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.services-content-area {
  position: relative;
  z-index: 1;
}

.services-content-area .fixed-shape {
  position: absolute;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
  width: 100%;
}

.services-content-area .fixed-shape img {
  width: 100%;
}

.services-content-box .item {
  padding: 60px 37px;
  background: #ffffff;
  transition: all 0.35s ease-in-out;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-content-box .item:hover {
  border: 1px solid #ffffff;
  box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}

.services-content-box .item h4 {
  font-weight: 700;
}

.services-content-box .item p {
  margin: 0;
}

.services-content-box .item > i,
.services-content-box .item .icon > i {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 15px;
  background: linear-gradient(
    90deg,
    rgba(243, 90, 56, 1) 0%,
    rgba(213, 52, 16, 1) 100%
  );
  border-radius: 50%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 500;
}

.blue .services-content-box .item > i,
.blue .services-content-box .item .icon > i {
  background: linear-gradient(
    90deg,
    rgb(70 40 186) 32%,
    rgba(8, 113, 255, 1) 100%
  );
}

.services-content-box .item .icon > i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  border-radius: 50%;
  opacity: 0.1;
  background: #4628ba;
  z-index: -1;
}

.services-content-box .item .icon {
  position: relative;
}

.services-content-box .item .icon span {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 60px;
  font-weight: 900;
  -webkit-text-stroke: 1px #e7e7e7;
  z-index: -1;
  color: transparent;
}

.services-content-box .item > a {
  text-transform: capitalize;
  margin-top: 15px;
  display: inline-block;
  color: #666666;
}

.services-content-box .item > a:hover {
  color: #4628ba;
}

.services-content-box .item > a i {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.services-content-box.services-stage-carousel .owl-dots {
  margin-top: 40px !important;
  margin-bottom: -8px;
}

.services-content-box.services-stage-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-content-box.services-stage-carousel
  .owl-dots
  .owl-dot.active
  span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 8px;
  width: 8px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #4628ba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Services Version Three
=================================================================== */

.main-services-area {
  border-radius: 0 0 80px 80px;
}

.main-services-area .main-services-box .single-item {
  margin-top: 50px;
}

.main-services-area .services-items {
  margin-top: -50px;
}

.main-services-box .item .icon i {
  display: inline-block;
  font-size: 32px;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #2eacfc;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 400;
}

.main-services-box .single-item:nth-child(2n) .item .icon i {
  background: #ea4c89;
}

.main-services-box .single-item:nth-child(3n) .item .icon i {
  background: #3578ff;
}

.main-services-box .single-item:nth-child(4n) .item .icon i {
  background: #f67741;
}

.main-services-box .single-item:nth-child(5n) .item .icon i {
  background: #6a88f7;
}

.main-services-box .single-item:nth-child(6n) .item .icon i {
  background: #3ab094;
}

.main-services-box .item .icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.main-services-box .item:hover .icon::after {
  left: 0;
  width: 100%;
  border-radius: 50%;
  transform: inherit;
  margin-left: 0;
}

.main-services-box .item h4 {
  font-weight: 600;
}

.main-services-box .item p {
  margin: 0;
}

.main-services-area .left-info {
  padding-right: 50px;
}

.main-services-area .left-info h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #f35a38;
}

.main-services-area .left-info h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.main-services-area .left-info a {
  margin-top: 15px;
}

/* ============================================================== 
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
  font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
  margin-top: 50px;
}

.services-details-items .services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
  font-weight: 800;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.services-details-items .services-sidebar .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #f35a38;
}

.services-details-items .services-sidebar .services-list a {
  display: block;
  padding: 25px;
  background: #f6f6f6;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  overflow: hidden;
}

.services-details-items .services-sidebar .services-list a::after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  transform: translateY(-50%);
  font-size: 20px;
}

.services-details-items .services-sidebar .services-list a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #f35a38;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.services-details-items
  .services-sidebar
  .services-list
  li.current-item
  a::before {
  width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
  color: #ffffff;
}

.services-details-items .services-sidebar .services-list a:hover::before {
  width: 100%;
}

.services-details-items .services-sidebar {
  padding-right: 65px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
  position: relative;
  z-index: 1;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #0e2258;
  opacity: 0.7;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 30px;
  z-index: 1;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  i {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #f35a38;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.services-details-items
  .services-sidebar
  .single-widget.quick-contact
  .content
  i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #f35a38;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a i {
  font-size: 20px;
  font-weight: 600;
  color: #f35a38;
  margin-right: 16px;
}

.services-details-items
  .services-sidebar
  .single-widget.brochure
  li:first-child
  a {
  margin-top: 0;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover {
  color: #f35a38;
}

.services-details-items .services-single-content h2 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 25px;
}

.services-details-area .features .col-lg-6 {
  display: flex;
}

.services-details-area .features i {
  display: inline-block;
  font-size: 50px;
  color: #f35a38;
  margin-right: 25px;
}

.services-details-area .features h4 {
  font-weight: 600;
}

.services-details-area .features p {
  margin: 0;
}

.services-details-area .features {
  margin: 40px 0;
}

.services-details-area .services-single-content ul {
  list-style: disc;
  margin-left: 20px;
}

.services-details-area .services-single-content ul li {
  line-height: 30px;
}

/* ============================================================== 
     # Services List
=================================================================== */

.services-list-items {
  margin-top: 30px;
  margin-left: -45px;
  margin-right: -45px;
  position: relative;
}

.services-list-items .shape {
  position: absolute;
  right: -120px;
  top: -300px;
  animation: moving 15s linear infinite;
}

.services-list-items::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 500px;
  width: 500px;
  background: #ecf6fa;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin-top: -230px;
  filter: blur(80px);
}

.services-list-items .single-item {
  margin-bottom: 30px;
}

.services-list-items .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.services-list-items .item .top h4 {
  font-weight: 700;
  margin: 0;
}

.services-list-items .item .top i {
  display: inline-block;
  font-size: 60px;
  margin-right: 20px;
  color: #4628ba;
  position: relative;
  z-index: 1;
}

.services-list-items .item {
  padding: 60px 45px;
  background: #ffffff;
  box-shadow: 0 0 1.5625rem 0 rgb(54 186 254 / 10%);
}

.services-list-items .item ul {
  margin-top: 25px;
}

.services-list-items .item ul li {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  color: #0e2258;
}

.services-list-items .item ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #4628ba;
  font-size: 14px;
}

/* ============================================================== 
     # What We Do
=================================================================== */
.wedo-area {
  position: relative;
  z-index: 1;
}

.wedo-area .shape {
  position: absolute;
  left: 0;
  top: -120px;
  height: 90%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.wedo-area .bottom-shape {
  position: absolute;
  left: 0;
  bottom: -120px;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.wedo-area.bg-gray::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 40%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.wedo-area .wedo-items .single-item {
  margin-bottom: 30px;
}

.wedo-area .wedo-items .item {
  display: flex;
  padding: 50px;
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 1;
}

.wedo-area .wedo-items .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 5px 2px -2px #cae1eb;
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}

.wedo-area .wedo-items .item i {
  display: inline-block;
  font-size: 45px;
  color: #4ac4f3;
  margin-right: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.wedo-area .wedo-items .item i::after {
  position: absolute;
  left: -20px;
  top: -13px;
  content: "";
  height: 70px;
  width: 70px;
  background: linear-gradient(-81.5deg, transparent, #4ac4f3);
  z-index: -1;
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
  opacity: 0.2;
}

.wedo-area .wedo-items .single-item .item i.fa-palette,
.wedo-area .wedo-items .single-item .item i.fa-arrows-alt,
.wedo-area .wedo-items .single-item .item i.fa-adjust {
  font-size: 50px;
}

.wedo-area .wedo-items .item h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.wedo-area .wedo-items .item p {
  margin: 0;
}

.wedo-area .wedo-items .item span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #aba6a6;
}

.wedo-area .wedo-items .single-item:first-child .item i {
  color: #f5ae6f;
}

.wedo-area .wedo-items .single-item:first-child .item i::after {
  background: linear-gradient(-81.5deg, transparent, #f5ae6f);
}

.wedo-area .wedo-items .single-item:nth-child(2n) .item i {
  color: #45d6d2;
}

.wedo-area .wedo-items .single-item:nth-child(2n) .item i::after {
  background: linear-gradient(-81.5deg, transparent, #45d6d2);
}

.wedo-area .wedo-items .single-item:nth-child(3n) .item i {
  color: #b13cc0;
}

.wedo-area .wedo-items .single-item:nth-child(3n) .item i::after {
  background: linear-gradient(-81.5deg, transparent, #b13cc0);
}

.wedo-area .wedo-items .single-item:nth-child(4n) .item i {
  color: #f7618b;
}

.wedo-area .wedo-items .single-item:nth-child(4n) .item i::after {
  background: linear-gradient(-81.5deg, transparent, #f7618b);
}

.wedo-area .wedo-items .single-item:nth-child(5n) .item i {
  color: #4ac4f3;
}

.wedo-area .wedo-items .single-item:nth-child(5n) .item i::after {
  background: linear-gradient(-81.5deg, transparent, #4ac4f3);
}

.wedo-area .wedo-items .single-item:nth-child(6n) .item i {
  color: #f6af6f;
}

.wedo-area .wedo-items .single-item:nth-child(6n) .item i::after {
  background: linear-gradient(-81.5deg, transparent, #f6af6f);
}

/* ============================================================== 
     # Clients
=================================================================== */

.clients-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.clients-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
}

.clients-area .fixed-shape img {
  height: 100%;
}

.clients-area {
  padding: 200px 0;
}

.clients-area .partner-carousel img {
  width: auto;
  margin: auto;
}

.clients-area .client-items .partner-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-area .client-items .partner-box .item {
  height: 80px;
  width: 100px;
  margin: 30px 16px 0;
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  text-align: center;
  line-height: 100px;
  border-radius: 8px;
}

.clients-area .client-items .partner-box .item img {
  height: 45px;
  width: auto;
}

.clients-area .client-items h5 {
  font-weight: 500;
  margin-bottom: 19px;
}

.clients-area .client-items h2 {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.clients-area .client-items .partner-box:first-child {
  margin-top: -30px;
}

.clients-area .client-items .partner-box .item i {
  font-size: 50px;
  display: inline-block;
  line-height: 100px;
  color: #232323;
}

.clients-area .client-items a {
  margin-top: 38px;
}


.clients-area.standard {
  padding: 120px 0;
}

.clients-area.standard h5 {
    font-size: 20px;
    font-weight: 600;
}

.clients-area.standard h5 strong {
    color: #4628ba;
    font-size: 30px;
    border-bottom: 1px solid;
}

.clients-area.standard .partner-items {
    position: relative;
    z-index: 1;
    padding: 135px 0;
}


.clients-area.standard .partner-items::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 500px;
    width: 500px;
    z-index: -1;
    animation: rotate-animation 30s infinite linear;
    margin-left: -250px;
    margin-top: -250px;
    background: url(img/shape/globe.webp);
    background-size: contain;
}



/* ============================================================== 
     # Team Single
=================================================================== */

.team-single-area .thumb {
  position: relative;
  z-index: 1;
}

.team-single-area .thumb img {
  border-radius: 8px;
}

.team-single-area .thumb .social ul {
  display: inline-block;
  position: absolute;
  right: -25px;
  bottom: 30px;
  background: #ffffff;
  padding: 10px 7px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px #cccccc;
}

.team-single-area .thumb .social li {
  text-transform: capitalize;
  margin: 0 3px;
}

.team-single-area .thumb .social li:first-child {
  margin-top: 0;
}

.team-single-area .thumb .social li a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}

.team-single-area .thumb .social li:first-child a,
.team-single-area .thumb .social li a:hover {
  background: #f35a38;
  color: #ffffff;
}

.blue .team-single-area .thumb .social li:first-child a,
.blue .team-single-area .thumb .social li a:hover {
  background: #4628ba;
}

.team-single-area .right-info ul li {
  margin-top: 10px;
  color: #0e2258;
}

.team-single-area .right-info ul {
  margin-top: 25px;
}

.team-single-area .right-info ul li a {
  color: #666666;
  font-weight: 500;
}

.team-single-area .right-info ul li:first-child {
  margin-top: 0;
}

.team-single-area .right-info ul li a:hover {
  color: #f35a38;
}

.team-single-area .right-info {
  padding-left: 50px;
}

.team-single-area .right-info h2 {
  font-weight: 700;
}

.team-single-area .right-info span {
  display: block;
  color: #f35a38;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.team-single-area .social ul li {
  display: inline-block;
}

.team-single-area .social ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 45px;
  background: #efefef;
  text-align: center;
  border-radius: 50%;
  color: #0e2258;
}

.team-single-area .social ul li a:hover {
  background: #f35a38;
  color: #ffffff;
}

.team-single-area .social ul {
  margin-top: 25px;
}

.team-single-area .bottom-info {
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
  padding-top: 50px;
}

.team-single-area .bottom-info .about-area.reverse {
  padding-left: 35px;
}

.team-single-area .bottom-info h2 {
  font-weight: 700;
}

.team-single-area .bottom-info p:last-child {
  margin: 0;
}




/* ============================================================== 
    Faq 
=================================================================== */


.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 20px;
  font-weight: 700;
}

.accordion .card-header h4.collapsed:after {
  content: "\f105";
  font-weight: 700;
  color: #999999;
}


.blue .faq-area .faq-content .card .card-header h4 {
  background: #4628ba;
}







/* ============================================================== 
     # Contact
=================================================================== */

.contact-area .fixed-bg.left {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  float: right;
  text-align: right;
}

.contact-area .left-info .info-items {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-area .left-info .info-items::after {
  position: absolute;
  right: -80px;
  bottom: -50px;
  content: "";
  height: 200px;
  width: 200px;
  border: 25px solid #e7e7e7;
  border-radius: 50%;
  opacity: 0.4;
}

.contact-area .left-info .item {
  display: flex;
  margin-bottom: 50px;
}

.contact-area .left-info .social li {
  display: inline-block;
  margin-right: 30px;
}

.contact-area .left-info ul.social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-area .left-info .item i {
  font-size: 40px;
  margin-right: 25px;
  display: inline-block;
  color: #f35a38;
  font-weight: 500;
}

.blue .contact-area .left-info .item i {
  color: #4628ba;
}



.contact-area .left-info .item h5 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-area .left-info .item p {
  margin-bottom: 0;
}

.contact-area .left-info .item:last-child {
  margin-bottom: 0;
}

.contact-area .contact-items {
  position: relative;
  z-index: 1;
}

.contact-area .contact-items .form-items {
  padding-right: 35px;
}

.contact-area .contact-items .form-items h2 {
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 30px;
  font-family: "Nunito", sans-serif;
  line-height: 1.1;
}

.contact-area .contact-items .form-items h5 {
  display: inline-block;
  border-radius: 5px;
  color: #f35a38 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.blue .contact-area .contact-items .form-items h5 {
  color: #4628ba !important;
}



.contact-area .contact-items .form-items input,
.contact-area .contact-items .form-items textarea {
  border: none;
  background: transparent;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  padding: 20px 25px;
  box-shadow: inherit;
  min-height: 45px;
  font-size: 14px;
  border-radius: 5px;
}

.contact-area .contact-items .form-items textarea {
  min-height: 195px;
}

.contact-area .contact-items .form-items button {
  display: inline-block;
  padding: 15px 45px;
  text-transform: capitalize;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: #f35a38;
  border: none !important;
  transition: all 0.35s ease-in-out;
  border-radius: 30px;
}



.blue .contact-area .contact-items .form-items button {
  background: #4628ba;
}

.contact-area .contact-items .form-items button:hover {
  background: #0e2258;
}

img.loader {
  margin-left: 8px;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area,
.error-page-area div {
  height: 100%;
}

.error-page-area div.error-box,
.error-page-area div.error-box div {
  height: auto;
}

.error-page-area div.error-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.error-page-area .error-box {
  position: relative;
}

.error-page-area .error-box h1 {
  color: #666666;
  font-size: 300px;
  font-weight: 900;
  left: 50%;
  line-height: 1;
  opacity: 0.09;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

.error-page-area h2 {
  font-weight: 900;
  text-transform: capitalize;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/* ============================================================== 
     # Footer
=================================================================== */

footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer.bg-dark::after {
  background: none;
  position: absolute;
  content: "";
  background: url(img/shape/42.png);
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}

footer .fixed-bg {
  position: absolute;
  right: -20%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.09;
  transform: rotate(-35deg);
}

footer .default-padding {
  overflow: inherit;
  padding-top: 70px;
}

footer .logo img {
  height: 50px;
}

footer .item {
  margin-top: 50px;
}

footer .widget-title {
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

footer .widget-title {
  margin-bottom: 30px;
  font-weight: 700;
}

footer.bg-dark .item p {
  color: #cccccc;
}

footer .social h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

footer .social li {
  display: inline-block;
  margin-right: 35px;
  font-size: 15px;
}

footer .social {
  margin-top: 30px;
}

footer .f-item.about {
  padding-right: 30px;
}

footer .f-item .address ul li {
  margin-bottom: 15px;
}

footer .f-item .address ul li p {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin-bottom: 5px;
  color: #0e2258;
}

footer.bg-dark .f-item .address ul li p {
  color: #ffffff;
}

footer .f-item .address ul li:last-child {
  margin-bottom: 0;
}

footer .f-item .address ul li strong {
  display: block;
  font-weight: 400;
  color: #666666;
}

footer.bg-dark .f-item .address ul li strong {
  color: #cccccc;
}

footer .f-item.link li {
  margin-bottom: 15px;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-item.link li a {
  display: inline-block;
  font-weight: 700;
  color: #666666;
}

footer.bg-dark .f-item.link li a {
  color: #cccccc;
}

footer .f-item.link li a:hover {
  color: #f35a38;
}

footer.bg-dark .f-item.link li a:hover {
  color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 30px 0;
}

.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-bottom form {
  position: relative;
  z-index: 1;
  width: 100%;
}

footer .footer-bottom form .input-group.stylish-input-group {
  position: relative;
}

footer .footer-bottom form input,
footer .footer-bottom form input:focus {
  width: 100%;
  background: transparent;
  padding: 15px;
  color: #0e2258;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  min-height: 60px;
}

footer.bg-dark .footer-bottom form input,
footer.bg-dark .footer-bottom form input:focus {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-bottom form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

footer .footer-bottom form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

footer .footer-bottom form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

footer .footer-bottom form input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

footer .footer-bottom form span.input-group-addon {
  width: 60px;
  position: absolute;
  right: 0;
  border-left: 1px solid #e7e7e7;
  min-height: 60px;
}

footer.bg-dark .footer-bottom form span.input-group-addon {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-bottom form span.input-group-addon button {
  position: absolute;
  height: 40px;
  top: 10px;
  right: 10px;
  width: 40px;
  border: none;
  background: #f35a38;
  border-radius: 5px;
  color: #ffffff;
  z-index: 9;
  padding: 0;
}

.blue footer .footer-bottom form span.input-group-addon button {
  color: #4628ba !important;
}

.software footer .footer-bottom form span.input-group-addon button {
  color: #4ac4f3 !important;
}



footer.bg-dark .footer-bottom form span.input-group-addon button {
  background: #ffffff;
  color: #f35a38;
}

footer .footer-bottom p {
  margin-bottom: 0;
}

footer.bg-dark .footer-bottom p {
  color: #cccccc;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: white;
}

.site-preloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.site-preloader .ring {
  width: 80px;
  height: 80px;
  border: 6px solid rgba(243, 90, 56, 0.2);
  border-top-color: #f35a38;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 2rem;
  color: white;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  margin: 0 auto;
}

.blue .site-preloader .ring {
  border: 6px solid rgba(70, 40, 186, 0.2);
  border-top-color: #4628ba;
  color: #ffffff;
}



.site-preloader h2 {
  font-weight: 700;
  margin: 30px auto 0;
  text-align: center;
  text-shadow: 0 0 10px white;
  text-transform: uppercase;
  font-size: 30px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ============================================================== 
     # It Solution
=================================================================== */

.heading-center {
  z-index: 2;
}

/* Topbar */
.top-bar-area {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.top-bar-area .text-left li {
  margin-right: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #0e2258;
  position: relative;
  z-index: 1;
}

.top-bar-area.bg-dark .text-left li {
  color: #ffffff;
}

.top-bar-area li i {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  top: 2px;
  color: #f35a38;
}

.top-bar-area.bg-dark li i {
  font-weight: 300;
  color: #cccccc;
}



.top-bar-area .text-left li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.top-bar-area li i.fas.fa-phone {
  transform: rotate(95deg);
}

.top-bar-area .text-left li::after {
  position: absolute;
  right: 0;
  top: -50px;
  content: "";
  height: 200px;
  width: 1px;
  background: #e7e7e7;
}

.top-bar-area.bg-dark .text-left li::after {
  display: none;
}

.top-bar-area .text-left li:last-child::after {
  display: none;
}

.top-bar-area .item-flex li {
  margin-right: 0;
  margin-left: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.top-bar-area .social li a i {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
}

.top-bar-area .item-flex .social li {
  margin-left: 5px;
}

.top-bar-area .item-flex .social {
  margin-left: 30px;
}

.top-bar-area .item-flex li {
  margin-right: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.top-bar-area .social li a {
  color: #666666;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  background: #f35a38;
  display: inline-block;
  border-radius: 5px;
}

.top-bar-area.bg-dark .social li a {
    background: transparent;
    height: auto;
    width: auto;
    line-height: initial;
    margin-left: 20px;
}



/* Banner */
.banner-area .item-box .item .row div {
  height: auto;
}

.banner-area .content a.btn i.arrow_right {
  position: relative;
  top: 3px;
  font-size: 17px;
  margin-left: 3px;
}

.banner-area .appoinment-box {
  padding: 60px 37px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.banner-area .appoinment-box::after {
  position: absolute;
  left: -5%;
  top: 4%;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border-radius: 10px;
  opacity: 0.7;
}

.banner-area .appoinment-box h4 {
  color: #0e2b3d;
  font-weight: 700;
  font-size: 24px;
}

.banner-area .appoinment-box p {
  font-size: 15px;
  line-height: 26px;
  padding: 0 5%;
}

.banner-area .appoinment-box p {
  color: #0e2b3d;
}

.banner-area .appoinment-box .heading {
  margin-bottom: 30px;
}

.banner-area .appoinment-box input,
.banner-area .appoinment-box .nice-select {
  border: none;
  border-radius: inherit;
  box-shadow: inherit;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
}

.banner-area .appoinment-box button {
  background: #0554f2;
  padding: 13px 25px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
  width: 100%;
  border: none;
}

.banner-area.it-banner .sahpe {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* About */

.about-us-content-area .content {
  padding-left: 15px;
}

.about-us-content-area .content h2 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.about-us-content-area .content ul {
  margin-top: 30px;
  overflow: hidden;
}

.about-us-content-area .content li:first-child {
  margin-top: 0;
}

.about-us-content-area .content li {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding-left: 70px;
  color: #0e2258;
}

.about-us-content-area .content li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\4e";
  font-family: "ElegantIcons";
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: rgba(5, 84, 242, 0.06);
  color: #0554f2;
  font-size: 18px;
}

.about-us-content-area .content li h5 {
  font-weight: 900;
  font-size: 20px;
  text-transform: capitalize;
}

.about-us-content-area .content > h5 {
  font-weight: 700;
  margin-bottom: 25px;
  color: #0554f2;
  display: inline-block;
}

.about-us-content-area .content p {
  margin: 0;
}

.about-us-content-area .thumb {
  padding-right: 65px;
  position: relative;
  z-index: 1;
}

.about-us-content-area .thumb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 30%;
  width: 22px;
  background: #0554f2;
  z-index: -1;
  border-radius: 30px;
}

.about-us-content-area .thumb::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 22px;
  background: #0554f2;
  z-index: -1;
  border-radius: 30px;
  opacity: 0.08;
}

.about-us-content-area .thumb img {
  border-radius: 8px;
}

.about-us-content-area .thumb .overlay {
  position: absolute;
  left: -50px;
  bottom: 50px;
  background: linear-gradient(
    90deg,
    rgba(5, 84, 242, 1) 35%,
    rgba(144, 0, 254, 1) 100%
  );
  border-bottom-right-radius: 30px;
}

.about-us-content-area .thumb .overlay h2 {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  padding: 30px;
  font-weight: 600;
}

.about-us-content-area .thumb .overlay h2 strong {
  font-size: 36px;
  display: block;
}

/* Services */
.services-list-items.services-default-carousel {
  margin: 0;
  margin-top: 30px;
  position: relative;
}

.services-list-items.services-default-carousel::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 500px;
  width: 500px;
  background: #ecf6fa;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  margin-top: -120px;
  filter: blur(80px);
}

.services-list-items.services-default-carousel .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.services-list-items.services-default-carousel .item .top h4 {
  font-weight: 700;
  margin: 0;
}

.services-list-items.services-default-carousel .item .top i {
  display: inline-block;
  font-size: 60px;
  margin-right: 20px;
  color: #0554f2;
  position: relative;
  z-index: 1;
}

.services-list-items.services-default-carousel .item .top i::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 46px;
  width: 45px;
  background: linear-gradient(
    90deg,
    rgba(5, 84, 242, 1) 35%,
    rgba(144, 0, 254, 1) 100%
  );
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
}

.services-list-items.services-default-carousel .item {
  padding: 60px 45px;
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.services-list-items.services-default-carousel .item ul {
  margin-top: 25px;
}

.services-list-items.services-default-carousel .item ul li {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  color: #0e2258;
}

.services-list-items.services-default-carousel .item ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #0554f2;
  font-size: 14px;
}

.services-list-items.services-default-carousel .item .top img {
  width: 60px;
  margin-right: 20px;
}

.services-list-items.services-default-carousel .owl-nav {
  margin: 0;
}

.services-list-items.services-default-carousel .owl-nav .owl-prev,
.services-list-items.services-default-carousel .owl-nav .owl-next {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #666666;
  font-size: 30px;
  height: 45px;
  left: 0;
  line-height: 55px;
  margin-top: -23px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 0.35s ease-in-out;
  width: 45px;
  opacity: 0;
}

.services-list-items.services-default-carousel:hover .owl-nav .owl-prev,
.services-list-items.services-default-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.services-list-items.services-default-carousel:hover .owl-nav .owl-prev {
  left: -60px;
}

.services-list-items.services-default-carousel:hover .owl-nav .owl-next {
  right: -60px;
}

.services-list-items.services-default-carousel .owl-nav .owl-prev:hover,
.services-list-items.services-default-carousel .owl-nav .owl-next:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #0554f2;
}

.services-list-items.services-default-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.services-list-items.services-default-carousel .item > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
}

.services-list-items.services-default-carousel .item > a:hover {
  color: #0554f2;
}

.services-list-items.services-default-carousel .item > a i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border: 2px solid #e7e7e7;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  margin-right: 5px;
  transition: all 0.35s ease-in-out;
}

.services-list-items.services-default-carousel .item > a:hover i {
  transform: rotate(45deg);
}


/* ============================================================== 
     # Business Style 
=================================================================== */
.banner-business.auto-height .banner-items {
    padding-top: 80px;
}

.banner-area.auto-height.banner-business {
    background-size: cover !important;
    background-position: top !important;
}

@media (min-width: 1200px) {
  .top-bar-area .container-full,
  .top-search .container-full {
      padding-left: 30px;
  }
}

.navbar .attr-nav > ul > li .ti-search {
    font-size: 20px;
    position: relative;
    top: 3px;
}

@media (min-width: 1024px) {
  nav.navbar.navbar-default.inc-top-bar.navbar-transparent {
    margin-top: 47px;
  }
}

.text-light .video-btn i {
  background: #ffffff;
  color: #232323;
}

.banner-business .content h4 {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-business .content h4::after {
  position: absolute;
  left: -100px;
  top: -15px;
  content: "";
  height: 40px;
  width: 100%;
  background: url(img/shape/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
}

.banner-business .content h2 {
  font-size: 65px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 30px;
}

.banner-business .content .button {
  margin-top: 45px;
}

.banner-business .content {
  margin-top: -90px;
}

.banner-business .banner-items .align-center {
  align-items: center;
}


.side .widget.newsletter form span.input-group-addon button {
  padding: 0;
}

.statistics .chart {
  position: relative;
  z-index: 1;
}

.statistics .chart span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #0e2258;
}

.statistics .item h5 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

.statistics.text-center .item {
  margin-top: 50px;
}

.statistics.text-center .item:first-child {
  margin-top: 0;
}

.about-style-four ul {
  padding-left: 50px;
  border-left: 1px solid #e7e7e7;
}

.about-style-four ul li {
  margin-top: 50px;
}

.about-style-four ul li:first-child {
  margin-top: 0;
}

.about-style-four ul li i {
  font-weight: 1;
  font-size: 50px;
  color: #f35a38;
  margin-bottom: 25px;
}

.about-style-four ul li h4 {
  font-weight: 900;
  margin-bottom: 10px;
}

.about-style-four ul li p {
  margin: 0;
}

.about-style-four .thumb-box {
  position: relative;
}

.about-style-four .thumb-box .shape {
  position: absolute;
  left: -200px;
  bottom: -80px;
  z-index: -1;
}

.btn {
  border-radius: inherit;
  text-transform: uppercase;
  font-size: 13px;
}
/* Choose Us */

.why-choose-us {
  position: relative;
  z-index: 1;
}

.why-choose-us::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.choose-us-style-three {
  margin-top: 50px;
}

.choose-us-style-three .thumb {
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%, 0 7%);
}

.choose-us-style-three p {
  padding-right: 50px;
}

.choose-us-style-three h2 {
  font-weight: 900;
  margin-bottom: 30px;
}

.choose-us-style-three h4 {
  margin-top: 30px;
  font-weight: 600;
}

.choose-us-style-three h4 strong {
  border-bottom: 1px solid;
  color: #f35a38;
  font-size: 30px;
}

.choose-us-style-three ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 35px;
  font-weight: 300;
  font-size: 18px;
}

.choose-us-style-three ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  transform: translateY(-50%);
  font-size: 16px;
}

.choose-us-style-three a {
  margin-top: 35px;
}

.why-choose-us::before {
  position: absolute;
  right: 50%;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  border-right: 10px solid #ffffff;
}

/* Services */
.services-area.services-style-four {
  margin-bottom: 120px;
}

.services-style-four .item {
  box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 37px;
  border-radius: 8px;
}

.services-style-four {
  margin-bottom: 30px;
}

.services-style-four .item i {
  display: inline-block;
  font-size: 60px;
  color: #232323;
  margin-bottom: 30px;
}

.services-style-four .item h4 {
  font-weight: 900;
}

.services-style-four .item p {
  margin: 0;
}

.services-style-four:first-child i {
  color: #fa1734;
}

.services-style-four:nth-child(2n) i {
  color: #00C3B7;
}

.services-style-four:nth-child(3n) i {
  color: #FC0;
}

.services-style-four:nth-child(4n) i {
  color: #4628ba;
}

.services-style-four:nth-child(5n) i {
  color: #03ff7f;
}

.services-style-four:nth-child(6n) i {
  color: #f35a38;
}

/* Home Business Responsive */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .banner-business .content {
    margin: 0;
    padding-top: 120px !important;
  }

  .banner-business.auto-height .banner-items {
      padding-top: 0;
  }

  .banner-area .content p {
    padding: 0 10%;
  }

  .about-style-four .statistics {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-style-four .statistics .item {
    display: inline-block;
    margin: 0 50px;
}

.about-style-four ul {
    padding: 0;
    border: none;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 50px;
}

.about-style-four ul li {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
    margin: 0;
}

.about-style-four .thumb-box {
  text-align: center;
}

.about-style-four .thumb-box img {
  margin: auto;
  max-width: 80%;
}

.choose-us-style-three {
  margin: 0;
}

.choose-us-style-three .thumb {
  position: inherit;
  min-height: 450px;
  clip-path: inherit;
  width: 100%;
  display: none;
}

.why-choose-us::after {
  display: none;
}

.why-choose-us::before {
  display: none;
}

.choose-us-style-three p {
  padding: 0;
}

.services-area.services-style-four {
  margin-bottom: 120px;
  background-position: top;
  background-attachment: fixed !important;
}

}

@media only screen and (max-width: 767px) {
  .banner-business .content h4::after {
    display: none;
}

.banner-business .content {
    margin: 0;
    padding-top: 0 !important;
}

.banner-business .content h2 {
    font-size: 36px !important;
}

.about-style-four .statistics {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-style-four ul {
  padding: 0;
  border: none;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 50px;
}

.about-style-four .thumb-box {
text-align: center;
}

.about-style-four .thumb-box img {
margin: auto;
max-width: 80%;
}

.choose-us-style-three {
margin: 0;
}

.choose-us-style-three .thumb {
position: inherit;
min-height: 450px;
clip-path: inherit;
width: 100%;
display: none;
}

.why-choose-us::after {
display: none;
}

.why-choose-us::before {
display: none;
}

.choose-us-style-three p {
padding: 0;
}

.services-area.services-style-four {
  margin-bottom: 120px;
  background-position: top;
  background-attachment: fixed !important;
    text-align: center;
  }

}

