 @import url('Segoe UI.woff');
 @import url('fontawesome-all.css');
 @import url('animate.css');
 @import url('flaticon.css');
 @import url('owl.css');
 @import url('jquery-ui.css');
 @import url('animation.css');
 @import url('jquery.fancybox.min.css');
 @import url('jquery.bootstrap-touchspin.css');

 :root {
     --primary-blue: #1e88e5;
     --dark-blue: #0d47a1;
     --light-blue: #42a5f5;
     --accent-blue: #03a9f4;
     --light-blue: #0ea5e9;
     --white: #ffffff;
     --gray-100: #f8fafc;
     --gray-600: #475569;
     --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
     --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     --transition-all: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 }

 * {
     margin: 0px;
     padding: 0px;
     border: none;
     outline: none;
     font-size: 100%;
 }

 html {
     scroll-behavior: smooth;
 }

 body {
     letter-spacing: 0.5px;
     font-size: 16px;
     color: #2D322E;
     line-height: 24px;
     background: #ffffff;
     -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
 }

 a {
     text-decoration: none;
     cursor: pointer;
     color: #2972b8;
 }

 a:hover,
 a:focus,
 a:visited {
     text-decoration: none;
     outline: none;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     position: relative;
     font-weight: 500;
     margin: 0px;
     background: none;
     line-height: 1.2em;
     font-family: Segoe UI Regular, sans-serif;
     letter-spacing: 0em;
 }

 h1 {
     font-size: 30px;
     font-weight: bold;
 }

 textarea {
     overflow: hidden;
 }

 button {
     outline: none !important;
     cursor: pointer;
 }

 p,
 .text {
     color: #2D322E;
     font-size: 16px;
     line-height: 1.8em;
 }

 ::-webkit-input-placeholder {
     color: inherit;
 }

 ::-moz-input-placeholder {
     color: inherit;
 }

 ::-ms-input-placeholder {
     color: inherit;
 }

 .auto-container {
     position: static;
     max-width: 1300px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .large-container {
     position: static;
     max-width: 1600px;
     padding: 0px 15px;
     margin: 0 auto;
 }

 .page-wrapper {
     position: relative;
     margin: 0 auto;
     width: 100%;
     min-width: 300px;
     overflow: hidden;
     z-index: 9;
 }

 a:focus {
     box-shadow: none !important;
 }

 ul,
 li {
     list-style: none;
     padding: 0px;
     margin: 0px;
 }

 .theme-btn {
     display: inline-block;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .theme-btn i {
     position: relative;
     display: inline-block;
     font-size: 14px;
     margin-left: 3px;
 }

 .centered {
     text-align: center !important;
 }

 .btn-style-one {
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 25px;
     color: #ffffff;
     padding: 7px 20px;
     font-weight: 500;
     overflow: hidden;
     border-radius: 50px;
     background-color: #2972b8;
     text-transform: uppercase;
 }

 .btn-style-one:before {
     top: 0;
     left: 0;
     content: "";
     width: 150%;
     height: 100%;
     position: absolute;
     transform-origin: 0 100% 0;
     transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
     transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
 }

 .btn-style-one .icon {
     position: relative;
     margin-right: 10px;
 }

 .btn-style-one i {
     position: relative;
     font-style: normal;
 }

 .btn-style-one:hover {
     color: #ffffff;
 }

 .btn-style-one:hover::before {
     opacity: 0;
     color: #ffffff;
     transform: rotate3d(0, 0, 1, 0deg);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     background-color: #161a33;
 }

 .btn-style-two {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 12px 42px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-two:before {
     top: 0;
     left: 0;
     content: "";
     width: 150%;
     height: 100%;
     position: absolute;
     transform-origin: 0 100% 0;
     transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
     transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
 }

 .btn-style-two .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-two i {
     color: #fff;
     position: relative;
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
 }

 .btn-style-two:hover {
     color: #ffffff;
 }

 .btn-style-two:hover::before {
     opacity: 1;
     color: #ffffff;
     transform: rotate3d(0, 0, 1, 0deg);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     background-color: #161a33;
 }

 .btn-style-three {
     background: #2794C2;
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 25px;
     color: #fff;
     padding: 10px 25px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 5px;
     letter-spacing: 1px;
     text-transform: capitalize;
     border: 2px solid rgba(255, 255, 255, 0.10);
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-three.black {
     background: #2794C2;
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 25px;
     color: #000;
     padding: 10px 25px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 5px;
     letter-spacing: 1px;
     text-transform: capitalize;
     border: 2px solid rgba(255, 255, 255, 0.10);
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-three:before {
     top: 0;
     left: 0;
     content: "";
     width: 150%;
     height: 100%;
     position: absolute;
     transform-origin: 0 100% 0;
     transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
     transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
 }

 .btn-style-three .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-three i {
     position: relative;
     font-style: normal;
 }

 .btn-style-three span {
     position: relative;
 }

 .btn-style-three:hover {
     background: #fff;
     color: #ffffff;
     border-color: #2972b8;
 }

 .btn-style-three:hover::before {
     opacity: 1;
     color: #ffffff;
     transform: rotate3d(0, 0, 1, 0deg);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     background-color: #047aaa;
 }

 .btn-style-four {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #222222;
     padding: 8px 22px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     background: none;
     text-transform: capitalize;
     border: 2px solid #d7dee4;
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-four:before {
     top: 0;
     left: 0;
     content: "";
     width: 150%;
     height: 100%;
     position: absolute;
     transform-origin: 0 100% 0;
     transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
     transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
 }

 .btn-style-four .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-four i {
     position: relative;
     font-style: normal;
 }

 .btn-style-four:hover {
     color: #ffffff;
     border-color: #2972b8;
 }

 .btn-style-four:hover::before {
     opacity: 1;
     color: #ffffff;
     transform: rotate3d(0, 0, 1, 0deg);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     background-color: #2972b8;
 }

 .btn-style-five {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 8px 32px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     border: 2px solid #2972b8;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-five .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-five:hover {
     color: #2972b8;
     background: none;
 }

 .btn-style-six {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #222222;
     padding: 8px 41px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     border: 2px solid #ffffff;
     background-color: #ffffff;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-six .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-six:hover {
     color: #ffffff;
     background: none;
 }

 .btn-style-seven {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 12px 55px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     background: none;
     text-transform: capitalize;
     border: 2px solid rgba(255, 255, 255, 1);
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-seven:before {
     top: 0;
     left: 0;
     content: "";
     width: 150%;
     height: 100%;
     position: absolute;
     transform-origin: 0 100% 0;
     transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
     transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
 }

 .btn-style-seven .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-seven i {
     position: relative;
     font-style: normal;
 }

 .btn-style-seven:hover {
     color: #ffffff;
     border-color: #2972b8;
 }

 .btn-style-seven:hover::before {
     opacity: 1;
     color: #ffffff;
     transform: rotate3d(0, 0, 1, 0deg);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     background-color: #2972b8;
 }

 .btn-style-eight {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #222222;
     padding: 10px 40px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     border: 2px solid #f2f2f2;
     background-color: #f2f2f2;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .btn-style-eight .arrow {
     position: relative;
     margin-left: 5px;
 }

 .btn-style-eight:hover {
     color: #2972b8;
     background: none;
     border-color: #2972b8;
 }

 .list-style-one {
     position: relative;
 }

 .list-style-one li {
     position: relative;
     font-size: 15px;
     line-height: 24px;
     color: #2D322E;
     font-weight: 400;
     padding-left: 30px;
     margin-bottom: 12px;
 }

 .list-style-one li:before {
     position: absolute;
     left: 0px;
     top: 0px;
     font-size: 12px;
     line-height: 24px;
     color: #2972b8;
     content: "\f004";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
 }

 .list-style-one li a:hover {
     color: #44bce2;
 }

 .list-style-two {
     position: relative;
 }

 .list-style-two li {
     position: relative;
     font-size: 15px;
     line-height: 24px;
     color: #222222;
     font-weight: 400;
     padding-left: 45px;
     margin-bottom: 14px;
 }

 .list-style-two li:before {
     position: absolute;
     left: 0px;
     top: 12px;
     height: 1px;
     width: 30px;
     background-color: #2972b8;
     content: "";
 }

 .list-style-two li a:hover {
     color: #44bce2;
 }

 .list-style-three {
     position: relative;
 }

 .list-style-three li {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 26px;
     padding-left: 40px;
 }

 .list-style-three li:before {
     position: absolute;
     left: 0px;
     top: 5px;
     color: #2D322E;
     font-size: 24px;
     line-height: 1.2em;
     content: "\f19c";
     font-family: "Flaticon";
 }

 .list-style-three li span {
     font-weight: 700;
     color: #222222;
     font-size: 20px;
     display: block;
     margin-bottom: 12px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .list-style-four {
     position: relative;
 }

 .list-style-four li {
     position: relative;
     font-size: 15px;
     line-height: 0.8em;
     color: #2D322E;
     font-weight: 400;
     padding-left: 35px;
     margin-bottom: 18px;
 }

 .list-style-four li:before {
     position: absolute;
     left: 0px;
     top: 0px;
     font-weight: 600;
     color: #2972b8;
     content: "\f17e";
     font-family: "Flaticon";
 }

 .list-style-four li a:hover {
     color: #44bce2;
 }

 .theme_color {
     color: #2972b8;
 }

 .pull-right {
     float: right;
 }

 .pull-left {
     float: left;
 }

 .preloader {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 999999;
     background-color: #ffffff;
     background-position: center center;
     background-repeat: no-repeat;
     background-image: url(../images/icons/preloader.svg);
 }

 img {
     display: inline-block;
     max-width: 100%;
     height: auto;
 }

 .dropdown-toggle::after {
     display: none;
 }

 .fa {
     line-height: inherit;
 }

 .play-now .ripple,
 .play-now .ripple:before,
 .play-now .ripple:after {
     position: absolute;
     top: 50%;
     left: 30px;
     height: 60px;
     width: 60px;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
     -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
     -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
     -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
     -webkit-animation: ripple 3s infinite;
     -moz-animation: ripple 3s infinite;
     -ms-animation: ripple 3s infinite;
     -o-animation: ripple 3s infinite;
     animation: ripple 3s infinite;
 }

 .play-now .ripple:before {
     -webkit-animation-delay: .9s;
     -moz-animation-delay: .9s;
     -ms-animation-delay: .9s;
     -o-animation-delay: .9s;
     animation-delay: .9s;
     content: "";
     position: absolute;
 }

 .play-now .ripple:after {
     -webkit-animation-delay: .6s;
     -moz-animation-delay: .6s;
     -ms-animation-delay: .6s;
     -o-animation-delay: .6s;
     animation-delay: .6s;
     content: "";
     position: absolute;
 }

 @-webkit-keyframes ripple {
     70% {
         box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
     }

     100% {
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 @keyframes ripple {
     70% {
         box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
     }

     100% {
         box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     }
 }

 .scroll-to-top {
     position: fixed;
     bottom: 70px;
     right: 20px;
     width: 50px;
     height: 50px;
     color: #ffffff;
     font-size: 24px;
     line-height: 50px;
     text-align: center;
     z-index: 100;
     cursor: pointer;
     background: #2972b8;
     display: none;
     border-radius: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .scroll-to-top:hover {
     background: #2972b8;
 }

 .main-header {
     position: relative;
     display: block;
 }

 .main-header .header-top {
     position: relative;
     background-color: #161a33;
 }

 .main-header .header-top .top-left {
     position: relative;
     float: left;
     z-index: 90;
 }

 .main-header .header-top .language {
     position: relative;
     line-height: 1em;
     display: inline-block;
 }

 .main-header .header-top .language .dropdown-menu {
     top: 100%;
     right: 0px;
     left: auto;
     width: 178px;
     border-radius: 0px;
     margin-top: 0px;
     background-color: #161a33;
     border: none;
     padding: 0px;
     border-top: 3px solid #2972b8;
 }

 .main-header.header-style-two .header-top .language .dropdown-menu {
     background-color: #eb0028;
 }

 .main-header.header-style-two .header-top .language .dropdown-menu>li>a:hover {
     background-color: #222222;
 }

 .main-header .header-top .language>a {
     color: #ffffff;
     padding: 18px 0px;
     background: none !important;
     text-transform: uppercase;
     display: inline-block;
     border: 0px;
     top: -1px;
     font-weight: 500;
     font-size: 14px;
     line-height: 1em;
     border-radius: 0px;
 }

 .main-header .header-top .language>a>span {
     color: #c5cde8;
     font-size: 16px;
     margin-right: 12px;
 }

 .main-header .header-top .language>a:after {
     display: none;
 }

 .main-header .header-top language a:hover {
     background: none;
 }

 .main-header .header-top .language .dropdown-menu>li {
     padding-right: 0px !important;
     margin: 0px !important;
     float: none;
     display: block !important;
     border-bottom: 1px solid rgba(255, 255, 255, 0.20);
 }

 .main-header .header-top .language .dropdown-menu>li:last-child {
     border-bottom: none;
 }

 .main-header .header-top .language .dropdown-menu>li>a {
     padding: 12px 20px !important;
     color: #ffffff;
     display: block;
     text-align: left;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .header-top .language .dropdown-menu>li>a:hover {
     color: #ffffff !important;
     background-color: #2972b8;
 }

 .header-top .top-right {
     position: relative;
     float: right;
     z-index: 1;
     padding: 15px 0px;
 }

 .header-top .top-right .social-box {
     position: relative;
 }

 .header-top .top-right .social-box li {
     position: relative;
     margin-left: 15px;
     display: inline-block;
 }

 .header-top .top-right .social-box li a {
     position: relative;
     color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .header-top .top-right .social-box li a:hover {
     color: #2972b8;
 }

 .header-top .value-text {
     position: relative;
     text-align: center;
     font-size: 15px;
     color: #ffffff;
     padding: 12px 0px;
 }

 .header-top .value-text .learn-more {
     position: relative;
     padding: 3px 20px;
     color: #ffffff;
     font-weight: 700;
     margin-left: 6px;
     border-radius: 50px;
     background-color: #2972b8;
     display: inline-block;
     font-family: Segoe UI Regular, sans-serif;
 }

 .header-top-two {
     position: relative;
     background-color: #ffffff;
 }

 .header-top-two .outer-container {
     position: relative;
     padding: 0px 125px;
     background-color: #ffffff;
 }

 .header-top-two .top-left {
     position: relative;
     float: left;
     padding: 18px 0px;
 }

 .header-top-two .top-left .left-list {
     position: relative;
     float: left;
 }

 .header-top-two .top-left .left-list li {
     position: relative;
     padding-right: 18px;
     margin-right: 18px;
     line-height: 1.3em;
     display: inline-block;
     border-right: 1px solid #d2d9e0;
 }

 .header-top-two .top-left .left-list li .icon {
     position: relative;
     margin-right: 10px;
     color: #2972b8;
     font-size: 16px;
     font-weight: 400;
     top: 1px;
 }

 .header-top-two .top-left .social-box {
     position: relative;
     float: left;
 }

 .header-top-two .top-left .social-box li {
     position: relative;
     margin-right: 15px;
     display: inline-block;
 }

 .header-top-two .top-left .social-box li a {
     position: relative;
     color: #8a91a4;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .header-top-two .top-left .social-box li a:hover {
     color: #2972b8;
 }

 .header-top-two .top-right {
     position: relative;
     float: right;
     padding: 14px 0px;
 }

 .header-top-two .top-right .technology {
     position: relative;
     font-size: 15px;
     color: #2D322E;
     float: left;
 }

 .header-top-two .top-right .technology .icon {
     position: relative;
     margin-right: 10px;
     color: #2972b8;
 }

 .header-top-two .top-right .technology a {
     position: relative;
     padding: 3px 20px 4px;
     color: #ffffff;
     font-weight: 700;
     margin-left: 6px;
     border-radius: 50px;
     background-color: #2972b8;
     display: inline-block;
     font-family: Segoe UI Regular, sans-serif;
 }

 .header-top-two .top-right .language-list {
     position: relative;
     float: left;
     margin-top: 5px;
     margin-left: 30px;
     padding-left: 25px;
 }

 .header-top-two .top-right .language-list:before {
     position: absolute;
     left: 0px;
     top: 0px;
     color: #2972b8;
     font-size: 16px;
     content: "\f1ac";
     font-family: "Flaticon";
 }

 .header-top-two .top-right .language-list li {
     position: relative;
     font-weight: 500;
     padding-right: 12px;
     margin-right: 12px;
     line-height: 1.2em;
     display: inline-block;
     border-right: 1px solid #d2d9e0;
 }

 .header-top-two .top-right .language-list li a {
     position: relative;
     color: #222222;
     font-size: 14px;
     display: inline-block;
     text-transform: uppercase;
 }

 .header-top-two .top-right .language-list li:last-child {
     border-right: 0px;
     margin-right: 0px;
     padding-right: 0px;
 }

 .header-top-three {
     position: relative;
     z-index: 10;
     padding: 18px 0px;
     background-color: #161a33;
 }

 .header-top-three .top-left {
     position: relative;
     margin-left: 320px;
     float: left;
 }

 .header-top-three .top-left .left-list {
     position: relative;
 }

 .header-top-three .top-left .left-list li {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     padding-right: 18px;
     margin-right: 18px;
     line-height: 1.3em;
     display: inline-block;
     border-right: 1px solid #414660;
 }

 .header-top-three .top-left .left-list li:last-child {
     margin-right: 0px;
     padding-right: 0px;
     border: none;
 }

 .header-top-three .top-left .left-list li .icon {
     position: relative;
     margin-right: 10px;
     color: #2972b8;
     font-size: 16px;
     font-weight: 400;
     top: 1px;
 }

 .header-top-three .top-right {
     position: relative;
     float: right;
 }

 .header-top-three .top-right .social-box {
     position: relative;
 }

 .header-top-three .top-right .social-box li {
     position: relative;
     margin-left: 15px;
     display: inline-block;
 }

 .header-top-three .top-right .social-box li a {
     position: relative;
     color: #999fb9;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .header-top-three .top-right .social-box li a:hover {
     color: #ffffff;
 }

 .main-header .header-upper {
     position: relative;
     top: 0;
     background-color: #ffffff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .header-upper .logo-outer {
     position: relative;
     float: left;
     z-index: 25;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .logo-outer .logo img {
     padding-top: 5px;
     position: relative;
     display: inline-block;
     max-width: 100%;
 }

 .main-header .header-upper .nav-outer {
     float: right;
     z-index: 10;
     position: relative;
 }

 .main-header .header-lower {
     position: relative;
     z-index: 10;
 }

 .main-header .header-lower .nav-outer {
     position: relative;
     padding: 0px 40px;
     background-color: #ffffff;
 }

 .main-menu {
     position: relative;
     float: left;
     font-family: Segoe UI Regular, sans-serif;
 }

 .main-menu .navbar-collapse {
     padding: 0px;
 }

 .main-menu .navigation {
     position: relative;
     margin: 0px;
 }

 .main-menu .navigation>li {
     position: relative;
     float: left;
     padding: 25px 0 5px 0px;
     margin-right: 15px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
     margin-right: 0px;
 }

 .main-menu .navigation>li>a {
     position: relative;
     display: block;
     text-align: center;
     font-size: 15px;
     line-height: 20px;
     font-weight: 500;
     opacity: 1;
     color: #222222;
     padding: 0;
     text-transform: capitalize;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-menu .navigation>li:hover>a,
 .main-menu .navigation>li.current>a {
     color: #2972b8;
 }

 .main-menu .navigation>li>ul {
     position: absolute;
     left: 0px;
     top: 100%;
     width: 270px;
     padding: 0px 0px;
     z-index: 100;
     opacity: 1;
     margin-top: 1px;
     background: #ffffff;
     border: 1px solid #e2e8f0;
     -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
     -ms-transform: scaleY(0);
     -o-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     -o-transform-origin: top;
     transform-origin: top;
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
 }

 .main-menu .navigation>li>ul>li {
     position: relative;
     width: 100%;
     padding: 10px 15px;
     border-bottom: 1px solid #e2e8f0;
 }

 .main-menu .navigation>li>ul>li:last-child {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a {
     position: relative;
     font-size: 15px;
     line-height: 24px;
     color: #333;
     font-weight: 500;
     text-align: left;
     display: inline-block;
     text-transform: capitalize;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .main-menu .navigation>li>ul>li>a:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: 0px;
     height: 2px;
     width: 0%;
     opacity: 0;
     background-color: #2972b8;
     -webkit-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .main-menu .navigation>li>ul>li:hover>a:before {
     width: 100%;
     opacity: 1;
 }

 .main-menu .navigation>li>ul>li:hover>a {
     color: #222222;
 }

 .main-menu .navigation>li>ul>li.dropdown::after {
     content: "\f105";
     position: absolute;
     right: 0;
     top: 15px;
     display: block;
     font-size: 16px;
     line-height: 24px;
     padding: 3px 25px;
     color: #222222;
     font-weight: 900;
     font-family: "Font Awesome 5 Free";
     text-align: center;
     z-index: 5;
 }

 .main-menu .navigation>li>ul>li>ul {
     position: absolute;
     left: 100%;
     margin-top: -59px;
     width: 270px;
     padding: 0px 0px;
     z-index: 100;
     opacity: 1;
     background: #ffffff;
     border: 1px solid #e2e8f0;
     -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
     -ms-transform: scaleY(0);
     -o-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     -o-transform-origin: top;
     transform-origin: top;
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li {
     position: relative;
     width: 100%;
     padding: 17px 28px;
     border-bottom: 1px solid #e2e8f0;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
     border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
     position: relative;
     display: block;
     font-size: 15px;
     line-height: 24px;
     color: #2D322E;
     font-weight: 500;
     text-align: left;
     display: inline-block;
     text-transform: capitalize;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: 0px;
     height: 2px;
     width: 0%;
     opacity: 0;
     background-color: #2972b8;
     -webkit-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li:hover>a:before {
     width: 100%;
     opacity: 1;
 }

 .main-menu .navigation>li>ul>li>ul>li:hover>a {
     color: #222222;
 }

 .main-menu .navigation>li.dropdown:hover>ul {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -moz-transform: scale(1);
     transform: scale(1);
     visibility: visible;
     opacity: 1;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -moz-transform: scale(1);
     transform: scale(1);
     visibility: visible;
     opacity: 1;
     top: 100%;
 }

 .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
     position: absolute;
     right: 10px;
     top: 8px;
     width: 34px;
     height: 30px;
     border: 1px solid #ffffff;
     text-align: center;
     font-size: 16px;
     line-height: 30px;
     color: #ffffff;
     cursor: pointer;
     z-index: 5;
     display: none;
 }

 .main-header .outer-box {
     position: relative;
     float: right;
 }

 .main-header .option-box {
     position: relative;
     float: right;
     margin-left: 10px;
 }

 .main-header .option-box .cart-btn {
     position: relative;
     float: left;
     padding: 20px 0px;
 }

 .main-header .option-box .cart-btn .cart-icon {
     position: relative;
     color: #fff;
     margin-left: 20px;
     font-size: 21px;
     z-index: 1;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .option-box .cart-btn .total-cart {
     position: absolute;
     content: '';
     top: -2px;
     right: -12px;
     color: #ffffff;
     width: 18px;
     height: 18px;
     z-index: -1;
     font-size: 12px;
     text-align: center;
     line-height: 18px;
     border-radius: 50%;
     background-color: #2972b8;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .option-box .cart-btn:hover .total-cart {
     background-color: #161a33;
 }

 .main-header .option-box .cart-btn .cart-icon:hover {
     color: #2972b8;
 }

 .main-header .search-box-outer {
     position: relative;
     float: left;
     padding: 27px 0px;
     margin-left: 30px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .search-box-btn {
     position: relative;
     height: 35px;
     cursor: pointer;
     background: none;
     font-size: 18px;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .search-box-btn:hover {
     color: #2972b8;
 }

 .dropdown-toggle::after {
     display: none;
 }

 .main-header .search-box-outer .dropdown-menu {
     top: 61px !important;
     left: auto !important;
     right: 0;
     padding: 0px;
     width: 280px;
     border-radius: 0px;
     transform: none !important;
     border-top: 3px solid #2972b8;
 }

 .main-header .search-panel .form-container {
     padding: 25px 20px;
 }

 .main-header .search-panel .form-group {
     position: relative;
     margin: 0px;
 }

 .main-header .search-panel input[type="text"],
 .main-header .search-panel input[type="search"],
 .main-header .search-panel input[type="password"],
 .main-header .search-panel select {
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 7px 40px 7px 15px;
     height: 40px;
     font-size: 14px;
     border: 1px solid #e0e0e0;
     background: #ffffff;
 }

 .main-header .search-panel input:focus,
 .main-header .search-panel select:focus {
     border-color: #2972b8;
 }

 .main-header .search-panel .search-btn {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 40px;
     height: 40px;
     text-align: center;
     color: #555555;
     font-size: 12px;
     background: none;
     cursor: pointer;
 }

 .main-header .outer-box .btn-box {
     position: relative;
     float: left;
     padding: 15px 0px;
     margin-left: 50px;
 }

 .main-header .outer-box .btn-box .theme-btn {
     position: relative;
     float: right;
 }

 .main-header .option-box .talk-box {
     position: relative;
     padding-left: 55px;
     text-align: left;
     color: #ffffff;
     font-size: 16px;
     line-height: 1.6em;
     margin-top: 20px;
     margin-left: 28px;
     display: inline-block;
     font-family: Segoe UI Regular, sans-serif;
 }

 .main-header .option-box .talk-box .icon {
     position: absolute;
     content: '';
     left: 0px;
     top: 8px;
     color: #2972b8;
     font-size: 38px;
     line-height: 1em;
 }

 .main-header .option-box .talk-box .info {
     position: relative;
     font-size: 18px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .main-header .option-box .social-box {
     position: relative;
     float: left;
     padding: 22px 0px;
     margin-right: 35px;
 }

 .main-header .option-box .social-box li {
     position: relative;
     margin-left: 15px;
     display: inline-block;
 }

 .main-header .option-box .social-box li a {
     position: relative;
     color: #222222;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .main-header .option-box .social-box li a:hover {
     color: #2972b8;
 }

 .header-style-two {
     position: absolute;
     left: 0px;
     top: 0px;
     z-index: 10;
     width: 100%;
 }

 .header-style-two .header-upper {
     background: #0000006e;
 }

 .header-style-two .header-upper .logo-outer {
     padding-right: 30px;
 }

 .header-style-two .header-upper .inner-container {
     padding: 0px 15px;
 }

 .header-style-two .main-menu .navigation>li>a {
     color: #ffffff;
 }

 .header-style-two .search-box-outer {
     margin-left: 0px;
     color: #ffffff;
     padding-left: 25px;
     padding-right: 28px;
     border-left: 1px solid rgba(255, 255, 255, 0.10);
     border-right: 1px solid rgba(255, 255, 255, 0.10);
 }

 .header-style-two .search-box-btn {
     color: #ffffff;
     line-height: 46px;
 }

 .header-style-three {
     position: absolute;
     width: 100%;
 }

 .header-style-three .mobile-menu {
     display: none;
 }

 .header-style-three .header-upper .nav-outer {
     width: 100%;
     padding-left: 320px;
 }

 .header-style-three .header-upper .logo-outer {
     position: absolute;
     padding-right: 0px;
     border: none;
     margin-top: -60px;
     background-color: #2972b8;
 }

 .header-style-three .main-menu .navigation>li>a {
     font-size: 14px;
     line-height: 34px;
 }

 .header-style-three .header-upper .inner-container {
     background-color: #ffffff;
     position: relative;
     z-index: 10;
     padding-right: 28px;
 }

 .header-style-three .main-menu .navigation>li {
     padding: 23px 0px;
 }

 .header-style-three .search-box-outer {
     padding: 22px 0px;
     float: right;
 }

 .main-header.header-style-three .search-box-btn {
     color: #2972b8;
 }

 .main-header.header-style-three .search-box-outer .dropdown-menu {
     top: 56px !important;
 }

 .header-style-three .header-upper .language {
     position: relative;
     line-height: 1em;
     padding: 14px 0px;
     margin-right: 10px;
     display: inline-block;
 }

 .header-style-three .header-upper .language .dropdown-menu {
     top: 100%;
     right: 0px;
     left: auto !important;
     width: 178px;
     border-radius: 0px;
     margin-top: 15px;
     background-color: #161a33;
     border: none;
     padding: 0px;
     border-top: 3px solid #2972b8;
 }

 .header-style-three .header-upper .language>a {
     color: #222222;
     padding: 18px 0px;
     background: none !important;
     text-transform: uppercase;
     display: inline-block;
     border: 0px;
     top: -1px;
     font-weight: 500;
     font-size: 14px;
     line-height: 1em;
     border-radius: 0px;
 }

 .header-style-three .header-upper .language>a:before {
     position: absolute;
     content: '';
     right: -18px;
     width: 1px;
     top: 22px;
     height: 35px;
     background-color: #e2e8f0;
 }

 .header-style-three .header-upper .language>a>span {
     color: #2972b8;
     font-size: 16px;
     margin-right: 12px;
 }

 .header-style-three .header-upper .language>a>span:last-child {
     margin-right: 0px;
 }

 .header-style-three .header-upper .language>a:after {
     display: none;
 }

 .header-style-three .header-upper language a:hover {
     background: none;
 }

 .header-style-three .header-upper .language .dropdown-menu>li {
     padding-right: 0px !important;
     margin: 0px !important;
     float: none;
     display: block !important;
     border-bottom: 1px solid rgba(255, 255, 255, 0.20);
 }

 .header-style-three .header-upper .language .dropdown-menu>li:last-child {
     border-bottom: none;
 }

 .header-style-three .header-upper .language .dropdown-menu>li>a {
     padding: 12px 20px !important;
     color: #ffffff;
     display: block;
     text-align: left;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .header-style-three .header-upper .language .dropdown-menu>li>a:hover {
     color: #ffffff !important;
     background-color: #2972b8;
 }

 .header-style-four {
     position: relative;
     background-color: #161a33;
 }

 .header-style-four .header-lower .menu-text {
     display: none;
 }

 .header-style-four .header-upper {
     background: none;
 }

 .header-style-four .header-upper .upper-right {
     position: relative;
     padding-top: 40px;
 }

 .header-style-four .header-upper .upper-right .info-box {
     position: relative;
     float: left;
     color: #ffffff;
     font-size: 18px;
     padding-left: 60px;
     margin-left: 50px;
 }

 .header-style-four .header-upper .upper-right .info-box:last-child {
     margin-left: 0px;
 }

 .header-style-four .header-upper .upper-right .info-box strong {
     position: relative;
     font-size: 16px;
     font-weight: 700;
     display: block;
     margin-bottom: 6px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .header-style-four .header-upper .upper-right .info-box .icon-box {
     position: absolute;
     left: 0px;
     top: 0px;
     color: #2972b8;
     font-size: 20px;
     line-height: 1em;
     padding: 14px 18px 14px 0px;
     border-right: 1px solid rgba(255, 255, 255, 0.10);
 }

 .header-style-four .header-upper .upper-right .info-box:last-child .theme-btn {
     padding: 8px 28px;
 }

 .header-style-four .header-upper .logo-outer {
     padding: 20px 0px;
 }

 .header-style-four .main-menu .navigation>li {
     padding: 20px 0px;
 }

 .header-style-four .option-box .cart-btn {
     padding: 23px 0px 20px;
 }

 .header-style-four .search-box-outer {
     padding: 17px 0px;
 }

 .header-style-four .search-box-outer .dropdown-menu {
     top: 50px !important;
 }

 .sticky-header {
     position: fixed;
     visibility: hidden;
     opacity: 0;
     left: 0px;
     top: 0px;
     width: 100%;
     padding: 0px 0px;
     z-index: -1;
     background: #161718;
     -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
     -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
     -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
     -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
     -webkit-transition: top 300ms ease;
     -moz-transition: top 300ms ease;
     -ms-transition: top 300ms ease;
     -o-transition: top 300ms ease;
     transition: top 300ms ease;
 }

 .fixed-header .sticky-header {
     opacity: 1;
     z-index: 9999;
     visibility: visible;
 }

 .fixed-header .sticky-header .logo {
     padding: 0px 0;
 }

 .sticky-header .main-menu .navigation>li {
     margin-left: 32px !important;
     padding: 0;
     margin-right: 0;
     background-color: transparent;
 }

 .sticky-header .main-menu .navigation>li>a:before,
 .sticky-header .main-menu .navigation>li:after {
     display: none !important;
 }

 .sticky-header .main-menu .navigation>li>a {
     padding: 20px 0 5px 0px !important;
     line-height: 30px;
     font-size: 16px;
     font-weight: 500;
     color: #fff;
     text-transform: capitalize;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .sticky-header .main-menu .navigation>li:hover>a,
 .sticky-header .main-menu .navigation>li.current>a,
 .sticky-header .main-menu .navigation>li.current-menu-item>a {
     opacity: 1;
     color: #fff;
 }

 .sec-title {
     position: relative;
     z-index: 1;
     padding-bottom: 45px;
     margin: 0 auto;
 }

 .sec-title .title {
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 24px;
     color: #2972b8;
     font-weight: 600;
     text-transform: uppercase;
     margin-bottom: 10px;
 }

 .sec-title h2 {
     position: relative;
     display: block;
     font-size: 30px;
     line-height: 1.2em;
     color: #222222;
     font-weight: 700;
     letter-spacing: 1px;
     padding-left: 70px;
     display: inline-block;
 }

 .sec-title h2:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 22px;
     width: 50px;
     height: 3px;
     border-radius: 25px;
     background-color: #2972b8;
 }

 .sec-title.centered h2 {
     padding-right: 70px;
 }

 .sec-title.centered h2:after {
     position: absolute;
     content: '';
     right: 0px;
     top: 22px;
     border-radius: 25px;
     width: 50px;
     height: 3px;
     background-color: #2972b8;
 }

 .sec-title.light h2 {
     color: #ffffff;
 }

 .sec-title .text {
     letter-spacing: 0.5px;
     position: relative;
     display: block;
     font-size: 15px;
     line-height: 25px;
     color: #2D322E;
     font-weight: 600;
     margin-top: 20px;
     line-height: 2em;
 }

 .banner-section {
     position: relative;
 }

 .banner-carousel {
     position: relative;
 }

 .banner-carousel .slide-item {
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }

 .banner-carousel .content-box {
     position: relative;
 }

 .banner-carousel .content-box .title {
     position: relative;
     color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     opacity: 0;
     padding: 8px 20px;
     margin-bottom: 15px;
     display: inline-block;
     background-color: #2972b8;
     font-family: Segoe UI Regular, sans-serif;
     -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     -o-transform: translateY(-50px);
     transform: translateY(-50px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 100ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
 }

 .banner-carousel .active .title {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 150ms;
     -moz-transition-delay: 150ms;
     -ms-transition-delay: 150ms;
     -o-transition-delay: 150ms;
     transition-delay: 150ms;
 }

 .banner-carousel .content-box.center-align {
     text-align: center;
 }

 .banner-carousel .content-box.right-box {
     float: right;
     width: 60%;
 }

 .banner-carousel .content-box .inner {
     position: relative;
     margin-right: -65px;
     padding: 200px 0;
 }

 .banner-carousel .content-box h2 {
     position: relative;
     display: block;
     font-size: 80px;
     line-height: 1.2em;
     color: #ffffff;
     font-weight: 800;
     opacity: 0;
     padding-bottom: 40px;
     margin-bottom: 35px;
     -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     -o-transform: translateY(-50px);
     transform: translateY(-50px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 100ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .banner-carousel .content-box h2.style-two {
     font-size: 100px;
 }

 .banner-carousel-1 .content-box h1.style-two {
     font-size: 100px;
     color: #fff;
 }

 .banner-carousel .content-box h2:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: 0px;
     width: 70px;
     height: 10px;
     border-radius: 10px;
     display: inline-block;
     background-color: #2972b8;
 }

 .banner-carousel .content-box.center-align h2::before {
     left: 50%;
     margin-left: -35px;
 }

 .banner-carousel .content-box h2.style-three {
     padding-bottom: 0px;
 }

 .banner-carousel .content-box h2.style-three:before {
     display: none;
 }

 .banner-carousel .content-box.center-align .link-box {
     text-align: center;
 }

 .banner-carousel .content-box.center-align .link-box .theme-btn {
     float: none;
     margin-right: 0px;
 }

 .banner-carousel .active .content-box h2 {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
     -ms-transition-delay: 300ms;
     -o-transition-delay: 300ms;
     transition-delay: 300ms;
 }

 .banner-carousel .content-box .text {
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 34px;
     color: #e4e4e4;
     font-weight: 400;
     opacity: 0;
     margin-bottom: 35px;
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 100ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
     -ms-transform: translateY(-100px);
     -o-transform: translateY(-100px);
     transform: translateY(-100px);
 }

 .banner-carousel .active .text {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 600ms;
     -moz-transition-delay: 600ms;
     -ms-transition-delay: 600ms;
     -o-transition-delay: 600ms;
     transition-delay: 600ms;
 }

 .banner-carousel .link-box {
     position: relative;
     opacity: 0;
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     -o-transform: translateY(-50px);
     transform: translateY(-50px);
 }

 .banner-carousel .link-box:after {
     display: table;
     clear: both;
     content: "";
 }

 .banner-carousel .active .link-box {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 1200ms;
     -moz-transition-delay: 1200ms;
     -ms-transition-delay: 1200ms;
     -o-transition-delay: 1200ms;
     transition-delay: 1200ms;
 }

 .banner-carousel .link-box .theme-btn {
     position: relative;
     float: left;
     margin-right: 35px;
     padding: 10px 35px;
 }

 .banner-carousel .link-box .learn-more {
     position: relative;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     font-weight: 600;
     padding: 10px 25px 1px 0px;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .banner-carousel .link-box .learn-more:before {
     position: absolute;
     left: 0;
     bottom: 0px;
     height: 2px;
     content: "";
     background-color: #ffffff;
     width: 100%;
 }

 .banner-carousel .link-box .learn-more i {
     position: absolute;
     right: 0px;
     top: 11px;
     line-height: 30px;
     margin-left: 5px;
 }

 .banner-carousel .link-box .learn-more:hover {
     color: #2972b8;
 }

 .banner-carousel .owl-dots {
     display: none;
 }

 .banner-carousel .owl-dots {
     position: absolute;
     left: 0;
     bottom: 50px;
     width: 100%;
     text-align: center;
     display: none;
 }

 .banner-carousel .owl-nav {
     position: absolute;
     width: 100%;
     top: 50%;
     margin-top: -25px;
     z-index: 99;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .banner-carousel:hover .owl-nav {
     opacity: 1;
 }

 .banner-carousel .owl-prev,
 .banner-carousel .owl-next {
     position: absolute;
     top: 0;
     left: 30px;
     height: 50px;
     width: 50px;
     font-size: 20px;
     color: #ffffff;
     font-weight: 400;
     text-align: center;
     line-height: 52px;
     background-color: rgba(255, 255, 255, 0.20);
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .banner-carousel .owl-next {
     left: auto;
     right: 30px;
 }

 .banner-carousel .owl-prev:hover,
 .banner-carousel .owl-next:hover {
     background-color: #2972b8;
     color: #ffffff;
 }

 .banner-section.style-two .content-box .inner {
     max-width: 700px;
     padding: 250px 0px 200px;
 }

 .banner-section.style-three {
     top: -35px;
     width: 100%;
 }

 .featured-section {
     position: relative;
     padding: 45px 0px 15px;
 }

 .featured-block {
     position: relative;
     margin-bottom: 25px;
 }

 .featured-block .inner-box {
     background: #f2f2f2;
     position: relative;
     border-radius: 5px;
     text-align: center;
     padding: 20px 21px;
 }

 .featured-block .inner-box .icon-box {
     left: 0px;
     top: 0px;
 }

 .featured-block .inner-box h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
 }

 .featured-block .inner-box h3 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .featured-block .inner-box h3 a:hover {
     color: #2972b8;
 }

 .featured-block .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.7em;
     margin-top: 14px;
     min-height: 130px;
 }

 .featured-block .inner-box .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     margin-top: 12px;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .featured-block .inner-box .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .featured-block .inner-box .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .featured-block .inner-box .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .featured-block .inner-box .read-more:hover .arrow.right {
     opacity: 0;
 }

 .featured-block .inner-box .read-more:hover .arrow.left {
     opacity: 1;
 }

 .featured-block .inner-box .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .business-section {
     position: relative;
     padding: 100px 0px 85px;
 }

 .business-section .content-column {
     position: relative;
     margin-bottom: 30px;
 }

 .business-section .content-column .inner-column {
     position: relative;
 }

 .business-section .content-column .inner-column h2 {
     position: relative;
     color: #222222;
     font-size: 36px;
     font-weight: 700;
     line-height: 1.4em;
 }

 .business-section .content-column .inner-column h2 span {
     position: relative;
     font-size: 24px;
     color: #ffffff;
     letter-spacing: 1px;
     padding: 0px 15px;
     line-height: 1.9em;
     margin-left: 20px;
     display: inline-block;
     background-color: #2972b8;
     box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
 }

 .business-section .content-column .inner-column h2 span:before {
     position: absolute;
     content: '';
     left: -14px;
     top: 12px;
     border-top: 10px solid transparent;
     border-right: 15px solid #2972b8;
     border-bottom: 10px solid transparent;
 }

 .business-section .content-column .inner-column .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.9em;
     margin-top: 35px;
 }

 .business-section .content-column .inner-column .play-box {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     padding-top: 10px;
     padding-left: 100px;
     margin-top: 40px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .business-section .content-column .inner-column .play-box span {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
     font-family: Segoe UI Regular, sans-serif;
 }

 .business-section .content-column .inner-column .play-box .play-icon {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 70px;
     height: 70px;
     color: #ffffff;
     line-height: 72px;
     text-align: center;
     font-size: 24px;
     margin-right: 15px;
     display: inline-block;
 }

 .business-section .content-column .inner-column .play-box .play-icon:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     background-color: rgba(22, 26, 51, 0.75);
 }

 .business-section .content-column .inner-column .play-box .play-icon .play-btn {
     position: relative;
     color: #ffffff;
     font-size: 24px;
 }

 .business-section .content-column .inner-column .more-about {
     position: relative;
     text-align: right;
     margin-top: 46px;
 }

 .business-section .content-column .inner-column .more-about:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 12px;
     height: 1px;
     width: 100%;
     background-color: #e2e8f0;
 }

 .business-section .content-column .inner-column .more-about .about {
     position: relative;
     color: #222222;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.3em;
     padding-left: 15px;
     display: inline-block;
     background-color: #ffffff;
     font-family: Segoe UI Regular, sans-serif;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .business-section .content-column .inner-column .more-about .about .arrow {
     position: relative;
     top: 1px;
     margin-left: 6px;
 }

 .business-section .content-column .inner-column .more-about .about:hover {
     color: #f67433;
 }

 .business-section .image-column {
     position: relative;
 }

 .business-section .image-column .inner-column {
     position: relative;
     text-align: center;
 }

 .business-section .image-column .inner-column .pattern-layouts {
     position: absolute;
     left: -60px;
     right: 0px;
     top: 0px;
     bottom: 0px;
 }

 .business-section .image-column .inner-column .pattern-layouts .pattern-1 {
     position: absolute;
     content: '';
     left: -70px;
     top: -125px;
     width: 558px;
     height: 558px;
     display: inline-block;
     background: url(../images/icons/pattern-1.png) no-repeat;
 }

 .business-section .image-column .inner-column .pattern-layouts .pattern-2 {
     position: absolute;
     content: '';
     right: -120px;
     top: 45px;
     width: 558px;
     height: 558px;
     display: inline-block;
     background: url(../images/icons/pattern-2.png) no-repeat;
 }

 .business-section .image-column .inner-column .pattern-layouts .pattern-3 {
     position: absolute;
     content: '';
     left: 0px;
     top: 100px;
     width: 558px;
     height: 558px;
     display: inline-block;
     background: url(../images/icons/pattern-3.png) no-repeat;
 }

 .business-section .image-column .inner-column .image {
     position: relative;
 }

 .business-section .image-column .inner-column .image.image-one {
     margin-left: 25px;
 }

 .business-section .image-column .inner-column .image.image-two {
     position: absolute;
     left: 0px;
     bottom: 50px;
     box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
 }

 .business-section .image-column .inner-column .image.image-three {
     position: absolute;
     right: 15px;
     top: 10px;
     box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
 }

 .business-section .image-column .inner-column .image.image-four {
     position: absolute;
     right: 15px;
     bottom: -75px;
     box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
 }

 .industry-section {
     position: relative;
     padding: 95px 0px 100px;
     background-size: cover;
 }

 .industry-section .btn-box {
     margin-top: 30px;
 }

 .industry-block {
     position: relative;
     margin-bottom: 30px;
 }

 .industry-block .inner-box {
     position: relative;
     text-align: center;
 }

 .industry-block .inner-box .upper-box {
     position: relative;
     padding: 45px 15px;
     background-color: #232a46;
 }

 .industry-block .inner-box .upper-box h3 {
     position: relative;
     color: #ffffff;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.6em;
     margin-bottom: 20px;
 }

 .industry-block .inner-box .upper-box .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     opacity: 0;
     color: #ffffff;
     text-align: center;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
     background-color: #232a46;
 }

 .industry-block .inner-box:hover .overlay-box {
     opacity: 1;
 }

 .industry-block .inner-box .upper-box .overlay-box .overlay-inner {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: table;
     vertical-align: middle;
     padding: 10px 25px;
 }

 .industry-block .inner-box .upper-box .overlay-box .overlay-inner .overlay-content {
     position: relative;
     display: table-cell;
     vertical-align: middle;
 }

 .industry-block .inner-box .upper-box .overlay-box h4 {
     position: relative;
     color: #ffffff;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.5em;
     margin-bottom: 20px;
 }

 .industry-block .inner-box .upper-box .overlay-box h4 a {
     position: relative;
     color: #ffffff;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .industry-block .inner-box .upper-box .overlay-box h4 a:hover {
     color: #2972b8;
 }

 .industry-block .inner-box .upper-box .overlay-box .text {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     line-height: 1.9em;
 }

 .industry-block .inner-box .lower-box {
     position: relative;
     text-align: center;
     border-bottom: 2px solid #232a46;
 }

 .industry-block .inner-box .lower-box .read-more {
     position: relative;
     padding: 18px 0px;
     display: block;
     color: #ffffff;
     font-size: 15px;
     font-weight: 700;
     z-index: 1;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .industry-block .inner-box .lower-box .read-more:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: -2px;
     width: 100%;
     height: 0px;
     z-index: -1;
     background-color: #2972b8;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
 }

 .industry-block .inner-box:hover .lower-box .read-more:before {
     height: 100%;
 }

 .services-section {
     position: relative;
     padding: 90px 0px 95px;
     background-color: #f2f2f2;
 }

 .services-section .owl-nav {
     display: none;
 }

 .services-section .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 45px;
 }

 .services-section .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-section .owl-dots .owl-dot.active,
 .services-section .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .services-section .sec-title .theme-btn {
     margin-top: 100px;
 }

 .services-block {
     position: relative;
 }

 .services-block.style-two {
     margin-bottom: 40px;
 }

 .services-block.style-two .inner-box {
     background: #f3f5f6;
     border-bottom: 1px solid #f0eaea;
     padding-bottom: 30px;
 }

 .services-block .inner-box {
     position: relative;
 }

 .services-block .inner-box .image {
     position: relative;
 }

 .services-block .inner-box .image .overlay-link {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     display: block;
 }

 .services-block .inner-box .image .overlay-link:before {
     position: absolute;
     content: '';
     right: 0px;
     top: 0px;
     width: 50%;
     height: 100%;
     display: block;
     opacity: 0;
     z-index: 1;
     text-align: center;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     transition: all 900ms ease;
     -webkit-transform: perspective(400px) rotateY(-90deg);
     -moz-transform: perspective(400px) rotateY(-90deg);
     -ms-transform: perspective(400px) rotateY(-90deg);
     -o-transform: perspective(400px) rotateY(-90deg);
     transform: perspective(400px) rotateY(-90deg);
     -webkit-transform-origin: right;
     -moz-transform-origin: right;
     -ms-transform-origin: right;
     -o-transform-origin: right;
     transform-origin: right;
     -ms-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .services-block .inner-box:hover .image .overlay-link:before {
     opacity: 1;
     -webkit-transform: perspective(400px) rotateY(0deg);
     -moz-transform: perspective(400px) rotateY(0deg);
     -ms-transform: perspective(400px) rotateY(0deg);
     -o-transform: perspective(400px) rotateY(0deg);
     transform: perspective(400px) rotateY(0deg);
 }

 .services-block .inner-box .image .overlay-link:after {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 50%;
     height: 100%;
     display: block;
     opacity: 0;
     text-align: center;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     transition: all 900ms ease;
     -webkit-transform: perspective(400px) rotateY(90deg);
     -moz-transform: perspective(400px) rotateY(90deg);
     -ms-transform: perspective(400px) rotateY(90deg);
     -o-transform: perspective(400px) rotateY(90deg);
     transform: perspective(400px) rotateY(90deg);
     -webkit-transform-origin: left;
     -moz-transform-origin: left;
     -ms-transform-origin: right;
     -o-transform-origin: left;
     transform-origin: left;
     -ms-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .services-block .inner-box:hover .image .overlay-link:after {
     opacity: 1;
     -webkit-transform: perspective(400px) rotateY(0deg);
     -moz-transform: perspective(400px) rotateY(0deg);
     -ms-transform: perspective(400px) rotateY(0deg);
     -o-transform: perspective(400px) rotateY(0deg);
     transform: perspective(400px) rotateY(0deg);
 }

 .services-block .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .services-block .inner-box .lower-content {
     position: relative;
     padding: 65px 25px 0px;
     text-align: center;
 }

 .services-block .inner-box .lower-content .category {
     position: absolute;
     left: 30px;
     top: -35px;
     right: 30px;
     color: #222222;
     font-weight: 700;
     text-align: center;
     font-size: 20px;
     padding: 23px 15px;
     z-index: 1;
     background-color: #ffffff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .services-block .inner-box:hover .lower-content .category {
     color: #ffffff;
 }

 .services-block .inner-box .lower-content .category:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 0%;
     height: 100%;
     display: block;
     z-index: -1;
     background-color: #2972b8;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block .inner-box:hover .lower-content .category:before {
     width: 100%;
 }

 .services-block .inner-box .lower-content .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 20px;
 }

 .services-block .inner-box .lower-content .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .services-block .inner-box .lower-content .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block .inner-box .lower-content .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .services-block .inner-box .lower-content .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block .inner-box .lower-content .read-more:hover .arrow.right {
     opacity: 0;
 }

 .services-block .inner-box .lower-content .read-more:hover .arrow.left {
     opacity: 1;
 }

 .services-block .inner-box .lower-content .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .projects-section {
     position: relative;
     padding-top: 90px;
 }

 .projects-section .owl-carousel .owl-stage-outer {
     padding: 20px 0px;
 }

 .projects-section .outer-container {
     position: relative;
     padding: 0px 50px;
 }

 .projects-section .outer-container .owl-dots {
     display: none;
 }

 .projects-section .outer-container .owl-nav {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: -1;
 }

 .projects-section .outer-container .owl-nav .owl-prev {
     position: absolute;
     content: '';
     left: -50px;
     top: 20px;
     color: #ffffff;
     width: 50px;
     bottom: 20px;
     font-size: 24px;
     text-align: center;
     background-color: #161a33;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .projects-section .outer-container .owl-nav .owl-prev span {
     top: 50%;
     position: relative;
 }

 .projects-section .outer-container .owl-nav .owl-next {
     position: absolute;
     content: '';
     right: -50px;
     top: 20px;
     color: #ffffff;
     width: 50px;
     bottom: 20px;
     font-size: 24px;
     text-align: center;
     background-color: #161a33;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .projects-section .outer-container .owl-nav .owl-next span {
     top: 50%;
     position: relative;
 }

 .projects-section .outer-container .owl-nav .owl-prev:hover,
 .projects-section .outer-container .owl-nav .owl-next:hover {
     background-color: #2972b8;
 }

 .project-block {
     position: relative;
     z-index: 99;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block .inner-box {
     position: relative;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block:hover {
     transform: scaleY(1.07);
 }

 .project-block .inner-box .image {
     position: relative;
 }

 .project-block .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .project-block .inner-box .image .overlay-box {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     z-index: 1;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     transition: all 900ms ease;
     -webkit-transform: perspective(400px) rotateY(90deg);
     -moz-transform: perspective(400px) rotateY(90deg);
     -ms-transform: perspective(400px) rotateY(90deg);
     -o-transform: perspective(400px) rotateY(90deg);
     transform: perspective(400px) rotateY(90deg);
     -webkit-transform-origin: left;
     -moz-transform-origin: left;
     -ms-transform-origin: right;
     -o-transform-origin: left;
     transform-origin: left;
     -ms-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .project-block .inner-box:hover .image .overlay-box {
     opacity: 1;
     -webkit-transform: perspective(400px) rotateY(0deg);
     -moz-transform: perspective(400px) rotateY(0deg);
     -ms-transform: perspective(400px) rotateY(0deg);
     -o-transform: perspective(400px) rotateY(0deg);
     transform: perspective(400px) rotateY(0deg);
 }

 .project-block .inner-box .image .overlay-box .overlay-inner {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     padding: 25px 28px;
     background-color: #2972b8;
 }

 .project-block .inner-box .image .overlay-box .title {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     padding-left: 40px;
 }

 .project-block .inner-box .image .overlay-box .title:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 10px;
     width: 30px;
     height: 1px;
     background-color: rgba(255, 255, 255, 0.30);
 }

 .project-block .inner-box .image .overlay-box h3 {
     position: relative;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 8px;
 }

 .project-block .inner-box .image .overlay-box h3 a {
     position: relative;
     color: #ffffff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block .inner-box .image .overlay-box h3 a:hover {
     color: #161a33;
 }

 .project-block .inner-box .image .overlay-box .read-more {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     font-weight: 700;
     margin-top: 32px;
     display: inline-block;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .project-block .inner-box .image .overlay-box .read-more .arrow {
     position: relative;
     margin-left: 5px;
     top: 1px;
 }

 .project-block .inner-box .image .overlay-box .read-more:hover {
     color: #161a33;
 }

 .clients-section {
     position: relative;
     padding: 95px 0px 95px;
 }

 .clients-section .review {
     position: relative;
     color: #2D322E;
     font-size: 16px;
     line-height: 1.3em;
     text-align: center;
     margin-top: 50px;
 }

 .clients-section .review a {
     position: relative;
     color: #2972b8;
 }

 .clients-section .sec-title {
     margin-bottom: 70px;
 }

 .clients-section .row {}

 .clients-section .client-block {
     padding: 0px 30px;
 }

 .client-block {
     position: relative;
     margin-bottom: 30px;
 }

 .client-block .inner-box {
     position: relative;
     padding: 30px 35px;
     background-color: #ffffff;
     box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
 }

 .client-block .inner-box:before {
     position: absolute;
     content: '';
     left: -20px;
     top: -20px;
     right: 20px;
     bottom: 20px;
     z-index: -1;
     border: 1px solid #e2e8f0;
 }

 .client-block .inner-box .client-logo {
     position: relative;
 }

 .client-block .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.9em;
     margin-top: 14px;
     margin-bottom: 25px;
 }

 .client-block .inner-box h3 {
     position: relative;
     color: #222222;
     font-weight: 700;
     font-size: 20px;
 }

 .client-block .inner-box .designation {
     position: relative;
     color: #2972b8;
     font-weight: 400;
     font-size: 15px;
     margin-top: 6px;
 }

 .client-block .inner-box .site-link {
     position: relative;
     color: #2D322E;
     font-weight: 400;
     font-size: 16px;
     margin-top: 10px;
     display: inline-block;
     text-decoration: underline;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .client-block .inner-box .site-link:hover {
     color: #2972b8;
     text-decoration: none;
 }

 .consult-section {
     position: relative;
     padding: 90px 0px 75px;
     background-size: cover;
 }

 .consult-section .social-info {
     position: relative;
     margin-top: 30px;
 }

 .consult-section .social-info .social-info-inner {
     position: relative;
     text-align: center;
 }

 .consult-section .social-info .social-info-inner ul {
     position: relative;
 }

 .consult-section .social-info .social-info-inner ul li {
     position: relative;
     padding-left: 55px;
     text-align: left;
     color: #ffffff;
     font-size: 18px;
     line-height: 1.6em;
     display: inline-block;
     margin-right: 40px;
     padding-right: 40px;
     border-right: 1px solid rgba(255, 255, 255, 0.15);
     font-family: Segoe UI Regular, sans-serif;
 }

 .consult-section .social-info .social-info-inner ul li:last-child {
     margin-right: 0px;
     padding-right: 0px;
     border: none;
 }

 .consult-section .social-info .social-info-inner ul li .icon {
     position: absolute;
     content: '';
     left: 0px;
     top: 8px;
     color: #2972b8;
     font-size: 38px;
     line-height: 1em;
 }

 .consult-section .social-info .social-info-inner ul li .info {
     font-family: Segoe UI Regular, sans-serif;
     font-weight: 400;
     font-size: 16px;
     margin-top: 5px;
 }

 .consult-form {
     position: relative;
 }

 .consult-form .form-group {
     position: relative;
     margin-bottom: 15px;
 }

 .consult-form .form-group input[type="text"],
 .consult-form .form-group input[type="number"],
 .consult-form .form-group input[type="email"],
 .consult-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 20px;
     color: #ffffff;
     height: 60px;
     font-size: 15px;
     background: #161a33;
     border: 1px solid rgba(255, 255, 255, 0.10);
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .consult-form .form-group input[type="text"]:focus,
 .consult-form .form-group input[type="number"]:focus,
 .consult-form .form-group input[type="email"]:focus,
 .consult-form .form-group textarea:focus {
     border-color: #2972b8;
 }

 .consult-form .form-group textarea::-webkit-input-placeholder,
 .consult-form .form-group input::-webkit-input-placeholder {
     color: #2D322E;
 }

 .consult-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 22px;
     padding: 15px 0px;
     color: #ffffff;
     height: 125px;
     resize: none;
     font-size: 15px;
     background: #161a33;
     border: 1px solid rgba(255, 255, 255, 0.10);
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .consult-form button {
     border-radius: 0px;
     width: 100%;
     cursor: pointer;
     font-size: 16px;
     padding: 14px 10px;
     text-transform: capitalize;
 }

 .form-group .ui-selectmenu-button.ui-button {
     width: 100%;
     font-size: 15px;
     font-style: normal;
     height: 60px;
     padding: 10px 20px;
     line-height: 36px;
     color: #2D322E;
     border: none;
     border-radius: 0px;
     background: #161a33;
     border: 1px solid rgba(255, 255, 255, 0.10);
 }

 .form-group .ui-button .ui-icon {
     background: none;
     position: relative;
     top: 7px;
     text-indent: 0px;
     color: #333333;
 }

 .form-group .ui-button .ui-icon:before {
     font-family: 'Font Awesome 5 Free';
     content: "\f107";
     position: absolute;
     right: 0px;
     top: 2px !important;
     top: 13px;
     width: 10px;
     height: 20px;
     display: block;
     color: #2972b8;
     line-height: 20px;
     font-size: 16px;
     font-weight: 900;
     text-align: center;
     z-index: 5;
 }

 .ui-widget.ui-widget-content {
     border: 1px solid rgba(255, 255, 255, 0.10);
 }

 .ui-menu .ui-menu-item {
     font-size: 14px;
     border: 1px solid rgba(255, 255, 255, 0.10);
 }

 .ui-menu .ui-menu-item:last-child {
     border: none;
 }

 .ui-state-active,
 .ui-widget-content .ui-state-active {
     background: #2972b8;
     border-color: #2972b8;
 }

 .ui-menu .ui-menu-item-wrapper {
     position: relative;
     display: block;
     padding: 8px 20px;
     font-size: 14px;
     line-height: 24px;
 }

 .ui-menu-item:hover {
     background-color: #ee2d50;
 }

 .news-section {
     position: relative;
     padding: 90px 0px 100px;
 }

 .news-section.alternate {
     padding-bottom: 100px;
 }

 .news-section .sec-title .theme-btn {
     margin-top: 110px;
     padding: 8px 44px;
 }

 .news-section .owl-theme .news-block {
     margin: 0px 15px;
 }

 .news-section .owl-carousel {
     margin: 0px -15px;
     width: auto;
 }

 .news-section .owl-carousel .owl-stage-outer {
     padding: 10px 0px 15px;
 }

 .news-section .owl-nav {
     display: none;
 }

 .news-section .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 45px;
 }

 .news-section .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-section .owl-dots .owl-dot.active,
 .news-section .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .news-block {
     position: relative;
     margin-bottom: 30px;
 }

 .news-block .inner-box {
     position: relative;
 }

 .news-block .inner-box .image {
     position: relative;
 }

 .news-block .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .news-block .inner-box .image .overlay-link {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     text-align: center;
     transform: scale(0.6, 0.6);
     background-color: rgba(22, 26, 51, 0.90);
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .news-block .inner-box:hover .image .overlay-link {
     opacity: 1;
     transform: scale(1, 1);
 }

 .news-block .inner-box .image .overlay-link .icon {
     position: relative;
     color: #ffffff;
     top: 49%;
     font-size: 28px;
     margin-top: -5px;
     display: inline-block;
 }

 .news-block .inner-box .image .post-date {
     position: absolute;
     right: 20px;
     top: 20px;
     width: 60px;
     height: 60px;
     z-index: 1;
     font-size: 18px;
     color: #ffffff;
     font-weight: 700;
     padding: 3px 8px 0px;
     text-align: center;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block .inner-box .lower-content {
     position: relative;
     padding: 35px 28px 30px;
     box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
 }

 .news-block .inner-box .lower-content .post-info {
     position: relative;
 }

 .news-block .inner-box .lower-content .post-info li {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     display: inline-block;
     padding-right: 12px;
     margin-right: 12px;
     line-height: 1.2em;
     border-right: 1px solid #d2d9e0;
 }

 .news-block .inner-box .lower-content .post-info li strong {
     color: #222222;
     font-weight: 400;
 }

 .news-block .inner-box .lower-content .post-info li .icon {
     position: relative;
     margin-right: 8px;
 }

 .news-block .inner-box .lower-content .post-info li:last-child {
     border: none;
     padding-right: 0px;
     margin-right: 0px;
 }

 .news-block .inner-box .lower-content h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.5em;
     margin-top: 10px;
 }

 .news-block .inner-box .lower-content h3 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block .inner-box .lower-content h3 a:hover {
     position: relative;
     color: #2972b8;
 }

 .news-block .inner-box .lower-content .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     margin-top: 15px;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block .inner-box .lower-content .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block .inner-box .lower-content .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .news-block .inner-box .lower-content .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block .inner-box .lower-content .read-more:hover .arrow.right {
     opacity: 0;
 }

 .news-block .inner-box .lower-content .read-more:hover .arrow.left {
     opacity: 1;
 }

 .news-block .inner-box .lower-content .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .newsletter-section {
     position: relative;
 }

 .newsletter-section .inner-container {
     position: relative;
     position: relative;
     padding: 32px 60px 35px;
     background-color: #ffffff;
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
 }

 .newsletter-section .inner-container.margin-bottom {
     margin-bottom: 2px;
     z-index: 1;
 }

 .newsletter-section .title-column {
     position: relative;
 }

 .newsletter-section .title-column .inner-column {
     position: relative;
 }

 .newsletter-section .title-column h4 {
     position: relative;
     color: #303030;
     font-weight: 600;
     text-transform: capitalize;
 }

 .newsletter-section .title-column .title {
     position: relative;
     color: #2D322E;
     font-weight: 600;
     font-size: 15px;
     margin-top: 10px;
     text-transform: capitalize;
 }

 .newsletter-section .form-column {
     position: relative;
 }

 .newsletter-section .form-column .inner-column {
     position: relative;
     margin-top: 7px;
 }

 .subscribe-form .form-group {
     position: relative;
     display: block;
     margin: 0px;
     width: 100%;
     padding-right: 230px;
 }

 .subscribe-form .form-group input[type="text"],
 .subscribe-form .form-group input[type="number"],
 .subscribe-form .form-group input[type="email"],
 .subscribe-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     height: 53px;
     font-size: 14px;
     color: #000000;
     background: #ffffff;
     border-radius: 50px;
     border: 1px solid #f2f2f2;
     padding: 10px 20px 10px 20px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .subscribe-form .form-group input[type="submit"],
 .subscribe-form button {
     position: absolute;
     right: 0px;
     top: 0px;
     cursor: pointer;
 }

 .sponsors-section {
     position: relative;
     padding: 40px 0px 40px;
     background-color: #e6ebf0;
 }

 .sponsors-section.style-two {
     padding: 60px 0px 50px;
 }

 .sponsors-section .sponsors-outer {
     position: relative;
 }

 .sponsors-section .sponsors-outer .owl-dots,
 .sponsors-section .sponsors-outer .owl-nav {
     position: relative;
     display: none;
 }

 .sponsors-section .sponsors-outer .image-box {
     position: relative;
     text-align: center;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .sponsors-section .sponsors-outer .image-box img {
     max-width: 100%;
     width: auto;
     display: inline-block;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     filter: gray;
     opacity: 1;
     -webkit-filter: grayscale(1);
     filter: grayscale(1);
 }

 .sponsors-section .sponsors-outer .image-box img:hover {
     opacity: 1;
     -webkit-filter: none;
     filter: none;
 }

 .sponsors-section .sponsors-outer .image-box:hover {
     border-color: #ffaa00;
 }

 .main-footer {
     position: relative;
     background-color: #161718;
 }

 .main-footer .footer-widget {
     position: relative;
     margin-bottom: 40px;
 }

 .main-footer .widgets-section {
     position: relative;
     padding: 70px 0px 20px;
     padding-bottom: 10px;
     background-position: center center;
     background-repeat: no-repeat;
 }

 .main-footer .footer-widget h2 {
     position: relative;
     font-weight: 700;
     color: #ffffff;
     font-size: 20px;
     line-height: 1.2em;
     margin-bottom: 22px;
     text-transform: capitalize;
 }

 .main-footer .about-widget {
     position: relative;
 }

 .main-footer .about-widget h3 {
     position: relative;
     font-weight: 700;
     color: #ffffff;
     font-size: 20px;
     line-height: 1.6em;
     margin-bottom: 22px;
     text-transform: capitalize;
 }

 .main-footer .about-widget .text {
     position: relative;
     color: #fff;
     font-size: 15px;
     line-height: 1.8em;
     font-weight: 400;
     margin-bottom: 25px;
 }

 .main-footer .about-widget .theme-btn {
     position: relative;
 }

 .footer-link-list {
     position: relative;
 }

 .footer-link-list li {
     position: relative;
     margin-bottom: 18px;
 }

 .footer-link-list li a {
     font-weight: 400;
     position: relative;
     padding-left: 30px;
     color: #fff;
     font-size: 15px;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .footer-link-list li a:hover {
     color: #fff;
 }

 .footer-link-list li a:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     font-weight: 700;
     content: "\f0a9";
     font-family: 'Font Awesome 5 Free';
 }

 .service-list {
     position: relative;
     margin-bottom: 20px;
 }

 .service-list li {
     font-weight: 400;
     position: relative;
     color: #fff;
     font-size: 15px;
     margin-bottom: 10px;
 }

 .service-list li span {
     position: relative;
     color: #ffffff;
 }

 .main-footer .services-widget .read-more {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     font-weight: 700;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .main-footer .services-widget .read-more .arrow {
     position: relative;
     margin-left: 5px;
     top: 1px;
 }

 .main-footer .services-widget .read-more:hover {
     color: #ffffff;
 }

 .main-footer .footer-bottom {
     position: relative;
     padding: 30px 0px;
     text-align: center;
     border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .main-footer .footer-bottom .copyright {
     position: relative;
     color: #999fb9;
     font-size: 15px;
 }

 .main-footer .footer-bottom .copyright span {
     font-weight: 400;
     color: #ffffff;
 }

 .main-footer .footer-bottom .footer-logo {
     position: absolute;
     left: 0px;
     right: 0px;
     top: 6px;
 }

 .footer-list {
     position: relative;
 }

 .footer-list li {
     position: relative;
     padding-right: 12px;
     margin-right: 12px;
     display: inline-block;
     line-height: 1.3em;
     border-right: 1px solid #444860;
 }

 .footer-list li:last-child {
     padding-right: 0px;
     margin-right: 0px;
     border: none;
 }

 .footer-list li a {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .footer-list li a:hover {
     color: #ffffff;
 }

 .services-section-two {
     position: relative;
     padding: 90px 0px;
 }

 .services-section-two .owl-nav {
     display: none;
 }

 .services-section-two .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 45px;
 }

 .services-section-two .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-section-two .owl-dots .owl-dot.active,
 .services-section-two .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .services-block-two {
     position: relative;
     overflow: hidden;
 }

 .services-block-two .inner-box {
     position: relative;
     padding-bottom: 30px;
 }

 .services-block-two .inner-box .image {
     position: relative;
 }

 .services-block-two .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .services-block-two .inner-box .image .heading-box {
     position: absolute;
     left: 30px;
     right: 30px;
     bottom: -30px;
     text-align: center;
     background-color: #ffffff;
     transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     border-bottom: 5px solid #2972b8;
     box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
 }

 .services-block-two .inner-box:hover .image .heading-box {
     opacity: 0;
     visibility: hidden;
 }

 .services-block-two .inner-box .image .heading-box h4 {
     position: relative;
     font-weight: 700;
     font-size: 20px;
     color: #222222;
     line-height: 1.3em;
     padding: 19px 10px;
 }

 .services-block-two .inner-box:hover .image .overlay-box {
     opacity: 1;
     bottom: -30px;
     visibility: visible;
 }

 .services-block-two .inner-box .image .overlay-box {
     position: absolute;
     opacity: 0;
     left: 30px;
     right: 30px;
     bottom: -220px;
     visibility: hidden;
     padding-bottom: 26px;
     background-color: #ffffff;
     border-bottom: 5px solid #2972b8;
     transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
 }

 .services-block-two .inner-box .image .overlay-box .overlay-inner {
     position: relative;
     text-align: center;
 }

 .services-block-two .inner-box .image .overlay-box h3 {
     position: relative;
     font-weight: 700;
     font-size: 20px;
     line-height: 1.3em;
     padding: 17px 10px;
 }

 .services-block-two .inner-box .image .overlay-box h3 a {
     position: relative;
     color: #222222;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .services-block-two .inner-box .image .overlay-box h3 a:hover {
     color: #2972b8;
 }

 .services-block-two .inner-box .image .overlay-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     padding-left: 25px;
     padding-right: 25px;
     line-height: 1.9em;
     margin-bottom: 15px;
 }

 .services-block-two .inner-box .image .overlay-box .read-more {
     position: relative;
     color: #2972b8;
     font-size: 14px;
     font-weight: 700;
     line-height: 1.3em;
     display: inline-block;
     text-transform: uppercase;
     background-color: #ffffff;
     font-family: Segoe UI Regular, sans-serif;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block-two .inner-box .image .overlay-box .read-more .arrow {
     position: relative;
     top: 1px;
     margin-right: 6px;
 }

 .services-block-two .inner-box .image .overlay-box .read-more:hover {
     color: #f67433;
 }

 .deliver-section {
     position: relative;
     padding: 90px 0px 90px;
     background-color: #f2f2f2;
     overflow: hidden;
 }

 .deliver-section .left-image {
     background-repeat: no-repeat;
     position: absolute;
     left: 0px;
     top: 100px;
     width: 375px;
     height: 100%;
 }

 .deliver-section .right-image {
     background-repeat: no-repeat;
     position: absolute;
     right: -50px;
     top: 100px;
     width: 375px;
     height: 100%;
 }

 .deliver-section .inner-container {
     position: relative;
 }

 .deliver-section .inner-container:before {
     position: absolute;
     content: '';
     left: 50%;
     top: 0px;
     width: 1px;
     height: 100%;
     background-color: #d2d9e0;
 }

 .deliver-section .lower-text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     margin-top: 60px;
     text-align: center;
 }

 .deliver-section .lower-text span {
     border-bottom: 2px dotted #2972b8;
 }

 .deliver-block {
     position: relative;
 }

 .deliver-block .inner-box {
     position: relative;
     text-align: center;
 }

 .deliver-block .inner-box .title {
     position: relative;
     color: #2972b8;
     font-weight: 600;
     letter-spacing: 1px;
     text-transform: uppercase;
 }

 .deliver-block .inner-box h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     letter-spacing: 1px;
     margin-top: 10px;
     text-transform: capitalize;
 }

 .deliver-block .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.9em;
     max-width: 380px;
     margin: 0 auto;
     margin-top: 15px;
     margin-bottom: 22px;
 }

 .deliver-block .inner-box .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 15px;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .deliver-block .inner-box .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .deliver-block .inner-box .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .deliver-block .inner-box .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .deliver-block .inner-box .read-more:hover .arrow.right {
     opacity: 0;
 }

 .deliver-block .inner-box .read-more:hover .arrow.left {
     opacity: 1;
 }

 .deliver-block .inner-box .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .projects-section-two {
     position: relative;
     padding: 90px 0px 65px;
 }

 .project-block-two {
     position: relative;
     margin-bottom: 35px;
 }

 .project-block-two .inner-box {
     position: relative;
 }

 .project-block-two .inner-box .image {
     position: relative;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block-two .inner-box:hover .image {
     box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.10);
 }

 .project-block-two .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .project-block-two .inner-box .image .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     text-align: center;
     transform: scale(0.6, 0.6);
     background-color: rgba(22, 26, 51, 0.90);
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .project-block-two .inner-box .image .overlay-box .icon {
     position: relative;
     width: 60px;
     height: 60px;
     color: #ffffff;
     top: 48%;
     line-height: 60px;
     text-align: center;
     font-size: 20px;
     margin-top: -30px;
     border-radius: 50px;
     display: inline-block;
     background-color: #2972b8;
 }

 .project-block-two .inner-box:hover .image .overlay-box {
     opacity: 1;
     transform: scale(1, 1);
 }

 .project-block-two .inner-box .lower-content {
     position: relative;
     padding-top: 25px;
 }

 .project-block-two .inner-box .lower-content .category {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
 }

 .project-block-two .inner-box .lower-content h3 {
     position: relative;
     font-size: 20px;
     color: #222222;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 6px;
     padding-left: 40px;
 }

 .project-block-two .inner-box .lower-content h3 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block-two .inner-box .lower-content h3 a:hover {
     color: #2972b8;
 }

 .project-block-two .inner-box .lower-content h3:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 12px;
     height: 1px;
     width: 30px;
     background-color: #2972b8;
 }

 .project-block-two.style-two .inner-box .lower-content h3 {
     padding-left: 0px;
 }

 .project-block-two.style-two .inner-box .lower-content h3:before {
     display: none;
 }

 .benefits-section {
     position: relative;
     padding-top: 0px;
 }

 .benefits-section .image-layer {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     bottom: 110px;
     background-position: center top;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: cover;
 }

 .benefits-section .image-layer:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     z-index: 1;
     background-color: rgba(22, 26, 51, 0.92);
 }

 .benefits-section .inner-container {
     position: relative;
     padding: 45px 45px;
     z-index: 1;
     background-color: #ffffff;
 }

 .benefits-section.style-two:before {
     content: '';
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 130px;
     background-color: #161a33;
 }

 .benefits-section.style-two .inner-container {
     background: none;
 }

 .benefits-section .lower-text {
     position: relative;
     margin-top: 50px;
     color: #999fb9;
     font-size: 15px;
     text-align: center;
 }

 .benefits-section .lower-text span {
     position: relative;
     border-bottom: 2px dotted #2972b8;
 }

 .feature-block {
     position: relative;
 }

 .feature-block .inner-box {
     position: relative;
     text-align: center;
 }

 .feature-block .inner-box:before {
     position: absolute;
     content: '';
     right: -17px;
     top: 0px;
     width: 1px;
     height: 100%;
     background-color: #e2e8f0;
 }

 .feature-block:last-child .inner-box:before {
     display: none;
 }

 .feature-block .inner-box .icon-box {
     position: relative;
     font-size: 68px;
     line-height: 1em;
     color: #2972b8;
 }

 .feature-block .inner-box h3 {
     position: relative;
     font-size: 20px;
     color: #222222;
     font-weight: 500;
     line-height: 1.6em;
     margin-top: 16px;
 }

 .feature-block .inner-box .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     opacity: 0;
     color: #ffffff;
     text-align: center;
     background-color: #ffffff;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
     -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     -o-transform: translateY(-50px);
     transform: translateY(-50px);
 }

 .feature-block .inner-box:hover .overlay-box {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     transform: translateY(0px);
 }

 .feature-block .inner-box .overlay-box .overlay-inner {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: table;
     vertical-align: middle;
     padding: 0px 0px;
 }

 .feature-block .inner-box .overlay-box .overlay-inner .overlay-content {
     position: relative;
     display: table-cell;
     vertical-align: middle;
 }

 .feature-block .inner-box .overlay-box .overlay-inner h4 {
     position: relative;
     font-size: 20px;
     color: #222222;
     font-weight: 700;
     line-height: 1.6em;
 }

 .feature-block .inner-box .overlay-box .overlay-inner .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-top: 16px;
 }

 .feature-block.style-two .inner-box:before {
     background-color: #fff;
 }

 .feature-block.style-two .inner-box .overlay-box {
     background: #161a33;
 }

 .feature-block.style-two .inner-box .overlay-box .overlay-inner h4,
 .feature-block.style-two .inner-box h3 {
     color: #ffffff;
 }

 .feature-block.style-two .inner-box .overlay-box .overlay-inner .text {
     color: #999fb9;
 }

 .client-carousel-two {
     position: relative;
     padding: 200px 0px 65px;
 }

 .client-carousel-two.margin-top {
     margin-top: -112px;
 }

 .client-block-two {
     position: relative;
     margin-bottom: 30px;
 }

 .client-block-two .inner-box {
     position: relative;
     text-align: center;
 }

 .client-block-two .inner-box .client-logo {
     position: relative;
 }

 .client-block-two .inner-box .client-logo img {
     position: relative;
     width: auto;
     margin: 0 auto;
 }

 .client-block-two .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 18px;
     line-height: 1.9em;
     margin-bottom: 25px;
     max-width: 640px;
     margin: 0 auto;
     margin-top: 30px;
 }

 .client-block-two .inner-box h3 {
     position: relative;
     color: #222222;
     font-weight: 700;
     font-size: 20px;
     margin-top: 22px;
 }

 .client-block-two .inner-box .designation {
     position: relative;
     color: #2972b8;
     font-weight: 400;
     font-size: 15px;
     margin-top: 6px;
 }

 .client-carousel-two .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 0px;
 }

 .client-carousel-two .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .client-carousel-two .owl-dots .owl-dot.active,
 .client-carousel-two .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .client-carousel-two .owl-nav {
     position: absolute;
     left: 100px;
     top: 50%;
     right: 100px;
     margin-top: -40px;
 }

 .client-carousel-two .owl-nav .owl-prev {
     position: absolute;
     left: 0px;
     color: #999fb9;
     font-size: 40px;
     line-height: 1em;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .client-carousel-two .owl-nav .owl-next {
     position: absolute;
     right: 0px;
     color: #999fb9;
     font-size: 40px;
     line-height: 1em;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .client-carousel-two .owl-nav .owl-prev:hover,
 .client-carousel-two .owl-nav .owl-next:hover {
     color: #2972b8;
 }

 .client-section-two {
     position: relative;
 }

 .client-section-two .outer-container {
     position: relative;
     border-top: 1px solid #dde1e4;
 }

 .client-section-two .outer-container a {
     position: relative;
     float: left;
     width: 20%;
     display: inline-block;
     border-right: 1px solid #dde1e4;
 }

 .client-section-two .outer-container a:last-child {
     border-right: 0px;
 }

 .client-section-two.style-two .outer-container {
     border-top: none;
     border-bottom: 1px solid #dde1e4;
 }

 .client-section-two.style-two .outer-container a {
     filter: gray;
     opacity: 0.6;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     -webkit-filter: grayscale(1);
     filter: grayscale(1);
 }

 .client-section-two.style-two .outer-container a:hover {
     filter: none;
     opacity: 1;
 }

 .team-section {
     position: relative;
     padding: 90px 0px 130px;
 }

 .team-section.style-two {
     padding-bottom: 100px;
 }

 .team-section .owl-nav {
     display: none;
 }

 .team-section .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 30px;
 }

 .team-section .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .team-section .owl-dots .owl-dot.active,
 .team-section .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .team-section .owl-carousel .owl-stage-outer {
     padding-bottom: 20px;
 }

 .team-section .sec-title .theme-btn {
     margin-top: 90px;
     padding: 8px 44px;
 }

 .team-block {
     position: relative;
 }

 .team-block .inner-box {
     position: relative;
     padding-bottom: 50px;
 }

 .team-block .inner-box .image {
     position: relative;
     background-color: #2972b8;
 }

 .team-block .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .team-block .inner-box:hover .image img {
     opacity: 0.6;
 }

 .team-block .inner-box .image .overlay-content {
     position: absolute;
     left: 30px;
     right: 30px;
     bottom: -50px;
     z-index: 1;
 }

 .team-block .inner-box .image .overlay-content .info-content {
     position: relative;
     padding: 20px 25px;
     margin-right: 50px;
     background-color: #ffffff;
     box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
 }

 .team-block .inner-box .image .overlay-content .info-content .content {
     position: relative;
 }

 .team-block .inner-box .image .overlay-content .info-content .content .upper-box {
     position: relative;
     z-index: 1;
     background-color: #ffffff;
 }

 .team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 {
     position: relative;
     font-weight: 700;
     font-size: 20px;
     color: #222222;
 }

 .team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 a {
     position: relative;
     color: #222222;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .team-block .inner-box .image .overlay-content .info-content .content .upper-box h3 a:hover {
     color: #2972b8;
 }

 .team-block .inner-box .image .overlay-content .info-content .designation {
     position: relative;
     font-weight: 400;
     font-size: 15px;
     color: #2972b8;
     margin-top: 6px;
 }

 .team-block .inner-box .image .overlay-content .info-content .lower-box {
     position: relative;
     margin-top: -25px;
     background-color: #ffffff;
     transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
 }

 .team-block .inner-box:hover .image .overlay-content .info-content .lower-box {
     margin-top: 15px;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more:hover .arrow.right {
     opacity: 0;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more:hover .arrow.left {
     opacity: 1;
 }

 .team-block .inner-box .image .overlay-content .info-content .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .team-block .inner-box .image .overlay-content .social-box {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 40px;
     text-align: center;
     padding: 14px 6px 10px;
     display: inline-block;
     background-color: #f2f2f2;
 }

 .team-block .inner-box .image .overlay-content .social-box a {
     position: relative;
     color: #2D322E;
     display: block;
     line-height: 1em;
     margin-bottom: 9px;
 }

 .team-block .inner-box .image .overlay-content .social-box a:hover {
     color: #2972b8;
 }

 .newsletter-section-two {
     position: relative;
     padding: 50px 0px 50px;
     background-color: #2972b8;
 }

 .newsletter-section-two .inner-container {
     position: relative;
 }

 .newsletter-section-two .title-column {
     position: relative;
 }

 .newsletter-section-two .title-column .inner-column {
     position: relative;
 }

 .newsletter-section-two .title-column h4 {
     position: relative;
     color: #ffffff;
     font-size: 30px;
     font-weight: 600;
     text-transform: capitalize;
 }

 .newsletter-section-two .title-column .title {
     position: relative;
     color: #ffffff;
     font-weight: 400;
     font-size: 15px;
     margin-top: 10px;
     text-transform: capitalize;
 }

 .newsletter-section-two .form-column {
     position: relative;
 }

 .newsletter-section-two .form-column .inner-column {
     position: relative;
     margin-top: 7px;
 }

 .subscribe-form-two .form-group {
     position: relative;
     display: block;
     margin: 0px;
     width: 100%;
     padding-right: 230px;
 }

 .subscribe-form-two .form-group input[type="text"],
 .subscribe-form-two .form-group input[type="number"],
 .subscribe-form-two .form-group input[type="email"],
 .subscribe-form-two .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     height: 50px;
     font-size: 14px;
     color: #2D322E;
     background: #ffffff;
     border-radius: 50px;
     border: 1px solid #f2f2f2;
     padding: 10px 50px 10px 30px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .subscribe-form-two .form-group input[type="submit"],
 .subscribe-form-two button {
     position: absolute;
     right: 0px;
     top: 0px;
     cursor: pointer;
 }

 .news-section-two {
     position: relative;
     padding: 40px 0px 40px;
     background-color: #fff;
 }

 .news-section-two.style-two {
     background-color: #ffffff;
 }

 .news-block-two {
     position: relative;
 }

 .news-block-two .inner-box {
     position: relative;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-two .inner-box .image {
     position: relative;
 }

 .news-block-two .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .news-block-two .inner-box .image .overlay-link {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     text-align: center;
     transform: scale(0.6, 0.6);
     background-color: rgba(22, 26, 51, 0.90);
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .news-block-two .inner-box:hover .image .overlay-link {
     opacity: 1;
     transform: scale(1, 1);
 }

 .news-block-two .inner-box .image .overlay-link .icon {
     position: relative;
     color: #ffffff;
     top: 49%;
     font-size: 28px;
     margin-top: -5px;
     display: inline-block;
 }

 .news-block-two .inner-box .image .post-date {
     position: absolute;
     right: 20px;
     top: 20px;
     width: 60px;
     height: 60px;
     z-index: 1;
     font-size: 18px;
     color: #ffffff;
     font-weight: 700;
     padding: 3px 8px 0px;
     text-align: center;
     text-transform: capitalize;
     background-color: #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block-two .inner-box .lower-content {
     position: relative;
     padding: 27px 0px 0px;
 }

 .news-block-two .inner-box .lower-content .post-info {
     position: relative;
 }

 .news-block-two .inner-box .lower-content .post-info li {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     display: inline-block;
     padding-right: 12px;
     margin-right: 12px;
     line-height: 1.2em;
     border-right: 1px solid #d2d9e0;
 }

 .news-block-two .inner-box .lower-content .post-info li .icon {
     position: relative;
     margin-right: 8px;
     color: #2972b8;
 }

 .news-block-two .inner-box .lower-content .post-info li:last-child {
     border: none;
     padding-right: 0px;
     margin-right: 0px;
 }

 .news-block-two .inner-box .lower-content h3 {
     position: relative;
     color: #222222;
     font-size: 17px;
     font-weight: 700;
     line-height: 1.5em;
     margin-top: 10px;
 }

 .news-block-two .inner-box .lower-content h3 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-two .inner-box .lower-content h3 a:hover {
     position: relative;
     color: #2972b8;
 }

 .news-block-two .inner-box .lower-content .text {
     position: relative;
     font-size: 15px;
     color: #2D322E;
     line-height: 1.8em;
     margin-top: 15px;
     margin-bottom: 24px;
 }

 .news-block-two .inner-box .lower-content .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     margin-top: 18px;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block-two .inner-box .lower-content .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-two .inner-box .lower-content .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .news-block-two .inner-box .lower-content .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-two .inner-box .lower-content .read-more:hover .arrow.right {
     opacity: 0;
 }

 .news-block-two .inner-box .lower-content .read-more:hover .arrow.left {
     opacity: 1;
 }

 .news-block-two .inner-box .lower-content .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .news-block-two .inner-box .lower-content .lower-content .theme-btn {
     padding: 10px 25px;
 }

 .news-block-two.style-two .inner-box .lower-content {
     padding-left: 25px;
     padding-right: 25px;
     padding-bottom: 30px;
     border: 1px solid #e2e8f0;
 }

 .news-block-two.style-two .inner-box:hover .lower-content {
     box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
 }

 .price-section {
     position: relative;
     padding: 90px 0px 60px;
 }

 .price-block {
     position: relative;
     margin-bottom: 40px;
 }

 .price-block .recomend {
     position: relative;
     color: #ffffff;
     padding: 13px 10px;
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     letter-spacing: 1px;
     background-color: #2972b8;
 }

 .price-block .inner-box {
     position: relative;
     border: 1px solid #f2f2f2;
 }

 .price-block .inner-box .upper-content {
     position: relative;
     text-align: center;
     padding: 40px 30px 50px;
     background-color: #f2f2f2;
 }

 .price-block .inner-box .upper-content h3 {
     position: relative;
     font-weight: 700;
     font-size: 24px;
     color: #222222;
 }

 .price-block .inner-box .upper-content .text {
     position: relative;
     font-weight: 400;
     font-size: 15px;
     color: #2D322E;
     margin-top: 12px;
 }

 .price-block .inner-box .upper-content .price {
     position: relative;
     font-weight: 700;
     font-size: 60px;
     color: #2972b8;
     line-height: 1em;
     margin-top: 12px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .price-block .inner-box .upper-content .price sup {
     position: relative;
     font-size: 36px;
 }

 .price-block .inner-box .upper-content .package {
     position: relative;
     color: #2D322E;
     font-size: 14px;
     letter-spacing: 1px;
     font-weight: 600;
     margin-top: 16px;
     margin-bottom: 30px;
     text-transform: uppercase;
 }

 .price-block .inner-box .upper-content .theme-btn {
     padding: 9px 26px;
 }

 .price-block .inner-box .lower-content {
     position: relative;
     padding: 30px 30px;
     text-align: center;
 }

 .price-block .inner-box .lower-content .price-list {
     position: relative;
 }

 .price-block .inner-box .lower-content .price-list li {
     position: relative;
     padding-bottom: 14px;
     margin-bottom: 14px;
     color: #b3b9c8;
     display: block;
     border-bottom: 1px solid #e2e8f0;
 }

 .price-block .inner-box .lower-content .price-list li:before {
     content: '\f058';
     left: 0px;
     top: 0px;
     margin-right: 12px;
     font-family: "Font Awesome 5 Free";
     font-weight: 700;
 }

 .price-block .inner-box .lower-content .feature {
     position: relative;
     color: #222222;
     font-size: 15px;
     font-weight: 700;
     margin-top: 15px;
     display: inline-block;
     font-family: Segoe UI Regular, sans-serif;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .price-block .inner-box .lower-content .feature:hover {
     color: #2972b8;
 }

 .advicer-section {
     position: relative;
     padding: 40px 0px 40px;
 }

 .advicer-section .side-image {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 685px;
     height: 100%;
 }

 .advicer-section .content-column {
     position: relative;
     margin-bottom: 10px;
 }

 .advicer-section .content-column .inner-column {
     position: relative;
 }

 .advicer-section .content-column .inner-column .sec-title {
     margin-bottom: 10px;
 }

 .advicer-section .content-column .inner-column .bold-text {
     position: relative;
     color: #222222;
     font-size: 18px;
     line-height: 1.7em;
     font-weight: 700;
     margin-bottom: 20px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .advicer-section .content-column .inner-column .text {
     position: relative;
 }

 .advicer-section .content-column .inner-column .text p {
     position: relative;
     color: #2D322E;
     font-size: 16px;
     line-height: 1.8em;
     margin-bottom: 20px;
 }

 .advicer-section .content-column .inner-column .text p:last-child {
     margin-bottom: 0px;
 }

 .advicer-section .content-column .inner-column .signature-box {
     position: relative;
     padding-left: 195px;
     margin-top: 30px;
     padding-top: 10px;
 }

 .advicer-section .content-column .inner-column .signature-box .signature {
     position: absolute;
     left: 0px;
     top: 0px;
     padding-right: 25px;
     margin-right: 20px;
 }

 .advicer-section .content-column .inner-column .signature-box .signature:after {
     position: absolute;
     content: '';
     width: 1px;
     top: 10px;
     right: 0px;
     bottom: 10px;
     background-color: #e2e8f0;
 }

 .advicer-section .content-column .inner-column .signature-box h4 {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 20px;
 }

 .advicer-section .content-column .inner-column .signature-box .designation {
     position: relative;
     font-weight: 400;
     color: #2D322E;
     font-size: 15px;
     margin-top: 6px;
 }

 .advicer-section .content-column .inner-column .phone-box {
     position: relative;
     padding: 16px 30px;
     border-radius: 50px;
     margin-top: 50px;
     color: #222222;
     font-size: 18px;
     font-weight: 700;
     border: 1px solid #e2e8f0;
     font-family: Segoe UI Regular, sans-serif;
 }

 .advicer-section .content-column .inner-column .phone-box span {
     font-family: Segoe UI Regular, sans-serif;
     font-weight: 500;
     color: #222222;
     margin-left: 18px;
 }

 .advicer-section .content-column .inner-column .phone-box .phone-icon {
     position: absolute;
     right: 45px;
     top: -30px;
     width: 55px;
     height: 55px;
     color: #ffffff;
     line-height: 55px;
     text-align: center;
     border-radius: 50%;
     background-color: #2972b8;
 }

 .advicer-section .content-column .inner-column .phone-box .phone-icon:after {
     position: absolute;
     content: '';
     left: -8px;
     right: -8px;
     bottom: -8px;
     top: -8px;
     border-radius: 50%;
     border: 8px solid rgba(249, 117, 52, 0.60);
 }

 .advicer-section .image-column {
     position: relative;
 }

 .advicer-section .image-column .inner-column {
     position: relative;
 }

 .featured-section-two {
     position: relative;
     padding: 0px;
     background-color: #161a33;
 }

 .featured-section-two .left-pattern {
     position: absolute;
     left: 0px;
     top: 0px;
     height: 100%;
     width: 335px;
 }

 .featured-section-two .right-pattern {
     position: absolute;
     right: 0px;
     top: 0px;
     height: 100%;
     width: 335px;
 }

 .feature-block-two {
     position: relative;
 }

 .feature-block-two .inner-box {
     position: relative;
     text-align: center;
     padding: 90px 30px 70px;
 }

 .feature-block-two .inner-box:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 0px;
     transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     background-color: #1f233c;
 }

 .feature-block-two .inner-box:hover::before {
     height: 100%;
 }

 .feature-block-two .inner-box .icon-box {
     position: relative;
     text-align: center;
     width: 120px;
     height: 120px;
     margin: 0 auto;
     color: #2972b8;
     font-size: 76px;
     line-height: 120px;
     border-radius: 50%;
     background-image: -ms-linear-gradient(top, #333858 0%, #161a33 100%);
     background-image: -moz-linear-gradient(top, #333858 0%, #161a33 100%);
     background-image: -o-linear-gradient(top, #333858 0%, #161a33 100%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333858), color-stop(100, #161a33));
     background-image: -webkit-linear-gradient(top, #333858 0%, #161a33 100%);
     background-image: linear-gradient(to bottom, #333858 0%, #161a33 100%);
 }

 .feature-block-two .inner-box .icon-box .icon.padding-left {
     padding-left: 25px;
 }

 .feature-block-two .inner-box h3 {
     position: relative;
     line-height: 1.3em;
     font-size: 20px;
     font-weight: 700;
     margin-top: 15px;
 }

 .feature-block-two .inner-box h3 a {
     position: relative;
     color: #ffffff;
     transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
 }

 .feature-block-two .inner-box h3 a:hover {
     color: #2972b8;
 }

 .feature-block-two .inner-box .text {
     position: relative;
     margin-top: 20px;
     color: #999fb9;
     line-height: 1.9em;
     font-size: 15px;
 }

 .feature-block-two .inner-box .plus-box {
     position: absolute;
     left: 50%;
     bottom: -30px;
     width: 60px;
     height: 60px;
     z-index: 1;
     color: #ffffff;
     font-size: 22px;
     line-height: 62px;
     text-align: center;
     border-radius: 50px;
     display: inline-block;
     margin-left: -31px;
     background-color: #2972b8;
     transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transform: scale(0, 0);
     -moz-transform: scale(0, 0);
     -webkit-transform: scale(0, 0);
     -ms-transform: scale(0, 0);
     -o-transform: scale(0, 0);
 }

 .feature-block-two .inner-box:hover .plus-box {
     transform: scale(1, 1);
     -moz-transform: scale(1, 1);
     -webkit-transform: scale(1, 1);
     -ms-transform: scale(1, 1);
     -o-transform: scale(1, 1);
 }

 .services-section-three {
     position: relative;
     padding: 25px 0px 25px;
 }

 .services-block-three {
     position: relative;
     margin-bottom: 30px;
 }

 .services-block-three .inner-box {
     border: 1px solid #cfc6c6;
     position: relative;
     padding: 25px 15px;
     background-color: #ffffff;
     transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
 }

 .services-block-three .inner-box:before {
     position: absolute;
     content: '';
     left: 15px;
     top: 15px;
     right: 0px;
     bottom: 0px;
     z-index: -1;
     -ms-transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block-three .inner-box:hover::before {
     -ms-transform: rotate(5deg);
     -webkit-transform: rotate(5deg);
     transform: rotate(5deg);
 }

 .services-block-three .inner-box .icon-box {
     position: relative;
     font-size: 70px;
     line-height: 1em;
     color: #2972b8;
 }

 .services-block-three .inner-box h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 22px;
 }

 .services-block-three .inner-box h3 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block-three .inner-box h3 a:hover {
     color: #2972b8;
 }

 .services-block-three .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-top: 15px;
 }

 .services-block-three .inner-box .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     margin-top: 20px;
     font-size: 15px;
     display: inline-block;
     padding-right: 22px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .services-block-three .inner-box .read-more .arrow.left {
     position: absolute;
     left: 0px;
     top: 1px;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block-three .inner-box .read-more .arrow.right {
     position: absolute;
     right: 0px;
     top: 1px;
 }

 .services-block-three .inner-box .read-more .arrow.right {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-block-three .inner-box .read-more:hover .arrow.right {
     opacity: 0;
 }

 .services-block-three .inner-box .read-more:hover .arrow.left {
     opacity: 1;
 }

 .services-block-three .inner-box .read-more:hover {
     color: #2972b8;
     padding-right: 0px;
     padding-left: 22px;
 }

 .services-block-three.style-two .inner-box {
     box-shadow: 0px 0px 20px rgba(249, 117, 52, 0.15);
 }

 .services-block-three.style-two .inner-box::before {
     display: none;
 }

 .services-block-three.style-two .inner-box .icon-box {
     color: #c0cbd6;
 }

 .services-block-three.style-two .inner-box:hover {
     box-shadow: 0px 0px 30px rgba(249, 117, 52, 0.30);
 }

 .services-section-three .owl-nav {
     display: none;
 }

 .services-section-three .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 45px;
 }

 .services-section-three .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .services-section-three .owl-dots .owl-dot.active,
 .services-section-three .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .services-section-three .owl-theme .services-block-three {
     margin: 0px 15px;
 }

 .services-section-three .owl-carousel {
     margin: 0px -15px;
     width: auto;
 }

 .services-section-three .owl-carousel .owl-stage-outer {
     padding: 10px 0px 15px;
 }

 .projects-section-three {
     position: relative;
     padding: 90px 0px 65px;
 }

 .clients-section-two {
     position: relative;
     padding: 90px 0px 100px;
     background-color: #f3f5f6;
     overflow: hidden;
 }

 .clients-section-two.style-two::before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 1;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .clients-section-two .row {
     margin: 0px -20px;
 }

 .clients-section-two .client-block-three {
     padding: 0px 20px;
 }

 .clients-section-two .left-image {
     position: absolute;
     left: 0px;
     top: 100px;
     width: 375px;
     height: 100%;
 }

 .clients-section-two .right-image {
     position: absolute;
     right: -50px;
     top: 100px;
     width: 375px;
     height: 100%;
 }

 .client-block-three {
     position: relative;
     z-index: 1;
     margin-bottom: 60px;
 }

 .client-block-three .inner-box {
     position: relative;
     padding: 35px 35px;
     background-color: #ffffff;
     box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
 }

 .client-block-three .inner-box:before {
     position: absolute;
     content: '';
     left: -20px;
     top: 20px;
     right: 20px;
     bottom: -20px;
     z-index: -1;
 }

 .client-block-three.style-two .inner-box:before {
     border-color: rgba(255, 255, 255, 0.10);
 }

 .client-block-three .inner-box .rating {
     position: relative;
     color: #2972b8;
     font-size: 14px;
     margin-bottom: 15px;
 }

 .client-block-three .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 25px;
 }

 .client-block-three .inner-box .author-info {
     position: relative;
 }

 .client-block-three .inner-box .author-info .info-inner {
     position: relative;
     padding-left: 70px;
     min-height: 50px;
 }

 .client-block-three .inner-box .author-info .info-inner .author-image {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 50px;
     height: 50px;
     overflow: hidden;
     border-radius: 50%;
 }

 .client-block-three .inner-box .author-info .info-inner h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
 }

 .client-block-three .inner-box .author-info .info-inner .designation {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.3em;
     margin-top: 6px;
 }

 .clients-section-two .owl-nav {
     display: none;
 }

 .clients-section-two .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 0px;
 }

 .clients-section-two .owl-dots .owl-dot {
     position: relative;
     margin: 0px 5px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .clients-section-two .owl-dots .owl-dot.active,
 .clients-section-two .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .map-data {
     text-align: center;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.8em;
 }

 .map-data h6 {
     font-size: 16px;
     font-weight: 700;
     text-align: center;
     margin-bottom: 5px;
     color: #121212;
 }

 .map-canvas {
     height: 550px;
 }

 .map-section .google-map {
     height: 450px;
 }

 .sponsors-section-three {
     position: relative;
 }

 .sponsors-section-three .inner-container {
     position: relative;
     background-color: #2972b8;
 }

 .sponsors-section-three .inner-container .owl-dots,
 .sponsors-section-three .inner-container .owl-nav {
     display: none;
 }

 .sponsors-section-three .inner-container .image-box {
     margin-bottom: 0px;
 }

 .sponsors-section-three.margin-top {
     margin-top: -85px;
     z-index: 10;
 }

 .services-section-four {
     position: relative;
     padding-top: 90px;
     background-position: center bottom;
     background-repeat: no-repeat;
 }

 .counter-section {
     position: relative;
     padding: 70px 0px 60px;
 }

 .fact-counter {
     position: relative;
 }

 .fact-counter .column {
     position: relative;
     margin-bottom: 30px;
 }

 .fact-counter .column .inner {
     position: relative;
     text-align: center;
 }

 .fact-counter .column .inner:before {
     position: absolute;
     content: '';
     left: 100%;
     top: 65px;
     height: 1px;
     width: 50px;
     background-color: #2972b8;
 }

 .fact-counter .column:last-child .inner:before {
     display: none;
 }

 .fact-counter .column .inner .content {
     position: relative;
 }

 .fact-counter .column .inner .icon-box {
     position: absolute;
     left: 0px;
     top: 0px;
     color: #2972b8;
     font-size: 80px;
     text-align: center;
     line-height: 1em;
     font-weight: 700;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .fact-counter .count-outer .percentage {
     display: inline-block;
     font-weight: 600;
     color: #2972b8;
     font-size: 80px;
     line-height: 1em;
     font-family: Segoe UI Regular, sans-serif;
 }

 .fact-counter .column .inner .count-outer {
     position: relative;
     font-weight: 700;
     color: #443986;
     font-size: 42px;
     line-height: 1em;
     display: inline-block;
     font-family: Segoe UI Regular, sans-serif;
 }

 .fact-counter .column .inner .count-outer sup {
     position: relative;
     color: #2972b8;
     font-size: 50px;
     font-weight: 700;
 }

 .fact-counter .count-outer .count-text {
     position: relative;
     font-weight: 700;
     color: #2972b8;
     font-size: 80px;
     line-height: 1em;
     font-family: Segoe UI Regular, sans-serif;
 }

 .fact-counter .column .counter-title {
     position: relative;
     font-size: 18px;
     font-weight: 700;
     color: #222222;
     margin-top: 15px;
     line-height: 1.7em;
     text-transform: capitalize;
 }

 .fact-counter .column:hover .icon-box {
     border-color: #f47629;
 }

 .fact-counter.style-two .column .content {
     position: absolute;
     left: 36px;
     bottom: 35px;
     right: 0px;
     z-index: 1;
 }

 .fact-counter .column .inner .image {
     position: relative;
 }

 .fact-counter .column .inner .image:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: 0px;
     top: 0px;
     right: 0px;
     z-index: 1;
     background: linear-gradient(22deg, rgba(22, 26, 51, 0.90) 25%, rgba(255, 255, 255, 0) 78%);
 }

 .fact-counter .column .inner .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .fact-counter.style-two .column .inner {
     text-align: left;
     z-index: 1;
 }

 .fact-counter.style-two .column .counter-title {
     color: #ffffff;
     font-size: 24px;
     font-weight: 700;
     margin-top: 0px;
     margin-bottom: 40px;
 }

 .fact-counter.style-two .count-outer .count-text {
     color: #ffffff;
     font-size: 60px;
     font-weight: 500;
     padding-left: 60px;
 }

 .fact-counter.style-two .count-outer .count-text:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 40px;
     width: 50px;
     height: 2px;
     background-color: #2972b8;
 }

 .fact-counter.style-two .column .inner:before {
     display: none;
 }

 .fact-counter.style-two .column .inner .text {
     position: relative;
     color: #ffffff;
     margin-top: 12px;
 }

 .projects-section-four {
     position: relative;
     padding: 0px 0px 0px;
 }

 .project-block-three {
     position: relative;
 }

 .project-block-three .inner-box {
     position: relative;
     overflow: hidden;
 }

 .project-block-three .inner-box .image {
     position: relative;
 }

 .project-block-three .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .project-block-three .inner-box .image .overlay-color {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 1;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     transition: all 900ms ease;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .project-block-three .inner-box .image .overlay-box {
     position: absolute;
     left: 50px;
     top: 40px;
     right: 40px;
     bottom: 30px;
     z-index: 1;
 }

 .project-block-three .inner-box .image .overlay-box .category-box {
     position: absolute;
     right: 0px;
     top: -150px;
     padding: 25px 35px 28px;
     background-color: #ffffff;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
 }

 .projects-section-four .owl-carousel .owl-stage-outer .owl-item.active .project-block-three .inner-box .image .overlay-box .category-box {
     top: 0px;
     transition: all 1200ms ease;
     -moz-transition-delay: 1200ms;
     -webkit-transition-delay: 1200ms;
     -ms-transition-delay: 1200ms;
     -o-transition-delay: 1200ms;
 }

 .project-block-three .inner-box .image .overlay-box .category-box ul {
     position: relative;
 }

 .project-block-three .inner-box .image .overlay-box .category-box ul li {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     margin-right: 2px;
     display: inline-block;
 }

 .project-block-three .inner-box .image .overlay-box .category-box h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 4px;
 }

 .project-block-three .inner-box .image .overlay-box .category-box h3 a {
     position: relative;
     color: #222222;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .project-block-three .inner-box .image .overlay-box .category-box h3 a:hover {
     color: #2972b8;
 }

 .project-block-three .inner-box .image .overlay-box .text {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     opacity: 0;
     color: #2D322E;
     font-size: 15px;
     padding: 15px 35px;
     background-color: #ffffff;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     -webkit-transform: scaleX(0.7) translateX(-30px);
     -ms-transform: scaleX(0.7) translateX(-30px);
     -moz-transform: scaleX(0.7) translateX(-30px);
     transform: scaleX(0.7) translateX(-30px);
     -webkit-transform-origin: left;
     -ms-transform-origin: left;
     -moz-transform-origin: left;
     transform-origin: left;
 }

 .project-block-three .inner-box .image .overlay-box .text .arrow {
     position: absolute;
     right: 35px;
     font-size: 30px;
     color: #222222;
     display: inline-block;
 }

 .projects-section-four .owl-carousel .owl-stage-outer .owl-item.active .project-block-three .inner-box .image .overlay-box .text {
     opacity: 1;
     -moz-transition-delay: 500ms;
     -webkit-transition-delay: 500ms;
     -ms-transition-delay: 500ms;
     -o-transition-delay: 500ms;
     -webkit-transform: scaleX(1) translateX(0px);
     -ms-transform: scaleX(1) translateX(0px);
     -moz-transform: scaleX(1) translateX(0px);
     transform: scaleX(1) translateX(0px);
 }

 .projects-section-four .owl-carousel {
     max-width: 970px;
     margin: 0 auto;
     width: 100%;
     display: block;
 }

 .projects-section-four .owl-dots {
     display: none;
 }

 .projects-section-four .owl-nav {
     position: absolute;
     left: 0px;
     top: 50%;
     width: 100%;
     margin-top: -10px;
 }

 .projects-section-four .owl-nav .owl-prev {
     position: absolute;
     left: -300px;
     color: #ffffff;
     text-align: center;
     font-size: 40px;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .projects-section-four .owl-nav .owl-next {
     position: absolute;
     right: -300px;
     color: #ffffff;
     font-size: 40px;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .projects-section-four .owl-nav .owl-prev:hover,
 .projects-section-four .owl-nav .owl-next:hover {
     color: #ffffff;
 }

 .projects-section-four .owl-carousel .owl-stage-outer {
     overflow: visible;
 }

 .projects-section-four .owl-carousel .owl-stage-outer .owl-item.active .project-block-three .inner-box .image .overlay-color {
     opacity: 0;
     visibility: hidden;
 }

 .graph-section {
     position: relative;
     padding: 90px 0px 50px;
     background-color: #f2f2f2;
 }

 .graph-section:before {
     position: absolute;
     content: '';
     left: 0px;
     top: -250px;
     width: 100%;
     height: 250px;
     background-color: #f2f2f2;
 }

 .graph-section .content-column {
     position: relative;
     margin-bottom: 50px;
 }

 .graph-section .content-column .inner-column {
     position: relative;
 }

 .graph-section .content-column .inner-column .sec-title {
     position: relative;
     margin-bottom: 25px;
 }

 .graph-section .content-column .inner-column .bold-text {
     position: relative;
     color: #222222;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.7em;
     margin-bottom: 22px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .graph-section .content-column .inner-column .text {
     position: relative;
 }

 .graph-section .content-column .inner-column .text p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 18px;
 }

 .graph-section .content-column .inner-column .text p:last-child {
     margin-bottom: 0px;
 }

 .graph-section .content-column .signature-box {
     position: relative;
     padding-left: 195px;
     margin-top: 30px;
     padding-top: 10px;
 }

 .graph-section .content-column .signature-box .signature {
     position: absolute;
     left: 0px;
     top: 0px;
     padding-right: 25px;
     margin-right: 25px;
 }

 .graph-section .content-column .signature-box .signature:after {
     position: absolute;
     content: '';
     width: 1px;
     top: 10px;
     right: 0px;
     bottom: 10px;
     background-color: #d2d9e0;
 }

 .graph-section .content-column .signature-box h4 {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 20px;
 }

 .graph-section .content-column .signature-box .designation {
     position: relative;
     font-weight: 400;
     color: #2972b8;
     font-size: 15px;
     margin-top: 6px;
 }

 .graph-section .graph-column {
     position: relative;
     text-align: center;
     margin-bottom: 40px;
 }

 .graph-section .graph-column .inner-column {
     position: relative;
     padding-top: 110px;
 }

 .team-section-two {
     position: relative;
     padding: 90px 0px 70px;
 }

 .team-block-two {
     position: relative;
     margin-bottom: 30px;
 }

 .team-block-two .inner-box {
     position: relative;
     overflow: hidden;
     background-color: #ffffff;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     box-shadow: 0px 30px 65px rgba(0, 0, 0, 0.05);
 }

 .team-block-two .inner-box .image {
     position: relative;
 }

 .team-block-two .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .team-block-two .inner-box .image .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
 }

 .team-block-two .inner-box .image .overlay-box .overlay-inner {
     position: relative;
     height: 100%;
 }

 .team-block-two .inner-box .image .overlay-box .social-box {
     position: absolute;
     right: 20px;
     bottom: 25px;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li {
     position: relative;
     right: -70px;
     margin-bottom: 10px;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li:last-child {
     margin-bottom: 0px;
 }

 .team-block-two .inner-box:hover .image .overlay-box .social-box li:first-child {
     right: 0px;
     transition-delay: 250ms;
 }

 .team-block-two .inner-box:hover .image .overlay-box .social-box li:nth-child(2) {
     right: 0px;
     transition-delay: 500ms;
 }

 .team-block-two .inner-box:hover .image .overlay-box .social-box li:nth-child(3) {
     right: 0px;
     transition-delay: 750ms;
 }

 .team-block-two .inner-box:hover .image .overlay-box .social-box li:nth-child(4) {
     right: 0px;
     transition-delay: 1000ms;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li .social-name {
     position: absolute;
     padding: 0px 10px;
     top: 12px;
     right: 100%;
     opacity: 0;
     visibility: hidden;
     font-size: 12px;
     margin-right: -32px;
     text-transform: capitalize;
     display: inline-block;
     border-radius: 50px 0px 0px 50px;
     background-color: #ffffff;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li:hover .social-name {
     opacity: 1;
     margin-right: -5px;
     visibility: visible;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li a {
     position: relative;
     width: 50px;
     height: 50px;
     color: #2D322E;
     z-index: 1;
     font-size: 15px;
     line-height: 50px;
     text-align: center;
     border-radius: 50%;
     display: inline-block;
     background-color: #ffffff;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li.linkedin a {
     color: #0077b5;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li.linkedin .social-name {
     color: #ffffff;
     background-color: #0077b5;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li.facebook a {
     color: #3b5998;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li.facebook .social-name {
     color: #ffffff;
     background-color: #3b5998;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li.twitter a {
     color: #1da1f2;
 }

 .team-block-two .inner-box .image .overlay-box .social-box li.twitter .social-name {
     color: #ffffff;
     background-color: #1da1f2;
 }

 .team-block-two .inner-box .lower-content {
     position: relative;
     text-align: center;
     padding: 15px 15px 20px;
 }

 .team-block-two .inner-box .lower-content h3 {
     position: relative;
     font-weight: 700;
     font-size: 20px;
     line-height: 1.3em;
     margin-top: 10px;
 }

 .team-block-two .inner-box .lower-content h3 a {
     position: relative;
     color: #222222;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .team-block-two .inner-box .lower-content h3 a:hover {
     color: #2972b8;
 }

 .team-block-two .inner-box .lower-content .designation {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     font-weight: 400;
     margin-top: 6px;
 }

 .call-to-action-section {
     position: relative;
     padding: 65px 0px;
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .call-to-action-section:before {
     position: absolute;
     content: '';
     right: 0px;
     top: 0px;
     bottom: 0px;
     left: 0px;
     background-color: rgba(249, 117, 52, 0.95);
 }

 .call-to-action-section h2 {
     position: relative;
     color: #ffffff;
     font-size: 44px;
     font-weight: 700;
     line-height: 1.2em;
 }

 .call-to-action-section .btn-column {
     position: relative;
     text-align: right;
     padding-top: 20px;
 }

 .call-to-action-section .btn-column .theme-btn:hover {
     background-color: #161a33;
     border-color: #161a33;
     color: #161a33;
 }

 .price-section-two {
     position: relative;
     padding: 95px 0px 70px;
 }

 .price-section-two .sec-title {
     margin-bottom: 90px;
 }

 .price-block-two {
     position: relative;
     margin-bottom: 30px;
 }

 .price-block-two .inner-box {
     position: relative;
 }

 .price-block-two .inner-box .outer-block {
     position: relative;
 }

 .price-block-two .recomend {
     position: absolute;
     left: 0px;
     top: -50px;
     width: 100%;
     color: #ffffff;
     padding: 13px 10px;
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     letter-spacing: 1px;
     background-color: #2972b8;
 }

 .price-block-two .inner-box .info-box {
     position: relative;
     text-align: center;
 }

 .price-block-two .inner-box .info-box .info-inner {
     position: relative;
     padding: 45px 30px 50px;
     background-size: cover;
 }

 .price-block-two .inner-box .info-box .info-inner:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .price-block-two .inner-box .info-box h3 {
     position: relative;
     color: #ffffff;
     font-size: 24px;
     font-weight: 700;
     line-height: 1.3em;
 }

 .price-block-two .inner-box .info-box .text {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     font-weight: 400;
     margin-top: 6px;
 }

 .price-block-two .inner-box .info-box .price {
     position: relative;
     font-weight: 700;
     font-size: 60px;
     color: #2972b8;
     line-height: 1em;
     margin-top: 12px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .price-block-two .inner-box .info-box .price sup {
     position: relative;
     font-size: 36px;
 }

 .price-block-two .inner-box .info-box .package {
     position: relative;
     font-size: 14px;
     font-weight: 600;
     color: #ffffff;
     margin-top: 18px;
     margin-bottom: 25px;
     letter-spacing: 1px;
     text-transform: uppercase;
 }

 .price-block-two .inner-box .info-box .theme-btn {
     padding: 9px 37px;
 }

 .price-block-two .inner-box .feature-box {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     display: none;
 }

 .price-block-two.show-features .inner-box .feature-box {
     display: block;
 }

 .price-block-two .inner-box .feature-box .feature-inner {
     position: relative;
     padding: 60px 50px 30px;
     height: 100%;
     background-size: cover;
 }

 .price-block-two .inner-box .feature-box:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 1;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .price-block-two .inner-box .feature-box .price-list {
     position: relative;
     z-index: 1;
 }

 .price-block-two .inner-box .feature-box .price-list li {
     position: relative;
     font-size: 15px;
     margin-bottom: 16px;
     color: #ffffff;
     display: block;
 }

 .price-block-two .inner-box .feature-box .price-list li:last-child {
     margin-bottom: 0px;
 }

 .price-block-two .inner-box .feature-box .price-list li:before {
     content: '\f058';
     left: 0px;
     top: 2px;
     color: #b3b9c8;
     margin-right: 12px;
     font-family: "Font Awesome 5 Free";
     font-weight: 700;
 }

 .price-block-two .inner-box .feature-box .theme-btn {
     position: relative;
     margin-top: 40px;
     z-index: 1;
 }

 .consult-section-two {
     position: relative;
     padding: 50px 0px 50px;
     background-color: #f2f2f2;
 }

 .consult-section-two .title-column {
     position: relative;
 }

 .consult-section-two .title-column .inner-column {
     position: relative;
 }

 .consult-section-two .title-column .inner-column .sec-title {
     margin-bottom: 0px;
 }

 .consult-section-two .title-column .inner-column .sec-title h2 {
     padding-left: 0px;
     font-size: 30px;
 }

 .consult-section-two .title-column .inner-column .sec-title h2:before {
     display: none;
 }

 .consult-form-two {
     position: relative;
 }

 .consult-form-two .form-group {
     position: relative;
     margin-bottom: 0px;
 }

 .consult-form-two .form-group .ui-selectmenu-button.ui-button {
     position: relative;
     display: block;
     width: 100%;
     line-height: 40px;
     padding: 10px 20px;
     color: #2D322E;
     height: 60px;
     font-size: 15px;
     background: #ffffff;
     border: 1px solid transparent;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .consult-form-two .form-group input[type="text"],
 .consult-form-two .form-group input[type="number"],
 .consult-form-two .form-group input[type="email"],
 .consult-form-two .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 20px;
     color: #2D322E;
     height: 60px;
     font-size: 15px;
     background: #ffffff;
     border: 1px solid transparent;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .consult-form-two .form-group input[type="text"]:focus,
 .consult-form-two .form-group input[type="number"]:focus,
 .consult-form-two .form-group input[type="email"]:focus,
 .consult-form-two .form-group textarea:focus {
     border-color: #2972b8;
 }

 .consult-form-two .form-group textarea::-webkit-input-placeholder,
 .consult-form-two .form-group input::-webkit-input-placeholder {
     color: #2D322E;
 }

 .consult-form-two button {
     border-radius: 0px;
     width: 100%;
     cursor: pointer;
     font-size: 16px;
     padding: 14px 10px;
     text-transform: capitalize;
 }

 .page-title {
     position: relative;
     padding: 230px 0px 150px;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .page-title .inner-container {
     position: relative;
     z-index: 5;
 }

 .page-title h1 {
     position: relative;
     font-size: 48px;
     color: #ffffff;
     line-height: 60px;
     font-weight: 700;
 }

 .page-title .text {
     position: relative;
     color: #fff;
     font-size: 16px;
     margin-top: 5px;
 }

 .page-title .bread-crumb {
     position: relative;
     float: right;
     padding-top: 25px;
 }

 .page-title .bread-crumb li {
     position: relative;
     float: left;
     font-size: 16px;
     line-height: 30px;
     color: #ffffff;
     font-weight: 400;
     text-transform: capitalize;
     cursor: default;
     padding-right: 15px;
     margin-right: 12px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .page-title .bread-crumb li:before {
     position: absolute;
     right: -3px;
     font-size: 14px;
     line-height: 30px;
     color: #ffffff;
     content: "-";
 }

 .page-title .bread-crumb li:last-child {
     padding-right: 0;
     margin-right: 0;
 }

 .page-title .bread-crumb li:last-child:before {
     display: none;
 }

 .page-title .bread-crumb li a {
     color: #ffffff;
     font-weight: 400;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .page-title .bread-crumb li a:hover {
     color: #2972b8;
 }

 .page-title.style-two {
     padding-bottom: 180px;
 }

 .we-are-section {
     position: relative;
     padding: 60px 0px 60px;
 }
.content h2{margin-bottom:10px;}
.content h3{margin-bottom:10px;}
.content ul{list-style-type:disc;margin-left:30px;margin-bottom:10px;}
.content ul li {list-style-type:disc;}
 .we-are-section .big-image {
     position: relative;
     margin-bottom: 50px;
 }

 .we-are-section .big-image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .we-are-section .sec-title h2 {
     padding: 0px;
     font-size: 30px;
     line-height: 1.5em;
 }

 .we-are-section .sec-title h2:before,
 .we-are-section .sec-title h2:after {
     display: none;
 }

 .we-are-section .content-column {
     position: relative;
     margin-bottom: 40px;
 }

 .we-are-section .content-column .inner-column {
     position: relative;
 }

 .we-are-section .content-column .inner-column .text {
     position: relative;
 }

 .we-are-section .content-column .inner-column .text p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 18px;
 }

 .we-are-section .content-column .inner-column .text p:last-child {
     margin-bottom: 0px;
 }

 .we-are-section .content-column .signature-box {
     position: relative;
     padding-left: 195px;
     margin-top: 30px;
     padding-top: 15px;
 }

 .we-are-section .content-column .signature-box .signature {
     position: absolute;
     left: 0px;
     top: 0px;
     padding-right: 25px;
     margin-right: 25px;
 }

 .we-are-section .content-column .signature-box .signature:after {
     position: absolute;
     content: '';
     width: 1px;
     top: 10px;
     right: 0px;
     bottom: 10px;
     background-color: #d2d9e0;
 }

 .we-are-section .content-column .signature-box h4 {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 20px;
 }

 .we-are-section .content-column .signature-box .designation {
     position: relative;
     font-weight: 400;
     color: #2D322E;
     font-size: 15px;
     margin-top: 6px;
 }

 .progress-bars {
     position: relative;
 }

 .progress-bars .bar-item {
     position: relative;
     margin-bottom: 32px;
 }

 .progress-bars .bar-item:last-child {
     margin-bottom: 0px;
 }

 .progress-bars .bar-item .skill-bar {
     position: relative;
     width: 100%;
     height: 2px;
 }

 .progress-bars .bar-item .skill-bar .bar-inner {
     position: relative;
     width: 100%;
     height: 2px;
     background: #e1e1e1;
 }

 .progress-bars .bar-item .skill-bar .bar-inner .bar {
     position: absolute;
     left: 0px;
     top: 0px;
     height: 2px;
     width: 0px;
     border-bottom: 2px solid #2972b8;
     -webkit-transition: all 2000ms ease;
     -ms-transition: all 2000ms ease;
     -o-transition: all 2000ms ease;
     -moz-transition: all 2000ms ease;
     transition: all 2000ms ease;
 }

 .progress-bars .bar-item .skill-header {
     position: relative;
     line-height: 24px;
     text-transform: capitalize;
     font-weight: 700;
     font-size: 18px;
     color: #222222;
     margin-bottom: 12px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .progress-bars .bar-item .skill-header .skill-title {
     position: relative;
     float: left;
 }

 .progress-bars .bar-item .skill-percentage {
     position: absolute;
     right: 0px;
     top: -17px;
     width: 35px;
     height: 35px;
     font-weight: 400;
     line-height: 31px;
     text-transform: capitalize;
     color: #2972b8;
     font-size: 12px;
     text-align: center;
     border-radius: 50%;
     background-color: #ffffff;
     border: 2px solid #2972b8;
 }

 .history-section {
     position: relative;
     padding: 90px 0px;
     background-repeat: repeat;
 }

 .history-section .history-carousel {
     position: relative;
 }

 .history-section .carousel-outer {
     position: relative;
 }

 .history-section .carousel-outer .thumbs-outer {
     position: relative;
     overflow: hidden;
     text-align: center;
 }

 .history-section .carousel-outer:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 47px;
     width: 100%;
     height: 3px;
     background-color: #d2d9e0;
 }

 .history-section .history-carousel .thumbs-carousel {
     position: static;
     max-width: 220px;
     margin: 0 auto;
     margin-bottom: 40px;
 }

 .history-section .history-carousel .thumbs-carousel .owl-stage-outer {
     overflow: visible;
 }

 .history-section .history-carousel .thumbs-carousel .owl-item.active li {
     position: relative;
 }

 .history-section .history-carousel .thumbs-carousel .owl-item.active li:before {
     display: none;
 }

 .history-section .history-carousel .thumbs-carousel .owl-item li:hover .dotted-outer .dott-circle,
 .history-section .history-carousel .thumbs-carousel .owl-item.active li .dotted-outer .dott-circle {
     border-color: #2972b8;
     background-color: #2972b8;
 }

 .history-section .history-carousel .thumbs-carousel .owl-item li:hover .dotted-outer:before,
 .history-section .history-carousel .thumbs-carousel .owl-item.active li .dotted-outer:before {
     opacity: 1;
     visibility: visible;
 }

 .history-section .history-carousel .thumbs-carousel .owl-item li:hover .dotted-outer:after,
 .history-section .history-carousel .thumbs-carousel .owl-item.active li .dotted-outer:after {
     opacity: 1;
     visibility: visible;
 }

 .history-section .history-carousel .thumbs-carousel li {
     position: relative;
     color: #222222;
     font-size: 24px;
     font-weight: 500;
     cursor: pointer;
     line-height: 1em;
     text-align: center;
     transition: all 0.3s ease;
     display: inline-block;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel li .dotted-outer {
     position: relative;
     display: block;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel li .dotted-outer:before {
     position: absolute;
     content: '';
     left: 9px;
     top: -7px;
     width: 32px;
     height: 32px;
     z-index: 1;
     opacity: 0;
     border-radius: 50%;
     border: 1px solid #d3dae1;
     background-color: #f2f2f2;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel li .dotted-outer:after {
     position: absolute;
     content: '';
     left: 0px;
     top: -16px;
     width: 50px;
     height: 50px;
     opacity: 0;
     border-radius: 50%;
     border: 1px solid #d3dae1;
     background-color: #f2f2f2;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel li .dotted-outer .dott-circle {
     position: relative;
     width: 18px;
     height: 18px;
     border-radius: 50%;
     display: block;
     margin: 0 auto;
     margin-top: 16px;
     z-index: 2;
     border: 3px solid #d2d9e0;
     background-color: #ffffff;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel .owl-nav {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 0px;
 }

 .history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev {
     position: absolute;
     left: 0px;
     top: 36px;
     font-size: 42px;
     color: #d2d9e0;
     font-weight: 700;
     width: 40px;
     display: inline-block;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel .owl-nav .owl-next {
     position: absolute;
     top: 36px;
     right: 2px;
     left: auto;
     width: 40px;
     text-align: right;
     font-size: 42px;
     color: #d2d9e0;
     font-weight: 700;
     display: inline-block;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .history-section .history-carousel .thumbs-carousel .owl-nav .owl-prev:hover,
 .history-section .history-carousel .thumbs-carousel .owl-nav .owl-next:hover {
     color: #2972b8;
 }

 .history-section .carousel-outer .content-slide {
     position: relative;
 }

 .history-section .carousel-outer .content-carousel .owl-stage-outer {
     padding-top: 60px;
     padding-bottom: 10px;
 }

 .history-section .carousel-outer .content-slide .content-inner {
     position: relative;
     text-align: center;
     max-width: 770px;
     margin: 0 auto;
     padding: 32px 20px 32px;
     background-color: #2972b8;
 }

 .history-section .carousel-outer .content-slide .content-inner:before {
     position: absolute;
     content: '';
     left: 50px;
     right: 50px;
     bottom: 0px;
     height: 20px;
     z-index: 1;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     background-color: rgba(249, 117, 52, 0.40);
 }

 .history-section .carousel-outer .content-slide .content-inner h3 {
     position: relative;
     color: #ffffff;
     font-size: 24px;
     font-weight: 700;
     line-height: 1.4em;
     margin-bottom: 15px;
     letter-spacing: 1px;
 }

 .history-section .carousel-outer .content-slide .content-inner .text {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     line-height: 1.8em;
     font-weight: 400;
     max-width: 550px;
     margin: 0 auto;
 }

 .history-section .history-carousel .content-carousel .owl-item.active .content-slide .content-inner:before {
     bottom: -8px;
     transition: all 600ms ease;
     -moz-transition-delay: 600ms;
     -webkit-transition-delay: 600ms;
     -ms-transition-delay: 600ms;
     -o-transition-delay: 600ms;
 }

 .history-section .carousel-outer .content-carousel .owl-nav {
     position: relative;
     width: 100%;
     margin-top: 50px;
     text-align: center;
 }

 .history-section .carousel-outer .content-carousel .owl-nav .owl-prev {
     position: relative;
     width: 42px;
     height: 42px;
     color: #2972b8;
     line-height: 42px;
     text-align: center;
     border-radius: 50%;
     font-weight: 700;
     margin: 0px 5px;
     display: inline-block;
     background-color: #ffffff;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
     -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
     box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
 }

 .history-section .carousel-outer .content-carousel .owl-nav .owl-next {
     position: relative;
     width: 42px;
     height: 42px;
     color: #2972b8;
     line-height: 42px;
     text-align: center;
     border-radius: 50%;
     font-weight: 700;
     margin: 0px 5px;
     display: inline-block;
     background-color: #ffffff;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     -webkit-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
     -moz-box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
     box-shadow: 0px 2px 12px 0px rgba(68, 68, 68, 0.5);
 }

 .history-section .carousel-outer .content-carousel .owl-nav .owl-next:hover,
 .history-section .carousel-outer .content-carousel .owl-nav .owl-prev:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .counter-section-two {
     position: relative;
     padding-top: 80px;
 }

 .steps-section {
     position: relative;
     padding: 65px 0px 70px;
     background-color: #f2f2f2;
 }

 .steps-section .sec-title {
     margin-bottom: 90px;
 }

 .steps-section:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 160px;
     background-color: #f2f2f2;
 }

 .process-block {
     position: relative;
     margin-bottom: 30px;
 }

 .process-block .inner-box {
     position: relative;
     text-align: center;
     color: #c3cdd8;
     font-size: 90px;
     padding: 0px 35px 70px;
     background-color: #ffffff;
     box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
 }

 .process-block .inner-box:before {
     position: absolute;
     content: '';
     left: 100%;
     top: -70px;
     height: 56px;
     width: 194px;
     margin-left: -80px;
     background: url(../images/icons/arrow.png) no-repeat;
 }

 .process-block:last-child .inner-box:before {
     display: none;
 }

 .process-block .inner-box .number {
     position: relative;
     top: -30px;
     width: 54px;
     height: 54px;
     color: #ffffff;
     font-size: 20px;
     margin: 0 auto;
     font-weight: 500;
     line-height: 55px;
     text-align: center;
     border-radius: 50%;
     background-color: #2972b8;
 }

 .process-block .inner-box .number:before {
     z-index: 1;
 }

 .process-block .inner-box .number:after {
     position: absolute;
     content: '';
     left: -8px;
     right: -8px;
     bottom: -8px;
     top: -8px;
     border-radius: 50%;
     border: 8px solid rgb(0 139 160 / 24%);
 }

 .process-block .inner-box h3 {
     position: relative;
     color: #222222;
     font-weight: 700;
     font-size: 20px;
     margin-top: 15px;
 }

 .process-block .inner-box .lower-content {
     position: relative;
     margin-top: 20px;
 }

 .process-block .inner-box .lower-content .icon {
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     -webkit-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .process-block .inner-box:hover .lower-content .icon {
     -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
     -ms-transform: translateY(-50px);
     -o-transform: translateY(-50px);
     transform: translateY(-50px);
     opacity: 0;
     visibility: hidden;
 }

 .process-block .inner-box .lower-content .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
     -ms-transform: translateY(50px);
     -o-transform: translateY(50px);
     transform: translateY(50px);
     -webkit-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .process-block .inner-box:hover .lower-content .text {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 150ms;
     -moz-transition-delay: 150ms;
     -ms-transition-delay: 150ms;
     -o-transition-delay: 150ms;
     transition-delay: 150ms;
 }

 .error-section {
     position: relative;
     padding: 50px 0px;
     background-color: #f2f2f2;
 }

 .error-section .content-column {
     position: relative;
 }

 .error-section .content-column .inner-column {
     position: relative;
     padding: 100px 0px 40px;
 }

 .error-section .content-column .title {
     position: relative;
     color: #2972b8;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.2em;
     padding-left: 70px;
 }

 .error-section .content-column .title:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 10px;
     height: 1px;
     width: 50px;
     background-color: #2972b8;
 }

 .error-section .content-column h1 {
     position: relative;
     font-size: 150px;
     font-weight: 700;
     color: #222222;
     line-height: 1em;
 }

 .error-section .content-column h1 span {
     font-size: 100px;
 }

 .error-section .content-column .text {
     position: relative;
     font-size: 15px;
     font-weight: 400;
     color: #2D322E;
     line-height: 1em;
     margin-top: 20px;
     margin-bottom: 35px;
 }

 .client-section-three {
     position: relative;
     padding: 90px 0px;
 }

 .client-section-three .outer-container {
     position: relative;
 }

 .client-section-three .outer-container .clients-outer {
     position: relative;
 }

 .client-section-three .outer-container .clients-outer .client {
     position: relative;
     width: 25%;
     float: left;
     text-align: center;
     border-right: 1px solid #e2e8f0;
 }

 .client-section-three .outer-container .clients-outer .client:nth-child(1),
 .client-section-three .outer-container .clients-outer .client:nth-child(2),
 .client-section-three .outer-container .clients-outer .client:nth-child(3),
 .client-section-three .outer-container .clients-outer .client:nth-child(4) {
     border-bottom: 1px solid #e2e8f0;
 }

 .client-section-three .outer-container .clients-outer .client:nth-child(4),
 .client-section-three .outer-container .clients-outer .client:nth-child(8) {
     border-right: 0px;
 }

 .client-section-three .outer-container .clients-outer .client img {
     width: auto;
     display: inline-block;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     filter: gray;
     opacity: 0.4;
     -webkit-filter: grayscale(1);
     filter: grayscale(1);
 }

 .client-section-three .outer-container .clients-outer .client img:hover {
     opacity: 1;
     -webkit-filter: none;
     filter: none;
 }

 .sponsors-section-four {
     position: relative;
     padding: 100px 0px 100px;
     background-color: #f2f2f2;
 }

 .sponsors-section-four .sponsors-outer {
     position: relative;
 }

 .sponsors-section-four .sponsors-outer .image-box {
     position: relative;
     text-align: center;
     background-color: #ffffff;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
 }

 .sponsors-section-four .sponsors-outer .image-box:hover {
     box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
 }

 .sponsors-section-four .sponsors-outer .image-box img {
     max-width: 100%;
     width: auto;
     display: inline-block;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     filter: gray;
     opacity: 0.4;
     -webkit-filter: grayscale(1);
     filter: grayscale(1);
 }

 .sponsors-section-four .sponsors-outer .image-box img:hover {
     opacity: 1;
     -webkit-filter: none;
     filter: none;
 }

 .sponsors-section-four .owl-nav {
     display: none;
 }

 .sponsors-section-four .owl-dots {
     position: relative;
     text-align: center;
     margin-top: 25px;
 }

 .sponsors-section-four .owl-dots .owl-dot {
     position: relative;
     margin: 0px 7px;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     display: inline-block;
     background-color: #c7cdd4;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .sponsors-section-four .owl-dots .owl-dot.active,
 .sponsors-section-four .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .faq-banner-section {
     position: relative;
     text-align: center;
     padding: 150px 0px 100px;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .faq-banner-section:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     background-color: rgba(22, 26, 51, 0.86);
 }

 .faq-banner-section h1 {
     position: relative;
     font-size: 32px;
     color: #ffffff;
     z-index: 1;
     line-height: 50px;
     font-weight: 700;
 }

 .faq-banner-section .text {
     position: relative;
     color: #fff;
     font-size: 16px;
     margin-top: 8px;
 }

 .faq-search-section {
     position: relative;
     padding-bottom: 90px;
 }

 .faq-search-section .form-group {
     position: relative;
     margin: 0px;
     max-width: 970px;
     margin: 0 auto;
     margin-top: -35px;
 }

 .faq-search-section .form-group input[type="text"],
 .faq-search-section .form-group input[type="search"] {
     position: relative;
     line-height: 43px;
     padding: 10px 50px 10px 30px;
     background: #ffffff;
     display: block;
     font-size: 15px;
     width: 100%;
     height: 70px;
     color: #2D322E;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
 }

 .faq-search-section .form-group button {
     position: absolute;
     right: 0px;
     top: 0px;
     height: 70px;
     width: 45px;
     display: block;
     font-size: 16px;
     color: #2972b8;
     line-height: 100%;
     font-weight: normal;
     background: none;
     text-align: left;
 }

 .faq-search-section .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     text-align: center;
     margin-top: 32px;
 }

 .faq-page-section {
     position: relative;
     padding-top: 90px;
     padding-bottom: 90px;
 }

 .accordion-box {
     position: relative;
 }

 .accordion-box .block {
     background: #fffffffa;
     position: relative;
     margin-bottom: 20px;
     border: 1px solid #e2e8f0;
 }

 .accordion-box .block .acc-btn {
     position: relative;
     font-size: 16px;
     margin-bottom: 0px;
     cursor: pointer;
     line-height: 20px;
     font-weight: 400;
     padding: 24px 75px 24px 70px;
     color: #222222;
     text-transform: capitalize;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .accordion-box .block .acc-btn .left-icon {
     position: absolute;
     content: '';
     left: 30px;
     top: 22px;
     font-size: 28px;
     color: #008a9f;
     font-weight: 400;
 }

 .accordion-box .block .acc-btn .icon-inner {
     color: #13b5ea;
     font-size: 16px;
 }

 .accordion-box .block .icon-outer {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 75px;
     height: 100%;
     text-align: center;
     color: #b3b2b2;
     background: none;
     border-left: 1px solid #e2e8f0;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .accordion-box .block .icon-outer .icon {
     position: absolute;
     left: 0px;
     top: 50%;
     margin-top: -21px;
     width: 100%;
     height: 42px;
     line-height: 42px;
     text-align: center;
     font-size: 20px;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .accordion-box .block .acc-btn.active .icon-outer {
     background-color: #2972b8;
     border-color: #2972b8;
 }

 .accordion-box .block .acc-btn.active .icon-outer .icon-minus {
     opacity: 1;
     color: #00c0ff;
 }

 .accordion-box .block .acc-btn.active .icon-outer .icon-plus {
     color: #ffffff;
     -moz-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 .accordion-box .block .acc-content {
     position: relative;
     display: none;
 }

 .accordion-box .block .acc-content.current {
     display: block;
     box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10);
 }

 .accordion-box .block .content {
     position: relative;
     font-size: 13px;
     background: #ffffff;
     padding: 25px 30px 30px;
     border-top: 1px solid #e2e8f0;
 }

 .accordion-box .block .content p {
     margin-bottom: 20px;
     line-height: 1.8em;
     color: #3b3b3b;
     font-size: 15px;
 }

 .accordion-box .block .content p:last-child {
     margin-bottom: 0px;
 }

 .testimonial-section {
     position: relative;
     padding: 90px 0px 170px;
 }

 .testimonial-section .quote-column {
     position: relative;
 }

 .testimonial-section .quote-column .inner-column {
     position: relative;
     padding-right: 70px;
     text-align: center;
     height: 100%;
 }

 .testimonial-section .quote-column .inner-column .quote-icon {
     position: absolute;
     left: 0px;
     right: 0px;
     top: -30px;
     font-size: 400px;
     line-height: 1em;
     color: #f2f2f2;
 }

 .testimonial-section .quote-column .author-one {
     position: absolute;
     width: 200px;
     left: 40%;
     top: 24%;
     height: 200px;
     z-index: 1;
     border-radius: 50%;
     overflow: hidden;
     display: inline-block;
     box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.10);
 }

 .testimonial-section .quote-column .author-two {
     position: absolute;
     width: 140px;
     right: 18%;
     top: 2%;
     height: 140px;
     border-radius: 50%;
     overflow: hidden;
     display: inline-block;
 }

 .testimonial-section .quote-column .author-three {
     position: absolute;
     width: 100px;
     left: 28%;
     bottom: 0%;
     height: 100px;
     border-radius: 50%;
     overflow: hidden;
     display: inline-block;
 }

 .testimonial-section .quote-column .author-four {
     position: absolute;
     width: 140px;
     right: 8%;
     bottom: -20%;
     height: 140px;
     border-radius: 50%;
     overflow: hidden;
     display: inline-block;
 }

 .testimonial-section .carousel-column {
     position: relative;
 }

 .testimonial-section .carousel-column .inner-column {
     position: relative;
     padding-top: 60px;
     padding-right: 100px;
 }

 .testimonial-section .carousel-column .inner-column .owl-nav {
     display: none;
 }

 .testimonial-section .carousel-column .inner-column .owl-dots {
     position: absolute;
     right: -100px;
     top: 80px;
 }

 .testimonial-section .carousel-column .inner-column .owl-dots .owl-dot {
     position: relative;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     margin-bottom: 20px;
     background-color: #c7cdd4;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .testimonial-section .carousel-column .inner-column .owl-dots .owl-dot.active,
 .testimonial-section .carousel-column .inner-column .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .testimonial-block {
     position: relative;
     margin-bottom: 30px;
 }

 .testimonial-block .inner-box {
     position: relative;
     background-color: #ffffff;
 }

 .testimonial-block .inner-box .client-logo {
     position: relative;
 }

 .testimonial-block .inner-box .client-logo img {
     position: relative;
     width: auto;
 }

 .testimonial-block .inner-box .text {
     position: relative;
     color: #2D322E;
     font-size: 18px;
     line-height: 1.7em;
     margin-bottom: 25px;
     margin-top: 30px;
 }

 .testimonial-block .inner-box h3 {
     position: relative;
     color: #222222;
     font-weight: 700;
     font-size: 20px;
     margin-top: 24px;
 }

 .testimonial-block .inner-box .designation {
     position: relative;
     color: #2972b8;
     font-weight: 400;
     font-size: 15px;
     margin-top: 6px;
 }

 .testimonial-section-two {
     position: relative;
     padding: 90px 0px 90px;
     background-color: #161a33;
 }

 .testimonial-section-two .owl-nav {
     position: absolute;
     left: 100px;
     top: 50%;
     right: 100px;
     margin-top: -40px;
 }

 .testimonial-section-two .owl-nav .owl-prev {
     position: absolute;
     left: 0px;
     color: #999fb9;
     font-size: 40px;
     line-height: 1em;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .testimonial-section-two .owl-nav .owl-next {
     position: absolute;
     right: 0px;
     color: #999fb9;
     font-size: 40px;
     line-height: 1em;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }

 .testimonial-section-two .owl-nav .owl-prev:hover,
 .testimonial-section-two .owl-nav .owl-next:hover {
     color: #2972b8;
 }

 .testimonial-block-two {
     position: relative;
     margin-bottom: 30px;
 }

 .testimonial-block-two .inner-box {
     position: relative;
     text-align: center;
 }

 .testimonial-block-two .inner-box .client-logo {
     position: relative;
 }

 .testimonial-block-two .inner-box .client-logo img {
     position: relative;
     width: auto;
     margin: 0 auto;
 }

 .testimonial-block-two .inner-box .text {
     position: relative;
     color: #999fb9;
     font-size: 18px;
     line-height: 1.7em;
     max-width: 650px;
     margin: 0 auto;
     margin-bottom: 25px;
     margin-top: 35px;
 }

 .testimonial-block-two .inner-box h3 {
     position: relative;
     color: #ffffff;
     font-weight: 700;
     font-size: 20px;
     margin-top: 24px;
 }

 .testimonial-block-two .inner-box .designation {
     position: relative;
     color: #2972b8;
     font-weight: 400;
     font-size: 15px;
     margin-top: 6px;
 }

 .testimonial-section-three {
     position: relative;
     padding: 100px 0px 40px;
 }

 .testimonial-section-three .row {
     margin: 0px -25px;
 }

 .testimonial-section-three .client-block-three {
     padding: 0px 25px;
     margin-bottom: 80px;
 }

 .our-blogs-section {
     position: relative;
     padding: 100px 0px 100px;
 }

 .our-blogs-section .news-block {
     margin-bottom: 40px;
 }

 .styled-pagination {
     position: relative;
     display: block;
     width: 100%;
 }

 .styled-pagination ul {
     position: relative;
 }

 .styled-pagination li {
     position: relative;
     display: inline-block;
     margin: 0px 4px 5px;
 }

 .styled-pagination li a {
     position: relative;
     display: block;
     height: 55px;
     width: 55px;
     text-align: center;
     line-height: 53px;
     font-size: 18px;
     color: #222222;
     font-weight: 500;
     background: #ffffff;
     border-radius: 50%;
     border: 1px solid #e2e8f0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .styled-pagination li.active a,
 .styled-pagination li a:hover {
     color: #ffffff;
     border-color: #2972b8;
     background: #2972b8;
 }

 .styled-pagination li.prev a,
 .styled-pagination li.next a {
     color: #abafbb;
     font-size: 18px;
 }

 .styled-pagination li.prev a:hover,
 .styled-pagination li.next a:hover {
     color: #ffffff;
 }

 .sidebar-page-container {
     position: relative;
     padding: 0px 0px 0px;
 }

 .sidebar-page-container .content-side,
 .sidebar-page-container .sidebar-side {
     margin-bottom: 40px;
 }

 .sidebar-page-container .sidebar-side .sidebar {
     position: relative;
 }

 .sidebar-page-container .sidebar-side .sidebar .left-sidebar {
     padding-right: 30px;
 }

 .sidebar-page-container .sidebar-side .sidebar.alternate {
     border: 1px solid #e2e8f0;
 }

 .sidebar-page-container .sidebar-side .sidebar .sidebar-inner {
     padding-left: 30px;
 }

 .sidebar-page-container.style-two {
     padding-top: 0px;
 }

 .sidebar-page-container.style-two .sidebar-side {
     padding-top: 100px;
 }

 .sidebar-widget {
     position: relative;
     margin-bottom: 40px;
 }

 .sidebar .search-box .form-group {
     position: relative;
     margin: 0px;
     padding-right: 70px;
 }

 .sidebar .search-box .form-group input[type="text"],
 .sidebar .search-box .form-group input[type="search"] {
     position: relative;
     line-height: 43px;
     padding: 10px 50px 10px 20px;
     border: 1px solid transparent;
     background: #f2f2f2;
     display: block;
     font-size: 14px;
     width: 100%;
     height: 60px;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .sidebar .search-box .form-group button {
     position: absolute;
     right: 0px;
     top: 0px;
     height: 60px;
     width: 60px;
     display: block;
     font-size: 16px;
     color: #ffffff;
     line-height: 100%;
     font-weight: normal;
     background: #2972b8;
 }

 .sidebar-title {
     position: relative;
     margin-bottom: 25px;
 }

 .sidebar-title h2 {
     position: relative;
     font-size: 24px;
     color: #222222;
     font-weight: 700;
     line-height: 1.3em;
     letter-spacing: 1px;
     padding-left: 70px;
 }

 .sidebar-title h2:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 15px;
     width: 50px;
     height: 1px;
     background-color: #2972b8;
 }

 .categories-widget .widget-content {
     position: relative;
     padding: 15px 28px;
     border: 1px solid #e2e8f0;
 }

 .blog-cat {
     position: relative;
 }

 .blog-cat li {
     position: relative;
     padding-bottom: 12px;
     margin-bottom: 14px;
     border-bottom: 1px solid #e2e8f0;
 }

 .blog-cat li:last-child {
     margin-bottom: 0px;
     padding-bottom: 0px;
     border-bottom: none;
 }

 .blog-cat li a {
     position: relative;
     color: #2D322E;
     font-size: 16px;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .blog-cat li a:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     opacity: 0;
     color: #2972b8;
     content: "\f17f";
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     font-family: "Flaticon";
 }

 .blog-cat li a:hover::before {
     opacity: 1;
 }

 .blog-cat li a sup {
     position: relative;
     opacity: 0;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .blog-cat li a:hover {
     color: #2972b8;
     padding-left: 25px;
 }

 .blog-cat li:hover a sup {
     opacity: 1;
 }

 .post-widget .widget-content {
     position: relative;
     padding: 30px 30px;
     border: 1px solid #e2e8f0;
 }

 .news-post {
     position: relative;
     margin-bottom: 25px;
 }

 .news-post:last-child {
     margin-bottom: 0px;
 }

 .news-post .post-inner {
     position: relative;
 }

 .news-post .post-inner .image {
     position: relative;
 }

 .news-post .post-inner .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .news-post .post-inner .image .overlay-link {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     text-align: center;
     transform: scale(0.6, 0.6);
     background-color: rgba(22, 26, 51, 0.90);
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .news-post .post-inner .image .overlay-link .icon {
     position: relative;
     color: #ffffff;
     top: 49%;
     font-size: 24px;
     margin-top: -15px;
     display: inline-block;
 }

 .news-post .post-inner:hover .image .overlay-link {
     transform: scale(1, 1);
     opacity: 1;
 }

 .news-post .post-inner .lower-content {
     position: relative;
     padding-top: 18px;
 }

 .news-post .post-inner .lower-content .category {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     padding-left: 25px;
 }

 .news-post .post-inner .lower-content .category:before {
     position: absolute;
     content: '\f07c';
     left: 0px;
     top: 0px;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
 }

 .news-post .post-inner .lower-content h4 {
     position: relative;
     line-height: 1.6em;
     font-weight: 700;
     font-size: 18px;
     margin-top: 10px;
 }

 .news-post .post-inner .lower-content h4 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-post .post-inner .lower-content h4 a:hover {
     color: #2972b8;
 }

 .tags-widget .widget-content {
     position: relative;
     padding: 30px 30px;
     border: 1px solid #e2e8f0;
 }

 .tags-widget a {
     position: relative;
     padding: 8px 14px;
     color: #2D322E;
     font-size: 15px;
     margin-right: 1px;
     margin-bottom: 4px;
     text-transform: capitalize;
     display: inline-block;
     background-color: #f2f2f2;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .tags-widget a:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .gallery-widget .widget-content {
     position: relative;
     padding: 30px 30px 10px;
     border: 1px solid #e2e8f0;
 }

 .gallery-widget .widget-content .gallery-outer {
     position: relative;
     margin: 0px -10px;
 }

 .gallery-widget .widget-content .gallery-outer .image {
     position: relative;
     float: left;
     width: 33.333%;
     padding: 0px 10px;
     margin-bottom: 20px;
 }

 .gallery-widget .widget-content .gallery-outer .image .image-inner {
     position: relative;
 }

 .gallery-widget .widget-content .gallery-outer .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .gallery-widget .widget-content .gallery-outer .image .overlay-link {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     text-align: center;
     transform: scale(0.6, 0.6);
     background-color: rgba(22, 26, 51, 0.90);
     -webkit-transition: all 600ms ease;
     -ms-transition: all 600ms ease;
     -o-transition: all 600ms ease;
     -moz-transition: all 600ms ease;
     transition: all 600ms ease;
 }

 .gallery-widget .widget-content .gallery-outer .image .overlay-link .icon {
     position: relative;
     color: #ffffff;
     top: 42%;
     font-size: 24px;
     margin-top: -5px;
     display: inline-block;
 }

 .gallery-widget .widget-content .gallery-outer .image:hover .overlay-link {
     transform: scale(1, 1);
     opacity: 1;
 }

 .newsletter-widget .widget-content {
     position: relative;
     padding: 35px 30px 40px;
     background-color: #161a33;
 }

 .newsletter-widget .widget-content .text {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 15px;
 }

 .newsletter-form .form-group {
     position: relative;
     display: block;
     margin: 0px;
     width: 100%;
 }

 .newsletter-form .form-group input[type="text"],
 .newsletter-form .form-group input[type="number"],
 .newsletter-form .form-group input[type="email"],
 .newsletter-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     height: 48px;
     font-size: 15px;
     color: #2D322E;
     background: none;
     border-bottom: 3px solid #d4dbe4;
     padding: 10px 10px 10px 0px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .newsletter-form .form-group input[type="submit"],
 .newsletter-form button {
     position: relative;
     display: block;
     width: 100%;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 12px 42px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     margin-top: 30px;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block-three {
     position: relative;
     margin-bottom: 60px;
 }

 .news-block-three .inner-box {
     position: relative;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-three .inner-box .image {
     position: relative;
     background-color: #2972b8;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-three .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-three .inner-box:hover .image img {
     opacity: 0.7;
 }

 .news-block-three .inner-box .image .post-date {
     position: absolute;
     right: 30px;
     top: 30px;
     width: 60px;
     height: 60px;
     z-index: 1;
     font-size: 18px;
     color: #ffffff;
     font-weight: 700;
     padding: 3px 8px 0px;
     text-align: center;
     text-transform: capitalize;
     background-color: #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block-three .inner-box .lower-content {
     position: relative;
     padding: 30px 35px 30px;
     border: 1px solid #f2f2f2;
 }

 .news-block-three .inner-box .lower-content .post-info {
     position: relative;
     margin-top: 12px;
 }

 .news-block-three .inner-box .lower-content .post-info li {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     display: inline-block;
     padding-right: 12px;
     margin-right: 12px;
     line-height: 1.2em;
     margin-bottom: 4px;
     border-right: 1px solid #d2d9e0;
 }

 .news-block-three .inner-box .lower-content .post-info li strong {
     font-weight: 400;
     color: #222222;
 }

 .news-block-three .inner-box .lower-content .post-info li .icon {
     position: relative;
     margin-right: 8px;
     color: #2D322E;
 }

 .news-block-three .inner-box .lower-content .post-info li:last-child {
     border: none;
     padding-right: 0px;
     margin-right: 0px;
 }

 .news-block-three .inner-box .lower-content h3 {
     position: relative;
     color: #222222;
     font-size: 30px;
     font-weight: 700;
     line-height: 1.5em;
 }

 .news-block-three .inner-box .lower-content h3 a {
     position: relative;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .news-block-three .inner-box .lower-content h3 a:hover {
     position: relative;
     color: #2972b8;
 }

 .news-block-three .inner-box .lower-content .text {
     position: relative;
     font-size: 15px;
     color: #2D322E;
     line-height: 1.8em;
     margin-bottom: 28px;
     padding-top: 25px;
     margin-top: 20px;
     border-top: 1px solid #f2f2f2;
 }

 .news-block-three .inner-box .lower-content .read-more {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 15px;
     display: inline-block;
     padding: 14px 38px;
     border-radius: 50px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #f2f2f2;
     font-family: Segoe UI Regular, sans-serif;
 }

 .news-block-three .inner-box .lower-content .read-more .arrow {
     position: relative;
     top: 1px;
     margin-left: 5px;
 }

 .news-block-three .inner-box .lower-content .read-more:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .blog-single {
     position: relative;
 }

 .blog-single .inner-box {
     position: relative;
     margin-top: -40px;
     z-index: 1;
     background-color: #ffffff;
 }

 .blog-single .inner-box:before {
     position: absolute;
     content: '';
     right: -30px;
     top: -60px;
     height: 100px;
     width: 100000%;
     background-color: #ffffff;
 }

 .blog-single .inner-box .title-box {
     position: relative;
     padding-bottom: 30px;
     border-bottom: 1px solid #e2e8f0;
 }

 .blog-single .inner-box .title-box .post-date {
     position: absolute;
     right: 0px;
     top: 55px;
     width: 70px;
     height: 70px;
     z-index: 1;
     font-size: 18px;
     color: #ffffff;
     font-weight: 700;
     padding: 8px 12px 0px;
     text-align: center;
     text-transform: capitalize;
     background-color: #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .blog-single .inner-box .title-box .category {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     padding-left: 25px;
 }

 .blog-single .inner-box .title-box .category:before {
     position: absolute;
     content: '\f07c';
     left: 0px;
     top: 0px;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
 }

 .blog-single .inner-box .title-box h2 {
     position: relative;
     color: #222222;
     font-size: 36px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 10px;
 }

 .blog-single .inner-box .lower-content {
     position: relative;
     padding-top: 42px;
 }

 .blog-single .inner-box .lower-content .text {
     position: relative;
 }

 .blog-single .inner-box .lower-content .text p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 10px;
 }

 .blog-single .inner-box .lower-content .text h3 {
     position: relative;
     color: #222222;
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .blog-single .inner-box .lower-content .text blockquote {
     position: relative;
     padding-left: 40px;
     padding-top: 15px;
     margin-top: 30px;
     padding-bottom: 15px;
     border-left: 2px solid #2972b8;
 }

 .blog-single .inner-box .lower-content .text blockquote .quote-icon {
     position: absolute;
     left: 50px;
     top: 0px;
     color: #f2f2f2;
     line-height: 1em;
     font-size: 120px;
 }

 .blog-single .inner-box .lower-content .text blockquote .quote-text {
     position: relative;
     color: #2D322E;
     font-size: 24px;
     line-height: 1.5em;
     margin-bottom: 20px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .blog-single .inner-box .lower-content .text blockquote .author-name {
     position: relative;
     color: #222222;
     font-size: 18px;
     font-weight: 500;
     padding-left: 70px;
 }

 .blog-single .inner-box .lower-content .text blockquote .author-name:before {
     position: absolute;
     height: 1px;
     content: '';
     left: 0px;
     top: 10px;
     width: 50px;
     background-color: #2972b8;
 }

 .blog-single .inner-box .lower-content .text blockquote .tweet {
     position: relative;
     color: #2972b8;
     font-size: 18px;
     font-weight: 400;
     border-bottom: 2px solid #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .blog-single .inner-box .lower-content .image {
     position: relative;
     margin-top: 45px;
     margin-bottom: 45px;
 }

 .blog-single .post-share-options {
     position: relative;
     margin-top: 20px;
     padding-top: 30px;
     border-top: 1px solid #e2e8f0;
 }

 .blog-single .post-share-options .tags {
     position: relative;
 }

 .blog-single .post-share-options .tags a {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     padding: 4px 18px;
     margin-right: 8px;
     display: inline-block;
     border: 1px solid #e2e8f0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-single .post-share-options .tags a:hover {
     color: #ffffff;
     border-color: #2972b8;
     background-color: #2972b8;
 }

 .blog-single .post-share-options .social-box {
     position: relative;
 }

 .blog-single .post-share-options .social-box li {
     position: relative;
     margin-left: 10px;
     color: #222222;
     font-size: 16px;
     font-weight: 700;
     display: inline-block;
     font-family: Segoe UI Regular, sans-serif;
 }

 .blog-single .post-share-options .social-box li .share {
     color: #2972b8;
     font-weight: 400;
 }

 .blog-single .post-share-options .social-box li a {
     position: relative;
     color: #b3b9c8;
     font-size: 13px;
     font-weight: 400;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-single .post-share-options .social-box li a:hover {
     color: #2972b8;
 }

 .author-box {
     position: relative;
     margin-top: 80px;
 }

 .author-box .author-comment {
     position: relative;
     padding: 40px 35px 35px 40px;
     background-color: #161a33;
 }

 .author-box .author-comment .content-box {
     position: relative;
     padding-left: 130px;
 }

 .author-box .author-comment .content-box .image {
     position: absolute;
     left: 0px;
     top: 20px;
     width: 100px;
     height: 100px;
     overflow: hidden;
     margin-bottom: 20px;
     border-radius: 50%;
 }

 .author-box .author-comment .content-box h3 {
     position: relative;
     color: #ffffff;
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 10px;
 }

 .author-box .author-comment .content-box .text {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.8em;
     margin-bottom: 15px;
 }

 .author-box .author-comment .content-box .social-box {
     position: relative;
 }

 .author-box .author-comment .content-box .social-box li {
     position: relative;
     margin-right: 10px;
     display: inline-block;
 }

 .author-box .author-comment .content-box .social-box li a {
     position: relative;
     width: 40px;
     height: 40px;
     color: #999fb9;
     border-radius: 50%;
     text-align: center;
     line-height: 38px;
     display: inline-block;
     border: 1px solid rgba(255, 255, 255, 0.10);
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .author-box .author-comment .content-box .social-box li a:hover {
     color: #2972b8;
     border-color: #ffffff;
     background-color: #ffffff;
 }

 .sidebar-page-container .comments-area {
     position: relative;
     margin-top: 70px;
 }

 .sidebar-page-container .group-title {
     position: relative;
     margin-bottom: 30px;
 }

 .sidebar-page-container .group-title h4 {
     position: relative;
     font-size: 24px;
     color: #222222;
     font-weight: 700;
     text-transform: capitalize;
 }

 .sidebar-page-container .comments-area .comment-box {
     position: relative;
     padding: 0px 0px 0px;
     margin-bottom: 40px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     border-bottom: 1px solid #f5f5f5;
 }

 .sidebar-page-container .comments-area .comment-box:last-child {
     border-bottom: none;
     margin-bottom: 0px;
 }

 .sidebar-page-container .comments-area .comment {
     position: relative;
     padding: 0px 0px 30px 110px;
     font-size: 14px;
 }

 .sidebar-page-container .comments-area .reply-comment {
     padding-left: 90px;
 }

 .sidebar-page-container .comments-area .comment-box .author-thumb {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 80px;
     margin-bottom: 20px;
 }

 .sidebar-page-container .comments-area .comment-box .author-thumb img {
     width: 100%;
     display: block;
 }

 .sidebar-page-container .comments-area .comment-info {
     margin-bottom: 10px;
 }

 .sidebar-page-container .comments-area .comment-box strong {
     font-size: 18px;
     font-weight: 700;
     color: #303030;
     display: block;
     line-height: 1.3em;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .sidebar-page-container .comments-area .comment-box .text {
     color: #2D322E;
     font-size: 15px;
     line-height: 1.9em;
     margin-bottom: 10px;
 }

 .sidebar-page-container .comments-area .comment-info .comment-time {
     font-size: 15px;
     color: #303030;
     margin-top: 4px;
 }

 .sidebar-page-container .comments-area .comment-box .theme-btn {
     position: relative;
     font-size: 15px;
     color: #222222;
     font-weight: 700;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .sidebar-page-container .comments-area .comment-box .theme-btn:hover {
     color: #f98044;
 }

 .comment-form {
     position: relative;
     margin-top: 30px;
     padding: 40px 40px 40px;
     box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
 }

 .comment-form .group-title {
     position: relative;
     margin-bottom: 30px;
 }

 .comment-form .form-group {
     margin-bottom: 30px;
 }

 .comment-form .form-group label {
     position: relative;
     color: #222222;
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 10px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .comment-form .form-group:last-child {
     margin-bottom: 0px;
 }

 .comment-form .form-group input[type="text"],
 .comment-form .form-group input[type="password"],
 .comment-form .form-group input[type="number"],
 .comment-form .form-group input[type="email"],
 .comment-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 18px;
     color: #888888;
     border: 1px solid transparent;
     height: 60px;
     font-size: 13px;
     background: #f2f2f2;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .comment-form .form-group input[type="text"]:focus,
 .comment-form .form-group input[type="password"]:focus,
 .comment-form .form-group input[type="number"]:focus,
 .comment-form .form-group input[type="email"]:focus,
 .comment-form .form-group select:focus,
 .comment-form .form-group textarea:focus {
     border-color: #2972b8;
 }

 .comment-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 15px 18px;
     color: #888888;
     border: 1px solid transparent;
     height: 180px;
     background: #f2f2f2;
     resize: none;
     font-size: 13px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-new-posts {
     position: relative;
     border-top: 1px solid #f2f2f2;
 }

 .blog-new-posts .left-column {
     position: relative;
     padding: 0px;
     width: 50%;
     float: left;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-new-posts .left-column:hover {
     background-color: #f2f2f2;
 }

 .blog-new-posts .left-column .inner-column {
     position: relative;
     max-width: 620px;
     padding: 38px 30px 38px 30px;
     float: right;
     width: 100%;
 }

 .blog-new-posts .left-column .inner-column .content {
     position: relative;
     padding-top: 10px;
     padding-left: 100px;
 }

 .blog-new-posts .left-column .inner-column .content .image {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 70px;
     height: 70px;
     border-radius: 50%;
     overflow: hidden;
     background-color: #161a33;
 }

 .blog-new-posts .left-column .inner-column .content .image img {
     position: relative;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-new-posts .left-column .inner-column:hover .content .image img {
     opacity: 0.2;
 }

 .blog-new-posts .left-column .inner-column h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
 }

 .blog-new-posts .left-column .inner-column h3 a {
     position: relative;
     color: #222222;
 }

 .blog-new-posts .left-column .inner-column .post {
     position: relative;
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 1px;
     margin-top: 6px;
     text-transform: uppercase;
 }

 .blog-new-posts .right-column {
     position: relative;
     padding: 0px;
     width: 50%;
     float: left;
     border-left: 1px solid #f2f2f2;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-new-posts .right-column:hover {
     background-color: #f2f2f2;
 }

 .blog-new-posts .right-column .inner-column {
     position: relative;
     text-align: right;
     max-width: 620px;
     padding: 38px 30px 38px 30px;
     float: left;
     width: 100%;
 }

 .blog-new-posts .right-column .inner-column .content {
     position: relative;
     padding-top: 10px;
     padding-right: 100px;
 }

 .blog-new-posts .right-column .inner-column .content .image {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 70px;
     height: 70px;
     border-radius: 50%;
     overflow: hidden;
     background-color: #161a33;
 }

 .blog-new-posts .right-column .inner-column .content .image img {
     position: relative;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .blog-new-posts .right-column .inner-column:hover .content .image img {
     opacity: 0.2;
 }

 .blog-new-posts .right-column .inner-column h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
 }

 .blog-new-posts .right-column .inner-column h3 a {
     position: relative;
     color: #222222;
 }

 .blog-new-posts .right-column .inner-column .post {
     position: relative;
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 1px;
     margin-top: 6px;
     text-transform: uppercase;
 }

 .in-touch-section {
     position: relative;
     padding: 90px 0px 90px;
     background-color: #f2f2f2;
 }

 .in-touch-section .branch-text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     text-align: center;
     margin-top: 15px;
 }

 .in-touch-section .branch-text a {
     position: relative;
     color: #2972b8;
     text-decoration: underline;
 }

 .contact-info-boxed {
     position: relative;
     margin-bottom: 30px;
 }

 .contact-info-boxed .info-inner {
     position: relative;
     padding: 25px 25px;
     background-color: #ffffff;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .contact-info-boxed:hover .info-inner {
     box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.10);
 }

 .contact-info-boxed .info-inner .content {
     position: relative;
     padding-left: 75px;
 }

 .contact-info-boxed .info-inner .icon-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 55px;
     height: 55px;
     color: #2972b8;
     border-radius: 50%;
     text-align: center;
     line-height: 51px;
     font-size: 22px;
     border: 2px solid #2972b8;
 }

 .contact-info-boxed .info-inner .text {
     position: relative;
     color: #222222;
     font-size: 16px;
 }

 .contact-info-boxed .info-inner .text a {
     position: relative;
     color: #222222;
     font-weight: 700;
     display: block;
     margin-top: 4px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .contact-info-boxed .info-inner strong {
     color: #222222;
     display: block;
     margin-bottom: 4px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .contact-form-section {
     margin: 0 auto;
     max-width: 850px;
     position: relative;
     padding: 90px 0px 60px;
 }

 .contact-form-section .inner-container {
     position: relative;
     padding: 40px 60px 50px;
     border: 1px solid #e2e8f0;
 }

 .contact-form {
     position: relative;
 }

 .contact-form .form-group {
     margin-bottom: 30px;
 }

 .contact-form .form-group label {
     position: relative;
     color: #222222;
     font-size: 18px;
     font-weight: 400;
     margin-bottom: 15px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .contact-form .form-group:last-child {
     margin-bottom: 0px;
 }

 .contact-form .form-group input[type="text"],
 .contact-form .form-group input[type="password"],
 .contact-form .form-group input[type="number"],
 .contact-form .form-group input[type="email"],
 .contact-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 10px;
     color: #888888;
     border: 1px solid #e2e8f0;
     height: 60px;
     font-size: 15px;
     background: #ffffff;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .contact-form .form-group input[type="text"]:focus,
 .contact-form .form-group input[type="password"]:focus,
 .contact-form .form-group input[type="number"]:focus,
 .contact-form .form-group input[type="email"]:focus,
 .contact-form .form-group select:focus,
 .contact-form .form-group textarea:focus {
     border-color: #2972b8;
 }

 .contact-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 10px 10px;
     color: #888888;
     border: 1px solid #e2e8f0;
     height: 120px;
     background: #ffffff;
     resize: none;
     font-size: 15px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .contact-form .form-group .submit-btn {
     position: relative;
     font-weight: 700;
     color: #fff;
     font-size: 15px;
     display: inline-block;
     padding: 17px 43px;
     border-radius: 50px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .contact-form .form-group .submit-btn:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .opportunity-section {
     position: relative;
     padding: 90px 0px;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .opportunity-section:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     background-color: rgba(249, 117, 52, 0.93);
 }

 .opportunity-section .title-box {
     position: relative;
     text-align: center;
     margin-bottom: 40px;
 }

 .opportunity-section .title-box h2 {
     position: relative;
     color: #ffffff;
     font-weight: 700;
     line-height: 1.3em;
     margin-bottom: 14px;
 }

 .opportunity-section .title-box .title {
     position: relative;
     color: #ffffff;
     font-size: 15px;
 }

 .opportunity-section .opportunity-form {
     position: relative;
     max-width: 770px;
     margin: 0 auto;
 }

 .opportunity-form .form-group {
     position: relative;
     margin-bottom: 30px;
 }

 .opportunity-form .form-group .ui-selectmenu-button.ui-button {
     background-color: #f06c2b;
     color: #ffffff;
     border: 1px solid rgba(255, 255, 255, 0.30)
 }

 .opportunity-form .form-group .ui-button .ui-icon:before {
     color: #ffffff;
 }

 .opportunity-form .form-group textarea::-webkit-input-placeholder,
 .opportunity-form .form-group input::-webkit-input-placeholder {
     color: #2D322E;
 }

 .opportunity-form .submit-btn {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 15px;
     display: inline-block;
     padding: 14px 41px;
     border-radius: 50px;
     margin-top: 10px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #ffffff;
     font-family: Segoe UI Regular, sans-serif;
 }

 .location-area {
     position: relative;
     display: block;
     padding: 120px 0 120px;
 }

 .location {
     position: relative;
     display: block;
     max-width: 1025px;
     width: 100%;
     margin: 0 auto;
 }

 .single-location-box {
     position: absolute;
 }

 .single-location-box .round-box {
     position: relative;
     display: block;
     width: 12px;
     height: 12px;
     background: #2972b8;
     border-radius: 50%;
     cursor: pointer;
 }

 .single-location-box .round-box:before {
     position: absolute;
     content: '';
     left: -8px;
     top: -8px;
     right: -8px;
     bottom: -8px;
     border-radius: 50%;
     border: 1px solid #2972b8;
 }

 .single-location-box .inner-content {
     position: absolute;
     left: 0px;
     bottom: 80px;
     width: 290px;
     margin-left: -125px;
     z-index: 10;
     padding: 25px 28px 20px;
     font-weight: 500;
     font-size: 14px;
     color: #666666;
     line-height: 24px;
     border-radius: 5px;
     opacity: 0;
     visibility: hidden;
     background-color: #ffffff;
     -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
     -ms-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
     -o-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
     box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.05), -2px 0px 15px 1px rgba(0, 0, 0, 0.05);
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .single-location-box:hover .inner-content {
     bottom: 30px;
     opacity: 1;
     visibility: visible;
 }

 .single-location-box .inner-content h4 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-bottom: 15px;
 }

 .single-location-box .inner-content .list {
     position: relative;
 }

 .single-location-box .inner-content .list li {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.6em;
     font-weight: 400;
     margin-bottom: 10px;
 }

 .single-location-box .inner-content .list li strong {
     position: relative;
     color: #222222;
     font-size: 16px;
     font-weight: 700;
     font-family: Segoe UI Regular, sans-serif;
 }

 .single-location-box.one {
     top: 38%;
     left: 14%;
 }

 .single-location-box.two {
     top: 70%;
     left: 30%;
 }

 .single-location-box.three {
     top: 17%;
     left: 53%;
 }

 .single-location-box.four {
     top: 54%;
     left: 45%;
 }

 .single-location-box.five {
     top: 78%;
     left: 53%;
 }

 .single-location-box.six {
     top: 10%;
     left: 40%;
 }

 .single-location-box.seven {
     top: 20%;
     left: 25%;
 }

 .single-location-box.eight {
     top: 40%;
     left: 60%;
 }

 .single-location-box.nine {
     top: 56%;
     left: 68%;
 }

 .single-location-box.ten {
     top: 18%;
     left: 98%;
 }

 .single-location-box.eleven {
     top: 41%;
     left: 84%;
 }

 .single-location-box.twelve {
     top: 84%;
     left: 83%;
 }

 .projects-section-five {
     position: relative;
     padding: 90px 0px 70px;
 }

 .projects-section-five.style-two {
     padding-bottom: 100px;
 }

 .projects-section-five .filters {
     position: relative;
     margin-bottom: 40px;
 }

 .projects-section-five .filters .filter-tabs {
     position: relative;
 }

 .projects-section-five .filters li {
     position: relative;
     display: inline-block;
     color: #2D322E;
     cursor: pointer;
     font-size: 14px;
     font-weight: 500;
     margin: 0px 8px 6px;
     padding: 13px 24px;
     text-transform: uppercase;
     background-color: #f2f2f2;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
 }

 .projects-section-five .filters li .total {
     position: absolute;
     right: 10px;
     top: -13px;
     width: 25px;
     height: 25px;
     font-size: 12px;
     font-weight: 600;
     text-align: center;
     line-height: 23px;
     border-radius: 50%;
     opacity: 0;
     background-color: #ffffff;
     border: 1px solid #f2f2f2;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
 }

 .projects-section-five .filters .filter.active .total,
 .projects-section-five .filters .filter:hover .total {
     color: #2972b8;
     opacity: 1;
 }

 .projects-section-five .filters .filter.active,
 .projects-section-five .filters .filter:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .project-block-two.mix,
 .project-block-four.mix {
     display: none;
 }

 .projects-section-five .styled-pagination,
 .projects-section-five .btn-box {
     margin-top: 20px;
 }

 .project-block-four {
     position: relative;
     z-index: 99;
     margin-bottom: 30px;
 }

 .project-block-four .inner-box {
     position: relative;
 }

 .project-block-four .inner-box .image {
     position: relative;
 }

 .project-block-four .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .project-block-four .inner-box .image .overlay-box {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     z-index: 1;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     transition: all 900ms ease;
     -webkit-transform: perspective(400px) rotateY(90deg);
     -moz-transform: perspective(400px) rotateY(90deg);
     -ms-transform: perspective(400px) rotateY(90deg);
     -o-transform: perspective(400px) rotateY(90deg);
     transform: perspective(400px) rotateY(90deg);
     -webkit-transform-origin: left;
     -moz-transform-origin: left;
     -ms-transform-origin: right;
     -o-transform-origin: left;
     transform-origin: left;
     -ms-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
 }

 .project-block-four .inner-box:hover .image .overlay-box {
     opacity: 1;
     -webkit-transform: perspective(400px) rotateY(0deg);
     -moz-transform: perspective(400px) rotateY(0deg);
     -ms-transform: perspective(400px) rotateY(0deg);
     -o-transform: perspective(400px) rotateY(0deg);
     transform: perspective(400px) rotateY(0deg);
 }

 .project-block-four .inner-box .image .overlay-box .overlay-inner {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     padding: 25px 28px;
     background-color: #2972b8;
 }

 .project-block-four .inner-box .image .overlay-box .title {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     padding-left: 40px;
 }

 .project-block-four .inner-box .image .overlay-box .title:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 10px;
     width: 30px;
     height: 1px;
     background-color: rgba(255, 255, 255, 0.30);
 }

 .project-block-four .inner-box .image .overlay-box h3 {
     position: relative;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 8px;
 }

 .project-block-four .inner-box .image .overlay-box h3 a {
     position: relative;
     color: #ffffff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block-four .inner-box .image .overlay-box h3 a:hover {
     color: #161a33;
 }

 .project-block-four .inner-box .image .overlay-box .read-more {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     font-weight: 700;
     margin-top: 32px;
     display: inline-block;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .project-block-four .inner-box .image .overlay-box .read-more .arrow {
     position: relative;
     margin-left: 5px;
     top: 1px;
 }

 .project-block-four .inner-box .image .overlay-box .read-more:hover {
     color: #161a33;
 }

 .project-block-five {
     position: relative;
     margin-bottom: 30px;
 }

 .project-block-five .inner-box {
     position: relative;
 }

 .project-block-five .inner-box .image {
     position: relative;
 }

 .project-block-five .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .project-block-five .inner-box .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     display: block;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: rgba(22, 26, 51, 0.90);
 }

 .project-block-five .inner-box:hover .overlay-box {
     opacity: 1;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner {
     position: absolute;
     left: 30px;
     top: 30px;
     right: 30px;
     bottom: 30px;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .upper-box {
     position: relative;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .upper-box .title {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     padding-left: 40px;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .upper-box .title:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 10px;
     width: 30px;
     height: 1px;
     background-color: #2972b8;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .upper-box h3 {
     position: relative;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 8px;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .upper-box h3 a {
     position: relative;
     color: #ffffff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .upper-box h3 a:hover {
     color: #2972b8;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .lower-box {
     position: absolute;
     left: 0px;
     bottom: 0px;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .lower-box .read-more {
     position: relative;
     color: #ffffff;
     font-size: 15px;
     font-weight: 700;
     margin-top: 32px;
     display: inline-block;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .lower-box .read-more:hover {
     color: #2972b8;
 }

 .project-block-five .inner-box .overlay-box .overlay-inner .lower-box .read-more .arrow {
     position: relative;
     margin-left: 5px;
     top: 1px
 }

 .project-block-six {
     position: relative;
     margin-bottom: 30px;
 }

 .project-block-six .inner-box {
     position: relative;
     text-align: center;
 }

 .project-block-six .inner-box .image {
     position: relative;
 }

 .project-block-six .inner-box .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .project-block-six .inner-box .image {
     position: relative;
 }

 .project-block-six .inner-box .image .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     opacity: 0;
     color: #ffffff;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
 }

 .project-block-six .inner-box .image .overlay-box:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: block;
     opacity: 0;
     visibility: hidden;
     transition: all 900ms ease;
     -moz-transition: all 900ms ease;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     background: rgba(22, 26, 51, 0.90);
     -moz-transform: rotateX(-180deg);
     -webkit-transform: rotateX(-180deg);
     -ms-transform: rotateX(-180deg);
     -o-transform: rotateX(-180deg);
     transform: rotateX(-180deg);
 }

 .project-block-six .inner-box:hover .overlay-box:before {
     -moz-transform: rotateX(0deg);
     -webkit-transform: rotateX(0deg);
     -ms-transform: rotateX(0deg);
     -o-transform: rotateX(0deg);
     transform: rotateX(0deg);
     opacity: 1;
     visibility: visible;
 }

 .project-block-six .inner-box:hover .overlay-box {
     opacity: 1;
 }

 .project-block-six .inner-box .overlay-inner {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: table;
     vertical-align: middle;
     padding: 10px 30px;
 }

 .project-block-six .inner-box .overlay-inner .content {
     position: relative;
     display: table-cell;
     vertical-align: middle;
 }

 .project-block-six .inner-box .image .overlay-box .title {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     line-height: 1.3em;
 }

 .project-block-six .inner-box .image .overlay-box h3 {
     position: relative;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 8px;
 }

 .project-block-six .inner-box .image .overlay-box h3 a {
     position: relative;
     color: #ffffff;
 }

 .projects-single-section {
     position: relative;
     padding: 100px 0px 60px;
 }

 .projects-single-section .upper-section {
     position: relative;
 }

 .projects-single-section .upper-section .image-column {
     position: relative;
     margin-bottom: 30px;
 }

 .projects-single-section .upper-section .image-column .image {
     position: relative;
 }

 .projects-single-section .upper-section .image-column .image img {
     position: relative;
     width: 100%;
     display: block;
 }

 .projects-single-section .upper-section .carousel-column {
     position: relative;
 }

 .projects-single-section .upper-section .carousel-column .inner-column {
     position: relative;
     padding: 85px 0px 80px;
 }

 .projects-single-section .upper-section .carousel-column .inner-column .slide {
     background-color: #ffffff;
 }

 .projects-single-section .upper-section .carousel-column .owl-dots {
     display: none;
 }

 .projects-single-section .upper-section .carousel-column .owl-nav {
     position: absolute;
     left: 0px;
     top: -85px;
     right: 0px;
     bottom: -65px;
 }

 .projects-single-section .upper-section .carousel-column .owl-nav .owl-prev {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     color: #8f96a6;
     font-size: 22px;
     text-align: center;
     padding: 12px 0px;
     background-color: #e6ebf0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .projects-single-section .upper-section .carousel-column .owl-nav .owl-next {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     color: #8f96a6;
     font-size: 22px;
     text-align: center;
     padding: 12px 0px;
     background-color: #e6ebf0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .projects-single-section .upper-section .carousel-column .owl-nav .owl-prev:hover,
 .projects-single-section .upper-section .carousel-column .owl-nav .owl-next:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .project-info-box {
     position: relative;
     margin-bottom: 20px;
 }

 .project-info-box .inner-box {
     position: relative;
     padding: 26px 25px;
     border: 1px solid #e2e8f0;
 }

 .project-info-box .inner-box .content {
     position: relative;
     padding-left: 50px;
 }

 .project-info-box .inner-box .content .icon {
     position: absolute;
     left: 0px;
     top: 4px;
     color: #f97b3e;
     font-size: 36px;
     line-height: 1em;
 }

 .project-info-box .inner-box .content h4 {
     position: relative;
     color: #222222;
     font-size: 16px;
     line-height: 1.3em;
     font-weight: 700;
 }

 .project-info-box .inner-box .content .text {
     position: relative;
     font-size: 15px;
     line-height: 1.3em;
     margin-top: 6px;
 }

 .projects-single-section .lower-section {
     position: relative;
     padding-top: 10px;
 }

 .projects-single-section .lower-section h2 {
     position: relative;
     color: #222222;
     font-size: 30px;
     font-weight: 700;
     line-height: 1.3em;
     margin-bottom: 18px;
 }

 .projects-single-section .lower-section .text {
     position: relative;
     margin-bottom: 40px;
 }

 .projects-single-section .lower-section .text p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 20px;
 }

 .projects-single-section .lower-section .text p:last-child {
     margin-bottom: 0px;
 }

 .projects-single-section .lower-section .image-column {
     position: relative;
     margin-bottom: 40px;
 }

 .projects-single-section .lower-section .image-column .image {
     position: relative;
 }

 .projects-single-section .lower-section .image-column .image img {
     position: relative;
     width: 100%;
 }

 .projects-single-section .lower-section .content-column {
     position: relative;
 }

 .projects-single-section .lower-section .content-column .inner-column {
     position: relative;
 }

 .projects-single-section .lower-section .content-column h3 {
     position: relative;
     color: #222222;
     font-size: 24px;
     font-weight: 700;
     line-height: 1.3em;
     margin-bottom: 18px;
 }

 .projects-single-section .lower-section .content-column p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 20px;
 }

 .sidebar-widget-two {}

 .sidebar .search-box-two {
     padding: 40px 25px;
 }

 .sidebar .search-box-two .form-group {
     position: relative;
     margin: 0px;
 }

 .sidebar .search-box-two .form-group input[type="text"],
 .sidebar .search-box-two .form-group input[type="search"] {
     position: relative;
     line-height: 28px;
     padding: 10px 50px 10px 20px;
     border: 1px solid #e2e8f0;
     background: none;
     display: block;
     font-size: 14px;
     width: 100%;
     height: 50px;
     color: #808080;
     font-weight: 400;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .sidebar .search-box-two .form-group button {
     position: absolute;
     right: 0px;
     top: 0px;
     height: 50px;
     width: 35px;
     font-size: 14px;
     color: #2972b8;
     line-height: 100%;
     background: none;
     display: inline-block;
     font-weight: normal;
     text-align: left;
 }

 .sidebar-title-two {
     position: relative;
     margin-bottom: 25px;
 }

 .sidebar-title-two h2 {
     position: relative;
     font-size: 24px;
     color: #222222;
     font-weight: 700;
     line-height: 1.3em;
 }

 .sidebar-widget-two {
     position: relative;
     margin-bottom: 35px;
     border-bottom: 1px solid #e2e8f0;
     padding: 0px 25px 28px;
 }

 .sidebar-widget-two:last-child {
     margin-bottom: 0px;
     border-bottom: none;
 }

 .blog-cat-two {
     position: relative;
 }

 .blog-cat-two li {
     position: relative;
     margin-bottom: 18px;
 }

 .blog-cat-two li:last-child {
     margin-bottom: 0px;
 }

 .blog-cat-two li a {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
     padding-left: 20px;
     font-family: Segoe UI Regular, sans-serif;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .blog-cat-two li a:hover {
     color: #2972b8;
 }

 .blog-cat-two li a:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 8px;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background-color: #e2e8f0;
 }

 .range-slider-one {
     position: relative;
     min-height: 48px;
 }

 .range-slider-one .title {
     position: relative;
     float: left;
     color: #2D322E;
     font-size: 16px;
     font-weight: 400;
     margin-top: 4px;
 }

 .range-slider-one .title:before {
     position: absolute;
     content: '$';
     right: -14px;
     top: 0px;
     color: #848484;
     font-size: 16px;
     font-weight: 300;
 }

 .range-slider-one .input {
     float: right;
     left: 8px;
     max-width: 75px;
     padding-left: 8px;
     margin-top: 4px;
     position: relative;
 }

 .range-slider-one .input input {
     background: none;
     color: #848484;
     font-size: 16px;
     font-weight: 400;
     width: auto;
     text-align: left;
 }

 .range-slider-one .ui-widget.ui-widget-content {
     height: 3px;
     border: none;
     margin-bottom: 22px;
     background: #e6e6e6;
 }

 .range-slider-one .ui-slider .ui-slider-range {
     top: 0px;
     height: 3px;
     background: #2972b8;
 }

 .range-slider-one .ui-state-default,
 .range-slider-one .ui-widget-content .ui-state-default {
     top: -3px;
     width: 10px;
     height: 10px;
     border: 1px solid #2972b8;
     background: #2972b8;
     border-radius: 50%;
     cursor: pointer;
 }

 .range-slider-one .theme-btn {
     padding: 6px 30px;
     color: #ffffff;
     margin-top: 15px;
     border-color: #2972b8;
     background-color: #2972b8;
 }

 .range-slider-one .theme-btn:hover {
     color: #ffffff;
 }

 .shop-section .items-sorting {
     position: relative;
     margin-bottom: 40px;
     padding-bottom: 10px;
     border-bottom: 1px solid #e2e8f0;
 }

 .shop-section .items-sorting .results-column,
 .shop-section .items-sorting .select-column {
     margin-bottom: 20px;
 }

 .shop-section .items-sorting .results-column h4 {
     font-size: 18px;
     font-weight: 400;
     color: #222222;
     line-height: 24px;
     padding: 13px 0px;
     text-align: right;
 }

 .shop-section .items-sorting .form-group {
     margin-bottom: 0px;
 }

 .shop-section .items-sorting select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 9px 15px 9px;
     height: 50px;
     font-size: 16px;
     border: 1px solid #eeeeee;
     cursor: pointer;
     -moz-appearance: none;
     -webkit-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     background: url(../images/icons/icon-select.png) right center no-repeat;
     color: #999999;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .shop-section .items-sorting select option {
     text-indent: 15px;
 }

 .shop-section .styled-pagination {
     margin-top: 20px;
 }

 .shop-item {
     position: relative;
     margin-bottom: 30px;
 }

 .shop-item .inner-box {
     position: relative;
     padding-top: 0px;
     background-color: #f2f2f2;
 }

 .shop-item .inner-box .image {
     position: relative;
     text-align: center;
 }

 .shop-item .inner-box .image img {
     width: 100%;
     display: block;
 }

 .shop-item .inner-box .image .overlay-box {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     opacity: 0;
     transform: scale(0, 0);
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     background-color: rgba(22, 26, 51, 0.95);
 }

 .shop-item .inner-box:hover .image .overlay-box {
     transform: scale(1, 1);
     opacity: 1;
 }

 .shop-item .inner-box .image .overlay-box .content {
     position: absolute;
     content: '';
     left: 30px;
     bottom: 20px;
 }

 .shop-item .inner-box .image .overlay-box .content h3 {
     position: relative;
     line-height: 1.3em;
     font-size: 20px;
     font-weight: 700;
 }

 .shop-item .inner-box .image .overlay-box .content h3 a {
     position: relative;
     color: #ffffff;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .shop-item .inner-box .image .overlay-box .content h3 a:hover {
     color: #2972b8;
 }

 .shop-item .inner-box .lower-content {
     position: relative;
     padding: 15px 5px 15px;
     text-align: center;
 }

 .shop-item .inner-box .lower-content .cart-option {
     position: relative;
 }

 .shop-item .inner-box .lower-content .cart-option li {
     position: relative;
     margin: 0px 2px;
     display: inline-block;
 }

 .shop-item .inner-box .lower-content .cart-option li.price {
     padding: 0px 30px;
     height: 45px;
     color: #222222;
     font-size: 16px;
     font-weight: 500;
     line-height: 45px;
     background-color: #ffffff;
 }

 .shop-item .inner-box .lower-content .cart-option li a {
     position: relative;
     width: 45px;
     height: 45px;
     color: #2D322E;
     line-height: 45px;
     font-size: 16px;
     text-align: center;
     display: inline-block;
     background-color: #ffffff;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .shop-item .inner-box .lower-content .cart-option li a:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .shop-single {
     position: relative;
     padding: 100px 0px 60px;
 }

 .product-details .basic-details {
     position: relative;
     margin-bottom: 30px;
 }

 .product-details .image-column,
 .product-details .info-column {
     margin-bottom: 20px;
 }

 .product-details .image-column .image-box {
     padding-right: 30px;
     position: relative;
 }

 .product-details .image-column .image-box img {
     position: relative;
     display: block;
     width: 100%;
     border: 1px solid #e2e8f0;
 }

 .product-details .basic-details .details-header {
     position: relative;
     margin-bottom: 16px;
 }

 .product-details .basic-details .details-header h4 {
     font-size: 30px;
     font-weight: 500;
     margin: 0px 0px 12px;
     line-height: 1.4em;
     color: #222222;
 }

 .product-details .basic-details .details-header h4 a {
     color: #333333;
 }

 .product-details .basic-details .details-header .rating {
     font-size: 14px;
     color: #b3b9c8;
     margin-bottom: 15px;
 }

 .product-details .basic-details .details-header .rating .fa {
     display: inline-block;
     margin-right: 2px;
 }

 .product-details .basic-details .details-header .rating .txt {
     font-size: 14px;
     padding-left: 10px;
     color: #777777;
 }

 .product-details .basic-details .details-header .item-price {
     font-size: 24px;
     font-weight: 500;
     color: #2972b8;
     line-height: 22px;
     letter-spacing: 1px;
     margin-bottom: 10px;
 }

 .product-details .basic-details .prod-info {
     margin-bottom: 15px;
     line-height: 1.6em;
     font-size: 13px;
 }

 .product-details .basic-details .prod-info strong {
     font-weight: 700;
     color: #111111;
 }

 .product-details .basic-details .text {
     margin-bottom: 28px;
     position: relative;
 }

 .product-details .basic-details .text p {
     margin-bottom: 25px;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.8em;
 }

 .product-details .basic-details .location {
     position: relative;
     color: #2D322E;
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 10px;
 }

 .product-details .basic-details .item-quantity .field-label {
     float: left;
     font-weight: 700;
     font-size: 14px;
     line-height: 32px;
     display: inline-block;
     padding-right: 20px;
 }

 .product-details .basic-details .quantity-spinner,
 .cart-section input.quantity-spinner {
     line-height: 24px;
     padding: 10px 15px !important;
     height: 46px !important;
     box-shadow: none !important;
 }

 .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
 .cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
     padding: 11px 10px;
     background: #f4f5f6;
 }

 .product-details .bootstrap-touchspin .input-group-btn-vertical i,
 .cart-section .bootstrap-touchspin .input-group-btn-vertical i {
     top: 6px;
 }

 .product-details .basic-details .item-quantity {
     position: relative;
     float: left;
     width: 55px;
     margin-bottom: 25px;
     margin-right: 20px;
 }

 .product-details .basic-details .item-quantity .field-label {
     float: left;
     font-weight: 700;
     font-size: 14px;
     line-height: 32px;
     display: inline-block;
     padding-right: 20px;
 }

 .product-details .basic-details .quantity-spinner,
 .cart-table input.quantity-spinner {
     font-size: 18px;
     line-height: 24px;
     border: 1px solid #e2e8f0;
     padding: 10px 15px !important;
     height: 50px !important;
     box-shadow: none !important;
 }

 .bootstrap-touchspin .glyphicon-chevron-up:before {
     content: "\f106";
     font-size: 18px;
     font-weight: 800;
     font-style: normal;
     font-family: "Font Awesome 5 Free";
 }

 .bootstrap-touchspin .glyphicon-chevron-down:before {
     content: "\f107";
     font-size: 18px;
     font-weight: 800;
     font-style: normal;
     font-family: "Font Awesome 5 Free";
 }

 .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
 .cart-table .bootstrap-touchspin .input-group-btn-vertical>.btn {
     padding: 12px 10px;
     background: #f4f5f6;
     border-radius: 0px;
 }

 .product-details .bootstrap-touchspin .input-group-btn-vertical i,
 .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
     top: -1px;
 }

 .product-details .basic-details .add-to-cart {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 10px 42px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     margin-left: 20px;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .product-details .basic-details .expired {
     position: relative;
     color: #2972b8;
     font-size: 16px;
     margin-bottom: 30px;
 }

 .product-details .basic-details .share-box {
     position: relative;
     margin-top: 18px;
 }

 .product-details .basic-details .share-box .share {
     position: relative;
     color: #222222;
     font-size: 18px;
     font-weight: 400;
     display: inline-block;
     margin-right: 18px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .product-details .basic-details .share-box a {
     position: relative;
     width: 40px;
     height: 40px;
     color: #ffffff;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
     display: inline-block;
     margin-right: 8px;
 }

 .product-details .basic-details .share-box a.facebook {
     background-color: #3a559f;
 }

 .product-details .basic-details .share-box a.twitter {
     background-color: #50abf1;
 }

 .product-details .basic-details .share-box a.google-plus {
     background-color: #dd4b39;
 }

 .product-details .basic-details .share-box a.linkedin {
     background-color: #0084b1;
 }

 .pincode-form {
     position: relative;
     margin-bottom: 5px;
 }

 .pincode-form .form-group {
     margin-bottom: 10px;
     position: relative;
     display: inline-block;
 }

 .pincode-form .form-group input[type="text"] {
     position: relative;
     line-height: 14px;
     padding: 4px 10px 4px 15px;
     border: 1px solid #f7f7f7;
     background: none;
     font-size: 16px;
     width: 280px;
     color: #2D322E;
     height: 50px;
     display: inline-block;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
 }

 .pincode-form .form-group button {
     position: absolute;
     right: 0px;
     top: 0px;
     height: 50px;
     width: 100px;
     font-size: 15px;
     color: #020e28;
     font-weight: 600;
     line-height: 100%;
     background: #f7f7f7;
     margin-left: 8px;
     display: inline-block;
     text-transform: uppercase;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-single .product-details .prod-tabs {
     position: relative;
     margin-bottom: 60px;
 }

 .shop-single .product-details .prod-tabs .tab-btns {
     position: relative;
     z-index: 1;
     text-align: center;
     border-bottom: 1px solid #eeeeee;
 }

 .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
     position: relative;
     display: block;
     display: inline-block;
     font-size: 20px;
     color: #222222;
     text-transform: capitalize;
     font-weight: 700;
     line-height: 24px;
     cursor: pointer;
     padding: 12px 18px 20px;
     transition: all 500ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
     position: absolute;
     content: '';
     left: 0px;
     bottom: -1px;
     width: 100%;
     height: 1px;
     background-color: #2972b8;
 }

 .shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
 .shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
     color: #2972b8;
     background: #ffffff;
 }

 .shop-single .product-details .prod-tabs .tabs-content {
     position: relative;
     padding: 40px 0px 0px;
 }

 .shop-single .product-details .prod-tabs .tabs-content .tab {
     position: relative;
     display: none;
     border-top: 0px;
 }

 .shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
     display: block;
 }

 .shop-single .product-details .prod-tabs .tabs-content .tab .content p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.9em;
     margin-bottom: 20px;
 }

 .shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
     margin-bottom: 0px;
 }

 .shop-comment-form {
     position: relative;
     margin-top: 45px;
 }

 .shop-comment-form h2 {
     position: relative;
     color: #222222;
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 12px;
 }

 .shop-comment-form .title-text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     font-weight: 400;
     margin-bottom: 22px;
 }

 .shop-comment-form .group-title {
     margin-bottom: 20px;
 }

 .shop-comment-form .rating-box {
     position: relative;
 }

 .shop-comment-form .rating-box .text {
     position: relative;
     font-size: 18px;
     color: #222222;
     display: inline-block;
     margin-bottom: 10px;
     margin-right: 15px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-comment-form .rating-box .rating {
     position: relative;
     display: inline-block;
     margin-right: 10px;
     padding-right: 10px;
     border-right: 1px solid #ebebeb;
 }

 .shop-comment-form .rating-box .rating:last-child {
     border-right: 0px;
 }

 .shop-comment-form .rating-box .rating .fa {
     position: relative;
     margin-right: 2px;
     display: inline-block;
 }

 .shop-comment-form .rating-box .rating a {
     position: relative;
     color: #d6d6d6;
     font-size: 12px;
     display: inline-block;
 }

 .shop-comment-form .rating-box .rating a:hover {
     color: #fc7837;
 }

 .shop-comment-form .form-group {
     position: relative;
     margin-bottom: 15px;
 }

 .shop-comment-form .form-group label {
     position: relative;
     color: #222222;
     font-size: 18px;
     font-weight: 400;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-comment-form .form-group:last-child {
     margin-bottom: 0px;
 }

 .shop-comment-form .form-group input[type="text"],
 .shop-comment-form .form-group input[type="password"],
 .shop-comment-form .form-group input[type="number"],
 .shop-comment-form .form-group input[type="email"],
 .shop-comment-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 15px;
     border: 1px solid #efefef;
     height: 50px;
     color: #848484;
     font-weight: 300;
     background: #ffffff;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .shop-comment-form .form-group input[type="text"]:focus,
 .shop-comment-form .form-group input[type="password"]:focus,
 .shop-comment-form .form-group input[type="number"]:focus,
 .shop-comment-form .form-group input[type="email"]:focus,
 .shop-comment-form .form-group select:focus,
 .shop-comment-form .form-group textarea:focus {
     border-color: #2972b8;
 }

 .shop-comment-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 26px;
     padding: 10px 15px;
     color: #848484;
     border: 1px solid #efefef;
     height: 175px;
     font-weight: 400;
     background: #ffffff;
     resize: none;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }

 .shop-comment-form .send-btn {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 12px 42px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     margin-top: 20px;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-comment-form input:focus,
 .shop-comment-form select:focus,
 .shop-comment-form textarea:focus {
     border-color: #f06529;
 }

 .shop-single .comments-area {
     position: relative;
 }

 .shop-single .comments-area .comment-box {
     position: relative;
     padding-bottom: 40px;
     border-bottom: 1px solid #e2e8f0;
 }

 .shop-single .comments-area .comment-box .comment {
     position: relative;
     padding-left: 100px;
 }

 .shop-single .comments-area .comment-box .comment .author-thumb {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 64px;
     height: 64px;
     display: inline-block;
 }

 .shop-single .comments-area .comment-box .comment .comment-inner {
     position: relative;
 }

 .shop-single .comments-area .comment-box .comment .comment-inner .comment-info {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-single .comments-area .comment-box .comment .comment-inner .comment-info span {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     font-weight: 400;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shop-single .comments-area .comment-box .comment .comment-inner .rating {
     position: relative;
     color: #b3b9c8;
     font-size: 13px;
     margin-top: 5px;
 }

 .shop-single .comments-area .comment-box .comment .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-top: 10px;
 }

 .related-products {
     position: relative
 }

 .related-products .title-box {
     position: relative;
     margin-bottom: 30px;
 }

 .related-products .title-box h2 {
     position: relative;
     color: #222222;
     font-size: 30px;
     font-weight: 700;
 }

 .cart-section {
     position: relative;
     padding: 100px 0px 90px;
 }

 .cart-section .cart-outer {
     position: relative;
 }

 .cart-section .table-outer {
     position: relative;
     width: 100%;
 }

 .cart-section .cart-table {
     width: 100%;
     min-width: 900px;
 }

 .cart-table .cart-header {
     position: relative;
     width: 100%;
     text-transform: uppercase;
     font-size: 16px;
     border-radius: 0px;
     background: #f2f2f2;
     color: #1f1f1f;
 }

 .cart-table thead tr th {
     line-height: 24px;
     padding: 20px 15px;
     min-width: 120px;
     font-weight: 700;
     color: #222222;
     font-size: 16px;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .cart-section .bootstrap-touchspin .input-group-btn-vertical {
     position: absolute;
     right: 0px;
 }

 .cart-table tbody tr .prod-column .column-box {
     position: relative;
     min-height: 100px;
     padding-left: 100px;
     padding-top: 38px;
     text-align: left;
     min-width: 230px;
 }

 .cart-table tbody tr .prod-column .column-box h4 {
     font-size: 20px;
     color: #222222;
     font-weight: 700;
     margin-bottom: 5px;
     text-transform: capitalize;
 }

 .cart-table tbody tr .prod-column .column-box .prod-thumb {
     position: absolute;
     width: 80px;
     left: 0px;
     top: 0px;
     border: 1px solid #f0f0f0;
 }

 .cart-table tbody tr .prod-column .column-box .prod-thumb img {
     display: block;
     width: 100%;
 }

 .cart-table thead tr th.prod-column {
     text-align: left;
     padding-left: 30px;
 }

 .cart-table tbody tr {
     border-bottom: 1px solid #e6e6e6;
 }

 .cart-table tbody tr td {
     line-height: 24px;
     padding: 30px 10px 20px;
     min-width: 100px;
 }

 .cart-table tbody tr .qty {
     width: 90px;
     padding-right: 40px;
 }

 .cart-table tbody tr .qty .quantity-spinner {
     background: #f5f5f5;
 }

 .column.default-column .cart-table tbody tr .qty {
     width: 110px;
     padding-right: 20px;
 }

 .cart-table tbody tr .prod-column .column-box h3 {
     font-size: 20px;
     color: #020e28;
     font-weight: 400;
 }

 .cart-table tbody tr .sub-total {
     font-weight: 400;
     color: #2972b8;
     font-size: 20px;
 }

 .cart-table tbody tr .remove-btn {
     position: relative;
     font-size: 18px;
     color: #8d93a3;
     width: 34px;
     height: 34px;
     text-align: center;
     line-height: 30px;
     display: inline-block;
     border: 2px solid #8d93a3;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .cart-table tbody tr .remove-btn .fa {
     position: relative;
     top: 2px;
     font-size: 10px;
     line-height: 14px;
     width: 14px;
     height: 14px;
     margin-right: 8px;
     background: #f0f0f0;
     color: #ffffff;
     text-align: center;
     overflow: hidden;
     text-indent: 100px;
 }

 .cart-table tbody tr .remove {
     text-align: center;
 }

 .cart-table tbody tr .remove-btn:hover {
     color: #2972b8;
     border-color: #2972b8;
 }

 .cart-table tbody tr .remove-btn:hover .fa {
     text-indent: 0px;
     background: #fa9928;
 }

 .cart-table tbody tr td {
     vertical-align: middle;
 }

 .cart-table tbody tr td.price {
     font-size: 20px;
     font-weight: 400;
     color: #2D322E;
 }

 .cart-table tbody tr td .quantity-spinner {
     padding: 5px 0px 5px 20px;
     line-height: 24px;
     height: 34px;
     display: block;
     width: 100%;
     position: relative;
 }

 .cart-table tbody .available-info {
     position: relative;
     padding-left: 50px;
     color: #2D322E;
     font-size: 15px;
 }

 .cart-table tbody .available-info .icon {
     position: absolute;
     left: 0px;
     top: 5px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     font-size: 18px;
     color: #ffffff;
     background: #2972b8;
     border-radius: 50%;
 }

 .cart-section .coupon-outer {
     position: relative;
     margin: 30px 30px 50px;
 }

 .cart-section .coupon-outer .cart-btn {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 12px 42px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .cart-section .coupon-outer .cart-btn:hover {
     color: #ffffff;
     background-color: #2972b8;
 }

 .cart-section .apply-coupon {
     position: relative;
 }

 .cart-section .apply-coupon .form-group {
     position: relative;
     float: left;
     margin-right: 15px;
 }

 .cart-section .apply-coupon .form-group .coupon-btn {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 15px;
     display: inline-block;
     padding: 14px 38px;
     border-radius: 50px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #f2f2f2;
     font-family: Segoe UI Regular, sans-serif;
 }

 .cart-section .apply-coupon .form-group .coupon-btn .arrow {
     position: relative;
     margin-left: 3px;
     top: 2px;
 }

 .cart-section .apply-coupon .form-group .coupon-btn:hover {
     background-color: #2972b8;
     color: #ffffff;
 }

 .cart-section .apply-coupon .form-group input[type="text"] {
     display: block;
     line-height: 26px;
     padding: 12px 20px;
     border: 1px solid #e2e8f0;
     height: 55px;
     width: 230px;
     color: #2D322E;
     background: none;
     border-radius: 50px;
 }

 .cart-section .cart-outer .title-box {
     position: relative;
     margin-bottom: 24px;
 }

 .cart-section .cart-outer .title-box h2 {
     position: relative;
     color: #222222;
     font-size: 24px;
     font-weight: 700;
 }

 .cart-section .estimate-form {
     position: relative;
 }

 .cart-section .sec-title {
     margin-bottom: 25px;
 }

 .cart-section .sec-title h2 {
     font-size: 24px;
     color: #020e28;
     padding-bottom: 0px;
     text-transform: capitalize;
 }

 .cart-section .estimate-form .row {
     margin-left: -7px;
     margin-right: -7px;
 }

 .cart-section .estimate-form .row .form-group {
     padding: 0px 7px !important;
     margin-bottom: 30px;
 }

 .cart-section .totals-table {
     position: relative;
     border: 1px solid #f2f2f2;
     border-radius: 2px;
     margin-bottom: 30px;
 }

 .cart-section .totals-table .col {
     position: relative;
     display: block;
     float: left;
     padding: 15px 15px;
     line-height: 24px;
     width: 50%;
     font-weight: 400;
     font-size: 16px;
     color: #848484;
 }

 .cart-section .totals-table .col-title {
     font-size: 16px;
     color: #020e28;
     font-weight: 600;
     border-right: 2px solid #f0f0f0;
     font-family: Segoe UI Regular, sans-serif;
 }

 .cart-section .totals-table li {
     position: relative;
     border-bottom: 1px solid #f0f0f0;
 }

 .cart-section .totals-table li:last-child {
     border-bottom: none;
 }

 .cart-section .cart-note {
     position: relative;
     margin-bottom: 50px;
     padding: 16px 20px;
     text-align: center;
     border: 1px dashed #b2dd4c;
     background: #f4f4f4;
     line-height: 1.7em;
 }

 .product-details .basic-details .item-quantity input[type="text"],
 .cart-table tbody tr .qty input[type="text"] {
     position: relative;
     line-height: 46px;
     height: 46px;
     background: #ffffff;
 }

 .bootstrap-touchspin .input-group-btn-vertical>.btn {
     height: 24px;
     background: #e9e9e9;
 }

 .bootstrap-touchspin .input-group-btn-vertical i {
     left: 6px;
     top: 6px;
 }

 .shipping-form .form-group {
     position: relative;
     margin-bottom: 30px;
     padding: 0px 15px;
 }

 .shipping-form .form-group .ui-selectmenu-button.ui-button {
     background-color: #ffffff;
     height: 45px;
     line-height: 24px;
     z-index: 10;
     border: 1px solid #f2f2f2;
     background-position: right top;
     background-repeat: no-repeat;
     background-image: url(../images/icons/arrow-right.png);
 }

 .shipping-form .form-group .ui-button .ui-icon {
     opacity: 0;
 }

 .shipping-form .form-group input,
 .shipping-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 33px;
     padding: 10px 20px;
     height: 45px;
     color: #848484;
     font-size: 14px;
     background: #ffffff;
     border: 1px solid #f2f2f2;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .shipping-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 30px;
     padding: 10px 20px;
     height: 120px;
     resize: none;
     font-size: 16px;
     font-weight: 300;
     background: #f7f7f7;
     border: 1px solid #f4f4f4;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     transition: all 500ms ease;
 }

 .shipping-form .form-group input:focus,
 .shipping-form .form-group textarea:focus {
     border-color: #2972b8;
 }

 .shipping-form .form-group .total-btn {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 15px;
     display: inline-block;
     padding: 14px 38px;
     border-radius: 50px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #f2f2f2;
     font-family: Segoe UI Regular, sans-serif;
 }

 .shipping-form .form-group .total-btn .arrow {
     position: relative;
     margin-left: 4px;
     top: 1px;
 }

 .shipping-form .form-group .total-btn:hover {
     background-color: #2972b8;
     color: #ffffff;
 }

 .cart-section .cart-outer .checkout-btn {
     position: relative;
     font-weight: 700;
     color: #222222;
     font-size: 15px;
     display: inline-block;
     padding: 14px 42px;
     border-radius: 50px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #f2f2f2;
     font-family: Segoe UI Regular, sans-serif;
 }

 .cart-section .cart-outer .checkout-btn .arrow {
     position: relative;
     margin-left: 4px;
     top: 1px;
 }

 .cart-section .cart-outer .checkout-btn:hover {
     background-color: #2972b8;
     color: #ffffff;
 }

 .checkout-page {
     position: relative;
     padding: 15px 0px 0px;
 }

 .checkout-page .default-links {
     position: relative;
     margin-bottom: 50px;
 }

 .checkout-page .default-links li {
     margin-bottom: 20px;
     line-height: 24px;
     padding: 18px 30px;
     background: #f2f2f2;
     color: #222222;
     font-size: 16px;
     font-weight: 700;
     border-left: 2px solid #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .checkout-page .default-links li a {
     color: #222222;
     font-weight: 400;
 }

 .checkout-form {
     position: relative;
 }

 .checkout-form .checkout-title {
     position: relative;
     margin-bottom: 20px;
 }

 .checkout-form .checkout-title h2 {
     position: relative;
     color: #020e28;
     font-size: 24px;
     font-weight: 600;
 }

 .checkout-form .form-group {
     position: relative;
     margin-bottom: 25px;
 }

 .checkout-form .form-group .field-label {
     display: block;
     line-height: 24px;
     margin-bottom: 6px;
     text-transform: capitalize;
     color: #000;
     font-size: 16px;
     font-weight: 400;
     font-family: Segoe UI Regular, sans-serif;
 }

 .checkout-form .form-group .field-label sup {
     top: -1px;
     font-size: 16px;
 }

 .checkout-form input[type="text"],
 .checkout-form input[type="email"],
 .checkout-form input[type="password"],
 .checkout-form input[type="number"],
 .checkout-form input[type="number"],
 .checkout-form input[type="url"],
 .checkout-form select,
 .checkout-form textarea {
     position: relative;
     display: block;
     width: 100%;
     background: #ffffff;
     line-height: 22px;
     padding: 12px 15px;
     height: 48px;
     border: 1px solid #f4f4f4;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
 }

 .checkout-form textarea {
     resize: none;
     height: 120px !important;
 }

 .checkout-form input:focus,
 .checkout-form select:focus,
 .checkout-form textarea:focus {
     border-color: #2972b8;
 }

 .checkout-page .check-box {
     line-height: 24px;
     font-size: 14px;
     font-weight: normal;
     padding-top: 5px;
 }

 .checkout-page .check-box label {
     position: relative;
     top: -1px;
     font-weight: 700;
     padding: 0px;
     font-size: 16px;
     cursor: pointer;
     color: #222222;
     font-family: Segoe UI Regular, sans-serif;
 }

 .checkout-page .lower-content {
     position: relative;
     margin-top: 60px;
     padding: 50px 0px;
     background-color: #f2f2f2;
 }

 .checkout-page .lower-content .order-column {
     margin-bottom: 40px;
 }

 .checkout-page .lower-content .column h2 {
     position: relative;
     color: #020e28;
     font-size: 24px;
     font-weight: 600;
 }

 .checkout-page .lower-content .checkout-title {
     margin-bottom: 35px;
 }

 .checkout-page .lower-content .order-column .cart-table {
     width: 100%;
 }

 .checkout-page .lower-content .order-column .cart-table .cart-header {
     background-color: #2972b8;
 }

 .checkout-page .cart-table thead tr th {
     color: #ffffff;
 }

 .checkout-page .cart-table thead tr th {
     min-width: auto;
 }

 .checkout-page .cart-table tbody tr,
 .checkout-page .cart-table tbody tr .prod-column .column-box .prod-thumb {
     border-color: #d4dbe2;
 }

 .checkout-page .cart-table tbody tr td {
     min-width: 130px;
 }

 .checkout-page .product-details .basic-details .item-quantity input[type="text"],
 .checkout-page .cart-table tbody tr .qty input[type="text"] {
     width: 45px;
     background: none;
     text-align: center;
     border: 1px solid #d4dbe2;
 }

 .checkout-page .lower-content .totals-table {
     position: relative;
     margin-bottom: 40px;
     border: 1px solid #e6e6e6;
 }

 .checkout-page .lower-content .totals-table li .col {
     padding: 12px 20px;
 }

 .checkout-page .lower-content .totals-table li {
     line-height: 24px;
     border-bottom: 1px solid #e6e6e6;
 }

 .checkout-page .lower-content .totals-table li .col.title {
     font-weight: 500;
     color: #222222;
     font-size: 16px;
     border-right: 1px solid #e6e6e6;
     font-family: Segoe UI Regular, sans-serif;
 }

 .checkout-page .lower-content .totals-table li:last-child {
     border-bottom: none;
     margin-bottom: 0px;
 }

 .checkout-page .lower-content .totals-table .col {
     position: relative;
     display: block;
     float: left;
     line-height: 24px;
     width: 50%;
     color: #848484;
     font-weight: 400;
     font-size: 16px;
 }

 .checkout-page .payment-options {
     position: relative;
     margin-bottom: 30px;
     padding: 30px 20px 40px;
     border: 1px solid #d4dbe2;
 }

 .checkout-page .payment-options li {
     position: relative;
     margin-bottom: 15px;
 }

 .checkout-page .payment-options li .radio-option {
     position: relative;
 }

 .checkout-page .payment-options li .radio-option label {
     position: relative;
     display: inline-block;
     padding-left: 30px;
     font-weight: 500 !important;
     text-transform: capitalize;
     letter-spacing: 1px;
     color: #333333;
     cursor: pointer;
 }

 .checkout-page .payment-options li .radio-option label strong {
     font-weight: 700;
     color: #222222;
     font-size: 16px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .checkout-page .payment-options li .radio-option label strong a {
     font-size: 15px;
     color: #222222;
     margin-left: 30px;
     font-weight: 400;
     text-decoration: underline;
     font-family: Segoe UI Regular, sans-serif;
 }

 .checkout-page .payment-options li .radio-option input[type="radio"] {
     position: absolute;
     left: 0px;
     top: 3px;
 }

 .checkout-page .payment-options li .radio-option label .small-text {
     display: block;
     padding-top: 5px;
     letter-spacing: 0px;
     text-transform: none;
     font-size: 16px;
     color: #2D322E;
     font-weight: 400;
     line-height: 1.8em;
 }

 .checkout-page .payment-options li .radio-option label img {
     position: relative;
     top: -3px;
     display: inline-block;
     max-width: 100%;
     padding-left: 30px;
 }

 .checkout-page .payment-options .theme-btn {
     position: relative;
     display: inline-block;
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     padding: 12px 42px;
     font-weight: 700;
     overflow: hidden;
     border-radius: 50px;
     letter-spacing: 1px;
     margin-left: 30px;
     background-color: #2972b8;
     text-transform: capitalize;
     font-family: Segoe UI Regular, sans-serif;
 }

 .register-section {
     position: relative;
     padding: 90px 0px 50px;
     margin: 0 auto;
 }

 .register-section .title-box {
     position: relative;
     margin-bottom: 32px;
 }

 .register-section .title-box h2 {
     position: relative;
     color: #222222;
     font-size: 24px;
     font-weight: 700;
 }

 .register-section .form-column {
     padding: 40px 30px;
     margin-bottom: 40px;
     border-radius: 5px;
     background: #f2f2f2;
     margin: 0 auto;
 }

 .register-section .form-column .sec-title {
     position: relative;
     margin-bottom: 30px;
 }

 .register-section .form-column .sec-title h2 {
     text-transform: capitalize;
     padding-bottom: 0px;
 }

 .styled-form {
     position: relative;
 }

 .styled-form .submit-text {
     font-size: 15px;
     color: #9e9e9e;
     font-weight: 400;
     margin-top: 10px;
 }

 .styled-form .form-group {
     position: relative;
     margin-bottom: 30px;
     font-size: 15px;
     color: #000;
 }

 .checkout-section .styled-form .form-group {
     position: relative;
     margin-bottom: 20px;
 }

 .styled-form .form-group .check-box {
     line-height: 24px;
     font-size: 15px;
     font-weight: normal;
     padding-top: 5px;
     color: #272727;
 }

 .styled-form .form-group .check-box label {
     position: relative;
     top: -1px;
     font-weight: normal;
     padding: 0px;
     font-size: 15px;
     cursor: pointer;
 }

 .styled-form .pull-left label,
 .styled-form .pull-right label {
     cursor: pointer;
 }

 .styled-form .form-group .adon-icon {
     position: absolute;
     top: 50%;
     margin-top: -10px;
     right: 10px;
     width: 20px;
     height: 20px;
     line-height: 20px;
     font-size: 13px;
     color: #9298aa;
     z-index: 2;
 }

 .styled-form .form-group .field-label {
     display: block;
     color: #272727;
     text-transform: capitalize;
     font-size: 16px;
     margin-bottom: 7px;
     font-weight: 400;
 }

 .styled-form input[type="text"],
 .styled-form input[type="email"],
 .styled-form input[type="password"],
 .styled-form input[type="number"],
 .styled-form input[type="number"],
 .styled-form input[type="url"],
 .styled-form select,
 .styled-form textarea {
     position: relative;
     display: block;
     width: 100%;
     color: #2D322E;
     background: #ffffff;
     line-height: 30px;
     padding: 8px 20px;
     height: 50px;
     font-size: 14px;
     border: 1px solid #f4f4f4;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
 }

 .styled-form .register-btn {
     position: relative;
     font-weight: 700;
     color: #ffff;
     font-size: 15px;
     display: inline-block;
     padding: 14px 55px;
     border-radius: 50px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background-color: #2972b8;
     font-family: Segoe UI Regular, sans-serif;
 }

 .styled-form .register-btn .arrow {
     position: relative;
     margin-left: 3px;
     top: 2px;
 }

 .styled-form .register-btn:hover {
     background-color: #2972b8;
     color: #ffffff;
 }

 .styled-form .social-links a {
     position: relative;
     display: inline-block;
     font-size: 14px;
     width: 42px;
     height: 42px;
     line-height: 42px;
     text-align: center;
     color: #ffffff;
     background: #fc721e;
     border-radius: 50%;
     margin: 0px 0px 0px 10px;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }

 .social-links-two a:hover {
     opacity: 0.80;
 }

 .styled-form .social-links a.facebook {
     background: #3b5998;
 }

 .styled-form .social-links a.twitter {
     background: #33ccfe;
 }

 .styled-form .social-links a.google-plus {
     background: #dd4b39;
 }

 .styled-form .remember-me {
     font-weight: 700;
     color: #222222;
     font-size: 18px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .advicer-section .content-column .sec-title {
     padding-bottom: 15px !important;
 }

 .services-page-section {
     position: relative;
     padding: 50px 0px 40px;
 }

 .blog-cat-three {
     position: relative;
     border: 1px solid #e2e8f0;
 }

 .blog-cat-three li {
     position: relative;
     border-bottom: 1px solid #e2e8f0;
 }

 .blog-cat-three li:last-child {
     border-bottom: none;
 }

 .blog-cat-three li a:hover,
 .blog-cat-three li.active a {
     color: #ffffff;
     background-color: #2972b8;
     border-left: 5px solid #ffffff;
 }

 .blog-cat-three li a {
     position: relative;
     padding: 18px 30px;
     color: #2D322E;
     font-size: 15px;
     font-weight: 500;
     display: block;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     border-left: 5px solid transparent;
     font-family: Segoe UI Regular, sans-serif;
 }

 .blog-cat-three li a:before {
     position: absolute;
     content: '';
     left: -6px;
     top: 0px;
     width: 2px;
     height: 0%;
     background-color: #2972b8;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }

 .blog-cat-three li.active a:before,
 .blog-cat-three li:hover a:before {
     height: 100%;
 }

 .testimonial-widget-block {
     position: relative;
 }

 .testimonial-widget-block .inner-box {
     position: relative;
 }

 .testimonial-widget-block .inner-box .content-box {
     position: relative;
     padding: 30px 30px 28px;
     background-color: #e3e7ec;
 }

 .testimonial-widget-block .inner-box .content-box:before {
     position: absolute;
     content: '';
     left: 35px;
     bottom: -30px;
     border-top: 30px solid #e3e7ec;
     border-left: 30px solid transparent;
 }

 .testimonial-widget-block .inner-box .content-box .rating {
     position: relative;
     margin-bottom: 18px;
 }

 .testimonial-widget-block .inner-box .content-box .rating .fa {
     position: relative;
     font-size: 14px;
     color: #2972b8;
 }

 .testimonial-widget-block .inner-box .content-box .text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
 }

 .testimonial-widget-block .inner-box .author-info-box {
     position: relative;
     margin-left: 65px;
     margin-top: 42px;
 }

 .testimonial-widget-block .inner-box .author-info-box .image {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 50px;
     height: 50px;
     overflow: hidden;
     border-radius: 50%;
 }

 .testimonial-widget-block .inner-box .author-info-box .info-inner {
     position: relative;
     padding-left: 70px;
 }

 .testimonial-widget-block .inner-box .author-info-box h3 {
     position: relative;
     color: #222222;
     font-size: 20px;
     font-weight: 700;
     line-height: 1.3em;
 }

 .testimonial-widget-block .inner-box .author-info-box .designation {
     position: relative;
     color: #2972b8;
     font-size: 15px;
     margin-top: 4px;
 }

 .testimonial-widget .owl-nav {
     display: none;
 }

 .testimonial-widget .owl-dots {
     position: relative;
     margin-top: 20px;
 }

 .testimonial-widget .owl-dots .owl-dot {
     position: relative;
     height: 4px;
     width: 40px;
     margin-right: 8px;
     display: inline-block;
     background-color: #e2e8f0;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }

 .testimonial-widget .owl-dots .owl-dot.active,
 .testimonial-widget .owl-dots .owl-dot:hover {
     background-color: #2972b8;
 }

 .broucher-box {
     position: relative;
 }

 .broucher-box .broucher-inner {
     position: relative;
     padding: 24px 25px;
     display: block;
     background-color: #161a33;
 }

 .broucher-box .broucher-inner .overlay-link {
     position: absolute;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 1;
     display: block;
 }

 .broucher-box .broucher-inner .content {
     position: relative;
     padding-left: 85px;
 }

 .broucher-box .broucher-inner .content .icon {
     position: absolute;
     left: 0px;
     top: 0px;
     color: #ffffff;
     font-size: 40px;
     line-height: 1em;
     padding-right: 20px;
     border-right: 1px solid rgba(255, 255, 255, 0.15);
 }

 .broucher-box .broucher-inner .content h3 {
     position: relative;
     color: #ffffff;
     font-size: 18px;
     font-weight: 600;
     line-height: 1.3em;
 }

 .broucher-box .broucher-inner .content .file {
     position: relative;
     color: #999fb9;
     font-size: 15px;
     font-weight: 400;
     line-height: 1.3em;
     margin-top: 5px;
 }

 .quote-widget .widget-content {
     position: relative;
     padding: 40px 30px 40px;
     background-color: #2972b8;
 }

 .quote-widget .widget-content .upper-box {
     position: relative;
     text-align: center;
     padding-bottom: 18px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.15);
 }

 .quote-widget .widget-content .upper-box .icon {
     position: relative;
     color: #ffffff;
     font-size: 60px;
     line-height: 1em;
     margin-bottom: 20px;
 }

 .quote-widget .widget-content .upper-box h3 {
     position: relative;
     color: #ffffff;
     font-weight: 700;
     line-height: 1.3em;
     font-size: 20px;
 }

 .quote-widget .widget-content .upper-box .touch {
     position: relative;
     font-size: 15px;
     margin-top: 6px;
     color: rgba(255, 255, 255, 1);
 }

 .quote-widget .widget-content .lower-box {
     position: relative;
     margin-top: 20px;
     text-align: center;
 }

 .quote-widget .widget-content .lower-box h4 {
     position: relative;
     color: #ffffff;
     font-weight: 500;
     line-height: 1.3em;
     font-size: 24px;
     font-family: Segoe UI Regular, sans-serif;
 }

 .quote-widget .widget-content .lower-box .email {
     position: relative;
     font-size: 15px;
     margin-top: 6px;
     margin-bottom: 28px;
     color: rgba(255, 255, 255, 1);
 }

 .services-single {
     position: relative;
 }

 .services-single .inner-box {
     position: relative;
 }

 .services-single .inner-box h2 {
     position: relative;
     color: #222222;
     font-size: 30px;
     line-height: 1.3em;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .services-single .inner-box .text {
     position: relative;
 }

 .services-single .inner-box .text .two-column {
     position: relative;
     margin-top: 50px;
     margin-bottom: 10px;
 }

 .services-single .inner-box .text p {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
     margin-bottom: 16px;
 }

 .services-single .inner-box .text p.alternate {
     margin-bottom: 35px;
 }

 .services-single .inner-box .text h3 {
     position: relative;
     color: #222222;
     font-size: 24px;
     line-height: 1.3em;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .services-single .inner-box .text .image {
     position: relative;
     margin-bottom: 30px;
 }

 .services-single .inner-box .text .image img {
     width: 100%;
     display: block;
 }

 .services-single .graph-content {
     margin-top: 30px;
     position: relative;
 }

 .services-block-four {
     position: relative;
     margin-bottom: 30px;
 }

 .services-block-four .inner-box {
     position: relative;
     padding: 35px 30px;
     border: 1px solid #e3e7ec;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }

 .services-block-four .inner-box:hover {
     box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.10);
 }

 .services-block-four .inner-box .content {
     position: relative;
     padding-left: 80px;
 }

 .services-block-four .inner-box .content .number-block {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 48px;
     height: 100%;
     font-size: 18px;
     color: #222222;
     font-weight: 500;
     line-height: 115px;
     text-align: center;
     border-radius: 50px;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     background-color: #e3e7ec;
 }

 .services-block-four .inner-box:hover .content .number-block {
     color: #ffffff;
     background-color: #2972b8;
 }

 .services-block-four .inner-box .content h4 {
     position: relative;
     color: #222222;
     font-size: 20px;
     line-height: 1.3em;
     font-weight: 700;
     margin-bottom: 14px;
 }

 .services-block-four .inner-box .content h4 a {
     position: relative;
     color: #222222;
     transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
 }

 .services-block-four .inner-box .content h4 a:hover {
     color: #2972b8;
 }

 .services-block-four .inner-box .content .service-text {
     position: relative;
     color: #2D322E;
     font-size: 15px;
     line-height: 1.8em;
 }

 .services-single .service-tabs {
     position: relative;
     margin-top: 50px;
 }

 .services-single .service-tabs .tab-btns {
     position: relative;
     z-index: 1;
 }

 .services-single .service-tabs .tab-btns .tab-btn {
     position: relative;
     display: block;
     float: left;
     font-size: 16px;
     color: #222222;
     text-transform: capitalize;
     font-weight: 700;
     line-height: 24px;
     cursor: pointer;
     border-top: 1px solid #f2f2f2;
     border-left: 1px solid #f2f2f2;
     padding: 17px 40px 16px;
     transition: all 500ms ease;
     font-family: Segoe UI Regular, sans-serif;
 }

 .services-single .service-tabs .tab-btns .tab-btn:last-child {
     border-right: 1px solid #f2f2f2;
 }

 .services-single .service-tabs .tab-btns .tab-btn:hover,
 .services-single .service-tabs .tab-btns .tab-btn.active-btn {
     color: #ffffff;
     background: #2972b8;
 }

 .services-single .service-tabs .tabs-content {
     position: relative;
     padding: 32px 40px 30px;
     background-color: #ffffff;
     border: 1px solid #e2e8f0;
 }

 .services-single .service-tabs .tabs-content .tab {
     position: relative;
     display: none;
     border-top: 0px;
 }

 .services-single .service-tabs .tabs-content .tab.active-tab {
     display: block;
 }

 .services-single .service-tabs .tabs-content .content {
     position: relative;
 }

 .services-single .service-tabs .tabs-content .content p {
     position: relative;
     color: #2D322E;
     font-size: 14px;
     line-height: 1.9em;
 }

 .contact-form input.error,
 .contact-form select.error,
 .contact-form textarea.error {
     border-color: #ff0000 !important;
 }

 .contact-form label.error {
     display: block;
     line-height: 24px;
     padding: 5px 0px 0px;
     margin: 0px;
     text-transform: uppercase;
     font-size: 12px;
     color: #ff0000;
     font-weight: 500;
 }

 .banner-carousel-1 h1 {
     color: #fff !important;
 }

 .banner-carousel-1 .text-white {
     color: #fff;
 }

 .banner-carousel-1 .text {
     margin-top: 20px;
     color: #fff !important;
 }

 .section-csk .bg-white {
     background: #fff;
     padding: 20px;
 }

 .btn-cs {
     background: #c60651 !important;
     padding: 5px 10px 5px 10px !important;
     font-size: 16px;
     border-radius: 5px;
 }

 .banner-section.style-two .content-box h1 {
     font-size: 45px !important;
 }

 .banner-carousel-1 h4 {
     text-transform: uppercase;
     font-size: 26px;
     line-height: 1.34615em;
     margin-bottom: 15px;
     margin-top: 15px;
 }

 .bg-dark-1 {
     background: #2972b8 !important;
 }

 .cst-sec {
     border-radius: 5px;
     background: #fff !important;
     padding: 50px 15px;
 }

 .cst-sec .add-to-cart {
     margin-top: 20px;
 }

 .cst-sec .qty {
     max-width: 150px;
     margin: 0 auto;
 }

 .cst-sec h4 {
     padding-top: 15px !important;
 }

 .mx-width {
     padding-left: 10px;
     padding-top: 25px;
     max-width: 530px;
 }

 .mx-width .cst-sec .add-to-cart {
     border-radius: 0px;
     font-size: 10px;
     font-weight: 600;
     margin-top: 10px;
     padding: 5px 15px;
     border: 1px solid #bfbcbc;
 }

 .mx-width .cst-sec {
     margin-bottom: 10px;
     border-radius: 0px;
     background: #fff !important;
     padding: 15px 0px 0px;
 }

 .support-sec .process-block .inner-box:before {
     background: none !important;
 }

 .support-bn .list-style-three li {
     color: #fff !important;
 }

 .support-bn .list-style-three li:before {
     color: #fff !important;
 }

 .advicer-section.pt-40 {
     padding: 50px 0px 50px !important;
 }

 .bg-light {
     background-color: #f3f5f6 !important;
 }

 .cst-layout .services-block-three {
     text-align: center !important;
 }

 .pt-50 {
     padding: 20px 20px !important;
 }

 .list-cs {
     display: inline-flex !important;
 }

 .list-cs li {
     padding: 0 15px !important;
 }

 .list-cs li a {
     color: #fff;
     font-size: 20px;
 }

 .mx-width .cst-sec h5 {
     font-size: 16px;
     padding-top: 10px;
     text-transform: capitalize;
     font-weight: 500;
 }

 .ptl {
     padding-right: 5px !important;
     padding-left: 5px !important;
 }

 .mx-width .btn {
     font-size: 20px;
     font-weight: 600;
 }

 .support-sec .process-block .inner-box {
     padding: 0px 35px 0px;
     background-color: #ffffff;
     box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
     min-height: 245px;
 }

 .pkg-sec p {
     line-height: 80px !important;
 }

 .banner-carousel-1 .content-box.right-box {
     float: right;
 }

 .list-inline-cs {
     margin-top: 20px;
     display: inline-flex !important;
     padding-right: 10px;
 }

 .features_list_02.list-inline-cs li {
     color: #fff !important;
     top: 0 !important;
     margin-bottom: 0 !important;
 }

 .features_list_02 li:hover::before {
     background: #0071dc;
 }

 .list-inline-cs li {}

 .buy-now-sec .content-box .inner {
     padding: 200px 0px 150px;
 }

 .features_list_02.list-inline-cs li {
     color: #fff !important;
     top: 0 !important;
     margin-bottom: 0 !important;
 }

 .list-inline-cs li {}

 .features_list_02 li {}

 .features_list li {}

 .list-inline-cs li:before {
     position: absolute;
     content: '';
     font-weight: 700;
     content: "\2713";
     font-size: 12px;
     color: rgb(255, 255, 255);
     left: 0px;
     top: 0px;
     width: 40px;
     height: 40px;
     display: inline-block;
     line-height: 40px;
     text-align: center;
     z-index: 1;
     background: rgb(32, 118, 182);
     border-radius: 50%;
     transition: all 0.3s ease 0s;
 }

 .features_list_02.list-inline-cs li {
     color: #fff !important;
     top: 0 !important;
     margin-bottom: 0 !important;
 }

 .list-inline-cs li {
     margin-right: 15px;
     padding-right: 15px;
 }

 .features_list_02 li {}

 .features_list li {
     font-size: 25px;
     line-height: 1;
     padding-left: 50px;
     position: relative;
     font-family: Allerta, sans-serif;
 }

 .rtl-brd {
     border-right: 2px solid #fff !important;
 }

 .buy-now-sec .text {
     font-size: 18px;
     list-style: 25px;
 }

 .buy-now-sec .link-box {
     margin-top: 25px !important;
 }

 .buy-now-sec .content-box h1:before {
     position: absolute;
     content: '';
     left: 0px;
     bottom: 0px;
     width: 115px;
     height: 5px;
     border-radius: 10px;
     display: inline-block;
     background-color: #2972b8;
 }

 .buy-now-sec .content-box h1 {
     line-height: 55px !important;
 }

 .services-section-three.pb {
     position: relative;
     padding: 0px 0px 0px !important;
 }

 .cst-feature-1 {
     max-width: 650px;
     margin: 0 auto
 }

 .cst-feature-1 .featured-block img {
     max-width: 30px;
 }

 .cst-feature-1 .featured-block {
     margin-bottom: 10px !important;
 }

 .cst-feature-1 .featured-block h3 {
     font-size: 15px !important;
     padding-top: 10px;
 }

 .cst-feature-1 .featured-block .inner-box {
     padding: 15px 5px !important;
 }

 .shop-item .lower-content h5 {
     font-size: 15px !important;
     font-weight: 600 !important;
 }

 .grow-content .number span {
     margin-bottom: 30px;
     display: inline-block;
     height: 60px;
     width: 60px;
     line-height: 60px;
     background-color: #1696d9;
     color: #fff;
     font-size: 25px;
     text-align: center;
     border-radius: 50px;
     -webkit-transition: .5s;
     transition: .5s;
 }

 .grow-content span {
     font-weight: 600;
     color: #4ed198;
 }

 .text-1 {
     color: #fff;
 }

 .pt-bn-50 {
     padding-top: 75px;
     padding-bottom: 0px;
 }

 .sec-title-1 h1 {
     font-weight: 600;
     font-size: 36px !important;
 }

 .buy-now-sec small {
     font-size: 60%;
     font-weight: 400;
 }

 .inner-navbar ul li a {
     color: #2972b8 !important;
     font-weight: 500;
 }

 .inner-navbar .navbar-brand {
     border-right: 2px solid #333;
     padding-right: 4.5%;
 }

 ul.list-csk {
     padding-bottom: 37px;
     padding-left: 20px !important;
 }

 .list-csk-1 li {
     line-height: 45px;
 }

 ul.list-csk li {
     color: #000;
     list-style: disc !important;
     line-height: 30px;
 }

 .pts-20 {
     font-size: 20px;
     padding-top: 20px;
     padding-bottom: 20px;
     font-weight: 600;
 }

 .blue-1 {
     color: #2972b8 !important;
 }

 .content-column ol {
     padding-left: 30px;
 }

 .content-column ol li {
     list-style-type: decimal;
     font-size: 15px;
 }

 .content-column img {
     padding: 10px;
     margin: 10px;
     border-radius: 5px;
     box-shadow: 0px 0px 6px #d3cdcd;
 }

 a.theme-btn:hover {
     color: white !important;
     box-shadow: 0px 0px 10px white;
 }

 .section-title.title-ex1 h2 {
     padding-bottom: 20px;
 }

 .section-title.title-ex1 h2:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 12px;
     width: 110px;
     height: 1px;
     background-color: #d6dbe2;
 }

 .section-title.title-ex1 h2:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: 12px;
     width: 40px;
     height: 1px;
     background-color: #0cc652;
 }

 .section-title.title-ex1.text-center h2:before {
     left: 50%;
     transform: translateX(-50%);
 }

 .section-title.title-ex1.text-center h2:after {
     left: 50%;
     transform: translateX(-50%);
 }

 .section-title.title-ex1.text-right h2:before {
     left: auto;
     right: 0;
 }

 .section-title.title-ex1.text-right h2:after {
     left: auto;
     right: 0;
 }

 .section-title.title-ex1 p {
     color: #8b8e93;
     font-size: 14px;
     font-weight: 300;
 }

 .price-card {
     background: #f5f5f6;
     padding: 30px 25px;
     position: relative;
     border-radius: 2px;
     overflow: hidden;
 }

 .price-card:before {
     position: absolute;
     content: "";
     top: 0;
     right: -35px;
     width: 88px;
     height: 88px;
     opacity: 0.2;
     border-radius: 8px;
     transform: rotate(45deg);
 }

 .price-card .price {
     text-align: left;
 }

 .price-card:after {
     position: absolute;
     content: "";
     top: 30px;
     right: -35px;
     width: 88px;
     height: 88px;
     opacity: 0.2;
     border-radius: 8px;
     transform: rotate(45deg);
 }

 .price-card h2 {
     color: #000;
     text-align: left;
     font-size: 23px;
     font-weight: 500;
 }

 .price-card .btn {
     font-size: 11px;
     border-radius: 100px;
     padding: 0 25px;
     border: 0;
     color: #fff;
 }

 .price-card .btn.btn-primary {
     border: 0 !important;
 }

 .price-card.featured {
     margin: 0 auto;
     max-width: 294.12px;
     background: #fff;
     border-top: none;
     border-left: 1px solid #ebebeb;
     border-right: 1px solid #ebebeb;
     border-bottom: 1px solid #ebebeb;
     box-shadow: 1px 2px 4px 2px #14131330;
 }

 .price-card:hover .btn {
     background: #0cc652;
     border-color: #0cc652;
 }

 p.price span {
     text-align: left;
     display: inline-block;
     padding: 5px 0px 5px;
     padding-right: 0;
     font-size: 20px;
     font-weight: 600;
     color: #2972b8;
     position: relative;
 }

 .pricing-offers {
     text-align: left;
     padding: 30px 0 10px;
 }

 .pricing-offers li {
     color: #000;
     padding: 0 0 10px;
     line-height: 20px;
     display: flex;
 }

 .pricing-offers li .fa {
     margin-right: 15px;
     font-style: italic;
     font-size: 14px;
 }

 .btn.btn-mid {
     height: 40px;
     line-height: 40px;
     padding: 0 20px;
 }

 .package-plan .btn-style-one {
     text-transform: capitalize;
     background: #2972b8;
     border-radius: 0px !important;
     padding: 10px 60px;
     font-size: 16px;
 }

 .package-plan .btn-style-one.pt-30 {
     padding: 10px 40px;
 }

 .package-plan .light {
     color: #878787;
     line-height: 20px;
     font-size: 14px;
 }

 .icon-inline {
     padding-bottom: 5px;
     display: flex;
     flex-wrap: wrap;
 }

 .icon-inline li {
     flex-grow: 1;
     padding: 5px 8px;
 }

 .custom-list li {
     padding: 5px 4px;
 }

 .custom-list p {
     font-weight: 500;
 }

 .wd-80 img {
     max-height: 50px;
 }

 .box {
     box-shadow: 0px 2px 3px 0px #d5bfbf;
 }

 .box-1 {
     border-radius: 5px;
     border: 1px solid #9191913d;
     background: #fff;
     box-shadow: 1px 2px 14px 5px #14131330;
 }

 .custom-sec h5 {
     padding-bottom: 15px;
     font-size: 20px;
     font-weight: 600;
     line-height: 35px;
 }

 .light-1 {
     background: #F2F2F2 !important;
 }

 .light-2 {
     background: #DEEBF7;
 }

 .cta {
     padding-top: 20px;
     font-size: 18px !important;
     font-weight: 600;
 }

 .cta-1 {
     padding-top: 0px;
     font-size: 18px !important;
     font-weight: 600;
 }

 .cta a {
     color: #2D322E !important;
 }

 .list-spt-1 p {
     padding-bottom: 10px;
 }

 .list-spt-1 h4 {
     padding-bottom: 10px;
 }

 .buy-support .btn-style-one {
     margin-top: 10px;
     padding: 10px 30px !important
 }

 .pt-15 {
     max-width: 900px;
     padding-top: 25px;
     margin: 0 auto;
 }

 .buy-support {
     padding: 25px 20px;
     padding-left: 50px;
     clip-path: polygon(8% 1%, 100% 0%, 100% 100%, 8% 100%, 0% 50%);
     background: #fff;
 }

 .list-12 li {
     flex-grow: initial !important;
 }

 .custom-sec {
     padding: 50px 50px !important;
 }

 .sub-nav {
     padding-left: 40px;
 }

 .step-form-sec .accordion-box .block .acc-btn {
     padding: 10px 0px;
 }

 .step-form-sec .accordion-box .block .acc-btn h4 {
     font-size: 18px;
 }

 .step-form-sec .accordion-1 .acc-btn h4 {
     font-size: 18px;
 }

 .step-form-sec .accordion-box .block .acc-content.current {
     box-shadow: none;
 }

 .step-form-sec .accordion-box .block {
     border-bottom: 2px solid #e2e8f0 !important;
     border: none;
 }

 .step-form-sec .accordion-box .block .content {
     padding: 10px 0px 10px;
 }

 .step-form-sec label {
     font-size: 15px !important;
     display: inline-block;
     margin-bottom: .5rem;
     color: #000;
     font-weight: 500;
 }

 .form-wizard .wizard-form-radio {
     display: inline-block;
     margin-left: 5px;
     position: relative;
 }

 .step-form-sec .form-wizard .wizard-form-radio input[type="radio"] {
     -webkit-appearance: none;
     -moz-appearance: none;
     -ms-appearance: none;
     -o-appearance: none;
     appearance: none;
     background-color: #dddddd;
     height: 25px;
     width: 25px;
     display: inline-block;
     vertical-align: middle;
     border-radius: 50%;
     position: relative;
     cursor: pointer;
 }

 .step-form-sec .form-wizard .wizard-form-radio input[type="radio"]:focus {
     outline: 0;
 }

 .step-form-sec .form-wizard .wizard-form-radio input[type="radio"]:checked {
     background-color: #4472c4;
 }

 .step-form-sec .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
     content: "";
     position: absolute;
     width: 10px;
     height: 10px;
     display: inline-block;
     background-color: #ffffff;
     border-radius: 50%;
     left: 1px;
     right: 0;
     margin: 0 auto;
     top: 8px;
 }

 .step-form-sec .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
     content: "";
     display: inline-block;
     webkit-animation: click-radio-wave 0.65s;
     -moz-animation: click-radio-wave 0.65s;
     animation: click-radio-wave 0.65s;
     background: #000000;
     content: '';
     display: block;
     position: relative;
     z-index: 100;
     border-radius: 50%;
 }

 .step-form-sec .form-wizard .wizard-form-radio input[type="radio"]~label {
     padding-left: 10px;
     cursor: pointer;
 }

 .step-form-sec .thank-u p {
     font-size: 16px;
     font-weight: 600;
     line-height: 50px;
     padding: 10px;
 }

 .step-form-sec .btn-style-one {
     background: #4472c4;
     border-radius: 0px !important;
     padding: 10px 60px;
     margin-top: 20px;
 }

 .pt-foot .social-box {
     padding-top: 20px;
 }

 .pt-foot .social-box li a {
     font-size: 18px !important
 }

 .mx-width-800 {
     max-width: 1100px;
     margin: 0 auto;
 }

 .txt-grey {
     color: #767272 !important;
 }

 .txt-grey strong {
     color: #7F7F7F;
 }

 .btn-style-one.btn-cs-1 {
     background: #4472c4;
     border-radius: 10px !important;
     padding: 15px 40px;
     font-size: 20px;
     font-weight: 500;
     box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, .4), inset 0 0 3px 0 rgba(0, 0, 0, .4), inset 0 0 3px 5px rgba(0, 0, 0, .05), 2px 2px 4px 0 rgba(0, 0, 0, .25) !important;
 }

 .oops-model {
     top: 15%;
 }

 .oops-model .modal-content {
     padding: 10px 20px;
     color: #fff !important;
     background: #225090;
     border: none;
     box-shadow: 0px 1px 0px 10px #e9e8e80d;
 }

 .oops-model .modal-dialog {
     max-width: 750px;
 }

 .oops-model .call-to-action h5 {
     line-height: initial;
 }

 .oops-model .btn-style-one {
     padding: 10px 30px !important;
     font-size: 18px !important;
     color: #2972b8 !important;
     border: 4px solid #3C5E9B;
     text-transform: uppercase;
     font-weight: 600;
     border-radius: 10px !important;
     box-shadow: 0px 0px 9px 4px #fff8f840;
 }

 .call-to-action .icon {
     float: right !important;
     margin-top: -20px;
 }

 .call-to-action ul li {
     text-align: right;
 }

 .clt2 .call-to-action .icon {
     float: left !important;
     margin-top: -20px;
 }

 .clt2 .call-to-action ul li {
     text-align: left;
 }

 .light-2-tran {
     background: #deebf7b3 !important;
 }

 .mx-1600 {
     max-width: 1580px;
 }

 .sub-nav .navbar-expand-lg {
     max-width: 1800px;
     margin: 0 auto;
 }

 .sub-nav .navbar-brand strong {
     color: #818181;
     font-weight: 500 !important;
 }

 .divider {
     width: 100%;
     height: 2px;
     opacity: 0.8;
     background: #DCD5D5;
     max-width: 550px;
 }

 .call-to-action h5 {
     line-height: 0px;
 }

 .cta-2 h5 {
     padding-bottom: 0px;
 }

 .txt-bt {
     font-size: 22px !important;
     font-weight: 400;
 }

 .text-dark {
     color: #000 !important;
 }

 .text-grey-1 {
     color: #7a8086;
 }

 .btn-light {
     position: relative;
     display: inline-block;
     font-size: 18px;
     line-height: 25px;
     color: #000;
     padding: 10px 20px;
     font-weight: 600;
     overflow: hidden;
     border-radius: 0px;
     background-color: #fff;
     text-transform: capitalize;
     box-shadow: 0px 8px 15px rgb(217 217 217 / 50%);
 }

 .btn-light:hover {
     color: #212529;
     background-color: #ffffff;
     border-color: #ffffff;
 }

 .btn-group .btn-light {
     margin-right: 10px;
 }

 .l-border {
     padding: 20px;
     border-left: 2px solid #f2f2f2 !important;
 }

 .spt-cs-1 ul.list-csk {
     padding-bottom: 0px;
 }

 .spt-cs-1 ul.list-csk li {
     line-height: 30px;
 }

 .spt-cs-1 h3 {
     font-weight: 600;
 }

 .light-3 {
     background: #f9f9f9;
 }

 .pr-0 {
     padding-right: 0px !important;
 }

 .pt-7P {
     padding-left: 7%;
 }

 .ptb-0 {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
 }

 .strong {
     font-weight: 600;
 }

 .underline,
 .underline-2 {
     height: 2px;
     background: #2D322E;
     width: 100%;
     max-width: 260px;
     margin-bottom: 10px;
     margin-top: -10px;
 }

 .underline-2 {
     max-width: 360px;
     margin-top: 0px;
 }

 .mx-wd-cs {
     max-width: 880px;
 }

 .step-form-sec .price-card.featured {
     max-width: 350.12px;
 }

 .step-form-sec .price-card {
     padding: 30px 20px !important;
 }

 .step-form-sec .font-20 {
     font-size: 22px !important;
 }

 .step-form-sec .hm-back-btn {
     font-size: 25px;
     padding: 10px 20px;
     text-transform: capitalize;
 }

 .sm-font {
     font-weight: 600;
 }

 .btn-cart3 .text-2 {
     margin-bottom: 10px;
     text-align: center;
     padding: 5px 5px;
     border: 2px solid #B0B0B0;
     width: 170px;
     border-radius: 5px;
 }

 .btn-cart3 .bt2 {
     font-size: 28px;
     background: none;
 }

 @media (max-width: 1200px) {
     .custom-list li p {
         font-size: 13px;
         line-height: 26px;
         font-weight: 600;
     }

     .package-plan .btn-style-one {
         padding: 10px 35px;
     }

     .pts-20 {
         padding-top: 10px;
         padding-bottom: 0px;
     }

     .custom-sec {
         padding: 50px 15px !important;
     }

     .ptb-0 {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
     }

     .custom-sec.pr-0 {
         padding-right: -9px !important;
     }

     .custom-sec .pt-7P {
         padding-left: 2% !important;
     }

     ul.list-csk li {
         line-height: 30px;
     }

     .icon-inline img {
         max-width: 140px !important;
     }

     .price-card {
         padding: 15px 15px;
     }

     .pricing-section .cs-5 {
         padding-top: 10px !important;
         padding-bottom: 10px !important;
     }
 }

 @media (max-width:991px) {
     .btn-group .btn-light {
         font-size: 15px;
     }

     .custom-list li {
         max-width: 120px;
     }

     .custom-list li {
         padding: 5px 2px;
     }

     .custom-list.wd-80 img {
         max-height: 45px;
     }

     .custom-list li p {
         font-size: 13px;
         line-height: 18px;
     }
 }

 @media (max-width:768px) {
     .custom-sec h5 {
         line-height: 30px;
     }

     .custom-list li {
         max-width: 140px;
     }

     .custom-sec .sec-title-1 h1 {
         font-size: 1.6rem !important;
     }

     .icon-inline li {
         flex-grow: 1;
         padding: 5px 3px;
     }

     .custom-sec .text h4 {
         font-size: 18px;
     }
 }

 @media (max-width:559px) {
     .custom-sec h5 {
         line-height: 25px;
         font-size: 16px;
     }

     .custom-sec .sec-title-1 h1 {
         font-size: 1.6rem !important;
     }

     .custom-sec .text h4 {
         font-size: 15px;
     }

     .footer-bottom .list-cs {
         display: block !important;
     }

     .footer-bottom .list-cs li {
         padding: 10px 15px !important;
     }

     .footer-bottom .social-box.list-cs {
         display: inline-flex !important;
         margin: 0 auto !important;
         width: auto;
     }

     .cta-1 {
         font-size: 16px !important;
     }

     .sec-title-1 h2 {
         font-size: 1.4rem;
     }

     h5.text-grey-1 {
         font-size: 16px;
     }

     .list-cs li a {
         color: #fff;
         font-size: 16px;
     }

     .call-to-action h5 {
         font-size: 1.15rem;
     }

     .oops-model h2 {
         font-size: 22px;
     }

     .list-spt-1 .text h4 {
         font-size: 22px;
     }

     .underline,
     .underline-2 {
         max-width: 245px;
     }

     .underline-2 {
         max-width: 310px;
     }

     .pt-7P {
         padding-left: 3%;
     }

     .ptb-0 {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
     }

     .l-border {
         border: none !important;
     }

     .spt-cs-1 h3 {
         font-size: 1.5rem;
     }

     .sm-font {
         font-size: 1.5rem;
         font-weight: 600 !important;
     }

     .icon-inline li {
         flex-grow: 1;
         padding: 12px 8px;
     }
 }

 @media only screen and (min-width:1600px) {
     .price-card {
         padding: 30px 45px !important;
     }
 }

 @media (max-width:768px) {
     .list-cs li a.list-cs li a {
         font-size: 16px;
     }

     .form-wizard .form-wizard-steps li::after {
         top: 15% !important;
     }

     .form-wizard .form-wizard-steps li {
         width: 32% !important;
     }
 }

 .step-form-sec .icon-outer {
     display: none;
 }

 .step-form-sec .accordion-box .block .icon-outer {
     border-left: 1px solid #fff;
 }

 .form-wizard .form-wizard-steps li.active span,
 .form-wizard .form-wizard-steps li.activated {
     color: #fff !important;
 }

 .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
     content: "";
     display: inline-block;
     webkit-animation: click-radio-wave 0.65s;
     -moz-animation: click-radio-wave 0.65s;
     animation: click-radio-wave 0.65s;
     background: #000000;
     content: '';
     display: block;
     position: relative;
     z-index: 100;
     border-radius: 50%;
 }

 .form-wizard .wizard-form-radio input[type="radio"]~label {
     padding-left: 10px;
     cursor: pointer;
 }

 .form-wizard .form-wizard-header {
     text-align: center;
 }

 .form-wizard .form-wizard-next-btn,
 .form-wizard .form-wizard-previous-btn,
 .form-wizard .form-wizard-submit {
     background-color: #4472C4;
     color: #ffffff;
     display: inline-block;
     min-width: 100px;
     min-width: 120px;
     padding: 10px;
     text-align: center;
 }

 .form-wizard .form-wizard-next-btn:hover,
 .form-wizard .form-wizard-next-btn:focus,
 .form-wizard .form-wizard-previous-btn:hover,
 .form-wizard .form-wizard-previous-btn:focus,
 .form-wizard .form-wizard-submit:hover,
 .form-wizard .form-wizard-submit:focus {
     color: #ffffff;
     opacity: 0.6;
     text-decoration: none;
 }

 .form-wizard .wizard-fieldset {
     display: none;
 }

 .form-wizard .wizard-fieldset.show {
     display: block;
 }

 .form-wizard .wizard-form-error {
     display: none;
     content: 'fill Details';
     position: absolute;
     height: 2px;
     width: 93%;
     margin: 0 auto;
 }

 .form-wizard .form-wizard-previous-btn {
     background-color: #4472C4;
 }

 .form-wizard .form-control {
     font-weight: 400;
     height: auto !important;
     padding: 8px;
     color: #000;
     background-color: #fff;
     border: 1px solid #4472c4;
 }

 .form-wizard .form-control:focus {
     box-shadow: none;
 }

 .form-wizard .wizard-form-text-label {
     position: absolute;
     left: 10px;
     top: 16px;
     transition: 0.2s linear all;
 }

 .form-wizard .focus-input .wizard-form-text-label {
     color: #d65470;
     top: -18px;
     transition: 0.2s linear all;
     font-size: 12px;
 }

 .form-wizard .form-wizard-steps {
     margin: 30px 0;
 }

 .form-wizard .form-wizard-steps li {
     font-weight: 500;
     width: 50%;
     float: left;
     position: relative;
 }

 .form-wizard .form-wizard-steps li::after {
     background-color: #919191;
     content: "";
     height: 5px;
     left: 0;
     position: absolute;
     right: 0;
     top: 15%;
     transform: translateY(-50%);
     width: 100%;
     border-bottom: 1px solid #919191;
     border-top: 1px solid #919191;
 }

 .form-wizard .form-wizard-steps li span {
     background-color: #919191;
     border-radius: 50%;
     display: inline-block;
     height: 20px;
     line-height: 20px;
     position: relative;
     text-align: center;
     width: 20px;
     z-index: 1;
 }

 .form-wizard .form-wizard-steps li:last-child::after {
     width: 50%;
 }

 .form-wizard .form-wizard-steps li.active span,
 .form-wizard .form-wizard-steps li.activated span {
     background-color: #4472c4;
     color: #ffffff;
 }

 .form-wizard .form-wizard-steps li.active::after,
 .form-wizard .form-wizard-steps li.activated::after {
     background-color: #4472c4;
     left: 50%;
     width: 50%;
     border-color: #d65470;
 }

 .form-wizard .form-wizard-steps li.activated::after {
     width: 100%;
     border-color: #d65470;
 }

 .form-wizard .form-wizard-steps li:last-child::after {
     left: 0;
 }

 .form-wizard .wizard-password-eye {
     position: absolute;
     right: 32px;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
 }

 .btn-cart3 {
     cursor: pointer;
 }

 .btn-cart3 lebel {
     position: absolute;
     right: 30%;
     margin-top: 7px;
 }

 .btn-cart3 .text-2 {
     text-align: left;
     padding-left: 14px;
 }

 .btn-cart3 .leb2 {
     position: absolute;
     right: 50%;
     margin-top: 5px;
     word-spacing: 15px;
     transform: translateX(55%);
 }

 .btn-cart3 .text-3 {
     padding-left: 1px !important;
     text-align: center;
 }

 .order-sc .form-wizard .form-wizard-steps li span {
     background-color: #4472c4 !important;
 }

 .order-sc .form-wizard .form-wizard-steps li::after {
     background-color: #4472c4 !important;
 }

 .support-sec1.page-title {
     padding: 170px 0px 90px;
 }

 .consult-section .social-info .social-info-inner ul li .icon {
     color: #fff;
 }

 .f-weight {
     font-weight: 600;
 }

 .support-page-3 span img {
     max-width: 25px !important;
 }

 .support-page-3 .list-od1 li {
     padding-left: 30px;
 }

 .f-weight {
     font-weight: 600;
 }

 .modal-body img {
     padding: 3px;
     margin: 6px;
     border-radius: 5px;
     box-shadow: 0px 0px 5px;
     width: 100%;
 }

 .blog-single h2 {
     font-size: 1.8rem;
     margin-bottom: 10px;
 }

 .blog-single ol li {
     list-style-type: decimal;
     margin-left: 30px;
 }

 @media screen and (min-device-width: 991px) and (max-device-width:1100px) {
     .btn-cart3 .leb2 {
         right: 49% !important;
     }

     .btn-cart3 lebel {
         right: 30%;
     }
 }

 @media (min-width: 320px) {
     .support-page-3 .list-od li {
         margin-bottom: 20px;
         list-style: decimal;
     }

     .support-page-3 .list-od {
         padding-left: 45px;
     }

     .support-page-3 .in-touch-section {
         background: #fff;
     }

     .support-page-3 li {
         color: #000;
         margin-top: 20px;
         font-weight: 600;
     }

     .support-page-3 .list-od1 li {
         color: #2972b8 !important;
         list-style: none;
         padding-left: 35px;
         margin-top: 5px;
         font-weight: 600;
     }

     .support-page-3 .list-od1 li {
         padding-left: 30px;
     }

     .btn-sport {
         height: 32px;
         -webkit-border-radius: 16px;
         -moz-border-radius: 16px;
         border-radius: 16px;
         margin-right: 8px;
         font-size: 15px;
         display: inline-block;
         padding: 2px 16px;
         background: #2972b8;
         border: 0.125rem solid transparent;
         color: #fff !important;
         transition: background 150ms ease-out 0s, border-color 150ms ease-out 0s, color 150ms ease-out 0s, box-shadow 150ms ease-out 0s;
         vertical-align: top;
         text-decoration: none !important;
     }

     .support-page-3 p {
         margin-top: 25px;
     }
 }

 .country-select {
     width: 100%;
 }

 .active {
     border-bottom: 2px solid #fff;
 }

 .sec-plan .btn-style-two {
     color: #fff !important;
 }

 .chatbody {
     border: 8px solid #007bff;
     border-radius: 8px;
     margin: 15px;
 }

 .cform button {
     font-weight: 500;
     letter-spacing: 1px;
     font-size: 18px;
     padding: 10px 25px;
 }

 button.btn.dropdown-toggle.btn-default {
     padding: 7px;
     border: 1px solid #2972b8;
     font-size: 14px;
 }

 .content label {
     font-weight: 700;
 }

 .modal-body h2 {
     font-size: 1.7rem;
 }

 .modal-header .close {
     padding: 0;
     margin: 0;
 }

 .modal-header button {
     border-radius: 50%;
     width: 40px;
     height: 40px;
     font-size: 20px;
     opacity: 1;
     color: #fff;
     position: absolute;
     right: 20px;
     top: 5px;
 }

 .close:focus,
 .close:hover {
     color: #fff;
     opacity: 1;
 }

 .m-5-i {
     padding: 20px !important;
 }

 #myModal2 input,
 #myModal2 select {
     border: 1px solid #007BFF;
 }

 .close2 {
     background: #000 !important;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     font-size: 20px;
     position: absolute;
     top: 20px;
     right: 20px;
     opacity: 1;
     color: #fff;
 }

 .close:focus,
 .close:hover {
     color: #fff;
     opacity: 1;
 }

 .black-overlay {
     background: rgba(0, 0, 0, 0.6) !important;
 }

 @media (min-width: 1200px) {
     .container {
         max-width: 1500px;
     }
 }

 @media (min-width: 992px) {
     .navbar-expand-md .navbar-toggler {
         display: none !important;
     }

     .section-title.title-ex1 h2:before {
         bottom: 25px;
     }

     .section-title.title-ex1 h2:after {
         bottom: 25px;
     }

     .modal-content-my {
         width: 60% !important;
     }
 }

 @media (min-width: 768px) {
     .section-title.title-ex1 h2 {
         padding-bottom: 30px;
     }

     .section-title.title-ex1 h2:before {
         bottom: 17px;
     }

     .section-title.title-ex1 h2:after {
         bottom: 17px;
     }
 }

 @media (min-width: 320px) {
     .section-title.title-ex1 h2 {
         padding-bottom: 40px;
     }
 }



 .pricing-section {
    padding-top: 165px;
    padding-bottom: 150px;
    padding-right: 0;
    padding-left: 0;
 }

 .section-title {
     text-align: center;
     margin-bottom: 60px;
     color: white;
 }

 .section-title h2 {
     font-size: 3rem;
     font-weight: 700;
     margin-bottom: 20px;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
     color: var(--dark-blue);
 }

 .section-title p {
     font-size: 1.2rem;
     opacity: 0.9;
     max-width: 600px;
     margin: 0 auto;
 }

 .pricing-card {
     background: rgba(255, 255, 255, 0.95);
     border-radius: 20px;
     padding: 40px 30px;
     margin: 20px 0;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     position: relative;
     overflow: hidden;
     border: 3px solid transparent;
     backdrop-filter: blur(10px);
 }

 .pricing-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 6px;
     background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
     transform: scaleX(0);
     transition: transform 0.4s ease;
 }

 /*
 .pricing-card:hover {
     transform: translateY(-15px) scale(1.02);
     box-shadow: 0 30px 60px rgba(30, 136, 229, 0.3);
     border-color: var(--primary-blue);
 }

 .pricing-card:hover::before {
     transform: scaleX(1);
 } */

 .pricing-card.featured {
     border-color: var(--primary-blue);
     background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(255, 255, 255, 0.95));
 }

 .pricing-card.featured::before {
     transform: scaleX(1);
     height: 8px;
 }

 .plan-header {
     text-align: center;
     margin-bottom: 30px;
 }

 .plan-name {
     font-size: 1.8rem;
     font-weight: 700;
     color: var(--dark-blue);
     margin-bottom: 10px;
 }

 .plan-subtitle {
     color: #666;
     font-size: 1.1rem;
     margin-bottom: 25px;
 }

 .plan-price {
     font-size: 3.5rem;
     font-weight: 800;
     color: var(--primary-blue);
     margin-bottom: 5px;
     position: relative;
 }

 .plan-price .currency {
     font-size: 2rem;
     vertical-align: top;
 }

 .plan-price .decimal {
     font-size: 2rem;
 }

 .plan-features {
     list-style: none;
     padding: 0;
     margin: 30px 0;
 }

 .plan-features li {
     padding: 12px 0;
     border-bottom: 1px solid rgba(30, 136, 229, 0.1);
     position: relative;
     padding-left: 35px;
     color: #555;
     font-weight: 500;
     transition: all 0.3s ease;
 }

 .plan-features li:last-child {
     border-bottom: none;
 }

 .plan-features li::before {
     content: '\f00c';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
     position: absolute;
     left: 0;
     top: 15px;
     color: var(--primary-blue);
     font-size: 14px;
     width: 20px;
     height: 20px;
     background: rgba(30, 136, 229, 0.1);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }

 .pricing-card:hover .plan-features li::before {
     background: var(--primary-blue);
     color: white;
     transform: scale(1.2);
 }

 .plan-button {
     width: 100%;
     padding: 15px 30px;
     background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
     color: white;
     border: none;
     border-radius: 50px;
     font-size: 1.1rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
 }

 .plan-button::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
     transition: left 0.6s ease;
 }

 .plan-button:hover {
     transform: translateY(-2px);
     box-shadow: 0 10px 25px rgba(30, 136, 229, 0.4);
 }

 .plan-button:hover::before {
     left: 100%;
 }

 .pricing-card.featured .plan-button {
     background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
     box-shadow: 0 8px 25px rgba(13, 71, 161, 0.3);
 }

 .badge-popular {
     position: absolute;
     top: -10px;
     right: 20px;
     background: linear-gradient(135deg, #ff6b35, #f7931e);
     color: white;
     padding: 8px 20px;
     border-radius: 20px;
     font-size: 0.8rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
 }

 /* Animation for cards appearing */
 .pricing-card {
     opacity: 0;
     transform: translateY(50px);
     animation: slideUp 0.8s ease forwards;
 }

 .pricing-card:nth-child(1) {
     animation-delay: 0.1s;
 }

 .pricing-card:nth-child(2) {
     animation-delay: 0.2s;
 }

 .pricing-card:nth-child(3) {
     animation-delay: 0.3s;
 }

 .pricing-card:nth-child(4) {
     animation-delay: 0.4s;
 }

 @keyframes slideUp {
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /* Floating animation */
 @keyframes float {

     0%,
     100% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-10px);
     }
 }

 /* .pricing-card:hover {
     animation: float 3s ease-in-out infinite;
 } */

 /* Responsive adjustments */
 @media (max-width: 768px) {
     .section-title h2 {
         font-size: 2.2rem;
     }

     .plan-price {
         font-size: 2.8rem;
     }

     .pricing-card {
         margin: 15px 0;
         padding: 30px 25px;
     }
 }



 .cart-container {
     max-width: 1200px;
     margin: 40px auto;
     padding: 20px;
 }

 .cart-section {
     background: white;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
     margin-bottom: 30px;
     overflow: hidden;
 }

 .section-header {
     padding: 25px 30px;
     border-bottom: 1px solid #e9ecef;
     background: linear-gradient(135deg, rgba(44, 90, 160, 0.05), rgba(255, 255, 255, 0.95));
 }

 .section-header h3 {
     margin: 0;
     color: var(--dark-gray);
     font-weight: 600;
     font-size: 1.4rem;
 }

 .cart-item {
     padding: 30px;
     border-bottom: 1px solid #e9ecef;
     transition: all 0.3s ease;
 }

 .cart-item:last-child {
     border-bottom: none;
 }

 .cart-item:hover {
     background-color: rgba(44, 90, 160, 0.02);
 }

 .plan-name {
     font-size: 1.3rem;
     font-weight: 600;
     color: var(--dark-gray);
     margin-bottom: 5px;
 }

 .plan-subtitle {
     color: var(--medium-gray);
     font-size: 0.95rem;
     margin-bottom: 15px;
 }

 .plan-price {
     font-size: 1.5rem;
     font-weight: 700;
     color: var(--primary-blue);
 }

 .feature-list {
     list-style: none;
     padding: 0;
     margin: 15px 0 0 0;
 }

 .feature-list li {
     padding: 4px 0;
     color: var(--medium-gray);
     font-size: 0.9rem;
     position: relative;
     padding-left: 20px;
 }

 .feature-list li::before {
     content: '\f00c';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
     color: var(--success-green);
     position: absolute;
     left: 0;
     font-size: 12px;
 }

 .remove-btn {
     background: none;
     border: none;
     color: var(--danger-red);
     font-size: 0.9rem;
     padding: 5px 10px;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .remove-btn:hover {
     background-color: var(--danger-red);
     color: white;
     border-radius: 4px;
 }

 .remove-btn i {
     margin-right: 5px;
 }

 .order-summary {
     padding: 30px;
 }

 .summary-row {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 12px 0;
     border-bottom: 1px solid #e9ecef;
 }

 .summary-row:last-of-type {
     border-bottom: 2px solid var(--primary-blue);
     margin-bottom: 20px;
     padding-bottom: 15px;
 }

 .summary-label {
     color: var(--medium-gray);
     font-weight: 500;
 }

 .summary-value {
     font-weight: 600;
     color: var(--dark-gray);
 }

 .total-row .summary-label,
 .total-row .summary-value {
     font-size: 1.2rem;
     font-weight: 700;
     color: var(--primary-blue);
 }

 .discount-value {
     color: var(--discount-green);
     font-weight: 600;
 }

 .coupon-section {
     margin-bottom: 25px;
 }

 .coupon-label {
     display: block;
     margin-bottom: 10px;
     font-weight: 600;
     color: var(--dark-gray);
 }

 .coupon-input-group {
     display: flex;
     gap: 10px;
 }

 .coupon-input {
     flex: 1;
     padding: 12px 15px;
     border: 2px solid #e9ecef;
     border-radius: 8px;
     font-size: 0.95rem;
     transition: all 0.3s ease;
 }

 .coupon-input:focus {
     outline: none;
     border-color: var(--light-blue);
     box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
 }

 .apply-btn {
     padding: 12px 25px;
     background: var(--primary-blue);
     color: white;
     border: none;
     border-radius: 8px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .apply-btn:hover {
     background: var(--light-blue);
     transform: translateY(-1px);
 }

 .checkout-btn {
     width: 100%;
     padding: 18px;
     background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
     color: white;
     border: none;
     border-radius: 8px;
     font-size: 1.1rem;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
     margin-bottom: 15px;
 }

 .checkout-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
 }

 .checkout-btn i {
     margin-right: 10px;
 }

 .continue-shopping {
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--primary-blue);
     text-decoration: none;
     font-weight: 500;
     transition: all 0.3s ease;
 }

 .continue-shopping:hover {
     color: var(--light-blue);
     text-decoration: none;
 }

 .continue-shopping i {
     margin-right: 8px;
 }

 .security-info {
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--success-green);
     font-size: 0.9rem;
     margin-top: 15px;
 }

 .security-info i {
     margin-right: 8px;
 }

 .suggestions-section {
     margin-top: 40px;
 }

 .suggestions-header {
     text-align: center;
     margin-bottom: 40px;
     padding: 30px;
     background: white;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
 }

 .suggestions-header h3 {
     color: var(--dark-gray);
     font-weight: 600;
     margin: 0;
 }

 .suggestion-card {
     background: white;
     border-radius: 12px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
     padding: 30px;
     text-align: center;
     transition: all 0.3s ease;
     height: 100%;
 }

 .suggestion-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
 }

 .suggestion-icon {
     width: 60px;
     height: 60px;
     background: linear-gradient(135deg, var(--primary-blue), var(--light-blue));
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 20px;
     color: white;
     font-size: 1.5rem;
 }

 .popular-badge {
     position: absolute;
     top: -10px;
     right: 15px;
     background: #ffc107;
     color: #212529;
     padding: 5px 12px;
     border-radius: 20px;
     font-size: 0.75rem;
     font-weight: 600;
     text-transform: uppercase;
 }

 .suggestion-title {
     font-size: 1.2rem;
     font-weight: 600;
     color: var(--dark-gray);
     margin-bottom: 10px;
 }

 .suggestion-subtitle {
     color: var(--medium-gray);
     font-size: 0.9rem;
     margin-bottom: 20px;
 }

 .suggestion-price {
     font-size: 1.8rem;
     font-weight: 700;
     color: var(--primary-blue);
     margin-bottom: 20px;
 }

 .suggestion-features {
     list-style: none;
     padding: 0;
     margin: 20px 0;
     text-align: left;
 }

 .suggestion-features li {
     padding: 6px 0;
     color: var(--medium-gray);
     font-size: 0.85rem;
     position: relative;
     padding-left: 20px;
 }

 .suggestion-features li::before {
     content: '\f00c';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
     color: var(--success-green);
     position: absolute;
     left: 0;
     font-size: 11px;
 }

 .add-to-cart-btn {
     width: 100%;
     padding: 12px;
     background: var(--medium-gray);
     color: white;
     border: none;
     border-radius: 8px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .add-to-cart-btn:hover {
     background: var(--primary-blue);
     transform: translateY(-1px);
 }

 @media (max-width: 768px) {
     .cart-container {
         margin: 20px auto;
         padding: 10px;
     }

     .cart-item {
         padding: 20px;
     }

     .coupon-input-group {
         flex-direction: column;
     }

     .apply-btn {
         width: 100%;
     }

     .d-flex.justify-content-between {
         flex-direction: column;
         align-items: flex-start !important;
         gap: 15px;
     }

     .text-end {
         text-align: left !important;
     }
 }


 /*************************/
 .modern-navbar {
     background: linear-gradient(33deg, #1e88e536 0%, #06070ad4 100%);
     backdrop-filter: blur(0px);
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     transition: var(--transition-all);
     padding: 0.75rem 0;
 }

 .modern-navbar.scrolled {
     /* background: rgba(8, 145, 178, 0.95); */
     background: black;
     backdrop-filter: blur(0px);
     box-shadow: var(--shadow-lg);
     padding: 0.5rem 0;
 }

 .brand-logo {
     height: 55px;
     width: auto;
     transition: var(--transition-all);
 }

 .modern-navbar.scrolled .brand-logo {
     height: 55px;
 }

 .nav-link-modern {
     color: var(--white) !important;
     font-weight: 500;
     /*  padding: 0.5rem 1rem !important; */
     padding: 0.75rem 1rem !important;
     border-radius: 8px;
     transition: var(--transition-all);
     position: relative;
     text-decoration: none;
     text-wrap: nowrap;
 }

 .nav-link-modern::before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 50%;
     width: 0;
     height: 2px;
     background: var(--white);
     transition: var(--transition-all);
     transform: translateX(-50%);
 }

 .nav-link-modern:hover,
 .nav-link-modern:focus {
     color: var(--white) !important;
     background-color: rgba(255, 255, 255, 0.1);
     transform: translateY(-1px);
 }

 .nav-link-modern:hover::before,
 .nav-link-modern.active::before {
     width: 80%;
 }

 .nav-link-modern.active {
     background-color: rgba(255, 255, 255, 0.15);
 }

 .dropdown-menu-modern {
     background: var(--white);
     border: none;
     border-radius: 12px;
     box-shadow: var(--shadow-lg);
     padding: 0.5rem 0;
     margin-top: 0.5rem;
     min-width: 200px;
 }

 .dropdown-item-modern {
     color: var(--gray-600);
     padding: 0.75rem 1.5rem;
     transition: var(--transition-all);
     border-radius: 0;
     font-weight: 500;
 }

 .dropdown-item-modern:hover,
 .dropdown-item-modern:focus {
     background-color: var(--gray-100);
     color: var(--primary-blue);
     transform: translateX(5px);
 }

 .dropdown-item-modern i {
     width: 20px;
     margin-right: 0.5rem;
     color: var(--primary-blue);
 }

 .navbar-toggler-modern {
     border: 2px solid rgba(255, 255, 255, 0.3);
     border-radius: 8px;
     padding: 0.5rem;
     transition: var(--transition-all);
 }

 .navbar-toggler-modern:hover {
     border-color: var(--white);
     background-color: rgba(255, 255, 255, 0.1);
 }

 .navbar-toggler-modern:focus {
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
 }

 .toggler-icon {
     color: var(--white);
     font-size: 1.2rem;
 }

 a.nav-link.nav-link-modern {
     font-size: 14px;
 }

 .dropdown-toggle::after {
     margin-left: 0.5rem;
     transition: var(--transition-all);
 }

 .dropdown:hover .dropdown-toggle::after {
     transform: rotate(180deg);
 }

 /* Mobile Responsive Styles */
 @media (max-width: 991.98px) {
     .navbar-collapse-modern {
         background: rgba(12, 74, 110, 0.98);
         backdrop-filter: blur(20px);
         margin-top: 1rem;
         border-radius: 12px;
         padding: 1rem;
         box-shadow: var(--shadow-md);
     }

     .nav-link-modern {
         margin: 0.25rem 0;
         padding: 0.75rem 1rem !important;
     }

     .dropdown-menu-modern {
         background: rgba(255, 255, 255, 0.95);
         backdrop-filter: blur(10px);
         border-radius: 8px;
         margin-top: 0.25rem;
         box-shadow: var(--shadow-md);
     }
 }



 .dropdown-item-modern {
     display: flex;
 }

 /*******************************/

 .hire-tech-btn {
     position: fixed !important;
     bottom: 100px;
     right: 25px;
     z-index: 1000;
     background: linear-gradient(228deg, #667eea 0%, #007bff 100%) !important;
     border: none;
     border-radius: 50px;
     padding: 15px 25px;
     color: white;
     font-weight: 600;
     font-size: 16px;
     box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     overflow: hidden;
     position: relative;
     cursor: pointer;
     min-width: 180px;
     color: #fff !important;
 }

 .hire-tech-btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
     transition: left 0.6s;
 }

 .hire-tech-btn:hover::before {
     left: 100%;
 }

 .hire-tech-btn:hover {
     transform: translateY(-3px) scale(1.05);
     box-shadow: 0 15px 35px rgba(102, 126, 234, 0.6);
     background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
 }

 .hire-tech-btn:active {
     transform: translateY(-1px) scale(1.02);
     box-shadow: 0 8px 20px rgba(102, 126, 234, 0.5);
 }

 .btn-icon {
     margin-right: 10px;
     transition: transform 0.3s ease;
 }

 .hire-tech-btn:hover .btn-icon {
     transform: rotate(15deg) scale(1.1);
 }

 .pulse-ring {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
     height: 100%;
     border: 2px solid rgba(255, 255, 255, 0.8);
     border-radius: 50px;
     animation: pulse 2s infinite;
     pointer-events: none;
 }

 @keyframes pulse {
     0% {
         transform: translate(-50%, -50%) scale(1);
         opacity: 1;
     }

     100% {
         transform: translate(-50%, -50%) scale(1.3);
         opacity: 0;
     }
 }

 .hire-tech-btn:hover .pulse-ring {
     animation: none;
 }

 /* Floating animation */
 @keyframes float {

     0%,
     100% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-5px);
     }
 }

 .hire-tech-btn.floating {
     animation: float 3s ease-in-out infinite;
 }

 /* Glowing effect */
 .hire-tech-btn.glowing {
     animation: glow 2s ease-in-out infinite alternate;
 }

 @keyframes glow {
     from {
         box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
     }

     to {
         box-shadow: 0 12px 35px rgba(102, 126, 234, 0.8), 0 0 20px rgba(102, 126, 234, 0.3);
     }
 }

 /* Responsive design */
 @media (max-width: 768px) {
     .hire-tech-btn {
         bottom: 20px;
         right: 20px;
         padding: 12px 20px;
         font-size: 14px;
         min-width: 160px;
     }
 }

 /********************/
 .services-section {
     background: linear-gradient(135deg, var(--gray-100) 0%, var(--white) 100%);
     padding: 100px 0;
     position: relative;
     overflow: hidden;
 }

 .services-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
     opacity: 0.3;
     pointer-events: none;
 }

 .section-header {
     text-align: center;
     margin-bottom: 80px;
     position: relative;
     z-index: 2;
 }

 .section-title {
     font-size: 3.5rem;
     font-weight: 700;
     color: var(--dark-blue);
     margin-bottom: 20px;
     position: relative;
     /* display: inline-block; */
 }

 .section-title::after {
     content: '';
     position: absolute;
     bottom: -10px;
     left: 50%;
     transform: translateX(-50%);
     width: 80px;
     height: 4px;
     background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
     border-radius: 2px;
 }

 .section-subtitle {
     font-size: 1.2rem;
     color: var(--gray-600);
     max-width: 600px;
     margin: 0 auto;
     line-height: 1.6;
 }

 .service-card {
     background: var(--white);
     border-radius: 20px;
     padding: 40px 30px;
     height: 100%;
     box-shadow: var(--shadow-md);
     transition: var(--transition-all);
     position: relative;
     overflow: hidden;
     border: 2px solid transparent;
 }

 .service-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 6px;
     background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
     transform: scaleX(0);
     transform-origin: left;
     transition: var(--transition-all);
 }

 .service-card:hover::before {
     transform: scaleX(1);
 }

 .service-card:hover {
     transform: translateY(-10px);
     box-shadow: var(--shadow-lg);
     border-color: var(--light-blue);
 }

 .service-icon {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 25px;
     position: relative;
     transition: var(--transition-all);
 }

 .service-card:hover .service-icon {
     transform: scale(1.1) rotate(5deg);
 }

 .service-icon i {
     font-size: 2rem;
     color: var(--white);
 }

 .service-title {
     font-size: 1.5rem;
     font-weight: 700;
     color: var(--dark-blue);
     text-align: center;
     margin-bottom: 20px;
     transition: var(--transition-all);
 }

 .service-card:hover .service-title {
     /* color: var(--primary-blue); */
 }

 .service-description {
     color: var(--gray-600);
     line-height: 1.7;
     text-align: center;
     margin-bottom: 25px;
     font-size: 1rem;
 }

 .service-features {
     list-style: none;
     padding: 0;
     margin: 0 0 25px;
 }

 .service-features li {
     padding: 8px 0;
     color: var(--gray-600);
     position: relative;
     padding-left: 25px;
     transition: var(--transition-all);
 }

 .service-features li::before {
     content: '\f00c';
     font-family: 'Font Awesome 6 Free';
     font-weight: 900;
     position: absolute;
     left: 0;
     color: var(--primary-blue);
     font-size: 0.9rem;
 }

 .service-features li:hover {
     color: var(--primary-blue);
     padding-left: 30px;
 }

 .service-btn {
     background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
     color: var(--white);
     border: none;
     border-radius: 50px;
     padding: 12px 30px;
     font-weight: 600;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     transition: var(--transition-all);
     width: 100%;
     position: relative;
     overflow: hidden;
 }

 .service-btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
     transition: left 0.6s;
 }

 .service-btn:hover::before {
     left: 100%;
 }

 .service-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 25px rgba(30, 136, 229, 0.4);
     color: var(--white);
 }

 .highlight-card {
     background: linear-gradient(135deg, var(--primary-blue), var(--accent-blue));
     color: var(--white);
 }

 .highlight-card .service-title,
 .highlight-card .service-description,
 .highlight-card .service-features li {
     color: var(--white);
 }

 .highlight-card .service-icon {
     background: rgba(255, 255, 255, 0.2);
     backdrop-filter: blur(10px);
 }

 .highlight-card .service-features li::before {
     color: var(--white);
 }

 .highlight-card .service-btn {
     background: var(--white);
     color: var(--primary-blue);
 }

 .highlight-card .service-btn:hover {
     background: var(--gray-100);
     color: var(--primary-blue);
 }

 @keyframes float {

     0%,
     100% {
         transform: translateY(0px);
     }

     50% {
         transform: translateY(-5px);
     }
 }

 .floating {
     animation: float 6s ease-in-out infinite;
 }

 .floating:nth-child(2) {
     animation-delay: -2s;
 }

 .floating:nth-child(3) {
     animation-delay: -4s;
 }

 @media (max-width: 768px) {
     .section-title {
         font-size: 2.5rem;
     }

     .service-card {
         margin-bottom: 30px;
     }
 }

 .cta-section {
     background: linear-gradient(135deg, var(--dark-blue), var(--primary-blue));
     padding: 80px 0;
     color: var(--white);
     text-align: center;
     position: relative;
 }

 .cta-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
     animation: float 20s infinite linear;
 }

 .cta-content {
     position: relative;
     z-index: 2;
 }

 .cta-title {
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .cta-description {
     font-size: 1.2rem;
     margin-bottom: 40px;
     opacity: 0.9;
 }

 .cta-btn {
     background: var(--white);
     color: var(--primary-blue);
     border: none;
     border-radius: 50px;
     padding: 15px 40px;
     font-weight: 700;
     font-size: 1.1rem;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     transition: var(--transition-all);
 }

 .cta-btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
     color: var(--primary-blue);
 }
 
 
 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
 }


 .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
 }


.banner-btn-wrapper {
    width: fit-content;
}

.banner-btn-wrapper .bottom-btn-wrapper {
    width: 100%;
}

.banner-btn-wrapper .bottom-btn-wrapper .overwrite-btn {
    width: 100%;
    margin-top: 9px !important;
}

.banner-btn-wrapper .overwrite-btn,
.banner-btn-wrapper .overwrite-btn i {
    text-wrap: nowrap;
}

.banner-btn-wrapper .overwrite-btn:before {
    content: none !important;
}

.banner-btn-wrapper .overwrite-btn:hover {
    color: #000 !important;
}

@media (min-width: 600px) {
    .banner-btn-wrapper .top-btn-wrapper {
        gap: 1rem!important;
    }
    
    .banner-btn-wrapper .bottom-btn-wrapper .overwrite-btn {
        margin-top: 1rem !important;
    }
    
    .banner-btn-wrapper .overwrite-btn {
        padding: 16px 25px !important;
    }
    
    .banner-btn-wrapper .overwrite-btn i {
        font-size: 16px;
    }
}

@media (min-width: 950px) {
    .banner-btn-wrapper .top-btn-wrapper {
        min-width: 430px !important;
    }
    
    .banner-btn-wrapper .top-btn-wrapper .overwrite-btn {
        width: 100% !important;
    }
}

@media (min-width: 1110px) {
    .banner-btn-wrapper .top-btn-wrapper {
        min-width: 530px !important;
    }
}


@media (min-width: 1200px) {
    .bluenav-menu {
        background: none !important;
        backdrop-filter: none !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
}

.single-plan-cards-wrapper {
    max-width: 550px;
    margin-top: 3rem;
}

.single-plan-cards-wrapper .pricing-card .plan-features {
    padding-top: 2rem;
}

@media(max-width:600px){
    .page-title h1{font-size:32px}
}