@import "https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap";
@import url('https://fonts.googleapis.com/css?family=Open Sans');
@import url(https://fonts.googleapis.com/css?family=Oswald:400);
@import url('https://fonts.cdnfonts.com/css/effra-heavy');
@import url(https://fonts.googleapis.com/css?family=Oswald:300);
@import url(https://fonts.googleapis.com/css?family=Inter);
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(../fonts/flaticon.css);
@import url(boxicons.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(magnific-popup.css);
@import url(nice-select.min.css);
@import url(meanmenu.css);
@import url(responsive.css);
@import url(theme-dark.css);
body {
    font-size: 15px;
    line-height: 1.6;
/*    font-family: livvic, sans-serif;*/
	font-family: 'Open Sans';
    color: #444;
    font-weight: 400;
	background: #ffffff;
}
p {
    color: #444;
    font-weight: 400;
}
a {
    display: inline-block;
/*
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
*/
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
button {
    margin: 0;
    padding: 0;
    outline: 0;
}
button:focus {
    outline: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #252525;
}
h3 {
    font-size: 22px;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
img {
    max-width: 100%;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-20 {
    padding-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.ml-25 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.margin-auto {
    margin: 0 auto;
}
.border-radius-50 {
    border-radius: 50px;
}
.border-radius-5 {
    border-radius: 5px;
}
.box-shadow {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}
.section-title h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 0;
	font-family: 'Oswald';
    text-transform: uppercase;
}
.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    max-width: 530px;
    color: #444;
}
.sp-color1 {
    color: #ffc221;
}
.sp-color2 {
    color: #0071dc;
}

.banner-btn .default-btn {
    color: #FFFFFF;
	border: 1px solid #1d2250;
	background: #1d2250;
}
.default-btn {
    display: inline-block;
    padding: 12px 32px;
    color: #1c1c1c;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
	border: 1px solid #1c1c1c;
	font-size: 17px;
    font-weight: 600;
}
.default-btn i {
    font-size: 20px;
    position: relative;
    top: 4px;
    display: none;
}
.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0;
}
.default-btn:hover {
    color: #fff !important;
}
.default-btn:hover:before {
    height: 100%;
    width: 135%;
    background-color: #252525;
}
.btn-bg-one {
    background-color: #090776;
}
.btn-bg-two {
    background-color: transparent;
}
.top-header {
    padding: 7px 0 10px;
}
.top-header-bg {
    background-color: #070b3b;
}
.top-left-side .top-header-text {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}
.top-left-side .top-header-text::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 1px;
    height: 22px;
    background-color: #fff;
    top: 1px;
}
.top-left-side .top-header-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.top-left-side .top-header-text p b {
    color: #090776;
    font-weight: 500;
    margin-right: 5px;
}
.top-head-left {
    float: left;
}
.top-head-left .top-contact {
    position: relative;
    display: inline-block;
}
.top-head-left .top-contact:hover i {
    background-color: #0071dc;
    color: #fff;
}
.top-head-left .top-contact:hover h3 a {
    color: #090776;
}
.top-head-left .top-contact h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
.top-head-left .top-contact h3 a {
    color: #fff;
    margin-bottom: 0;
    text-decoration: none;
}
.top-head-left .top-contact h3 a:hover {
    color: #090776;
}
.top-header-right {
    float: right;
}
.top-header-right .top-header-social {
    display: inline-block;
}
.top-header-right .top-header-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-header-right .top-header-social ul li {
    display: inline-block;
    top: 1px;
    position: relative;
}
.top-header-right .top-header-social ul li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
}
.top-header-right .top-header-social ul li a:hover {
    color: #090776;
}
.top-header-right .language-list {
    top: -6px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    margin-left: -20px;
    z-index: 9999;
}
.top-header-right .language-list .language-list-item {
    height: 0;
    padding: 0 15px;
    border: none;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.top-header-right .language-list .language-list-item:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.top-header-right .language-list .nice-select {
    height: 0;
    width: 125px;
    line-height: 0;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 9999;
    text-align: right !important;
}
.top-header-right .language-list .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 20px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.top-header-right .language-list .nice-select .list .option {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #252525;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    width: 180px;
    border-bottom: 1px solid #e1e1e1;
}
.top-header-right .language-list .nice-select .list .option:hover {
    background-color: transparent !important;
    color: #0071dc;
}
.top-header-right .language-list .nice-select .list .option .selected {
    background-color: transparent !important;
    font-weight: 500;
    color: #0071dc !important;
}
.top-header-right .language-list .nice-select::after {
    content: "\ea29";
    height: 8px;
    width: 8px;
    border: none;
    top: 0;
    margin-bottom: 0;
    right: 10px;
    background-color: transparent;
    font-family: boxicons !important;
    color: #fff;
    font-size: 18px;
    -webkit-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
}
.main-nav {
    background-color: #fff0;
    top: 0;
    position: inherit;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.main-nav .navbar {
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand{
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1;
	margin-top: 0;
}

.sticky-nav .main-nav .navbar {
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
.sticky-nav .main-nav .navbar .navbar-brand .logo-one {
    display: none;
}

.sticky-nav .main-nav .navbar .navbar-brand .logo-two {
    display: block;
}

.main-nav .navbar .navbar-brand .logo-two {
    display: none;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
    color: #1c1c1c !important;
}
.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
    opacity: 1;
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
    color: #1c1c1c;
}
.sticky-nav .main-nav nav .navbar-nav .nav-item a{
	color: #000 !important;
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #686868;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
	font-family: Inter,sans-serif;
	font-size: 14px;
	padding: 15px 10px;
}
.main-nav nav .navbar-nav .nav-item a span {
/*
    font-size: 10px;
    color: red;
    margin-left: 2px;
    top: -7px;
    position: relative;
*/
}
.main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
/*    background-color: #0071dc;*/
    opacity: 0;
/*
    -webkit-transition: 0.7s;
    transition: 0.7s;
*/
}
.main-nav nav .navbar-nav .nav-item a i {
    line-height: 0;
    position: relative;
    top: 0px;
    font-size: 14px;
    color: #686868;
}

.sticky-nav .main-nav nav .navbar-nav .nav-item a i{
	color: #000 !important;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
    color: #1C1C1C;
}
.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a :focus::before {
    opacity: 1;
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
    color: #1c1c1c;
}
.main-nav nav .navbar-nav .nav-item a.active {
    color: #1c1c1c !important;
}
.main-nav nav .navbar-nav .nav-item a.active::before {
    opacity: 1;
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item a.active i {
    color: #0071dc;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    z-index: 5;
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: #fff !important;
/*
    -webkit-transform: scale(1);
    transform: scale(1);
*/
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
/*    border-bottom: 1px solid #e1e1e1;*/
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    color: #252525 !important;
    position: relative;
    z-index: 1;

/*    transition: 1s;*/
	
    font-weight: 600;
    padding: 10px 25px;
    font-size: 14px;
	font-family: 'Inter';
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
/*    background-color: #0071dc;*/
    -webkit-transition: 0.9s;
    transition: 0.9s;
    z-index: -1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    border-radius: 0;
    color: #fff !important;
    padding-left: 35px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
    color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
    color: #222 !important;
    border-radius: 0;
/*    padding-left: 35px;*/
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
    color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
    color: #fff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
    color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    margin-top: 18px !important;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.main-nav .nav-side.nav-side {
    position: relative;
	z-index: 1;
	top: 0;
}
.main-nav .nav-side .nav-side-item {
    margin-right: 20px;
    display: inline-block;
}
.main-nav .nav-side .nav-side-item:last-child {
    margin-right: 0;
}
.main-nav .nav-side .nav-side-item .search-box {
    position: relative;
    top: 0;
}
.sticky-nav .main-nav .nav-side .nav-side-item .search-box i{
	color: #000 !important;
}
.main-nav .nav-side .nav-side-item .search-box i {
    cursor: pointer;
    font-size: 24px;
    color: #1C1C1C;
    position: relative;
    display: inline-block;
    top: 0;
}
.main-nav .nav-side .nav-side-item .search-box:hover i {
    color: #0071dc;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
    position: relative;
    top: -10px;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
    height: 45px;
    background-color: #f8f8f8;
    padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    border: none;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 40px;
    width: 40px;
    background-color: #090776;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    outline: none;
    border-radius: 50px;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
    color: #fff;
    position: relative;
    top: 1.9px;
}
.main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
    background-color: #0071dc;
}
.main-nav .nav-side .nav-side-item .get-btn {
    display: inline-block;
    position: relative;
    top: 5px;
}
.main-nav .nav-side .nav-side-item .get-btn .default-btn {
    padding: 9px 25px;
}
.nav-side-mt {
    margin-top: 6px;
}
.side-nav-responsive {
    display: none;
}
.side-nav-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 60px;
    top: 20px;
}
.side-nav-responsive .dot-menu .circle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .in-circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background-color: #0071dc;
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
    background-color: #090776;
}
.side-nav-responsive .container-max {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.side-nav-responsive .container-max .container {
    position: absolute;
    top: 70px;
    right: 0;
    max-width: 220px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.side-nav-responsive .container-max .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
    padding: 12px 10px 10px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: #fff;
}
.side-nav-responsive .side-nav-inner .side-nav {
    background-color: #0071dc;
    padding: 10px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
    position: relative;
    display: inline-block;
    top: -10px;
    margin-right: 5px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    position: relative;
    display: inline-block;
    top: 5px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box:hover i {
    color: #0071dc;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
    display: inline-block;
    position: relative;
    top: 5px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
    padding: 7px 15px;
    background-color: #fff;
    color: #252525;
}
.sticky-nav {
    top: 0;
    position: fixed;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 100% !important;
    z-index: 999;
}
.sticky-nav .main-nav {
	background: #fff;
    top: 0;
    border: none;
    position: fixed;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.search-overlay .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.search-overlay .search-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}
.search-overlay .search-close .search-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-overlay .search-close .search-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-overlay .search-close .search-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-overlay .search-close:hover .search-close-line {
    background: #0071dc;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search-overlay .search-form {
    -webkit-transition: all 0.9s ease-in-out 1.4s;
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
    padding: 0 15px;
}
.search-overlay .search-form form {
    position: relative;
}
.search-overlay .search-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: #252525;
    padding: 3px 0 0 25px;
}
.search-overlay .search-form form .input-search::-webkit-input-placeholder {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    letter-spacing: 0.5px;
    color: #252525;
}
.search-overlay .search-form form .input-search:-ms-input-placeholder {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    letter-spacing: 0.5px;
    color: #252525;
}
.search-overlay .search-form form .input-search::-ms-input-placeholder {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    letter-spacing: 0.5px;
    color: #252525;
}
.search-overlay .search-form form .input-search::placeholder {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    letter-spacing: 0.5px;
    color: #252525;
}
.search-overlay .search-form form .input-search:focus {
    border: none;
    outline: none;
}
.search-overlay .search-form form .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}
.search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
    color: transparent;
}
.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
    color: transparent;
}
.search-overlay .search-form form .input-search:focus::placeholder {
    color: transparent;
}
.search-overlay .search-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 50%;
    background-color: #0071dc;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    border: none;
    font-size: 20px;
    line-height: 55px;
}
.search-overlay .search-form form button:hover {
    background-color: #090776;
    color: #fff;
}
.search-overlay .search-form form:hover {
    border: none;
    outline: none;
}
.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-close {
    opacity: 1;
    visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-form {
    opacity: 1;
    visibility: visible;
}
.banner-slider-area {
    position: relative;
    z-index: 0;
}
.banner-slider-area .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    display: -ms-grid;
    display: grid;
    right: 7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 10px;
}
.owl-theme .owl-dots .owl-dot{
	display: none !important;
}
.banner-slider-area .owl-dots .owl-dot span {
    background-color: #fbfbfb3f !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin: 7px;
    width: 40px !important;
    height: 40px !important;
    border: 10px solid #fbfbfb3f;
}
.banner-slider-area .owl-dots .owl-dot.active span {
    background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border: 13px solid #090776;
}
.banner-slider-area .owl-dots .owl-dot:hover span {
    background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border: 13px solid #090776;
}
.banner-item {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}
.banner-item-content {
/*    padding-top: 150px;*/
	padding-top: 50px;
    padding-bottom: 120px;
}
.banner-item-content span {
    font-size: 15px;
    font-weight: 500;
    color: #0071dc;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
}
.banner-item-content h1, .banner-item-content h2 {
    margin-top: 25px;
    font-size: 70px;
    color: #ffffff;
    font-weight: 700;
    max-width: 780px;
    margin-bottom: 20px;
	font-family: oswald,sans-serif;
	text-transform: uppercase;
}
.banner-item-content p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    max-width: 800px;
    margin-bottom: 35px;
	font-family: oswald,sans-serif;
}
.carousel-caption{
	text-align: left;
}
.banner-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/home-two.jpg);
}
.banner-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#252525bf), to(#25252500));
    background-image: linear-gradient(to right, #252525bf, #25252500);
}
.banner-item-ptb {
    padding-top: 140px;
    padding-bottom: 160px;
}
.banner-item-ptb h1 {
    margin-top: 0;
}
.banner-area-two {
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
}
.banner-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/home-three/home-three-bg.png);
}
.banner-content {
    position: relative;
    margin-top: -50px;
}
.banner-content h1 {
    font-size: 60px;
    color: #252525;
    font-weight: 600;
    max-width: 680px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.banner-content p {
    font-size: 17px;
    color: #252525;
    font-weight: 500;
    max-width: 500px;
    margin-bottom: 35px;
}
.banner-img {
    position: relative;
    padding-top: 70px;
}
.banner-img .banner-img-shape {
    position: absolute;
    bottom: 100px;
    right: 0;
    -webkit-animation: moveBounce 9s linear infinite;
    animation: moveBounce 9s linear infinite;
}
.banner-sub-item {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px 15px 160px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.banner-sub-item img {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 125px;
    border-radius: 15px 0 0 15px;
}
.banner-sub-item .content {
    padding-bottom: 10px;
}
.banner-sub-item .content h3 {
    font-size: 45px;
    color: #090776;
    font-weight: 700;
    margin-bottom: 0;
}
.banner-sub-item .content span {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
}
.banner-sub-slider {
    position: relative;
    margin-top: -80px;
    padding-bottom: 50px;
}
.banner-four-area {
/*    background-color: #070b3b;*/
    z-index: 0;
    position: relative;
}
.banner-four-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
/*    background-image: url("../img/wave.png");*/
	background-image: url("../img/product_back.png");
    opacity: 0.8;
}
.banner-four-content {
    max-width: 620px;
    margin-left: auto;
    margin-right: -50px;
    position: relative;
    z-index: 2;
}
.banner-four-content span {
    font-size: 14px;
    font-weight: 400;
    color: #090776;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}
.banner-four-content h1 {
    font-size: 50px;
    color: #1c1c1c;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
	font-family: 'Oswald';
}
.banner-four-content p {
    font-size: 17px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 30px;    
	text-align: justify;
}
.banner-four-content .banner-btn .default-btn {
    display: inline-block;
}
.banner-four-content .banner-btn .play-btn {
    padding-left: 65px;
    position: relative;
    z-index: 1;
    top: -3px;
}
.banner-four-content .banner-btn .play-btn i {
    position: absolute;
    top: -30px;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    color: #5a5a5a;
    border-radius: 50px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.banner-four-content .banner-btn .play-btn i::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0.5px solid #5a5a5a;
    border-radius: 50px;
    -webkit-animation: ripple 2s infinite ease-in-out;
    animation: ripple 2s infinite ease-in-out;
}
.banner-four-content .banner-btn .play-btn h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #090776;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.banner-four-content .banner-btn .play-btn span {
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-bottom: 0;
}
.banner-four-content .banner-btn .play-btn:hover i {
    background-color: #090776;
    color: #fff;
}
.banner-four-content .banner-btn .play-btn:hover i::after {
    border-color: #090776;
}
.banner-four-content .banner-btn .play-btn:hover h3 {
    color: #fff;
}
.banner-four-content .banner-btn .play-btn:hover span {
    color: #090776;
}
.banner-four-img {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.banner-five-area {
    background-color: #d5e5f4;
    position: relative;
    padding: 50px 0;
}
.banner-five-content {
    max-width: 560px;
    margin-left: auto;
}
.banner-five-content span {
    font-size: 14px;
    font-weight: 600;
    color: #0071dc;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}
.banner-five-content h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.banner-five-content h1 b {
    font-weight: 600;
    color: #0071dc;
}
.banner-five-content p {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}
.banner-five-img {
    -webkit-animation: moveBounce 9s infinite ease-in-out;
    animation: moveBounce 9s infinite ease-in-out;
}
.banner-bottom-area {
    position: relative;
    margin-top: -75px;
}
.banner-bottom-card {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px 20px 30px 135px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #0071dc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-bottom-card i {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #252525;
    background-color: #e5f3ff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}
.banner-bottom-card h3 {
    color: #252525;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-bottom-card p {
    margin-bottom: 0;
    font-weight: 500;
}
.banner-bottom-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.banner-bottom-card:hover h3 {
    color: #090776;
}
.inner-banner {
    position: relative;
    z-index: 0;
/*    background-color: #070b3b;*/
	margin-top: -6%;
	background: url("../img/back-banner.avif")
}
.inner-banner .inner-title {
    padding-top: 150px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.inner-banner .inner-title h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.inner-banner .inner-title p{
	color: #fff;
    font-size: 18px;
}

.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.inner-banner .inner-title ul li i {
    color: #fff;
    position: relative;
    top: 3px;
    margin: 0 3px;
}
.inner-banner .inner-title ul li a {
    color: #fff;
}
.inner-banner .inner-title ul li a:hover {
    color: #090776;
}
.inner-banner .inner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.about-content .about-content-card {
    margin-top: 30px;
}
.about-content .about-content-card i {
    font-size: 60px;
    color: #0071dc;
    line-height: 1;
}
.about-content .about-content-card h3 {
    margin-top: 15px;
    margin-bottom: 12px;
}
.about-content .about-content-card p {
    margin-bottom: 0;
}
.about-content .about-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.about-content .about-list li {
    display: block;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 500;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    padding-left: 35px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}
.about-content .about-list li:hover {
    color: #0071dc;
}
.about-content .about-list li:hover i {
    color: #090776;
}
.about-content .about-list li:last-child {
    margin-bottom: 0;
}
.about-content .about-list li i {
    font-size: 26px;
    color: #0071dc;
    position: absolute;
    left: 0;
    top: -2px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-content .about-content-text {
    margin-top: 20px;
    margin-bottom: 0;
}
.about-img {
    position: relative;
}
.about-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30%;
    height: 40%;
    background-color: transparent;
    border: 3px solid #090776;
    bottom: -10px;
    right: -40px;
    border-radius: 35px;
}
.about-img img {
    border-radius: 15px;
}
.about-img .sub-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px 23px 160px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about-img .sub-content img {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 123px;
    border-radius: 15px 0 0 15px;
}
.about-img .sub-content h3 {
    font-size: 45px;
    color: #090776;
    font-weight: 700;
    margin-bottom: 0;
}
.about-img .sub-content span {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
}
.about-play {
    position: relative;
    border-radius: 30px;
}
.about-play img {
    border-radius: 30px;
}
.about-play .about-play-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 470px;
    background-color: #25252538;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
    padding: 100px 40px 70px 25px;
}
.about-play .about-play-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 30px;
    width: 91.7%;
    height: 90.1%;
    background-color: #0071dc;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
}
.about-play .about-play-content span {
    color: #fff;
}
.about-play .about-play-content h2 {
    color: #fff;
    font-size: 35px;
    max-width: 300px;
    margin-bottom: 0;
}
.about-play .about-play-content .play-on-area {
    position: absolute;
    z-index: 1;
    bottom: 175px;
    left: 200px;
}
.about-play .about-play-content .play-on-area .play-on {
    width: 80px;
    height: 80px;
    color: #0071dc;
    background-color: #fff;
    text-align: center;
    font-size: 55px;
    border-radius: 50px;
    display: inline-block;
}
.about-play .about-play-content .play-on-area .play-on i {
    padding-left: 3px;
}
.about-play .about-play-content .play-on-area .play-on:hover {
    color: #fff;
    background-color: #090776;
}
.about-bg {
    background-color: #070b3b;
}
.about-img-2 {
    margin-bottom: 30px;
}
.about-img-2 img {
    border-radius: 15px;
}
.about-content-2 {
    margin-bottom: 30px;
}
.about-content-2 .section-title h2 {
    color: #fff;
}
.about-content-2 .section-title p {
    color: #fff;
}
.about-content-2 .about-card {
    margin-top: 15px;
}
.about-content-2 .about-card .content {
    padding-top: 20px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
}
.about-content-2 .about-card .content i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 55px;
    color: #0071dc;
    line-height: 1;
}
.about-content-2 .about-card .content h3 {
    margin-bottom: 10px;
    color: #fff;
}
.about-content-2 .about-card p {
    margin-top: 25px;
    margin-bottom: 0;
    color: #fff;
}
.about-bg2 {
    background-color: #f8f8f8;
}
.about-img-4 {
    max-width: 750px;
    margin-left: auto;
    margin-bottom: 30px;
}
.about-content-3 {
    max-width: 560px;
    margin-right: auto;
    margin-bottom: 30px;
}
.about-content-3 .section-title {
    margin-bottom: 20px;
}
.about-content-3 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.all-skill-bar {
    margin-right: 30px;
    margin-bottom: 30px;
}
.skill-bar {
    margin-bottom: 20px;
}
.skill-bar .progress-title-holder {
    position: relative;
    margin-bottom: 15px;
}
.skill-bar .progress-title {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
}
.skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #fbede9;
}
.skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
    width: 45px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    background: #070b3b;
}
.skill-bar .progress-content-outter {
    height: 10px;
    background-color: #bddfff;
    border-radius: 5px;
}
.skill-bar .progress-content {
    height: 10px;
    background-color: #0071dc;
    width: 0%;
    border-radius: 5px;
}
.security-area .section-title h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.security-card {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #0071dc;
}
.security-card i {
    font-size: 45px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #252525;
    background-color: #e5f3ff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.security-card h3 {
    margin-bottom: 10px;
}
.security-card h3 a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}
.security-card p {
    margin-bottom: 0;
}
.security-card:hover i {
    background-color: #0071dc;
    color: #fff;
}
.security-card:hover h3 a {
    color: #0071dc;
}
.services-area {
/*    background-color: #070b3b;*/
   /* position: relative;
	background: linear-gradient(120deg, #070b3b, #0c9ba9);*/
}
.services-area .section-title h2 {
    max-width: 500px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.services-area .section-title p {
    color: #fff;
    max-width: 760px;
}
.services-card {
/*    padding: 30px 20px 25px;*/
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.services-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #0071dc;
    border-radius: 272px 0 0 0;
    opacity: 0.1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #0071dc;
    border-radius: 170px 0 0 0;
    opacity: 0.1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card i {
    color: #0071dc;
    font-size: 60px;
    line-height: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card h3 a {
    display: block;
    color: #252525;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card p {
    margin-bottom: 12px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card .learn-btn {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card .learn-btn i {
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #252525;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-card .learn-btn:hover {
    color: #fff;
}
.services-card .learn-btn:hover i {
    color: #fff;
}
.services-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1;
}
.services-card:hover i {
    color: #fff;
}
.services-card:hover h3 a {
    color: #fff;
}
.services-card:hover p {
    color: #fff;
}
.services-card:hover .learn-btn {
    color: #fff;
}
.services-card:hover .learn-btn i {
    color: #fff;
}
.services-card-color-bg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 40px 30px 35px;
    border-radius: 15px;
}
.services-left {
    margin-bottom: 30px;
}
.services-left .section-title {
    margin-bottom: 20px;
}
.services-left .section-title p {
    padding-top: 17px;
}
.services-style-bg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.service-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.service-shape img {
    max-width: 400px;
}
.services-area-two {
    background-color: #070b3b;
    position: relative;
    z-index: 1;
}
.services-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/services/services-bg.png);
}
.services-area-two .section-title h2 {
    max-width: 500px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.services-item {
    position: relative;
    margin-bottom: 80px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.services-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.services-item:hover .content h3 a {
    color: #090776;
}
.services-item a {
    display: block;
}
.services-item a img {
    border-radius: 5px;
}
.services-item .content {
    position: absolute;
    left: 0;
    right: 0;
    width: 82%;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px 20px 20px 100px;
    margin-bottom: 30px;
}
.services-item .content i {
    font-size: 60px;
    position: absolute;
    top: 17px;
    left: 20px;
    line-height: 1;
    color: #0071dc;
}
.services-item .content span {
    color: #0071dc;
}
.services-item .content h3 {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 0;
}
.services-item .content h3 a {
    color: #252525;
}
.services-area-three {
    background-color: #f8f8f8;
}
.services-area-three .section-title h2 {
    max-width: 390px;
    color: #252525;
    margin-left: auto;
    margin-right: auto;
}
.services-widget-area .section-title h2 {
    color: #252525;
}
.services-style-area .section-title h2 {
    max-width: 390px;
    color: #252525;
    margin-left: auto;
    margin-right: auto;
}
.services-style-area .section-title p {
    max-width: 600px;
}
.service-article .service-article-img {
    margin-bottom: 25px;
}
.service-article .service-article-img img {
    border-radius: 15px;
}
.service-article .service-article-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.service-article .service-article-content p {
    margin-bottom: 20px;
}
.service-article .service-article-content .service-article-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.service-article .service-article-content .service-article-list li {
    display: block;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    padding-left: 35px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-article .service-article-content .service-article-list li:hover {
    color: #0071dc;
}
.service-article .service-article-content .service-article-list li:hover i {
    color: #090776;
}
.service-article .service-article-content .service-article-list li:last-child {
    margin-bottom: 0;
}
.service-article .service-article-content .service-article-list li i {
    font-size: 26px;
    color: #0071dc;
    position: absolute;
    left: 0;
    top: -2px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-article .service-article-another h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.service-article .service-article-another p {
    margin-bottom: 20px;
}
.service-article .service-article-another .service-article-another-img {
    margin-bottom: 25px;
    margin-top: 10px;
}
.service-article .service-article-another .service-article-another-img img {
    border-radius: 15px;
}
.service-article .service-work-process h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.service-article .service-work-process p {
    margin-bottom: 30px;
}
.service-article .work-process-card p {
    margin-bottom: 0;
}
.work-process-area .section-title h2 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.work-process-left {
    background-color: #070b3b;
    padding: 148px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.work-process-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/shape/bg-shape.png);
}
.work-process-left .section-title {
    margin-bottom: 30px;
}
.work-process-left .section-title h2 {
    color: #fff;
}
.work-process-left .default-btn {
    margin: 0 auto;
}
.work-process-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.work-process-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 70px;
    height: 55px;
    background-color: #0071dc;
    border-radius: 0 0 0 270px;
    opacity: 0.1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.work-process-card i {
    font-size: 60px;
    color: #0071dc;
    line-height: 1.2;
}
.work-process-card h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.work-process-card p {
    margin-bottom: 0;
}
.work-process-card .number {
    font-size: 24px;
    color: #0071dc;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 15px;
}
.work-process-area-two {
    position: relative;
}
.work-process-area{
	background: #fff;
}
.work-shape {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.work-process-card-two {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 35px 23px;
    margin-bottom: 30px;
}
.work-process-card-two .number-title {
    font-size: 30px;
    color: #0071dc;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.work-process-card-two h3 {
    margin-bottom: 15px;
}
.work-process-card-two p {
    margin-bottom: 0;
}
.work-process-right {
    background-color: #070b3b;
    padding: 138px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.work-process-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/shape/bg-shape2.png);
}
.work-process-right .section-title {
    margin-bottom: 30px;
}
.work-process-right .section-title h2 {
    color: #fff;
}
.work-process-right .default-btn {
    margin: 0 auto;
}
.work-process-card-three {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 35px 23px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.work-process-card-three::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 85px;
    height: 75px;
    background-color: #0071dc;
    border-radius: 0 0 0 100%;
    opacity: 0.1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.work-process-card-three .number-title {
    font-size: 30px;
    color: #0071dc;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.work-process-card-three h3 {
    margin-bottom: 15px;
}
.work-process-card-three p {
    margin-bottom: 0;
}
.work-process-card-three i {
    font-size: 30px;
    color: #0071dc;
    position: absolute;
    top: 7px;
    right: 15px;
}
.choose-area {
    background-color: #070b3b;
}
.choose-content {
    margin-bottom: 30px;
}
.choose-content .section-title h2 {
    max-width: 470px;
    color: #fff;
}
.choose-content .section-title p {
    color: #fff;
}
.choose-content .choose-content-card {
    margin-top: 15px;
}
.choose-content .choose-content-card .content {
    padding-top: 20px;
    position: relative;
    padding-left: 75px;
}
.choose-content .choose-content-card .content i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 60px;
    color: #0071dc;
    line-height: 1;
}
.choose-content .choose-content-card .content h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
}
.choose-content .choose-content-card p {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
}
.choose-img {
    margin-bottom: 30px;
}
.choose-img img {
    border-radius: 15px;
}
.choose-content-two .section-title {
    margin-bottom: 25px;
}
.choose-content-two .section-title p {
    padding-top: 15px;
}
.choose-content-two .choose-content-card {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px;
}
.choose-content-two .choose-content-card i {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    background-color: #0071dc;
    border-radius: 3px;
}
.choose-content-two .choose-content-card h3 {
    margin-bottom: 15px;
}
.choose-content-two .choose-content-card p {
    margin-bottom: 0;
    max-width: 315px;
}
.choose-img-two {
    position: relative;
    z-index: 1;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.choose-img-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-color: #070b3b;
}
.build-area {
    position: relative;
    z-index: 1;
}
.build-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #0071dc;
}
.build-area::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-image: url(../images/build/build-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.build-area .default-btn {
    background-color: #fff;
    color: #0071dc;
}
.build-content .section-title span {
    color: #fff;
}
.build-content .section-title h2 {
    color: #fff;
}
.build-content.build-content-on-color .section-title span {
    color: #252525;
}
.build-content.build-content-on-color .section-title h2 {
    color: #252525;
}
.build-btn-area {
    float: right;
}
.build-play-img {
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
}
.build-play-img img {
    border-radius: 30px;
}
.build-play-img .play-area-content {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: -1px;
    max-width: 470px;
    background-color: #25252538;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
    padding: 150px 80px 110px 40px;
}
.build-play-img .play-area-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 30px;
    width: 92.7%;
    height: 92.1%;
    background-color: #0071dc;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 70%;
}
.build-play-img .play-area-content span {
    color: #fff;
}
.build-play-img .play-area-content h2 {
    color: #fff;
    font-size: 35px;
    max-width: 300px;
    margin-bottom: 0;
}
.play-area {
    position: absolute;
    z-index: 1;
    bottom: 220px;
    left: 260px;
}
.play-area .play-on {
    width: 80px;
    height: 80px;
    color: #0071dc;
    background-color: #fff;
    text-align: center;
    font-size: 45px;
    line-height: 85px;
    border-radius: 50px;
    display: inline-block;
}
.play-area .play-on i {
    position: relative;
    left: 4px;
    top: 1px;
}
.play-area .play-on:hover {
    color: #fff;
    background-color: #090776;
}
.build-item {
    position: relative;
    margin-bottom: 80px;
}
.build-item a {
    display: block;
}
.build-item a img {
    border-radius: 5px;
}
.build-item .content {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}
.build-item .content h3 {
    margin-bottom: 5px;
}
.build-item .content h3 a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.build-item .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.build-item .content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #444;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
.build-item .content ul li a {
    color: #444;
}
.build-item .content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -10px;
    width: 2px;
    height: 15px;
    background-color: #444;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.build-item .content ul li:last-child {
    margin-left: 0;
}
.build-item .content ul li:last-child::before {
    display: none;
}
.build-item .content ul li:hover a {
    color: #0071dc;
}
.build-item .content .more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #0071dc;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 5px;
    background-color: #e6f1fc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.build-item:hover .content h3 a {
    color: #090776;
}
.build-item:hover .more-btn {
    background-color: #0071dc;
    color: #fff;
}
.build-text {
    margin-bottom: 20px;
    margin-top: 30px;
}
.build-text p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}
.build-text.build-on-text p {
    color: #252525;
}
.play-btn-area {
    position: relative;
    z-index: 1;
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    margin-bottom: 30px;
}
.play-btn-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/build/build-play-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.play-btn-area .build-play {
    font-size: 35px;
    color: #fff;
    width: 100px;
    height: 100px;
    z-index: 1;
    background-color: #ffffff87;
    border-radius: 50%;
    line-height: 105px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-animation: pulse 3s ease-out infinite;
    animation: pulse 3s ease-out infinite;
}
.play-btn-area .build-play i {
    position: relative;
    top: 1px;
    left: 3px;
}
.play-btn-area .build-play::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto;
    z-index: -1;
    background-color: #0071dc;
    border-radius: 50%;
}
.play-btn-area .build-play:hover {
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.play-btn-area .build-play:hover::before {
    border-radius: 0;
    -webkit-animation: none;
    animation: none;
}
.build-area-two {
    background-color: #f8f8f8;
}
.talk-area {
    background-image: url(../images/talk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.talk-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #070b3b;
    opacity: 0.8;
}
.talk-content .section-title {
    margin-bottom: 30px;
}
.talk-content .section-title h2 {
    color: #fff;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.talk-area-two {
    background-image: url(../images/talk-bg2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.talk-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0071dc;
    opacity: 0.8;
}
.call-us-area {
    background-color: #070b3b;
    position: relative;
    z-index: 1;
}
.call-us-area::before {
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/call-us/call-shap1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.call-us-img {
    text-align: center;
    position: relative;
    z-index: 1;
}
.call-shape .shape1 {
    position: absolute;
    top: 30px;
    left: 30px;
}
.call-shape .shape2 {
    position: absolute;
    top: 30px;
    right: -35px;
}
.call-contact {
    padding: 50px 0;
}
.call-contact h3 {
    font-size: 22px;
    color: #090776;
    margin-bottom: 5px;
}
.call-contact .call-btn {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}
.call-contact .call-btn:hover {
    color: #090776;
}
.call-contact p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}
.counter-area {
    position: relative;
	background: #f8f8f8;
}
.counter-area .section-title h2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.counter-area .section-title p {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}
.counter-content {
    margin-bottom: 30px;
    text-align: center;
}
.counter-content h1 {
    font-size: 170px;
    color: #252525;
    margin-bottom: 0;
    line-height: 1;
}
.counter-content h1 span {
    color: #0071dc;
    line-height: 1;
    position: relative;
    top: -6px;
}
.counter-content h3 {
    margin-bottom: 13px;
}
.counter-content p {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.counter-another-content {
    margin-bottom: 25px;
    position: relative;
	padding: 5px;
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 8px #cdcdcd;
}

.counter-another-content:hover{
	background: #09115c;
}

.counter-another-content:hover i, .counter-another-content:hover h3, .counter-another-content:hover span{
	color: #fff;
}


.counter-another-content i {
/*    position: absolute;*/
    line-height: 1;
    font-size: 35px;
    margin-bottom: 10px;
    color: #414141;
}
.counter-another-content h3 {
    color: #252525;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}
.counter-another-content span {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    font-weight: 600;
}
.counter-shape {
    display: none;
}
.counter-shape .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.counter-shape .shape1 img {
    max-width: 200px;
}
.counter-shape .shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.counter-shape .shape2 img {
    max-width: 200px;
}
.case-study-area .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.case-study-item {
    position: relative;
    margin-bottom: 80px;
	    /*border: 1px solid #d5d5d5;*/
}
.case-study-item a {
    display: block;
}
.tabs__toggle a img {
   border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	background: #f1f2f4 !important;
    padding: 30px 0px 35px;
}
.tabs__toggle .content {
    left: 0;
    right: 0;
    width: 100%;
    /*bottom: -80px;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    /*-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 12px;
    margin-bottom: 30px;
}
.tabs__toggle--active .content{
	color: #FFFFFF !important;
	background: #1d2250;
}

.tabs__toggle .content h3 {
    margin-bottom: 5px;
	font-size: 17px;
	font-family: 'Oswald';
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.tabs__toggle--active .content h3 a {
    color: #FFFFFF !important;
}

.tabs__toggle .content h3 a {
    color: #1C1C1C;
}
.case-study-item .content h3:hover a {
    color: #1c1c1c;
}



.case-study-item .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.case-study-item .content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #444;
    font-weight: 500;
    position: relative;
}
.case-study-item .content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -10px;
    width: 2px;
    height: 15px;
    background-color: #444;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.case-study-item .content ul li a {
    color: #444;
}
.case-study-item .content ul li:last-child {
    margin-left: 0;
}
.case-study-item .content ul li:last-child::before {
    display: none;
}
.case-study-item .content ul li:hover a {
    color: #0071dc;
}
.case-study-item .content .more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    color: #0071dc;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 5px;
    background-color: #e6f1fc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-study-item .content .more-btn:hover {
    background-color: #0071dc;
    color: #fff;
}
.case-study-item:hover .content h3 a {
    color: #1c1c1c;
}
.case-study-item .content h3 a {
    color: #1d2250;
	font-family: 'Oswald';
    text-transform: uppercase;
}

.case-study-item:hover .content .more-btn {
    background-color: #0071dc;
    color: #fff;
}
.case-article .case-article-img {
    margin-bottom: 25px;
}
.case-article .case-article-img img {
    border-radius: 15px;
}
.case-article .case-article-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.case-article .case-article-content p {
    margin-bottom: 20px;
}
.case-article .case-article-content .case-article-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.case-article .case-article-content .case-article-list li {
    display: block;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 600;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    padding-left: 35px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-article .case-article-content .case-article-list li:hover {
    color: #0071dc;
}
.case-article .case-article-content .case-article-list li:hover i {
    color: #090776;
}
.case-article .case-article-content .case-article-list li:last-child {
    margin-bottom: 0;
}
.case-article .case-article-content .case-article-list li i {
    font-size: 26px;
    color: #0071dc;
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-article .case-article-content .case-article-list.case-article-ls li i {
    top: -1px;
}
.case-article .case-article-another h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.case-article .case-article-another p {
    margin-bottom: 20px;
}
.case-article .case-article-another .case-article-another-img {
    margin-bottom: 25px;
    margin-top: 10px;
}
.case-article .case-article-another .case-article-another-img img {
    border-radius: 15px;
}
.case-article .case-work-process h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.case-article .case-work-process p {
    margin-bottom: 30px;
}
.case-play-btn {
    position: relative;
    z-index: 1;
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.case-play-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/build/build-play-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.case-play-btn .case-play {
    font-size: 40px;
    color: #0071dc;
    width: 80px;
    height: 80px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-animation: pulse 3s ease-out infinite;
    animation: pulse 3s ease-out infinite;
}
.case-play-btn .case-play i {
    position: relative;
    top: 1px;
    left: 3px;
}
.case-play-btn .case-play:hover {
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.case-play-btn .case-play:hover::before {
    border-radius: 0;
    -webkit-animation: none;
    animation: none;
}
.case-study-area-two {
    position: relative;
    z-index: 1;
}
.case-study-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-color: #f1f2f4;
}
.case-study-area-two .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.case-study-item .content {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.team-card {
    margin-bottom: 30px;
    position: relative;
}
.team-card:hover .social-link {
    opacity: 1;
}
.team-card:hover .social-link li a {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team-card:hover .content {
    border-radius: 0;
}
.team-card .social-link {
    position: absolute;
    top: 17%;
    right: 30px;
    padding: 0;
    list-style: none;
    opacity: 0;
}
.team-card .social-link li {
    display: block;
    margin-bottom: 10px;
}
.team-card .social-link li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background-color: #0071dc;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.team-card .social-link li:hover a {
    background-color: #fff;
    color: #0071dc;
}
.team-card .content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0071dc;
    padding: 20px 25px;
    border-top-left-radius: 100px;
    text-align: center;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.team-card .content h3 {
    margin-bottom: 0;
    color: #fff;
}
.team-card .content span {
    color: #fff;
}
.technology-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/technology-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.technology-area .section-title h2 {
    color: #fff;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.technology-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #070b3b;
    opacity: 0.8;
}
.technology-card {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.technology-card:hover{
	border: none;
	background: #0071dc;
	
}

.technology-card img{
	width: 60px;
}
.technology-card i {
    font-size: 50px;
    line-height: 1;
    color: #fff;
}
.technology-card h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 500;
	font-size: 18px;
}
.technology-area-two {
    background-color: #f8f8f8;
}
.technology-area-two .section-title h2 {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.technology-card-color {
    border-color: #0071dc;
}
.technology-card-color i {
    color: #0071dc;
}
.technology-card-color h3 {
    color: #252525;
}
.technology-area-three {
    position: relative;
    z-index: 1;
    background-color: #070b3b;
}
.technology-area-three .section-title {
    margin-bottom: 30px;
}
.technology-area-three .section-title h2 {
    color: #fff;
    max-width: 540px;
}
.technology-area-three .section-title p {
    color: #fff;
    margin-bottom: 20px;
    padding-top: 17px;
}
.technology-area-three::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/bg-shape3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}
.technology-card-color2 i {
    color: #0071dc;
}
.technology-area-four {
    background-color: #f8f8f8;
}
.technology-area-four .section-title {
    margin-bottom: 30px;
}
.technology-area-four .section-title p {
    padding-top: 18px;
}
.technology-item {
    padding: 17px 17px 15px;
    border: 1px solid #0071dc;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}
.technology-item i {
    font-size: 35px;
    line-height: 1;
    color: #0071dc;
}
.technology-item h3 {
    color: #070b3b;
    margin-bottom: 0;
    margin-top: 17px;
    font-weight: 500;
    font-size: 18px;
}
.technology-play-area {
    padding: 200px 0;
    text-align: center;
    background-image: url(../images/technology-img2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.technology-play-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #070b3b;
    opacity: 0.5;
    border-radius: 10px;
}
.technology-play-area .play-btn i {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    text-align: center;
    background-color: #fff;
    color: #090776;
    border-radius: 50px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.technology-play-area .play-btn i::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0.5px solid #fff;
    border-radius: 50px;
    -webkit-animation: ripple 2s infinite ease-in-out;
    animation: ripple 2s infinite ease-in-out;
}
.technology-play-area .play-btn:hover i {
    background-color: #090776;
    color: #fff;
}
.technology-play-area .play-btn:hover i::after {
    border-color: #090776;
}
.brand-area {
    position: relative;
	background: #ffffff;
}
.brand-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/brand-logo/brand-bg.png);
}
.brand-area-two {
    position: relative;
    background-color: #0071dc;
}
.brand-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/brand-logo/brand-bg.png);
}
.brand-item img {
    width: unset !important;
    text-align: center;
    margin: 0 auto;
	border: 1px solid #ddd;
    box-shadow: 1px 5px 5px #ddd;
    border-radius: 5px;
    padding: 10px 0;
}
.brand-item .brand-logo-two {
    display: none !important;
}
.clients-area {
    position: relative;
    z-index: 1;
/*    background-color: #15163b;*/
	background: linear-gradient(120deg, #070b3b, #0c9ba9);
}
.clients-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/clients-img/client-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.clients-area .section-title h2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.clients-area .owl-nav {
    margin-top: 0;
}
.clients-area .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 47px !important;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}
.clients-area .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}
.clients-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444 !important;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 45px;
    height: 45px;
    line-height: 47px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}
.clients-area .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}
.clients-area-two {
    background-color: #fff;
}
.clients-area-two .section-title h2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #252525;
}
.clients-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 30px 40px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.clients-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 10px;
}
.clients-content .content {
    padding-left: 110px;
    position: relative;
    margin-bottom: 30px;
}
.clients-content .content img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: unset !important;
    width: 85px !important;
    height: 85px !important;
}
.clients-content .content i {
    position: absolute;
    bottom: -10px;
    left: 60px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #090776;
    color: #fff;
    text-align: center;
}
.clients-content .content h3 {
    padding-top: 20px;
    margin-bottom: 0;
}
.clients-content .content span {
    margin-bottom: 0;
}
.clients-content p {
    margin-bottom: 0;
}
.client-circle .client-circle-1 {
    position: absolute;
    top: 10%;
    left: 0;
}
.client-circle .client-circle-2 {
    position: absolute;
    top: 40%;
    left: 3%;
}
.client-circle .client-circle-3 {
    position: absolute;
    top: 75%;
    left: 0%;
}
.client-circle .client-circle-4 {
    position: absolute;
    top: 10%;
    right: 20%;
}
.client-circle .client-circle-5 {
    position: absolute;
    top: 25%;
    right: 5%;
}
.client-circle .client-circle-6 {
    position: absolute;
    top: 70%;
    right: 0;
}
.client-circle .client-circle-7 {
    position: absolute;
    bottom: 5%;
    right: 35%;
}
.circle {
    width: 40px;
    height: 40px;
    background-color: #0071dc;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 13px solid #f6fbff;
}
.clients-content-color {
    background-color: #070b3b;
}
.clients-content-color::before {
    background-color: #070b3b;
}
.clients-content-color .content h3 {
    color: #fff;
}
.clients-content-color .content span {
    color: #fff;
}
.clients-content-color p {
    color: #fff;
}
.clients-area-three {
    background-color: #f4f4ff;
    position: relative;
    z-index: 1;
}
.clients-area-three::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/shape/bg-shape5.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.clients-area-three .owl-nav {
    margin-top: 0;
    line-height: 0;
}
.clients-area-three .owl-nav .owl-prev {
    position: absolute;
    bottom: 90px;
    left: 575px;
    font-size: 25px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}
.clients-area-three .owl-nav .owl-prev:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}
.clients-area-three .owl-nav .owl-next {
    position: absolute;
    bottom: 90px;
    left: 620px;
    color: #444 !important;
    font-size: 24px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    border-radius: 50px;
    background-color: transparent !important;
    color: #0071dc !important;
    border: 1px solid #0071dc !important;
}
.clients-area-three .owl-nav .owl-next:hover {
    color: #fff !important;
    background-color: #0071dc !important;
}
.clients-slider-img {
    position: relative;
    z-index: 1;
    text-align: center;
}
.clients-slider-img img {
    width: unset !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.clients-slider-img .clients-slider-circle {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -35px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    height: 90%;
    -webkit-animation: border-transform 15s infinite ease-in-out;
    animation: border-transform 15s infinite ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0071dc), to(#070b3b));
    background-image: linear-gradient(#0071dc, #070b3b);
}
.clients-slider-content {
    margin-bottom: 90px;
}
.clients-slider-content i {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 40px;
    background-color: #0071dc;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.clients-slider-content i::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0.5px solid #0071dc;
    border-radius: 50px;
    -webkit-animation: ripple 2s infinite ease-in-out;
    animation: ripple 2s infinite ease-in-out;
}
.clients-slider-content p {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
}
.clients-slider-content h3 {
    margin-bottom: 7px;
    color: #0071dc;
}
.clients-slider-content span {
    margin-bottom: 0;
    font-weight: 500;
}
.owl-item.active .clients-slider-item .clients-slider-img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.owl-item.active .clients-slider-item .clients-slider-content i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.owl-item.active .clients-slider-item .clients-slider-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.owl-item.active .clients-slider-item .clients-slider-content h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.owl-item.active .clients-slider-item .clients-slider-content span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.blog-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border: 1px solid #f1f1f1;
}
.blog-card .blog-img {
    position: relative;
}
.blog-card .blog-img img {
    border-radius: 5px;
}
.blog-card .blog-img .blog-tag {
    background-color: #090776;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 5px;
    text-align: center;
}
.blog-card .blog-img .blog-tag h3 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}
.blog-card .blog-img .blog-tag span {
    color: #fff;
    line-height: 1;
    font-weight: 500;
}
.blog-card .content {
    padding: 25px 30px;
}
.blog-card .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-card .content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}
.blog-card .content ul li a {
    color: #444;
}
.blog-card .content ul li a i {
    font-size: 20px;
    color: #0071dc;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.blog-card .content ul li a:last-child {
    margin-right: 0;
}
.blog-card .content ul li a:hover {
    color: #090776;
}
.blog-card .content ul li a:hover i {
    color: #0071dc;
}
.blog-card .content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}
.blog-card .content h3 a {
    color: #252525;
}
.blog-card .content p {
    margin-bottom: 8px;
}
.blog-card .content .read-btn {
    color: #0071dc;
    font-size: 15px;
    font-weight: 600;
}
.blog-card .content .read-btn i {
    font-size: 20px;
    position: relative;
    top: 5px;
}
.blog-card .content .read-btn:hover {
    color: #252525;
    letter-spacing: 0.25px;
}
.blog-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.blog-card:hover .content h3 a {
    color: #090776;
}
.blog-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.blog-item .blog-img {
    position: relative;
}
.blog-item .blog-img img {
    border-radius: 5px;
}
.blog-item .blog-img .blog-tag {
    background-color: #0071dc;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: #fff;
}
.blog-item .blog-img .blog-tag:hover {
    background-color: #fff;
    color: #0071dc;
}
.blog-item .blog-img2 {
    position: relative;
}
.blog-item .blog-img2 img {
    border-radius: 5px;
    padding: 20px;
    background-color: #e6f1fc;
}
.blog-item .blog-img2 .blog-tag {
    background-color: #0071dc;
    padding: 10px 14px 8px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
}
.blog-item .blog-img2 .blog-tag h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
    font-weight: 600;
}
.blog-item .blog-img2 .blog-tag span {
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
}
.blog-item .blog-img3 {
    position: relative;
}
.blog-item .blog-img3 img {
    border-radius: 5px;
}
.blog-item .blog-img3 .blog-tag {
    background-color: #0071dc;
    padding: 10px 14px 8px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
}
.blog-item .blog-img3 .blog-tag h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
    font-weight: 600;
}
.blog-item .blog-img3 .blog-tag span {
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
}
.blog-item .content {
    padding: 25px 21px;
}
.blog-item .content ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.blog-item .content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    color: #444;
    font-weight: 500;
}
.blog-item .content ul li i {
    font-size: 18px;
    color: #0071dc;
    margin-right: 5px;
    position: relative;
    top: 3px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.blog-item .content ul li a {
    color: #444;
}
.blog-item .content ul li a i {
    font-size: 20px;
    color: #0071dc;
    margin-right: 5px;
    position: relative;
    font-size: 18px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.blog-item .content ul li a:last-child {
    margin-right: 0;
}
.blog-item .content ul li a:hover {
    color: #0071dc;
}
.blog-item .content ul li a:hover i {
    color: #090776;
}
.blog-item .content h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
.blog-item .content h3 a {
    color: #252525;
}
.blog-item .content p {
    margin-bottom: 8px;
}
.blog-item .content .read-btn {
    color: #0071dc;
    font-size: 14px;
    font-weight: 600;
}
.blog-item .content .read-btn i {
    font-size: 20px;
    position: relative;
    top: 5px;
}
.blog-item .content .read-btn:hover {
    color: #252525;
    letter-spacing: 0.25px;
}
.blog-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.blog-item:hover .content h3 a {
    color: #0071dc;
}
.blog-article {
    margin-bottom: 30px;
}
.blog-article .blog-article-img {
    margin-bottom: 30px;
    position: relative;
}
.blog-article .blog-article-img img {
    border-radius: 15px;
}
.blog-article .blog-article-img .blog-article-tag {
    background-color: #090776;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 3px;
    text-align: center;
}
.blog-article .blog-article-img .blog-article-tag h3 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}
.blog-article .blog-article-img .blog-article-tag span {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}
.blog-article .blog-article-title {
    margin-bottom: 20px;
}
.blog-article .blog-article-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-article .blog-article-title ul li {
    display: inline-block;
    font-size: 15px;
    color: #252525;
    margin-right: 30px;
    position: relative;
    font-weight: 500;
}
.blog-article .blog-article-title ul li:last-child {
    margin-right: 0;
}
.blog-article .blog-article-title ul li i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: #0071dc;
}
.blog-article .blog-article-title h2 {
    margin-top: 15px;
    font-size: 26px;
    max-width: 650px;
    margin-bottom: 0;
    color: #252525;
}
.blog-article .article-content {
    padding-bottom: 10px;
}
.blog-article .article-content p {
    margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 30px 20px 50px;
    margin-left: 35px;
}
.blog-article .article-content .blockquote p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.blog-article .article-content .blockquote span {
    font-size: 15px;
    color: #252525;
    font-weight: 600;
}
.blog-article .article-content .blockquote i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(#0071dc));
    background-image: linear-gradient(to right, #070f60, #0071dc);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 24%;
    left: -35px;
}
.blog-article .blog-article-share {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.blog-article .blog-article-share .blog-tag ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-article .blog-article-share .blog-tag ul li {
    display: inline-block;
    padding: 5px 3px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    color: #252525;
    font-weight: 400;
    margin-right: 5px;
}
.blog-article .blog-article-share .blog-tag ul li:last-child {
    margin-right: 0;
}
.blog-article .blog-article-share .blog-tag ul li i {
    color: #0071dc;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.blog-article .blog-article-share .blog-tag ul li a {
    color: #fff;
    background-color: #0071dc;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 14px;
}
.blog-article .blog-article-share .blog-tag ul li:hover a {
    background-color: #090776;

}
.blog-article .blog-article-share .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.blog-article .blog-article-share .social-icon li {
    display: inline-block;
    margin-right: 5px;
}
.blog-article .blog-article-share .social-icon li a {
    border-radius: 0;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #0071dc;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-article .blog-article-share .social-icon li a:hover {
    background-color: #0071dc;
    color: #fff;
}
.blog-article .comments-wrap {
    margin-bottom: 30px;
}
.blog-article .comments-wrap .comment-title .title {
    font-size: 24px;
    margin-bottom: 0;
    color: #252525;
}
.blog-article .comments-wrap .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-article .comments-wrap .comment-list li {
    position: relative;
    padding: 30px;
    padding-left: 75px;
    border-bottom: 1px solid #e1e1e1;
}
.blog-article .comments-wrap .comment-list li:last-child {
    margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li img {
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 50%;
}
.blog-article .comments-wrap .comment-list li h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}
.blog-article .comments-wrap .comment-list li span {
    font-size: 15px;
    color: #252525;
}
.blog-article .comments-wrap .comment-list li p {
    margin-top: 10px;
    margin-bottom: 0;
}
.blog-article .comments-wrap .comment-list li a {
    color: #0071dc;
    font-weight: 600;
    position: absolute;
    top: 30px;
    right: 0;
}
.blog-article .comments-wrap .comment-list li a:hover {
    color: #090776;
}
.blog-article .comments-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-article .comments-form .title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #252525;
}
.blog-article .comments-form .contact-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: #fff;
}
.blog-article .comments-form .default-btn {
    width: unset;
}
.search-widget {
    margin-bottom: 30px;
    background-color: #fff;
}
.search-widget .search-form {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.search-widget .search-form .form-control {
    height: 50px;
    border: none;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
    color: #252525;
    border-radius: 5px;
}
.search-widget .search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.search-widget .search-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 45px;
    width: 45px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    outline: none;
    background-color: #0071dc;
    line-height: 57px;
    border-radius: 5px;
}
.search-widget .search-form button i {
    color: #fff;
    font-size: 24px;
}
.search-widget .search-form button:hover {
    background-color: #252525;
}
.side-bar-area {
    margin-left: 15px;
}
.side-bar-widget {
    background-color: #fff;
}
.side-bar-widget .title {
    font-size: 20px;
    color: #252525;
    padding: 0;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background-color: transparent;
    width: 100%;
}
.side-bar-widget .side-bar-categories {
    margin-bottom: 15px;
}
.side-bar-widget .side-bar-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li .line-circle {
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid #0071dc;
    border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li .line-circle::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background-color: #0071dc;
    border-radius: 50px;
}
.side-bar-widget .side-bar-categories ul li:last-child {
    border-bottom: none;
}
.side-bar-widget .side-bar-categories ul li a {
    display: inline-block;
    color: #444;
    font-weight: 400;
    padding: 5px 0 5px 25px;
    font-weight: 600;
    position: relative;
    width: 100%;
}
.side-bar-widget .side-bar-categories ul li a span {
    right: 30px;
    position: absolute;
    top: 10px;
    color: #444;
}
.side-bar-widget .side-bar-categories ul li a:hover {
    color: #0071dc;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
    color: #0071dc;
}
.side-bar-widget .widget-popular-post {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.side-bar-widget .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e2e2;
}
.side-bar-widget .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #070b3b;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
    background-image: url(../images/blog/blog-details.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
    background-image: url(../images/blog/blog-img2.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
    background-image: url(../images/blog/blog-img3.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
    background-image: url(../images/blog/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .info {
    overflow: hidden;
    padding: 0;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    max-width: 210px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
    display: inline-block;
    color: #252525;
    margin-bottom: 5px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
    color: #0071dc;
}
.side-bar-widget .widget-popular-post .item .info p {
    font-size: 15px;
    margin-bottom: 0;
    max-width: 180px;
    color: #0071dc;
}
.side-bar-widget .side-bar-widget-tag {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.side-bar-widget .side-bar-widget-tag li {
    display: inline-block;
    margin: 5px;
    color: #fff;
}
.side-bar-widget .side-bar-widget-tag li a {
    color: #fff;
    padding: 7px 15px;
    background-color: #0071dc;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
    color: #fff;
    background-color: #090776;
}
.side-bar-widget .blog-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.side-bar-widget .blog-gallery li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.side-bar-widget .blog-gallery li a {
    display: block;
    position: relative;
}
.side-bar-widget .blog-gallery li a img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0071dc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
}
.side-bar-widget .blog-gallery li a::after {
    content: "\ee93";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    font-size: 35px;
    font-family: boxicons;
    color: #fff;
}
.side-bar-widget .blog-gallery li a:hover::before {
    opacity: 0.5;
    visibility: visible;
}
.side-bar-widget .blog-gallery li a:hover::after {
    opacity: 1;
    visibility: visible;
}
.blog-style-card {
    margin-bottom: 30px;
}
.blog-style-card .blog-style-img {
    position: relative;
}
.blog-style-card .blog-style-img img {
    border-radius: 15px;
}
.blog-style-card .blog-style-img .blog-style-tag {
    background-color: #090776;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 3px;
    text-align: center;
}
.blog-style-card .blog-style-img .blog-style-tag h3 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
}
.blog-style-card .blog-style-img .blog-style-tag span {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}
.blog-style-card .content {
    padding: 30px 0 0;
}
.blog-style-card .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-style-card .content ul li {
    display: inline-block;
    font-size: 15px;
    color: #252525;
    margin-right: 30px;
    position: relative;
    font-weight: 500;
}
.blog-style-card .content ul li:last-child {
    margin-right: 0;
}
.blog-style-card .content ul li i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: #0071dc;
}
.blog-style-card .content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-style-card .content h3 a {
    color: #252525;
    display: block;
}
.blog-style-card .content p {
    margin-bottom: 15px;
}
.blog-style-card .content .default-btn {
    padding: 8px 16px;
    font-size: 14px;
}
.blog-style-card:hover .content h3 a {
    color: #0071dc;
}
.faq-area .section-title p {
    max-width: 560px;
}
.faq-content {
    margin-bottom: 30px;
}
.faq-content .section-title {
    margin-bottom: 30px;
}
.faq-content .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}
.faq-content .section-title p {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.faq-content .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.faq-content .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-content .faq-accordion .accordion .accordion-title {
    padding: 15px 60px 15px 20px;
    color: #252525;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.faq-content .faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 14px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 24px;
    width: 30px;
    height: 30px;
    color: #0071dc;
    text-align: center;
    line-height: 30px;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #0071dc;
}
.faq-content .faq-accordion .accordion .accordion-title.active i::before {
    content: "\eb8b";
}
.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
    margin-top: -5px;
}
.faq-content .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.faq-content .faq-accordion .accordion .accordion-content p {
    margin-top: -6px;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 3px;
}
.faq-content .faq-accordion .accordion .accordion-content.show {
    display: block;
}
.user-img {
    margin-bottom: 30px;
}
.user-form .contact-form {
    max-width: 640px;
}
.user-form .contact-form .agree-label .forget {
    position: absolute;
    right: 0;
}
.user-form .contact-form .default-btn {
    width: unset;
}
.user-form .contact-form .account-desc {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.user-form .contact-form .account-desc a {
    color: #0071dc;
}
.user-form .contact-form .account-desc a:hover {
    color: #090776;
}
.pagination-area {
    margin-top: 10px;
    margin-bottom: 30px;
}
.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0071dc;
    background-color: transparent;
    border: 1px solid #0071dc;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 18px;
    border-radius: 5px;
}
.pagination-area .page-numbers:hover {
    background-color: #0071dc;
    color: #fff;
}
.pagination-area .page-numbers i {
    position: relative;
    font-size: 25px;
    top: 5px;
}
.pagination-area .page-numbers.current {
    background-color: #0071dc;
    color: #fff;
}
.terms-conditions-img {
    margin-bottom: 30px;
}
.single-content {
    margin-bottom: 30px;
}
.single-content h3 {
    font-size: 24px;
    color: #252525;
    margin-bottom: 15px;
}
.single-content p {
    margin-bottom: 15px;
}
.contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form h2 {
    color: #252525;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-form .form-group label {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-form .form-group label span {
    color: #0071dc;
}
.contact-form .form-group.checkbox-option {
    position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
}
.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
    color: #0071dc;
}
.contact-form .form-group.checkbox-option p a:hover {
    color: #090776;
}
.contact-form .form-group .form-control {
    height: 50px;
    color: #252525;
    border: 1px solid #0071dc;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
}
.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #252525;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form .form-group textarea.form-control {
    height: auto;
}
.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}
.contact-form .agree-label #chb1 {
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-form .agree-label label {
    font-weight: 500;
    color: #252525;
    margin-left: 25px;
}
.contact-form .agree-label label a {
    color: #0071dc;
}
.contact-form .agree-label label a:hover {
    color: #090776;
}
.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block;
}
.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px;
}
.contact-form .default-btn {
    border: 0;
    outline: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #444;
}
.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
    color: #444;
}
.contact-card {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    border-radius: 15px;
}
.contact-card i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 24px;
    color: #0071dc;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.contact-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #252525;
}
.contact-card span {
    color: #444;
    font-weight: 500;
    font-size: 17px;
    display: block;
}
.contact-card span a {
    color: #444;
    display: block;
}
.contact-card span a:hover {
    color: #0071dc;
}
.contact-info {
    margin-bottom: 30px;
    background-color: #070b3b;
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.contact-info::before {
    content: "";
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/call-us/call-shap1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-info span {
    color: #090776;
    display: block;
    margin-bottom: 5px;
}
.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
}
.contact-info p {
    color: #fff;
    margin-bottom: 20px;
}
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    display: block;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}
.contact-info ul li .content i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    font-size: 20px;
    color: #0071dc;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info ul li .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
}
.contact-info ul li .content a {
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.contact-info ul li .content a:hover {
    color: #0071dc;
}
.contact-info ul li .content span {
    color: #fff;
    font-weight: 400;
    display: block;
    font-size: 15px;
}
.error-area {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
}
.error-area .error-content {
    text-align: center;
    position: relative;
}
.error-area .error-content img {
    max-width: 100%;
}
.error-area .error-content h3 {
    margin-bottom: 20px;
    position: relative;
    color: #252525;
    font-size: 35px;
}
.error-area .error-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
}
.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
}
.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    background-color: #f8f8f8;
    border: 3px solid #0071dc;
}
.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #252525;
    font-size: 50px;
}
.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #444;
}
.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #252525;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 10px;
    font-size: 35px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 5px;
}
.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #fff;
    padding-left: 15px;
    color: #fff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #5d5d5d;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #252525;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    border: 0;
    outline: 0;
    border-radius: 0 !important;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #190f3c;
}
.coming-soon-area .coming-soon-content ul {
    list-style: none;
    margin-top: 30px;
    padding: 0;
}
.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 18px;
    background-color: #0071dc;
    color: #fff;
    border-radius: 50px;
    margin-right: 10px;
}
.coming-soon-area .coming-soon-content ul li a {
    color: #fff;
}
.coming-soon-area .coming-soon-content ul li:hover {
    background-color: #252525;
}
.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important;
}
.map-area iframe {
    display: block;
    width: 100%;
    height: 400px;
}
.footer-bg {
/*        background: linear-gradient(120deg, #070b3b, #0c9ba9);*/
	background: #1d2250;
}
.footer-widget {
    margin-bottom: 30px;
}

.footer-logo a{
	color: #FFFFFF !important;
    font-family: EffraRegular,Myriad Pro,Arial,Arial Black;
    font-size: 20px;
    line-height: 2.8;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 600;
}
.footer-widget .footer-logo {
/*    margin-bottom: 20px;*/
    position: relative;
/*    top: -5px;*/
}
.footer-widget h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2;
	font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-widget p {
    margin-bottom: 20px;
    color: #fff;
    max-width: 300px;
}
.footer-widget .footer-call-content {
    background-color: #fff;
    padding: 20px 80px 20px 20px;
    border-radius: 15px;
    position: relative;
    max-width: 345px;
}
.footer-widget .footer-call-content:hover i {
    background-color: #0071dc;
    color: #fff;
}
.footer-widget .footer-call-content h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    color: #252525;
}
.footer-widget .footer-call-content span a {
    color: #252525;
    font-weight: 600;
}
.footer-widget .footer-call-content span a:hover {
    color: #0071dc;
}
.footer-widget .footer-call-content i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #e5f3ff;
    color: #0071dc;
    border-radius: 50px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.footer-widget .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
	line-height: 2;
}
.footer-widget .footer-list li {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer-widget .footer-list li:last-child {
    margin-bottom: 0;
}
.footer-widget .footer-list li a {
    color: #fff;
    font-weight: 400;
}
.footer-widget .footer-list li a i {
    font-size: 15px;
    position: relative;
    top: 0px;
    margin-right: 5px;
	font-weight: 500;
}
.footer-widget .footer-list li a:hover {
    color: #CBCBCB;
}
.footer-widget .footer-blog {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget .footer-blog li {
    display: block;
    margin-bottom: 20px;
    padding-left: 90px;
    position: relative;
}
.footer-widget .footer-blog li:hover h3 a {
    color: #090776;
}
.footer-widget .footer-blog li:last-child {
    margin-bottom: 0;
}
.footer-widget .footer-blog li a {
    display: block;
}
.footer-widget .footer-blog li a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 70px;
}
.footer-widget .footer-blog li h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    max-width: 200px;
}
.footer-widget .footer-blog li h3 a {
    color: #fff;
    line-height: 1.4;
}
.footer-widget .footer-blog li h3 a:hover {
    color: #090776;
}
.footer-widget .footer-blog li span {
    font-size: 14px;
    color: #090776;
}

.footer-widget h4{
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.footer-widget .newsletter-a{
	color: #fff;
	text-decoration: underline;
	margin-bottom: 20px;
}

.footer-widget .newsletter-area .newsletter-form {
    position: relative;
    max-width: 270px;
    border-radius: 5px;
}
.footer-widget .newsletter-area .newsletter-form .form-control {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 5px;
    border: 0;
    padding: 0 45px 0 15px;
    max-width: 100%;
    color: #252525;
    font-weight: 400;
}
.footer-widget .newsletter-area .newsletter-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #0071dc;
    color: #fff;
    height: 45px;
    line-height: 50px;
    width: 45px;
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
    background: #252525;
    color: #fff;
}
.footer-widget .newsletter-area .newsletter-form .validation-danger {
    font-size: 18px;
    margin-top: 5px;
    color: red;
}
.copy-right-area {
    padding: 15px 0;
    border-top: 1px solid #0071dc61;
}
.copy-right-text {
    text-align: center;
}
.copy-right-text p {
    color: #fff;
    margin-bottom: 0;
}
.copy-right-text p a {
    color: #090776;
    border-bottom: 1px solid #090776;
}
.copy-right-text p a:hover {
    color: #0071dc;
    border-color: #0071dc;
}
.go-top {
    position: fixed;
    top: 60%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #0071dc;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 48px;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover {
    background-color: #090776;
}
.go-top.active {
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: none;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}
.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #070b3b;
}
.spinner {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    margin: 100px auto;
    -webkit-animation: rotate-in 1.2s infinite ease-in-out;
    animation: rotate-in 1.2s infinite ease-in-out;
}
.top-header-right .top-header-social-bg ul li {
    margin-right: 5px;
}
.top-header-right .top-header-social-bg ul li:last-child {
    margin-right: 0;
}
.top-header-right .top-header-social-bg ul li a {
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    color: #0071dc;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.top-header-right .top-header-social-bg ul li a:hover {
    background-color: #0071dc;
    color: #fff;
}
.banner-six {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/home-six.jpg);
    overflow: hidden;
}
.banner-six::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#070b3b61), to(#070b3b));
    background-image: linear-gradient(to right, #070b3b61, #070b3b);
}
.banner-six-content {
    padding-top: 130px;
    padding-bottom: 120px;
    max-width: 560px;
    margin-left: auto;
}
.banner-six-content h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-six-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    max-width: 660px;
    margin-bottom: 35px;
}
.banner-six-shape {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-six-shape img {
    height: 620px;
}
.work-process-rightside {
    margin-bottom: 25px;
}
.work-process-rightside .section-title {
    margin-bottom: 20px;
}
.about-img-5 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
}
.about-img-5::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -45px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 110%;
    height: 70%;
    -webkit-animation: border-transform 15s infinite ease-in-out;
    animation: border-transform 15s infinite ease-in-out;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0071dc), to(#070b3b));
    background-image: linear-gradient(#0071dc, #070b3b);
}
.services-card-color-bg2 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 15px 15px 20px;
    border-radius: 15px;
    background-color: #fff;
}
.technology-area-five {
    position: relative;
    z-index: 1;
    background-color: #15163b;
}
.technology-area-five::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/clients-img/client-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.technology-area-five .section-title h2 {
    color: #fff;
    max-width: 550px;
    margin: 0 auto;
}
.team-item {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
}
.team-item .content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    background-color: #0071dc;
    padding: 20px 25px;
    text-align: center;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.team-item .content h3 {
    margin-bottom: 0;
    color: #fff;
}
.team-item .content span {
    color: #fff;
}
.team-item .content .social-link {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
    width: 5px;
    background-color: #090776;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.team-item .content .social-link li {
    display: block;
    margin-bottom: 0;
}
.team-item .content .social-link li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.team-item .content .social-link li:hover a {
    background-color: #fff;
    color: #0071dc;
}
.team-item:hover .content .social-link {
    width: 40px;
}
.team-item:hover .content .social-link li a {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.case-study-item2 {
    position: relative;
    background-color: #fff;
    padding: 25px 25px 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.case-study-item2 .icon-services {
    color: #0071dc;
    font-size: 55px;
    margin-bottom: 15px;
    display: block;
    line-height: normal;
}
.case-study-item2 h3 {
    margin-bottom: 17px;
}
.case-study-item2 h3 a {
    color: #252525;
}
.case-study-item2 h3:hover a {
    color: #0071dc;
}
.case-study-item2 p {
    margin-bottom: 0;
}
.case-study-item2 .more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    color: #0071dc;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 5px;
    background-color: #e6f1fc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-study-item2 .more-btn:hover {
    background-color: #0071dc;
    color: #fff;
}
.case-study-item2:hover .content h3 a {
    color: #0071dc;
}
.case-study-item2:hover .content .more-btn {
    background-color: #0071dc;
    color: #fff;
}
.top-header-right {
    float: right;
}
.footer-widget .social-link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-widget .social-link ul li {
    display: inline-block;
    top: 1px;
    position: relative;
    margin-right: 5px;
}
.footer-widget .social-link ul li:last-child {
    margin-right: 0;
}
.footer-widget .social-link ul li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #0071dc;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-size: 18px;
}
.footer-widget .social-link ul li a:hover {
    background-color: #0071dc;
    color: #fff;
}
.footer-widget .footer-contact-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-widget .footer-contact-list li {
    display: block;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.footer-widget .footer-contact-list li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #090776;
    line-height: normal;
}
.footer-widget .footer-contact-list li .content a {
    color: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.footer-widget .footer-contact-list li .content a:hover {
    color: #090776;
}
.footer-bg2 {
    background-color: #0c243b;
    position: relative;
    z-index: 1;
}
.footer-bg2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/shape/bg-shape5.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}
@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes rotate-in {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    14% {
        border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@keyframes border-transform {
    0%,
    100% {
        border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    }
    14% {
        border-radius: 50% 20% 50% 30%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.half-box {
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}

.half-box:hover{
	border: 1px solid #090776;
/*
	box-shadow: 1px 2px 5px #05488e;
	border: none !important;
*/
}

.half-box h2 {
    position: absolute;
    display: inline-block;
    margin-left: 20px;
    padding: 0 10px;
	margin-top: -23px;
    background-color: #fff;
    font-weight: 600;
    white-space: pre-wrap;
    font-size: 18px !important;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.content-main {
    padding: 10px 10px 0px;
}

.half-box p {
    text-align: justify;
	margin-bottom: 0;
	font-size: 14px;
}

.about-area{
	background-color: #FFFFFF;
}

.about-area::before {
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/home-three/home-three-bg.png);
}

.product-slider__title {
    font-family: oswald,sans-serif;
    font-size: 55px !important;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 2px;
	margin-top: 5px;
}

.product-labels {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    color: #fff;
	margin-top: 20px;
}

.product-ul{
	color: #fff;
    line-height: 2;
}

.cat-card {
    border: 0;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 30px;
    transition: transform 0.5s;
}

.cat-card:hover{
	transform: scale(1.1);
}


.container-card {
    position: relative;
    /* border: 1px
px
 solid #d9d9d9; */
    background: #fff;
    /* background-clip: padding-box; */
    border-radius: 15px;
    padding: 20px;
}

.bg-green-box {
    background: #f1f1f1;
}

.bg-blue-box {
    background: #fff4f4;
}

.bg-green-box, .bg-white-box, .bg-yellow-box, .bg-blue-box {
    position: relative;
}

.challenge-icon i {
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 35px;
    border-radius: 10px;
    color: #263d4d;
}

.card-title {
    font-weight: 600;
    color: #444444;
    line-height: 40px;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 0px;
}

.card-description {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0;
}

.bg-green-box::after {
    background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.flpbox {position: relative;display: inline-block;overflow: hidden;max-width: 100%;height: auto;border-radius: 10px;}.flpbox:hover > img{ transform: scale(1.1);}.flpbox img{width: 100%;display: block;transition: all .2s ease-in-out;}.flpbox .text{position: absolute;padding: 5px 25px;bottom: 0;width: 100%;box-sizing: border-box;z-index: 2;background:linear-gradient(1deg, #919191, #1c1c1c00);text-transform: uppercase;}.flpbox .text .name{text-shadow: 0px 1px 4px #000;font-size: 16px;color: #fff;float: left}.flpbox .text .flparrow{float: right;transition: all .2s ease-in-out;}.flpbox.active .flpbox-layer_top {opacity: 1;}.flpbox .flpbox-layer_top{opacity: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: rgba( 0, 0, 0, 0.6);color: #fff;padding: 15px;-moz-transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}.flpbox:hover .flpbox-layer_top,.flpbox.active .flpbox-layer_top {opacity: 1;}.flpbox .flpbox-layer_slideright {-moz-transform: translateX(-100%);-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);}.flpbox:hover .flpbox-layer_slideright,.flpbox.active .flpbox-layer_slideright {-moz-transform: translateX(0);-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);}.flpbox .flpbox-text {font-size: 15px;display: inline-block;position: absolute;top: 50%;left:50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 83%;}.flpbox .flpbox-text_mobile {font-size: 15px;border-top: 1px solid rgb(255, 216, 0);border-top: 1px solid rgba(255, 216, 0, 0.7);margin-top: 5px;padding-top: 2px;display: none;}.flpbox-text .name{font-size: 18px; margin-bottom: 15px;}.flpbox:hover .text{display: none;}.why-us{background:#f1f1f1;padding-top:20px;padding-bottom:50px;}

.self-h2{
/*
	font-size: 50px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
*/
	font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #263d4d;
    padding-bottom: 15px;
    position: relative;
}



.self-p{
	font-size: 14px;
	margin-top: 30px;
	text-align: justify;
}

.solution-box{
	padding: 20px 20px 20px 50px;
	transition: transform 1s;
}

.solution-box:hover{
	-ms-transform: scale(1.1); /* IE 9 */
	  -webkit-transform: scale(1.1); /* Safari 3-8 */
	  transform: scale(1.1);  
	background: #ECECEC
}

.solution-box2{
	padding: 20px 20px 20px 20px;
	transition: transform 1s;
}

.solution-box2:hover{
	-ms-transform: scale(1.1); /* IE 9 */
	  -webkit-transform: scale(1.1); /* Safari 3-8 */
	  transform: scale(1.1);  
	background: #ECECEC
}

.profile_bx img{
	background: #ebedea;
    border-radius: 10px;
	margin-bottom: 15px;
}

.profile_bx h3{
	margin-bottom: 0;
}
.profile_bx .designation{
	margin-bottom: 5px;
}
.profile_bx p i{
	font-size: 30px;
}

.mission {
    transition-duration: .3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    padding: 10px 20px;
}

.new-heading {
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0;
    color: #000;
    font-family: oswald,sans-serif;
}

.new-p {
    font-size: 16px;
    line-height: 2;
}

.mission:hover {
    transform: scale(1.05);
}




ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 10px 21px;
	color: #000;
	overflow: hidden;
	position: relative;
}

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #1d2250;
	color: #fff;
	display: block;
}

.tab_container {
	width: 100%;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.js-tabs{
		display: inline !important;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}

.self-col {
        width: 22.5%;
    display: inline-block;
    margin-right: 15px;
margin-top: 20px;
}



.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px;
	    background: #F1F2F4;
}

.product-cards{
	border: 2px solid #f1f2f4;
    border-radius: 10px;
}

.product-cards:hover img{
	transform: scale(1.1);
}

.product-cards:hover{
	    background: #F1F2F4;
    border-radius: 10px;
}

.product-cards img{
    transition: transform 0.3s ease-in-out;
}

.product-cards img:hover{
    transform: scale(1.1);
}

.pro-imgs{
	width: 120%;
	max-width: 120%;
	transition: transform 0.3s ease-in-out;
}

@media(max-width: 567px){
	.pro-imgs{
		width: 100%;
		max-width: 100%;
	}
}

.pro-bx{
	background: #fff;
	box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0px 3px 7px -3px rgb(0 0 0 / 30%);
	border-radius: 10px;
	padding: 10px 5px;
}
.pro-bx:hover{
	box-shadow: 0 17px 20px -2px rgb(20 45 100 / 15%);
}
.pro-bx:hover .pro-imgs{
	transform: scale(1.1);
}

.product-tumb img {
    /*width: 265px;*/
	width: 130%;
}

.product-details{
	padding: 10px 15px;
	text-align: left;
}

.product-details p{
	font-size: 30px;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    color: #000;
    text-align: left;
	margin-bottom: 2px;
}

.product-details .interface{
    font-size: 15px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: left;
	letter-spacing: 1px;
}

.product-catagory, .product-details h4 a {
    display: block;
    text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1399px)
{
	.text-lg, h4 {
    font-size: 22px;
		margin-bottom: 0;
}
}

.product-details h4 a {
    font-weight: 500;
    color: #363636;
    text-decoration: none;
    transition: .3s;
}

.product-bottom-details {
    overflow: hidden;
    padding-bottom: 10px;
}

.product-bottom-details div {
    float: left;
    width: 100%;
}
.product-price {
    font-size: 15px;
    color: #646464;
    font-weight: 400;
    margin-top: 5px;
}

.product-price a{
	font-size: 15px;
    color: #646464;
    font-weight: 400;
    margin-top: 5px;
}

.features-box h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #263d4d;
    position: relative;
    padding-bottom: 15px;
}

.features-box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #011738;
    z-index: 1;
}

.features-box h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #af0000;
}

.features-box ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.features-box ul li {
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;
}
.features-box ul li:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    padding-right: 10px;
    display: inline-block;
    color: #00086a;
}

.pb-50{
	padding-bottom: 50px;
}

.description h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #263d4d;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.description h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #011738;
    z-index: 1;
}

.description h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #af0000;
}

.gradient-cards {
    gap: 32px;
    padding: 30px;
}

.cat-card {
    border: 0;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 30px;
    transition: transform 0.5s;
}

.bg-green-box {
    background: #f9f9f9 !important;
}

.bg-blue-box {
    background: #fff4f4 !important;
}

.container-card {
    position: relative;
    /* border: 1px solid #d9d9d9; */
    background: #fff;
    /* background-clip: padding-box; */
    border-radius: 15px;
    padding: 20px;
}

.challenge-icon i {
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 35px;
    border-radius: 10px;
    color: #263d4d;
}

.card-title {
    font-weight: 600;
    color: #444444;
    line-height: 40px;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 0px;
}

.card-description {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0;
}

.bg-green-box::after {
    background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}

.bg-green-box::after, .bg-white-box::after, .bg-yellow-box::after, .bg-blue-box::after {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 45px;
}

.product_heading{
	font-size: 70px;
    font-family: 'Oswald';
    font-weight: bold;
    letter-spacing: 2px;
    color: #01033a;
}

.product_description{
	padding-top: 10px;
    font-size: 17px;
    font-family: 'math';
    padding-bottom: 10px;
    color: #101010;
}

.product-btn {
    color: #ffffff;
    background-color: #010330;
    border-color: #010330;
    font-size: 16px !important;
    padding: 1em 2em;
    min-height: 47px;
    text-transform: uppercase;
    font-weight: 600;
	border: 1px solid #7b7b7b;
}

.product-btn:hover{
	color: #010330;
    background-color: transparent;
    border: 1px solid #010330;
}

.border-btn {
    color: #010330;
    background-color: transparent;
    border: 1px solid #010330;
    font-size: 16px !important;
    padding: 1em 2em;
    min-height: 47px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}

.border-btn:hover{
	color: #FFFFFF;
	background-color: #010330;
    border-color: #010330;
}

.product_banner {
    background: url(../img/bg-wave.webp);
    background-size: cover;
}

.product_features_section{
	background: #ffffff !important;
}

.feature-ul {
        
    
}

.feature-ul .product_features:nth-of-type(odd) {
    background: #edebff;
}

.feature-ul .product_features:nth-of-type(even) {
    background: #E9E9E9;
}

.feature-ul .product_features:hover{
	box-shadow: 1px 8px 10px #212754;
}

.feature-ul .product_features {
    
    margin-right: 15px;
}
.product_features {
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.product_features h5 {
    text-align: center;
    font-size: 40px;
    color: #1c2151;
}

.product_features h4 {
    text-align: center;
    font-size: 15px;
    color: #222;
	font-weight: 400;
}

.product_specification table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.product_specification table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.product_specification table>tbody>tr>td, .product_specification table>tbody>tr>th, .product_specification table>tfoot>tr>td, .product_specification table>tfoot>tr>th, .product_specification table>thead>tr>td, .product_specification table>thead>tr>th {
    border: 1px solid #ddd;
}

.product_specification table > tbody > tr > td, .product_specification table > tr > td {
    vertical-align: middle;
    font-size: 15px;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.product_specification table > tbody > tr > td > span {
    background: transparent !important;
}

.product_use_case{
	background: #fff;
}

.card--1 .card__img, .card--1 .card__img--hover {
	background-size:cover !important;
    }

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url('https://images.pexels.com/photos/307008/pexels-photo-307008.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 5px 10px 5px;
   text-align:center;
}

.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.product_download {
    background: url(../img/solutions_wave_bkg.webp);
    background-size: cover;
}

a:link {
    text-decoration: none;
}

.download_box {
    box-shadow: 1px 2px 5px #222;
    border-radius: 5px;
    padding: 20px 50px;
}

.download_box:hover{
	background:#01274d;
	color:#fff !important;
	box-shadow: 1px 1px 6px #c9bfbf;
    border: none;
}

.download_box:hover h5, .download_box:hover h3{
	color:#fff !important;
}

.download_box h5 {
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
}

.download_box h3 {
    text-align: center;
    font-family: 'PT Sans';
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
}

.blog-box {
    margin-top: 50px;
}
.blog-box {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}

.blog-box h3 {
    color: #000;
}
.blog-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 400;
}

.blog-box a {
    color: #01274d;
    font-weight: 600;
}

.blog-banner {
    
}

.section.post_hero_sectioninside_page {
    z-index: 0;
    height: 470px;
    min-height: 470px;
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 230px 32px;
    position: relative;
    overflow: hidden;
}

.section .wrapper {
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    background-color: transparent;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
}

.post_hero_content {
    z-index: 3;
    max-width: 66.66%;
    margin-left: 100px;
    margin-right: auto;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.post_hero_content .badge {
    z-index: 3;
    height: 24px;
    color: #fff;
    background-color: #1d2150;
    border-radius: 12px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    position: relative;
}

.post_hero_content .post-heading {
    color: #fff;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 40px;
    font-weight: 700;
}

.post-info {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
}

.post-info-block {
    align-items: center;
    display: flex;
}

.mini-icon {
    width: 14px;
    opacity: 1;
}

.mini-date {
    color: #fff;
    margin-top: 4px;
    margin-left: 8px;
    font-size: 11px;
}

.post-info-block {
    align-items: center;
    display: flex;
}

.divider-small {
    width: 1px;
    height: 16px;
    background-color: #c7c9c8;
    margin-left: 12px;
    margin-right: 12px;
}

.post-_hero_gradient {
    z-index: 0;
    background-image: linear-gradient(transparent, rgba(3, 26, 46, .91));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.other-blog img {
    width: 60px;
    height: 45px;
    border-radius: 50px;
}

.blog-p {
    font-size: 12px !important;
    margin-bottom: 0;
    padding-left: 15px;
    color: #000;
    font-weight: 600;
}

.short_description p {
    font-size: 18px;
}

.short_description h2{
	    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #263d4d;
    padding-bottom: 15px;
    position: relative;
}

.blog-share h4 {
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 24px;
}

.facebook i {
    background: #1877F2;
}
.share i {
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1.5;
}

.linkedin i {
    background: #0a66c2;
}

.twitter i {
    background: #26c4f1;
}

.pinterest i {
    background: #b7081b;
}

.partner-icon img {
    width: 200px;
}

.partner-icon p{
	font-size: 17px;font-weight: 300;color: #06163a
}

.career_bx{
	border: 1px solid #000;
    border-radius: 20px;
    padding-bottom: 20px;
}

.career_bx img{
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.career_bx p{
	font-size: 25px;
    text-align: center;
    margin-bottom: 0;
}

.career-path {
    margin: 0px 0px 0px 0px;
	background: #fff;
}

.main-section-wrapper {
    padding: 0px 20px 0px 0px;
    margin: auto;
    border-left: 0;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.main-section-wrapper .left-inner-section {
    position: relative;
    padding: 50px 50px 0px;
}

.main-section-wrapper .left-inner-section {
    flex: 1 1 45%;
    max-width: 45%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




@media (min-width: 768px)
{
	.left-inner-section-inner {
    max-width: 300px;
    margin: 0 auto;
}
}

.main-section-wrapper .left-inner-section h2 {
    color: #fff;
    margin-bottom: 30px;
    background: linear-gradient(to right, #76499a 0%, #00a2d7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

.main-section-wrapper .left-inner-section a {
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #fff;
    border-radius: 6px;
    text-decoration: none;
    text-transform: capitalize;
}

.normal-cta {
    border: 1.5px solid #fff;
    color: #fff;
    padding: 12px 40px 12px;
    border-radius: 6px;
    font-size: 18px;
    margin: 15px 0;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
}

.main-section-wrapper .right-inner-section {
    flex: 1 1 55%;
    max-width: 55%;
	margin-top: 20px;
}

.right-inner-section-wrapper {
    gap: 20px;
}
.right-inner-section-wrapper {
    display: flex;
    overflow: hidden;
    align-items: center;
}


	.right-inner-section-wrapper .span6 {
    width: 48.717948718%;
}
	.right-inner-section-wrapper[class*=span]:first-child {
    margin-left: 0;
}
	.right-inner-section-wrapper [class*=span] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.564102564%;
    min-height: 28px;
    width: 100%;
}

.right-inner-section-wrapper .card-box {
    border: 1px solid #000;
    margin: 0 0 30px;
    border-radius: 30px;
    overflow: hidden;
}

.right-inner-section-wrapper .card-box .img-container {
    height: 250px;
}

.right-inner-section-wrapper .card-box .img-container {
    overflow: hidden;
}

.right-inner-section-wrapper .card-box .img-container img {
    display: block;
    height: 100%;
    width: 100%;
}
.right-inner-section-wrapper .card-box .img-container img {
    object-fit: cover;
    object-positio: top;
    transition: all .3s ease;
}

.right-inner-section-wrapper .card-box .card-details {
    padding: 30px 30px;
    color: #4f4f4f;
}

.right-inner-section-wrapper .card-box .card-details a {
    text-decoration: none;
    border: 1px solid #575757;
    padding: 12px 40px;
    border-radius: 6px;
    margin: 10px 0 0;
    text-align: center;
    color: #4f4f4f;
    display: inline-block;
}

.normal-cta {
    border: 1.5px solid #fff;
    color: #fff;
    padding: 12px 40px 12px;
    border-radius: 6px;
    font-size: 18px;
    margin: 15px 0;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
}

.right-inner-section-wrapper .card-box .card-details {
    padding: 30px 30px;
    color: #4f4f4f;
}


.career_box {
    box-shadow: 0px 0px 20px 10px #5e41990f;
	height: 210px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
	padding: 10px 0px;
	background: #fff;
}

.career_box img{
	width: 100px;
    height: 100px;
    display: block;
    margin: 0rem auto 1rem;
}

.career_box p{
	padding: 0px 1.5rem;
    display: block;
    text-align: center;
    font: 15px "latobold", sans-serif;
}

.career_table tr .job_position{
	font-size: 20px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

.toggle label{
	font-size: 12px;
}

.form-control{
	font-size: 12px !important;
	line-height: 2.5 !important;
	color: #393939 !important;
}

.modal-content label{
	font-size: 12px;
    font-family: 'Open Sans';
    color: #a5a5a5;
}

.modal-footer{
	display: block;
}

.solution_p{
	font-size: 18px;
    line-height: 2;
    color: #000;
}

.icons img {
    width: 80px;
}

.feature-table {
	font-size: 13px;
    font-weight: 500;
}

.solution_box{
	background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 5px;
	text-align: center;
}

.solution_box img{
	    width: 60px;
    margin-bottom: 10px;
}

.profile_bx h4 a, .profile_bx h4{
	font-size: 16px;
    color: #263d4d;
}

.screenshot h4{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.atl_box{
	background: #fff;
    padding: 30px 10px 20px;
    box-shadow: 1px 1px 7px #ddd;
}

.atl_box img{
	width: 80px;
	margin-bottom: 20px;
	text-align: center;
}

.inner-title p{
	width: 600px;
}
@media (max-width: 567px)
{
	#carouselExampleCaptions{
		padding-top: 70px;
	}
	.banner-item-content h2{
		font-size: 25px;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.banner-btn .default-btn{
		font-size: 12px;
		padding: 5px 15px;
		margin-top: 5px;
	}
	.carousel-control-next, .carousel-control-prev{
		    top: 65px;
	}
	.carousel-indicators{
		display: none;
	}
	.self-col {
    width: 100% !important;
}
	.inner-title p{
		width: 100%;
	}
	.inner-banner .inner-title h3{
		font-size: 25px;
	}
	
	.slogan-heading{
		font-size: 25px !important;
	}
	
	.product-detail-area{
		padding-top: 100px !important;
	}
	
	.banner-four-content{
		margin-right: 0 !important;
	}
	.tab button p{
		font-size: 11px !important;
	}
	.tab button{
		font-size: 20px !important;
	}
	.tab{
		width: 30% !important;
		height: 350px !important;
	}
	.tabcontent{
		width: 70% !important;
		padding: 10px 10px 0 !important;
	}
	.tabcontent h3{
		font-size: 20px !important;
	}
	.tabcontent p{
		font-size: 12px !important;
	}
	.tabcontent img{
		width: 200px !important;
	}
	
	.product-area .container-fluid{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#chatbutton {
		display: block !important;
	}
	
	.filter-hide{
		display: none !important;
	}
}


.sticky-nav .logo{
	top: 13px !important;
}

.mobile-nav .logo{
/*	top: 23px;*/
}

.mean-container a.meanmenu-reveal{
	margin-top: 0px;
}

.sticky-nav .mean-container a.meanmenu-reveal{
	margin-top: 3px;
}

.heading-title h2{
	font-family: 'Oswald' !important;
	color: #1d2250;
	/*text-transform: uppercase;*/
	font-size: 40px;
	text-align: center;
}

.subheading{
	font-family: 'Oswald' !important;
	color: #414141;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 500;
}

.subheading i{
	margin-right: 10px;
	font-weight: 500;
}

.description-p{
	text-align: justify;
}

@media(max-width:567px){
	.heading-title h2{
		font-size: 26px !important;
	}
	
	.about-top-area{
		padding-top: 70px !important;
	}
	
	.about-top-area p{
		text-align: justify;
		font-size: 13px;
	}
	
	.hidebx{
		display: none;
	}
	
	.footer-widget .footer-list li a{
		font-size: 13px;
	}
	
	.footer-logo{
		text-align: center;
	}
	
	.footer-logo a img{
		width: 70% !important;
	}
	
	.social-link{
		text-align: center;
	}
	
	.footer-widget .social-link ul li{
		margin-right: 20px;
	}
	
	.atl_h3{
		font-size: 18px !important;
	}
	
	.atl_p{
		font-size: 11px !important;
		text-align: left !important;
	}
}

.atl_h3{
	font-size: 25px;
	font-family: 'Oswald';
}

.product-range .owl-item{
	width: 200px !important;
}

.product_box{
	background: #f1f2f4;
    padding: 20px 0px 0 20px;
    border-radius: 15px;
}

.product_box h3{
	font-family: 'Oswald';
    font-weight: 500;
/*    text-decoration: underline;*/
}

.product_box p{
	font-size: 14px;
}

.product_box .image{
	padding-top: 15px;
	text-align: right;
}

.product_box .image img{
	width: 550px;
}

.pr:hover img{
	
}

.product_catalog{
	background: #f1f2f4;
}

.product_catalog .catalog_row{
/*	margin-top: 25%;*/
	padding-left: 5%;
}
.catalog_margin{
	margin-top: 15%;
}
.product_catalog h3{
	text-transform: uppercase;
	font-family: 'Open Sans';
}

.product_catalog h2{
	font-family: 'Oswald';
    font-size: 50px;
    text-transform: uppercase;
}

.product_catalog .catalog_heading{
	color: #1d2250;
	letter-spacing: 2px;
}

.about-top img{
	border-radius: 10px;
	width: 100%;
}

.atlbx .atl_bx2{
	background: #ebedea;
}

.atlbx .atl_bx2:hover{
	background: #fff;
}

.atlbx .atl_bx:hover{
	background: #ebedea;
}

.atlbx .atl_bx:hover .atl_bx2{
	background: #fff !important;
}

.atl_bx, .atl_bx2{
	padding: 20px 60px;
}


/*Product Slider*/
.tabs--container {
  margin: 0 auto;
}

.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs--scrollable {
  display: flex;
  position: relative;
  top: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-direction: row;
}

.tabs__scroller {
  border: 0 none;
  color: #1a1a1a;
  font-size: 1em;
  padding: 0 0.75em;
  background: none;
}
.tabs__scroller .fa {
  position: relative;
}
.tabs__scroller--left .fa {
  left: -1px;
}
.tabs__scroller--right .fa {
  right: -2px;
}
.tabs__scroller[disabled] {
  opacity: 0.5;
}
.tabs__scroller:focus {
  outline: none;
}

.tabs__toggle-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.tabs__toggle {
  /*display: flex;*/
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 1;
  /* flex-basis: 0%; */
  white-space: nowrap;
}

.tabs__toggle {
  margin: 0 10px;
  padding: 0px 10px;
  color: #0195e7;
  text-align: center;
  background: #fff;
/*
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #e4e4e4;
*/
}

.tabs__toggle:hover .content{
    background: #1d2250;
}

.tabs__toggle:hover .content h3 a{
	color: #FFFFFF !important;
}


.tabs__toggle:first-child {
  margin-left: 0;
}
.tabs__toggle:hover {
  color: #58595b;
}
.tabs__toggle--active {
  color: #58595b;
  background: #fff;
	opacity: 1;
/*
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom-color: transparent;
*/
}
.tabs__toggle--active::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  left: -1px;
  height: 4px;
/*  background-color: #0195e7;*/
}

.tabs__tabs-group {
  border: 1px solid #e4e4e4;
}

.tabs__tab {
  width: 100%;
  padding: 24px;
}

.tabs__left {
  position: absolute;
  left: 0;
  opacity: 0.5;
}
.tabs__left::before {
  content: "<";
  background: #0195e7;
  color: #fff;
  width: 30px;
  display: inline-block;
}
.tabs__left--active {
  opacity: 1;
}

.tabs__right {
  position: absolute;
  right: 0;
  opacity: 0.5;
}
.tabs__right::after {
  content: ">";
  background: #0195e7;
  color: #fff;
  width: 30px;
  display: inline-block;
}
.tabs__right--active {
  opacity: 1;
}
.tabs__toggle img{
	max-width: 200px !important;
}

.filter-h3{
	margin-top: 22px;
}


.inner-box {
    margin: 10px;
}

.product-cards {
    width: 100%;
    position: relative;
}

.pro-badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #01274d;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px;
	background: #fff;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-catagory {
    font-size: 12px;
    font-weight: 700;
    color: #6d6d6d;
}

.product-catagory, .product-details h4 a {
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-bottom-details div {
    float: left;
    width: 100%;
}

.product-price {
    font-size: 18px;
    color: #232323;
    font-weight: 600;
}

.product-area .container-fluid{
	padding-left: 50px;
	padding-right: 50px;
}

.product-details h4{
	font-size: 30px;
	font-family: 'Oswald';
	font-weight: 600;
	display: block;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
}

.product-details span{
	color: #919191 !important;
}

.product-details h4 a{
	font-size: 30px;
	font-family: 'Oswald';
	font-weight: 600;
}

.product-details ul li{
	color: #222;
	font-size: 15px;
    line-height: 2;
}

.feature_bx{
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	padding: 5px;
}

.feature_bx:hover{
	background: #F5F5F5;
}

.feature_bx p{
	margin-bottom: 0;
}

.feature-h2{
	font-size: 20px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.accordion-item {
	background-color: #fbfbfb;
	border: none;
}

.accordion-item:not(:first-of-type){
	border: none;
}
.accordion .accordion-item {
	margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.accordion .accordion-item button[aria-expanded='true'] {
/*  border-bottom: 1px solid #03b5d2;*/
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  color: #1c1c1c;
  font-size: 23px;
  font-weight: 500;
  border: none;
  background: none;
  outline: none;
  font-family: 'Oswald';
  text-transform: uppercase;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 25px;
  width: 22px;
  height: 22px;
/*
  border: 1px solid;
  border-radius: 22px;
*/
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #1c1c1c;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 500px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  padding: 10px 20px;
	background: #fff;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.download_bx{
	border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
}

.download_bx p{
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 14px;
}

.download_bx h4 span{
	font-family: 'Oswald';
	text-transform: uppercase;
	margin-left: 5px;
	font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.download_bx h4{
	color: #1d2250;
}

/* Style the tab */
.tab {
  float: left;
/*
  border: 1px solid #ccc;
  background-color: #f1f1f1;
*/
  width: 25%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 25px;
	border-right: 1px solid #f5f5f5;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-weight: 600;
}

.tab button p{
	font-weight: normal;
    text-transform: none;
    font-size: 17px;
    font-family: 'Open Sans';
    margin-bottom: 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #f5f5f5;
	border: none;
	border-bottom: 4px solid #1d2250;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 10px 45px 0;
  width: 75%;
  border-left: none;
  height: 300px;
	background: #fdfdfd;
}

.tabcontent h3{
	font-family: 'Oswald';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 25px;
	color: #1d2250;
}

.btn-primary {
    color: #fff;
    background-color: #1d2250;
    border-color: #1d2250;
}

.list-design {
	  /* Allow the centering to work */
	margin: 0 auto;
}

.category-list{
	list-style: none;
	height:90px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.category-list li{
	display: inline;
	margin-right: 24px;
}

.category-list li:last-child{
	margin-right: 0px;
}

.category-list li a{
	font-family: 'Oswald';
    font-size: 17px;
    text-transform: uppercase;
    color: #6f6f6f;
}



.cata-sub-nav {
    background: #eee;
    padding: 20px 15px 20px;
    margin: 0 15px;
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
}
.cata-sub-nav::-webkit-scrollbar {
        display: none;
    }
.cata-sub-nav ul {
    margin: 0;
        display: table;
          -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;
    margin: 0 15px;
        font-size: 16px;
} 
.cata-sub-nav li a{
	font-family: 'Oswald';
    font-size: 16px;
    text-transform: uppercase;
    color: #6f6f6f;
}
.arrow{
 background: url('../img/right-arrow.svg');
}
.nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 7px;
    margin-top: -2px;
}
.nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    margin-top: -29px;
}
.nav-prev i, .nav-next i{
	    background: #000;
    color: #fff;
    padding: 7px 9px;
    border-radius: 15px;
}

.chat {
  background: #fff;
  color: #222;
  padding: 10px 13px;
  height:45px;
  border-radius: 80px;
}

.chat a{
	color: #222222;
}

#chatbutton {
  position: fixed;
  bottom: 10px;
  left: 10px;
	display: none;
}

.apply-close{
	border: none;
    font-size: 20px;
    float: none;
    background: #001759;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    padding: 10px 135px;
    position: fixed;
    top: 90%;
    right: 9%;
}

.accordion-button::after{
	position: absolute;
	right: 20px;
}

.accordion-heading{
	text-transform: none !important;
	font-size: 22px !important;
}

.accordion-heading:not(.collapsed){
	color: #1c1c1c;
	background-color: transparent;
	box-shadow: none;
}

.filter-hide .accordion-item {
    background-color: transparent !important;
}

.list-group-item{
	color: rgb(111 111 111);
	font-size: 16px;
    opacity: 0.8;
	border: none !important;
}

.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}
.process__item:hover {
  background: #f2f2f2;
}
.process__item:hover .process__number {
  transform: translateY(5px);
  color: #003c71;
}
.process__number {
  font-size: 60px;
  -webkit-text-stroke: 1px #003c71;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.process__title {
  display: block;
/*
  font-family: "Roboto Condensed";
  
  letter-spacing: 1.5px;
*/
font-weight: 700;
  font-size: 19px;
  color: #003c71;
/*
  text-transform: uppercase;
  margin-top: 30px;
*/
}
.process__subtitle {
  display: block;
  font-family: "Josefin Slab";
  font-size: 20px;
  color: #8c8c8c;
  margin-top: 30px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

.accordion-button:not(.collapsed) {
    color: #1d2250 !important;
}

.top-section{
	padding-top: 50px;
}

@media (max-width:567px){
	.top-section{
		padding-top: 100px;
	}
}

#cookieNotice.display-right {
    right: 0px;
    bottom: 0px;
    width: 100%;
}
#cookieNotice.light {
    background-color: #fff !important;
    background-color: var(--cookieNoticeProLight);
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}

#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
	color: #1d2250;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 25px;
}
.cookie-box{
	max-width: 640px;
    margin-left: auto !important;
    margin-right: auto !important;
}

model-viewer {
  width: 100% !important;
  height: 327px !important;
  margin: 0 auto;
}

.map-container {
  padding: 2.5rem 0.8rem;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #9b9b9b;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgb(181 181 181 / 40%);
  animation: pulse 3s infinite;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .india {
  top: 43%;
  left: 69%;
}
.map-container .qatar {
   top: 42%;
   left: 60%;
}
.map-container .bahrain {
   top: 40%;
    left: 59%;
}
.map-container .kuwait {
   top: 38%;
    left: 59%;
}
.map-container .malaysia {
       top: 51%;
    left: 76%;
}
.map-container .singapore {
      top: 54%;
    left: 77%;
}
.map-container .philippines {
   top: 50%;
    left: 83%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(181 181 181 / 50%);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

.contents {
    display: none;
}


#contents1 {
    display: block; /* Show content for the default checked radio button */
}

.product_menu_name{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}

.product_menu_description{
	font-size: 13px !important;
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
	color: #000 !important;
	text-transform: none;
}

@media(max-width:567px){
	.mega img{
		display: none;
	}
	.mega .product_menu_description{
		display: none;
	}
	.product_menu_name{
		margin-bottom: 0;
		font-size: 14px;
		color: #677294;
		font-weight: 500;
	}
}

.design{
	padding-top: 0px !important;
    position: relative;
}

.design:before{
	background: #fff;
    width: 106%;
    height: 150px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -3%;
    right: 0;
    top: -85px;
    z-index: 100;
}

.bxx{
	overflow: hidden !important;
    position: relative;
}

.bxx img{
	display: block;
	width: 100%;
}

.bxx_content{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(56%);
    padding: 30px;
    background: #ffffff05;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bxx_title{
	text-transform: uppercase;
    padding-bottom: 25px;
    font-size: 40px;
    color: white;
	font-family: 'Oswald';
}

.bxx_description{
	color: white;
    min-height: 102px;
}

.bxx:hover .bxx_content{
	transform: translateY(0%);
}


/* floating box style */
.floating-form {
    max-width: 300px;
    padding: 30px 30px 10px 30px;
    font: 13px Arial, Helvetica, sans-serif;
    background: #F9F9F9;
    border: 1px solid #ddd;
    right: 10px;
	z-index: 1000;
    position: fixed;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);
	}
.contact-opener {
    position: absolute;
    left: -88px;
    transform: rotate(-90deg);
    top: 100px;
    background-color: #216288;
    padding: 9px;
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow:  -2px -0px 8px rgba(43, 33, 33, 0.06);

}
.floating-form-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.floating-form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.floating-form label > span{
    width: 70px;
    font-weight: bold;
/*    float: left;*/
    padding-top: 8px;
    padding-right: 5px;
}
.floating-form span.required{
    color:red;
}
.floating-form .tel-number-field{
    width: 40px;
    text-align: center;
}
.floating-form  .long{
    width: 120px;
}
.floating-form input.input-field{
    width: 68%;
   
}

.floating-form input.input-field,
.floating-form .tel-number-field,
.floating-form .textarea-field,
 .floating-form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.floating-form .input-field:focus,
.floating-form .tel-number-field:focus,
.floating-form .textarea-field:focus,  
.floating-form .select-field:focus{
    border: 1px solid #0C0;
}
.floating-form .textarea-field{
    height:100px;
    width: 68%;
}
.floating-form input[type="button"],
.floating-form input[type="submit"], .contact-opener {
    -moz-box-shadow: inset 0px 1px 0px 0px #1d2250;
    -webkit-box-shadow: inset 0px 1px 0px 0px #1d2250;
    box-shadow: inset 0px 1px 0px 0px #1d2250;
    background-color: #216288;
    border: 1px solid #1d2250;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 14px;
	letter-spacing: 1px;
}
.floating-form input[type="button"]:hover,
.floating-form input[type="submit"]:hover, .contact-opener {
        background: linear-gradient(to bottom, #232c7e 5%, #09115c 100%);
    background-color: #1d2250;
}
.floating-form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.floating-form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}