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

    Template Name: Gairol
    Template URI: https://webtend.biz/html/gairol/
    Description: Fully Responsive Coworking Space HTML5 Template 
    Author: WebTend
    Author URI: https://webtend.biz/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
===================

1.default CSS
2.HEADER css 
3.BANNER css
4.SUB css
5.ABOUT css
6.TOUR css
7.BENEFITS css
8.PRICING css
8.OUR PLACE css 
9.NEWS css 
10.FOOTER css
11.FACILITIES css
12.SATISFIED css
13.BECOME MEMBER css
14.PROCESS css
15.TEAM css
16.EVENT css
17.FEEDBACK css

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Archivo:400,500,600,700|Oswald:300,400,500,600,700&display=swap");

body {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #28586b;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #002776;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #28586b;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.page-link:focus {
  box-shadow: none;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ff5d22;
  padding: 0 43px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #ff5d22;
}

.main-btn:hover {
  background-color: #002776;
  color: #fff;
  border-color: #002776;
}

.main-btn.main-btn-2 {
  background-color: #002776;
  color: #fff;
  border-color: #002776;
}

.main-btn.main-btn-2:hover {
  background-color: #ff5d22;
  border-color: #ff5d22;
  color: #fff;
}

.main-btn-3 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 48px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(to right, #0036a4 0%, #007eff 50%, #0036a4 100%);
  background-size: 200% auto;
}

.main-btn-3:hover {
  background-position: right center;
  color: #fff;
}

.main-btn-3.main-btn-4 {
  background-color: #002776;
  color: #fff;
  border-color: #002776;
}

.main-btn-3.main-btn-4:hover {
  background-color: #ff5d22;
  border-color: #ff5d22;
  color: #fff;
}

.section-title {
  position: relative;
  padding-bottom: 33px;
}

.section-title span {
  color: #ff5d22;
  font-weight: 700;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
}

.section-title .title {
  font-size: 60px;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 38px;
  }
}

.section-title .title::before {
  position: absolute;
  content: 'Price';
  bottom: -35px;
  left: 50%;
  font-size: 200px;
  z-index: -1;
  color: #e2eef6;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title::before {
    font-size: 150px;
  }
}

@media (max-width: 767px) {
  .section-title .title::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title::before {
    font-size: 112px;
    bottom: -20px;
    display: block;
  }
}

.pagination-area nav ul li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid #ededed;
  font-size: 14px;
  font-weight: 500;
  color: #7886a0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .pagination-area nav ul li a {
    margin: 0 2px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pagination-area nav ul li a {
    margin: 0 2px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 14px;
  }
}

.pagination-area nav ul li a:hover {
  background: #ff5d22;
  border-color: #ff5d22;
  color: #fff;
}

.pagination-area nav ul li:first-child a {
  border-radius: 50% !important;
}

.pagination-area nav ul li:last-child a {
  border-radius: 50% !important;
}

/*===========================
    2.HEADER css 
===========================*/
.header-nav {
  -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}

.header-nav .navigation {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99;
  background: #ff5d22;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation {
    top: 0px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation {
    top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-nav .navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  animation: sticky .4s;
}

.header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px;
  }
}

.header-nav .navigation .navbar {
  position: relative;
  padding: 0;
}

.header-nav .navigation .navbar .navbar-brand img {
  max-height: 60px;
}

.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}

.header-nav .navigation .navbar .navbar-toggler {
  border-color: #fff;
}

.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item {
    margin-right: 18px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0;
  line-height: 120px;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
    color: #28586b;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
    color: #28586b;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a.active,
.header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header-nav .navigation .navbar .navbar-nav .nav-item a.active::before,
.header-nav .navigation .navbar .navbar-nav .nav-item a:hover::before {
  height: 4px;
  opacity: 1;
  top: 0px;
}

.header-nav .navigation .navbar .navbar-nav .nav-item a.active::after,
.header-nav .navigation .navbar .navbar-nav .nav-item a:hover::after {
  height: 4px;
  opacity: 1;
  bottom: 0px;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 260px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li {
  position: relative;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-nav-toggler {
  color: #002776;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: #28586b;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a::before {
  height: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a::after {
  height: 0;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a i {
    display: none;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li a .sub-nav-toggler i {
  display: inline-block;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li .sub-menu {
    padding-left: 30px;
  }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover .sub-nav-toggler {
  color: #fff;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu>li:hover>a {
  background-color: #ff5d22;
  color: #fff !important;
}

.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #002776;
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #002776;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-social {
    position: absolute;
    right: 90px;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-social {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-social {
    position: absolute;
    right: 90px;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%);
    display: block;
  }
}

.header-nav .navigation .navbar .navbar-social ul li {
  display: inline-block;
}

.header-nav .navigation .navbar .navbar-social ul li a {
  color: #fff;
  font-size: 18px;
  margin-left: 16px;
}

.header-nav .navigation .navbar .navbar-btn a {
  color: #002776;
}

.header-area.header-area-2 .header-nav .navigation {
  background-color: transparent;
  top: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  .header-area.header-area-2 .header-nav .navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav .nav-item {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a {
    font-size: 14px;
  }
}

.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a:hover,
.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a.active {
  background-color: transparent;
}

.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a:hover::before,
.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a.active::before {
  height: 0;
}

.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a:hover::after,
.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a.active::after {
  height: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area-2 .header-nav .navigation .navbar .navbar-social a {
    padding: 0 30px;
  }
}

.header-area.header-area-2 .header-nav .navigation.sticky {
  background: #002776;
  top: 0;
}

.header-area.header-3-area .navigation {
  background: #fff;
}

@media (max-width: 767px) {
  .header-area.header-3-area .navigation {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.header-3-area .navigation {
    padding: 0 0px;
  }
}

.header-area.header-3-area .navigation .navbar .navbar-toggler {
  border-color: #002776;
}

.header-area.header-3-area .navigation .navbar .navbar-toggler span {
  background: #002776;
}

.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a {
  color: #0037a5;
}

.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::after {
  height: 0;
}

.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::before {
  background: #ff5d22;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::before {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::before {
    background-color: transparent;
  }
}

.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a.active,
.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a:hover {
  background: #f7fcff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a.active,
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a:hover {
    background-color: transparent;
  }
}

@media (max-width: 767px) {

  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a.active,
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a:hover {
    background-color: transparent;
  }
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -200px;
  }

  100% {
    top: 0;
  }
}

/*===========================
    3.BANNER css 
===========================*/
.banner-area {
  height: 800px;
  margin-top: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .banner-area {
    margin-top: 70px;
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area {
    height: 700px;
  }
}

.banner-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 18, 25, 0.11);
}

.banner-area .banner-content span {
  color: #fff;
  font-size: 20px;
  padding-bottom: 35px;
}

.banner-area .banner-content .title {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  padding-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 84px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}

.banner-area .banner-content ul li {
  display: inline-block;
}

.banner-area .banner-content ul li .play {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  border: 2px solid #5e7785;
  margin-left: 26px;
  color: #fff;
}

.banner-area.banner-area-2 {
  position: relative;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-area-2 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-area-2 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.banner-area.banner-area-2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000d26;
  opacity: 0.302;
}

.banner-area.banner-area-2 .banner-content .title {
  font-size: 140px;
  text-transform: uppercase;
  line-height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 100px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 34px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 60px;
    line-height: 60px;
  }
}

.banner-area.banner-area-2 .banner-content span {
  padding-bottom: 25px;
}

.banner-area.banner-3-area {
  background: #f2faff;
  position: relative;
}

.banner-area.banner-3-area::before {
  display: none;
}

.banner-area.banner-3-area .banner-content span {
  color: #0037a5;
}

.banner-area.banner-3-area .banner-content .title {
  color: #0037a5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-3-area .banner-content .title {
    font-size: 74px;
    line-height: 80px;
  }
}

.banner-area.banner-3-area .banner-content ul li .play {
  border: 0;
  background: #fff;
  color: #ff5d22;
  box-shadow: 0px 20px 40px 0px rgba(104, 146, 220, 0.4);
  line-height: 60px;
}

.banner-area.banner-3-area .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.banner-area.banner-3-area .banner-thumb img {
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 0%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 50%;
  }
}

.banner-main {
  margin-right: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-main {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .banner-main {
    margin-right: 0;
    padding-right: 0;
  }
}

.page-title-area {
  height: 400px;
  margin-top: 120px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .page-title-area {
    margin-top: 70px;
  }
}

.page-title-area .page-title-item .title {
  font-size: 100px;
  color: #fff;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-area .page-title-item .title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area .page-title-item .title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .page-title-area .page-title-item .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .title {
    font-size: 55px;
  }
}

.page-title-area .page-title-item nav {
  display: inline-block;
}

.page-title-area .page-title-item nav ol {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.page-title-area .page-title-item nav ol li {
  color: #fff;
  font-size: 20px;
}

.page-title-area .page-title-item nav ol li.active {
  padding-left: 15px;
}

.page-title-area .page-title-item nav ol li a {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 13px;
  color: #fff;
  content: "|";
}

/*===========================
    4.SUB css 
===========================*/
.sub-area {
  margin-bottom: 172px;
  overflow: hidden;
}

.sub-area .sub-item {
  border: 2px solid #daecff;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 0;
  border-left: 0;
}

.sub-area .sub-item .title {
  font-size: 30px;
  padding-top: 43px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-area .sub-item .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .sub-area .sub-item .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sub-area .sub-item .title {
    font-size: 30px;
  }
}

.sub-area .sub-item a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 54px;
  border: 4px solid #daecff;
  border-radius: 50%;
  margin-top: 30px;
  color: #002776;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sub-area .sub-item a:hover {
  background: #ff5d22;
  color: #fff;
  border-color: #ff5d22;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.3);
}

.sub-area .sub-item p {
  padding: 0 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-area .sub-item p {
    padding: 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-area .sub-item p {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .sub-area .sub-item p {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sub-area .sub-item p {
    padding: 0 65px;
  }
}

.sub-2-area .sub-item {
  height: 700px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sub-2-area .sub-item .sub-content {
  position: absolute;
  left: 60px;
  bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-2-area .sub-item .sub-content {
    left: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-2-area .sub-item .sub-content {
    left: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-2-area .sub-item .sub-content {
    left: 30px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sub-2-area .sub-item .sub-content {
    left: 20px;
    bottom: 20px;
  }
}

.sub-2-area .sub-item .sub-content .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.sub-2-area .sub-item .sub-content p {
  color: #a5b6c1;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-2-area .sub-item .sub-content p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-2-area .sub-item .sub-content p {
    font-size: 15px;
  }
}

.sub-2-area .sub-item .sub-content a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #a5b6c1;
  border-radius: 50%;
  margin-top: 23px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sub-2-area .sub-item:hover {
  background-color: rgba(255, 93, 34, 0.9);
  border-right-color: rgba(255, 93, 34, 0.9);
}

.sub-2-area .sub-item:hover .sub-content p {
  color: #fff;
}

.sub-2-area .sub-item:hover .sub-content a {
  background: #fff;
  border-color: #fff;
  color: #ff5d22;
}

.sub-2-area .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

/*===========================
    5.ABOUT css 
===========================*/
.about-us-area {
  margin-bottom: 120px;
}

.about-us-area .abuot-thumb {
  position: relative;
  z-index: 10;
}

.about-us-area .abuot-thumb::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 300px solid #f4f9ff;
  border-right: 300px solid transparent;
  left: -30px;
  top: -30px;
  z-index: 1;
}

.about-us-area .abuot-thumb>img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-us-area .abuot-thumb .about-shape {
  position: absolute;
  z-index: 3;
  top: -52px;
  right: 40px;
  background: #ff5d22;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}

.about-us-area .abuot-thumb .about-icon {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 130px;
  border-radius: 50%;
  background: #ff5d22;
  position: absolute;
  left: 80px;
  bottom: -50px;
  z-index: 3;
}

@media (max-width: 767px) {
  .about-us-area .abuot-thumb .about-icon {
    left: 20px;
  }
}

.about-us-area .abuot-thumb .about-icon i {
  font-size: 50px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .about-content {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .about-us-area .about-content {
    margin-left: 0;
  }
}

.about-us-area .about-content>span {
  color: #ff5d22;
  font-weight: 700;
  padding-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .about-content>span {
    margin-top: 85px;
  }
}

@media (max-width: 767px) {
  .about-us-area .about-content>span {
    margin-top: 85px;
  }
}

.about-us-area .about-content>.title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area .about-content>.title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .about-us-area .about-content>.title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area .about-content>.title {
    font-size: 52px;
    line-height: 62px;
  }
}

.about-us-area .about-content .about-info {
  position: relative;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .about-us-area .about-content .about-info {
    padding-left: 80px;
  }
}

.about-us-area .about-content .about-info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-us-area .about-content .about-info .title {
  font-size: 24px;
}

.about-us-area .about-content .about-info span {
  font-weight: 700;
  color: #ff5d22;
  padding-top: 3px;
}

.about-us-area.about-3-area {
  padding-top: 197px;
  margin-bottom: 0;
  padding-bottom: 197px;
  background: #B8CAB4D1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.about-3-area {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .about-us-area.about-3-area {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}

.about-us-area.about-3-area .about-content>span {
  font-weight: 700;
  color: #ff5d22;
  padding-left: 70px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.about-3-area .about-content>span {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about-us-area.about-3-area .about-content>span {
    margin-top: 0;
  }
}

.about-us-area.about-3-area .about-content>span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #ff5d22;
}

.about-us-area.about-3-area .about-content>span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #ff5d22;
}

.about-us-area.about-3-area .about-content>.title {
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 25px;
}

.about-us-area.about-3-area .about-content>.caption {
  font-size: 20px;
  line-height: 24.2px;
}

.about-us-area.about-3-area .about-content>.title.primary,
.about-us-area.about-3-area .about-content>.caption.primary {
  color: #ff5d22;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area.about-3-area .about-content>.title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .about-us-area.about-3-area .about-content>.title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area.about-3-area .about-content>.title {
    font-size: 28px;
    line-height: 34px;
  }
}


.about-us-area.about-3-area .about-content p {
  padding-right: 260px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area.about-3-area .about-content p {
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .about-us-area.about-3-area .about-content p {
    padding-right: 0px;
  }
}

.about-us-area.about-3-area .about-content>ul {
  padding-left: 24px;
}

.about-us-area.about-3-area .about-content>ul>li {
  list-style-type: disc;
  margin-bottom: 10px;
}


.about-us-area.about-3-area .about-thumb {
  position: absolute;
  /* right: 0; */
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* .about-us-area.about-3-area .about-thumb {
    width: 50%;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.about-3-area .about-thumb {
    width: 0%;
  }
}

@media (max-width: 767px) {
  .about-us-area.about-3-area .about-thumb {
    width: 0%;
  }
}

.about-us-area.about-3-area .about-thumb img {
  max-height: 100%;
  float: right;
}

.about-2-area {
  padding-top: 118px;
}

@media (max-width: 767px) {
  .about-2-area {
    margin-bottom: 120px;
  }
}

.about-2-area .about-thumb img {
  width: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-thumb img {
    width: 90%;
  }
}

.about-2-area .about-content {
  margin-left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-area .about-content {
    margin-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .about-2-area .about-content {
    margin-left: 0;
    padding-top: 0;
  }
}

.about-2-area .about-content span {
  padding-left: 70px;
  font-weight: 700;
  color: #007afa;
  position: relative;
}

.about-2-area .about-content span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 28px;
  background: #0039a7;
  border-radius: 30px;
}

.about-2-area .about-content span::after {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #0079f9;
  border-radius: 30px;
}

.about-2-area .about-content .title {
  font-size: 60px;
  line-height: 70px;
  color: #002776;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-content .title {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .about-2-area .about-content .title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2-area .about-content .title {
    font-size: 48px;
    line-height: 50px;
  }
}

.about-2-area .about-content>p {
  font-size: 20px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-content>p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-2-area .about-content>p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2-area .about-content>p {
    font-size: 18px;
  }
}

.about-2-area .about-content>p.text {
  font-size: 16px;
  line-height: 28px;
  padding-right: 30px;
  padding-top: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-content>p.text {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-area .about-content>p.text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about-2-area .about-content>p.text {
    padding-right: 0;
  }
}

.about-2-area .about-content ul {
  display: flex;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .about-2-area .about-content ul {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2-area .about-content ul {
    display: flex;
  }
}

.about-2-area .about-content ul li {
  margin-right: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .about-2-area .about-content ul li {
    margin-right: 0;
    margin-top: 30px;
  }
}

.about-2-area .about-content ul li i {
  font-size: 60px;
  color: #006dea;
}

.about-2-area .about-content ul li p {
  font-size: 14px;
  color: #28586b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-2-area .about-content ul li:last-child {
  margin-right: 0;
}

.call-2-area {
  margin-bottom: 120px;
  margin-top: -160px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area {
    margin-top: 30px;
  }
}

.call-2-area .call-item {
  height: 160px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 84, 255, 0.1);
  position: relative;
  z-index: 10;
}

.call-2-area .call-item i {
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #0048a4;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 84, 255, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item i {
    left: 49%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item i {
    display: none;
  }
}

@media (max-width: 767px) {
  .call-2-area .call-item i {
    display: none;
  }
}

.call-2-area .call-item::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 625px;
  background: linear-gradient(90deg, #0036a4 25%, #007eff 100%);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item::before {
    width: 475px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item::before {
    width: 365px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item {
    padding-left: 20px;
  }
}

.call-2-area .call-item .item .title {
  font-size: 40px;
  color: #002776;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item .item .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item .title {
    font-size: 30px;
  }
}

.call-2-area .call-item .item span {
  color: #007afa;
  font-weight: 700;
}

.call-2-area .call-item .item-2 {
  margin-right: 155px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item .item-2 {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item-2 {
    margin-right: 20px;
  }
}

.call-2-area .call-item .item-2 span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.call-2-area .call-item .item-2 .title {
  color: #fff;
  font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item .item-2 .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item-2 .title {
    font-size: 30px;
  }
}

.about-item-area {
  padding-top: 62px;
  padding-bottom: 120px;
  position: relative;
}

.about-item-area::before {
  position: absolute;
  content: '';
  background: rgba(0, 39, 118, 0.9);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.about-item-area .about-item .title {
  background: -webkit-linear-gradient(#007eff, #002776);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  line-height: 200px;
  margin-bottom: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-item-area .about-item .title {
    font-size: 170px;
  }
}

.about-item-area .about-item .icon {
  height: 220px;
  width: 220px;
  display: inline-block;
  border: 10px solid #ff5d22;
  border-radius: 50%;
  line-height: 240px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-item-area .about-item .icon {
    width: 210px;
    height: 210px;
  }
}

.about-item-area .about-item .icon::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 2px solid #143b8b;
}

.about-item-area .about-item .icon i {
  color: #fff;
  font-size: 60px;
}

.about-item-area .about-item span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .about-item-area .about-item span {
    width: 100%;
  }
}

.about-item-area .about-item-btn {
  padding-top: 63px;
}

.about-item-area .about-item-btn a {
  line-height: 60px;
  border: 2px solid #435f99;
  background-color: transparent;
  color: #fff;
  border-radius: 40px;
  padding: 0 55px;
}

.about-item-area .about-item-btn a:hover {
  background: #ff5d22;
  border-color: #ff5d22;
}

.about-box-area .about-box {
  border: 16px solid #e9f1ff;
  padding: 77px 24px 77px;
  position: relative;
}

.about-box-area .about-box .about-box-title span {
  font-weight: 700;
  color: #ff5d22;
  position: relative;
}

.about-box-area .about-box .about-box-title span::before {
  position: absolute;
  content: '';
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #ff5d22;
  border-radius: 10px;
}

.about-box-area .about-box .about-box-title span::after {
  position: absolute;
  content: '';
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #ff5d22;
  border-radius: 10px;
}

.about-box-area .about-box .about-box-title .title {
  font-size: 60px;
  line-height: 70px;
  padding-top: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 46px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 58px;
    line-height: 68px;
  }
}

@media (max-width: 767px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-box-area .about-box .about-box-title p {
  padding-left: 20px;
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-box-area .about-box .about-box-title p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-box-area .about-box .about-box-title p {
    padding-left: 100px;
    padding-right: 0;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .about-box-area .about-box .about-box-title p {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 20px;
  }
}

.about-box-area .about-box .shape {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 0;
  height: 0;
  border-top: 50px solid #ff5d22;
  border-right: 50px solid transparent;
}

/*===========================
    6.TOUR css 
===========================*/
.tour-area .row .col-lg-3,
.tour-area .row .col-lg-4,
.tour-area .row .col-lg-8,
.tour-area .row .col-lg-5 {
  padding-left: 10px;
  padding-right: 10px;
}

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

.tour-area .tour-thumb .tour-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 20px solid #ff5d22;
  padding: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tour-area .tour-thumb .tour-overlay {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tour-area .tour-thumb .tour-overlay {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .tour-area .tour-thumb .tour-overlay {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tour-area .tour-thumb .tour-overlay {
    padding: 20px;
    display: block;
  }
}

.tour-area .tour-thumb .tour-overlay span {
  font-weight: 700;
  font-size: 18px;
  color: #ff5d22;
  padding-bottom: 18px;
}

.tour-area .tour-thumb .tour-overlay .title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tour-area .tour-thumb .tour-overlay .title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tour-area .tour-thumb .tour-overlay .title {
    font-size: 42px;
    line-height: 52px;
  }
}

.tour-area .tour-thumb .tour-overlay p {
  padding-right: 25px;
}

.tour-area .tour-thumb img {
  width: 100%;
}

/*===========================
    6.FUN FACTS css 
===========================*/
.fun-facts {
  padding-top: 118px;
  position: relative;
}

.fun-facts .fun-facts-content {
  margin-right: -48px;
}

.fun-facts .fun-facts-content span {
  font-weight: 700;
  color: #ff5d22;
  padding-left: 70px;
  position: relative;
}

.fun-facts .fun-facts-content span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #ff5d22;
}

.fun-facts .fun-facts-content span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #ff5d22;
}

.fun-facts .fun-facts-content .title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fun-facts .fun-facts-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .fun-facts .fun-facts-content .title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-facts .fun-facts-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

.fun-facts .fun-facts-thumb {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  width: 46%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .fun-facts .fun-facts-thumb {
    width: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts .fun-facts-thumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .fun-facts .fun-facts-thumb {
    display: none;
  }
}

.fun-facts-2-area {
  padding-top: 112px;
  padding-bottom: 113px;
}

.fun-facts-2-area .fun-facts-content span {
  padding-left: 70px;
  position: relative;
  font-weight: 700;
  color: #007afa;
}

.fun-facts-2-area .fun-facts-content span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 28px;
  background: #0038a6;
  border-radius: 30px;
}

.fun-facts-2-area .fun-facts-content span::after {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #007bfc;
  border-radius: 30px;
}

.fun-facts-2-area .fun-facts-content .title {
  font-size: 60px;
  line-height: 70px;
  padding-top: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fun-facts-2-area .fun-facts-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content .title {
    font-size: 33px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content .title {
    font-size: 48px;
    line-height: 50px;
  }
}

.fun-facts-2-area .fun-facts-content p {
  font-size: 20px;
  line-height: 32px;
  padding-top: 25px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fun-facts-2-area .fun-facts-content p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content p {
    font-size: 20px;
  }
}

.fun-facts-2-area .fun-facts-thumb {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-2-area .fun-facts-thumb {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .fun-facts-2-area .fun-facts-thumb {
    margin-top: 40px;
    margin-left: 0;
  }
}

.fun-facts-2-area .fun-facts-thumb img {
  width: 100%;
}

.fun-facts-2-area .fun-facts-thumb .item {
  position: absolute;
  right: -90px;
  bottom: -90px;
  z-index: -1;
}

.fun-facts-2-area .fun-facts-thumb .item img {
  width: 180px;
}

.fun-facts-2-area.fun-facts-3-area .fun-facts-content span {
  color: #ff5d22;
}

.fun-facts-2-area.fun-facts-3-area .fun-facts-content span::before {
  background: #ff5d22;
}

.fun-facts-2-area.fun-facts-3-area .fun-facts-content span::after {
  background: #ff5d22;
}

.fun-facts-2-area.fun-facts-3-area .progress-bar-area .circle-item .counter-item span {
  color: #ff5d22;
}

.skills {
  position: relative;
}

.skills .skill-item {
  position: relative;
  margin-bottom: 46px;
}

.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #002776;
  opacity: .8;
  padding-bottom: 10px;
}

.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #ff5e14;
}

.skills .skill-item .skill-header .skill-percentage .count-box {
  font-weight: 500;
  font-size: 15px;
  color: #ff5d22;
  border: 2px solid #daecff;
  border-radius: 30px;
  padding: 0 10px;
}

.skills .skill-item .skill-header .skill-percentage .count-box span {
  font-weight: 500;
  font-size: 15px;
  color: #ff5d22;
}

.skills .skill-item:last-child {
  margin-bottom: 0;
}

.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}

.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-top: 5px solid #eeeff2;
  border-bottom: 5px solid #eeeff2;
  border-radius: 30px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  height: 10px;
  background: #ff5d22;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
  margin-top: -3px;
}

#circle1,
#circle2,
#circle3,
#circle4,
#circle5,
#circle6 {
  transform: rotate(90deg);
}

.circle-item {
  position: relative;
}

.circle-item .counter-item {
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
  display: flex;
}

.circle-item span {
  font-size: 40px;
  font-weight: 700;
  color: #002776;
  width: 100%;
  display: inline-block;
}

.circle-item p {
  color: #002776;
  font-weight: 700;
  padding-top: 18px;
}

/*===========================
    7.BENEFITS css 
===========================*/
.benefits-area {
  padding-top: 114px;
  padding-bottom: 120px;
  position: relative;
}

.benefits-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: rgba(255, 93, 34, 0.9);
}

.benefits-area .benefits-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 19px;
}

.benefits-area .benefits-content .title {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-area .benefits-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .benefits-area .benefits-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .benefits-area .benefits-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}

.benefits-area .benefits-content ul li {
  display: inline-block;
  margin: 0 13px;
}

@media (max-width: 767px) {
  .benefits-area .benefits-content ul li a {
    padding: 0 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .benefits-area .benefits-content ul li a {
    padding: 0 43px;
  }
}

.benefits-area .benefits-content ul li a:hover {
  background: #ff5d22;
  border-color: #fba07d;
}

.benefits-area .benefits-content ul li:last-child a {
  background: #ff5d22;
  border-color: #fba07d;
}

.benefits-area .benefits-content ul li:last-child a:hover {
  background: #002776;
  border-color: #002776;
}

.benefits-area.benefits-3-area::before {
  display: none;
}

.benefits-area.benefits-3-area .benefits-content span {
  color: #002776;
}

.benefits-area.benefits-3-area .benefits-content .title {
  color: #002776;
}

.benefits-area.benefits-3-area .benefits-content ul li a {
  background: #ff5d22;
  color: #fff;
  border-color: #ff5d22;
}

.benefits-area.benefits-3-area .benefits-content ul li a:hover {
  background-color: transparent;
  color: #002776;
  border-color: #c8e0ff;
}

.benefits-area.benefits-3-area .benefits-content ul li a.main-btn-2 {
  background-color: transparent;
  color: #002776;
  border-color: #c8e0ff;
}

.benefits-area.benefits-3-area .benefits-content ul li a.main-btn-2:hover {
  background: #ff5d22;
  color: #fff;
  border-color: #ff5d22;
}

/*===========================
    8.PRICING css 
===========================*/
.pricing-area {
  padding-top: 114px;
  padding-bottom: 120px;
  background: #f2faff;
}

.pricing-area .section-title {
  padding-bottom: 73px;
}

.pricing-area .pricing-item {
  padding-bottom: 70px;
  padding-top: 65px;
  padding: 65px 60px 70px;
}

.pricing-area .pricing-item>span {
  color: #002776;
  font-weight: 700;
  padding-bottom: 25px;
}

.pricing-area .pricing-item .title {
  font-size: 80px;
}

.pricing-area .pricing-item .title span {
  font-size: 16px;
}

.pricing-area .pricing-item p {
  font-size: 14px;
  font-weight: 700;
  color: #ff5d22;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -13px;
  margin-bottom: 14px;
}

.pricing-area .pricing-item ul li {
  line-height: 65px;
  border-bottom: 1px solid #daecff;
}

.pricing-area .pricing-item ul li:last-child {
  border-bottom: 0;
}

.pricing-area .pricing-item a {
  margin-top: 24px;
}

.pricing-area .pricing-item.center {
  position: relative;
}

.pricing-area .pricing-item.center::before {
  position: absolute;
  content: 'Best Value With Get 50% Off';
  left: 0;
  top: -40px;
  height: 40px;
  width: 100%;
  background: #ff5d22;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area .pricing-item.item {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .pricing-area .pricing-item.item {
    margin-top: 75px;
  }
}

.pricing-area.pricing-page {
  padding-top: 128px;
  background-color: transparent;
}

.pricing-area.pricing-page .pricing-item {
  border: 2px solid #eef1f7;
}

/*===========================
    8.OUR PLACE css 
===========================*/
.our-place-area {
  background: #002776;
  position: relative;
}

.our-place-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/place-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .our-place-area::before {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our-place-area::before {
    width: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-place-area::before {
    width: 0;
  }
}

@media (max-width: 767px) {
  .our-place-area::before {
    width: 0;
  }
}

.our-place-area .our-place-item .our-place-content {
  width: 960px;
  background: #002776;
  padding: 115px 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-place-area .our-place-item .our-place-content {
    padding: 115px 40px;
    width: 755px;
  }
}

@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content {
    padding: 115px 10px;
    width: 310px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content {
    padding: 115px 20px;
    width: 565px;
  }
}

.our-place-area .our-place-item .our-place-content .plans-item-slide .slick-center .our-place-item {
  border-color: #ff5d22;
  position: relative;
  margin-bottom: 20px;
}

.our-place-area .our-place-item .our-place-content .plans-item-slide .slick-center .our-place-item::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%) rotate(45deg);
  height: 30px;
  width: 30px;
  border: 2px solid #ff5d22;
  background: #002776;
  border-left: 0;
  border-top: 0;
}

.our-place-area .our-place-item .our-place-content>span {
  color: #ff5d22;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
}

.our-place-area .our-place-item .our-place-content>span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 17px;
  background: #ff5d22;
  border-radius: 30px;
}

.our-place-area .our-place-item .our-place-content>span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  background: #ff5d22;
  border-radius: 30px;
}

.our-place-area .our-place-item .our-place-content .title {
  color: #fff;
  font-size: 60px;
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .title {
    font-size: 38px;
  }
}

.our-place-area .our-place-item .our-place-content .our-place-text {
  padding-top: 40px;
}

.our-place-area .our-place-item .our-place-content .our-place-text p {
  color: #a2b6de;
  line-height: 28px;
  padding: 0 40px 0;
}

@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .our-place-text p {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .our-place-text p {
    padding: 0 40px 0;
  }
}

.our-place-area .our-place-item .our-place-item {
  border: 2px solid #244da1;
}

.our-place-area .our-place-item .our-place-item i {
  color: #ff5d22;
  font-size: 60px;
  padding-top: 48px;
}

.our-place-area .our-place-item .our-place-item span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 14px;
}

/*===========================
    9.NEWS css 
===========================*/
.news-area {
  padding-top: 114px;
  padding-bottom: 120px;
}

.news-area .section-title .title::before {
  content: 'News';
}

.news-area .news-item .news-thumb {
  overflow: hidden;
}

.news-area .news-item .news-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.news-area .news-item .news-content {
  position: relative;
}

.news-area .news-item .news-content ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #28586b;
}

.news-area .news-item .news-content ul li i {
  padding-right: 6px;
  color: #ff5d22;
}

.news-area .news-item .news-content ul li:first-child {
  margin-right: 28px;
}

.news-area .news-item .news-content .title {
  font-size: 24px;
  line-height: 34px;
  padding-top: 5px;
  padding-bottom: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-area .news-item .news-content .title {
    font-size: 19px;
  }
}

.news-area .news-item .news-content>a {
  font-size: 14px;
  font-weight: 700;
  color: #28586b;
  line-height: 34px;
  text-transform: uppercase;
  padding-right: 30px;
  border-bottom: 2px solid #daecff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.news-area .news-item .news-content span {
  position: absolute;
  top: -20px;
  right: 10px;
  background: #ff5d22;
  color: #fff;
  padding: 0 24px;
  line-height: 40px;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.3);
  font-size: 14px;
  font-weight: 700;
}

.news-area .news-item:hover .news-thumb img {
  transform: scale(1.1);
}

.news-area .news-item:hover .news-content a {
  color: #ff5d22;
  border-color: #ff5d22;
}

.news-area.event-news {
  background: #f2faff;
}

.news-area.event-news .news-item .news-content {
  position: relative;
}

.news-area.event-news .news-item .news-content .title {
  font-size: 24px;
  line-height: 34px;
  padding-top: 10px;
}

.news-area.event-news .news-item .news-content .title a {
  color: #001219;
}

.news-area.event-news .news-item .news-content .date-box {
  position: absolute;
  right: 0;
  top: -26px;
  background: #ff5d22;
  height: 80px;
  width: 70px;
}

.news-area.event-news .news-item .news-content .date-box h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.news-area.event-news .news-item .news-content .date-box b {
  background: #ee4000;
  color: #fff;
  display: block;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}

.news-feeds-area .section-title span {
  color: #007afa;
}

.news-feeds-area .section-title .title::before {
  content: 'News';
}

.news-feeds-area .news-feeds-item {
  position: relative;
}

.news-feeds-area .news-feeds-item img {
  width: 100%;
}

.news-feeds-area .news-feeds-item .news-feeds-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #00d2ff 25%, #0036a4 100%);
  padding-left: 60px;
  padding-top: 75px;
  padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay {
    padding-left: 20px;
    padding-top: 45px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay {
    padding-left: 60px;
    padding-top: 75px;
    padding-right: 40px;
  }
}

.news-feeds-area .news-feeds-item .news-feeds-overlay ul li {
  display: inline-block;
  color: #fff;
}

@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay ul li {
    font-size: 15px;
  }
}

.news-feeds-area .news-feeds-item .news-feeds-overlay ul li i {
  padding-right: 5px;
}

.news-feeds-area .news-feeds-item .news-feeds-overlay ul li:last-child {
  margin-left: 27px;
}

@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay ul li:last-child {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay ul li:last-child {
    margin-left: 27px;
  }
}

.news-feeds-area .news-feeds-item .news-feeds-overlay .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  padding-top: 17px;
}

@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay .title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay .title {
    font-size: 24px;
  }
}

.news-feeds-area .news-feeds-item .news-feeds-overlay a {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.news-feeds-area .news-feeds-item.item-2 .news-feeds-overlay {
  background: #002776;
}

.news-feeds-area .news-feeds-item.item-3 .news-feeds-overlay {
  background: #007afa;
}

/*===========================
    10.FOOTER css 
===========================*/
.footer-area {
  background: #002776;
  padding-top: 170px;
  padding-bottom: 105px;
}

.footer-area .footer-item p {
  color: #a8c5d5;
  padding-right: 35px;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-area .footer-item p {
    padding-right: 0;
  }
}

.footer-area .footer-item a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-area .footer-item a i {
  padding-right: 6px;
}

.footer-area .footer-item-2 {
  padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-item-2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-item-2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-area .footer-item-2 {
    padding-left: 0;
  }
}

.footer-area .footer-item-2 .footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 18px;
}

.footer-area .footer-item-2 ul>li {
  display: inline-block;
}

.footer-area .footer-item-2 ul>li ul li {
  display: block;
  padding-left: 0 !important;
}

.footer-area .footer-item-2 ul>li ul li a {
  color: #a8c5d5;
  line-height: 50px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-area .footer-item-2 ul>li ul li a span {
  color: #002776;
}

.footer-area .footer-item-2 ul>li ul li a:hover {
  color: #ff5d22;
}

.footer-area .footer-item-2 ul>li:last-child {
  padding-left: 65px;
}

@media (max-width: 767px) {
  .footer-area .footer-item-2 ul>li:last-child {
    padding-left: 50px;
  }
}

.footer-area .footer-item-3 .footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 18px;
}

.footer-area .footer-item-3 ul {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.footer-area .footer-item-3 ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-area .footer-item-3 ul li a {
  height: 100%;
}

.footer-area .footer-item-3 ul li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.footer-area.footer-3-area {
  padding-top: 90px;
}

.call-area {
  margin-bottom: -80px;
}

.call-area .call-item {
  background: #ff5d22;
  position: relative;
  height: 160px;
  z-index: 10;
}

.call-area .call-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 545px;
  background-image: url(../images/call-bg.jpg);
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-area .call-item::before {
    width: 437px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-area .call-item::before {
    width: 0;
  }
}

@media (max-width: 767px) {
  .call-area .call-item::before {
    width: 0;
  }
}

.call-area .call-item i {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  color: #ff5d22;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-area .call-item i {
    display: none;
  }
}

@media (max-width: 767px) {
  .call-area .call-item i {
    display: none;
  }
}

.call-area .call-item .call-content {
  padding-top: 30px;
  padding-left: 33px;
}

.call-area .call-item .call-content span {
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .call-area .call-item .call-content span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-area .call-item .call-content span {
    font-size: 15px;
  }
}

.call-area .call-item .call-content .title {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  .call-area .call-item .call-content .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-area .call-item .call-content .title {
    font-size: 40px;
  }
}

.call-area.call-booking {
  background: #f2faff;
}

.footer-2-area {
  background: #001a4e;
  padding-bottom: 120px;
}

.footer-2-area .footer-content p {
  color: #bfd8e0;
  font-size: 30px;
  line-height: 42px;
  padding: 47px 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2-area .footer-content p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .footer-2-area .footer-content p {
    font-size: 15px;
    line-height: 28px;
    padding: 47px 0 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2-area .footer-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer-2-area .footer-content-item {
  position: relative;
  padding-top: 120px;
}

.footer-2-area .footer-content-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background-image: url(../images/footer-text.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-2-area .footer-copyright {
  border-top: 2px solid #2b4a85;
  margin-top: 75px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .footer-2-area .footer-copyright {
    text-align: center;
  }
}

.footer-2-area .footer-copyright ul li {
  display: inline-block;
}

.footer-2-area .footer-copyright ul li a {
  height: 60px;
  width: 60px;
  background: #0a265d;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #bfd8e0;
  margin-right: 17px;
  position: relative;
  z-index: 5;
}

.footer-2-area .footer-copyright ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(100deg, #0036a4 30%, #00d2ff 100%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-2-area .footer-copyright ul li a:hover::before {
  opacity: 1;
}

.footer-2-area .footer-copyright p {
  color: #bfd8e0;
}

@media (max-width: 767px) {
  .footer-2-area .footer-copyright p {
    margin-top: 30px;
  }
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999;
}

.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #ff5d22;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 50%;
}

.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top-area .go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ff5d22;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 50%;
}

.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
  color: #fff;
}

.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 20px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}

.go-top-wrap {
  position: relative;
}

.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #ff5d22;
}

.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #ff5d22;
  border-radius: 50%;
}

.go-top-wrap .go-top-btn:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*===========================
    11.FACILITIES css 
===========================*/
.facilities-area {
  padding-top: 113px;
  background: #f2f8ff;
  padding-bottom: 112px;
}

.facilities-area .section-title span {
  color: #007afa;
}

.facilities-area .section-title .title::before {
  content: 'Facilities';
}

.facilities-area .facilities-item {
  position: relative;
  padding-left: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item {
    padding-left: 80px;
  }
}

.facilities-area .facilities-item i {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 84, 255, 0.1);
  font-size: 36px;
  color: #007af0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facilities-area .facilities-item p {
    font-size: 14px;
  }
}

.facilities-area .facilities-item .title {
  font-size: 24px;
  color: #002776;
  padding-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facilities-area .facilities-item .title {
    font-size: 22px;
  }
}

.facilities-area .facilities-item:hover i {
  background: #007af0;
  color: #fff;
  transform: rotateX(360deg);
}

.facilities-area.facilities-3-area .section-title span {
  color: #ff5d22;
}

.facilities-area.facilities-3-area .facilities-item i {
  color: #ff5d22;
}

.facilities-area.facilities-3-area .facilities-item:hover i {
  color: #fff;
  background: #ff5d22;
}

.play-area {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .play-area {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .play-area {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.play-area .play-main {
  height: 750px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .play-area .play-main {
    height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-main {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .play-area .play-main {
    height: 400px;
  }
}

.play-area .play-main .play-item {
  height: 100%;
  width: 100%;
  position: relative;
}

.play-area .play-main .play-item a {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 88px;
  border: 6px solid #476578;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}

/*===========================
    12.SATISFIED css 
===========================*/
.satisfied-area .satisfied-item {
  position: relative;
  overflow: hidden;
}

.satisfied-area .satisfied-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.satisfied-area .satisfied-item .satisfied-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(0, 54, 164, 0.9) 0%, rgba(0, 210, 255, 0.9) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 54, 164, 0.9) 0%, rgba(0, 210, 255, 0.9) 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(0, 54, 164, 0.9) 0%, rgba(0, 210, 255, 0.9) 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.satisfied-area .satisfied-item .satisfied-overlay .satisfied-content .title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .satisfied-area .satisfied-item .satisfied-overlay .satisfied-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}

.satisfied-area .satisfied-item .satisfied-overlay .satisfied-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}

.satisfied-area .satisfied-item .satisfied-overlay .satisfied-content a {
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0 46px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
}

.satisfied-area .satisfied-item:hover img {
  transform: scale(1.1);
}

.satisfied-area .satisfied-item:hover .satisfied-overlay {
  opacity: 1;
}

.overley {
  opacity: 0.902;
  position: absolute;
  left: 768px;
  top: 4551px;
  width: 384px;
  height: 384px;
  z-index: 174;
}

/*===========================
    13.BECOME MEMBER css 
===========================*/
.become-member-area .become-member-items-1 {
  height: 515px;
  position: relative;
  z-index: 10;
  justify-content: center;
}

.become-member-area .become-member-items-1::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 54, 164, 0.9) 0%, rgba(0, 126, 255, 0.9) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 54, 164, 0.9) 0%, rgba(0, 126, 255, 0.9) 100%);
  background-image: linear-gradient(to top, rgba(0, 54, 164, 0.9) 0%, rgba(0, 126, 255, 0.9) 100%);
  z-index: -1;
}

.become-member-area .become-member-items-1 .become-member-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}

.become-member-area .become-member-items-1 .become-member-content .title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 46px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 42px;
    line-height: 48px;
  }
}

.become-member-area .become-member-items-1 .become-member-content ul li {
  display: inline-block;
  margin: 0 13px;
}

.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn {
  background: #002776;
  border: 2px solid #002776;
}

.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn:hover {
  background-color: transparent;
  border-color: #3588f1;
}

.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
  background-color: transparent;
  border-color: #3588f1;
}

@media (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
    margin-top: 0px;
  }
}

.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2:hover {
  background: #002776;
  border: 2px solid #002776;
}

.become-member-area .become-member-items-2 {
  height: 515px;
  position: relative;
  z-index: 10;
}

.become-member-area .become-member-items-2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 28, 72, 0.9);
  z-index: -1;
}

.become-member-area .become-member-items-2 .become-member-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}

.become-member-area .become-member-items-2 .become-member-content .title {
  font-size: 50px;
  color: #fff;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .become-member-area .become-member-items-2 .become-member-content .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .become-member-area .become-member-items-2 .become-member-content .title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-member-area .become-member-items-2 .become-member-content .title {
    font-size: 50px;
  }
}

.become-member-area .become-member-items-2 .become-member-content .input-box {
  padding-bottom: 20px;
}

.become-member-area .become-member-items-2 .become-member-content .input-box input {
  width: 530px;
  background-color: transparent;
  border-radius: 50px;
  border: 4px solid #193f7b;
  line-height: 80px;
  padding-left: 36px;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .become-member-area .become-member-items-2 .become-member-content .input-box input {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .become-member-area .become-member-items-2 .become-member-content .input-box input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .become-member-area .become-member-items-2 .become-member-content .input-box input {
    width: 100%;
    line-height: 60px;
  }
}

.become-member-area .become-member-items-2 .become-member-content .input-box input::placeholder {
  opacity: 1;
}

.become-member-area.become-member-3-area .become-member-items-1::before {
  background: rgba(255, 93, 34, 0.9);
}

.become-member-area.become-member-3-area .become-member-items-1 .become-member-content ul li .main-btn:hover {
  border-color: #fff;
  color: #fff;
}

.become-member-area.become-member-3-area .become-member-items-1 .become-member-content ul li .main-btn.main-btn-2 {
  border-color: #fff;
  color: #fff;
}

.become-member-area.become-member-3-area .become-member-items-2 .become-member-content a {
  background: #ff5d22;
  border: 2px solid #ff5d22;
}

.become-member-area.become-member-3-area .become-member-items-2 .become-member-content a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/*===========================
    14.PROCESS css 
===========================*/
.process-area {
  background: #f2f8ff;
  padding-top: 112px;
  padding-bottom: 130px;
}

.process-area .section-title {
  padding-bottom: 63px;
}

.process-area .section-title span {
  color: #007afa;
}

.process-area .section-title .title::before {
  content: 'Process';
}

.process-area .process-item {
  padding-bottom: 50px;
  padding-top: 70px;
  position: relative;
}

.process-area .process-item span {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #0036a4 0%, #007eff 100%);
  background-image: -webkit-linear-gradient(0deg, #0036a4 0%, #007eff 100%);
  background-image: -ms-linear-gradient(0deg, #0036a4 0%, #007eff 100%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}

.process-area .process-item .title {
  font-size: 24px;
}

.process-area .process-item p {
  padding: 15px 45px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-area .process-item p {
    padding: 15px 30px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-area .process-item p {
    padding: 15px 65px 35px;
  }
}

.process-area .process-item i {
  font-size: 80px;
  color: #d9e8ee;
}

.process-3-area .process-thumb {
  margin-left: -80px;
  margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-3-area .process-thumb {
    margin-left: 0;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-3-area .process-thumb {
    margin-left: 0;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .process-3-area .process-thumb {
    margin-left: 0;
    margin-right: 0px;
  }
}

.process-3-area .process-thumb>img {
  width: 100%;
}

.process-3-area .process-thumb .about-shape {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 130px;
  background: #ff5d22;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 93, 34, 0.4);
  -moz-box-shadow: 0px 20px 40px 0px rgba(255, 93, 34, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(255, 93, 34, 0.4);
}

@media (max-width: 767px) {
  .process-3-area .process-thumb .about-shape {
    right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-thumb .about-shape {
    right: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-3-area .process-content {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .process-3-area .process-content {
    margin-top: 40px;
  }
}

.process-3-area .process-content .process-title>span {
  color: #ff5d22;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
}

.process-3-area .process-content .process-title>span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 17px;
  background: #ff5d22;
  border-radius: 30px;
}

.process-3-area .process-content .process-title>span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  background: #ff5d22;
  border-radius: 30px;
}

.process-3-area .process-content .process-title .title {
  font-size: 60px;
  color: #002776;
  padding-bottom: 35px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .process-3-area .process-content .process-title .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-content .process-title .title {
    font-size: 60px;
  }
}

.process-3-area .process-content .item {
  padding-left: 120px;
  position: relative;
}

@media (max-width: 767px) {
  .process-3-area .process-content .item {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-content .item {
    padding-left: 120px;
  }
}

.process-3-area .process-content .item .title {
  font-size: 30px;
}

@media (max-width: 767px) {
  .process-3-area .process-content .item .title {
    font-size: 28px;
  }
}

.process-3-area .process-content .item p {
  padding-right: 10px;
}

.process-3-area .process-content .item span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  color: #fff;
  line-height: 75px;
  text-shadow: 2px 2px 0 #ff5d22, 2px -2px 0 #ff5d22, -2px 2px 0 #ff5d22, -2px -2px 0 #ff5d22, 2px 0px 0 #ff5d22, 0px 2px 0 #ff5d22, -2px 0px 0 #ff5d22, 0px -2px 0 #ff5d22, 2px 2px 5px rgba(206, 89, 55, 0);
}

@media (max-width: 767px) {
  .process-3-area .process-content .item span {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-content .item span {
    font-size: 80px;
  }
}

/*===========================
    15.TEAM css 
===========================*/
.team-area .team-item {
  position: relative;
}

.team-area .team-item img {
  width: 100%;
}

.team-area .team-item .team-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, #002776 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area .team-item .team-overlay::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 14px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area .team-item .team-overlay .team-info {
  position: absolute;
  left: 35px;
  bottom: 35px;
}

.team-area .team-item .team-overlay .team-info .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area .team-item .team-overlay .team-info .title {
    font-size: 24px;
  }
}

.team-area .team-item .team-overlay .team-info span {
  font-weight: 700;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 15px;
}

.team-area .team-item .team-overlay .team-info i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #ddd;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.team-area .team-item:hover .team-overlay {
  background: rgba(0, 39, 118, 0.94);
}

.team-area .team-item:hover .team-overlay::before {
  border: 14px solid #0c80f9;
}

.team-area .team-item:hover .team-overlay .team-info i {
  background: #0c80f9;
  border-color: #0c80f9;
}

.team-page-area .team-item {
  position: relative;
}

.team-page-area .team-item .team-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 100px;
  width: 90%;
  background: #fff;
}

@media (max-width: 767px) {
  .team-page-area .team-item .team-overlay {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-page-area .team-item .team-overlay {
    padding-left: 40px;
  }
}

.team-page-area .team-item .team-overlay::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 100%;
  width: 6px;
  background: #0037a5;
}

.team-page-area .team-item .team-overlay .item .title {
  font-size: 24px;
  font-weight: 700;
  color: #001219;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-page-area .team-item .team-overlay .item .title {
    font-size: 22px;
  }
}

.team-page-area .team-item .team-overlay .item span {
  font-size: 14px;
  font-weight: 700;
  color: #ff5d22;
}

.team-page-area .team-item img {
  width: 100%;
}

/*===========================
    16.EVENT css 
===========================*/
.event-area {
  background: #f2faff;
  padding-top: 114px;
  padding-bottom: 240px;
}

.event-area .section-title .title::before {
  content: 'Events';
}

.event-area .event-item {
  padding: 64px 60px;
  background: #002776;
}

@media (max-width: 767px) {
  .event-area .event-item {
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-area .event-item {
    padding: 64px 60px;
  }
}

.event-area .event-item .event-title span {
  color: #fff;
}

.event-area .event-item .event-title .title {
  color: #fff;
  font-size: 50px;
  padding-bottom: 5px;
}

.event-area .event-item .item {
  border-bottom: 1px solid #1a3d84;
  padding-bottom: 22px;
  padding-top: 21px;
}

.event-area .event-item .item span {
  font-size: 14px;
  color: #8da2cc;
  padding-bottom: 11px;
}

.event-area .event-item .item .title {
  font-size: 24px;
  color: #fff;
}

.event-area .event-item .item.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.event-area .event-item.item-2 {
  background: #ff5d22;
}

.event-area .event-item.item-2 .item {
  border-bottom-color: #ff6e39;
}

.event-area .event-item.item-2 .item span {
  color: #fff;
}

.event-area .event-item.item-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  z-index: 5;
}

.event-area .event-item.item-3::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 25, 77, 0.9);
}

.event-area.event-page {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 120px;
}

.play-3-area {
  position: relative;
  margin-top: -120px;
}

.play-3-area .play-item {
  height: 650px;
  position: relative;
}

@media (max-width: 767px) {
  .play-3-area .play-item {
    height: 400px;
  }
}

.play-3-area .play-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background: #ff5d22;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.event-item-area .event-item-box {
  padding: 18px;
  border: 2px solid #d1ddf2;
}

.event-item-area .event-item-box .event-item-thumb {
  position: relative;
}

.event-item-area .event-item-box .event-item-thumb .event-item-overlay {
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 93, 34, 0.8);
}

.event-item-area .event-item-box .event-item-thumb .event-item-overlay .item span {
  color: #fff;
  font-weight: 700;
}

.event-item-area .event-item-box .event-item-thumb .event-item-overlay .item .title {
  color: #fff;
  font-size: 40px;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-thumb .event-item-overlay .item .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-thumb .event-item-overlay .item .title {
    font-size: 40px;
  }
}

.event-item-area .event-item-box .event-item-thumb img {
  width: 100%;
}

.event-item-area .event-item-box .event-item-content {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-right: 55px;
}

@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content {
    margin-right: 0px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content {
    margin-right: 30px;
    padding-left: 0;
  }
}

.event-item-area .event-item-box .event-item-content>.title {
  font-size: 36px;
  line-height: 70px;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-item-area .event-item-box .event-item-content>.title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content>.title {
    font-size: 27px;
    line-height: 37px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content>.title {
    padding-top: 0px;
  }
}

.event-item-area .event-item-box .event-item-content p {
  padding-bottom: 30px;
}

.event-item-area .event-item-box .event-item-content .about-info {
  position: relative;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content .about-info {
    padding-left: 80px;
  }
}

.event-item-area .event-item-box .event-item-content .about-info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.event-item-area .event-item-box .event-item-content .about-info .title {
  font-size: 24px;
}

.event-item-area .event-item-box .event-item-content .about-info span {
  font-weight: 700;
  color: #007afa;
  padding-top: 3px;
}

.event-item-area .event-item-box .event-item-content .about-info a {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  color: #28586b;
  border: 2px solid #d1ddf2;
  line-height: 60px;
  padding: 0 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-item-area .event-item-box .event-item-content .about-info a {
    right: -50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content .about-info a {
    right: -35px;
    line-height: 50px;
    padding: 0 30px;
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content .about-info a {
    right: -35px;
    line-height: 50px;
    padding: 0 30px;
    display: block;
  }
}

.event-item-area .event-item-box .event-item-content .about-info a:hover {
  background: #ff5d22;
  color: #fff;
  border-color: #ff5d22;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.2);
}

.event-details-area .event-details-sidebar .event-sidebar-box {
  background: #002776;
  padding: 35px 50px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-sidebar .event-sidebar-box {
    padding: 35px 30px 30px;
  }
}

@media (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box {
    padding: 35px 15px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box {
    padding: 35px 50px 30px;
  }
}

.event-details-area .event-details-sidebar .event-sidebar-box .event-title {
  margin-bottom: 19px;
}

.event-details-area .event-details-sidebar .event-sidebar-box .event-title .title {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.event-details-area .event-details-sidebar .event-sidebar-box .event-title .title::before {
  position: absolute;
  content: '';
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background: #ff5d22;
}

.event-details-area .event-details-sidebar .event-sidebar-box .event-title .title::after {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background: #ff5d22;
}

.event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
  color: #aad0e0;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    font-size: 16px;
  }
}

.event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li span {
  font-weight: 600;
  color: #fff;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-2 {
  background: #f1f6ff;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-title .title {
  color: #002776;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-sidebar-content ul li {
  color: #28586b;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-sidebar-content ul li span {
  color: #002776;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-3 {
  padding: 0;
  position: relative;
  text-align: center;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-3 img {
  width: 100%;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-3 .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  width: 100%;
}

.event-details-area .event-details-sidebar .event-sidebar-box.item-3 .title span {
  font-weight: 400;
}

.event-details-area .event-details-item .event-details-thumb img {
  width: 100%;
}

.event-details-area .event-details-item .event-details-heading {
  margin-left: 50px;
  margin-right: 50px;
  background: #fff;
  position: relative;
  margin-top: -40px;
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.06);
  padding: 40px 40px 35px;
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading {
    padding: 40px 40px 35px;
  }
}

.event-details-area .event-details-item .event-details-heading ul li {
  display: inline-block;
  background: #ffe4da;
  line-height: 30px;
  padding: 0 16px;
  border-radius: 30px;
  color: #ff5d22;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading ul li {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading ul li {
    padding: 0 16px;
  }
}

.event-details-area .event-details-item .event-details-heading .title {
  font-size: 30px;
  padding-top: 13px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 30px;
  }
}

.event-details-area .event-details-item .event-details-text {
  margin-left: 50px;
  margin-right: 48px;
  margin-top: 41px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-text {
    margin-left: 0;
    margin-right: 0;
  }
}

.event-details-area .event-details-item .event-details-thumbs {
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-thumbs {
    margin-left: 0;
    margin-right: 0;
  }
}

.event-details-area .event-details-item .event-details-thumbs .thumb img {
  width: 100%;
}

.event-details-area .event-details-item .event-details-info {
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.06);
  margin-top: 90px;
  padding: 0 105px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-item .event-details-info {
    padding: 0 35px 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-area .event-details-item .event-details-info {
    padding: 0 70px 35px;
  }
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-info {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-info {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 35px;
  }
}

.event-details-area .event-details-item .event-details-info .thumb {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  background: #ff5d22;
  position: relative;
  margin-top: -40px;
}

.event-details-area .event-details-item .event-details-info .title {
  font-size: 24px;
  color: #002776;
  padding-top: 13px;
}

@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-info p {
    font-size: 15px;
  }
}

.event-details-area .event-details-item .event-details-info span {
  font-size: 14px;
  font-weight: 700;
  color: #ff5d22;
  padding-top: 2px;
  padding-bottom: 14px;
}

/*===========================
    18.FEEDBACK css 
===========================*/
.feedback-area .feedback-content span {
  color: #ff5d22;
  font-weight: 700;
}

.feedback-area .feedback-content .title {
  font-size: 60px;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .feedback-area .feedback-content .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feedback-area .feedback-content .title {
    font-size: 60px;
  }
}

.feedback-area .feedback-content p {
  padding-right: 24px;
  padding-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area .feedback-content p {
    padding-right: 0;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-content p {
    padding-right: 0;
  }
}

.feedback-area .feedback-item {
  border: 2px solid #d7e6f0;
  padding: 30px 38px 38px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area .feedback-item {
    padding: 30px 20px 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-item {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .feedback-area .feedback-item {
    margin-top: 30px;
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feedback-area .feedback-item {
    padding: 30px 38px 38px;
  }
}

.feedback-area .feedback-item::before {
  position: absolute;
  content: '01';
  right: 15px;
  bottom: 15px;
  font-size: 140px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  text-shadow: 2px 2px 0 #e1ecf4, 2px -2px 0 #e1ecf4, -2px 2px 0 #e1ecf4, -2px -2px 0 #e1ecf4, 2px 0px 0 #e1ecf4, 0px 2px 0 #e1ecf4, -2px 0px 0 #e1ecf4, 0px -2px 0 #e1ecf4, 2px 2px 5px rgba(206, 89, 55, 0);
}

.feedback-area .feedback-item p {
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.feedback-area .feedback-item .item {
  position: relative;
  padding-left: 75px;
  margin-top: 21px;
  margin-bottom: 6px;
}

.feedback-area .feedback-item .item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-area .feedback-item .item .title {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area .feedback-item .item .title {
    font-size: 16px;
  }
}

.feedback-area .feedback-item .item span {
  font-size: 14px;
  font-weight: 700;
  color: #ff5d22;
  padding-top: 2px;
}

.feedback-area .feedback-item.item-2::before {
  content: '02';
}

.feedback-area .feedback-item.item-3::before {
  content: '03';
}

.feedback-area .feedback-item:hover {
  background: #002776;
  border-color: #002776;
}

.feedback-area .feedback-item:hover::before {
  color: #002776;
  text-shadow: 2px 2px 0 #1e4491, 2px -2px 0 #1e4491, -2px 2px 0 #1e4491, -2px -2px 0 #1e4491, 2px 0px 0 #1e4491, 0px 2px 0 #1e4491, -2px 0px 0 #1e4491, 0px -2px 0 #1e4491, 2px 2px 5px rgba(206, 89, 55, 0);
}

.feedback-area .feedback-item:hover p {
  color: #fff;
}

.feedback-area .feedback-item:hover .item .title {
  color: #fff;
}

/*===========================
    19.OFFICES css 
===========================*/
.offices-area .offices-thumb {
  margin-right: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-area .offices-thumb {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offices-area .offices-thumb {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .offices-area .offices-thumb {
    margin-right: 0;
  }
}

.offices-area .offices-thumb img {
  width: 100%;
}

.offices-area .offices-content {
  margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-area .offices-content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offices-area .offices-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .offices-area .offices-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

.offices-area .offices-content>span {
  font-weight: 700;
  color: #ff5d22;
  padding-left: 70px;
  position: relative;
}

.offices-area .offices-content>span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #ff5d22;
}

.offices-area .offices-content>span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #ff5d22;
}

.offices-area .offices-content>.title {
  font-size: 60px;
  line-height: 70px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-area .offices-content>.title {
    font-size: 56px;
    line-height: 66px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offices-area .offices-content>.title {
    padding-right: 55px;
  }
}

@media (max-width: 767px) {
  .offices-area .offices-content>.title {
    padding-right: 0px;
    font-size: 34px;
    line-height: 44px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offices-area .offices-content>.title {
    font-size: 60px;
    line-height: 70px;
  }
}

.offices-area .offices-content .about-info {
  position: relative;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .offices-area .offices-content .about-info {
    padding-left: 80px;
  }
}

.offices-area .offices-content .about-info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.offices-area .offices-content .about-info .title {
  font-size: 24px;
}

.offices-area .offices-content .about-info span {
  font-weight: 700;
  color: #ff5d22;
  padding-top: 3px;
}

.floor-plan-area {
  background: #f2faff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.floor-plan-area .floor-plan-title {
  padding-bottom: 98px;
}

.floor-plan-area .floor-plan-title .title-item>span {
  font-weight: 700;
  color: #ff5d22;
  padding-left: 70px;
  position: relative;
}

.floor-plan-area .floor-plan-title .title-item>span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #ff5d22;
}

.floor-plan-area .floor-plan-title .title-item>span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #ff5d22;
}

.floor-plan-area .floor-plan-title .title-item .title {
  font-size: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-plan-title .title-item .title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .floor-plan-area .floor-plan-title .title-item .title {
    font-size: 46px;
  }
}

.floor-plan-area .floor-plan-title .tabs-btn .nav {
  background: #fff;
  margin-bottom: 0 !important;
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav {
    margin-top: 30px;
  }
}

.floor-plan-area .floor-plan-title .tabs-btn .nav li {
  display: inline-block;
}

.floor-plan-area .floor-plan-title .tabs-btn .nav li a {
  padding: 0;
  font-weight: 700;
  color: #002776;
  line-height: 50px;
  padding: 0 32px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav li a {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav li a {
    padding: 0 32px;
  }
}

.floor-plan-area .floor-plan-title .tabs-btn .nav li a.active {
  background: #ff5d22;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.3);
}

.floor-plan-area .floor-plan-list {
  background: #fff;
  padding: 60px 40px;
  box-shadow: 0px 8px 16px 0px rgba(159, 197, 221, 0.3);
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.floor-plan-area .floor-plan-list img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}

.floor-plan-area .floor-plan-list ul li {
  font-size: 26px;
  line-height: 50px;
  color: #002776;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-plan-list ul li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .floor-plan-area .floor-plan-list ul li {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .floor-plan-area .floor-plan-list ul li {
    font-size: 26px;
  }
}

.floor-plan-area .floor-plan-list ul li i {
  color: #ff5d22;
  padding-right: 19px;
}

.floor-plan-area .floor-map {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-map {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floor-plan-area .floor-map {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .floor-plan-area .floor-map {
    margin-left: 0;
  }
}

.floor-plan-area .floor-map img {
  width: 100%;
}

.offices-item-area {
  background: #001c54;
}

.offices-item-area .offices-item {
  border: 2px solid #143473;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.offices-item-area .offices-item i {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ff5d22;
}

.offices-item-area .offices-item a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-left: 90px;
  line-height: 95px;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-item-area .offices-item a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .offices-item-area .offices-item a {
    padding-left: 70px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offices-item-area .offices-item a {
    padding-left: 70px;
    font-size: 18px;
  }
}

.offices-item-area .offices-item span {
  font-size: 80px;
  font-weight: 700;
  color: #001c54;
  text-shadow: 2px 2px 0 #06245f, 2px -2px 0 #06245f, -2px 2px 0 #06245f, -2px -2px 0 #06245f, 2px 0px 0 #06245f, 0px 2px 0 #06245f, -2px 0px 0 #06245f, 0px -2px 0 #06245f, 2px 2px 5px rgba(206, 89, 55, 0);
  position: absolute;
  right: 7px;
  bottom: 0;
  line-height: 73px;
  z-index: -1;
}

.offices-item-area .offices-item:hover {
  border-color: #fff;
}

/*===========================
    20.SERVICES css 
===========================*/
.services-item-area .services-item {
  margin-bottom: 70px;
}

.services-item-area .services-item .title {
  font-size: 30px;
  padding-top: 45px;
}

@media (max-width: 767px) {
  .services-item-area .services-item .title {
    font-size: 26px;
  }
}

.services-item-area .services-item p {
  padding: 11px 20px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-item-area .services-item p {
    padding: 11px 0 35px;
  }
}

@media (max-width: 767px) {
  .services-item-area .services-item p {
    padding: 11px 0 35px;
  }
}

.services-item-area .services-item a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 4px solid #dbeaff;
  text-align: center;
  line-height: 55px;
  color: #002776;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.services-item-area .services-item:hover a {
  background: #ff5d22;
  color: #fff;
  border-color: #ff5d22;
}

/*===========================
    21.SHOWCASE css 
===========================*/
.container-3xl {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}

.showcase-area {
  background: #B8CAB4D1;
}

.showcase-area .showcase-thumb img {
  width: 100%;
  height: 100%;
}

.showcase-area .showcase-item {
  background: #4B09E0;
  padding: 30px 40px;
  width: 100%;
}

@media (min-width: 992px) {
  .showcase-area .showcase-item {
    width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .showcase-area .showcase-item {
    padding: 41px 85px;
  }
}

@media (max-width: 767px) {
  .showcase-area .showcase-item {
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-area .showcase-item {
    padding: 45px;
  }
}

.showcase-area .showcase-item>span {
  font-weight: 700;
  color: #fff;
  padding-left: 70px;
  position: relative;
}

.showcase-area .showcase-item>span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #fff;
}

.showcase-area .showcase-item>span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #fff;
}

.showcase-area .showcase-item .title {
  font-size: 47px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 28px;
}

.showcase-area .showcase-item .title>small {
  font-size: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .showcase-area .showcase-item .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .showcase-area .showcase-item .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-area .showcase-item .title {
    font-size: 60px;
  }
}

.showcase-area .showcase-item ul li {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  display: list-item;
  padding: 0 10px;
}

.showcase-area .showcase-item ul li::marker {
  content: '\2713';
  color: #ffffff7a;
}

@media (min-width: 992px) {
  .showcase-area .showcase-item ul li {
    white-space: nowrap;
  }
}

.showcase-area .showcase-item ul li i {
  font-size: 22px;
  opacity: .2;
  padding-right: 20px;
}

.showcase-area .showcase-item.item-2 {
  background: #ff5d22;
}

.showcase-area .showcase-item.item-3 {
  background: #5200e9;
}

.showcase-area .showcase-banner {
  flex: 1 0 auto;
  flex-basis: 0;
  min-width: 0px;
}

.showcase-area .showcase-images>img {
  object-fit: contain;
}

/*===========================
    22.FAQ css 
===========================*/
.faq-area {
  padding-top: 114px;
  padding-bottom: 87px;
}

.faq-area .section-title .title::before {
  content: 'Ques';
}

.faq-area.faq-page {
  padding-top: 82px;
}

.faq-accordion {
  padding-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .faq-accordion {
    padding-top: 30px;
  }
}

.faq-accordion .accordion {
  border: 2px solid transparent;
}

.faq-accordion .accordion .card {
  border-radius: 0px !important;
  border: 0;
  margin-bottom: 30px;
  background-color: transparent;
  border: 2px solid #eef4f7 !important;
}

.faq-accordion .accordion .card:first-child {
  border-top: 0;
}

.faq-accordion .accordion .card .card-header {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.faq-accordion .accordion .card .card-header a {
  line-height: 70px;
  padding: 0 0 0 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  color: #002776;
  position: relative;
}

.faq-accordion .accordion .card .card-header a span {
  color: #ff5d22;
  padding-right: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a span {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 0 0 0 20px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 15px 0 15px 20px;
    line-height: 26px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 15px 30px 15px 20px;
    line-height: 26px;
    font-size: 14px;
  }
}

.faq-accordion .accordion .card .card-header a i {
  color: #fff;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a i {
    padding-right: 10px;
  }
}

.faq-accordion .accordion .card .card-header a.collapsed {
  font-size: 16px;
  color: #002776;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 15px 0 15px 20px;
    line-height: 26px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 15px 30px 15px 20px;
    line-height: 26px;
    font-size: 14px;
  }
}

.faq-accordion .accordion .card .card-header a.collapsed::before {
  content: '\f067';
  color: #99b1c8;
}

.faq-accordion .accordion .card .card-header a::before {
  position: absolute;
  content: '\f068';
  right: 36px;
  font-size: 16px;
  font-family: 'Font Awesome 5 Pro';
  color: #99b1c8;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a::before {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a::before {
    right: 10px;
  }
}

.faq-accordion .accordion .card .card-body {
  padding: 0 20px 25px 65px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-body {
    padding: 0 10px 25px 65px !important;
  }
}

.faq-accordion .accordion .card .card-body p {
  margin-top: -10px;
  font-size: 14px;
  color: #28586b;
}

.faq-accordion .accordion .card.show .card-body {
  padding: 0 40px 14px 40px !important;
}

.faq-accordion .accordion .card.show .card-body p {
  margin-top: -10px;
  font-size: 14px;
  color: #28586b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion.faq-accordion-2 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .faq-accordion.faq-accordion-2 {
    padding-top: 0;
  }
}

/*===========================
    23.CONTACT css 
===========================*/
.contact-touch-area {
  padding-bottom: 120px;
}

.contact-touch-area .contact-touch-box {
  border: 16px solid #e9f1ff;
  padding: 34px;
}

@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-touch-area .contact-touch-box {
    padding: 34px;
  }
}

.contact-touch-area .contact-touch-box .contact-touch-item {
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-touch-area .contact-touch-box .contact-touch-item {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-touch-item {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title span {
  font-weight: 700;
  color: #ff5d22;
  padding-left: 70px;
  position: relative;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #ff5d22;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #ff5d22;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
  font-size: 60px;
  text-transform: capitalize;
  padding-top: 19px;
  padding-bottom: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
    font-size: 36px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
    font-size: 60px;
    padding-top: 19px;
  }
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box {
  position: relative;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box i {
  position: absolute;
  right: 35px;
  top: 30px;
  font-size: 14px;
  color: #ff5d22;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box input {
  width: 100%;
  border: 2px solid #d1ddf2;
  border-bottom: 0 !important;
  line-height: 70px;
  padding-left: 38px;
  font-size: 14px;
  color: #28586b;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box input::placeholder {
  opacity: 1;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box textarea {
  border: 2px solid #d1ddf2;
  height: 140px;
  padding-left: 38px;
  padding-top: 20px;
  width: 100%;
  resize: none;
  font-size: 14px;
  color: #28586b;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box textarea::placeholder {
  opacity: 1;
}

.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box button {
  margin-top: 18px;
}

.contact-touch-area .contact-touch-box .contact-touch-map iframe {
  width: 100%;
  height: 610px;
}

.contact-us-area {
  position: relative;
  padding-top: 114px;
  padding-bottom: 120px;
}

.contact-us-area::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 480px;
  width: 100%;
  background: #002776;
}

.contact-us-area .section-title .title {
  color: #fff;
}

.contact-us-area .section-title .title::before {
  display: none;
}

.contact-us-area .contact-us-item {
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.1);
  margin-top: 30px;
  padding: 68px 12px 60px;
  /* padding-top: 68px;
  padding-bottom: 60px; */
  background: #fff;
}

.contact-us-area .contact-us-item>i {
  font-size: 70px;
  color: #ff5d22;
}

.contact-us-area .contact-us-item .title {
  font-size: 30px;
  text-transform: capitalize;
  padding-top: 33px;
  padding-bottom: 14px;
}

.contact-us-area .contact-us-item ul li {
  line-height: 28px;
}

.contact-us-area .contact-us-item a.icon-bottom {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  /* text-align: center; */
  line-height: 55px;
  border: 4px solid #dbeaff;
  border-radius: 50%;
  font-size: 20px;
  color: #002776;
  margin-top: -16px;
}

/*===========================
    24.GALLERY css 
===========================*/
.gallery-area .tab-btns {
  border-bottom: 1px solid #c1e2f0;
  margin-bottom: 25px;
}

.gallery-area .tab-btns .nav li a {
  font-size: 18px;
  font-weight: 700;
  color: #002776;
  text-transform: capitalize;
  padding: 0 29px;
  margin: 0;
  line-height: 70px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area .tab-btns .nav li a {
    font-size: 16px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .gallery-area .tab-btns .nav li a {
    font-size: 14px;
    padding: 0 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-area .tab-btns .nav li a {
    font-size: 14px;
    padding: 0 10px;
  }
}

.gallery-area .tab-btns .nav li a.active {
  background-color: transparent;
  color: #ff5d22;
  position: relative;
}

.gallery-area .tab-btns .nav li a.active::before {
  position: absolute;
  content: '';
  height: 4px;
  width: 100%;
  background: #ff5d22;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-area .gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-area .gallery-item .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 18, 25, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0.5);
}

.gallery-area .gallery-item .gallery-overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #ff5d22;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.gallery-area .gallery-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery-area .gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: scale(1);
}

.gallery-area .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-area .row .col-lg-12,
.gallery-area .row .col-lg-4 {
  padding-left: 7px;
  padding-right: 8px;
}

/*===========================
    25.BOOKING css 
===========================*/
.booking-area .booking-box {
  border: 16px solid #e9f1ff;
  padding: 79px 85px 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-box {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .booking-area .booking-box {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-box {
    padding: 30px;
  }
}

.booking-area .booking-box span {
  font-weight: 700;
  color: #ff5d22;
  padding-left: 70px;
  position: relative;
}

.booking-area .booking-box span::before {
  position: absolute;
  content: '';
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #ff5d22;
}

.booking-area .booking-box span::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #ff5d22;
}

.booking-area .booking-box .title {
  font-size: 60px;
  padding-top: 20px;
  padding-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-box .title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .booking-area .booking-box .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-box .title {
    font-size: 40px;
  }
}

.booking-area .booking-box .input-box {
  position: relative;
}

.booking-area .booking-box .input-box i {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #ff5d22;
}

.booking-area .booking-box .input-box input {
  width: 100%;
  padding-left: 38px;
  line-height: 70px;
  font-size: 14px;
  border: 2px solid #d1ddf2;
  color: #28586b;
  border-bottom: 0 !important;
}

.booking-area .booking-box .input-box input::placeholder {
  opacity: 1;
}

.booking-area .booking-box .input-box.item input {
  border-bottom: 2px solid #d1ddf2 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking-area .booking-content {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .booking-area .booking-content {
    margin-top: 30px;
  }
}

.booking-area .booking-content .booking-content-item {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-content .booking-content-item {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking-area .booking-content .booking-content-item {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .booking-area .booking-content .booking-content-item {
    padding-left: 0;
  }
}

.booking-area .booking-content .booking-content-item .title {
  font-size: 30px;
}

.booking-area .booking-content .booking-content-item p {
  padding-top: 15px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-content .booking-content-item p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .booking-area .booking-content .booking-content-item p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-content .booking-content-item p {
    font-size: 16px;
  }
}

.booking-area .booking-content .booking-content-item ul li {
  color: #28586b;
  line-height: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-content .booking-content-item ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .booking-area .booking-content .booking-content-item ul li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-content .booking-content-item ul li {
    font-size: 16px;
  }
}

.booking-area .booking-content .booking-content-item ul li i {
  color: #ff5d22;
  padding-right: 10px;
}

.booking-area .booking-content .bd {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*===========================
    26.BLOG css 
===========================*/
.blog-sidebar-area .blog-sidebar-item {
  border: 2px solid #ededed;
  padding: 35px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .blog-sidebar-item {
    padding: 35px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area .blog-sidebar-item {
    padding: 35px 20px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-area .blog-sidebar-item {
    padding: 35px 20px;
  }
}

.blog-sidebar-area .blog-sidebar-item .sidebar-title .title {
  font-size: 20px;
  padding-left: 45px;
  position: relative;
}

.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::before {
  position: absolute;
  content: '';
  height: 4px;
  width: 4px;
  left: 21px;
  top: 12px;
  background: #ff5d22;
}

.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 18px;
  left: 0;
  top: 12px;
  background: #ff5d22;
}

.blog-sidebar-area .sidebar-about-contnent .title {
  font-size: 18px;
  padding-top: 25px;
}

.blog-sidebar-area .sidebar-about-contnent p {
  font-size: 14px;
  padding: 10px 5px 15px;
}

.blog-sidebar-area .sidebar-about-contnent ul li {
  display: inline-block;
}

.blog-sidebar-area .sidebar-about-contnent ul li a {
  color: #b3bed3;
  font-size: 14px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-sidebar-area .sidebar-about-contnent ul li a:hover {
  color: #ff5d22;
}

.blog-sidebar-area .sidebar-search-item .input-box {
  padding-bottom: 5px;
  position: relative;
}

.blog-sidebar-area .sidebar-search-item .input-box input {
  width: 100%;
  line-height: 60px;
  padding-left: 30px;
  background: #f6f4ff;
  border: 0;
  font-size: 12px;
  color: #28586b;
  border-radius: 50px;
}

.blog-sidebar-area .sidebar-search-item .input-box input::placeholder {
  opacity: 1;
  font-size: 12px;
}

.blog-sidebar-area .sidebar-search-item .input-box button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border: 0;
  background: #ff5d22;
  color: #fff;
  border-radius: 50%;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
  position: relative;
  border-bottom: 1px solid #daecff;
  padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
    padding-left: 95px;
  }
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item .title {
  font-size: 14px;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span {
  color: #69a1bb;
  font-size: 12px;
  padding-top: 10px;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span i {
  padding-right: 6px;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item img {
  position: absolute;
  left: 0;
  top: -10px;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.blog-sidebar-area .sidebar-categories ul li {
  margin-top: 10px;
}

.blog-sidebar-area .sidebar-categories ul li a {
  width: 100%;
  background: #152136;
  line-height: 50px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-radius: 40px;
}

.blog-sidebar-area .sidebar-categories ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  color: #fff;
  background: #091222;
  font-weight: 700;
  border-radius: 50%;
}

.blog-sidebar-area .sidebar-social ul {
  white-space: nowrap;
}

.blog-sidebar-area .sidebar-social ul li {
  display: inline-block;
}

.blog-sidebar-area .sidebar-social ul li a {
  height: 40px;
  width: 40px;
  background: #091222;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 0 4px;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-social ul li a {
    margin: 0 1px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-social ul li a {
    margin: 0 1px;
    height: 38px;
    width: 38px;
    line-height: 38px;
  }
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
  border-bottom: 1px solid #daecff;
  padding-left: 35px;
  position: relative;
  padding-bottom: 25px;
  margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
    padding-left: 20px;
  }
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #28586b;
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
    font-size: 11px;
  }
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item span {
  color: #516381;
  font-size: 12px;
  font-weight: 700;
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #32beff;
}

.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar-area .sidebar-instagram ul {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul {
    justify-content: left;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul {
    justify-content: space-between;
  }
}

.blog-sidebar-area .sidebar-instagram ul li {
  display: inline-block;
}

.blog-sidebar-area .sidebar-instagram ul li a img {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-instagram ul li a img {
    width: 84%;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul li a img {
    width: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul li a img {
    width: 100%;
  }
}

.blog-sidebar-area .sidebar-tags ul {
  margin-top: 10px;
}

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

.blog-sidebar-area .sidebar-tags ul li a {
  background: #f5f2ff;
  color: #28586b;
  font-size: 12px;
  line-height: 30px;
  padding: 0 21px;
  margin: 0 3px;
  border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-tags ul li a {
    padding: 0 16px;
    margin: 0 1px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-tags ul li a {
    padding: 0 14px;
    margin: 0 1px;
  }
}

.blog-sidebar-add {
  position: relative;
}

.blog-sidebar-add .add-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff5d22;
  text-align: center;
  padding: 20px 40px;
}

.blog-sidebar-add .add-content span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.blog-sidebar-add .add-content .title {
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  padding-top: 5px;
}

.blog-standard .single-blog-standard .blog-standard-thumb {
  position: relative;
}

.blog-standard .single-blog-standard .blog-standard-thumb img {
  width: 100%;
}

.blog-standard .single-blog-standard .blog-standard-thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #ff5d22;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}

.blog-standard .single-blog-standard .blog-standard-content {
  border: 2px solid #ededed;
  border-top: 0;
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content {
    padding: 50px;
  }
}

.blog-standard .single-blog-standard .blog-standard-content>span {
  background: #ff5d22;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 30px;
}

.blog-standard .single-blog-standard .blog-standard-content .title {
  font-size: 32px;
  line-height: 42px;
  padding-right: 40px;
  padding-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 21px;
    line-height: 32px;
  }
}

.blog-standard .single-blog-standard .blog-standard-content ul {
  padding: 20px 0;
}

.blog-standard .single-blog-standard .blog-standard-content ul li {
  display: inline-block;
  color: #28586b;
  font-size: 14px;
  margin-right: 28px;
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content ul li {
    margin-right: 00px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content ul li {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.blog-standard .single-blog-standard .blog-standard-content ul li i {
  padding-right: 6px;
}

.blog-standard .single-blog-standard .blog-standard-content>p {
  color: #28586b;
  font-size: 15px;
  padding-bottom: 35px;
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: flex;
  }
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
  position: relative;
  padding-left: 55px;
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
    margin-bottom: 0px;
  }
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left p {
  font-weight: 700;
  color: #002776;
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span {
  color: #28586b;
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left img {
  position: absolute;
  left: 0;
  top: -5px;
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a {
  font-weight: 700;
  letter-spacing: 2px;
  color: #ff5d22;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i {
  padding-right: 15px;
}

.blog-standard .single-blog-standard .blog-standard-content.blog-border {
  border-top: 2px solid #ededed;
}

/*===============================
    32.BLOG DETAILS css 
================================*/
.blog-dteails-content {
  border: 2px solid #ededed;
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-dteails-content {
    padding: 50px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content {
    padding: 50px;
  }
}

.blog-dteails-content .blog-details-top>span {
  background: #ff5d22;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 30px;
}

.blog-dteails-content .blog-details-top .title {
  font-size: 32px;
  line-height: 42px;
  padding-right: 40px;
  padding-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 21px;
    line-height: 32px;
  }
}

.blog-dteails-content .blog-details-top ul {
  padding: 20px 0;
}

.blog-dteails-content .blog-details-top ul li {
  display: inline-block;
  color: #28586b;
  font-size: 14px;
  margin-right: 28px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-top ul li {
    margin-right: 00px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-top ul li {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.blog-dteails-content .blog-details-top ul li i {
  padding-right: 6px;
}

.blog-dteails-content .blog-details-top>p {
  color: #28586b;
  font-size: 16px;
  padding-bottom: 35px;
  line-height: 26px;
}

.blog-dteails-content .blog-details-bath img {
  width: 100%;
}

.blog-dteails-content .blog-details-bath .title {
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bath .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bath .title {
    font-size: 26px;
  }
}

.blog-dteails-content .blog-details-bath p {
  border-bottom: 1px solid #ededed;
  padding-bottom: 35px;
}

.blog-dteails-content .blog-details-bath ul {
  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 18px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 30px;
  }
}

.blog-dteails-content .blog-details-bath ul li {
  color: #28586b;
  line-height: 30px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul li {
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul li {
    font-size: 15px;
  }
}

.blog-dteails-content .blog-details-quote {
  background: #f3f5ff;
  border-radius: 10px;
  padding: 50px 50px 57px;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-quote {
    padding: 50px 10px 57px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-quote {
    padding: 50px 50px 57px;
  }
}

.blog-dteails-content .blog-details-quote p {
  color: #002776;
  font-weight: 700;
}

.blog-dteails-content .blog-details-quote p span {
  color: #28586b;
}

.blog-dteails-content .blog-details-quote .title {
  line-height: 38px;
  padding-top: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-quote .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-quote .title {
    font-size: 17px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-quote .title {
    font-size: 19px;
    line-height: 29px;
  }
}

.blog-dteails-content .blog-details-quote i {
  font-size: 190px;
  color: #e4e9ff;
  z-index: -1;
  position: absolute;
  bottom: 15px;
  right: 30px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-quote i {
    font-size: 90px;
  }
}

.blog-dteails-content .blog-details-confarance p {
  line-height: 26px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex {
    display: block !important;
  }
}

.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
  width: 50%;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
    width: 100%;
  }
}

.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 img {
  width: 100%;
  padding-top: 10px;
}

.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
  width: 83%;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar {
    display: flex !important;
  }
}

.blog-dteails-content .blog-details-bar .blog-tags .title {
  font-size: 20px;
  text-transform: capitalize;
}

.blog-dteails-content .blog-details-bar .blog-tags ul li {
  display: inline-block;
}

.blog-dteails-content .blog-details-bar .blog-tags ul li a {
  background: #f5f2ff;
  color: #002776;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 20px;
  margin-right: 7px;
  margin-top: 27px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-tags ul li a {
    margin-right: 2px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-tags ul li a {
    margin-right: 0;
    padding: 0 10px;
  }
}

.blog-dteails-content .blog-details-bar .blog-tags ul li a:hover {
  background: #ff5d22;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social {
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social {
    text-align: right !important;
  }
}

.blog-dteails-content .blog-details-bar .blog-social .title {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social .title {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social .title {
    margin-top: 0px;
  }
}

.blog-dteails-content .blog-details-bar .blog-social ul li {
  display: inline-block;
}

.blog-dteails-content .blog-details-bar .blog-social ul li a {
  color: #b5becc;
  font-size: 18px;
  margin-left: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a {
    margin-left: 20px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a {
    margin-left: 15px;
  }
}

.blog-dteails-content .blog-details-bar .blog-social ul li a:hover {
  color: #ff5d22;
}

.blog-dteails-content .blog-details-next-prev {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.blog-dteails-content .blog-details-next-prev .post-prev a span {
  color: #28586b;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-dteails-content .blog-details-next-prev .post-prev a .title {
  font-size: 28px;
  text-transform: capitalize;
  padding-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title {
    font-size: 18px;
  }
}

.blog-dteails-content .blog-details-next-prev .post-next a span {
  color: #28586b;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-dteails-content .blog-details-next-prev .post-next a .title {
  font-size: 28px;
  text-transform: capitalize;
  padding-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title {
    font-size: 18px;
  }
}

.blog-dteails-content .blog-details-next-prev>a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev>a {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev>a {
    display: block;
  }
}

.blog-dteails-content .blog-details-releted-post .title {
  font-size: 26px;
  padding-bottom: 5px;
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item {
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-thumb img {
  width: 100%;
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
  padding: 35px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 20px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 40px;
  }
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span {
  font-size: 14px;
  color: #28586b;
  padding-bottom: 5px;
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span i {
  padding-right: 5px;
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
    font-size: 20px;
  }
}

.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 3px;
}

.blog-dteails-content .blog-details-written {
  border: 2px solid #ededed;
  padding: 40px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written {
    padding: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-written {
    padding: 31px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area {
    display: block !important;
  }
}

.blog-dteails-content .blog-details-written .written-area .written-thumb {
  width: 100%;
}

.blog-dteails-content .blog-details-written .written-area .written-thumb img {
  width: 100%;
}

.blog-dteails-content .blog-details-written .written-area .written-content {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content {
    padding-left: 0;
  }
}

.blog-dteails-content .blog-details-written .written-area .written-content span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #28586b;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content span {
    padding-top: 20px;
  }
}

.blog-dteails-content .blog-details-written .written-area .written-content .title {
  font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title {
    font-size: 30px;
  }
}

.blog-dteails-content .blog-details-written .written-area .written-content p {
  font-size: 14px;
  color: #28586b;
  line-height: 26px;
  padding-top: 7px;
}

.blog-dteails-content .blog-details-comments {
  position: relative;
}

.blog-dteails-content .blog-details-comments>.title {
  font-size: 26px;
  padding-bottom: 5px;
}

.blog-dteails-content .blog-details-comments .blog-comments-area {
  margin-top: 40px;
  padding-left: 130px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area {
    padding-left: 110px;
  }
}

.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left .title {
  font-size: 18px;
}

.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left span {
  font-size: 12px;
  color: #ff5d22;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.blog-dteails-content .blog-details-comments .blog-comments-area .blog-right a {
  color: #69a1bb;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  border: 2px solid #ededed;
  padding: 0 20px;
  border-radius: 30px;
}

.blog-dteails-content .blog-details-comments .blog-comments-area p {
  font-size: 14px;
}

.blog-dteails-content .blog-details-comments .blog-comments-area img {
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area img {
    width: 18%;
    position: inherit;
    top: 0;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area img {
    width: 18%;
    position: absolute;
    top: -10px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area.ml-125 {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
    display: flex !important;
  }
}

.blog-dteails-content .blog-details-post-comments {
  margin-top: 40px;
}

.blog-dteails-content .blog-details-post-comments .title {
  font-size: 26px;
  padding-bottom: 30px;
}

.blog-dteails-content .blog-details-post-comments .post-comments-area {
  padding: 30px 50px 50px;
  background: #f6faff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area {
    padding: 30px 50px 50px;
  }
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area {
    padding: 20px;
  }
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea {
  width: 100%;
  border: 0;
  height: 150px;
  resize: none;
  padding-top: 20px;
  padding-left: 30px;
  font-size: 14px;
  color: #28586b;
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea::placeholder {
  opacity: 1;
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input {
  width: 100%;
  border: 0;
  line-height: 60px;
  padding-left: 30px;
  font-size: 14px;
  color: #28586b;
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input::placeholder {
  opacity: 1;
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
  background: #ff5d22;
  line-height: 60px;
  padding: 0 60px;
  border-color: #ff4b57;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
}

@media (max-width: 767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
    line-height: 50px;
    padding: 0 30px;
  }
}

.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button i {
  padding-right: 6px;
}

/*# sourceMappingURL=style.css.map */

.enquiry-fab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: fixed;
  bottom: 12%;
  right: 25px;
}

@media only screen and (min-width: 1201px) {
  .enquiry-fab-container {
    bottom: 8%;
  }
}

.enquiry-fab-container .fab {
  position: relative;
  padding: 12px;
  height: 70px;
  width: 70px;
  background-color: #002776;
  border-radius: 50%;
  z-index: 999;
}

.enquiry-fab-container .fab::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: inherit;
  border-radius: 0 0 10px 0;
  z-index: -1;
}

.enquiry-fab-container .fab:hover {
  height: 120px;
  width: 250px;
  border-radius: 0.25em;
  /* transition: height 300ms, width 300ms, border-radius 300ms; */
}

.enquiry-fab-container .fab .fab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 32px;
  overflow: hidden;
}

.enquiry-fab-container .fab:hover .fab-content>i {
  display: none;
}

.enquiry-fab-container .fab .fab-content>p {
  display: none;
  color: white;
  text-overflow: ellipsis;
}

.enquiry-fab-container .fab:hover .fab-content>p {
  display: block;
  color: white;
}