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

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

#button 
{
color: white;
background-color: red;
}

body {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: normal;
    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: 'Roboto', 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: normal;
	line-height: 24px;
    font-size: 14px;
    /* line-height: 28px;
    font-size: 15px; */
}

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: 'Roboto', 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: 'Roboto', 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: 7px 15px;
}

.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: 1px;
	padding: 6px 25px;
	/* margin-top: 15px;
    padding: 10px 35px; */
	border: 1px solid #e7e7e7;
    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: 40px 0px 25px 0px /* 150px 0 */;
	/* padding: 65px 0px 45px 0px; */
}

.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: none /* 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: 27px;
  /* font-size: 37px; */
  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: 20px 0 300px 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: 30px;
}

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

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

/* ============================================================== 
     # 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; overflow: hidden; width: 172px; display: block;
}

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


/* ============================================================== 
     # 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: 25px 17px 5px 17px /* 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: -158px;  /* margin-top: -90px; */
}

.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: 50px;
  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; */
  padding: 20px 10px;
  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: 20px;
  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: 1px;
  padding: 3px 12px;
}

/* ============================================================== 
     # 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 22px 30px 22px;
    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; */ padding: 25px 20px;
  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: 55px;
  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: 12px;
}

.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: 20px;
    font-size: 16px;
}

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

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

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

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

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

.thumb-services-area .services-items .item .info > a {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb-services-area .services-items .item .info > a::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: #086AD8;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item:hover a::after {
  bottom: 0;
}

.thumb-services-area .services-items .item:hover a {
  color: #ffffff;
}

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

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

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

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

.thumb-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 Four 
=================================================================== */

.services-area .services-content .item {
    display: flex;
    box-shadow: 0 0 10px #cccccc;
    padding: 50px 37px;
}

.services-area .services-content .item img {
    max-width: 150px;
    min-width: 150px;
    height: 150px;
}

.services-area .services-content .item .icon {
    position: relative;
    z-index: 1;
    margin-right: 40px;
}

.services-area .services-content .item .icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 130px;
    width: 130px;
    transform: translate(-50%, -50%);
    background: #086AD8;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.services-area .services-content .item .icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 160px;
    width: 160px;
    transform: translate(-50%, -50%);
    background: #086AD8;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
}

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

.services-area .services-content .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;
}

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

.services-area .services-content .item .info > a {
    text-transform: uppercase;
    color: #086AD8;
    font-size: 13px;
}

.services-area .services-content .item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.services-area .services-content .item .bottom span {
    font-weight: 800;
    font-size: 30px;
    opacity: 0.3;
}

.services-area .services-content .item .bottom a {
    text-transform: uppercase;
    font-size: 13px;
}

.services-area .services-content .item .bottom a:hover {
    color: #086AD8;
}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dots {
  margin-top: 20px;
}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.services-area .services-content.services-2-col-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-content.services-2-col-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%;
}

/* ============================================================== 
     # Case Studies Area 
=================================================================== */

.case-studies-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 30%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}

.case-studies-area .item .thumb,
.case-studies-area .item {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.case-studies-area .item img {
  transition: all 0.35s ease-in-out;
}

.case-studies-area .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.case-studies-area .item .info .info-items {
  position: absolute;
  left: 30px;
  right: 60px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.case-studies-area .item:hover .info .info-items {
  bottom: 30px;
  opacity: 1;
}

.case-studies-area .info {
  position: relative;
  z-index: 1;
}

.case-studies-area .item .info .info-items ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.case-studies-area .item .info .info-items ul li::after {
  position: absolute;
  right: -5px;
  bottom: 0;
  content: ",";
  font-size: 14px;
}

.case-studies-area .item .info .info-items h4 {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 18px;
    text-transform: capitalize;
}

.case-studies-area .item .info .info-items .right-info a {
  display: inline-block;
  padding: 0 40px;
  background: #086AD8;
  color: #ffffff;
  position: absolute;
  height: 80%;
  right: -30px;
  top: 10%;
}

.case-studies-area .item .info .info-items .left-info {
  padding: 20px 30px;
  padding-right: 100px;
}

.case-studies-area .item .info .info-items .right-info a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.case-studies-area .item .info .info-items ul li:last-child::after {
  display: none;
}

.case-studies-area .owl-nav {
  margin: 0;
}

.case-studies-area .owl-nav .owl-prev, 
.case-studies-area .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #086AD8;
  font-size: 30px;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.case-studies-area .owl-nav .owl-next {
  left: auto;
  right: 10px;
}


/* ============================================================== 
     # Case Studies Version Two
=================================================================== */

.case-studies-area.grid-items #portfolio-grid {
  margin: -15px;
}

.case-studies-area.grid-items .case-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.case-studies-area.grid-items .case-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.case-studies-area.grid-items .case-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.case-studies-area.grid-items .case-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}

.case-items-area .pf-item .item {
  overflow: hidden;
  position: relative;
}

/* ============================================================== 
     # Case Details
=================================================================== */

.case-details-area .thumb img {
    border-radius: 10px;
}

.case-details-area h1, 
.case-details-area h2, 
.case-details-area h3, 
.case-details-area h4, 
.case-details-area h5, 
.case-details-area h6 {
    font-weight: 600;
}

.case-details-area .case-content {
    margin-top: 30px;
}

.case-details-area .top-info {
    margin-bottom: 30px;
}

.case-details-area .project-info h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

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

.case-details-area .left-info {
    padding-left: 35px;
}

.case-details-area ul.project-info {
    margin-top: 25px;
}

.case-details-area .left-info h2 {
    margin-bottom: 20px;
}

.case-details-area .project-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.case-details-area .project-info li:last-child {
    margin: 0;
    border: none;
    padding: 0;
}


/* ============================================================== 
     # Fun Factor
=================================================================== */

.fun-factor-area .fun-fact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fun-factor-area .fun-fact .icon i {
    display: inline-block;
    font-size: 70px;
    margin-right: 20px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg,rgba(65,84,241,1) 0%,rgba(14,32,173,1) 75%);
    -webkit-background-clip: text;
}

.fun-factor-area .item .timer {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #0e2b3d;
}

.fun-factor-area .item .medium {
    display: block;
    margin-bottom: -5px;
    text-transform: capitalize;
}

.fun-factor-area .fun-fact-items {
  position: relative;
  z-index: 1;
}

.fun-factor-area .fun-fact-items::after {
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    height: 100%;
    width: 400%;
	background: #efefef;
    /* background: #f3f7fd; */
    z-index: -1;
}


/* ============================================================== 
     # Team 
=================================================================== */

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

.team-area .team-items .thumb {
  position: relative;
}

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

.team-area .team-items .info {
  padding: 30px;
  background: #ffffff;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.team-area .team-items .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.team-area .team-items .info span {
    color: #086ad8;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

.team-area .team-items .social {
  position: absolute;
  right: 30px;
  bottom: -35px;
}

.team-area .team-items .social label i {
  transform: rotate(45deg);
}

.share-button i {
  transition: .3s ease;
}

.share-toggle:checked ~ .share-button i {
  transform: rotate(-180deg) !important;
}

.share-toggle:checked ~ .share-icon:nth-child(3) {
  transform: translateY(-70px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(4) {
  transform: translateY(-125px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(5) {
  transform: translateY(-180px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(6) {
  transform: translateY(-235px) rotate(0);
}

.share-button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #086AD8;
  background-color: #eeeeee;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #ffffff;
  cursor: pointer;
  transition: .3s ease;
  transform: rotate(45deg);
}

.share-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transform: translateX(0) rotate(180deg);
  cursor: pointer;
  transition: .3s ease-in-out;
}

.team-area .team-items .thumb .social a {
  color: #ffffff;
}

.team-area .team-items .thumb .social a.facebook {
  background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.twitter {
  background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.pinterest {
  background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.g-plus {
  background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.linkedin {
  background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.instagram {
  background: #3f729b none repeat scroll 0 0;
}

/* ============================================================== 
     # Team Single 
=================================================================== */
.team-single-area .thumb {
    padding-right: 35px;
}

.team-single-area .basic-info li {
    float: left;
    width: 50%;
    padding: 0 15px;
    color: #ffffff;
    margin-top: 15px;
}

.team-single-area .basic-info {
    clear: both;
    margin: 0 -15px;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
    padding-top: 15px;
    margin-top: 30px;
}

.team-single-area .basic-info::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 110%;
    background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
    z-index: -1;
}

.team-single-area .basic-info li a {
  color: #ffffff;
  font-weight: 400;
}

.team-single-area .social ul li {
    display: inline-block;
    margin-right: 7px;
}

.team-single-area .social ul li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #e9e9e9;
    text-align: center;
    border-radius: 50%;
    color: #232323;
}

.team-single-area .social ul li a:hover {
  background: #086AD8;
  color: #ffffff;
}

.team-single-area .social ul {
    margin-top: 30px;
    margin-bottom: 15px;
}

.team-single-area .content h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.team-single-area .content > span {
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    color: #086ad8;
}

.team-single-area .about-area.reverse .info .progress-box:first-child {
  margin-top: 0;
}

.team-single-area .bottom-info {
    margin-top: 50px;
}

.team-single-area .bottom-info h2 {
    font-weight: 600;
    font-size: 24px;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.team-single-area .about-area.reverse .info {
    padding-bottom: 0;
}
/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .item {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.testimonials-area .item p {
  font-size: 18px;
  color: #232323;
  line-height: 34px;
  font-style: italic;
}

.testimonials-area .thumb {
  position: relative;
  z-index: 1;
}

.testimonials-area .thumb i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 45px;
  width: 44px;
  line-height: 45px;
  background: #086AD8;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.testimonials-area .thumb img {
  border-radius: 50%;
}

.testimonials-area .item .provider {
  display: flex;
  align-items: center;
}

.testimonials-area .item .provider h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.testimonials-area .item .provider span {
  color: #232323;
}

.testimonials-area .item .provider span::before {
  content: ' / ';
  padding: 0 5px;
}

.testimonials-area .item .rating {
  margin-bottom: 10px;
  color: #ffb944;
}

.testimonials-area .item::before {
  position: absolute;
  left: -15px;
  top: 15px;
  content: "";
  height: 100%;
  width: 100%;
  border: 15px solid #086AD8;
  z-index: -1;
  opacity: 0.1;
}

.testimonials-area .testimonial-items .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots {
  margin-top: 30px;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .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;
}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .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%;
}


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

.about-area .faq-content {
  margin-top: 25px;
}

.about-area .thumb-box {
  position: relative;
  margin-right: 20px;
}

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

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

.faq-area .info h2 {
  font-weight: 600;
  margin-bottom: 10px; font-size: 20px; margin-right: 17px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f105";
  font-weight: 600;
  color: #999999;
}

.faq-area .faq-content .card {
  border: none;
  margin-bottom: 31px;
  overflow: inherit;
  background: transparent;
  border-radius: 5px;
  padding: 0;
}

.faq-area .faq-content {
    margin-top: 25px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.faq-area .info a.btn {
    padding: 1px 18px;
    font-size: 14px; height: 32px;
}

.faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding: 0;
    margin-top: 20px;
}

.faq-area .faq-content .card .card-body p:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #086AD8;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}

.faq-area .faq-content .card .card-header h4 strong::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #086AD8;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

/* Appoinment */
.faq-area .appoinment-form {
    padding: 50px;
    background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
    position: relative;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
}

.faq-area .appoinment-form::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/17.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.faq-area .appoinment-form h4 {
    color: #ffffff;
    font-weight: 600;
}

.faq-area .appoinment-form p {
    color: #ffffff;
    margin-bottom: 30px;
}

.faq-area .appoinment-form input, .faq-area .appoinment-form .nice-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px dashed rgba(255, 255, 255, 0.5);
    color: #ffffff;
    border-radius: 5px;
}

.faq-area .appoinment-form .nice-select .current {
  color: #ffffff;
}

.faq-area .appoinment-form .nice-select .option {
  color: #232323;
}

.faq-area .appoinment-form .nice-select::after {
  border-color: #ffffff;
}

.faq-area .appoinment-form button {
    width: 100%;
    background: #cf0202;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
}

.faq-area .appoinment-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.faq-area .appoinment-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.faq-area .appoinment-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.faq-area .appoinment-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}


/* ============================================================== 
     # Blog Area 
=================================================================== */
figcaption {
    margin-top: 15px;
}

.blog-area .sidebar .sidebar-item.widget_archive li span {
    background: #f7f7f7;
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 30px;
    text-align: center;
    float: right;
}

.blog-area .sidebar .sidebar-item.widget_text .nice-select {
    white-space: inherit;
}

.blog-area .sidebar .sidebar-item.widget_text .nice-select li {
    line-height: 26px;
    padding: 5px 15px;
}

.blog-area .blog-items .info>ol, .commen-item .content>ol {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-left: 20px;
}

.blog-area.single ol {
    padding-left: 20px;
}

.blog-area.single .info ul li, 
.blog-area.single .info ol li {
    line-height: 30px;
}

.blog-area.single ul {
    list-style-type: disc;
    padding-left: 20px;
}

.blog-area.single .sidebar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-area.single .meta ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-area.single .meta ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-area.full-blog .single-item {
    margin-bottom: 10px;
}

.blog-area a.btn-simple {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
}

.blog-area a.btn-simple:hover {
    color: #086ad8;
}

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

.blog-area .blog-items .item {
  background: #ffffff;
  box-shadow: 0 0 0px #cccccc;
}

.blog-area .item .info {
    padding: 13px 0px 25px 0px;
    overflow: hidden;
    position: relative;
}

.blog-area .item .info .post-sticky span {
    position: absolute!important;
    right: 0;
    top: 0;
    margin: 0!important;
    background: #086ad8;
    color: #fff;
    padding: 10px 20px;
    border-bottom-left-radius: 5px;
}

.blog-area.single .footer-entry {
    float: left;
    width: 100%;
    overflow: hidden;
}

.blog-area .info .cats {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-bottom: 15px;
}

.blog-area .info .cats::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 15px;
  background: #666666;
}

.blog-area .info .cats a:hover {
  color: #086AD8;
}

.blog-area .item .info .meta {
  margin-bottom: 7px;
}

.blog-area .item .info .meta ul li {
    display: inline-block;
    margin-right: 13px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

.blog-area .item .info .meta ul li:last-child {
    margin-right: 0;
}

.blog-area .item .info ul li i {
  color: #086AD8;
  margin-right: 5px;
  font-weight: 500;
}

.blog-area .item .info h4 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 20px;
}

.blog-area .item .info h4 a:hover {
  color: #086AD8;
}

.blog-area .item .info a.read-more {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  padding-right: 35px;
}

.blog-area .info .meta a {
    font-weight: 500;
    color: #666666;
}

.blog-area .info .meta a:hover {
    color: #086AD8;
}

.blog-area .info h1,
.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  font-weight: 600;
}

.btn-more {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 40px;
}

.btn-more::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 30px;
  transition: all 0.35s ease-in-out;
  border-top: 2px solid;
}

.btn-more:hover::after {
  border-color: #086AD8;
}

a.btn-more:hover {
  color: #086AD8;
}

.blog-area .item .info a.read-more:hover {
  color: #086AD8;
}

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

.blog-area .thumb .cats {
  position: absolute;
  left: 30px;
  bottom: -20px;
  z-index: 9;
}

.blog-area .thumb .cats a {
  display: inline-block;
  background: #086AD8;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 6px 20px;
  margin-right: 5px;
  color: #ffffff;
}

.blog-area .thumb .post-type {
  background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;
  bottom: 35px;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  right: 35px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}

.blog-area .item .info a.btn {
    margin-top: 1px;
    font-size: 13px;
    padding: 5px 25px;
}

.blog-area .item .info h4 { line-height: 21px !important; font-size: 14px !important; margin-bottom:8px !important; }
.blog-area .item .info p { line-height: 21px !important; font-size: 14px !important; }

/* Sidebar */

.blog-area .sidebar .sidebar-item  li a {
    color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #086ad8;
}

.blog-area .sidebar .sidebar-item.widget_categories li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.widget_categories li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-area .sidebar .sidebar-item.widget_categories li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    padding-left: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 18px;
  width: 2px;
  border-left: 3px solid #086AD8;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #086ad8;
    color: #ffffff;
    border: medium;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 50%;
}

form input {
    min-height: 60px;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #086AD8 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: #ffffff;
}

.blog-area .sidebar aside > .sidebar-item {
    padding: 30px;
    box-shadow: 0 0 10px #cccccc;
}

.blog-area .sidebar .sidebar-item.widget_recent_entries li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
}

.blog-area .sidebar .sidebar-item.widget_recent_entries li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area .sidebar .sidebar-item.widget_categories li > span {
    float: right;
}

.blog-area .sidebar .sidebar-item.widget_categories li ul {
    overflow: hidden;
}

.blog-area .sidebar .sidebar-item.widget_archive li {
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
    position: relative;
    display: block;
}

.blog-area .sidebar .sidebar-item.widget_archive li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    padding-top: 10px !important;
}

.blog-area .sidebar .sidebar-item.widget_archive li:first-child {
    margin-top: 0;
    padding-top: 0 !important;
}

.blog-area .sidebar .sidebar-item.widget_pages li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.widget_pages li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-area .sidebar .sidebar-item.widget_pages li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.widget_meta li {
    padding: 10px 0;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item.widget_meta li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.widget_meta li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-area.single .sidebar ul li ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

.blog-area .sidebar .sidebar-item.widget_categories li span {
    background: #f7f7f7;
    display: inline-block;
    margin-left: 15px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    min-width: 30px;
    text-align: center;
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.blog-area .sidebar .sidebar-item.widget_recent_comments li:last-child {
    margin-bottom: 0;
}


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

.blog-area .sidebar .sidebar-item.widget_nav_menu li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.widget_nav_menu li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-area .sidebar .sidebar-item.widget_nav_menu li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.widget_categories .nice-select li {
    padding: 5px 15px;
}

.blog-area .sidebar .sidebar-item.widget_archive .nice-select li {
    padding: 5px 15px;
}

.blog-area .sidebar .sidebar-item.widget_rss li span.rss-date {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-area .sidebar .sidebar-item.widget_rss li {
    padding: 10px 0;
    margin: 3px 0;
    border-bottom: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item.widget_rss li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.widget_rss li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #086AD8;
}

.blog-area .sidebar .sidebar-item.category li a span {
  color: #b5b5b5;
  font-size: 14px;
  margin-left: 5px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
  color: #086AD8;
}

.sidebar-item.recent-post li a:hover {
  color: #086AD8;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 13px;
  color: #086AD8;
  font-weight: 700;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #086AD8;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #086AD8;
  z-index: -1;
  opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info > a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #086AD8 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info>ul,
.commen-item .content>ul {
    margin-bottom: 25px;
    margin-top: 25px;
    list-style-type: disc;
    padding-left: 20px;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    color: #232323;
    font-weight: 600;
    line-height: 37px;
    background: #f7f7f7;
    padding: 30px;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #086AD8;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #086AD8;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #086ad8;
    border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
    margin: 0;
    margin-top: 5px;
    font-weight: 500;
}

.blog-area.single .post-pagi-area a:hover {
  color: #086AD8;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
    margin-top: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-right: 25px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 50px;
    display: flex;
    border: 1px solid #e7e7e7;
    padding: 30px;
    position: relative;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2, 
.comments-area .comments-title h3, 
.comments-area .comments-title h4 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
    display: flex;
}

.comments-list .commen-item .content .title span {
    font-weight: 400;
    display: block;
    font-size: 13px;
    color: #086ad8;
    margin-left: 5px;
}

.comments-info a {
    background: #001d4c;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px;
    text-transform: capitalize;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 30px;
}

.comments-info a:hover {
    color: #ffffff;
    background: #086ad8;
}

.comments-info a i {
    margin-right: 7px;
}

.comments-form input,
.comments-form textarea {
    border: 1px solid #e7e7e7;
    min-height: 60px;
}

.comments-area .comments-form .col-md-12 {
    padding: 0;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: #086AD8;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  text-transform: uppercase;
  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;
  border-radius: 30px;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #086AD8;
  border: 1px solid transparent;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #086AD8;
  font-weight: 800;
}

.pagination li.page-item.active a {
  background: #086AD8;
  border-color: #086AD8;
}


/* ============================================================== 
     # Contact 
=================================================================== */

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

.contact-area .fixed-bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 55%;
  transform: skewX(-10deg);
  margin-left: -5%;
}

.contact-area .content h2 {
  font-weight: 600;
}

.contact-area .content .heading {
  margin-bottom: 30px;
}

.contact-area form input, .contact-area form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #fafafa;
}

.contact-area.bg-gray form input, 
.contact-area.bg-gray form textarea {
  background: #ffffff;
}

.contact-area form textarea {
  min-height: 150px;
}

.contact-area form button {
    background: #086ad8;
    border: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 5px;
    margin-bottom: -20px;
}

.contact-area form .col-lg-6 {
  padding: 0 8px;
}

.contact-area form .row:first-child {
  margin: 0 -8px;
}

.contact-area img.loader {
  margin-left: 10px;
}

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

.contact-area .contact-tabs > ul li {
  display: inline-block;
  margin: 0;
}

.contact-area .contact-tabs > ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: -15px;
}

.contact-area .contact-tabs>ul li a {
    display: block;
    position: relative;
    background: 0 0;
    border: none;
    padding: 15px 0;
    margin-right: 20px;
    text-transform: capitalize;
    font-size: 2rem;
}

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

.contact-area .contact-tabs > ul li a.active {
  background: transparent;
  color: #086AD8;
}

.contact-tabs .tab-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.contact-tabs .tab-content ul li i {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #086AD8;
  margin-right: 20px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-tabs .tab-content ul li .info {
  padding: 0;
}

.contact-tabs .tab-content ul li:last-child {
  margin-bottom: 0;
}

.contact-tabs .tab-content ul li .info span {
  display: block;
  font-weight: normal;
  text-transform: none;
  color: #666666;
}

.contact-tabs .tab-content ul li .info p {
  font-weight: 600;
  color: #0e2b3d;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-tabs .tab-content iframe {
  display: block;
  height: 100%;
  min-height: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-area .tab-content .info {
  margin: 0;
}

/* Google Mpas */
.google-maps iframe {
  display: block;
  height: 100%;
  min-height: 550px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .error-box {
  position: relative;
}

.error-page-area .error-box h1 {
  color: #666666;
  font-size: 300px;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  opacity: 0.09;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 30px;
  text-align: center;
}

.error-box .search form {
  margin: auto;
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: inherit;
    min-height: 60px;
}

.error-box .search form button {
    background: #086AD8;
    border: medium none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    color: #ffffff;
    border-radius: 50%;
}


/* ============================================================== 
     # Footer 
=================================================================== */
footer {
  position: relative;
  z-index: 1;
}

footer .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
}

footer .fixed-shape img {
  opacity: 0.3;
}

footer.bg-dark .fixed-shape img {
  opacity: 0.1;
}

footer img, 
footer .widget-title {
  font-weight: 600;
  margin-bottom: 30px;
}

footer .f-item.about {
  margin-right: 15px;
}

footer.bg-dark .f-item.about {
  box-shadow: inherit;
}

footer .item {
  margin-top: 37px;
}

footer .f-items.default-padding {
  padding-top: 70px;
}

footer form {
  position: relative;
  margin-top: 30px;
}

footer form button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #086AD8;
  color: #ffffff;
}

footer .item .f-item form input {
  border-radius: 30px !important;
  padding: 30px;
  border: 1px solid #e7e7e7;
}

footer.bg-dark .item .f-item form input {
  border: none;
}

footer .f-item.link li {
  margin-bottom: 10px;
}

footer .f-item.link li a {
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

footer .f-item.link li a:hover {
  color: #086AD8;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .f-item.link li a {
  color: #c2d1e2;
}

footer.bg-dark .f-item.link li a:hover {
  color: #ffffff;
}

footer.bg-dark p {
  color: #c2d1e2;
}

footer .f-item .address li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #0e2b3d;
}

footer .f-item .address li {
    margin-bottom: 20px;
}

footer .f-item .address li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .f-item .address li {
  color: #c2d1e2;
}

footer.bg-dark .f-item .address li a {
  color: #c2d1e2;
}

footer .f-item .address li a {
    font-weight: 400;
}

footer.bg-dark .f-item .address li strong {
  color: #ffffff;
}

footer .f-item .download h5 {
  font-weight: 600;
  margin: 0;
}

footer .f-item .download {
  margin-top: 30px;
}

footer .f-item .download a {
  display: inline-block;
  margin-right: 25px;
  margin-top: 15px;
  color: #666666;
}

footer.bg-dark .f-item .download a {
  color: #c2d1e2;
}

footer .f-item .download a:last-child {
  margin-right: 0;
}

footer .f-item .download a i {
  font-size: 25px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #086AD8;
}

footer.bg-dark .f-item .download a i {
  color: #c2d1e2;
}

footer .address li {
    display: flex;
}

footer .address li i {
    font-size: 24px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}


footer.bg-dark .address li i {
    color: #ffffff;
}


/* Footer Bottom */

footer.bg-dark .footer-bottom {
    background: rgba(255, 255, 255, 0.06);
    border: none;
}

.footer-bottom li {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.footer-bottom p {
  margin: 0;
  color: #0e2b3d;
}

footer.bg-dark .footer-bottom p {
  margin: 0;
  color: #cccccc;
}

footer.bg-dark .footer-bottom a {
  color: #c2d1e2;
}

.footer-bottom {
  padding: 7px 0;
  border-top: 1px solid #e7e7e7;
}

footer.bg-dark .footer-bottom p { font-size:13px; }

.footer-bottom p a {
  color: #ffffff !important; font-size:13px;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: white;
}

.site-preloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.site-preloader .ring {
  width: 100px;
  height: 100px;
  border: 3px solid rgba(2, 109, 255, 0.2);
  border-top-color: #086ad8;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-size: 2rem;
  color: white;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  margin: 0 auto;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;
  z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
  padding: 15px 10px;
  text-align: center;
}
.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}
.banner-area .demo-banner h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 60px;
}
.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 30px;
  max-height: 80px;
}
.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 25px 0;
  text-transform: uppercase;
  color: #333333;
}
.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}
.demo-area .comming-soon.item img {
    opacity: 0.3;
}
.banner-area.demo-banner {
  padding: 50px 0;
}
.demo-area .site-heading {
  margin-bottom: 30px;
}
.demo-area img {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    color: #ffffff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #cccccc;
}

/* ============================================================== 
     # tanda WordPress Styles 
=================================================================== */
/* ------------------------
   Featured Image
------------------------*/

.blog-area .blog-items .item .thumb img {
    width: 100%;
    height: auto;
}

/* ------------------------
   To Display Post Sticky and Post Without Image
------------------------*/

/* ------------------------
   Add Bootstrap Navigation Styles to WordPress Navigation
------------------------*/

.page-numbers {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #086AD8;
  font-weight: 800;
  background-color: #fff;
  border: 1px solid #dee2e6;
  line-height: 1.25;
}

.blog-area .pagi-area .pagination li span {
  background: #086AD8;
  border-color: #086AD8;
  color: #fff;
}

.page-numbers:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.dots {
  background: #fff !important;
  color: #007bff !important; 
  border-color: #dee2e6 !important;
} 

/* ------------------------
   Wordpress Admin Fix
------------------------*/


.admin-bar nav.navbar.bootsnav.sticked {
    top: 32px;
}

@media screen and (max-width: 782px) {
.admin-bar nav.navbar.bootsnav.sticked {
    top: 46px;
  }
}

body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked,
body.logged-in nav.navbar.bootsnav.navbar-fixed {
 /* top: 32px !important; */
}


@media screen and (max-width: 600px) {
  body.logged-in {
    position: inherit;
    top: -46px;
    }
    body.logged-in .wrap-sticky nav.navbar.bootsnav {
        top: 46px;
    }
    body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked {
        top: 0px !important
    }
body.logged-in nav.navbar.bootsnav.navbar-fixed {
  top: 0 !important;
}

body.logged-in nav.navbar.bootsnav.navbar-transparent {
  top: 46px !important;
}


}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption{
  font-size: 1.2rem;
}
.bypostauthor{
  color: #777;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-------------------------------*/
/*- Monster Widget ----------------------*/
/*-------------------------------*/

  /* Widget Calendar
------------------------------------------------->*/
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-bottom: 10px;
  caption-side: top;
  text-transform: capitalize;
  color:#232323;
  justify-content: space-between;
  font-weight: 700;
}

#wp-calendar * {
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar td,
#wp-calendar th {
  padding: 10px 5px;
}

#wp-calendar a, a:active, a:focus, a:hover {
  color: #086AD8;
}

.wp-calendar-nav-prev a,
.wp-calendar-nav-next a {
  color: #086AD8;
}

table{
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
table th{
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  color: #0e2b3d;
  font-size: 1.2rem;
  font-weight: 700;
}
table td{
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
table tr:last-child td{
  border-bottom: none;
}
table .button-group{
  margin-bottom: 0;
}

.section-table-title td{
  padding-top: 2px;
  padding-bottom: 0;
  background-color: #f3f3f3;
  color: #8f8f8f;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

table.table-comfortable td{
  padding: 14px 10px;
}

.children li {
  padding-left: 15px !important;
  padding-top: 10px !important;
}

.sidebar-item .sub-menu li {
  padding-left: 15px !important;
  padding-top: 10px !important;
}

.sidebar-item select {
  width: 100% !important;
}

.sidebar-item .recent-post .thumb img {
    width: 80px;
    height: 80px;
}

.blog-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* ------------------------
   Tags
------------------------*/
.blog-area .item .info .footer-entry span {
    font-size: 1.25rem;
    color: #232323;
    font-weight: 600;
    margin-right: 10px;
}

.blog-area .item .info .footer-entry a {
    display: inline-block;
    background: #f7f7f7;
    margin: 3px;
    border-radius: 5px;
    padding: 6px 24px;
    font-size: 12px;
    margin-top: 5px;
}

.tagcloud a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #232323;
    background: #fafafa;
}

.tagcloud a:hover {
  color: #086AD8;
}

/* ------------------------
   Blog Fix
------------------------*/

.blog-fix {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.fix-span {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #666666;
}

.small-size-fix img {
  height: 225px !important;
}

.small1-size-fix img {
  height: 348px !important;
}
/* ------------------------
   Unit Test Data Fix
------------------------*/

.blog-area .comments-form p.form-submit {
    margin: 0;
}

/* Block cover */

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff !important;
}

/* Clearing Floats */

.post-pagi-area {
  clear: both;
}

.blog-area .blog-item-box .post-nav-links {
  clear: both;
}


/* Page Links */

.post-nav-links {
  margin: 0px !important;
  padding: 0px !important;
  margin-top: 10px !important;
}

.blog-item-box img {
  max-width: 100%;
  height: auto;
}

.breadcrumb-area h1 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Input Button Fix */

input[type="submit"],
.wp-block-search__button{
  width: auto !important;
  background: #086AD8;
  padding: 0px 10px;
  color: #fff;
}

/* Ordered List Fix */

.blog-area .blog-items .info>ol li, 
.commen-item .content>ol li {
    position: relative;
    z-index: 1;
}

.blog-area .blog-items .info>ol, 
.commen-item .content>ol {
    margin-bottom: 25px;
    margin-top: 25px;
}

/* Search Not Found Fix */

.search-fix {
    display: inline-block !important;
}

.button-fix {
    background: #086AD8;
    border: medium none;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    -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;
    border-radius: 50%;
    top: 5px;
}

.search form {
    position: relative;
}

/* Comments Fix */

.commen-item .content {
  display: inline-block !important;
  word-wrap: break-word;
  max-width: 100%;
}

.comments-list ul.children {
  margin-left: 30px !important;
}

.blog-comments .pagination li a,
.blog-comments .pagination li span {
  padding: 10px 20px;
}

/* Widget Calender */
.widget_calendar table {
  margin-bottom: 10px;
}

.widget_calendar caption {
  color: #086AD8;
}

.widget_calendar th {
  font-weight: 700;
}

.widget_calendar td, 
.widget_calendar th {
  padding: 0;
  text-align: center;
  font-size: 16px;
  padding: 6px;
  border-color: #e7e7e7;
}

.widget_calendar a {
  color: #086AD8;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Home 2 Banner Fix */

 .home2-banner-fix {
  height: 100vh !important;
 }


 nav.bg-theme.navbar.bootsnav ul.nav > li.active > a {
  color: #fff !important;
 }

.logo,
.f-item img {
    max-height: 60px !important;
    max-width: inherit;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wp-block-button__link {
  color: #fff !important;
}

.is-style-outline .wp-block-button__link {
  background-color: #32373c !important; 
}

.blog-area.single .post-pagi-area h5,
.breadcrumb-area h2 {
  word-break: break-word;
}

.blog-area.single .post-pagi-area {
margin-top: 1px !important;
}

.blog-area.single .post-pagi-area a {
  padding-top: 20px !important;
}

/*One Page Fix*/

.home3-service .services-area {
    padding-top: 120px;
}

.home3-team .team-area {
    padding-top: 120px;
}

.home4-about .about-area {
    padding-top: 120px;
}

.home5-service .service-area {
    padding-top: 120px;
}

.home5-about .about-area {
    padding-top: 120px;
}

.home-7-service .thumb-services-area {
    padding-top: 120px;
}

/* ------------------------------------------------
  Project:   Tanda Live Link Color Changer
  Author:    WordPressRiver

  NOTE: This is Color customizer stylesheet of template.
------------------------------------------------ */


.color-customizer {z-index: 10000; right: -250px; width: 250px; position: fixed; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);}
.color-customizer .color-button {text-align: center; display: inline-block; z-index: 2; position: absolute; background: #fff; width: 100%; }
.color-customizer .color-chooser {padding: 20px; background-color: #ffffff; -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2); box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);}
.color-customizer.opened .color-chooser { opacity: 1; }
.color-customizer a.opener {display: block; height: 45px; background: #2575fc; border-top-left-radius: 5px; border-bottom-left-radius: 5px; width: 45px; font-size: 24px; line-height: 45px; color: #ffffff;  position: absolute; right: 250px; top: 0; text-align: center; text-decoration: none;-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.color-customizer.opened a.opener { left: -45px; border-color: transparent; }
.color-customizer ul { list-style: none; margin: 0; padding: 0; font-size: 0; }
.color-customizer ul li {width: 50px; height: 50px; border-radius: 7px; float: left; position: relative; display: inline-block; cursor: pointer; margin: 10px 10px 10px 10px; -webkit-transition: all linear 0.5s; -moz-transition: all linear 0.5s; -o-transition: all linear 0.5s; -ms-transition: all linear 0.5s; transition: all linear 0.5s; }
.color-customizer ul li:nth-child(3n+3){margin-right: 0;}
.color-customizer ul li.selected{-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.70); -moz-box-shadow: 0 0px 30px rgba(0,0,0,0.70); box-shadow: 0 0px 30px rgba(0,0,0,0.70);}

.color-customizer .text-black { color: #0e2b3d; }
.color-customizer .theme-default {background: #086AD8;}
.color-customizer .theme-2 {background: #00c9ff;}
.color-customizer .theme-3 {background: #FF512F;}
.color-customizer .theme-4 {background: #ee1f71;}
.color-customizer .theme-5 {background: #05f8a1;}
.color-customizer .theme-6 {background: #481ea7;}


.color-customizer a.opener {
  background: #086AD8;
}

.color-customizer .text-theme {
  color: #086AD8;
}

.banner-area.content-less {
    height: 100vh;
}


footer .f-item img { width: 185px !important; }
.fun-fact-items .info .timer:after { content: "+"; }
.page-id-94 .top-features-area .item { min-height: 380px; padding: 30px 10px; }
.works-about-area .works-about-items .thumb .fun-fact { display: none; }
.works-about-area .default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-372 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-372 .works-about-items .info > h5::after { display: none; }
.page-id-1246 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-1246 .works-about-items .info > h5::after { display: none; }
.page-id-1247 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-1247 .works-about-items .info > h5::after { display: none; }
.page-id-1248 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-1248 .works-about-items .info > h5::after { display: none; }
.page-id-1249 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-1249 .works-about-items .info > h5::after { display: none; }
.page-id-1250 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-1250 .works-about-items .info > h5::after { display: none; }
.page-id-1251 .works-about-area .works-about-items .info > ul { display: none; }
.page-id-1251 .works-about-items .info > h5::after { display: none; }

.page-id-1169 .faq-area.default-padding { padding-top: 20px; padding-bottom: 7px; }
.page-id-1169 .feature-area .heading-left { display: none; }
.page-id-1169 .feature-area.default-padding { padding-top: 1px; }
.page-id-1169 .case-details-area .left-info h2 { font-size: 22px; line-height: 30px; }
.page-id-1169 .faq-content .accordion .card-header h4:after { display: none; }

.page-id-1306 .case-details-area.default-padding { padding-top: 20px; padding-bottom: 5px; }
.page-id-1306 .faq-area.default-padding { padding-top: 1px; padding-bottom: 10px; }
.page-id-1306 .feature-area .heading-left { display: none; }
.page-id-1306 .feature-area.default-padding { padding-top: 1px; }
.page-id-1306 .case-details-area .left-info h2 { font-size: 22px; line-height: 30px; }
.page-id-1306 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1306 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1306 .case-details-area .case-content ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1306 .case-details-area .case-content ul li { font-weight:700; line-height:32px; }

.page-id-1318 .case-details-area.default-padding { padding-top: 20px; padding-bottom: 5px; }
.page-id-1318 .faq-area.default-padding { padding-top: 1px; padding-bottom: 10px; }
.page-id-1318 .feature-area .heading-left { display: none; }
.page-id-1318 .feature-area.default-padding { padding-top: 1px; }
.page-id-1318 .case-details-area .left-info h2 { font-size: 22px; line-height: 30px; }
.page-id-1318 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1318 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1318 .case-details-area .case-content ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1318 .case-details-area .case-content ul li { font-weight:700; line-height:28px; }

.page-id-1317 .default-padding { padding-top: 20px; padding-bottom: 50px; }
.page-id-1317 .faq-area.default-padding { padding-top: 17px; padding-bottom: 10px; }
.page-id-1317 .feature-area .heading-left { display: none; }
.page-id-1317 .feature-area.default-padding { padding-top: 1px; }
.page-id-1317 .case-details-area .left-info h2 { font-size: 22px; line-height: 30px; }
.page-id-1317 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1317 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1317 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1317 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1317 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 27px; padding-bottom: 5px; margin-bottom: -97px; }


.page-id-1327 .case-details-area.default-padding { padding-top: 20px; padding-bottom: 5px; }
.page-id-1327 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1327 .feature-area .heading-left { display: none; }
.page-id-1327 .feature-area.default-padding { padding-top: 1px; }
.page-id-1327 .case-details-area .left-info h2 { font-size: 20px; line-height: 15px; margin-bottom:15px; }
.page-id-1327 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1327 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1327 .case-details-area .case-content ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1327 .case-details-area .case-content ul li { font-weight:700; line-height:32px; }
.page-id-1327 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1327 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1327 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 27px; padding-bottom: 5px; margin-bottom: -97px; }

.page-id-94 .works-about-area .works-about-items .info ul { display: none; }
.blog-area .sidebar aside > #meta-2 { display: none; }
.blog-area .sidebar aside > #categories-2 { display: none; }
.blog-area .sidebar aside > #categories-3 { display: none; }
.blog-area .sidebar aside > #archives-2 { display: none; }
.blog-area .sidebar aside > #recent-comments-2 { display: none; }

.privacy-policy .blog-area .post-pagi-area { display: none; }
.about-area .thumb .overlay { display: none; }
footer .f-items.default-padding { padding-top: 1px; padding-bottom: 20px; }
.home .blog-area .item .info { min-height: 290px; }
.page-id-11 .blog-area .item .info { min-height: 320px; }
.home .feature-area.half-bg .heading-left h5 { display: none; }
.home .feature-area.half-bg .heading-left h2 { line-height: 34px; padding-top: 65px; font-size: 25px; }
.home .services-area .services-items .item {  min-height: 385px; }
.home .services-area .services-items .item .info > a { position: absolute; top: 200px; display: none; }
.page-id-145 .contact-area .content h2 { font-size: 20px; line-height: 30px; }

.page-id-169 .service-area .service-items .item { min-height: 317px; /* min-height: 480px; */ }
.page-id-169 .choose-us-area .item { padding: 25px 27px 25px 27px; min-height: 220px; }
.page-id-1141 .service-area .service-items .item { min-height: 335px; }
.page-id-1141 .choose-us-area .item { padding: 25px 27px 25px 27px; min-height: 220px; }
.page-id-1169 .faq-area .info > h5, .page-id-1306 .faq-area .info > h5, .page-id-1318 .faq-area .info > h5, .page-id-1317 .faq-area .info > h5, .page-id-1327 .faq-area .info > h5 { display: none; }
.page-id-94 .about-area.default-padding { padding-top: 70px; padding-bottom: 80px; }
.page-id-145 .contact-area.default-padding { padding-top: 10px; padding-bottom: 40px; }
.page-id-1169 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1169 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 20px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1169 p, .page-id-1306 p, .page-id-1318 p, .page-id-1317 p, .page-id-1327 p, .page-id-2844 p { line-height: 21px; font-size: 13px; }
.page-id-1169 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1169 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1169 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1169 .services-area .services-items .item .info > a { display: none; }
.page-id-1169 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-1169 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1169 .services-area .services-items .item { padding: 62px 30px 30px 30px; }

.page-id-1317 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-1317 .services-area .services-items .item .info > a { display: none; }
.page-id-1317 .services-area.default-padding { padding-top: 1px; padding-bottom: 14px; }
.page-id-1317 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1317 .services-area .services-items .item h4 { line-height: 25px; }

.page-id-1327 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-1327 .services-area .services-items .item .info > a { display: none; }
.page-id-1327 .services-area.default-padding { padding-top: 10px; padding-bottom: 35px; }
.page-id-1327 .services-area .services-items .item { padding: 62px 30px 30px 30px; min-height: 540px; }
.page-id-1327 .services-area .services-items .item h4 { line-height: 25px; }
.page-id-1327 .txt-tt ul li { line-height: 32px; text-align: left; }
.page-id-1327 .txt-tt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1327 .services-area .services-items .item:hover ul li { color:#ffffff; }
.page-id-1327 .services-area .services-items .item:hover ul li:before { color:#ffffff; }
.page-id-1327 .work-process-area .single-item { margin-bottom:10px; }

.page-id-1306 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-1306 .services-area .services-items .item .info > a { display: none; }
.page-id-1306 .services-area.bg-cover { padding-top: 1px !important; padding-bottom: 14px !important; }
.page-id-1306 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1306 .services-area .services-items .item h4 { line-height: 25px; }

.page-id-1318 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-1318 .services-area .services-items .item .info > a { display: none; }
.page-id-1318 .services-area.bg-cover { padding-top: 10px !important; padding-bottom: 15px !important; }
.page-id-1318 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1318 .services-area .services-items .item h4 { line-height: 25px; }

.page-id-1318 .vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:30px; }
.page-id-1318 .wpb_content_element { margin-bottom: 30px; }

.single.single-post .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.single.single-post .breadcrumb-area .col-lg-6 h2 { font-size: 25px; line-height: 37px; }
.single.single-post .post-pagi-area h5 { font-size: 15px; }

.page-id-1448 .service-area .service-items .item { min-height: 290px; }
.page-id-1448 .choose-us-area .item { padding: 25px 27px 25px 27px; min-height: 220px; }


.page-id-1464 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1464 .feature-area .heading-left { display: none; }
.page-id-1464 .feature-area.default-padding { padding-top: 1px; }
.page-id-1464 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1464 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1464 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1464 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1464 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1464 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1464 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1464 .services-area .services-items .item .info > a { display: none; }
.page-id-1464 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1464 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1464 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1464 .faq-area .info > h5 { display: none; }


.page-id-1463 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1463 .feature-area .heading-left { display: none; }
.page-id-1463 .feature-area.default-padding { padding-top: 1px; }
.page-id-1463 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1463 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1463 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1463 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1463 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1463 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1463 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1463 .services-area .services-items .item .info > a { display: none; }
.page-id-1463 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1463 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1463 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1463 .faq-area .info > h5 { display: none; }


.page-id-1465 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1465 .feature-area .heading-left { display: none; }
.page-id-1465 .feature-area.default-padding { padding-top: 1px; }
.page-id-1465 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1465 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1465 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1465 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 22px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1465 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1465 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1465 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1465 .services-area .services-items .item .info > a { display: none; }
.page-id-1465 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1465 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1465 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1465 .faq-area .info > h5 { display: none; }

.page-id-1466 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1466 .feature-area .heading-left { display: none; }
.page-id-1466 .feature-area.default-padding { padding-top: 1px; }
.page-id-1466 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1466 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1466 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1466 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1466 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1466 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1466 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1466 .services-area .services-items .item .info > a { display: none; }
.page-id-1466 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1466 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1466 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1466 .faq-area .info > h5 { display: none; }


.page-id-1471 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1471 .feature-area .heading-left { display: none; }
.page-id-1471 .feature-area.default-padding { padding-top: 1px; }
.page-id-1471 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1471 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1471 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1471 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1471 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1471 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1471 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1471 .services-area .services-items .item .info > a { display: none; }
.page-id-1471 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1471 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1471 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1471 .faq-area .info > h5 { display: none; }


.page-id-1472 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1472 .feature-area .heading-left { display: none; }
.page-id-1472 .feature-area.default-padding { padding-top: 1px; }
.page-id-1472 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1472 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1472 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1472 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1472 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1472 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1472 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1472 .services-area .services-items .item .info > a { display: none; }
.page-id-1472 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1472 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1472 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1472 .faq-area .info > h5 { display: none; }


.page-id-1473 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1473 .feature-area .heading-left { display: none; }
.page-id-1473 .feature-area.default-padding { padding-top: 1px; }
.page-id-1473 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1473 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1473 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1473 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1473 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1473 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1473 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1473 .services-area .services-items .item .info > a { display: none; }
.page-id-1473 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1473 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1473 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1473 .faq-area .info > h5 { display: none; }


.page-id-1477 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1477 .feature-area .heading-left { display: none; }
.page-id-1477 .feature-area.default-padding { padding-top: 1px; }
.page-id-1477 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1477 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1477 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1477 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1477 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1477 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1477 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1477 .services-area .services-items .item .info > a { display: none; }
.page-id-1477 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1477 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1477 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1477 .faq-area .info > h5 { display: none; }

.page-id-1479 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-1479 .feature-area .heading-left { display: none; }
.page-id-1479 .feature-area.default-padding { padding-top: 1px; }
.page-id-1479 .case-details-area .left-info h2 { font-size: 32px; line-height: 47px; }
.page-id-1479 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-1479 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1479 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 60px; padding-bottom: 5px;  margin-bottom: -97px; }
.page-id-1479 .feature-area.txt-shw .heading-left { display: block; }
.page-id-1479 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1479 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-1479 .services-area .services-items .item .info > a { display: none; }
.page-id-1479 .case-details-area.default-padding { padding-top: 10px; padding-bottom: 10px; }
.page-id-1479 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-1479 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-1479 .faq-area .info > h5 { display: none; }


.home .features-area .item { padding: 30px 10px 30px 10px; }
.home .features-area .item h5 { font-size: 18px; }
.home .features-area .item-grid .item:hover p { text-align: left; font-size: 13px; }
.page-id-11 .blog-area .item .info a.btn { position: absolute; top: 232px; } 
.page-id-11 .default-padding.bottom-less { padding-bottom: 20px; }
.page-id-94 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 10px; }

.page-id-1169 .work-process-area .work-pro-items .item { padding: 1px 1px 1px 1px; text-align: center; }
.page-id-1169 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1169 .work-process-area .work-pro-items .item i { margin-bottom: 10px; font-size:50px; }
.page-id-1169 .work-process-area .work-pro-items .item h5 { font-size: 13px; line-height:17px; }
.page-id-1169 .work-process-area .site-heading { display: none; }
.page-id-1169 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }.page-id-1169 .feature-area.txt-shw .heading-left h2, .page-id-1306 .feature-area.txt-shw .heading-left h2, .page-id-1318 .feature-area.txt-shw .heading-left h2, .page-id-1317 .feature-area.txt-shw .heading-left h2, .page-id-1327 .feature-area.txt-shw .heading-left h2 { padding-bottom: 5px; font-size: 20px; }
.page-id-1169 .work-process-area.default-padding { padding-top: 1px; padding-bottom: 1px; }

.page-id-1169 .work-process-area .single-item { margin-bottom: 5px; }

.page-id-1317 .work-process-area .work-pro-items .item { padding: 1px 1px 1px 1px; text-align: center; }
.page-id-1317 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1317 .work-process-area .work-pro-items .item i { margin-bottom: 10px; font-size: 50px; }
.page-id-1317 .work-process-area .site-heading { display: none; }
.page-id-1317 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1317 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 22px; }
.page-id-1317 .work-process-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-1317 .faq-area .info h2 { font-size: 22px; margin-bottom: 12px; }
.page-id-1317 .work-process-area .work-pro-items .item h5 { font-size: 13px; }

.page-id-1306 .work-process-area .work-pro-items .item { padding: 1px 5px 1px 5px; text-align: center; }
.page-id-1306 .work-process-area .work-pro-items .item i { margin-bottom: 10px; font-size: 50px; }
.page-id-1306 .work-process-area .work-pro-items .item h5 { font-size: 13px; line-height:17px; margin-bottom:2px; }
.page-id-1306 .work-process-area .site-heading h4 { color: #333; }
.page-id-1306 .work-process-area .site-heading { margin-bottom: 32px; display: none; }
.page-id-1306 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 1px; }

.page-id-1318 .work-process-area .work-pro-items .item { padding: 1px 5px 1px 5px; text-align: center; }
.page-id-1318 .work-process-area .work-pro-items .item i { margin-bottom: 10px; font-size: 50px; }
.page-id-1318 .work-process-area .work-pro-items .item h5 { font-size: 13px; line-height:17px; margin-bottom:2px; }
.page-id-1318 .work-process-area .site-heading h4 { color: #333; }
.page-id-1318 .work-process-area .site-heading { margin-bottom: 32px; display:none; }
.page-id-1318 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 1px; }
.page-id-1318 .work-process-area .single-item { margin-bottom: 12px; }

.pge-hdg { font-size: 22px; font-weight:600; }

.page-id-1327 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1327 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 22px; }
.page-id-1327 .work-process-area .site-heading { display:none; }
.page-id-1327 .tw-bx .work-process-area .single-item { flex: 0 0 50%; max-width: 50%; }
.page-id-1327 .thr-bx .work-process-area .single-item { flex: 0 0 100%; max-width:100%; }
.page-id-1327 .work-process-area .work-pro-items .item .icon { /* text-align: center; */ }
.page-id-1327 .work-process-area .work-pro-items .item h5 { /* text-align: center; */ }
.page-id-1327 .tw-bx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1327 .thr-bx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }

.page-id-1327 .tw-bx ul li { line-height: 23px; font-size:13px; }
.page-id-1327 .thr-bx ul li { line-height: 23px; width:50%; display:inline-block; float: left; font-size:13px; }
.page-id-1327 .work-process-area .work-pro-items .item { padding: 1px 15px; }
.page-id-1327 .work-process-area .work-pro-items .item i { margin-bottom: 7px; font-size:50px; }
.page-id-1327 .work-process-area .work-pro-items .item h5 { margin-bottom: 5px; font-size:13px; }
.page-id-1327 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 10px; }
.page-id-1327 .tw-bx .container-full, .page-id-1327 .thr-bx .container-full { width: 100%; }
.page-id-1327 .case-details-area .top-info { margin-bottom: 1px; }

.page-id-1169 .case-details-area .top-info .thumb { display: none; }
.page-id-1169 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }
.page-id-94 .case-details-area .top-info .thumb { display: none; }
.page-id-94 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }

footer .f-item.link li a { font-size: 13px !important; }
footer.bg-dark p { color: #ffffff; font-size: 14px; line-height: 32px; font-weight: 300; }
footer .f-item .address { font-size: 14px !important; }
footer .f-item.link li { line-height: 20px; }
footer.bg-dark .footer-bottom a { font-size: 13px; }

.bg-gray-abt { margin-bottom: 0px !important; background-color: #f3f7fd; padding-top: 40px; }
.page-id-94 .works-about-area .default-padding { padding-top: 40px; padding-bottom: 1px; }
.page-id-94 .default-padding-top { padding-top: 30px !important; padding-bottom: 40px !important; }


.page-id-1465 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1465 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 312px; }
.page-id-1465 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1465 .lttxt ul li { line-height: 28px; font-size: 14px; }
.page-id-1465 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1465 .work-process-area .site-heading { display: none; }
.page-id-1465 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1465 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1465 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1465 .work-process-area .work-pro-items .item p { text-align: center; }


.page-id-1568 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1568 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 312px; }
.page-id-1568 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1568 .lttxt ul li { line-height: 27px; font-size:14px; }
.page-id-1568 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1568 .work-process-area .site-heading { display: none; }
.page-id-1568 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1568 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1568 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1568 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1568 .faq-area.default-padding { padding-top: 20px; padding-bottom: 5px; }
.page-id-1568 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1568 .faq-area .info > h5 { display: none; }
.page-id-1568 .faq-area .info h2 { font-weight: 600; margin-bottom: 14px; }


.page-id-1577 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1577 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-1577 .lttxt ul li { line-height: 28px; font-size: 14px; }
.page-id-1577 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1577 .work-process-area .site-heading { display: none; }
.page-id-1577 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1577 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-1577 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-1577 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1577 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1577 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1577 .faq-area .info > h5 { display: none; }
.page-id-1577 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }


.page-id-1584 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1584 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; }
.page-id-1584 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1584 .lttxt ul li { line-height: 32px; }
.page-id-1584 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1584 .work-process-area .site-heading { margin-bottom: 17px; margin-top: 5px; }
.page-id-1584 .work-process-area .site-heading h4 { color: #000000; margin-bottom: 1px; }
.page-id-1584 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1584 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1584 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1584 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1584 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1584 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1584 .faq-area .info > h5 { display: none; }
.page-id-1584 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }


.page-id-1599 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1599 .work-process-area .work-pro-items .item { padding: 1px 5px 10px 5px; text-align: center; /* min-height: 225px; */ }
.page-id-1599 .lttxt ul li { line-height: 32px; }
.page-id-1599 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1599 .work-process-area .site-heading { display: none; }
.page-id-1599 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1599 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1599 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1599 .work-process-area .work-pro-items .item p { text-align: center; }
.page-id-1599 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1599 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1599 .faq-area .info > h5 { display: none; }
.page-id-1599 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }
.page-id-1599 .work-process-area .single-item { margin-bottom: 2px; }

.page-id-1604 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1604 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 312px; }
.page-id-1604 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1604 .ltxtt ul li { line-height: 28px; font-size:14px; }
.page-id-1604 .ltxtt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1604 .work-process-area .site-heading { display: none; }
.page-id-1604 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1604 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1604 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1604 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1604 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1604 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1604 .faq-area .info > h5 { display: none; }
.page-id-1604 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }


.page-id-1610 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1610 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; }
.page-id-1610 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1610 .lttxt ul li { line-height: 28px; font-size:14px; }
.page-id-1610 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1610 .work-process-area .site-heading { margin-bottom: 17px; margin-top: 5px; }
.page-id-1610 .work-process-area .site-heading h4 { color: #000000; margin-bottom: 1px; }
.page-id-1610 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1610 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1610 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1610 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1610 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1610 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1610 .faq-area .info > h5 { display: none; }
.page-id-1610 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }


.page-id-1619 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1619 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; }
.page-id-1619 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-1619 .lttxt ul li { line-height: 28px; font-size:14px; }
.page-id-1619 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1619 .work-process-area .site-heading { margin-bottom: 1px; margin-top: 5px; }
.page-id-1619 .work-process-area .site-heading h4 { color: #000000; margin-bottom: 1px; }
.page-id-1619 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1619 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1619 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1619 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1619 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1619 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1619 .faq-area .info > h5 { display: none; }
.page-id-1619 .faq-area .info h2 { font-weight: 600; margin-bottom: 15px; }
.page-id-1619 .work-process-area .single-item { margin-bottom: 1px; }

.page-id-1624 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-1624 .work-process-area .work-pro-items .item { padding: 15px 1px 15px 1px; text-align: center; }
.page-id-1624 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; margin-bottom: 1px; }
.page-id-1624 .lttxt ul li { line-height: 28px; font-size: 14px; }
.page-id-1624 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1624 .work-process-area .site-heading { margin-bottom: 5px; margin-top: 1px; }
.page-id-1624 .work-process-area .site-heading h4 { color: #000000; margin-bottom: 1px; }
.page-id-1624 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-1624 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-1624 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; }
.page-id-1624 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-1624 .faq-area.default-padding { padding-top: 20px; padding-bottom: 10px; }
.page-id-1624 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1624 .faq-area .info > h5 { display: none; }
.page-id-1624 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }
.page-id-1624 .work-process-area .work-pro-items .item ul li { text-align: left; line-height: 26px; font-size: 13px; }
.page-id-1624 .lttxt .work-process-area .work-pro-items .item { /* min-height: 365px; */ }

.page-id-1624 .vrtxt ul li { line-height: 32px; }
.page-id-1624 .vrtxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1624 .vrtxt .work-process-area .work-pro-items .item ul li { text-align: left; }
.page-id-1624 .vrtxt .work-process-area .work-pro-items .item { min-height: 365px; }
.page-id-1624 .vrtxt .work-process-area .single-item { flex: 0 0 25%; max-width: 25%; }

.page-id-1624 .vtxt ul li { line-height: 32px; }
.page-id-1624 .vtxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1624 .vtxt .work-process-area .work-pro-items .item ul li { text-align: left; }
.page-id-1624 .vtxt .work-process-area .work-pro-items .item { min-height: 507px; }
.page-id-1624 .vtxt .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }

.page-id-1624 .btxt ul li { line-height: 32px; }
.page-id-1624 .btxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-1624 .btxt .work-process-area .work-pro-items .item ul li { text-align: left; }
.page-id-1624 .btxt .work-process-area .work-pro-items .item { min-height: 478px; }
.page-id-1624 .btxt .work-process-area .single-item { flex: 0 0 50%; max-width: 50%; }
.vrtxt, .vtxt, .btxt { display:none; }

.page-id-94 .work-process-area .work-pro-items .item { padding: 5px 12px; background-color: #f3f7fd; }
.page-id-94 .work-process-area .work-pro-items .item i { margin-bottom: 10px; font-size: 45px; }
.page-id-94 .work-process-area .work-pro-items .item h5 { margin-bottom: 8px; }
.home .features-area .item-grid .item p a { font-weight:400; }

.page-id-1306 .case-details-area .top-info .thumb { display: none; }
.page-id-1306 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }
.page-id-1306 .case-details-area .case-content ul { margin-bottom: 15px; }

.page-id-1318 .case-details-area .top-info .thumb { display: none; }
.page-id-1318 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }

.page-id-1317 .case-details-area .top-info .thumb { display: none; }
.page-id-1317 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }
.page-id-1327 .case-details-area .top-info .thumb { display: none; }
.page-id-1327 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }

.page-id-1169 .top-features-area .item { min-height: 380px; padding: 30px 10px; }
.page-id-1169 .fixed-shape-bottom { display: none; }
.page-id-1169 .default-padding-top { padding-top: 30px !important; padding-bottom: 25px !important; margin-bottom: 32px !important; }


h1.smll-hdg { font-weight: 600; margin-bottom: 10px; font-size: 22px; margin-left: -3px; line-height: 37px; }

h2.smll-hdg { font-weight: 600; margin-bottom: 10px; font-size: 22px; margin-left: -3px; line-height: 37px; }
.page-id-1465 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1465 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1465 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-1624 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 32px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1624 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1624 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1624 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }
.page-id-1624 .lttxt .wpb_content_element { margin-bottom: 20px; }

.page-id-1577 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 1px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1577 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1577 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1577 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }
.page-id-1577 .wpb_content_element { margin-bottom: 20px; }

.page-id-1568 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 30px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1568 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1568 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1568 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-1584 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 30px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1584 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1584 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1584 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-1599 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 32px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1599 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1599 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1599 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-1604 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 32px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1604 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1604 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1604 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-1610 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 30px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1610 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1610 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1610 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-1619 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 30px; padding-bottom: 5px; margin-bottom: -97px; }
.page-id-1619 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-1619 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-1619 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; font-size: 23px; }

.page-id-94 .work-process-area .work-pro-items .item p { text-align: center; }
.home a.popup-youtube { display: none; }
.home .resources-sect { background: #ffffff; box-shadow: 0 0 10px #cccccc; margin-left: 1%; margin-right: 1%; width: 23% !important; }
.resources-sect { background: #ffffff; box-shadow: 0 0 10px #cccccc; margin-left: 1.5%; margin-right: 1.5%; width: 30.33333% !important; }
.resources-sect .wpb_content_element { margin-bottom: 0px; }
.resources-shdg p { font-family: 'Inter', sans-serif; font-weight: 400; background-color: #f1f2f9; min-height: 105px; padding: 15px 17px; line-height: 24px; }
.resources-shdg p a { font-weight: 400; }
.home .resources-shdg p { min-height: 90px; font-size: 13px; line-height: 20px; }
.resources-wpb .site-heading { margin-top: 55px; }

.breadcrumb-area.less-background .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.resources-bttn { text-align: center; }
.attr-nav { margin-left: 5px !important; }
.page-id-94 .breadcrumb-area { padding: 195px 0px 195px 0px; background-image: url(https://keyush.com/wp-content/uploads/2021/08/about-banner-1.jpg) !important; background-position: top center !important; background-size: cover !important; background-attachment: scroll !important; }
.page-id-94 .breadcrumb-area h2 { text-shadow: 0px 0px 5px #000; }

.page-id-1922 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-1922 .faq-area .info > h5 { display: none; }
.page-id-1922 .faq-area.default-padding { padding-top: 20px; padding-bottom: 30px; }
.page-id-1922 .faq-area .info h2 { font-size: 22px; }

.page-id-1922 .faq-career .faq-area .info > h5 { display: block; }
.page-id-1922 .faq-career .faq-area.default-padding { padding-top: 50px; padding-bottom: 1px; }
.page-id-1922 .faq-career .faq-area .info > h5::after { display: none; }

.page-id-1942 .lttxt ul li:before, .page-id-2482 .lttxt ul li:before {
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    height: 100%;
    width: 100%;
    color: #086AD8;
    padding-right: 6px;
}

.page-id-1942 .wpcf7 [type=submit] , .page-id-2482 .wpcf7 [type=submit] { /* background-color: #086AD8; border: 2px solid #086AD8; padding: 15px 40px; color:#ffffff; border-radius: 5px; */ }
.wpcf7 input.wpcf7-file { border: 0px solid #e7e7e7; }
.page-id-94 .choose-us-area .info p { text-align: center; font-size: 14px; }

.clntt .text-center h2 { font-size: 23px; color: #0e2b3d; font-weight: 600; }
.clntt .text-center h2:before { background: #e03335 none repeat scroll 0 0; bottom: 0; content: ""; height: 2px; left: 50%; margin-left: -25px; position: absolute; width: 40px; }
.clntt .text-center h2:after { background: #e03335 none repeat scroll 0 0; bottom: 0; content: ""; height: 2px; left: 50%; margin-left: 20px; position: absolute; width: 5px; }
.clntt-sect { background: #d60404; /* box-shadow: 0 0 10px #cccccc; */ margin-left: 1%; margin-right: 1%; width: 18% !important; }
.clntt .site-heading { margin-top: 0px; margin-bottom: 40px; }
.clntt .wpb_content_element { margin-bottom: 0px; }
.clntt .default-padding.bottom-less { padding-top: 1px; padding-bottom: 10px; margin-top: 23px; }
.abmn .default-padding.bottom-less { padding-top: 20px; padding-bottom: 10px; }
.sap-disply { display:none; }

nav .attr-nav > ul > li.contact { margin-left: 1px !important; }
.navbar .attr-nav .contact i.fa-phone { display: none !important; }

.page-id-1246 .faq-area.default-padding,
.page-id-1247 .faq-area.default-padding,
.page-id-1248 .faq-area.default-padding,
.page-id-1249 .faq-area.default-padding,
.page-id-1250 .faq-area.default-padding,
.page-id-1251 .faq-area.default-padding,
.page-id-372 .faq-area.default-padding { padding-top: 50px; padding-bottom: 25px; }

.page-id-1246 .faq-area .faq-items .info,
.page-id-1247 .faq-area .faq-items .info,
.page-id-1248 .faq-area .faq-items .info,
.page-id-1249 .faq-area .faq-items .info,
.page-id-1250 .faq-area .faq-items .info,
.page-id-1251 .faq-area .faq-items .info,
.page-id-372 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }

.page-id-1246 .faq-area .info > h5,
.page-id-1247 .faq-area .info > h5,
.page-id-1248 .faq-area .info > h5,
.page-id-1249 .faq-area .info > h5,
.page-id-1250 .faq-area .info > h5,
.page-id-1251 .faq-area .info > h5,
.page-id-372 .faq-area .info > h5 { display: none; }

.home .banner-area h2 { font-size: 42px !important; line-height: 40px !important; font-weight: 700; color:#ffffff; text-shadow: 2px 2px #000; visibility: hidden; }
.home .banner-area h2:after { content: 'RISE with SAP'; visibility: visible; }
.home .banner-area .item p  { color:#ffffff; text-shadow: 1px 1px #000; max-height: 30px; visibility: hidden; font-size: 18px; }
.home .banner-area .item p:before { content: 'Talk to our S/4HANA experts to join the movement now'; visibility: visible; }
.home .banner-area.bg-gray { /* background: url('https://keyush.com/wp-content/uploads/2021/09/7.png') center bottom #a6afaa no-repeat; background-size: cover; */ }
.home .banner-area.inc-shape .thumb { display: none; }
.home .services-area.default-padding-top { padding-top: 1px !important; }

.page-id-2166 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-2166 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-2166 .lttxtx ul li { line-height: 30px; font-size: 15px; color: #fff; /* text-shadow: 1px 1px 1px #000; */ }
.page-id-2166 .lttxtx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #ffffff; padding-right: 6px; }

.page-id-2166 .lttxt ul li { line-height: 26px; font-size: 14px; }
.page-id-2166 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }

.page-id-2166 .popupaoc-button { padding: 4px 13px; margin-top:-10px; font-size: 13px; }

.page-id-2166 .work-process-area .site-heading { display: none; }
.page-id-2166 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-2166 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-2166 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-2166 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-2166 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-2166 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-2166 .faq-area .info > h5 { display: none; }
.page-id-2166 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }

.page-id-2166 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 50px; padding-bottom: 1px; margin-bottom: 10px; }
.page-id-2166 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-2166 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-2166 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; text-align: justify; font-size:25px; }
.page-id-2166 .feature-area.txt-shw .heading-left p { text-align: justify; font-size:14px; line-height:23px; }
.page-id-2166 .wpb_content_element { margin-bottom: 20px; text-align: justify; }
.page-id-2166 .navbar .navbar-collapse.collapse { display: none !important; }
.page-id-2166 .breadcrumb-area.less-background { display: none !important; }

.page-id-2166 .landing-pg-lft h1 {  font-size: 41px; margin-left: -3px; /* margin-top: 350px; */ margin-top: 37px; text-shadow: 1px 1px #000; color:#ffffff; margin-bottom: 22px; font-weight: 600; }
.page-id-2166 h2.smll-lhdg { margin-bottom: 20px; font-size: 16px; margin-left: 0px; line-height:24px; text-shadow: 1px 1px #000; color:#ffffff; }
.page-id-2166 .smll-ltxt { font-weight: 400; font-size: 15px; color:#fff; /* text-shadow: 1px 1px #fff; */ }

.page-id-2166 .landing-pg-rgt { text-align: left; background-color: rgba(255,255,255,.8); padding: 21px 30px 7px 30px; }
.page-id-2166 .landing-pg-rgt h2 { /* margin-bottom: 25px; */ }
.page-id-2166 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 6px 20px; border-radius: 5px; margin-top: 8px; }

.page-id-145 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 6px 20px; border-radius: 5px; margin-top: 8px; }

.page-id-2166 .form-group { margin-bottom: 1px; }
.page-id-2166 .nice-select { /* margin-bottom: 25px; */ }
.page-id-2166 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-2166 .wpcf7-form .wpcf7-list-item { margin: 1px 0 0 5px; font-size: 12px; line-height: 18px; float: left; }
.page-id-2166 .wpcf7-form .wpcf7-not-valid-tip { display: none; }
.page-id-2166 .sap-bydd-banner .vc_custom_1630431667844 { padding-top: 30px !important; padding-bottom: 25px !important; }
.page-id-2166 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #e03335; text-align: center; }

.page-id-2166 header nav.navbar .container { max-width: 1260px; }
.page-id-2166 .top-bar-area .container { max-width: 1260px; }
.page-id-2166 .landing-page-bnr { margin-left: auto !important; margin-right: auto !important; padding-left: 60px; padding-right: 60px; }
.popupaoc-button { background: #e03335 !important; }

.page-id-2166 .wpcf7-form input.form-control { min-height: 35px; margin-bottom: 14px; }
.page-id-2166 .landing-pg-lft { width:60%; }
.page-id-2166 .landing-pg-rgt { width:40%; }

.page-id-2235 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-2235 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-2235 .lttxt ul li { line-height: 33px; font-size: 15px; }
.page-id-2235 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-2235 .work-process-area .site-heading { display: none; }
.page-id-2235 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-2235 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-2235 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-2235 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-2235 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-2235 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-2235 .faq-area .info > h5 { display: none; }
.page-id-2235 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }

.page-id-2235 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 50px; padding-bottom: 1px; margin-bottom: 10px; }
.page-id-2235 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-2235 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-2235 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; }
.page-id-2235 .wpb_content_element { margin-bottom: 20px; }
.page-id-2235 .navbar .navbar-collapse.collapse { display: none !important; }
.page-id-2235 .breadcrumb-area.less-background { display: none !important; }

.page-id-2235 .landing-pg-lft h1 {  font-size: 57px; margin-left: -3px; /* margin-top: 350px; */ margin-top: 37px; text-shadow: 2px 1px #000; margin-bottom: 12px; color:#fff; font-weight: 600; }
.page-id-2235 h2.smll-lhdg { font-weight: 600; margin-bottom: 26px; font-size: 34px; margin-left: 0px; line-height: 56px; text-shadow: 2px 1px #000; color:#fff; }
.page-id-2235 .smll-ltxt { font-weight: 400; font-size: 15px; text-shadow: 2px 1px 1px #000; color:#fff; /* text-shadow: 1px 1px #fff; */ line-height: 32px; }

.page-id-2235 .lttxtt ul li { line-height: 33px; font-size: 15px; }
.page-id-2235 .lttxtt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #ffffff; padding-right: 6px; }
.page-id-2235 .lttxtt, .page-id-2235 .lttxtt p { font-weight: 400; font-size: 15px; text-shadow: 2px 1px 1px #000; color:#fff; line-height: 32px; display: none; }

.page-id-2235 .sap-ewm-banner { background: url('https://keyush.com/wp-content/uploads/2021/09/sap-ewm-1.jpg') center top #fff no-repeat; background-size: cover; }

.page-id-2235 .landing-pg-rgt { text-align: left; background-color: rgba(255,255,255,.8); padding: 30px 34px; }
.page-id-2235 .landing-pg-rgt h2 { margin-bottom: 25px; }
.page-id-2235 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 10px 30px; border-radius: 5px; margin-top: 25px; }
.page-id-2235 .form-group { margin-bottom: 1px; }
.page-id-2235 .nice-select { margin-bottom: 25px; }
.page-id-2235 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-2235 .wpcf7-form .wpcf7-list-item { margin: 0 0 0 5px; }
.page-id-2235 .wpcf7-form .wpcf7-not-valid-tip { /* display: none; */ }
.page-id-2235 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }

.page-id-2235 .landing-page-bnr { margin-left: auto !important; margin-right: auto !important; padding-left: 50px; padding-right: 50px; }
.page-id-2235 .landing-pg-lft { width:60%; }
.page-id-2235 .landing-pg-rgt { width:40%; }
.page-id-2235 .wpcf7-form input.form-control { min-height: 45px; }



.page-id-2350 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-2350 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-2350 .lttxt ul li { line-height: 33px; font-size: 15px; }
.page-id-2350 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-2350 .work-process-area .site-heading { display: none; }
.page-id-2350 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-2350 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-2350 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-2350 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-2350 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-2350 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-2350 .faq-area .info > h5 { display: none; }
.page-id-2350 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }

.page-id-2350 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 50px; padding-bottom: 1px; margin-bottom: 10px; }
.page-id-2350 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-2350 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-2350 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; }
.page-id-2350 .wpb_content_element { margin-bottom: 20px; }
.page-id-2350 .navbar .navbar-collapse.collapse { display: none !important; }
.page-id-2350 .breadcrumb-area.less-background { display: none !important; }

.page-id-2350 .landing-pg-lft h1 {  font-size: 53px; margin-left: -3px; /* margin-top: 350px; */ margin-top: 130px; text-shadow: 2px 1px #000; margin-bottom: 25px; color:#fff; font-weight: 600; }
.page-id-2350 h2.smll-lhdg { font-weight: 600; margin-bottom: 26px; font-size: 37px; margin-left: 0px; line-height: 62px; text-shadow: 2px 1px #000; color:#fff; }
.page-id-2350 .smll-ltxt { font-weight: 400; font-size: 15px; text-shadow: 2px 1px 1px #000; color:#fff; /* text-shadow: 1px 1px #fff; */ line-height: 32px; }

.page-id-2350 .lttxtt ul li { line-height: 33px; font-size: 15px; }
.page-id-2350 .lttxtt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #ffffff; padding-right: 6px; }
.page-id-2350 .lttxtt, .page-id-2350 .lttxtt p { font-weight: 400; font-size: 15px; text-shadow: 2px 1px 1px #000; color:#fff; line-height: 32px; display: none; }

.page-id-2350 .sap-ewm-banner { background: url('https://keyush.com/wp-content/uploads/2021/09/sap-s-4-hana.jpg') center top #fff no-repeat; background-size: cover; }

.page-id-2350 .landing-pg-rgt { text-align: left; background-color: rgba(255,255,255,.8); padding: 30px 34px; }
.page-id-2350 .landing-pg-rgt h2 { margin-bottom: 25px; }
.page-id-2350 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 10px 30px; border-radius: 5px; margin-top: 25px; }
.page-id-2350 .form-group { margin-bottom: 1px; }
.page-id-2350 .nice-select { margin-bottom: 25px; }
.page-id-2350 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-2350 .wpcf7-form .wpcf7-list-item { margin: 0 0 0 5px; }
.page-id-2350 .wpcf7-form .wpcf7-not-valid-tip { /* display: none; */ }
.page-id-2350 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }

.page-id-2350 .landing-page-bnr { margin-left: auto !important; margin-right: auto !important; padding-left: 50px; padding-right: 50px; }
.page-id-2350 .landing-pg-lft { width:60%; }
.page-id-2350 .landing-pg-rgt { width:40%; }
.page-id-2350 .wpcf7-form input.form-control { min-height: 45px; }

.btn-lft-text { text-align: right; margin-right: 10px; }
.btn-rgt-text { text-align: left; margin-left: 10px; }

.btn-lftt { margin-top: 20px; }
.btn-lftt-text { text-align: left; float: left; width:36%; }
.btn-rgtt-text { text-align: left; float: left; width: 50%; }
.btn-lftt-text .popupaoc-button, .btn-rgtt-text .popupaoc-button { background: #e03335 !important; padding: 10px 30px; }

.page-id-2166 .wpcf7-form .wpcf7-select { border-radius: .25rem; color: #495057; height:35px; line-height:35px; font-size: 12px; }
.page-id-2166 .wpcf7-form .wpcf7-date { min-height: 35px; width: 100%; margin-bottom: 14px; padding-left: 15px; padding-right: 10px; text-transform: uppercase; border-radius: .25rem; color: #666666; font-size: 12px; }
.page-id-2166 .nice-select .option { line-height: 19px; min-height: 19px; }

.page-id-94 .wpb_wrapper .wpb_video_wrapper { border: 10px solid #ddd; }
.page-id-2166 .sap-bydd-banner { background: url('https://keyush.com/wp-content/uploads/2022/03/banner-4.jpg') center top #000000 no-repeat; background-size: cover; }

.page-template-blog-2column .default-padding.bottom-less { padding-top: 40px; padding-bottom: 5px; }
.single-format-standard .right-sidebar.default-padding.bottom-less { padding-top: 40px; padding-bottom: 40px; }
.single-format-standard .blog-area .item .info { /* padding: 30px 30px 1px 30px; */ padding: 1px 1px 1px 1px; }

.single-format-standard .blog-area .blog-content .blog-item-box .thumb { display: none; }

.abt-small .wpb_content_element { margin-bottom: 17px !important; }

.page-id-1922 .cr-frm .tdrbg { font-size: 13px; font-weight: 600; background-color: #f3f7fd; }
.page-id-1922 .cr-frm .btn-md { padding: 2px 12px; font-size: 12px; background-color: #e03335; border: 1px solid #e03335; }
.page-id-1922 .cr-frm .btn-md:hover { background-color: #e03335; border: 1px solid #e03335; }
.page-id-1922 .crr-txt p { font-size: 13px; }

.page-id-2498 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-2498 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-2498 .lttxtx ul li { line-height: 40px; font-size: 18px; color: #000; text-shadow: 1px 1px #fff; }
.page-id-2498 .lttxtx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }

.page-id-2498 .lttxt ul li { line-height: 32px; font-size: 15px; }
.page-id-2498 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }

.page-id-2498 .work-process-area .site-heading { display: none; }
.page-id-2498 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-2498 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-2498 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-2498 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-2498 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-2498 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-2498 .faq-area .info > h5 { display: none; }
.page-id-2498 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }

.page-id-2498 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 50px; padding-bottom: 1px; margin-bottom: 10px; }
.page-id-2498 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-2498 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-2498 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; text-align: justify; }
.page-id-2498 .feature-area.txt-shw .heading-left p { text-align: justify; }
.page-id-2498 .wpb_content_element { margin-bottom: 20px; text-align: justify; }
.page-id-2498 .navbar .navbar-collapse.collapse { display: none !important; }
.page-id-2498 .breadcrumb-area.less-background { display: none !important; }

.page-id-2498 .landing-pg-lft h1 {  font-size: 41px; margin-left: -3px; /* margin-top: 350px; */ margin-top: 45px; text-shadow: 1px 1px #fff; margin-bottom: 25px; font-weight: 600; }
.page-id-2498 h2.smll-lhdg { margin-bottom: 25px; font-size: 21px; margin-left: 0px; line-height:42px; text-shadow: 1px 1px #fff; }
.page-id-2498 .smll-ltxt { font-weight: 400; font-size: 15px; color:#666; /* text-shadow: 1px 1px #fff; */ }
.page-id-2498 .landing-pg-rgt { text-align: left; background-color: rgba(255,255,255,.8); padding: 30px 40px; }
.page-id-2498 .landing-pg-rgt h2 { margin-bottom: 25px; }
.page-id-2498 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 8px 27px; border-radius: 5px; margin-top: 20px; }
.page-id-2498 .form-group { margin-bottom: 1px; }
.page-id-2498 .nice-select { margin-bottom: 25px; }
.page-id-2498 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-2498 .wpcf7-form .wpcf7-list-item { margin: 0 0 0 5px; }
.page-id-2498 .wpcf7-form .wpcf7-not-valid-tip { /* display: none; */ }
.page-id-2498 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }
.page-id-2498 .landing-page-bnr { margin-left: auto !important; margin-right: auto !important; padding-left: 50px; padding-right: 50px; }
.page-id-2498 .wpcf7-form input.form-control { min-height: 40px; }
.page-id-2498 .landing-pg-lft { width:60%; }
.page-id-2498 .landing-pg-rgt { width:40%; }
.page-id-2498 .wpcf7-form .wpcf7-select { border-radius: .25rem; color: #495057; }
.page-id-2498 .wpcf7-form .wpcf7-date { min-height: 47px; width: 100%; margin-bottom: 24px; padding-left: 15px; padding-right: 10px; text-transform: uppercase; border-radius: .25rem; color: #666666; }
.page-id-2498 .sap-bydd-banner { background: url('https://keyush.com/wp-content/uploads/2021/09/sap-byd-8.jpg') center top #fff no-repeat; background-size: cover; }

.qt-c { margin:45px auto !important; }
.page-id-2513 .qt-c { margin:-22px auto 35px auto !important; }
.qt-bx { border:#eeeeee 1px solid; padding:1px; display: block; }
.qt-hdg { color:#000000; background-color: #cccccc; padding:7px 15px; width:100%; display: block; font-size:15px; text-align:center; font-weight:600; }
.qt-hdg-2 { color:#000000; background-color: #bbbbbb; padding:7px 15px; width:100%; display: block; font-size:15px; text-align:center; font-weight:600; }
.qt-hdg-3 { color:#000000; background-color: #dddddd; padding:7px 15px; width:100%; display: block; font-size:15px; text-align:center; font-weight:600; }
.qt-des { color:#666666; padding:10px 8px 1px 10px; width:100%; display: block; line-height:19px; font-size:13px; min-height: 164px; }

.page-id-2513 .calc-container .calc-list .calc-subtotal-list .sub-list-item span { font-size: 14px !important; }

.page-id-2513 .calc-container.horizontal .calc-list.calc-fields .calc-item-title { display: none; }
.page-id-2513 .calc-input-wrapper .ccb-arrow { display: none; }
.page-id-2513 .calc-container .calc-list .calc-subtotal-list .sub-list-item.total { font-size: 14px; margin-top: 5px; padding-top: 1px; font-weight: 600; border-top: 0px solid #ddd; }
.page-id-2513 .calc-container { padding: 0 10px; }
.page-id-2513 .calc-item__title { font-size: 14px !important; padding: 3px 20px !important; font-weight: 400 !important; }
.page-id-2513 .ccb-wrapper-2529.calculator-settings .calc-input-wrapper input { padding: 12px 15px !important; }
.page-id-2513 .ccb-wrapper-2542.calculator-settings .calc-input-wrapper input { padding: 12px 15px !important; }
.page-id-2513 .ccb-wrapper-2543.calculator-settings .calc-input-wrapper input { padding: 12px 15px !important; }

.qt-des-frm { color:#666666; padding:1px 12px; width:100%; display: block; line-height:28px; font-size:15px; }
.qt-des-frm .des-frm { font-weight:bold; background-color: #ececec; width: 100%; padding:8px 25px; }
.qt-des-frm .no-users input { border: 0px solid #e7e7e7; color:#666666; width:150px; }
.qt-bx .wpb_content_element { margin-bottom: 1px; }

.calc-item-title { /* display:none; */ }
.calc-item__title { font-weight: bold !important; background-color: #ececec; width: 100%; padding: 8px 20px !important; color: #666 !important; margin-bottom: 1px !important; }
.ccb-wrapper-2529 .calc-fields .ccb-field-quantity input { background-color: #fff !important; border-color: #ececec !important; color: #000 !important; }
.ccb-wrapper-2529 .calc-fields .ccb-field-quantity input:active { background-color: #fff !important; border-color: #ececec !important; color: #000 !important; }
.page-id-2513 .calc-container.horizontal .calc-list.calc-fields .calc-item { width: 100% !important; }

.page-id-2513 .calculator-settings { margin: 12px 50px auto 0 !important; }

.page-id-2513 .calc-container .calc-list { min-height: 35px !important; padding: 0px !important; }
.qt-bx .calc-container { display: block !important; min-height: 125px !important; }
.qt-bx .calc-container.horizontal .calc-list { margin-bottom: 1px!important; }
.calc-container .calc-list .calc-item { margin-bottom: 1px !important; }

.btn-l-text { text-align: left; }
.btn-r-text { text-align: left; margin-right: 10px; float:left; }

.page-id-2548 .calc-container { padding: 0 10px !important; justify-content: inherit !important; }
.page-id-2548 .calc-container .calc-list { min-height: 35px !important; padding: 0px !important; }
.page-id-2548 .calc-container .calc-list .calc-item { font-size: 15px !important; line-height: 28px !important; }
.page-id-2548 .calc-container .calc-list .calc-item .calc-item__title { color: #ffffff !important; background-color: #d63942 !important; padding: 10px 15px; margin-bottom:15px !important; }
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .sub-list-item.inner { display:none; }
.page-id-2548 .qt-des-1 { color:#666666; padding:15px 25px 1px 25px; width:100%; display: block; line-height:28px; font-size:15px; min-height: 280px; }
.page-id-2548 .qt-des-2 { color:#666666; padding:15px 25px 1px 25px; width:100%; display: block; line-height:28px; font-size:15px; min-height: 143px; }
.page-id-2548 .qt-hdg-11 { color:#666666; background-color: #eeeeee; padding:10px 15px; width:100%; display: block; font-size:17px; }
.page-id-2548 .qt-hdg-11 span { color:#d63942; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_0 span.sub-item-value:before, .page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_1 span.sub-item-value:before, .page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_5 span.sub-item-value:before, .page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_7 span.sub-item-value:before { /* content: '$'; */ }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .sub-list-item span.sub-item-title:after { /* content: 'Cost'; */ }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .sub-list-item span.sub-item-title { font-weight:bold; display:none; } 

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .sub-list-item { font-size: 16px; margin-top: 8px; font-weight: 700; border-top: 1px solid #ddd; padding-top: 11px !important; padding-bottom:2px !important; }

.page-id-2548 .calc-container { min-height: 200px !important; }
.page-id-2548 .qt-bxz { border:#eeeeee 1px solid; padding: 25px 25px 1px 25px; display: block; }
.page-id-2548 .qt-bxz .qt-hdg, .page-id-2548 .qt-bxz .qt-hdg-2, .page-id-2548 .qt-bxz .qt-hdg-3 { margin-bottom:15px; }

.page-id-2548 .calc-subtotal-list .checkbox_field_id_2 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_4 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_5 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_25 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_26 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_31 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_32 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_33 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_35 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_44 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_45 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_46 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_47 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_48 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_49 .sub-item-value,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_50 .sub-item-value { visibility: hidden; }

.page-id-2548 .calc-subtotal-list .checkbox_field_id_2 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_4 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_5 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_25 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_26 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_31 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_32 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_33 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_35 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_44 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_45 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_46 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_47 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_48 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_49 .sub-item-value:after,
.page-id-2548 .calc-subtotal-list .checkbox_field_id_50 .sub-item-value:after { content: 'Standard Cost.'; visibility: visible; }

.page-id-2548 .calc-container .calc-list .calc-item-title { border-bottom:1px solid #ddd; padding-bottom: 9px; padding-top: 4px; margin-bottom: 1px; }
.page-id-2548 .calc-container .calc-list .calc-item-title h4 { visibility: hidden; line-height: 19px !important; }
.page-id-2548 .calc-container .calc-list .calc-item-title h4:before { content: 'Business Area and Functionality'; visibility: visible; }

.page-id-2548 .calculator-settings .calc-list .ccb-field .calc-item__title { display:none; }
.page-id-2548 .calculator-settings .calc-list .ccb-field .calc-checkbox p.calc-description { font-size: 13px !important; line-height: 23px !important; color: #333 !important; border-bottom: 1px solid #ddd; margin-bottom: 7px !important; box-shadow:0px 0px 15px #ddd; background:#fff !important; padding:7px 10px !important; margin-left:44% !important; margin-top:-43px !important; width:600px !important; /* float:left; width:48% !important; margin-right:2%; */ }
.page-id-2548 .calculator-settings .calc-list .calc-item.html { float:right; width:50% !important; }
.page-id-2548 .calc-container.horizontal .calc-list.calc-fields { justify-content: initial !important; }
.page-id-2548 .calculator-settings .calc-list .ccb-field { /* display:none; */ }

.page-id-2548 .sh-ctotal { width: 20%; float: right; text-align: right; }

.page-id-2548 .calc-container .calc-fields { width: 75% !important; border-radius: 10px 0px 0px 10px !important; }
.page-id-2548 .calc-container .calc-subtotal { width: 25% !important; border-radius: 0px 10px 10px 0px !important; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_52 { padding-top: 12px !important; padding-bottom:2px !important; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_5 { padding-top: 11px !important; padding-bottom:3px !important; }
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_6,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_8,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_11,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_13,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_15,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_17,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_18,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_20,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_22,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_23,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_25,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_28,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_30,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_32,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_35,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_42,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_43,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_45,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_47 { padding-top: 12px !important; padding-bottom:2px !important; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_14,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_16,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_19,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_21,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_29,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_36,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_39,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_44,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_46 { padding-top: 53px !important; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_0,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_2,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_10,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_27,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_33,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_37,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_38,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_40,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_49,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_50 { padding-top: 54px !important; }

/*
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_0 { padding-top: 44px !important; padding-bottom:24px !important; }


.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_2,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_7,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_8,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_13,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_15,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_18,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_22,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_29,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_36,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_39,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_40,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_41,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_46,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_48,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_49 { padding-top: 37px !important; padding-bottom:18px !important; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_1,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_4,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_5,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_6,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_9,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_10,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_11,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_12,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_14,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_16,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_19,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_20,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_21,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_23,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_24,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_25,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_26,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_27,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_28,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_30,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_31,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_34,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_32,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_33,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_35,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_37,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_38,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_42,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_43,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_44,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_45,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_47,
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_50 { padding-top: 26px !important; padding-bottom:6px !important; }

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .checkbox_field_id_17 { padding-top: 61px !important; padding-bottom:40px !important; }
*/

.page-id-2548 .calc-container .calc-list .calc-subtotal-list .sub-list-item span.sub-item-value { text-align: right !important; width: 100% !important; }

.page-id-2548 .calc-container .calc-subtotal .title h4 { text-align: right !important; }

.page-id-2548 .vc_tta.vc_general .vc_tta-panel-body { padding:1px 20px !important; }
.page-id-2548 .vc_tta.vc_general .vc_tta-tab>a { font-size:18px !important; color:#000 !important; }
.page-id-2548 .vc_tta.vc_tta-spacing-1 .vc_tta-tab { margin-right:4px !important; }

.top-bar-area .info li:first-child { display:none; }
.top-bar-area .info li { margin-left:1px !important; padding-left:1px !important; }
.top-bar-area .info li::after { display:none; }

.page-id-2548 .calculator-settings .calc-list .ccb-field .calc-checkbox p.calc-description { display:none; }
.page-id-2548 .calculator-settings .calc-list .ccb-field .calc-checkbox:hover p.calc-description { position:absolute; background: #f8f8f8; z-index:999; display:block; border:1px solid #ddd; padding:11px 20px !important; width:100%; top:41px; }

.page-id-2548 .calculator-settings .calc-list .ccb-field .calc-checkbox .calc-checkbox-item label span:after { content: 'Read More'; visibility: visible; color:#033ab8; padding-left:5px; font-weight:400; font-size:13px; }
.page-id-2548 .calculator-settings .calc-list .ccb-field .calc-checkbox:hover .calc-checkbox-item label span:after { visibility: hidden; }
.page-id-2548 .calc-container .calc-list .calc-item { border-bottom:1px solid #ddd; padding-top:6px; }
.page-id-2548 .calc-container .calc-subtotal.calc-list .calc-item { border-bottom:0px solid #ddd; padding-top:0px; }
.page-id-2548 .calc-container .calc-list .calc-subtotal-list .sub-list-item.total { margin-top: 8px !important; }
.page-id-2548 .calc-container .calc-list .calc-item.html { border-bottom:0px solid #ddd; padding-top:1px; margin-top:-6px; }

.cal-hdg { padding-top:17px !important; padding-bottom:1px !important; font-size:17px; font-weight:bold; color:#e03335; }

.page-id-2641 .wpcf7-form .wpcf7-select { border-radius: .25rem; color: #495057; }
.page-id-2641 .wpcf7-form .wpcf7-date { min-height: 47px; width: 100%; margin-bottom: 24px; padding-left: 15px; padding-right: 10px; text-transform: uppercase; border-radius: .25rem; color: #666666; }

.page-id-2641 .tw-bx .work-process-area .work-pro-items .item { padding: 1px 1px; font-size: 13px; line-height: 28px; /* min-height: 380px; */ border: none; }

.page-id-2641 .tw-bx .work-process-area .work-pro-items .item::before, .page-id-2641 .tw-bx .work-process-area .work-pro-items .item::after { background: transparent !important; }
.page-id-2641 .tw-bx .work-process-area .work-pro-items .item .item-inner::before, .page-id-2641 .tw-bx .work-process-area .work-pro-items .item .item-inner::after { background: transparent !important; }

.page-id-2641 .work-process-area .site-heading { display:none; }
.page-id-2641 .tw-bx .work-process-area .work-pro-items .single-item { flex: 0 0 100%; max-width: 100%; padding-left: 10px; padding-right: 10px; }
.page-id-2641 .tw-bx .work-process-area .work-pro-items .item .icon { display:none; }
.page-id-2641 .tw-bx .work-process-area .work-pro-items .item h5 { display:none; }
.page-id-2641 .tw-bx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-2641 .thr-bx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }
.page-id-2641 .work-process-area .container-full { width: 100%; }
.page-id-2641 .tw-bx .work-process-area.default-padding.bottom-less { padding-top: 1px; padding-bottom: 20px; }
.page-id-2641 .vc_custom_1638972376395 .wpb_content_element { margin-bottom: 20px; }

.page-id-2641 .frm-bgs { text-align: left; background-color: #f8f8f8; padding: 30px 40px; }
.page-id-2641 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 8px 27px; border-radius: 5px; margin-top: 5px; }
.page-id-2641 .form-group { margin-bottom: 1px; }
.page-id-2641 .nice-select { margin-bottom: 25px; }
.page-id-2641 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-2641 .wpcf7-form .wpcf7-list-item { margin: 0 0 0 5px; }
.page-id-2641 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }
.page-id-2641 .wpcf7-form input.form-control { min-height: 35px; margin-bottom:12px; }
.page-id-2641 .wpcf7-form .wpcf7-not-valid-tip { display: none; }

.page-id-2641 .r-first .work-process-area .work-pro-items .item { padding: 20px 10px 1px 10px; text-align:center; }
.page-id-2641 .r-first .work-process-area.default-padding.bottom-less { padding-top: 15px; padding-bottom: 1px; }
.page-id-2641 .r-first .work-process-area .work-pro-items .item i { margin-bottom: 15px; }
.page-id-2641 .faq-area.default-padding { padding-top: 45px; padding-bottom: 23px; }
.page-id-2641 .rw-s .work-process-area .work-pro-items .single-item { flex: 0 0 100%; max-width: 100%; }
.page-id-2641 .rw-s .work-process-area.default-padding.bottom-less { padding-top: 0px; padding-bottom: 0px; }
.icon-scope { border:1px solid #e7e7e7; background:#ffffff; margin-left:10px; margin-right:10px; margin-bottom: 21px !important; }
.icon-scope:hover { border:1px solid #ff0000; }

.page-id-33 .banner-area .item a, .page-id-33 .banner-area .item button { background-color: #e03335; border-color: #e03335; font-size:14px; }
.home .banner-area.bg-gray { background: transparent; }
.home .vc_video-bg-container { margin-top: -75px; }
.page-id-2641 .wpcf7-form .s-list .wpcf7-list-item { margin: 0 10px 10px 0px; border: 1px solid #e7e7e7; padding: 9px 12px 1px 12px; width: 19%; background-color: #ffffff; }

.page-id-2641 .vc_tta.vc_general .vc_tta-tab>a { padding: 8px 20px !important; }

.home .banner-area.auto-height .content { padding: 10px 0 65px 0; }
.home .site-heading { margin-bottom: 30px; }
.home .default-padding-top { padding-bottom: 10px !important; padding-top: 50px !important; }
.home .default-padding { padding-top: 30px; padding-bottom: 30px; }
.home .why-us > h5 { display:none; }
.home .resources-wpb .site-heading { margin-top: 1px; }
.home p { line-height: 24px; font-size: 14px; }
.home .feature-area .heading-left { margin-bottom:1px; }
.home .why-us h2 { font-size:24px; }
.home .resources-wpb .site-heading h2 { padding-bottom:10px; }
.home .keyush-z-services .vc_col-sm-3 { /* border:1px solid #eeeeee; padding: 15px 1px; */ padding: 1px 1px 7px 1px; text-align:center; margin-left:0.5%; margin-right:0.5%; width:24%; margin-top: -8px; }
.home .keyush-z-services .vc_col-sm-3 h2 { font-size:17px; font-weight: 600; margin-bottom:4px; }
.home .keyush-z-services .vc_col-sm-3 .popupaoc-button { padding: 1px 13px; margin-top: 6px; font-size: 15px; background: transparent !important; color: #666; text-decoration: underline !important; }

.home .keyush-z-services .vc_col-sm-3 .popupaoc-button:hover { color: #e03335 !important; text-decoration: none !important; }

.home .keyush-z-services .wpb_content_element { margin-bottom: 5px; }
.home .keyush-z-services .vc_col-sm-3 p { font-size: 13px; letter-spacing: -0.4px; }
.home .keyush-z-services .vc_col-sm-3 .vc_icon_element { font-size: 14px; margin-bottom: 1px; }

.page-id-2813 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-2813 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-2813 .lttxtx ul li { line-height: 30px; font-size: 15px; color: #fff; text-shadow: 1px 1px #000; }
.page-id-2813 .lttxtx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #ffffff; padding-right: 6px; }

.page-id-2813 .lttxt ul li { line-height: 26px; font-size: 14px; }
.page-id-2813 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }

.page-id-2813 .popupaoc-button { padding: 4px 13px; margin-top:-10px; font-size: 13px; }

.page-id-2813 .work-process-area .site-heading { display: none; }
.page-id-2813 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-2813 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-2813 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-2813 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-2813 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-2813 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-2813 .faq-area .info > h5 { display: none; }
.page-id-2813 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }

.page-id-2813 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 50px; padding-bottom: 1px; margin-bottom: 10px; }
.page-id-2813 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-2813 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-2813 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; text-align: justify; font-size:25px; }
.page-id-2813 .feature-area.txt-shw .heading-left p { text-align: justify; font-size:14px; line-height:23px; }
.page-id-2813 .wpb_content_element { margin-bottom: 20px; text-align: justify; }
.page-id-2813 .navbar .navbar-collapse.collapse { display: none !important; }
.page-id-2813 .breadcrumb-area.less-background { display: none !important; }

.page-id-2813 .landing-pg-lft h1 {  font-size: 41px; margin-left: -3px; /* margin-top: 350px; */ margin-top: 44px; text-shadow: 1px 1px #000; color:#ffffff; margin-bottom: 22px; font-weight: 600; }
.page-id-2813 h2.smll-lhdg { margin-bottom: 20px; font-size: 16px; margin-left: 0px; line-height:15px; text-shadow: 1px 1px #000; color:#ffffff; }
.page-id-2813 .smll-ltxt { font-weight: 400; font-size: 15px; color:#fff; /* text-shadow: 1px 1px #fff; */ }

.page-id-2813 .landing-pg-rgt { text-align: left; background-color: rgba(255,255,255,.8); padding: 21px 30px 7px 30px; }
.page-id-2813 .landing-pg-rgt h2 { /* margin-bottom: 25px; */ }
.page-id-2813 .wpcf7-form button { background: #e03335; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 6px 20px; border-radius: 5px; margin-top: 8px; }
.page-id-2813 .form-group { margin-bottom: 1px; }
.page-id-2813 .nice-select { /* margin-bottom: 25px; */ }
.page-id-2813 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-2813 .wpcf7-form .wpcf7-list-item { margin: 10px 0 0 5px; font-size: 12px; line-height: 18px; }
.page-id-2813 .wpcf7-form .wpcf7-not-valid-tip { display: none; }
.page-id-2813 .sap-bydd-banner .vc_custom_1630431667844 { padding-top: 30px !important; padding-bottom: 10px !important; }
.page-id-2813 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }
.page-id-2813 header nav.navbar .container { max-width: 1260px; }
.page-id-2813 .top-bar-area .container { max-width: 1260px; }
.page-id-2813 .landing-page-bnr { margin-left: auto !important; margin-right: auto !important; padding-left: 60px; padding-right: 60px; }
.page-id-2813 .wpcf7-form input.form-control { min-height: 35px; margin-bottom: 14px; }
.page-id-2813 .landing-pg-lft { width:60%; }
.page-id-2813 .landing-pg-rgt { width:40%; }
.page-id-2813 .wpcf7-form .wpcf7-select { border-radius: .25rem; color: #495057; height:35px; line-height:35px; }
.page-id-2813 .wpcf7-form .wpcf7-date { min-height: 35px; width: 100%; margin-bottom: 14px; padding-left: 15px; padding-right: 10px; text-transform: uppercase; border-radius: .25rem; color: #666666; }
.page-id-2813 .sap-bydd-banner { background: url('https://keyush.com/wp-content/uploads/2021/12/banner-1.jpg') center top #fff no-repeat; background-size: cover; }

.page-id-94 .video-area.extra-padding { padding-bottom: 10px; }
.page-id-94 p { line-height: 22px; font-size: 13px; }
.page-id-94 .choose-us-area .info h4 { font-size: 20px; }
.page-id-94 .choose-us-area .icon { display:none; }
.page-id-94 .work-process-area .site-heading { margin-bottom: 2px; }
.page-id-94 .works-about-items .info h2 { font-size: 25px; margin-bottom: 13px; }
.page-id-94 .works-about-items .info h2 { font-size: 25px; margin-bottom: 13px; }
.page-id-94 .works-about-area .works-about-items .thumb { margin-bottom: 35px; }

.team-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left { position: absolute; margin-top: -64px; margin-left: 95px; font-size: 13px; }

.page-id-94 .team-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left { position: absolute; margin-top: -76px; margin-left: 46px; font-size: 13px; }

.team-nm { font-size: 13px; color: #000000; font-weight: 300; line-height: 15px; padding-left: 150px; }
.page-id-94 .team-1 .team-nm { font-size: 12px; color: #000000; font-weight: 300; line-height: 15px; padding-left: 97px; margin-bottom:35px; }

.page-id-94 .team-1 .wpb_content_element { margin-bottom: 15px; }

.work-process-area .work-pro-items .item::before, .work-process-area .work-pro-items .item::after { background: transparent !important; }
.work-process-area .work-pro-items .item .item-inner::before, .work-process-area .work-pro-items .item .item-inner::after { background: transparent !important; }

.page-id-2844 .faq-area.default-padding { padding-top: 17px; padding-bottom: 5px; }
.page-id-2844 .feature-area .heading-left { display: none; }
.page-id-2844 .feature-area.default-padding { padding-top: 1px; }
.page-id-2844 .case-details-area .left-info h2 { font-size: 26px; line-height: 41px; }
.page-id-2844 .faq-content .accordion .card-header h4:after { display: none; }
.page-id-2844 .faq-area .info > h5 { display: none; }
.page-id-2844 .faq-area .faq-items .info { width: 100%; /* text-align: center; */ display:inherit;  max-width: 100%; flex: 0 0 100%; }
.page-id-2844 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 25px; padding-bottom: 1px;  margin-bottom: -97px; }
.page-id-2844 .feature-area.txt-shw .heading-left { display: block; }
.page-id-2844 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-2844 .feature-area.txt-shw .heading-left h2 { line-height: 47px; }
.page-id-2844 .services-area .services-items .item .info > a { display: none; }
.page-id-2844 .case-details-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-2844 .services-area.default-padding { padding-top: 1px; padding-bottom: 15px; }
.page-id-2844 .services-area .services-items .item { padding: 62px 30px 30px 30px; }
.page-id-2844 .work-process-area .work-pro-items .item { padding: 15px 10px 4px 10px; text-align: center; }
.page-id-2844 .work-process-area .single-item { flex: 0 0 33%; max-width: 33%; }
.page-id-2844 .work-process-area .work-pro-items .item i { margin-bottom: 10px; }
.page-id-2844 .work-process-area .site-heading { display: none; }
.page-id-2844 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; /* text-align: center; */ }
.page-id-2844 .feature-area.txt-shw .heading-left h2 { padding-bottom: 3px; font-size: 22px; }
.page-id-2844 .work-process-area.default-padding { padding-top: 1px; padding-bottom: 1px; }
.page-id-2844 .case-details-area .top-info .thumb { display: none; }
.page-id-2844 .case-details-area .top-info .left-info { flex: 0 0 100%; max-width: 100%; padding-left: 15px; }
.page-id-2844 .top-features-area .item { min-height: 380px; padding: 30px 10px; }
.page-id-2844 .fixed-shape-bottom { display: none; }
.page-id-2844 .default-padding-top { padding-top: 30px !important; padding-bottom: 25px !important; margin-bottom: 32px !important; }

.page-id-169 .default-padding.bottom-less { padding-top: 35px !important; padding-bottom: 10px !important; }
.page-id-1448 .default-padding.bottom-less { padding-top: 35px !important; padding-bottom: 10px !important; }
.home .fun-factor-area .fun-fact-items { padding-top:1px !important; }
.home .fun-factor-area .fun-fact-items { padding-top:3px !important; margin-left: -15px !important; padding-bottom:40px !important; }

.page-id-1317 .work-process-area .single-item { margin-bottom: 1px; }
.form-control { min-height: 35px; }
.wpcf7-form .epop-demo input[type=checkbox] { min-height: 10px; }
.wpcf7-form .epop-demo { font-size:12px; line-height:17px; margin-bottom: 1px; }
.wpcf7-form .epop-demo .wpcf7-list-item { margin: 0px; }

.wpcf7-form .ep-demo button {
    background: #e03335;
    border: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 5px;
    margin-top: 8px;
}

.wpcf7-not-valid-tip { display: none; }
.wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }
.sgpb-theme-1-content { padding:1px 20px 1px 20px !important; border-bottom-width: 1px !important; }
.sgpb-popup-close-button-1 { right: -18px !important; top: -14px !important; }
.home .wpcf7 form .wpcf7-response-output { margin: 1px; padding: 0px 0px; border: 0px solid #00a0d2; font-size:13px; color:#e03335; text-align:left; }
.home .sgpb-theme-1-content { box-shadow: rgb(0 0 0 / 60%) 0 0 0 1px !important; }
.home .form-control { font-size: 12px !important; min-height: 34px !important; }
.page-id-2166 .form-control { font-size: 12px !important; }

.page-id-3023 .breadcrumb-area .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.page-id-3023 .work-process-area .work-pro-items .item { padding: 20px 20px 15px 20px; text-align: center; min-height: 505px; }
.page-id-3023 .lttxtx ul li { line-height: 25px; font-size: 14px; color: #fff; text-shadow: 1px 1px #000; }
.page-id-3023 .lttxtx ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #ffffff; padding-right: 4px; }

.page-id-3023 .lttxt ul li { line-height: 26px; font-size: 14px; }
.page-id-3023 .lttxt ul li:before { left: 0; top: 0; content: "\f058"; font-family: "Font Awesome 5 Free"; font-weight: 600; height: 100%; width: 100%; color: #086AD8; padding-right: 6px; }

.page-id-3023 .popupaoc-button { padding: 4px 13px; margin-top:-10px; font-size: 13px; }
.page-id-3023 .work-process-area .site-heading { display: none; }
.page-id-3023 .default-padding.bottom-less { padding-top: 1px; padding-bottom: 5px; }
.page-id-3023 .work-process-area .work-pro-items .item i { margin-bottom: 12px; }
.page-id-3023 .work-process-area .work-pro-items .item h5 { margin-bottom: 10px; font-size: 18px; }
.page-id-3023 .work-process-area .work-pro-items .item p { text-align: left; }
.page-id-3023 .faq-area.default-padding { padding-top: 50px; padding-bottom: 30px; }
.page-id-3023 .faq-area .faq-items .info { width: 100%; text-align: center; max-width: 100%; flex: 0 0 100%; }
.page-id-3023 .faq-area .info > h5 { display: none; }
.page-id-3023 .faq-area .info h2 { font-weight: 600; margin-bottom: 25px; }

.page-id-3023 .feature-area.txt-shw { background-color: #f3f7fd; padding-top: 50px; padding-bottom: 1px; margin-bottom: 10px; }
.page-id-3023 .feature-area.txt-shw .heading-left .col-lg-6 { flex: 0 0 100%; max-width: 100%; text-align: center; }
.page-id-3023 .feature-area.txt-shw .heading-left h5 { display: none; }
.page-id-3023 .feature-area.txt-shw .heading-left h2 { padding-bottom: 12px; text-align: justify; font-size:25px; }
.page-id-3023 .feature-area.txt-shw .heading-left p { text-align: justify; font-size:14px; line-height:23px; }
.page-id-3023 .wpb_content_element { margin-bottom: 20px; text-align: justify; }
.page-id-3023 .navbar .navbar-collapse.collapse { display: none !important; }
.page-id-3023 .breadcrumb-area.less-background { display: none !important; }

.page-id-3023 .landing-pg-lft h1 {  font-size: 41px; margin-left: -3px; /* margin-top: 350px; */ margin-top: 27px; text-shadow: 1px 1px #000; color:#ffffff; margin-bottom: 22px; font-weight: 600; }
.page-id-3023 h2.smll-lhdg { margin-bottom: 20px; font-size: 14px; margin-left: 0px; line-height:21px; text-shadow: 1px 1px #000; color:#ffffff; width: 90%; text-align:left; }
.page-id-3023 .smll-ltxt { font-weight: 400; font-size: 13px; color:#fff; /* text-shadow: 1px 1px #fff; */ }

.page-id-3023 .landing-pg-rgt { text-align: left; background-color: #F3F3F3; /* background-color: rgba(255,255,255,.8); */ padding: 21px 30px 7px 30px; }
.page-id-3023 .landing-pg-rgt h2 { /* margin-bottom: 25px; */ }
.page-id-3023 .wpcf7-form button { /* background: #e03335; */ background: #cd0001; border: none; display: inline-block; color: #fff; font-weight: 600; padding: 6px 20px; border-radius: 5px; margin-top: 8px; }
.page-id-3023 .form-group { margin-bottom: 1px; }
.page-id-3023 .nice-select { /* margin-bottom: 25px; */ }
.page-id-3023 .wpcf7-form input[type=checkbox] { min-height: 10px; }
.page-id-3023 .wpcf7-form .wpcf7-list-item { margin: 1px 0 0 5px; font-size: 12px; line-height: 18px; float: left; }
.page-id-3023 .wpcf7-form .wpcf7-not-valid-tip { display: none; }
.page-id-3023 .sap-bydd-banner .vc_custom_1630431667844 { padding-top: 30px !important; padding-bottom: 10px !important; }
.page-id-3023 .wpcf7-form .wpcf7-not-valid { border: 1px solid #e03335; display: block; }
.page-id-3023 header nav.navbar .container { max-width: 1260px; }
.page-id-3023 .top-bar-area .container { max-width: 1260px; }
.page-id-3023 .landing-page-bnr { margin-left: auto !important; margin-right: auto !important; padding-left: 60px; padding-right: 60px; }
.page-id-3023 .wpcf7-form input.form-control { min-height: 35px; margin-bottom: 14px; }
.page-id-3023 .landing-pg-lft { width:60%; }
.page-id-3023 .landing-pg-rgt { width:40%; }
.page-id-3023 .form-control { font-size: 12px !important; }
.page-id-3023 .wpcf7-form .wpcf7-select { border-radius: .25rem; color: #495057; height:35px; line-height:35px; font-size: 12px; }
.page-id-3023 .wpcf7-form .wpcf7-date { min-height: 35px; width: 100%; margin-bottom: 14px; padding-left: 15px; padding-right: 10px; text-transform: uppercase; border-radius: .25rem; color: #666666; font-size: 12px; }
.page-id-3023 .nice-select .option { line-height: 28px; min-height: 28px; }
.page-id-3023 .sap-bydd-banner { /* background: url('https://keyush.com/wp-content/uploads/2021/12/banner-1.jpg') center top #fff no-repeat; */ background-size: cover; background-color: #242424; }

.form-control:focus { border-color: #ced4da !important; box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important; }
.wpcf7-t { margin: 10px 0 0 5px; font-size: 12px; line-height: 18px; padding-left:17px; }
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid { min-height: 72px; position: absolute; width: 433px; }

.team-11 { width:33.33% !important; padding-left:1.5% !important; padding-right:1.5% !important; }
.team-11 .vc_btn3.vc_btn3-size-md { border-radius: 50px; font-size: 13px; padding: 10px 25px; }

.page-id-3023 .wpcf7-form .company-name input.form-control { margin-bottom: 1px; }
.page-id-3023 .wpcf7-form .country-name input.form-control { margin-bottom: 1px; }

.page-id-3023 .blog-rtxt-h { line-height: 21px; font-weight: 600; font-size: 14px; margin-bottom: 8px !important; text-align:left; }
.page-id-3023 .blog-rtxt-t { line-height: 21px; font-size: 14px; margin-bottom: 8px !important; text-align:left; }
.page-id-1922 h2.smll-hdg { margin-bottom: 7px; font-size: 22px; }

.btn-md-s { padding: 4px 16px; font-size: 12px; background-color: #e03335; border: 1px solid #e03335; border-radius: 5px; color: #ffffff; }
.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle { padding:2px !important; }

.crrr-frm .wpcf7 { padding: 25px; }

.all-ftr-anything .popupaoc-image-popup a img { display:none; }

.home .all-ftr-anything .popupaoc-image-popup a img { display:block; }

.all-ftr-anything .popupaoc-image-popup a img { position: fixed; left: 0px; bottom: 52px; /* right: 0px; top: 212px; */ z-index:99999; }
.paoc-popup-modal-cnt { padding: 15px 20px 5px 15px; }
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid { position: relative; width: 100%; min-height:60px; }
.all-ftr-anything { margin-bottom: 1px !important; }

.cli-style-v2 .cli-bar-message { font-size:13px; }
.zsiq_theme1.zsiq_floatmain { bottom:80px; }

@media only screen and (max-width: 980px) {
.breadcrumb-area { padding: 80px 0 1px 0 !important; }
.breadcrumb-area.less-background .col-lg-6.text-right { display: none; }
.breadcrumb-area h2 { font-size: 30px !important; }
.clntt-sect { margin-bottom: 30px; width: 98% !important; }
.resources-sect { width: 92% !important; margin-bottom: 30px; }

.page-id-2166 .landing-pg-lft { width:100%; }
.page-id-2166 .landing-pg-rgt { width:100%; }
.page-id-2166 .landing-pg-lft h1 { font-size: 18px !important; margin-top: 30px !important; text-align:left; line-height:25px !important; }
.page-id-2166 .landing-page-bnr { padding-left: 15px; padding-right: 15px; }
.page-id-2166 h2.smll-lhdg { font-size: 15px !important; line-height: 25px; text-align:left; }
.page-id-2166 .smll-ltxt { font-size: 15px !important; text-align:left; }
.page-id-2166 .lttxtx ul li { text-align: left !important; }
.page-id-2166 .feature-area.txt-shw .heading-left h2 { font-size: 20px !important; }
.page-id-2166 .lttxtx { margin-top: 50px !important; }
.page-id-2166 .sap-bydd-banner { background: url('https://keyush.com/wp-content/uploads/2022/03/banner-2.jpg') left top #000 no-repeat; background-size: cover; }
	
.page-id-2235 .landing-pg-lft { width:100%; }
.page-id-2235 .landing-pg-rgt { width:100%; }
.page-id-2235 .landing-pg-lft h1 {  font-size: 40px; margin-top: 50px; color: #fff; text-shadow: 1px 1px #000; }
.page-id-2235 .landing-page-bnr { padding-left: 15px; padding-right: 15px; }
.page-id-2235 h2.smll-lhdg { font-size: 21px; line-height: 35px; color: #fff; text-shadow: 2px 1px #000; }
.page-id-2235 .smll-ltxt { font-size: 18px; color: #fff; text-shadow: 2px 1px #000; line-height: 25px; }
.page-id-2235 .sap-ewm-banner { background: url('https://keyush.com/wp-content/uploads/2021/09/sap-ewm-1.jpg') left top #fff no-repeat; background-size: cover; }
	
.page-id-2350 .landing-pg-lft { width:100%; }
.page-id-2350 .landing-pg-rgt { width:100%; }
.page-id-2350 .landing-pg-lft h1 {  font-size: 40px; margin-top: 50px; color: #fff; text-shadow: 1px 1px #000; }
.page-id-2350 .landing-page-bnr { padding-left: 15px; padding-right: 15px; }
.page-id-2350 h2.smll-lhdg { font-size: 21px; line-height: 35px; color: #fff; text-shadow: 2px 1px #000; }
.page-id-2350 .smll-ltxt { font-size: 18px; color: #fff; text-shadow: 2px 1px #000; line-height: 25px; }
.page-id-2350 .sap-ewm-banner { background: url('https://keyush.com/wp-content/uploads/2021/09/sap-s-4-hana.jpg') left top #fff no-repeat; background-size: cover; }

	
.btn-lft-text { text-align: center; margin-right: 0px; }
.btn-rgt-text { text-align: center; margin-left: 0px; }
.btn-lftt-text { text-align: left; float: none; width:100%; }
.btn-rgtt-text { text-align: left; float: none; width: 100%; margin-top: 15px; }

.home .banner-area h2 { font-size: 30px !important; line-height: 7px !important; padding-top: 100px; }
	
.page-id-2498 .landing-pg-lft { width:100%; }
.page-id-2498 .landing-pg-rgt { width:100%; }
.page-id-2498 .landing-pg-lft h1 { font-size: 28px !important; margin-top: 50px; text-align:left; }
.page-id-2498 .landing-page-bnr { padding-left: 15px; padding-right: 15px; }
.page-id-2498 h2.smll-lhdg { font-size: 18px !important; line-height: 35px; text-align:left; }
.page-id-2498 .smll-ltxt { font-size: 18px !important; text-align:left; }
.page-id-2498 .lttxtx ul li { text-align: left !important; }
.page-id-2498 .feature-area.txt-shw .heading-left h2 { font-size: 20px !important; }
.page-id-2498 .lttxtx { margin-top: 50px !important; }
.page-id-2498 .sap-bydd-banner { background: url('https://keyush.com/wp-content/uploads/2021/09/sap-byd-8.jpg') left top #fff no-repeat; background-size: cover; }
.home .banner-area.bg-gray { background: url('https://keyush.com/wp-content/uploads/2021/12/banner-1.jpg') left top #fff no-repeat; background-size: cover; }

.page-id-2813 .landing-pg-lft { width:100%; }
.page-id-2813 .landing-pg-rgt { width:100%; }
.page-id-2813 .landing-pg-lft h1 { font-size: 28px !important; margin-top: 50px; text-align:left; }
.page-id-2813 .landing-page-bnr { padding-left: 15px; padding-right: 15px; }
.page-id-2813 h2.smll-lhdg { font-size: 18px !important; line-height: 35px; text-align:left; }
.page-id-2813 .smll-ltxt { font-size: 18px !important; text-align:left; }
.page-id-2813 .lttxtx ul li { text-align: left !important; }
.page-id-2813 .feature-area.txt-shw .heading-left h2 { font-size: 20px !important; }
.page-id-2813 .lttxtx { margin-top: 50px !important; }
.page-id-2813 .sap-bydd-banner { background: url('https://keyush.com/wp-content/uploads/2021/12/banner-1.jpg') left top #fff no-repeat; background-size: cover; }

.page-id-94 .team-1 .team-nm { padding-left: 130px; }
.page-id-94 .team-1 .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left { margin-left: 75px; }
.page-id-94 .work-process-area .work-pro-items .row { display:block; }
.home .keyush-z-services .vc_col-sm-3 { width: 99%; }
.home .resources-sect { width: 93% !important; }
.page-id-2166 .lttxt ul li { text-align: left; margin-right: 15px; }
.page-id-2166 .popupaoc-button { margin-top: 10px; }

.page-id-94 h2.smll-hdg { line-height: 25px; }
.page-id-94 .choose-us-area .item { padding: 10px 30px; }

.page-id-3023 .landing-pg-lft { width:100%; }
.page-id-3023 .landing-pg-rgt { width:100%; }
.page-id-3023 .landing-pg-lft h1 { font-size: 18px !important; margin-top: 30px !important; text-align:left; line-height:25px !important; }
.page-id-3023 .landing-page-bnr { padding-left: 15px; padding-right: 15px; }
.page-id-3023 h2.smll-lhdg { font-size: 15px !important; line-height: 25px; text-align:left; }
.page-id-3023 .smll-ltxt { font-size: 15px !important; text-align:left; }
.page-id-3023 .lttxtx ul li { text-align: left !important; }
.page-id-3023 .feature-area.txt-shw .heading-left h2 { font-size: 20px !important; }
.page-id-3023 .lttxtx { margin-top: 50px !important; }
.page-id-3023 .sap-bydd-banner { /* background: url('https://keyush.com/wp-content/uploads/2021/12/banner-1.jpg') left top #fff no-repeat; background-size: cover; */ background-color: #242424; }
.page-id-3023 .lttxt ul li { text-align: left; margin-right: 15px; }
.page-id-3023 .popupaoc-button { margin-top: 10px; }
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid { min-height: 110px; width: 283px; }
.team-11 { width:100% !important; }
.page-id-3023 .landing-pg-rgt h2 { font-size: 23px; }
.page-id-3023 img.alignright { display: none; }
.page-id-3023 .wpcf7-form .company-name input.form-control { margin-bottom: 15px; }
.all-ftr-anything .popupaoc-image-popup a img { display: none; }
}

@media (min-width: 1200px) { 
.page-id-1169 .work-process-area.default-padding .container-full { width:100%; }
.page-id-1317 .work-process-area.default-padding .container-full { width: 100%; }
}

