﻿@charset "utf-8";

@font-face {
  font-family: 'Livvic';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v5/rnCr-x1S2hzjrlfXbeM-.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v5/rnCq-x1S2hzjrlffw8Eesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v5/rnCp-x1S2hzjrlfnbw.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v5/rnCq-x1S2hzjrlffm8Aesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v5/rnCq-x1S2hzjrlfft8cesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(http://fonts.gstatic.com/s/livvic/v5/rnCq-x1S2hzjrlff08Yesg.ttf) format('truetype');
}
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/livvic/v5/rnCq-x1S2hzjrlff68Qesg.ttf) format('truetype');
}
html,
body {
  font-size: 16px;
  color: #454545;
  font-family: 'Livvic', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Livvic', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.pb-230 {
  padding-bottom: 230px;
}
.pb-435 {
  padding-bottom: 435px;
}
.pr-220 {
  padding-right: 220px;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.home11 {
  background: #000000;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
  color: #0a0a0a;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Livvic', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-color {
  background-color: #F6F7F9;
}
.black-dark {
  background: #131313 !important;
}
.gray-color-important {
  background-color: #F6F7F9 !important;
}
.primary-background {
  background-color: #0E4D92;
}
.white-bg {
  background: #ffffff;
}
.white-color {
  color: #ffffff !important;
}
.pt-255 {
  padding-top: 255px;
}
.pb-390 {
  padding-bottom: 390px;
}
.md-pt-215 {
  padding-top: 215px;
}
.call-us .image-part img {
  max-height: 585px;
}
a {
  color: #0E4D92;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #0E4D92;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0E4D92;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #0E4D92;
  text-shadow: none;
  color: #ffffff;
}
.shape-part .right-side,
.shape-part .left-side {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.shape-part .right-side {
  left: auto;
  right: 0;
}
.bg-unset {
  background: unset !important;
}
.menu-toggle {
  color: #0E4D92;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 2px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
  color: #ffffff;
  border-radius: 5px;
  border-color: #1273eb;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #03228F;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
ul.features-list li {
  margin: 0px 0px 21px 0px;
}
ul.features-list li i {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #dd4c23 0%, #f27c1e 100%);
  padding: 10px 10px 10px 10px;
  margin: 0px 20px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
ul.features-list li span {
  color: #575757;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
ul.features-list li span:hover {
  color: #FC4F29;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #454545;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 6px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #0E4D92;
}
.gridFilter button {
  font-size: 16px;
  background: 0 0!important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  position: relative;
  padding: 5px 20px;
  border-radius: 30px;
  border: 0;
  border-radius: 3px;
}
.gridFilter button.active {
  background: #fff;
  color: #ff5421;
  box-shadow: 0 0 30px #eee;
}
.gridFilter button + button {
  margin-left: 20px;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #0b70e1;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #0b70e1;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #f2541b;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #f2541b;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #f2541b;
}
.carousel.nav-style1 {
  position: relative;
}
.carousel.nav-style1 .owl-nav {
  display: block;
}
.carousel.nav-style1 .owl-nav .owl-next,
.carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #0E4D92;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.carousel.nav-style1 .owl-nav .owl-next i:before,
.carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.carousel.nav-style1:hover .owl-nav .owl-next,
.carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.carousel.nav-style2 {
  position: relative;
}
.carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.carousel.nav-style2 .owl-nav .owl-prev,
.carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.carousel.nav-style2 .owl-nav .owl-prev i,
.carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.carousel.nav-style2 .owl-nav .owl-prev i:before,
.carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.carousel.nav-style2 .owl-nav .owl-prev:hover i,
.carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #0E4D92;
}
.carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}
.carousel .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid #0E4D92;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.carousel .owl-dots .owl-dot:hover {
  background: #0E4D92;
}
.carousel .owl-dots .active {
  background: #0E4D92;
  opacity: 1;
}
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}
.readon.learn-more {
  padding: 14px 40px 14px 40px;
  background:#0E4D92;
  border-radius: 30px 30px 30px 30px;
}
.readon.learn-more:hover {
  background:#254260;
  color: #ffffff;
}
.readon.learn-more.sub-con {
  background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
  padding: 18px 36px 16px 36px;
  font-size: 14px;
  font-weight: 500;
}
.readon.learn-more.sub-con:hover {
  background-image: linear-gradient(250deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}
.readon.learn-more.submit {
  background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
  padding: 16px 40px 16px 40px;
  font-weight: 500;
  font-size: 16px;
}
.readon.learn-more.submit:hover {
  background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}
.readon.learn-more.post {
  background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
}
.readon.learn-more.post:hover {
  background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
  color: #fff;
}
.readon.learn-more.pdf i {
  margin-left: 10px;
}
.readon.learn-more.contact-us {
  border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.learn-btn {
  background-image: linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
  border-radius: 3px 3px 3px 3px !important;
}
.readon.learn-more.learn-btn:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
}
.readon.learn-more.slider-btn {
  background: #ffffff;
  color: #0E4D92;
  padding: 15px 37px;
  border-radius: 8px 8px 8px 8px !important;
}
.readon.learn-more.slider-btn:hover {
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  color: #ffffff;
}
.readon.started {
  padding: 14px 40px 14px 40px;
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
  border-radius: 30px 30px 30px 30px;
}
.readon.started:hover {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
  color: #ffffff;
}
.readon.started.get-new:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(79deg, #dd4c23 0%, #f27c1e 63%, #f27c1e);
}
.readon.started.get-ready {
  background-image: linear-gradient(90deg, #03228f 0, #0e73e4 100%);
  border-radius: 3px;
  text-transform: uppercase;
}
.readon.started.get-ready:hover {
  opacity: 0.9;
}
.readon.started.get-ready2 {
  border-radius: 5px 5px 5px 5px;
}
.readon.started.get-ready3 {
  border-radius: 5px 5px 5px 5px;
  text-transform: uppercase;
  font-weight: 500;
}
.readon.lets-talk {
  padding: 14px 40px 14px 40px;
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  border-radius: 30px 30px 30px 30px;
}
.readon.lets-talk:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
  color: #ffffff;
}
.readon.buy-now {
  padding: 10px 40px 10px 40px;
  background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  position: relative;
  top: 25px;
}
.readon.buy-now:hover {
  background-image: linear-gradient(360deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}
.readon.buy-now.get-in {
  padding: 15px 34px;
  border: 1px solid #fff;
  color: #ffffff;
  background: transparent;
}
.readon.buy-now.get-in:hover {
  background: #03228F;
  color: #ffffff;
  border: 1px solid #03228F;
}
.readon.buy-now.table-btn {
  background-image: linear-gradient(90deg, #032390 0%, #032390 100%);
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-weight: 500;
}
.readon.buy-now.table-btn:hover {
  background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%);
}
.readon.buy-now.sl-btn {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #03228f 0%, #1d62f0 100%);
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 17px 28px;
}
.readon.buy-now.sl-btn:hover {
  background-image: linear-gradient(90deg, #0d6ada 0%, #0d6ada 100%);
}
.readon.buy-now.price {
  background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
  border-radius: 8px 8px 8px 8px;
}
.readon.buy-now.price:hover {
  background-image: linear-gradient(200deg, #03228f 0%, #4e95ed 100%);
}
.readon.buy-now.pricing:hover {
  background-image: linear-gradient(170deg, #03228f 0%, #4e95ed 100%);
  color: #ffffff;
}
.readon.view-more {
  padding: 12px 25px 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
}
.readon.discover {
  font-size: 16px;
  font-weight: 500;
  color: #032491;
  padding: 17px 30px 17px 30px;
  background: transparent;
  background-image: linear-gradient(90deg, #ffffff 19%, #ffffff 100%);
  border-radius: 4px 4px 4px 4px;
}
.readon.discover.started {
  padding: 16px 30px 16px 30px;
}
.readon.discover.started:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
  color: #032491;
}
.readon.discover:hover {
  background-image: linear-gradient(90deg, #f6f7f9 19%, #f6f7f9 100%);
}
.readon.discover.more {
  background-image: linear-gradient(90deg, #032491 19%, #032491 100%);
  padding: 16px 30px 16px 30px;
  color: #ffffff;
}
.readon.discover.more:hover {
  background-image: linear-gradient(90deg, #0d6ada 19%, #0d6ada 100%);
  color: #ffffff;
}
.readon.qoute-btn {
  font-size: 16px;
  padding: 15px 32px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  color: #101010;
  border: 1px solid #f2541b;
  background: transparent;
}
.readon.qoute-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
}
.readon.reply {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 3px 20px 6px;
  line-height: 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
  background-image: linear-gradient(50deg, #03228f 10%, #0e73e4 100%);
  z-index: 1;
  border: none;
}
.readon.reply:hover {
  background-image: linear-gradient(50deg, #0e73e4 10%, #03228f 100%);
  color: #ffffff;
  opacity: 0.99;
}
/*-- Services Button Css --*/
.services-button a {
  position: relative;
  display: inline-block;
  transition: all ease .3s;
  padding: 18px 0px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
}
.services-button a:after {
  content: "\f113";
  font-family: Flaticon;
  font-size: 10px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 15px;
  transition: all ease .4s;
  color: #101010;
}
/*-- Services-btn--*/
.services-btn2 a {
  position: relative;
  display: inline-block;
  transition: all ease .3s;
  font-weight: 500;
  color: #032390;
}
.services-btn2 a:after {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #0b70e1;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: 0.4s;
  opacity: 0;
}
.services-btn2 a:hover:after {
  right: -40px;
  opacity: 1;
}
/*-- Services-btn--*/
.services-btn3 a {
  position: relative;
  color: #101010;
  display: inline-block;
  transition: all 0.9s ease;
  text-decoration: underline !important;
}
.services-btn3 a:after {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #f2541b;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.services-btn3 a:hover {
  color: #f2541b;
}
.services-btn3 a:hover:after {
  right: -28px;
  content: "\f110";
  transition: all 0.9s ease;
}
/*-- Blog Button Css --*/
.blog-button a {
  position: relative;
  display: inline-block;
  color: #061340;
  font-size: 16px;
  font-weight: 600;
  transition: all ease .4s;
}
.blog-button a i {
  font-size: 15px;
  position: relative;
  right: 0;
  top: 1px;
  display: inline-block;
  margin-left: 8px;
  transition: all ease .4s;
  color: #101010;
}
.blog-button a:hover {
  color: #0E4D92;
}
.blog-button a:hover i {
  transform: translateX(10px);
  color: #0E4D92;
}
.blog-button.style2 a:hover {
  color: #FF5600;
}
.blog-button.style2 a:hover:after {
  color: #FF5600;
}
.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: #0b70e1;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: 'Livvic', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}
.blog-button.inner-blog a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #0b70e1;
}
.blog-button.inner-blog a:hover {
  color: #0B70E1;
}
.blog-button.inner-blog a:hover:after {
  right: -5px;
  opacity: 1;
  transform: unset;
}
/*-- Submit Button Css --*/
.submit-btn {
  box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  border: none;
  padding: 18px 18px 18px 18px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(160deg, #03228f 0%, #0b70e1 77%);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.submit-btn:hover {
  opacity: 0.9;
}
.submit-btn.orange-btn {
  background-image: linear-gradient(160deg, #f27c1e 0%, #dd4c23 79%);
}
.submit {
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(95deg, #03228f 0%, #4e95ed 100%);
  padding: 18px 40px 17px 40px;
  font-size: 15px;
  border-radius: 30px 30px 30px 30px;
  border: none;
}
.submit:hover {
  opacity: 0.99;
}
.submit.sub-small {
  padding: 17px 40px 17px 40px;
}
.submit.sub-small:hover {
  color: #ffffff;
  background-image: linear-gradient(290deg, #03228f 0%, #4e95ed 100%);
  opacity: unset;
}
/*-- Add Cart Button Css --*/
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background:#8c8c8c;
  color: #ffffff;
  z-index: 1;
  border: none;
}
.add-btn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #0e73e4 19%, #03228f 100%);
  z-index: 1;
}
/*Video Icon*/
.media-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.media-icon .popup-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: #0E4D92;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}
.media-icon .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background-color: #1042C0;
  transition: 0.3s ease all;
}
.media-icon .popup-videos i:before {
  font-size: 30px;
  line-height: 70px;
  transition: 0.3s ease all;
}
.media-icon .popup-videos:hover:before {
  background: #0E4D92;
}
.media-icon.video-item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-video .popup-videos {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #0E4D92;
}
.slider-video .popup-videos i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.slider-video .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 3000ms ease-out infinite;
  background: #0E4D92;
}
.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
}
.address-item .address-icon i {
  text-align: center;
  color: #0E4D92;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}
.tab-videos .popup-videos {
  color: #de5022;
  display: flex;
  overflow: hidden;
}
.tab-videos .popup-videos i {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border: 2px solid #de5022;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  float: left;
  margin-right: 18px;
}
.tab-videos .popup-videos:hover {
  color: #de5022;
}
.tab-videos .popup-videos .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #102b3e;
}
.tab-videos .popup-videos .title:hover {
  color: #f2541b;
}
.videos .animate-border .popup-border {
  background-image: linear-gradient(180deg, #03228f 0%, #0b70e1 100%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #0E4D92;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #0E4D92;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.videos .animate-border.main-home .popup-border {
  left: 8%;
}
.videos .animate-border.main-home.style2 .popup-border {
  left: 50%;
}
.videos .animate-border.white-color .popup-border {
  background: #ffffff;
  bottom: -14px;
  left: 44%;
}
.videos .animate-border.white-color .popup-border i {
  color: #03228f;
}
.videos .animate-border.white-color .popup-border:before {
  border: 2px solid #ffffff;
}
.videos .animate-border.white-color .popup-border:after {
  border: 2px solid #ffffff;
}
.videos .animate-border.white-color.style3 .popup-border {
  bottom: 362px;
  left: 10%;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.sec-title {
  position: relative;
}
.sec-title .sub-text {
  position: relative;
  padding-left: 95px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #254260;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 50px;
  background-color: #03228F;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
}
.sec-title .sub-text.new {
  color: #ffffff;
  font-size: 15px;
  padding-left: 0;
}
.sec-title .sub-text.new:before {
  display: none;
}
.sec-title .sub-text.new:after {
  display: none;
}
.sec-title .sub-text.new-text {
  padding-left: 0;
  margin-bottom: 7px;
  color: #ffffff;
}
.sec-title .sub-text.new-text:before {
  display: none;
}
.sec-title .sub-text.new-text:after {
  display: none;
}
.sec-title .sub-text.style2:after {
  background-color: #0E4D92;
}
.sec-title .sub-text.style-bg {
  background-color: #127317;
  display: inline-block;
  padding: 6px 25px;
  color: #1273eb;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-title .sub-text.style-bg:before {
  display: none;
}
.sec-title .sub-text.style-bg:after {
  display: none;
}
.sec-title .sub-text.style4-bg {
  color: #03228F;
}
.sec-title .sub-text.style4-bg:before {
  background-color: #FD6509;
}
.sec-title .sub-text.style4-bg:after {
  background-color: #FD6509;
}
.sec-title .sub-text.choose {
  font-size: 16px;
  font-weight: 500;
}
.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;
}
.sec-title .title.white-color {
  color: #ffffff;
}
.sec-title .desc {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.sec-title .desc.white-color {
  color: #fff;
}
.sec-title .desc-big {
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
}
.sec-title2 {
  position: relative;
}
.sec-title2 .sub-text {
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Livvic', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #03228F;
  text-transform: uppercase;
}
.sec-title2 .sub-text.white-color {
  color: #ffffff;
}
.sec-title2 .sub-text.gold-color {
  font-weight: 600;
  color: #F27C1E;
}
.sec-title2 .sub-text.contact {
  color: #1273EB;
}
.sec-title2 .sub-text.orange-color {
  color: #f2541b !important;
}
.sec-title2 .sub-text.style-bg {
  background-color: #1273EB17;
  display: inline-block;
  padding: 6px 25px;
  color: #1273eb;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-title2 .sub-text.style-bg.white-color {
  color: #ffffff;
}
.sec-title2 .sub-text.style-bg.con-bg {
  background-color: #03228F;
}
.sec-title2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
  max-width: 490px;
  margin: 0 auto;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.testi-title {
  max-width: unset;
}
.sec-title2 .title.testi-title.new {
  color: #102B3E;
}
.sec-title2 .title.title2 {
  max-width: 550px;
}
.sec-title2 .title.title3 {
  color: #102B3E;
  max-width: 430px;
  margin: 0;
}
.sec-title2 .title.title4 {
  max-width: 660px;
}
.sec-title2 .title.title5 {
  color: #102B3E;
}
.sec-title2 .title.title6 {
  font-weight: 600;
  max-width: unset;
}
.sec-title2 .title.title7 {
  color: #102B3E;
  max-width: unset;
}
.sec-title2 .title.orange-color {
  color: #f2541b !important;
}
.sec-title2 .desc {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #454545;
  max-width: 429px;
  margin: 13px auto 0;
}
.sec-title2 .desc.desc-text {
  max-width: 540px;
}
.sec-title2 .desc.white-color {
  color: #fff;
}
.sec-title2 .desc.desc2 {
  max-width: 700px;
  margin: 0;
}
.sec-title2 .desc-big {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}
.sec-title3 .sub-text {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.sec-title3 .title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin-bottom: 30px;
}
.sec-title3 .desc {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.sec-title4 .sub-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #03228F;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #101010;
  margin: 0 0 17px;
}
.sec-title4 .heading-line {
  height: 5px;
  width: 90px;
  background: #B9C7F6;
  margin: 0px;
  position: relative;
  border-radius: 30px;
}
.sec-title4 .heading-line:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #0D66D5;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: watermark-animate;
  animation-name: watermark-animate;
}
.sec-title4 .desc {
  margin: 0;
}
.sec-title4 .desc.desc-big {
  font-size: 20px;
  line-height: 30px;
  margin: 26px 0px 30px 0px;
}
.sec-title5 .logo-icon {
  margin-bottom: 15px;
}
.sec-title5 .logo-icon img {
  width: 71px;
}
.sec-title5 .title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #102B3E;
  margin-bottom: 10px;
}
.sec-title5 .title span {
  color: #F9780F;
}
.sec-title5 .desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  max-width: 626px;
  margin: 0 auto;
}
.pt-relative {
  position: relative !important;
}
.sec-title6 .sub-text {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 32px;
  color: #F24C1A;
  display: block;
  margin-bottom: 5px;
}
.sec-title6 .sub-text.new-text {
  margin-bottom: 10px;
}
.sec-title6 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #102B3E;
  margin-bottom: 5px;
}
.sec-title6 .title.new-title {
  max-width: 700px;
  margin: 0 auto;
}
.sec-title6 .desc {
  padding-right: 125px;
}
.sec-right {
  position: absolute;
  right: -17%;
  top: 45%;
  transform: rotate(90deg);
  z-index: 1;
}
.sec-right .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.sec-left {
  transform: rotate(-90deg) translatex(-50%);
  transform-origin: left;
  position: absolute;
  left: -2%;
  top: 46%;
  z-index: 1;
}
.sec-left .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.mfp-content .mfp-iframe-scaler .iframe {
  top: -30px;
  left: -17.2%;
  max-width: 770px;
}
.full-width-header {
  position: relative;
}
.full-width-header .header {
  position: relative;
}
.full-width-header .header .topbar-area {
  padding-top: 20px;
}
.full-width-header .header .topbar-area .contact-info .contact-part {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.full-width-header .header .topbar-area .contact-info .contact-part i {
  float: left;
  margin-right: 15px;
  line-height: 44px;
}
.full-width-header .header .topbar-area .contact-info .contact-part i:before {
  font-size: 26px;
  color: #0E4D92;
}
.full-width-header .header .topbar-area .contact-info .contact-part .contact-info {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .header .topbar-area .contact-info .contact-part .contact-info span {
  color: #0a0a0a;
  display: block;
  text-align: left;
  font-size: 15px;
  padding: 0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.full-width-header .header .topbar-area .contact-info .contact-part .contact-info a {
  color: #454545;
  font-size: 14px;
}
.full-width-header .header .topbar-area .contact-info .contact-part .contact-info a:hover {
  color: #0E4D92;
}
.full-width-header .header .topbar-area.style2 {
  background:#254260;
  padding-top: 0px;
  padding-bottom: 0px;
}
.full-width-header .header .topbar-area.style2 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
}
.full-width-header .header .topbar-area.style2 .topbar-contact li i {
  margin-right: 5px;
}
.full-width-header .header .topbar-area.style2 .topbar-contact li i:before {
  font-size: 14px;
  color: #ffffff;
}
.full-width-header .header .topbar-area.style2 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #8c8c8c;
}
.full-width-header .header .topbar-area.style2 .topbar-contact li a:hover {
  color: #ccc;
}
.full-width-header .header .topbar-area.style2 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .header .topbar-area.style2.modify1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .header .topbar-area.style2.modify1 .topbar-contact li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}
.full-width-header .header .topbar-area.style2.modify1 .topbar-contact li a {
  border-right: unset;
}
.full-width-header .header .topbar-area.style2.modify1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .header .menu-area {
  transition: all 0.3s ease;
  background:#0E4D92;
}
.full-width-header .header .menu-area .logo-area a img {
  transition: 0.4s;
  max-height: 40px;
}
.full-width-header .header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .header .menu-area .menu-area {
  align-items: center;
  justify-content: flex-end;
  float: left;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Livvic;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #bbb;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li.current-menu-item > a {
  color: #bbb;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li:last-child a {
  margin-right: 0!important;
}
.full-width-header .header .menu-area .main-menu .menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu {
  background: rgba(0,0,0,0.7);
  margin: 0;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li a {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  height: unset;
  line-height: 16px;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #0E4D92;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.current-menu-item > a,
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li.active > a {
  color: #0E4D92 !important;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .header .menu-area .main-menu .menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .header .menu-area .main-menu .menu ul li a:hover,
.full-width-header .header .menu-area .main-menu .menu ul li.active a,
.full-width-header .header .menu-area .main-menu .menu ul li.current-menu-item > a {
  color: #fff;
}
.full-width-header .header .menu-area.sticky .logo-area {
  display: inline-block;
  top: 18px;
}
.full-width-header .header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 30px;
}
.full-width-header .header .menu-area.sticky .menu-area {
  float: right;
}
.full-width-header .header .menu-area.sticky .main-menu .menu ul.nav-menu > li > a {
  color: #0a0a0a;
}
.full-width-header .header .menu-area.sticky .main-menu .menu ul.nav-menu > li > a:hover {
  color: #0E4D92;
}
.full-width-header .header .menu-area.sticky .main-menu .menu ul.nav-menu > li.current-menu-item > a {
  color: #0E4D92;
}
.full-width-header .header .menu-area.sticky .expand-btn-inner {
  line-height: unset;
  height: unset;
}
.full-width-header .header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search > a {
  color: #fff;
}
.full-width-header .header .menu-area.sticky .expand-btn-inner li .cart-icon .cart-count {
  background: #0E4D92;
  color: #ffffff;
}
.full-width-header .header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #0E4D92;
}
.full-width-header .header .menu-area.sticky .expand-btn-inner.hidden-sticky {
  display: none;
}
.full-width-header .header .expand-btn-inner {
  float:right;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top:8px;
}
.full-width-header .header .expand-btn-inner .sidebarmenu-search > a {
  color: #ffffff;
  padding-right: 20px;
}
.full-width-header .header .expand-btn-inner .sidebarmenu-search > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .header .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .header .expand-btn-inner .sidebarmenu-search > a:hover {
  color: #ffffff;
}
.full-width-header .header.style2 .menu-area .logo-part img {
  transition: 0.4s;
  max-height: 40px;
}
.full-width-header .header.style2 .menu-area .menu-area {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  float:left;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.nav-menu li a {
  color: rgba(256,256,256,0.7);
  padding:10px 20px;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: rgba(256,256,256,0.9);
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.nav-menu li.current-menu-item > a {
  color: #0E4D92;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.sub-menu li {
  margin: 0;
  border: none;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.sub-menu li a {
  height: unset;
  line-height: 16px;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: rgba(256,256,256,0.9);
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .header.style2 .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #0E4D92;
}
.full-width-header .header.style2 .menu-area.sticky .expand-btn-inner ul {
  display: flex;
}
.full-width-header .header.style2 .menu-area.sticky .expand-btn-inner ul li {
  margin-left: 25px;
}
.full-width-header .header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn {
  font-size: 14px;
  background:#8c8c8c;
  padding: 13px 22px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.full-width-header .header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #0e73e4 0%, #03228f 100%);
}
.full-width-header .header.style2 .expand-btn-inner .sidebarmenu-search > a {
  color: rgba(256,256,256,0.7);
}
.full-width-header .header.style2 .expand-btn-inner .sidebarmenu-search > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .header.style2 .expand-btn-inner .sidebarmenu-search > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .header.style2 .expand-btn-inner .sidebarmenu-search > a:hover {
  color:rgba(256,256,256,0.9);
}
.full-width-header .header.style2 .expand-btn-inner li .humburger {
  max-width: 45px;
  display: flex !important;
  flex-wrap: wrap;
  margin: -5px;
}
.full-width-header .header.style2 .expand-btn-inner li .humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #0a0a0a;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 4px 5px;
}
.full-width-header .header.style2 .expand-btn-inner li .humburger span.dot2,
.full-width-header .header.style2 .expand-btn-inner li .humburger span.dot4,
.full-width-header .header.style2 .expand-btn-inner li .humburger span.dot6,
.full-width-header .header.style2 .expand-btn-inner li .humburger span.dot8 {
  background: #0E4D92;
}
.full-width-header .header.style2 .expand-btn-inner ul {
  display: flex;
}
.full-width-header .header.style2 .expand-btn-inner ul li {
  margin-left: 25px;
}
.full-width-header .header.style2 .expand-btn-inner ul li .quote-btn {
  font-size: 14px;
  background:#8c8c8c;
  padding: 13px 22px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.full-width-header .header.style2 .expand-btn-inner ul li .quote-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #0e73e4 0%, #03228f 100%);
}
.full-width-header .header.style3 .menu-area {
  background: transparent;
  padding: 13px 0;
}
.full-width-header .header.style3 .menu-area .menu-area {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.full-width-header .header.style3 .menu-area .main-menu .menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
}
.full-width-header .header.style3 .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .header.style3 .menu-area .main-menu .menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
}
.full-width-header .header.style3 .menu-area .main-menu .menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .header.style3 .menu-area.sticky {
  background: #ffffff;
}
.full-width-header .header.style3 .menu-area.sticky .main-menu .menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .header.style3 .menu-area.sticky .main-menu .menu ul.nav-menu li a:hover {
  color: #0E4D92;
}
.full-width-header .header.style3 .menu-area.sticky .main-menu .menu ul.nav-menu li.current-menu-item > a {
  color: #0E4D92;
}
.full-width-header .header.style3 .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .header.style3 .expand-btn-inner ul .sidebarmenu-search > a {
  border: unset;
  padding-right: unset;
}
.full-width-header .header.style3 .expand-btn-inner ul li .humburger {
  max-width: 45px;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.full-width-header .header.style3 .expand-btn-inner ul li .humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 3px 4px;
}
.full-width-header .header.style3 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .header.style3 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .header.style3 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .header.style3 .expand-btn-inner ul li .humburger span.dot8 {
  background: #6394bf;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.nav-menu li {
  display: inline-block;
  padding: 0;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #0E4D92;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.nav-menu li.current-menu-item > a {
  color: #0E4D92;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.sub-menu li a {
  color: #101010;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #0E4D92;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .header.style3.modify1 .menu-area .main-menu .menu ul.sub-menu li.active a {
  color: #0E4D92;
}
.full-width-header .header.style3.modify1 .expand-btn-inner ul .sidebarmenu-search a i {
  color: #101010;
}
.full-width-header .header.style3.modify1 .expand-btn-inner ul li {
  margin-right: 30px;
}
.full-width-header .header.style3.modify1 .expand-btn-inner ul li .humburger span {
  background: #101010;
}
.full-width-header .header.style3.modify1 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .header.style3.modify1 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .header.style3.modify1 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .header.style3.modify1 .expand-btn-inner ul li .humburger span.dot8 {
  background: #6394bf;
}
.full-width-header .header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span {
  background: #0e44dd;
}
.full-width-header .header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .header.style3.modify2 .menu-area.sticky .expand-btn-inner ul li .humburger span.dot8 {
  background: #333333;
}
.full-width-header .header.style3.modify2 .expand-btn-inner ul li {
  margin-right: 30px;
}
.full-width-header .header.style3.modify2 .expand-btn-inner ul li .humburger span {
  background: #ffffff;
}
.full-width-header .header.style3.modify2 .expand-btn-inner ul li .humburger span.dot2,
.full-width-header .header.style3.modify2 .expand-btn-inner ul li .humburger span.dot4,
.full-width-header .header.style3.modify2 .expand-btn-inner ul li .humburger span.dot6,
.full-width-header .header.style3.modify2 .expand-btn-inner ul li .humburger span.dot8 {
  background: #6394bf;
}
.full-width-header .header.style3.modify2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .header.style4 .menu-area {
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
}
.full-width-header .header.style4 .menu-area .main-menu .menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
}
.full-width-header .header.style4 .menu-area .main-menu .menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .header.style4 .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 50px;
  height: 50px;
  position: relative;
}
.full-width-header .header.style4 .expand-btn-inner .sidebarmenu-search > a {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.full-width-header .header.style4.modify1 .menu-area {
  background: unset;
}
.full-width-header .header.style4.modify1 .menu-area .box-layout {
  background: #ffffff;
  margin-top: 50px;
  padding: 0 40px;
  z-index: 1;
  border-radius: 5px;
}
.full-width-header .header.style4.modify1 .menu-area .menu-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.nav-menu li a {
  font-size: 16px;
  color: #454545;
  height: 110px;
  line-height: 110px;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.nav-menu li a:hover {
  color: #f2541b;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children > a {
  color: #0a0a0a;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.nav-menu li.menu-item-has-children > a:hover {
  color: #f2541b;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.nav-menu li.current-menu-item > a {
  color: #f2541b;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.sub-menu li a {
  line-height: 16px;
  height: unset;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.sub-menu li a:hover {
  color: #f2541b;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.sub-menu li.current-menu-item > a,
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.sub-menu li.active > a {
  color: #f2541b !important;
}
.full-width-header .header.style4.modify1 .menu-area .main-menu .menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .header.style4.modify1 .menu-area.sticky .box-layout {
  margin-top: unset;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search > a i {
  color: #101010;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul .sidebarmenu-search:hover {
  color: #0E4D92;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul li i:before {
  font-size: 15px;
  font-weight: 600;
  color: #101010;
  padding-left: 20px;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul .quote-btn a {
  font-size: 14px;
  background-image: linear-gradient(150deg, #dd4c23 19%, #f27c1e 100%);
  padding: 16px 26px;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  padding-right: 30px;
  text-transform: uppercase;
}
.full-width-header .header.style4.modify1 .expand-btn-inner ul .quote-btn a:hover {
  background-image: linear-gradient(90deg, #e45d21 19%, #e45d21 100%);
  color: #ffffff;
}
.full-width-header .header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .menu-toggle:hover {
  opacity: 0.8;
}
.full-width-header .mobile-menu .menu-toggle.primary {
  color: #0E4D92;
}
.full-width-header .mobile-menu .menu-toggle.secondary {
  color: #fbc8e9;
}
.full-width-header .right_menu_togle {
  background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
  padding: 50px;
  width: 500px;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-link {
  position: absolute;
  right: 25px;
  top: 25px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger {
  max-width: 45px;
  display: flex !important;
  flex-wrap: wrap;
  margin: -5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #0a0a0a;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 4px 5px;
}
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot2,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot4,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot6,
.full-width-header .right_menu_togle .close-btn .nav-link .humburger span.dot8 {
  background: #0E4D92;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 36px;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}
.full-width-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #0E4D92;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 25px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #0b70e1;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #333333;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 50px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 10px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #032390;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  padding: 0;
}
body .search-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  background: #0E4D92;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: transparent;
}
body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  font-size: 18px;
}
body .search-modal .close span::before {
  font-size: 18px;
}
body .search-modal .close:hover {
  opacity: 0.8;
}
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.about .animation-shape {
  position: relative;
  z-index: 1;
}
.about .animation-shape .pattern {
  position: absolute;
  top: 22px;
}
.about .animation-shape .middle {
  position: absolute;
  left: -165px;
  top: -56px;
  z-index: -1;
}
.about .animation-shape .bottom-shape {
  position: absolute;
  left: -165px;
  top: 395px;
  z-index: -1;
}
.about .animation-shape .middle-image2 {
  position: absolute;
  top: -80px;
  left: -25px;
  z-index: -1;
}
.about .shape-image {
  position: relative;
}
.about .shape-image .top {
  position: absolute;
  right: 51%;
  top: -125px;
}
.about .shape-image .bottom {
  position: absolute;
  right: 0;
  top: 145px;
}
.about.style2 {
  background-color: #F6F7F9;
  border-radius: 0px 270px 0px 0px;
  position: relative;
}
.about.style2 .image-part {
  position: absolute;
  left: 35px;
}
.about.style2 .image-part img {
  max-width: 50%;
}
.about.style2.modify1 {
  background-color: unset;
  border-radius: unset;
  position: unset;
}
.about.style2.modify1 .images {
  left: unset;
  position: unset;
}
.about.style2.modify1 .images img {
  max-width: 600px;
}
.about.style2.modify2 {
  border-radius: unset;
  position: relative;
}
.about.style2.modify2 .about-img img {
  max-width: 690px;
}
.about.style3 {
  position: relative;
}
.about.style3 .animation-image .pattern-img {
  text-align: center;
  z-index: -1;
}
.about.style3 .animation-image .middle-img {
  position: absolute;
  left: 10px;
  top: -30px;
}
.about.style4 .about-content .logo-img {
  margin-bottom: 15px;
}
.about.style4 .about-content .logo-img img {
  width: 71px;
}
.about.style4 .about-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #102B3E;
  margin-bottom: 30px;
  padding-right: 24px;
}
.about.style4 .about-content .title span {
  color: #F9780F;
}
.about.style4 .about-content p {
  padding-right: 121px;
  margin-bottom: 40px;
}
.about .software-img img {
  max-width: 600px;
}
.breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.breadcrumbs .breadcrumbs-inner {
  padding: 140px 0 150px;
}
.breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 5px;
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-inner .page-title.new-title {
  margin: 0 auto;
  max-width: 850px;
}
.breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.breadcrumbs.img1 {
  background: url(assets/images/1.jpg);
  background-position: center top;
}
.breadcrumbs.img2 {
  background: url(assets/images/2.jpg);
}
.breadcrumbs.img3 {
  background: url(assets/images/3.jpg);
}
.breadcrumbs.img4 {
  background: url(assets/images/4.jpg);
}

.contact .contact-wrap {
  background: #ffffff;
  padding: 25px 40px 50px;
  border-radius: 10px 10px 10px 10px;
}
.contact .contact-wrap .content-part {
  text-align: center;
}
.contact .contact-wrap .content-part .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}
.contact .contact-wrap .content-part .desc {
  margin: 0;
}
.contact .contact-wrap .from-control {
  padding: 12px 16px 12px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #F6F7F9;
  color: #454545;
  width: 100%;
  opacity: 4;
}
.contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.contact .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.contact .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.contact .contact-box {
  background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
  padding: 80px 30px 80px 30px;
  border-radius: 5px 5px 5px 5px;
}
.contact .contact-box .address-box {
  display: flex;
}
.contact .contact-box .address-box .address-icon {
  background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
}
.contact .contact-box .address-box .address-icon i {
  font-size: 20px;
  line-height: 20px;
  color: #03228F;
}
.contact .contact-box .address-box .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
.contact .contact-box .address-box .address-text a {
  color: #ffffff;
}
.contact .contact-box .address-box .address-text a:hover {
  color: #ccc;
}
.contact .contact-box .address-box .address-text .desc {
  color: #ffffff;
}
.contact .contact-box.onepage-box {
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
.contact .contact-box.onepage-box .address-box .address-icon {
  background: white-color;
}
.contact .contact-box.onepage-box .address-box .address-icon i {
  color: #f2541b;
}
.contact .contact-widget .from-control {
  padding: 20px 20px 20px 20px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #F6F7F9;
  width: 100%;
  max-width: 100%;
}
.contact .contact-widget textarea {
  height: 120px;
}
.contact .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.contact .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.contact .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.contact .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.contact .contact-widget.onepage-style .from-control {
  background: #fff;
}
.contact .map-canvas {
  overflow: hidden;
}
.contact .map-canvas iframe {
  float: left;
  width: 100%;
  height: 620px;
  border: unset;
}
.contact.style2 .contact-box-wrap {
  background-image: linear-gradient(270deg, #4e95ed 0%, #03228f 100%);
  border-radius: 5px 5px 5px 5px;
  padding: 90px 60px 60px 60px;
}
.contact.style2 .contact-box-wrap .from-control {
  padding: 16px 16px 16px 16px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F1F5FB;
  width: 100%;
  max-width: 100%;
}
.contact.style2 .contact-box-wrap textarea {
  height: 120px;
}
.contact.style2 .contact-box-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.contact.style2 .contact-box-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.contact.style2 .contact-box-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.contact.style2 .contact-box-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.contact.negative-margin {
  margin-top: -315px;
}

/* ------------------------------------
    15. Cta Section CSS
---------------------------------------*/
.cta.style1 .title-wrap .epx-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #fff;
  margin: 0px;
}
.cta.style1 span {
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Livvic', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cta.style1.bg-widget {
  background-image: linear-gradient(150deg, #03228f 46%, #0e73e4 100%);
}

/* ------------------------------------*/
    
.blog .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.blog .blog-item .image-wrap {
  position: relative;
}
.blog .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.blog .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.blog .blog-item .image-wrap .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background:#0E4D92; 
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.blog .blog-item .image-wrap .post-categories li a:hover {
  background: #254260;
}
.blog .blog-item .blog-content {
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.blog .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.blog .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.blog .blog-item .blog-content .blog-meta .date i {
  color: #0E4D92;
  padding-right: 5px;
}
.blog .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.blog .blog-item .blog-content .blog-meta .admin i {
  color: #0E4D92;
  padding-right: 5px;
}
.blog .blog-item .blog-content .blog-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.blog .blog-item .blog-content .blog-title a {
  color: #101010;
}
.blog .blog-item .blog-content .blog-title a:hover {
  color: #0E4D92;
}
.blog .blog-item .blog-content .desc {
  margin-bottom: 15px;
}
.blog .owl-stage-outer {
  padding-bottom: 10px;
  margin-top: -10px;
}
.blog .blog-item:hover {
  transform: translateY(-10px);
}
.blog.style2 .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
}
.blog.style2 .blog-item .image-wrap .post-categories li a {
  border-radius: 8px 8px 8px 8px;
  background-image: linear-gradient(150deg, #da4511 0%, #e7b723 100%);
}
.blog.style2 .blog-item .blog-content {
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.blog.style2 .blog-item .blog-content .blog-meta .date i {
  color: #0E4D92;
  padding-right: 5px;
}
.blog.style2 .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.blog.style2 .blog-item .blog-content .blog-meta .admin i {
  color: #0E4D92;
  padding-right: 5px;
}
.blog.style2 .blog-item .blog-content .blog-title a {
  color: #101010;
}
.blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: : #FF5600;
}
.inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 15px;
  transition: 0.3s;
}
.inner-blog .blog-item .blog-img {
  position: relative;
}
.inner-blog .blog-item .blog-img a img {
  border-radius: 10px;
}
.inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.inner-blog .blog-item .blog-img .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background: #03228f;
  background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
}
.inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #0E4D92;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #0B70E1;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #999;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #0B70E1;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.inner-blog .widget-area .widget-title .title {
  color: #101010;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.inner-blog .widget-area .widget-title .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #0E4D92;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.inner-blog .widget-area .search-widget .search-wrap [type=search] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #0E4D92;
}
.inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  display: block;
  font-size: 12px;
  color: #888;
  overflow: hidden;
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #0a0a0a;
  display: block;
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #0E4D92;
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date {
  display: block;
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i {
  margin-right: 5px;
}
.inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date i:before {
  font-size: 12px;
}
.inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}
.inner-blog .widget-area .categories li a:hover {
  color: #0E4D92;
}
.inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #0B70E1;
}
.inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #0B70E1;
  margin-right: 3px;
}
.inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #0E4D92;
}
.inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #0B70E1;
}
.inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.inner-blog .blog-details .blog-full .comment-body {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.inner-blog .blog-details .blog-full .comment-body .rstheme-logo {
  margin-right: 28px;
}
.inner-blog .blog-details .blog-full .comment-body .rstheme-logo img {
  border-radius: 50%;
  max-width: unset;
}
.inner-blog .blog-details .blog-full .comment-body .comment-meta span {
  display: block;
}
.inner-blog .blog-details .blog-full .comment-body .comment-meta span a {
  color: #0a0a0a;
  font-weight: 700;
  line-height: 22px;
}
.inner-blog .blog-details .blog-full .comment-body .comment-meta a {
  font-size: 14px;
  color: #909090;
}
.inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
/*------------------------------------
    30. Features Section CSS
------------------------------------*/
.feature .icon-box-area {
  padding: 50px 40px 41px 40px;
  background-image: linear-gradient(90deg, #f69f6b 41%, #fbbb6a 100%);
  border-radius: 5px 5px 5px 5px;
}
.feature .icon-box-area .box-inner .icon-area {
  margin-bottom: 15px;
}
.feature .icon-box-area .box-inner .content-part .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
.feature .icon-box-area .box-inner .content-part .title a {
  color: #fff;
}
.feature .icon-box-area.blue-bg {
  background-image: linear-gradient(90deg, #559cea 41%, #6ba3cb 100%);
}
.feature .icon-box-area.purple-bg {
  background-image: linear-gradient(90deg, #a040f3 41%, #a86ae3 100%);
}
/*------------------------------------
    30. Call Action Section CSS
------------------------------------*/
.call-action .action-wrap {
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
.call-action .action-wrap .icon-img {
  margin-bottom: 20px;
}
.call-action .action-wrap .icon-img img {
  width: 120px;
}
.call-action .action-wrap .title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
  margin-bottom: 15px;
}
.call-action .action-wrap .title .watermark {
  color: #FBAB9A;
}
.call-action.style2 .action-wrap {
  max-width: 520px;
}
.call-action.style2 .action-wrap .title {
  font-size: 42px;
  color: #102b3e;
}

.footer {
  background:#333333;
}
.footer .footer-top {
  padding: 45px 0 40px;
}
.footer .footer-top .footer-logo img {
  height: 40px;
}
.footer .footer-top .widget-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 25px;
}
.footer .footer-top .site-map li {
  margin-bottom: 12px;
}
.footer .footer-top .site-map li a {
  font-size: 16px;
  color: #454545;
}
.footer .footer-top .site-map li a:hover {
  color: #0E4D92;
}
.footer .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.footer .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 15px;
  transition: all .8s ease;
  background: rgba(255, 255, 255, 0.9);
}
.footer .footer-top .footer-social li a i {
  line-height: 35px;
}
.footer .footer-top .footer-social li a:hover {
  color: #ffffff;
  background: #0E4D92;
}
.footer .footer-top .footer-social li:last-child {
  margin: 0;
}
.footer .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.footer .footer-top .address-widget li i {
  color: #b5779e;
  position: absolute;
  left: 0px;
  top:5px;
}
.footer .footer-top .address-widget li i:before {
  font-size: 20px;
}
.footer .footer-top .widget-desc {
  margin: 0;
}
.footer .footer-top p {
  margin: 30px 0 0;
  position: relative;
}
.footer .footer-top p input[type=email] {
  border: none;
  width: 91%;
  font-size: 13px;
  padding: 16px 60px 16px 20px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 25px #5a5a5a;
}
.footer .footer-top p input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 1px;
  bottom: 0px;
  background:#0E4D92;
  border-radius: 50%;
  padding: 15px 28px 15px;
  font-family: "Flaticon";
  font-size: 0;
  border: none;
}
.footer .footer-top p i {
  position: absolute;
  right: 4px;
  top: 7px;
  bottom: 0;
  padding: 12px 20px;
  pointer-events: none;
  color: #ffffff;
}
.footer .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}
.footer .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 1;
}
.footer .footer-top p :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 1;
}
.footer .footer-top p :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 1;
}
.footer .footer-bottom {
  padding: 10px 0;
  background: #484848;
}
.footer .footer-bottom .copyright p {
  margin: 0;
  color: #9c9c9c;
}
.footer .footer-bottom .copyright p a {
  color: #d2d2d2;
}
.footer .footer-bottom .copyright p a:hover {
  color: #9c9c9c;
}
.footer .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.footer .footer-bottom .copy-right-menu li a {
  color: #454545;
}
.footer .footer-bottom .copy-right-menu li a:hover {
  color: #0E4D92;
}
.footer .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #0E4D92;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.footer .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.footer.style1 .footer-top .widget-title {
  color: #102b3e;
}
.footer.style1 .footer-top .site-map li a:hover {
  color: #f2541b;
}
.footer.style1 .footer-top .footer-social li a:hover {
  background: #f2541b;
}
.footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #f2541b;
}
.footer.style1 .footer-top .address-widget li i {
  color: #f2541b;
}
.footer.style1 .footer-top p input[type="submit"] {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
.footer.style1 .footer-bottom .copyright p a:hover {
  color: #f2541b;
}
.footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #f2541b;
}
.footer.style1 .footer-bottom .copy-right-menu li:before {
  background: #f2541b;
}
.footer.style2 {
  background: url(assets/images/bg/footer-bg2.jpg);
  background-color: #F5F6F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer.style2 .footer-top {
  padding: 92px 0 65px;
}
.footer.style2 .footer-top .footer-logo img {
  height: 40px;
}
.footer.style2 .footer-top .widget-title {
  color: #ffffff;
}
.footer.style2 .footer-top .site-map li a {
  color: #ffffff;
}
.footer.style2 .footer-top .site-map li a:hover {
  color: #03228f;
}
.footer.style2 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.footer.style2 .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 15px;
  transition: all .8s ease;
  background: rgba(255, 255, 255, 0.9);
}
.footer.style2 .footer-top .footer-social li a:hover {
  color: #ffffff;
  background: #0E4D92;
}
.footer.style2 .footer-top .footer-social li:last-child {
  margin: 0;
}
.footer.style2 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.footer.style2 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.footer.style2 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.footer.style2 .footer-top .address-widget li .desc a:hover {
  color: #03228f;
}
.footer.style2 .footer-top .widget-desc {
  margin: 0;
}
.footer.style2 .footer-top p input[type=email] {
  box-shadow: unset;
}
.footer.style2 .footer-bottom {
  background: transparent;
  border-color: rgba(80, 90, 100, 0.56) !important;
  border-top: 1px solid;
}
.footer.style2 .footer-bottom .copyright p {
  color: #ffffff;
}
.footer.style2 .footer-bottom .copyright p a {
  color: #ffffff;
}
.footer.style2 .footer-bottom .copyright p a:hover {
  color: #03228f;
}
.footer.style2 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.footer.style2.modify1 {
  background: unset;
  background-color: unset;
}
.footer.style2.modify1 .footer-top .site-map li a:hover {
  color: #1273EB;
}
.footer.style2.modify1 .footer-top .address-widget li i:before {
  color: #fd6509;
}
.footer.style2.modify1 .footer-top .address-widget li .desc a:hover {
  color: #1273EB;
}
.footer.style2.modify1 .footer-bottom {
  background: #000000;
  border-color: unset;
  border-top: unset;
}
.footer.style2.modify1 .footer-bottom .copyright p {
  color: #ffffff;
}
.footer.style2.modify1 .footer-bottom .copyright p a {
  color: #ffffff;
}
.footer.style2.modify1 .footer-bottom .copyright p a:hover {
  color: #1273EB;
}
.footer.style2.modify1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.footer.style2.modify1 .footer-bottom .copy-right-menu li a:hover {
  color: #1273EB;
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background:#254260;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.oranage i {
  background-image: linear-gradient(180deg, #dd4c23 19%, #f27c1e 100%);
}
.loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}
.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: #0E4D92;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.rain-animate {
  position: relative;
}
.rain-animate .container {
  position: relative;
  z-index: 1;
}
.rain-animate .line-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: calc(100%);
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  max-width: 1240px;
}
.rain-animate .line-inner .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50%);
  background: #fff;
  z-index: 1;
}
.rain-animate .line-inner .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 3px;
  top: -20%;
  left: -1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #1273eb 130%, #1273eb 59%);
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: rain-line 13s 0s linear infinite;
  animation: rain-line 13s 0s linear infinite;
  animation-delay: 0s;
}
.rain-animate .line-inner .line:nth-child(1) {
  left: 2px !important;
}
.rain-animate .line-inner .line:nth-child(1):after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.rain-animate .line-inner .line:nth-child(3) {
  left: unset !important;
  right: 2px;
}
.rain-animate .line-inner .line:nth-child(3):after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.rain-animate .line-inner.style2 .line {
  background: rgba(255, 255, 255, 0.1);
}
.rain-animate .line-inner.style2 .line:after {
  background-color: #fff;
}
.rain-animate .line-inner.orange-dark .line {
  background: rgba(255, 255, 255, 0.1);
}
.rain-animate .line-inner.orange-dark .line:after {
  background-image: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%);
}
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
.up-down {
  animation: up-down 3s alternate infinite;
  -webkit-animation: up-down 3s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
