
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap");
/*----- Default CSS -----*/
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #011a41;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4;
}

p {
  line-height: 1.7;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.pt-100 {
  padding-top: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1230px;
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #ffc107;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
  padding: 12px 25px;
}

.common-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #011a41;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.common-btn:hover {
  color: #fff !important;
}

.common-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.common-btn.two {
  background-color: #ffc107;
}

.common-btn.three {
  background-color: #011a41;
}

.common-btn.three span {
  background-color: #e93c05;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title .sub-title {
  display: block;
  color: #e93c05;
  margin-bottom: 3px;
  font-weight: 600;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.section-title.two {
  margin-top: -5px;
}

.section-title.two .sub-title {
  color: #ffc107;
}

.section-title.three .sub-title {
  color: #355efc;
}

/*----- Home Demo One CSS -----*/
/*-- Header --*/
.header-area {
  background-color: #011a41;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-area .left ul li:last-child {
  margin-right: 0;
}

.header-area .left ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #e93c05;
  margin-right: 2px;
}

.header-area .left ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.header-area .left ul li a:hover {
  color: #e93c05;
}

.header-area .right {
  text-align: right;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.header-area .right ul li:last-child {
  margin-right: 0;
}

.header-area .right ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.header-area .right ul li a:hover {
  color: #e93c05;
}

/*-- Navbar --*/
.main-nav {
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav.menu-shrink {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #e93c05;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  color: #011a41;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #e93c05;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #e93c05;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding: 9px 15px;
  color: #011a41;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e93c05;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
  border-radius: 0px 50px 50px 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e93c05;
  padding-left: 18px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011a41;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e93c05;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .language {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.side-nav .language .nice-select {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #011a41;
  font-weight: 600;
}

.side-nav .language .nice-select:after {
  border-bottom: 2px solid #011a41;
  border-right: 2px solid #011a41;
}

.side-nav .language .nice-select ul {
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}

.side-nav .language .nice-select ul li {
  display: block;
  width: 100%;
  color: #011a41;
  font-size: 15px;
}

.side-nav .consultant-btn {
  display: inline-block;
  color: #fff;
  background-color: #e93c05;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 600;
  vertical-align: middle;
}

.side-nav .consultant-btn:hover {
  background-color: #011a41;
}

/*-- Banner --*/


/*-- Services --*/
.services-area {
  background-color: #efefef;
  position: relative;
}

.services-area .services-shape {
  z-index: -1;
}

.services-area .services-shape img {
  position: absolute;
}

.services-area .services-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
          animation: service-ani-one 3s linear infinite;
}

.services-area .services-shape img:nth-child(2) {
  right: 0;
  bottom: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
          animation: service-ani-one 3s linear infinite;
}

.services-area .section-title h2 {
  margin-bottom: 8px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.services-area .section-title p {
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes service-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .20;
  }
  100% {
    opacity: 1;
  }
}

@keyframes service-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .20;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes service-ani-two {
  0% {
    opacity: .20;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .20;
  }
}

@keyframes service-ani-two {
  0% {
    opacity: .20;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .20;
  }
}

.services-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  padding: 30px 15px 30px 110px;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.services-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.services-item .icon {
  position: absolute;
  left: 40px;
  top: 60px;
  color: #e93c05;
  font-size: 35px;
  line-height: 35px;
  z-index: 1;
  text-align: center;
}

.services-item .icon:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: -15px;
  right: 0;
  top: -13px;
  margin-left: auto;
  margin-right: auto;
  background-color: #feebe4;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.services-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.services-item h3 a {
  color: #e93c05;
}

.services-item h3 a:hover {
  color: #011a41;
}

.services-item p {
  margin-bottom: 14px;
}

.services-item .services-btn {
  margin-left: -5px;
}

.services-item .services-btn i {
  display: inline-block;
  font-size: 21px;
  position: relative;
  top: 4px;
}

.services-item .services-btn a {
  display: inline-block;
  font-weight: 600;
  color: #011f4c;
  border-bottom: 1px solid #e93c05;
}

.services-item .services-btn a:hover {
  color: #e93c05;
}

/*-- Works --*/
.works-area {
  background-color: #f9f9f9;
  background-image: url("../img/works-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.works-item {
  margin-bottom: 30px;
  text-align: center;
}

.works-item:hover i {
  background-color: #e93c05;
}

.works-item i {
  display: inline-block;
  color: #e93c05;
  width: 160px;
  height: 160px;
  font-size: 45px;
  line-height: 155px;
  border-radius: 50%;
  text-align: center;
  background-color: #fee4db;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.works-item i:after {
  position: absolute;
  content: '';
  width: 110px;
  height: 110px;
  left: 0;
  right: 0;
  top: 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fee4db;
  z-index: -1;
  border-radius: 50%;
  border: 8px solid #e93c05;
}

.works-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.works-item h3 a {
  color: #011a41;
}

.works-item h3 a:hover {
  color: #e93c05;
}

.works-item p {
  margin-bottom: 0;
}

/*-- Book --*/
.book-area {
  z-index: 1;
}

.book-area .book-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 10px;
  background-color: #011a41;
  text-align: center;
  position: relative;
  z-index: 1;
}

.book-area .book-content .book-shape img {
  position: absolute;
  z-index: -1;
}

.book-area .book-content .book-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
          animation: service-ani-one 3s linear infinite;
}

.book-area .book-content .book-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
          animation: service-ani-two 3s linear infinite;
}

.book-area .book-content h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 38px;
  margin-top: -10px;
}

.book-area .book-content p {
  margin-bottom: 18px;
  font-size: 28px;
  color: #fff;
  margin-left:25%;
}

.book-area .book-content p a {
  display: inline-block;
  color: #fff;
}

.book-area .book-content p a:hover {
  color: #e93c05;
}

.book-area .book-content .common-btn span {
  background-color: #fff;
}

.book-area .book-content .common-btn:hover {
  color: #011a41 !important;
}

/*-- Touch --*/
.touch-area {
  background-color: #011a41;
  position: relative;
}

.touch-area .touch-shape {
  z-index: -1;
}

.touch-area .touch-shape img {
  position: absolute;
}

.touch-area .touch-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
          animation: service-ani-one 3s linear infinite;
}

.touch-area .touch-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
          animation: service-ani-two 3s linear infinite;
}

.touch-area .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.touch-area .section-title h2 {
  color: #fff;
}

.touch-area .touch-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.touch-area .touch-content .form-group {
  margin-bottom: 30px;
}

.touch-area .touch-content .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #313e55;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
}

.touch-area .touch-content .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.touch-area .touch-content .form-group .nice-select {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #313e55;
  padding-left: 20px;
  font-size: 15px;
  color: #bfbfc0;
  margin-bottom: 30px;
  line-height: 50px;
  width: 100%;
  display: block;
}

.touch-area .touch-content .form-group .nice-select .list {
  width: 100%;
  display: block;
}

.touch-area .touch-content .form-group .nice-select .list li {
  color: #011a41;
}

.touch-area .touch-content .form-group ::-webkit-input-placeholder {
  color: #bfbfc0;
}

.touch-area .touch-content .form-group :-ms-input-placeholder {
  color: #bfbfc0;
}

.touch-area .touch-content .form-group ::-ms-input-placeholder {
  color: #bfbfc0;
}

.touch-area .touch-content .form-group ::placeholder {
  color: #bfbfc0;
}

.touch-area .touch-content .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.touch-area .touch-content .common-btn {
  border: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.touch-area .touch-content .common-btn span {
  background-color: #fff;
}

.touch-area .touch-content .common-btn:hover {
  color: #011a41 !important;
}

.touch-area .touch-img {
  margin-bottom: 30px;
}

.touch-area .touch-img img {
  width: 100%;
  border-radius: 30px;
}

/*-- Team --*/
.team-area .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #e93c05 !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-area .owl-prev i {
  line-height: 40px;
}

.team-area .owl-prev:hover {
  background: #011a41 !important;
}

.team-area .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: #e93c05 !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-area .owl-next i {
  line-height: 40px;
}

.team-area .owl-next:hover {
  background: #011a41 !important;
}

.team-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: 15px;
  margin-right: 15px;
}

.team-item:hover .top ul li {
  opacity: 1;
  visibility: visible;
}

.team-item:hover .top ul li:nth-child(1) a {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.team-item:hover .top ul li:nth-child(2) a {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.team-item:hover .top ul li:nth-child(3) a {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.team-item:hover .top ul li:nth-child(4) a {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.team-item:hover .bottom {
  max-width: 100%;
  background-color: #fff;
}

.team-item .top {
  position: relative;
}

.team-item .top img {
  width: 100%;
}

.team-item .top ul {
  position: absolute;
  top: 60px;
  left: 25px;
}

.team-item .top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .top ul li:last-child {
  margin-bottom: 0;
}

.team-item .top ul li a {
  display: block;
  width: 45px;
  height: 45px;
  color: #e93c05;
  background-color: #fff;
  font-size: 22px;
  text-align: center;
}

.team-item .top ul li a i {
  line-height: 45px;
}

.team-item .top ul li a:hover {
  color: #fff;
  background-color: #011a41;
}

.team-item .bottom {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f4f4;
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-top: -15px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .bottom img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
}

.team-item .bottom h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.team-item .bottom span {
  display: block;
  color: #e93c05;
  font-weight: 600;
  font-size: 14px;
}

/*-- Plan --*/

/*-- FAQ --*/
.faq-area .section-title {
  text-align: left;
}

.faq-area .section-title h2 {
  margin-bottom: 5px;
}

.faq-area .section-title p {
  margin-bottom: 0;
}

.faq-area .faq-img {
  position: relative;
  margin-bottom: 30px;
}

.faq-area .faq-img img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.faq-area .faq-img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 55px;
}

.faq-item {
  margin-bottom: 30px;
}

.faq-item .accordion p {
  display: none;
  padding: 20px 110px 20px 25px;
  margin-bottom: 0;
}

.faq-item .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  display: block;
  -webkit-box-shadow: 0px 0px 30px 0px #dddddd42;
          box-shadow: 0px 0px 30px 0px #dddddd42;
  border-radius: 5px;
}

.faq-item .accordion li:first-child {
  border-top: 0;
}

.faq-item .accordion li:last-child {
  margin-bottom: 0;
}

.faq-item .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  color: #221668;
  padding: 13px 40px 13px 20px;
  background-color: #fcf7f5;
}

.faq-item .accordion li a.active {
  color: #212529;
  background-color: #ffc107;
}

.faq-item .accordion li a.active i {
  color: #fff;
  opacity: 0;
}

.faq-item .accordion li a.active i.two {
  opacity: 1;
}

.faq-item .accordion li a i {
  position: absolute;
  top: 16px;
  right: 20px;
  display: inline-block;
  font-size: 15px;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ffc107;
  color: #fff;
}

.faq-item .accordion li a i.two {
  opacity: 0;
  color: #011a41;
  background-color: #fff;
}

/*-- Testimonials --*/


/*-- Blog --*/
.blog-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.blog-item:hover .top {
  background-color: #e93c05;
}

.blog-item:hover .bottom {
  background-color: #fff;
}

.blog-item .top {
  background-color: #efefef;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}

.blog-item .top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.blog-item .bottom {
  padding: 20px 25px 25px;
  background-color: #fef9f9;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item .bottom ul {
  margin-bottom: 16px;
}

.blog-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}

.blog-item .bottom ul li:last-child {
  margin-right: 0;
}

.blog-item .bottom ul li i {
  display: inline-block;
  color: #e93c05;
  margin-right: 3px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.blog-item .bottom ul li a {
  display: inline-block;
  color: #011f4c;
}

.blog-item .bottom ul li a:hover {
  color: #e93c05;
}

.blog-item .bottom h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.blog-item .bottom h3 a {
  color: #011a41;
}

.blog-item .bottom h3 a:hover {
  color: #e93c05;
}

.blog-item .bottom p {
  margin-bottom: 14px;
}

.blog-item .bottom .blog-btn {
  display: inline-block;
  color: #ffc107;
  font-weight: 600;
  border-bottom: 1px solid #e93c05;
}

.blog-item .bottom .blog-btn:hover {
  color: #e93c05;
}

/*-- Footer --*/
footer {
  background-color: #011a41;
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}

.footer-item h3:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #e93c05;
}

.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 20px;
}

.footer-item .footer-logo p {
  margin-bottom: 20px;
  color: #fff;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.footer-item .footer-logo ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-logo ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #e93c05;
  font-size: 25px;
}

.footer-item .footer-logo ul li span {
  display: inline-block;
  font-weight: 600;
  margin-right: 3px;
  color: #fff;
}

.footer-item .footer-logo ul li a {
  display: inline-block;
  color: #fff;
}

.footer-item .footer-logo ul li a:hover {
  color: #e93c05;
}

.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-links ul li a {
  color: #fff;
  display: block;
}

.footer-item .footer-links ul li a:hover {
  color: #e93c05;
  padding-left: 5px;
}

.footer-item .footer-newsletter p {
  color: #fff;
  margin-bottom: 30px;
}

.footer-item .footer-newsletter .newsletter-form .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 15px;
}

.footer-item .footer-newsletter .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.footer-item .footer-newsletter .newsletter-form .common-btn {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
}

.footer-item .footer-newsletter .newsletter-form .validation-danger {
  color: #fff;
  margin-top: 10px;
}

/*-- Copyright --*/
.copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #091629;
  text-align: center;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  color: #e93c05;
  font-weight: 700;
}

.copyright-area .copyright-item p a:hover {
  color: #fff;
}

/*----- End Home Demo One CSS -----*/
/*----- Home Demo Two CSS -----*/
/*-- Header --*/
.header-area.two .left ul li i {
  color: #ffc107;
}

.header-area.two .left ul li a {
  color: #fff;
}

.header-area.two .left ul li a:hover {
  color: #032670;
}

.header-area.two .right ul li a {
  color: #fff;
}

.header-area.two .right ul li a:hover {
  color: #032670;
}

/*-- Navbar --*/
.main-nav.two nav .navbar-nav .nav-item:hover a {
  color: #032670;
}

.main-nav.two nav .navbar-nav .nav-item a {
  color: #011a41;
}

.main-nav.two nav .navbar-nav .nav-item a:hover, .main-nav.two nav .navbar-nav .nav-item a:focus, .main-nav.two nav .navbar-nav .nav-item a.active {
  color: #032670;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #032670;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #011a41;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:before {
  background-color: #032670;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #032670;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011a41;
}

.main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #032670;
}

.main-nav.two .side-nav .consultant-btn {
  background-color: #ffc107;
}

.main-nav.two .side-nav .consultant-btn:hover {
  background-color: #011a41;
}


/*-- About --*/
.about-area-two {
  margin-top: -10px;
}

.about-area-two .about-content {
  margin-bottom: 30px;
}

.about-area-two .about-content .section-title {
  margin-bottom: 20px;
  text-align: left;
}

.about-area-two .about-content .about-p {
  margin-bottom: 20px;
}

.about-area-two .about-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}

.about-area-two .about-content ul li:last-child {
  margin-bottom: 0;
}

.about-area-two .about-content ul li i {
  color: #ffc107;
  display: inline-block;
  font-size: 45px;
  line-height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}

.about-area-two .about-content ul li i:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -5px;
  left: 0;
  background-color: #fddce0;
  z-index: -1;
}

.about-area-two .about-content ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.about-area-two .about-content ul li p {
  margin-bottom: 0;
}

.about-area-two .about-content .common-btn {
  margin-top: 35px;
}

.about-area-two .about-img {
  margin-bottom: 30px;
  position: relative;
}

.about-area-two .about-img img:nth-child(1) {
  border-radius: 50px 0 0 0;
  position: relative;
  z-index: 1;
  width: 80%;
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
    .about-area-two .about-img img:nth-child(1) {
  border-radius: 50px 0 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: -2%;
  height:50%;
}
}

.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: -65px;
  -webkit-animation: about-ani-three 20s linear infinite;
          animation: about-ani-three 20s linear infinite;
}

.about-area-two .about-img img:nth-child(3) {
  position: absolute;
  top: -85px;
  right: 0;
  -webkit-animation: about-ani-two 15s linear infinite;
          animation: about-ani-two 15s linear infinite;
}

.about-area-two .about-img img:nth-child(4) {
  position: absolute;
  bottom: -10px;
  right: 0;
  -webkit-animation: about-ani-one 5s linear infinite;
          animation: about-ani-one 5s linear infinite;
}

/*-- Projects --*/
.projects-area {
  background-color: #efefef;
}

.projects-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.projects-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.041688)), color-stop(72%, rgba(0, 0, 0, 0.715845)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.041688) 0%, rgba(0, 0, 0, 0.715845) 72%);
}

.projects-item img {
  width: 100%;
}

.projects-item .inner {
  position: absolute;
  left: 15px;
  bottom: 12px;
  z-index: 1;
}

.projects-item .inner h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.projects-item .inner h3 a {
  color: #fff;
}

.projects-item .inner h3 a:hover {
  color: #032670;
}

.projects-item .inner .projects-btn {
  display: inline-block;
  color: #032670;
  font-weight: 700;
}

.projects-item .inner .projects-btn:hover {
  color: #fff;
}

/*-- Services Two --*/
.services-item-two {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.services-item-two:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.services-item-two:hover .top {
  background-color: #ffc107;
}

.services-item-two:hover .bottom {
  background-color: #fff;
}

.services-item-two .top {
  background-color: #efefef;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}

.services-item-two .top img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.services-item-two .bottom {
  padding: 20px 25px 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.services-item-two .bottom h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.services-item-two .bottom h3 a {
  color: #011a41;
}

.services-item-two .bottom h3 a:hover {
  color: #032670;
}

.services-item-two .bottom p {
  margin-bottom: 14px;
}

.services-item-two .bottom .services-btn i {
  display: inline-block;
  color: #032670;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.services-item-two .bottom .services-btn a {
  display: inline-block;
  color: #ffc107;
  font-weight: 600;
  border-bottom: 1px solid #032670;
}

.services-item-two .bottom .services-btn a:hover {
  color: #011a41;
  border-bottom: 1px solid #011a41;
}

/*-- Projects Two --*/
.projects-area-two {
  background-color: #efefef;
}

.projects-item-two {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 25px 30px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #032670;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.projects-item-two:hover:before {
  height: 100%;
}

.projects-item-two:hover i {
  color: #fff;
}

.projects-item-two:hover h3 a {
  color: #fff;
}

.projects-item-two:hover p {
  color: #fff;
}

.projects-item-two:hover .projects-btn {
  color: #fff;
}

.projects-item-two img {
  position: absolute;
  z-index: -1;
}

.projects-item-two img:nth-child(1) {
  top: 0;
  right: 0;
}

.projects-item-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.projects-item-two .icon {
  display: inline-block;
  color: #032670;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: 35%;
}
@media only screen and (max-width: 768px){
    .projects-item-two .icon {
  display: inline-block;
  color: #032670;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
 margin-left:-5%;
}
}

.projects-item-two h3 {
  margin-bottom: 10px;
  font-size: 24px;
  margin-left: 18%;
}
@media only screen and (max-width: 768px){
    .projects-item-two h3 {
  margin-bottom: 10px;
  font-size: 24px;
  margin-left:-5%;
}
}
.projects-item-two h3 a {
  color: #ffc107;
}

.projects-item-two h3 a:hover {
  color: #032670;
}

.projects-item-two p {
  margin-bottom: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two .projects-btn {
  display: inline-block;
  font-weight: 600;
  color: #ffc107;
}

.projects-item-two .projects-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-two .projects-btn:hover {
  color: #011a41;
}

.projects-item-two .projects-btn:hover i {
  color: #011a41;
}

/*-- Counter --*/
.counter-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding: 50px 50px 20px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
  position: relative;
  z-index: 1;
}

.counter-wrap .counter-shape img {
  z-index: -1;
  position: absolute;
}

.counter-wrap .counter-shape img:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation: service-ani-one 3s linear infinite;
          animation: service-ani-one 3s linear infinite;
}

.counter-wrap .counter-shape img:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-animation: service-ani-two 3s linear infinite;
          animation: service-ani-two 3s linear infinite;
}

.counter-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.counter-item.right-border:before {
  display: none;
}

.counter-item:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 135px;
  right: 0;
  top: 15px;
  background-color: #032670;
}

.counter-item i {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 12px;
  color: #032670;
  display: inline-block;
}

.counter-item h3 {
  margin-bottom: 5px;
  font-size: 45px;
}

.counter-item p {
  font-weight: 600;
  margin-bottom: 0;
}



/*-- Works --*/
.works-area-two .works-img {
  position: relative;
  text-align: center;
}

.works-area-two .works-img img:nth-child(1) {
  position: relative;
  z-index: -1;
}

.works-area-two .works-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -102px;
  z-index: 1;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.works-area-two .works-content .section-title.two {
  text-align: left;
}

.works-area-two .works-content .section-title.two h2 {
  margin-bottom: 5px;
}

.works-area-two .works-content .section-title.two p {
  margin-bottom: 0;
}

.works-area-two .works-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 15px;
}

.works-area-two .works-content ul li:hover i {
  color: #fff;
  background-color: #032670;
}

.works-area-two .works-content ul li:last-child {
  margin-bottom: 0;
}

.works-area-two .works-content ul li i {
  display: inline-block;
  color: #032670;
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd42;
          box-shadow: 0px 0px 20px 0px #dddddd42;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.works-area-two .works-content ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.works-area-two .works-content ul li p {
  margin-bottom: 0;
}

.works-area-two .works-content .common-btn.two {
  margin-top: 35px;
}





/*-- Logo --*/
.logo-area {
  background-color: #f7f4f4;
}

.logo-item {
  text-align: center;
}

.logo-item:hover img {
  -webkit-transform: translate(-5px, 0);
          transform: translate(-5px, 0);
}

.logo-item img {
  width: 145px !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- Footer --*/


/*-- Features --*/
.features-area {
  position: relative;
  z-index: 1;
}

.features-area .features-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.features-area .features-shape img {
  z-index: -1;
}

.features-area .features-img {
  margin-bottom: 30px;
}

.features-area .projects-item-two {
  border: 1px solid #dfe4fd;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
}

.features-area .projects-item-two.bottom-gap-top {
  margin-top: 30px;
}

.features-area .projects-item-two.bottom-gap-bottom {
  margin-top: -30px;
}

.features-area .projects-item-two:before {
  background-color: #355efc;
}

.features-area .projects-item-two:hover .icon {
  color: #fff;
}

.features-area .projects-item-two:hover h3 a {
  color: #fff;
}

.features-area .projects-item-two:hover p {
  color: #fff;
}

.features-area .projects-item-two:hover .projects-btn {
  color: #fff;
}

.features-area .projects-item-two .icon {
  color: #355efc;
}

.features-area .projects-item-two h3 a {
  color: #355efc;
}

.features-area .projects-item-two h3 a:hover {
  color: #011a41;
}

.features-area .projects-item-two .projects-btn {
  color: #355efc;
}

.features-area .projects-item-two .projects-btn:hover {
  color: #011a41;
}

/*-- Projects --*/
.projects-area-three {
  background-color: #f8f6f6;
}

.projects-area-three .section-title.three {
  text-align: left;
}

.projects-area-three .container-fluid {
  max-width: 1350px;
  margin-right: 0;
  margin-left: auto;
}

.projects-area-three .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #ffc107 !important;
  background-color: #e4e9fc !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-area-three .owl-prev i {
  line-height: 40px;
}

.projects-area-three .owl-prev:hover {
  color: #fff !important;
  background: #355efc !important;
}

.projects-area-three .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #ffc107 !important;
  background-color: #e4e9fc !important;
  font-size: 30px !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-area-three .owl-next i {
  line-height: 40px;
}

.projects-area-three .owl-next:hover {
  color: #fff !important;
  background: #355efc !important;
}

.projects-area-three .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -105px;
  right: 0;
}

.projects-item-three {
  margin-bottom: 30px;
}

.projects-item-three:hover .top {
  border-bottom: 2px solid #355efc;
}

.projects-item-three .top {
  background-color: #fff;
  border-bottom: 2px solid transparent;
  margin-bottom: 15px;
  padding: 30px 25px 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.projects-item-three .top a {
  display: block;
}

.projects-item-three .top a img {
  width: 460px;
  height: 286px;
  margin-left: auto;
  margin-right: auto;
}

.projects-item-three .bottom h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.projects-item-three .bottom h3 a {
  color: #ffc107;
}

.projects-item-three .bottom h3 a:hover {
  color: #011a41;
}

/*-- Counter --*/
.counter-area.three .counter-item:before {
  background-color: #355efc;
}

.counter-area.three .counter-item i {
  color: #355efc;
}

/*-- Touch --*/
.touch-area.three {
  background-color: transparent;
}

.touch-area.three .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.touch-area.three .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.touch-area.three .section-title.three {
  padding-left: 15px;
}

.touch-area.three .touch-wrap {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.touch-area.three .touch-content {
  background-color: #011a41;
  margin-bottom: 0;
}

.touch-area.three .touch-img {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/*-- Team --*/


/*-- Testimonials --*/
.testimonials-area-three {
  background-color: #f9f9f9;
  background-image: url("../img/testimonials-bg.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.testimonials-area-three .testimonials-item {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonials-area-three .testimonials-item:hover .top i {
  color: #fff;
  background-color: #011a41;
}

.testimonials-area-three .testimonials-item .top {
  border: 2px solid #c6cefc;
  border-radius: 5px;
  padding: 0 25px 30px;
  position: relative;
  margin-bottom: 55px;
  position: relative;
}

.testimonials-area-three .testimonials-item .top:before {
  position: absolute;
  content: '';
  bottom: -36px;
  right: 0;
  left: 0;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #c6cefc;
}

.testimonials-area-three .testimonials-item .top i {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #011a41;
  background-color: #d7ddfe;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: -30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.testimonials-area-three .testimonials-item .top h2 {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
}

.testimonials-area-three .testimonials-item .bottom img {
  width: 100px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.testimonials-area-three .testimonials-item .bottom h3 {
  font-size: 24px;
  margin-bottom: 3px;
}

.testimonials-area-three .testimonials-item .bottom span {
  display: block;
  font-size: 15px;
  color: #355efc;
}

.testimonials-area-three .owl-prev {
  position: absolute;
  top: 25%;
  left: 0;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #355efc !important;
  border: 1px solid #355efc !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.testimonials-area-three .owl-prev i {
  line-height: 35px;
}

.testimonials-area-three .owl-prev:hover {
  color: #fff !important;
  background: #355efc !important;
}

.testimonials-area-three .owl-next {
  position: absolute;
  top: 25%;
  right: 0;
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  border-radius: 50% !important;
  color: #355efc !important;
  border: 1px solid #355efc !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.testimonials-area-three .owl-next i {
  line-height: 35px;
}

.testimonials-area-three .owl-next:hover {
  color: #fff !important;
  background: #355efc !important;
}



/*----- End Home Demo Three CSS -----*/
/*----- About CSS -----*/
.page-title-area {
  background-image: url("../img/desktop.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 450px;
}

.page-title-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 6, 16, 0.887194)), color-stop(93%, rgba(1, 6, 16, 0.350677)));
  background: linear-gradient(180deg, rgba(1, 6, 16, 0.887194) 0%, rgba(1, 6, 16, 0.350677) 93%);
}

.page-title-area .title-content {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 65px;
}

.page-title-area .title-content h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 2px;
}

.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}

.page-title-area .title-content ul li:last-child:before {
  display: none;
}

.page-title-area .title-content ul li:before {
  position: absolute;
  content: '/';
  top: 0;
  left: 53px;
  color: #fff;
}

.page-title-area .title-content ul li a {
  display: block;
  color: #fff;
}

.page-title-area .title-content ul li a:hover {
  color: #e93c05;
}

.page-title-area .title-content ul li span {
  display: inline-block;
  color: #fff;
}

/*----- End About CSS -----*/
/*----- Services CSS -----*/
.services-area.four {
  background-color: #fff;
}

.services-area.four .services-item {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd42;
          box-shadow: 0px 0px 20px 0px #dddddd42;
}

.pagination-area {
  text-align: center;
}

.pagination-area ul {
  position: relative;
  z-index: 1;
}

.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination-area ul li a {
  display: block;
  color: #e93c05;
  background-color: #efefef;
  border-radius: 5px;
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}

.pagination-area ul li a i {
  line-height: 35px;
}

.pagination-area ul li a:hover, .pagination-area ul li a.active {
  color: #fff;
  background-color: #e93c05;
}

/*----- End Services CSS -----*/
/*----- Service details CSS -----*/
.service-details-area .details-item .details-img {
  margin-bottom: 50px;
}

.service-details-area .details-item .details-img img {
  margin-bottom: 20px;
}

.service-details-area .details-item .details-img h2 {
  margin-bottom: 5px;
  font-size: 38px;
}

.service-details-area .details-item .details-img p {
  margin-bottom: 10px;
  text-align: justify;
}

.service-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
  text-align: justify;
}

.service-details-area .details-item .details-business {
  margin-bottom: 50px;
}

.service-details-area .details-item .details-business .img {
  margin-bottom: 20px;
}

.service-details-area .details-item .details-business .img img {
  width: 100%;
}

.service-details-area .details-item .details-business h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.service-details-area .details-item .details-business p {
  margin-bottom: 15px;
}

.service-details-area .details-item .details-business p:last-child {
  margin-bottom: 0;
  text-align: justify;
}

.service-details-area .details-item .details-business ul {
  margin-bottom: 15px;
}

.service-details-area .details-item .details-business ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.service-details-area .details-item .details-img ul li{
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.service-details-area .details-item .details-business ul li:last-child {
  margin-bottom: 0;
}

.service-details-area .details-item .details-business ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 7px;
  left: 0;
  background-color: #011a41;
}

.service-details-area .details-item .details-img ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 7px;
  left: 0;
  background-color: #011a41;
}
.service-details-area .details-item .details-faq .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.service-details-area .details-item .details-faq .section-title h2 {
  margin-bottom: 5px;
}

.service-details-area .details-item .details-faq .section-title p {
  margin-bottom: 0;
}

.service-details-area .details-item .details-faq .faq-item {
  margin-bottom: 0;
}

.widget-area .widget-item {
  margin-bottom: 30px;
  border: 1px solid #e93c0542;
  padding: 30px 30px 30px;
}

.widget-area .widget-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 5px;
  border-left: 3px solid #e93c05;
  padding-left: 10px;
}

.widget-area .services ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.widget-area .services ul li:last-child {
  margin-bottom: 0;
}

.widget-area .services ul li a {
  color: #011f4c;
  background-color: #fef7f3;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
}

.widget-area .services ul li a i {
  position: absolute;
  top: 16px;
  right: 15px;
  display: inline-block;
  font-size: 18px;
}

.widget-area .services ul li a:hover {
  color: #fff;
  background-color: #e93c05;
}

.widget-area .download ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.widget-area .download ul li:last-child {
  margin-bottom: 0;
}

.widget-area .download ul li a {
  color: #e93c05;
  background-color: #fef7f3;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
}

.widget-area .download ul li a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.widget-area .download ul li a:hover {
  color: #fff;
  background-color: #e93c05;
}

.widget-area .contact form .form-group {
  margin-bottom: 10px;
}

.widget-area .contact form .form-group .form-control {
  height: 50px;
  padding-left: 15px;
  font-size: 15px;
  background-color: #ebeaea;
  border: 0;
  border-radius: 0;
}

.widget-area .contact form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.widget-area .contact form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}

.widget-area .contact form .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
}

.widget-area .consultation {
  position: relative;
}

.widget-area .consultation:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 26, 65, 0)), color-stop(98%, rgba(1, 26, 65, 0.926519)), to(#011a41));
  background: linear-gradient(180deg, rgba(1, 26, 65, 0) 0%, rgba(1, 26, 65, 0.926519) 98%, #011a41 100%);
}

.widget-area .consultation img {
  width: 100%;
}

.widget-area .consultation .inner {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
}

.widget-area .consultation .inner h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.projects-area-two.two {
  background-color: #fff;
}

.projects-area-two.two .projects-item-two {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd42;
          box-shadow: 0px 0px 20px 0px #dddddd42;
}

/*----- End Service details CSS -----*/
/*----- Project details CSS -----*/


/*----- End Project details CSS -----*/
/*----- Blog details CSS -----*/
.blog-details-area .details-item .details-img {
  margin-bottom: 50px;
}

.blog-details-area .details-item .details-img img {
  margin-bottom: 20px;
}

.blog-details-area .details-item .details-img h2 {
  font-size: 35px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-img p {
  margin-bottom: 10px;
}

.blog-details-area .details-item .details-img p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-quote {
  margin-bottom: 40px;
}

.blog-details-area .details-item .details-quote blockquote {
  margin-bottom: 20px;
  border-left: 3px solid #e93c05;
  background-color: #ebeaea;
  text-align: center;
  padding: 30px 30px 30px;
  position: relative;
}

.blog-details-area .details-item .details-quote blockquote h3 {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
}

.blog-details-area .details-item .details-quote blockquote i {
  display: inline-block;
  color: #e93c05;
  font-size: 50px;
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.blog-details-area .details-item .details-quote p {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-grow {
  margin-bottom: 50px;
}

.blog-details-area .details-item .details-grow h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-grow p {
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-grow p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-grow ul {
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-grow ul li {
  list-style-type: none;
  display: block;
  padding-left: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}

.blog-details-area .details-item .details-grow ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  background-color: #011a41;
}

.blog-details-area .details-item .details-form {
  background-color: #f4f4f4;
  padding: 45px 50px 50px;
  margin-bottom: 50px;
}

.blog-details-area .details-item .details-form h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-form p {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-form .form-group label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
}

.blog-details-area .details-item .details-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.blog-details-area .details-item .details-form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}

.blog-details-area .details-item .details-form .common-btn {
  border: 0;
  margin-top: 10px;
}

.blog-details-area .details-item .details-comment h3 {
  font-size: 24px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-comment h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #e93c05;
}

.blog-details-area .details-item .details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd42;
}

.blog-details-area .details-item .details-comment ul li:nth-child(2) {
  margin-left: 50px;
}

.blog-details-area .details-item .details-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-details-area .details-item .details-comment ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.blog-details-area .details-item .details-comment ul li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-comment ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-details-area .details-item .details-comment ul li p {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-comment ul li a {
  display: inline-block;
  color: #011f4c;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
}

.blog-details-area .details-item .details-comment ul li a:hover {
  color: #e93c05;
}

.widget-area .popular .popular-inner {
  margin-bottom: 15px;
}

.widget-area .popular .popular-inner:last-child {
  margin-bottom: 0;
}

.widget-area .popular .popular-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-area .popular .popular-inner ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.widget-area .popular .popular-inner ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.widget-area .popular .popular-inner ul li span {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.widget-area .popular .popular-inner ul li a {
  display: block;
  color: #011a41;
  font-weight: 600;
}

.widget-area .popular .popular-inner ul li a:hover {
  color: #e93c05;
}

/*----- End Blog details CSS -----*/
/*----- Contact CSS -----*/
.contact-info-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
          box-shadow: 0px 0px 20px 0px #dddddd57;
  text-align: center;
  position: relative;
  padding: 35px 30px 35px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.contact-info-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.contact-info-item img {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info-item i {
  color:#ffc107;
  display: inline-block;
  font-size: 55px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.contact-info-item i:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #fbd0c2;
  z-index: -1;
}

.contact-info-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.contact-info-item a {
  display: block;
  color: #011f4c;
}

.contact-info-item a:hover {
  color: #e93c05;
}

.contact-info-item ul li {
  list-style-type: none;
  display: block;
}

.contact-area {
  position: relative;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.contact-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d3d3d3;
  opacity: .50;
}

.contact-area #contactForm {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-area #contactForm .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.contact-area #contactForm .section-title h2 {
  color: #fff;
  margin-top: -12px;
}

.contact-area #contactForm .form-group {
  margin-bottom: 30px;
}

.contact-area #contactForm .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
  border: 1;
  border-radius: 0;
}

.contact-area #contactForm .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.contact-area #contactForm textarea {
  padding-top: 13px;
  height: auto !important;
}

.contact-area #contactForm .common-btn {
  width: 25%;
  display: block;
  text-align: center;
  border-radius: 0;
  border: 0;
  opacity: 1;
  margin-left:35%;
}
  @media only screen and (max-width: 768px){
      .contact-area #contactForm .common-btn {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  border: 0;
  opacity: 1;
  margin-left:-2%;
}  
    }
.contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #fff;
}

.contact-area #contactForm .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #fff !important;
}

.contact-area #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 25px;
  color: #28a745 !important;
}

.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}

/*----- End Contact CSS -----*/
/*----- User Form CSS -----*/

/*----- End User Form CSS -----*/
/*----- Loan CSS -----*/


/*----- End Loan CSS -----*/
/*----- Apply CSS -----*/

/*----- End Apply CSS -----*/


/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/


/*----- End Coming Soon CSS -----*/
/*----- Rules CSS -----*/

/*----- End Rules CSS -----*/
/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 0;
  color: #ffffff;
  background-color: #e93c05;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
  border: 1px solid #e93c05;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  right: 1%;
  -webkit-transform: translateY(-1%);
          transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
  border: 1px solid #011a41;
  background-color: #011a41;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*----- End Go Top CSS -----*/





.indicator{
    width: 100%;
    width: 1240px;
    height: 6px;
    background: #ffc107;
    position: absolute;
    bottom: 0;
    
    animation: indicating 5s ease infinite; 
    
}

@keyframes sliding{
            0%{left: 0%; }
            20%{left: -100%;}
            40%{left: -200%;}
            60%{left: -300%;}
            80%{left: -400%;}
            100%{left: 0%;}
        }        
        
@keyframes indicating{
            from{
                left: -100%;
            }
            to{
                left: 0;
            }
}  

















.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: 21px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #ff2a60;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 262px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
}

.others-option-for-responsive .option-inner {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option {
  background-color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 61px;
  right: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.others-option-for-responsive .sidebar-menu {
  display: inline-block;
  margin-left: 10px;
}

.others-option-for-responsive .sidebar-menu a i {
  font-size: 25px;
  background-color: #ff2a60;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
}

@media only screen and (max-width: 991px) {
  .others-option-for-responsive {
    display: block;
  }
  .others-option-for-responsive .container {
    max-width: 100%;
  }
  .others-option-for-responsive .container .container {
    max-width: 400px;
    margin: auto;
  }
  .others-option-for-responsive .option-inner .others-option {
    background-color: #000000;
    margin-right: 15px;
  }
  .others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
    background-color: #ffffff;
  }
  .others-option-for-responsive .option-inner .others-option .cart-icon a i {
    color: #ffffff;
  }
  .others-option-for-responsive .option-inner .others-option .cart-icon a span {
    background-color: #ffffff !important;
    color: #000000;
  }
  .others-option-for-responsive .option-inner .others-option .search-btn {
    color: #ffffff;
  }
  .others-option-for-responsive .option-inner .others-option .search-btn:hover {
    color: #ffffff !important;
  }
  .others-option-for-responsive .option-inner .others-option .close-btn {
    color: #ffffff;
  }
}

