/* ----------------------------------

Template Name: Tanda - IT Solutions Template
Author: validtheme
Description:
Version: 1.4

Main Font    : Inter
Main Color   : #086AD8

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Default
        - Carousel
        - Banner with form
    04. About Area
        - Simple
        - With FAQ
    05. Why Choose Us
    06. Work Process
    07. Works About
    08. Services
        - Carousel Version
        - Grid Version
        - Tab Version
    09. Quick Contact Area
    10. Case Studies
    11. Fun Factor
    12. Team
    13. FAQ
    14. Features Area
    15. Our Mission/Our Vission
    16. Testimonials
    17. Clients / Brand
    18. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Concat Area
    20. Subscribe Form
    21. Error 404
    22. Footer
        - LIght Version
        - Dark Version
    23. PHP Contact Form
    24. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
      font-family: "Montserrat", sans-serif;
 
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    background-color: #fff;
    color: #666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #0e2b3d;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

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;
}

a img, iframe {
  border: none;
}

p {
    color: #666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    line-height: 26px;
    font-size: 14px;
}

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: #0e2b3d;
}

a:hover {
  color: #0e2b3d;
}

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: 'Inter', sans-serif;
  font-weight: 600;
}

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: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.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;
}
/* 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%;
  }
}

@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;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-cover-bottom {
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f3f7fd;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #086AD8;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #086AD8;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.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: #000000 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: #086AD8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #086AD8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
  z-index: 1;
}

.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 {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  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: 5px;
  font-size: 17px;
}

.btn i {
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.btn.btn-sm i {
  font-size: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 14px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  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: #0e2b3d;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #0e2b3d;
  color: #ffffff;
  border: 2px solid #0e2b3d;
}

.btn-dark.border {
  background-color: transparent;
  color: #0e2b3d;
  border: 2px solid #0e2b3d !important;
}

.btn-dark.border:hover {
  background-color: #0e2b3d;
  color: #ffffff !important;
  border: 2px solid #0e2b3d !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #086AD8;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #086AD8;
  color: #ffffff !important;
  border: 2px solid #086AD8 !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #0e2b3d;
}

.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: #0e2b3d !important;
}

.btn-standard {
    display: inline-block;
    text-align: center;
    color: #086ad8;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
}

.btn-standard:hover {
  color: #ffffff;
}

.btn-standard::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  transition: all 0.35s ease-in-out;
  left: -100%;
  bottom: 0;
  z-index: -1;
}

.btn-standard:hover::after {
  left: 0;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  text-align: center;
  color: #086AD8;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-left: 3px;
  top: 1px;
  transition: all 0.35s ease-in-out;
}

.btn-standard:hover i {
  color: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  color: #ffffff;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #0e2b3d !important;
  background: transparent;
}

.bg-dark {
  background: #001d4c !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background: #086AD8;
  background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}

.btn-theme {
  background-color: #086AD8;
  color: #ffffff !important;
  border: 2px solid #086AD8;
}

.btn-theme.border {
  background-color: transparent;
  color: #0e2b3d !important;
  border: 2px solid #086AD8 !important;
}

.text-light .btn-theme.border {
  color: #ffffff !important;
}

.btn-theme.border:hover {
  background-color: #086AD8;
  color: #ffffff !important;
  border: 2px solid #086AD8;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #086AD8 none repeat scroll 0 0;
  border: 2px solid #086AD8;
  color: #ffffff;
}

.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;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  padding: 18px 40px !important;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #086AD8;
}

.btn-gradient i {
  display: inline-block;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  margin-left: 5px;
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.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-gradient.btn-sm {
  padding: 10px 30px;
}

.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;
}

.relative {
  position: relative;
  z-index: 1;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

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: #086AD8 none repeat scroll 0 0;
  border: 2px solid #086AD8;
  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: #086AD8;
  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 h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.4;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: #086AD8;
  font-weight: 600;
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #086AD8;
}

.site-heading h2 span {
  color: #086AD8;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: #086AD8 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #086AD8;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}

.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: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.heading-left h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.heading-left p {
  margin-top: -5px;
  margin-bottom: 0;
}

.heading-left h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

.heading-left a {
  margin-top: 10px;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

/* Fixed Shape */
.fixed-shape-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}

.fixed-shape-bottom img {
  width: 100%;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */
.language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  left: auto !important;
  right: 0;
}

.nav-box .language-switcher .dropdown-menu {
  top: 58px;
}

@media (min-width: 1024px) {
  .nav-box .language-switcher .dropdown-menu {
    top: 80px;
  }
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}


/* ============================================================== 
     # Top Bar 
=================================================================== */

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

.top-bar-area li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area p {
  margin: 0;
  font-weight: 500;
}

.top-bar-area p a {
  text-decoration: underline;
  font-weight: 600;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .button a {
  display: inline-block;
  padding: 6px 25px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-bar-area li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 19px;
  width: 1px;
  border-left: 1px solid #dddddd;
}

.top-bar-area li:first-child::after {
  display: none;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .social ul {
  margin-left: 30px;
}

.top-bar-area .social ul li::after {
  display: none;
}

.top-bar-area .social li {
  margin-left: 10px;
}

.top-bar-area.inc-pad {
  padding: 15px 0;
}

.top-bar-area.inc-padding {
  padding: 10px 0;
}

.top-bar-area .button i {
  margin-right: 5px;
}

.top-bar-area .info li i {
  margin-right: 5px;
  color: #086AD8;
}

.top-bar-area.fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.top-bar-area.fixe .row {
  align-items: center;
}

.top-bar-area.fixed {
  padding: 20px 0;
}

.top-bar-area .address-info li {
  text-align: left;
}

.top-bar-area .address-info li .icon, 
.top-bar-area .address-info li .info {
  display: inline-block;
}

.top-bar-area .address-info li .icon i {
  margin-right: 10px;
}

.top-bar-area .info a {
  margin-left: 20px;
}

.top-bar-area.fixed .container {
  padding-right: 30px;
}

.top-bar-area.bg-dark .info li i,
.top-bar-area.bg-theme .info li i {
  color: #ffffff;
}

.top-bar-area.inc-logo {
  padding: 15px 0;
}

.top-bar-area .info-colums ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar-area .info-colums ul .info span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.top-bar-area .info-colums li i {
  font-size: 35px;
}

.top-bar-area .info-colums ul .info {
  font-size: 14px;
  text-align: left;
}

.top-bar-area .info-colums .info,
.top-bar-area .info-colums .icon {
  display: inline-block;
}

.top-bar-area .info-colums ul li {
  text-align: left;
}

.top-bar-area .info-colums ul li .info {
  line-height: 24px;
}

.top-bar-area .info-colums ul li .icon {
  margin-right: 15px;
}

.top-bar-area .info-colums ul li::after {
  height: 90%;
  top: 5%;
}

.top-bar-area.bg-theme .info-colums ul li::after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .info-colums ul li .icon i {
  color: #086AD8;
}

.top-bar-area.bg-theme .info-colums ul li .icon i {
  color: #ffffff;
}

.top-bar-area.bg-theme {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb-area {
    padding: 150px 0;
}

.breadcrumb-area.less-background {
    background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}

.breadcrumb-area.less-background::after {
    display: none;
}

.breadcrumb-area.less-background .breadcrumb::after {
    display: none;
}

.breadcrumb-area.less-background ul.breadcrumb::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.1;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h2 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
  border: 2px solid #ffffff;
  content: "";
  height: 10px;
  left: -7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
    color: #ffffff;
    text-decoration: underline;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area.auto-height.circle-shape .content {
  padding: 200px 0;
}

.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 .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.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(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(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 .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.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: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* 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;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #086AD8;
}

.banner-area.text-light .carousel-control,
.banner-area .text-light .carousel-control {
  color: #ffffff;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
  display: inline-block;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
  display: block;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.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.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}


/* Content */
.banner-area .thumb {
  position: relative;
  top: 120px;
}

.banner-area.inc-shape .thumb {
  position: relative;
  z-index: 1;
}

.banner-area.inc-shape .thumb::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  z-index: -1;
}

.banner-area .content h2 {
  font-size: 60px;
  margin-bottom: 25px;
}

.banner-area.text-color .content h2 strong {
  font-weight: 800;
  color: #086AD8;
}

.banner-area.text-light .content h2 strong {
  color: #ffffff;
}

.banner-area .content h2 strong {
  font-weight: 800;
  display: block;
}

.banner-area .content h4 {
  margin-bottom: 25px;
}

.banner-area .content a {
  margin-top: 20px;
}

.banner-area.text-center .content a,
.banner-area .text-center .content a {
  margin-left: 15px;
  margin-right: 15px;
}

.banner-area.top-pad-60 .content {
  padding-top: 60px;
}

.banner-area.border-shadow .box-table {
  position: relative;
  z-index: 1;
}

.banner-area.border-shadow .box-cell::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/9.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.banner-area.text-large .content h2 {
  font-size: 80px;
}

.banner-area .appoinment-box, 
.banner-area .appoinment-box div {
  height: auto;
}

.banner-area .item-box .item .row div {
  height: auto;
}

.banner-area .appoinment-box {
    padding: 60px 37px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px #cccccc;
}

.banner-area .appoinment-box h4 {
  color: #0e2b3d;
  font-weight: 600;
}

.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: #086AD8;
    padding: 10px 25px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}

.banner-area.heading-border .content h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.banner-area.heading-border .content h4::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #ffffff;
}

.banner-area.circle-shape .content::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 450px;
    width: 450px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
}

.banner-area.circle-shape .content::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 550px;
    width: 550px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}


.banner-area.center-item .thumb {
    position: inherit;
    top: 0;
}

.banner-area.center-item .row > div {
    height: auto;
}

.banner-area.shape {
  position: relative;
  z-index: 1;
}

.banner-area.shape::after {
    position: absolute;
    right: -20%;
    top: -20%;
    content: "";
    height: 700px;
    width: 700px;
    background: #f3f7fd;
    z-index: -1;
    border-radius: 30px;
    transform: rotate(45deg);
}

.banner-area .fixed-shape.right.top {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner-area .content .bottom {
    display: flex;
    align-items: center;
}

.banner-area .content .bottom a {
    margin-right: 30px;
}

.banner-area .content .bottom .call-us h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #086AD8;
}

.banner-area.text-light .content .bottom .call-us h5 {
    color: #ffffff;
}

.banner-area .content .bottom .call-us {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}

.banner-area .content .bottom .call-us span {
    font-weight: 600;
    color: #232323;
}

.banner-area .content .bottom .call-us i {
    height: 50px;
    width: 50px;
    background: #086AD8;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    margin-right: 15px;
}

.banner-area .content .bottom .call-us i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #086AD8;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}

.banner-area.text-light .content .bottom .call-us span {
    color: #ffffff;
}

.banner-area .banner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom left;
}

.banner-area.bg-gradient {
    background-position: bottom left;
}

.banner-area.bottom-shape {
  position: relative;
  z-index: 1;
}

.banner-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-area .fixed-shape img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


@media (min-width:1300px) {
.banner-box {
    padding: 50px;
    padding-top: 95px;
    border-radius: 8px;
}
}

.banner-area .fixed-shape-bottom {
    z-index: -1;
    opacity: 0.1;
}

.banner-area .row.align-center div {
    height: auto;
}

.banner-area .thumbs {
    position: relative;
    z-index: 1;
}

.banner-area .thumbs::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/15.png);
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.banner-area.mar-top-100p .content {
    margin-top: 100px;
}

.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.banner-area.carousel-shape .slider-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: right;
}

.banner-area.carousel-shape .box-cell::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/18.png);
    background-size: cover;
    background-position: right;
}

.banner-area.carousel-shape p {
    padding-right: 20%;
    font-size: 18px;
    line-height: 36px;
}

.banner-area.bg-adjustable {
    background-size: cover;
    width: 100%;
    background-position: bottom left;
    padding-top: 100px;
    height: 100vh;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #086AD8;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff 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;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #086AD8 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #086AD8;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 0 !important;
  top: 43px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.video-play-button.relative i {
  line-height: 63px;
  font-size: 20px;
}

.video-play-button.relative span {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    left: 100%;
    min-width: 300%;
    text-transform: uppercase;
    margin-top: -7px;
    margin-left: 20px;
    text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  color: #0e2b3d;
}

.nice-select .current {
  color: #666666;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About 
=================================================================== */

.about-area.inc-shape::after {
  transform: translateX(10px);
  position: absolute;
  left: -100px;
  top: 150px;
  content: "";
  height: 100%;
  width: 40%;
  background: url(../img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-area .thumb {
  position: relative;
}

.about-area .thumb img {
  border-radius: 8px;
}

.about-area .thumb img:first-child {
  width: 80%;
}

.about-area .thumb img:nth-child(2) {
  position: relative;
  left: 20%;
  width: 80%;
  top: -80px;
  margin-bottom: -80px;
  box-shadow: 0 0 10px #cccccc;
  padding: 5px;
  background: #ffffff;
}

.about-area .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.about-area .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}
 
.about-area .thumb .overlay {
  position: absolute;
  right: 0;
  top: 50%;
  height: 250px;
  width: 250px;
  text-align: center;
  background: #ffffff;
  transform: translate(50px, -50%);
  border-radius: 8px;
  box-shadow: 0 0 10px #cccccc;
}

.about-area .thumb .overlay .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;
}

.about-area .thumb .overlay h4 {
  margin: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
}

.about-area .info ul li {
  display: flex;
}

.about-area .info ul li i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: #086AD8;
}

.about-area .info ul li h4 {
    font-weight: 600;
    font-size: 18px;
}

.about-area .info ul li {
  margin-top: 30px;
}

.about-area .info ul li p {
  margin: 0;
}

.about-area .info ul li:first-child {
  margin-top: 0;
}

.about-area .info ul {
  margin-top: 30px;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-area .author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .author img {
  height: 100px;
}

.about-area .author .signature {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  margin-right: 20px;
}

.about-area .author h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-area.reverse .thumbs img {
    max-width: 120%;
}

.about-area.reverse .info {
    padding-right: 35px;
}

.about-area.reverse .info {
    padding-bottom: 120px;
}

.about-area .info .progress-box .progress {
    height: 5px;
    overflow: inherit;
}

.about-area.reverse .info .progress-box h5 {
    font-weight: 600;
    font-size: 16px;
}

.about-area.reverse .info .progress-box {
    margin-top: 30px;
    overflow: inherit;
    text-align: left;
}

.about-area .info .progress-box .progress .progress-bar {
  position: relative;
  overflow: inherit;
  background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}

.about-area .info .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: #086AD8;
    padding: 0px 8px;
    font-weight: 600;
    font-size: 12px;
}

.about-area .info .progress-box .progress .progress-bar span::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #086AD8;
}

/* ============================================================== 
     # About Version Two
=================================================================== */
.about-content-area .info > h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #086AD8;
    margin-bottom: 30px;
}

.about-content-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.about-content-area .thumb {
    position: relative;
    margin-bottom: 50px;
}

.about-area .thumb .overlay {
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    width: 250px;
    text-align: center;
    background: #ffffff;
    transform: translate(50px, -50%);
    border-radius: 8px;
    box-shadow: 0 0 10px #cccccc;
}

.about-content-area .thumb img:first-child {
  width: 90%;
}

.about-content-area .thumb img:nth-child(2) {
  position: relative;
  left: 20%;
  width: 80%;
  top: -80px;
  margin-bottom: -80px;
  box-shadow: 0 0 10px #cccccc;
  padding: 5px;
  background: #ffffff;
}

.about-content-area .overlay {
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
    padding: 50px 30px;
    clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);
    display: flex;
    align-items: center;
    bottom: -50px;
}

.about-content-area .overlay h4 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
}

.about-content-area .overlay p {
    margin: 0;
    color: #ffffff;
    font-style: italic;
}

.about-content-area .overlay i {
    font-size: 60px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    padding-right: 25px;
}

.content-tabs .nav-tabs {
    margin-bottom: 30px !important;
    border-bottom: 2px solid #e7e7e7;
    margin-top: 30px;
}

.content-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
}

.content-tabs .nav-tabs li a {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
    text-transform: uppercase;
}

.content-tabs .nav-tabs li a:hover,
.content-tabs .nav-tabs li a:focus {
  background: transparent;
}

.content-tabs .nav-tabs li a.active::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 100%;
    background: #086AD8;
}

.content-tabs .nav-tabs li a.active {
  color: #086AD8;
  background: transparent;
}


.content-tabs p:last-child {
  margin-bottom: 0;
}

.about-standard-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: -100px;
}

.about-standard-area .fixed-shape img {
    max-width: 70%;
}

.about-standard-area .thumb {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.about-standard-area .thumb img:nth-child(2) {
    position: absolute;
    left: -100px;
    top: -60px;
    width: 300px;
}

.about-standard-area .thumb img:nth-child(2) {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.about-standard-area .thumb img:nth-child(3) {
    position: absolute;
    left: -50px;
    bottom: -50px;
    height: 300px;
}

.about-standard-area .thumb img:first-child {
    max-width: 90%;
    float: right;
    border: 10px solid #ffffff;
    z-index: 9;
    position: relative;
}

.about-standard-area .thumb img {
    box-shadow: 0 0 10px #cccccc;
    border-radius: 5px;
}

.about-standard-area .overlay {
    position: absolute;
    left: 0;
    background: #ffffff;
    padding: 40px 40px;
    box-shadow: 0 0 10px #cccccc;
    display: flex;
    align-items: center;
    bottom: 50px;
    z-index: 9;
    border-radius: 5px;
}

.about-standard-area .overlay .video {
    margin-top: -30px;
}

.about-standard-area .overlay .content {
    padding-left: 25px;
    border-left: 1px solid #dddddd;
    margin-left: 35px;
}

.about-standard-area .overlay h4 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.about-standard-area .overlay h4 strong {
    display: block;
    font-size: 36px;
    margin-top: 5px;
    font-weight: 600;
}

.about-standard-area .overlay p {
    margin: 0;
    color: #ffffff;
    font-style: italic;
}

.about-standard-area .info {
  padding-left: 35px;
}


.about-standard-area .info > h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    color: #086AD8;
}

.about-standard-area .info > h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #086AD8;
    margin-top: -1px;
}

.about-standard-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
}


.about-standard-area .info blockquote {
    margin: 0;
    margin-top: 30px;
    color: #232323;
    font-style: italic;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

.about-standard-area .info a {
    margin-top: 30px;
}



@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ============================================================== 
     # Who We Area
=================================================================== */
.who-we-area-box .item {
  padding: 120px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.who-we-area-box .item:last-child {
  border: none;
}

.who-we-area-box .item .text-blur {
  position: absolute;
  top: 75px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.who-we-area-box .item h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.who-we-area-box .item a {
  margin-top: 15px;
}

/* ============================================================== 
     # Features 
=================================================================== */

.features-area.bottom-shape::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/5.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.border-shape::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  border-right: 100vw solid #ffffff;
  border-top: 60px solid transparent;
}

.features-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

.features-area .single-item {
  margin-bottom: 30px;
}

.features-area .item {
  padding: 50px 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.features-area .item > i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #086AD8;
  position: relative;
  z-index: 1;
}

.features-area .item h5 {
    font-weight: 600;
    font-size: 18px;
}

.features-area .item p {
  margin: 0;
}

.features-area .item-grid:first-child {
  margin-top: 50px;
}

.features-area .item-grid .item {
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
}

.features-area .item-grid .item:first-child {
  margin-top: 0;
}

.features-area .features-box {
  padding-left: 35px;
}

.features-area .item-grid:first-child .item:first-child,
.features-area .item-grid:last-child .item:last-child,
.features-area .item-grid .item:hover {
  background: linear-gradient(90deg, rgba(8,106,216,1) 0%, rgba(10,60,116,1) 100%);
}

.features-area .item-grid:first-child .item:first-child i, 
.features-area .item-grid:first-child .item:first-child a, 
.features-area .item-grid:first-child .item:first-child p,
.features-area .item-grid:last-child .item:last-child i, 
.features-area .item-grid:last-child .item:last-child a, 
.features-area .item-grid:last-child .item:last-child p,
.features-area .item-grid .item:hover i, 
.features-area .item-grid .item:hover a, 
.features-area .item-grid .item:hover p {
  color: #ffffff;
  transition: all 0.35s ease-in-out;
}

/* Why us */
.why-us > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

.why-us > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #232323;
  margin-top: -1px;
}

.why-us h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.why-us ul li {
  margin-top: 25px;
}

.why-us ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.why-us ul li strong {
  font-size: 2rem;
  font-weight: 600;
  margin-right: 15px;
}

.why-us ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 25px;
  padding-top: 25px;
}

.why-us ul li:first-child {
  margin-top: 0;
}

/* ============================================================== 
     # Features Version Two
=================================================================== */

.feature-area.half-bg {
  position: relative;
  z-index: 1;
}

.feature-area.half-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  border-right: 100vw solid #f3f7fd;
  border-top: 200px solid transparent;
  width: 0;
  z-index: -1;
}

.feature-area .features-box .item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-area .features-box .item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}

.feature-area .features-box .item .overlay .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-area .features-box .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;
}

.feature-area .features-box .item .overlay i {
  font-size: 22px;
  display: inline-block;
  line-height: 45px;
}

.feature-area .features-box .item .overlay h4 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.feature-area .features-box .item span {
  position: absolute;
  font-weight: bold;
  font-size: 80px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  left: 30px;
  bottom: 20px;
  z-index: 2;
  line-height: 80px;
  opacity: 0.5;
}

.feature-area .features-box .item img {
  -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;
}

.feature-area .features-box .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-area .features-box .item .overlay .info > a {
  display: inline-block;
  min-height: 45px;
  min-width: 45px;
  height: 45px;
  width: 45px;
  background: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #086AD8;
  opacity: 0;
  transform: translateX(20px);
}

.feature-area .features-box .item:hover .overlay .info > a {
  opacity: 1;
  transform: translateX(0);
}


/* ============================================================== 
     # Top Features
=================================================================== */

.top-features-area .single-item {
  margin-bottom: 30px;
}

.top-features-area .item {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    border: 1px solid #e7e7e7;
    background: #ffffff;
}

.top-features-area .item .icon i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #086AD8;;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.top-features-area .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #086AD8;
    z-index: -1;
    border-radius: 38% 62% 62% 38% / 41% 44% 56% 59% ;
    opacity: 0.1;
}

.top-features-area .single-item:nth-child(2n) .item i {
    color: #8a49a1;
}

.top-features-area .single-item:nth-child(2n) .item i::after {
    background: #8a49a1;
}

.top-features-area .single-item:nth-child(3n) .item i {
    color: #57b957;
}

.top-features-area .single-item:nth-child(3n) .item i::after {
  background: #57b957;
}

.top-features-area .single-item:nth-child(4n) .item i {
    color: #ff583c;
}

.top-features-area .single-item:nth-child(4n) .item i::after {
    background: #ff583c;
}

.top-features-area .item p {
  margin: 0;
}

.top-features-area .single-item .item::after {
    position: absolute;
    right: 0;
    bottom: -30px;
    content: "";
    height: 40%;
    width: 40%;
    background: url(../img/shape/8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.top-features-area .item ul li {
  position: relative;
  z-index: 1;
  color: #0e2b3d;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 600;
}

.top-features-area .item ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
}

.top-features-area .item ul {
  margin-top: 15px;
}

.top-features-area .item .more {
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
}

.top-features-area .item .more a {
    color: #086AD8;
}

.top-features-area .item .more a i {
  margin-left: 5px;
}

.top-features-area .item > a {
  margin-top: 20px;
}

/* ============================================================== 
     # Featured Version Four
=================================================================== */

.feature-area .feature-box .content .content-box {
    padding: 50px;
    background: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-left: 4px solid #086AD8;
}

.feature-area .feature-box .thumb {
  position: relative;
}

.feature-area .feature-box .thumb img {
    max-width: 120%;
}

.feature-area .feature-box .item {
    display: flex;
    margin-top: 50px;
}

.feature-area .feature-box .item i {
    display: inline-block;
    font-size: 50px;
    margin-right: 30px;
    background: linear-gradient(90deg, rgba(3,25,65,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-area .feature-box .item h5 a {
    font-weight: 700;
}

.feature-area .feature-box .item:first-child {
    margin-top: 0;
}

.feature-area .feature-box .item p {
    margin: 0;
}

.feature-area .feature-box .content {
    padding-left: 35px;
}


/* ============================================================== 
     # Featured Services
=================================================================== */
.featured-services-area .fixed-shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
}

.service-area .fixed-shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.featured-services-area .single-item {
  margin-bottom: 30px;
}

.featured-services-area .item {
    background: #ffffff;
    padding: 50px 30px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    position: relative;
    z-index: 1;
}

.featured-services-area .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #086AD8;
}

.featured-services-area .single-item:nth-child(2n) .item i {
    color: #57b957;
}

.featured-services-area .single-item:nth-child(3n) .item i {
    color: #8a49a1;
}

.featured-services-area .single-item:nth-child(4n) .item i {
    color: #ff583c;
}

.featured-services-area .item h5 {
    font-weight: 700;
}

.featured-services-area .item p {
    margin: 0;
}

.featured-services-area .item::after {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 3px;
    content: "";
    background: #086AD8;
    bottom: 0;
    margin-left: -25px;
    transition: all 0.35s ease-in-out;
    border-radius: 50px;
    opacity: 0;
}

.featured-services-area .item:hover::after {
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 1;
}

/* ============================================================== 
     # Clients
=================================================================== */
.clients-area .clients-carousel img {
  width: auto;
  margin: auto;
}

/* ============================================================== 
     # Video Area
=================================================================== */
.video-area.extra-padding {
  padding-bottom: 240px;
}

.video-area h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.video-area h2 {
  font-weight: 600;
}

.video-area a.video-play-button.relative {
  top: 59px;
}

/* ============================================================== 
     # Why Choose Us
=================================================================== */
.choose-us-area .item {
  padding: 50px 37px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  display: flex;
  background: #ffffff;
  border-radius: 8px;
}

.choose-us-area .items-box {
  margin-top: -120px;
}

.choose-us-area .item .icon i {
  display: inline-block;
  font-size: 60px;
  margin-right: 25px;
  color: #086AD8;
}

.choose-us-area .item h4 {
  font-weight: 600;
}

.choose-us-area .item a {
  color: #086AD8;
}

.choose-us-area .item .call {
  display: flex;
  align-items: center;
}

.choose-us-area .item .call span {
  display: block;
  text-transform: uppercase;
  color: #0e2b3d;
  font-weight: 600;
}

.choose-us-area .item .call i {
  display: inline-block;
  font-size: 50px;
  margin-right: 20px;
  color: #086AD8;
}

/* ============================================================== 
     # Work Process 
=================================================================== */

.work-process-area .single-item {
  margin-bottom: 30px;
}

.work-process-area .thumb img {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: 9px solid #ffffff;
}

.work-process-area .work-pro-items .item i {
  display: inline-block;
  color: #086AD8;
  font-size: 60px;
  margin-bottom: 30px;
}

.work-process-area .work-pro-items .item h5 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
}

.work-process-area .work-pro-items .item .icon {
  position: relative;
}

.work-process-area .work-pro-items .item .icon span {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 100px;
    z-index: -1;
    color: #f4f4f4;
    opacity: 0.9;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #f4f4f4;
    line-height: 50px;
    font-family: sans-serif;
}

.work-process-area .work-pro-items .item {
  border: 1px solid #e7e7e7;
  padding: 50px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.work-process-area .work-pro-items .item p {
  margin: 0;
}

/* Animation */
.work-process-area .work-pro-items .item::before, 
.work-process-area .work-pro-items .item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #086AD8;
}

.work-process-area .work-pro-items .item .item-inner::before, 
.work-process-area .work-pro-items .item .item-inner::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #086AD8;
}

.work-process-area .work-pro-items .item:hover::before, 
.work-process-area .work-pro-items .item:hover::after {
  width: 100%;
}

.work-process-area .work-pro-items .item:hover .item-inner::before, 
.work-process-area .work-pro-items .item:hover .item-inner::after {
  height: 100%;
}


.work-process-area .work-pro-items .item::before, 
.work-process-area .work-pro-items .item::after {
  transition-delay: 0.2s;
}

.work-process-area .work-pro-items .item .item-inner::before, 
.work-process-area .work-pro-items .item .item-inner::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item::before {
  right: 0;
  top: 0;
}

.work-process-area .work-pro-items .item::after {
  left: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item .item-inner::before {
  left: 0;
  top: 0;
}

.work-process-area .work-pro-items .item .item-inner::after {
  right: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item:hover::before, 
.work-process-area .work-pro-items .item:hover::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item:hover .item-inner::before, 
.work-process-area .work-pro-items .item:hover .item-inner::after {
  transition-delay: 0.2s;
}


/* ============================================================== 
     # Works About Area 
=================================================================== */

.page-template-home7 .works-about-area {
    background: #ffffff !important;
}

.page-template-home7 .works-about-area .works-about-items::before {
    background: #ffffff;
}

.works-about-area {
  position: relative;
  z-index: 1;
}

.works-about-items {
  position: relative;
  z-index: 1;
}

.works-about-items::before {
  position: absolute;
  right: 20%;
  top: 0;
  content: "";
  height: 100%;
  width: 500%;
  background: #f3f7fd;
  z-index: -1;
}

.works-about-area .works-about-items .thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.works-about-area .works-about-items .thumb .fun-fact {
  position: absolute;
  left: -50px;
  bottom: -50px;
  background: #ffffff;
  padding: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  text-align: center;
}

.works-about-area.reverse .works-about-items .thumb .fun-fact {
  position: absolute;
  left: auto;
  right: -50px;
  bottom: -50px;
}

.works-about-area .works-about-items .thumb .fun-fact .medium {
  display: block;
  font-weight: 600;
}

.works-about-area .works-about-items .thumb .fun-fact .timer {
  display: inline-block;
  font-weight: 800;
  color: #0e2b3d;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-left: -20px;
}

.works-about-area .works-about-items .thumb .fun-fact .timer::after {
  position: absolute;
  right: -25px;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
}

.works-about-area .works-about-items .info {
  padding-right: 80px;
}

.works-about-area.reverse .works-about-items .info {
  padding-right: 15px;
  padding-left: 80px;
}

.works-about-items .info > h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 45px;
  color: #086AD8;
}

.works-about-items .info > h5::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #086AD8;
  margin-top: -1px;
}

.works-about-items .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.works-about-items ul li {
  margin-top: 25px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}

.works-about-items ul li::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "\f058";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #086AD8;
}

.works-about-items ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}

.works-about-items ul li i {
  display: inline-block;
  font-size: 45px;
  min-width: 60px;
  margin-right: 10px;
}

.works-about-area .works-about-items .info a {
  margin-top: 30px;
  padding: 15px 40px;
}

/* ============================================================== 
     # Services 
=================================================================== */

.services-area .services-items.services-carousel .owl-stage-outer {
  padding-bottom: 30px;
}

.services-area .services-items .item .shape {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .item {
    padding: 60px 30px;
    padding-top: 80px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 0 10px #cccccc;
}

.services-area .services-items .item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(90deg, rgba(4,45,92,1) 0%, rgba(63,146,240,1) 48%);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
}

.services-area .services-items .item:hover::after {
  height: 100%;
  opacity: 1;
}

.services-area .services-items .item .content {
  position: relative;
}

.services-area .services-items .item .info {
  position: relative;
}

.services-area .services-items .item .info > a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 50%;
    position: absolute;
    bottom: -78px;
    left: 50%;
    margin-left: -25px;
}

.services-area .services-items .item:hover .info > a {
  background: #086AD8;
  color: #ffffff;
}

.services-area .services-items .item img {
  height: 100%;
  width: 100%;
}

.services-area .services-items .item .icon-opacity i {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 100px;
  opacity: 0.08;
  z-index: -1;
}

.services-area .services-items .item .icon > i {
    display: inline-block;
    font-size: 55px;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    color: #086AD8;
}

.services-area .services-items .item .icon > i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 180%;
    width: 180%;
    background: url(../img/shape/19.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.services-area .services-items .item h4 {
    font-weight: 600;
    font-size: 20px;
}

.services-area .services-items .item h4 a {
  font-weight: 600;
}

.services-area .services-items .item a {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.services-area .services-items .item a i {
  position: relative;
  top: 1px;
  left: 2px;
}

.services-area .services-items .item p {
  margin-bottom: -5px;
}

.services-area .services-items .item i,
.services-area .services-items .item i::after,
.services-area .services-items .item h4,
.services-area .services-items .item p {
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item:hover i,
.services-area .services-items .item:hover h4 a,
.services-area .services-items .item:hover p {
  color: #ffffff;
}

.services-area .services-items .item:hover i::after {
  opacity: 0.1;
}


.services-area .services-items.services-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot {
    margin-bottom: -5px;
    margin-top: 20px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  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-area .services-items.services-carousel.owl-carousel .owl-dot.active span::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: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Services Version Two 
=================================================================== */

.service-area .service-items .single-item {
  margin-bottom: 30px;
}

.service-area .service-items .item {
  padding: 50px 30px;
  box-shadow: 0 15px 55px -5px rgba(9,31,67,.1);
  background: #ffffff;
}

.service-area .service-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.service-area .service-items .item .info > i {
  display: inline-block;
  font-size: 70px;
  background: linear-gradient(90deg, rgba(3,25,65,1) 0%, rgba(67,126,235,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 30px;
}

.service-area .service-items .item .info > i::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(225deg);
}

.service-area .service-items .item .info h4 {
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 18px;
}

.service-area .service-items .item:hover .btn-standard::after {
  left: 0;
}

.service-area .service-items .item:hover .btn-standard,
.service-area .service-items .item:hover .btn-standard i {
  color: #ffffff;
}


/* ============================================================== 
     # Tabs Services 
=================================================================== */

.services-area .services-tabs .row {
  margin-left: 0;
}

.services-area .services-tabs ul {
  border: none;
  margin-bottom: 30px;
  text-align: center;
}

.services-area .services-tabs ul li {
  display: inline-block;
  border: none;
  margin: 0;
}

.services-area .services-tabs ul li a {
  border: none;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 15px 40px;
  background: #f3f7fd;
  margin: 5px 10px;
  margin-bottom: 30px;
  margin-top: 0;
}

.services-area .services-tabs ul li a.active {
  background: #086AD8;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.services-area .services-tabs ul li a.active::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.35s ease-in-out;
}

.services-area .services-tabs .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-area .services-tabs .info {
  padding-left: 35px;
}

.services-area .services-tabs .tab-pane {
  background: #f3f7fd;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.services-area .services-tabs .info .content {
  padding: 50px;
  padding-left: 20px;
}

.services-area .services-tabs .tab-pane::after {
  position: absolute;
  right: 0;
  bottom: -50px;
  content: "";
  height: 100%;
  width: 90%;
  background: #f3f7fd;
  z-index: -1;
}

.services-area .services-tabs .info .content {
  position: relative;
}

.services-area .services-tabs .info .content span {
  position: absolute;
  font-weight: bold;
  font-size: 150px;
  text-transform: uppercase;
  line-height: 150px;
  color: transparent;
  -webkit-text-stroke: 1px #f4f4f4;
  right: 0px;
  top: -22px;
  z-index: 2;
}

.services-area .services-tabs .info .content ul {
  text-align: left;
  margin-top: 25px;
}

.services-area .services-tabs .info .content ul li {
  display: block;
  margin-bottom: 10px;
  color: #0e2b3d;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.services-area .services-tabs .info .content ul li:last-child {
  margin-bottom: 0;
}

.services-area .services-tabs .info .content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.services-area .services-tabs .info .content a {
  color: #086AD8;
}

.services-area .services-tabs .info .content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #086AD8;
}

.services-area .services-tabs .info .content i {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-size: 100px;
  opacity: 0.1;
}

/* ============================================================== 
     # Services Version Three 
=================================================================== */

.service-area .service-box .single-item {
  margin-bottom: 30px;
}

.service-area .service-box .item {
    display: flex;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-area .service-box .item i {
    display: inline-block;
    font-size: 60px;
    min-width: 50px;
    margin-right: 20px;
    color: #086AD8;
}

.service-area .service-box .item p {
    margin-bottom: 0;
}

.service-area .service-box .item .icon {
    position: relative;
    z-index: 1;
}

.service-area .service-box .item .icon::after {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    height: 50px;
    width: 50px;
    background: #086AD8;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    transition: transition: all 0.35s ease-in-out;;
}

.service-area .service-box .item:hover .icon::after {
    background: #ffffff;
    opacity: 0.1;
}

.service-area .service-box .item::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(4,45,92,1) 0%, rgba(63,146,240,1) 48%);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover::after {
    bottom: 0;
}

.service-area .service-box .item i,
.service-area .service-box .item p {
  transition: all 0.35s ease-in-out;
}

.service-area .service-box .item:hover i,
.service-area .service-box .item:hover a,
.service-area .service-box .item:hover p {
  color: #ffffff;
}

.standard-services-area .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.4;
}

.standard-services-items .item {
    padding: 67px 37px;
}

.standard-services-items .item {
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
    border-radius: 7px;
}

.standard-services-items .item .info > i {
    display: inline-block;
    margin-bottom: 30px;
    background: #086AD8;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #ffffff;
    font-size: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.standard-services-items .item .info h4 {
  font-weight: 600;
  font-size: 20px;
}

.standard-services-items .item .info p {
  margin: 0;
}


.standard-services-items .item::after {
    position: absolute;
    left: 0;
    top: -50px;
    content: "";
    height: 200px;
    width: 179px;
    background: url(../img/shape/23.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.standard-services-items .center .item::after {
    left: 0;
    top: 0;
    opacity: 1;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dots {
    margin-top: 20px;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dot {
    margin-bottom: -5px;
    margin-top: 20px;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}

.standard-services-area .standard-services-items.owl-carousel .owl-dot.active span::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: #437eeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ============================================================== 
     # Services Details 
=================================================================== */

.services-details-area .content img {
    margin-bottom: 30px;
}

.services-details-area .content h2, 
.services-details-area .content h3, 
.services-details-area .content h4, 
.services-details-area .content h5 {
    font-weight: 600;
    line-height: 1.3;
}

.services-details-area .content p {
  margin-bottom: 25px;
}

.services-details-area .content p:last-child {
  margin-bottom: 0;
}

.services-details-area .content ul li {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    color: #232323;
}

.services-details-area .content ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 100%;
    width: 100%;
    color: #086AD8;
}

.services-details-area .content ul li:last-child {
    margin-bottom: 0;
}

.services-details-area .content ul {
    margin-bottom: 25px;
    margin-top: 20px;
}

.services-details-area .content .thumbs img {
    margin-bottom: 0;
    margin-top: 15px;
}

/* Sidebar */
.services-details-area .sidebar-item {
    margin-bottom: 50px;
}

.services-details-area .sidebar-item:last-child {
    margin-bottom: 0;
}

.services-details-area .sidebar-item {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    padding: 30px;
    border-radius: 5px;
}

.services-details-area .sidebar-item .title h4 {
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
}

.services-details-area .sidebar-item .title h4::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    height: 20px;
    width: 3px;
    background: #086AD8;
}

.services-details-area .sidebar-item.link li {
    display: block;
}

.services-details-area .sidebar-item.link li a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
}

.services-details-area .sidebar-item.link {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: transparent;
}

.services-details-area .sidebar-item.link li:last-child a {
    border: none;
}

.services-details-area .sidebar-item.link li a:hover, 
.services-details-area .sidebar-item.link li a.active {
    color: #ffffff;
}

.services-details-area .sidebar-item.link li a.active::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f105";
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 660;
    transform: translateY(-50%);
    font-size: 20px;
}

.services-details-area .sidebar-item.link li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(8,106,216,1) 0%, rgba(10,60,116,1) 100%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.services-details-area .sidebar-item.link li a:hover::before,
.services-details-area .sidebar-item.link li a.active::before {
  width: 100%;
}

.services-details-area .sidebar-item.banner {
    border-radius: 5px;
    padding: 0;
    border: none;
    background: transparent;
}

.services-details-area .sidebar-item.banner .thumb {
    position: relative;
    z-index: 1;
}

.services-details-area .sidebar-item.banner .thumb img {
    border-radius: 5px;
}

.services-details-area .sidebar-item.banner .thumb .content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 30px;
}

.services-details-area .sidebar-item.banner .thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    border-radius: 5px;
    opacity: 0.5;
}

.services-details-area .sidebar-item.banner .thumb .content h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 26px;
}

.services-details-area .sidebar-item.banner .thumb .content h3 i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #086AD8;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    z-index: 1;
}

.services-details-area .sidebar-item.banner .thumb .content h3 i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #086AD8;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}

.services-details-area .sidebar-item.banner .thumb .content h5 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

.services-details-area .sidebar-item.brochure a {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.services-details-area .sidebar-item.brochure a i {
    font-size: 40px;
    font-weight: 500;
    margin-right: 10px;
    color: #086AD8;
}

.services-details-area .sidebar-item.brochure a:last-child {
    margin-top: 15px;
}

/* ============================================================== 
     # Skill 
=================================================================== */

.quick-contact-area.half-bg {
  position: relative;
  z-index: 1;
}

.quick-contact-area.half-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 60%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.quick-contact-items {
  padding: 50px 30px;
}

.quick-contact-items h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.quick-contact-items h2 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: -5px;
}

.quick-contact-items h2 strong {
  text-decoration: underline;
}

/* ============================================================== 
     # Thumb Services 
=================================================================== */
.thumb-services-area .services-items .item {
  background: #ffffff;
  padding: 60px 37px;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.thumb-services-area .services-items .item .icon {
  height: 150px;
  width: 150px;
  margin: auto auto 25px;
}

.thumb-services-area .services-items .item img {
  height: 100%;
  width: 100%;