/*
@File: Lizel Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - Banner CSS
** - Feature CSS
** - Process CSS
** - Service CSS
** - Project CSS
** - Choose CSS
** - Virtual CSS
** - Help CSS
** - Testimonial CSS
** - Blog CSS
** - Logo CSS
** - Footer CSS
** - Copyright CSS
** - Preloader CSS
** - Back to Top CSS
** - Team CSS
** - Shop CSS
** - Support CSS
** - Price CSS
** - Contact CSS
** - Cart CSS
** - Checkout CSS
** - Sign Up CSS
** - Gallery CSS
** - FAQ CSS
** - 404 Error Page CSS
** - Coming Soon CSS
** - Privacy Policy CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/*-- Default CSS --*/
body {
  font-family: "Roboto", sans-serif;
  color: #5d5d5d;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 63px;
}

.pb-70 {
  padding-bottom: 55px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container {
  max-width: 1280px;
}

/*-- End Default CSS --*/
/*----- Header CSS -----*/
.header-top-area {
  background-color: #012a68;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-top-area .header-item ul {
  margin: 0;
  padding: 0;
}

.header-top-area .header-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-top-area .header-item ul li:last-child {
  margin-right: 0;
}

.header-top-area .header-item ul li i {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin-right: 3px;
}

.header-top-area .header-item ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.header-top-area .header-item ul li a:hover {
  color: #006c9d;
}

.header-top-area .header-item ul li span {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
}

.header-top-area .header-right {
  text-align: right;
}

/*----- End Header CSS -----*/
/*----- Navbar CSS -----*/
/*-- Home One --*/
.navbar-light {
  padding-left: 0;
  padding-right: 0;
}

.main-nav {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #fdf288;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
 color: #008fdc;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 5px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #fec9392b;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: -6px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #fec939;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #02334f;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fec939;
  letter-spacing: 1px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: -100%;
  left: unset;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #02334f;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #fec939;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.main-nav.menu-shrink {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}


.side-nav .cart {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background-color: #02334f;
  margin-right: 15px;
}

.side-nav .cart i {
  line-height: 40px;
}

.side-nav .cart span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -4px;
  font-size: 12px;
  background-color: #ffffff;
  color: #02334f;
  font-weight: 500;
}

.side-nav .cart:hover {
  color: #02334f;
  background-color: #fdf288;
}

.side-nav .modal-btn {
  padding: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -3px;
}

.side-nav .modal-btn:hover span:nth-child(2) {
  width: 25px;
}

.side-nav .modal-btn:hover span:nth-child(3) {
  width: 15px;
}

.side-nav .modal-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.side-nav .nav-btn {
  display: inline-block;
  color: #02334f;
  background-color: #fdf288;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  margin-left: 10px;
}

.side-nav .nav-btn:hover {
  background-color: #ffffff;
  color: #02334f;
}

.modal-body {
  padding: 40px 30px 50px;
}

.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.modal-body p {
  color: #545555;
  font-size: 14px;
  margin-bottom: 20px;
}

.modal-body .image-area {
  margin-bottom: 10px;
}

.modal-body .image-area .col-lg-4 {
  padding-right: 5px;
  margin-right: -5px;
}

.modal-body .image-area a {
  display: block;
  margin-bottom: 15px;
}

.modal-body .image-area a img {
  width: 100%;
}

.modal-body .modal-item {
  margin-bottom: 30px;
}

.modal-body .social-area {
  text-align: center;
}

.modal-body .social-area h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #000;
}

.modal-body .social-area ul {
  margin: 0;
  padding: 0;
}

.modal-body .social-area ul li {
  list-style-type: none;
  display: inline-block;
}

.modal-body .social-area ul li a {
  display: block;
  color: #02334f;
  border: 1px solid #02334f;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  font-size: 16px;
  text-align: center;
}

.modal-body .social-area ul li a:hover {
  color: #ffffff;
  background-color: #02334f;
}

#myModalRight {
  z-index: 99999;
  padding-right: 0 !important;
}

#myModalRight .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal.modal-right .modal-dialog {
  max-width: 380px;
  min-height: 100vh;
}

.modal.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal.modal-right .modal-content {
  height: 100vh;
  overflow-y: auto;
  border-radius: 0;
}

.modal.modal-left .modal-dialog {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  margin: 0 auto 0 0;
}

.modal.modal-right .modal-dialog {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  margin: 0 0 0 auto;
}

/*-- Home Two --*/
.navbar-area-two .main-nav {
  background-color: transparent;
}

.navbar-area-two .main-nav.menu-shrink {
  background-color: #030520;
  padding-top: 0;
  padding-bottom: 0;
}

/*----- End Navbar CSS -----*/

/* ====================================
   FULL WIDTH BANNER SLIDER - PROPERLY RESPONSIVE
   Mobile: 38vh height, Desktop/Laptop: Full height
   ==================================== */
/* ====================================
   FULL WIDTH BANNER SLIDER - PROPERLY RESPONSIVE
   Mobile: 38vh height, Desktop/Laptop: Full height
   ==================================== */

/* Banner Area Styling */
.banner-area {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
}

.banner-area .banner-shape img {
    position: absolute;
    z-index: 1;
}

.banner-area .banner-shape img:nth-child(1) {
    left: 50px;
    top: 180px;
    animation: banner-ani-one 25s infinite linear;
}

.banner-area .banner-shape img:nth-child(2) {
    left: 40%;
    top: 180px;
    animation: banner-ani-two 25s infinite linear;
}

.banner-area .banner-shape img:nth-child(3) {
    left: 50px;
    bottom: 220px;
    animation: banner-ani-three 25s infinite linear;
}

.banner-area .banner-shape img:nth-child(4) {
    left: 310px;
    bottom: 180px;
    animation: banner-ani-four 25s infinite linear;
}

/* Full Width Slider Container */
.banner-area .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

.banner-area .container-fluid .row {
    margin: 0 !important;
}

.banner-area .container-fluid .col-12 {
    padding: 0 !important;
}

/* Banner Slider - DESKTOP/LAPTOP */
.banner-slider {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-height: 900px;
}

/* Slider Items - DESKTOP/LAPTOP */
.slider-item {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background Images for Each Slide */
.slider-img-one {
    background-image: url("../img/home-one/banner/2.png");
}

.slider-img-two {
    background-image: url("../img/home-one/banner/5.png");
}

.slider-img-three {
    background-image: url("../img/home-one/banner/4.png");
}
.slider-img-four {
    background-image: url("../img/home-one/banner/6.png");
}

.slider-img-five {
    background-image: url("../img/home-one/banner/3.png");
}

.slider-img-six {
    background-image: url("../img/home-one/banner/7.png");
}


/* Overlay for Better Text Readability */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
}

/* Content Wrapper */
.banner-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

/* Banner Content */
.banner-content {
    padding: 60px 30px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fdf288;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.banner-text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.banner-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.cmn-btn {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background-color: #008fdc;
    padding: 15px 40px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.5s ease;
}

.cmn-btn:hover {
    background-color: #02334f;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.banner-btn {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    background-color: #02334f;
    padding: 15px 40px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 18px;
    transition: all 0.5s ease;
}

.banner-btn:hover {
    background-color: #fdf288;
    color: #02334f;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Owl Carousel Navigation */
.banner-area .owl-theme .owl-nav {
    margin-top: 0;
}

.banner-area .banner-slider:hover .owl-prev {
    opacity: 1;
    left: 40px;
}

.banner-area .banner-slider:hover .owl-next {
    opacity: 1;
    right: 40px;
}

.banner-area .banner-slider .owl-prev {
    width: 50px;
    height: 50px;
    font-size: 35px !important;
    border-radius: 50% !important;
    color: #02334f !important;
    background-color: #ffffff !important;
    transition: 0.5s all ease;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 10;
}

.banner-area .banner-slider .owl-prev:hover {
    color: #ffffff !important;
    background-color: #008fdc !important;
}

.banner-area .banner-slider .owl-next {
    width: 50px;
    height: 50px;
    font-size: 35px !important;
    border-radius: 50% !important;
    color: #02334f !important;
    background-color: #ffffff !important;
    transition: 0.5s all ease;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 10;
}

.banner-area .banner-slider .owl-next:hover {
    color: #ffffff !important;
    background-color: #008fdc !important;
}

/* Owl Dots */
.banner-area .owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
}

.banner-area .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #ffffff;
}

.banner-area .owl-theme .owl-dots .owl-dot.active span,
.banner-area .owl-theme .owl-dots .owl-dot:hover span {
    background: #008fdc;
    border-color: #008fdc;
}

/* ====================================
   RESPONSIVE STYLES
   ==================================== */

/* Extra Large Desktop (1920px and above) */
@media (min-width: 1920px) {
    .banner-slider,
    .slider-item {
        height: 100vh;
        max-height: 1080px;
    }

    .banner-title {
        font-size: 5.5rem;
    }
    
    .banner-subtitle {
        font-size: 3.5rem;
    }
    
    .banner-text {
        font-size: 2rem;
    }
}

/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .banner-slider,
    .slider-item {
        height: 100vh;
        min-height: 700px;
        max-height: 900px;
    }

    .banner-content-wrapper {
        min-height: unset;
        height: 100%;
    }

    .banner-title {
        font-size: 4.5rem;
    }
    
    .banner-subtitle {
        font-size: 3rem;
    }
}

/* Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
    .banner-slider,
    .slider-item {
        height: 85vh;
        min-height: 600px;
        max-height: 850px;
        max-width: 1400px;
    }

    .banner-content-wrapper {
        min-height: unset;
        height: 100%;
    }

    .banner-title {
        font-size: 4rem;
    }
    
    .banner-subtitle {
        font-size: 2.5rem;
    }
}

/* Laptop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-slider,
    .slider-item {
        height: 75vh;
        min-height: 520px;
        max-height: 750px;
    }

    .banner-content-wrapper {
        min-height: unset;
        height: 100%;
    }
    
    .banner-title {
        font-size: 3.5rem;
    }
    
    .banner-subtitle {
        font-size: 2.2rem;
    }
    
    .banner-text {
        font-size: 1.4rem;
    }
    
    .banner-content {
        padding: 40px 20px;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .banner-slider,
    .slider-item {
        height: 65vh;
        min-height: 450px;
        max-height: 650px;
    }
    
    .banner-content-wrapper {
        min-height: unset;
        height: 100%;
    }
    
    .banner-title {
        font-size: 3rem;
    }
    
    .banner-subtitle {
        font-size: 2rem;
    }
    
    .banner-text {
        font-size: 1.3rem;
    }
    
    .banner-content {
        padding: 30px 20px;
    }
    
    .banner-buttons {
        gap: 15px;
    }
    
    .cmn-btn,
    .banner-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    
    .banner-area .banner-slider .owl-prev {
        width: 45px;
        height: 45px;
        font-size: 30px !important;
        left: 20px;
    }
    
    .banner-area .banner-slider .owl-next {
        width: 45px;
        height: 45px;
        font-size: 30px !important;
        right: 20px;
    }
}

/* Tablet Portrait & Mobile Landscape (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .banner-slider,
    .slider-item {
        height: 50vh;
        min-height: 380px;
        max-height: 500px;
        background-attachment: scroll;
    }
    
    .banner-content-wrapper {
        min-height: unset;
        height: 100%;
    }
    
    .banner-title {
        font-size: 2.5rem;
    }
    
    .banner-subtitle {
        font-size: 1.8rem;
    }
    
    .banner-text {
        font-size: 1.1rem;
    }
    
    .banner-content {
        padding: 30px 15px;
    }
    
    .banner-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cmn-btn,
    .banner-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 12px 25px;
        font-size: 16px;
    }
    
    .banner-area .banner-slider .owl-prev,
    .banner-area .banner-slider .owl-next {
        width: 40px;
        height: 40px;
        font-size: 25px !important;
    }
    
    .banner-area .banner-slider:hover .owl-prev {
        left: 15px;
    }
    
    .banner-area .banner-slider:hover .owl-next {
        right: 15px;
    }
}

/* MOBILE PORTRAIT - 38vh HEIGHT (320px - 575px) */
@media (max-width: 575px) {
    /* Banner Area - No overflow */
    .banner-area {
        width: 100%;
        overflow-x: hidden;
    }
    
    /* Banner Slider - 38vh height */
    .banner-slider {
        height: 38vh !important;
        min-height: unset !important;
        max-height: unset !important;
    }
    
    /* Slider Item - 38vh height with proper image display */
    .slider-item {
        height: 38vh !important;
        width: 100% !important;
        min-height: unset !important;
        max-height: unset !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        overflow: hidden;
    }
    
    .banner-content-wrapper {
        min-height: 38vh;
        padding: 0 10px;
    }
    
    .banner-content {
        padding: 15px 15px !important;
    }
    
    .banner-title {
        font-size: 1.5rem !important;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .banner-subtitle {
        font-size: 1.1rem !important;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    
    .banner-text {
        font-size: 0.85rem !important;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    
    .banner-buttons {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 15px;
    }
    
    .cmn-btn,
    .banner-btn {
        width: 100% !important;
        max-width: 200px;
        text-align: center;
        padding: 8px 15px !important;
        font-size: 13px !important;
    }
    
    /* Navigation arrows - visible on mobile */
    .banner-area .banner-slider .owl-prev,
    .banner-area .banner-slider .owl-next {
        width: 32px !important;
        height: 32px !important;
        font-size: 20px !important;
        opacity: 0.9 !important;
    }
    
    .banner-area .banner-slider .owl-prev {
        left: 8px !important;
    }
    
    .banner-area .banner-slider .owl-next {
        right: 8px !important;
    }
    
    .banner-area .banner-slider:hover .owl-prev {
        left: 8px !important;
        opacity: 1 !important;
    }
    
    .banner-area .banner-slider:hover .owl-next {
        right: 8px !important;
        opacity: 1 !important;
    }
    
    /* Dots */
    .banner-area .owl-theme .owl-dots {
        bottom: 10px;
    }
    
    .banner-area .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    
    /* Hide banner shapes on mobile */
    .banner-area .banner-shape {
        display: none !important;
    }
}

/* Extra Small Phones (up to 374px) */
@media (max-width: 374px) {
    .banner-title {
        font-size: 1.3rem !important;
    }
    
    .banner-subtitle {
        font-size: 1rem !important;
    }
    
    .banner-text {
        font-size: 0.8rem !important;
    }
    
    .cmn-btn,
    .banner-btn {
        max-width: 180px;
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
}

/* iPhone 12 Pro and similar (390px - 428px) */
@media (min-width: 390px) and (max-width: 428px) {
    .banner-title {
        font-size: 1.6rem !important;
    }
    
    .banner-subtitle {
        font-size: 1.2rem !important;
    }
    
    .banner-text {
        font-size: 0.9rem !important;
    }
}

/* Landscape orientation for mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .banner-slider {
        height: 60vh !important;
        max-height: unset !important;
    }
    
    .slider-item {
        height: 60vh !important;
        max-height: unset !important;
    }
    
    .banner-content-wrapper {
        min-height: 60vh;
    }
    
    .banner-content {
        padding: 15px 15px !important;
    }
    
    .banner-title {
        font-size: 1.8rem !important;
        margin-bottom: 8px;
    }
    
    .banner-subtitle {
        font-size: 1.3rem !important;
        margin-bottom: 10px;
    }
    
    .banner-text {
        font-size: 0.9rem !important;
        margin-bottom: 12px;
    }
    
    .banner-buttons {
        margin-top: 12px;
        gap: 8px;
    }
    
    .cmn-btn,
    .banner-btn {
        padding: 8px 18px !important;
        font-size: 13px !important;
    }
}

/* ====================================
   ANIMATIONS
   ==================================== */

@keyframes banner-ani-one {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(80px, -80px);
    }
    70% {
        transform: translate(80px, 80px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes banner-ani-two {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(-80px, 80px);
    }
    70% {
        transform: translate(150px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes banner-ani-three {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes banner-ani-four {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(50px, -50px);
    }
    70% {
        transform: translate(120px, 70px);
    }
    100% {
        transform: translate(0, 0);
    }
}

/*-- Feature One --*/
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title .sub-title {
  font-weight: 500;
  font-size: 18px;
  color: #012a68;
  margin-bottom: 8px;
  display: block;
}

.section-title h2 {
font-weight: 700;
    font-size: 38px;
    color: #000;
    margin-bottom: 0;
}

.feature-area .section-title {
  margin-bottom: 30px;
  text-align: left;
}

.feature-area .feature-img {
  margin-bottom: 30px;
  position: relative;
}

.feature-area .feature-img .feature-main {
  position: relative;
}

.feature-area .feature-img .feature-main:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-left: 500px solid transparent;
  border-bottom: -8px solid #ffffff;
  width: 100%;
}

.feature-area .feature-img .feature-main img {
  width: 100%;
  
  border-top: 10px solid #008fdc;
  padding-top: 10px;
  padding-right: 10px;
  border-right: 10px solid #008fdc;
}

.feature-area .feature-img img:nth-child(2) {
  position: absolute;
  bottom: 10px;
  left: 140px;
  -webkit-animation: feature-ani-one 20s infinite linear;
          animation: feature-ani-one 20s infinite linear;
}

.feature-area .feature-img img:nth-child(3) {
  position: absolute;
  bottom: 55px;
  right: 45px;
  -webkit-animation: feature-ani-two 30s infinite linear;
          animation: feature-ani-two 30s infinite linear;
}

.feature-area .feature-img .feature-inner {
  background-color: #fdf288;
  text-align: center;
  max-width: 130px;
  padding: 15px 20px 5px;
  position: absolute;
  top: 245px;
  right: -40px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
}

.feature-area .feature-img .feature-inner:before {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 0;
  border-left: 100px solid transparent;
  border-top: 20px solid #fdf288;
  width: 100%;
}

.feature-area .feature-img .feature-inner h3 {
  font-weight: 600;
  font-size: 48px;
  color: #012a68;
  margin-bottom: 0;
}

.feature-area .feature-img .feature-inner span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #012a68;
  font-family: "Montserrat", sans-serif;
  margin-top: -5px;
  text-align: right;
}

.feature-area .feature-content {
  padding-left: 60px;
  margin-bottom: 91px;
}

.feature-area .feature-content p {
margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: justify;
}

.feature-area .feature-content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.feature-area .feature-content ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  background-color: #fdfbe6;
  font-weight: 500;
  font-size: 17px;
  color: #02334f;
  max-width: 260px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 8px;
  border-radius: 20px;
}

.feature-area .feature-content ul li:hover i {
  color: #ffffff;
  background-color: #02334f;
}

.feature-area .feature-content ul li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: #02334f;
  background-color: #fdf288;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.feature-area .feature-content .cmn-btn {
  margin-top: 25px;
}

@-webkit-keyframes feature-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, -60px);
            transform: translate(80px, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes feature-ani-one {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(80px, -60px);
            transform: translate(80px, -60px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes feature-ani-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-190px, 50px);
            transform: translate(-190px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes feature-ani-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-190px, 50px);
            transform: translate(-190px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-- Feature Two --*/
.feature-area-two {
  padding-bottom: 125px;
}

.feature-area-two .feature-img {
  margin-bottom: 0;
}

.feature-area-two .feature-img img:nth-child(2) {
  position: absolute;
  bottom: -90px;
  left: 20px;
  -webkit-animation: none;
          animation: none;
}

.feature-area-two .feature-img img:nth-child(3) {
  position: absolute;
  top: 75px;
  right: 30px;
  bottom: unset;
  -webkit-animation: none;
          animation: none;
}

.feature-area-two .feature-img img:nth-child(4) {
  position: absolute;
  bottom: -170px;
  right: 0;
  max-width: 340px;
}

.feature-area-two .feature-img .feature-main:before {
  display: none;
}

.feature-area-two .feature-img .feature-main img {
  width: unset;
  max-width: 345px;
  padding-top: 0;
  padding-right: 0;
  border: 0;
}

.feature-area-two .feature-img .feature-inner {
  top: 200px;
  right: 120px;
}

.feature-area-two .feature-content {
  padding-left: 0;
  margin-bottom: 0;
}

.feature-area-two .feature-content .feature-p {
  color: #02334f;
  font-weight: 500;
}

.feature-area-two .feature-content ul li {
  background-color: #ffffff;
  padding: 0;
}

/*----- End Feature CSS -----*/
/*----- Process CSS -----*/
.process-shape img {
  position: absolute;
}

.process-shape img:nth-child(1) {
  top: 0;
  right: 0;
  height: 100%;
  -webkit-animation: banner-ani-six 5s infinite linear;
          animation: banner-ani-six 5s infinite linear;
}

.process-shape img:nth-child(2) {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation: banner-ani-six 5s infinite linear;
          animation: banner-ani-six 5s infinite linear;
}

.process-area {
 background-color: #d2f7e4;
    position: relative;
    margin: 0 10pc;
    margin-top: -60px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.process-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.process-item:hover .icon i {
  color: #02334f;
  background-color: #fcf18b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.process-item:hover .icon span {
  background-color: #ffffff;
}

.process-item .icon {
 position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    line-height: 120px;
}

.process-item .icon i {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  color: #e4d654;
  font-size: 85px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.process-item .icon span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #02334f;
  background-color: #fdf288;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  bottom: 25px;
  right: -20px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.process-item h3 {
 font-weight: 700;
    font-size: 25px;
    margin-bottom: 12px;
    color: #012a68;
}

.process-item p {
 margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
}

/*----- End Process CSS -----*/
/*----- Service CSS -----*/
/*-- Home One --*/
.service-item {
 border-radius: 10px;
    background-color: #d2f7e4;
    padding: 5px 5px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 30px;
}

.service-item:hover {
  background-color: #030520;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.service-item:hover .service-bottom h3 a {
  color: #ffffff;
}

.service-item:hover .service-bottom p {
  color: #ffffff;
}

.service-item:hover .service-bottom .cmn-btn {
  color: #02334f;
  background-color: #fdf288;
}

.service-item:hover .service-bottom .cmn-btn:hover {
  color: #ffffff;
}

.service-item .service-top {
  position: relative;
}

.service-item .service-top a {
  display: block;
}

.service-item .service-top a img {
  width: 100%;
  border-radius: 10px;
}

.service-item .service-top i {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 25px;
  color: #02334f;
  background-color: #fdf288;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  bottom: -25px;
}

.service-item .service-bottom h3 {
 margin-top: 10px;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: center;
}

.service-item .service-bottom h3 a {
  display: block;
  color: #012a68;
}

.service-item .service-bottom h3 a:hover {
  letter-spacing: 1px;
}

.service-item .service-bottom p {
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item .service-bottom .cmn-btn {
  color: #ffffff;
  background-color: #030520;
  padding: 12px 17px 12px 20px;
}

.service-item .service-bottom .cmn-btn i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 3px;
  -webkit-animation: unset;
          animation: unset;
}

.service-item .service-bottom .cmn-btn:hover i {
  -webkit-animation: service-btn-rotate 1s infinite linear;
          animation: service-btn-rotate 1s infinite linear;
}

@-webkit-keyframes service-btn-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes service-btn-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*-- Home Two --*/
.service-area-two {
  position: relative;
  background-color: #fcfaea;
}

.service-area-two .service-item {
  padding: 0;
  background-color: #ffffff;
}

.service-area-two .service-item:hover {
  background-color: #030520;
}

.service-area-two .service-item .service-bottom {
  padding: 0 20px 20px;
}

/*-- Home Three --*/
.service-area-three {
  position: relative;
  background-color: #fcfaea;
}

.service-item-two {
  position: relative;
  padding: 25px 30px 25px 100px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #00000017;
  border-radius: 5px;
}

.service-item-two:hover {
  background-color: #030520;
}

.service-item-two:hover .icon {
  border: 8px solid #fdf288;
}

.service-item-two:hover h3 a {
  color: #ffffff;
}

.service-item-two:hover p {
  color: #ffffff;
}

.service-item-two:hover .service-link {
  color: #ffffff;
}

.service-item-two .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  color: #030520;
  background-color: #ffffff;
  position: absolute;
  top: 25px;
  left: 20px;
  border: 8px solid #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item-two h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}

.service-item-two h3 a {
  color: #02334f;
}

.service-item-two h3 a:hover {
  letter-spacing: 1px;
}

.service-item-two p {
  margin-bottom: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item-two .service-link {
  font-weight: 500;
  color: #030520;
  display: inline-block;
  font-size: 15px;
}

.service-item-two .service-link i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 3px;
  -webkit-animation: unset;
          animation: unset;
}

.service-item-two .service-link:hover i {
  -webkit-animation: service-btn-rotate 1s infinite linear;
          animation: service-btn-rotate 1s infinite linear;
}

/*-- Services --*/
.right-sidebar .right-head {
  margin-bottom: 30px;
}

.right-sidebar .right-head h3 {
  font-weight: 600;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Open Sans';
    border-bottom: 1px solid #008fdc;
    padding-bottom: 15px;
}

.right-sidebar .search form {
  position: relative;
}

.right-sidebar .search form .form-control {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  border: 0;
  height: 50px;
  padding-left: 20px;
  font-size: 15px;
}

.right-sidebar .search form .form-control:focus {
  border: 0;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
}

.right-sidebar .search form ::-webkit-input-placeholder {
  color: #9b9b9b;
}

.right-sidebar .search form :-ms-input-placeholder {
  color: #9b9b9b;
}

.right-sidebar .search form ::-ms-input-placeholder {
  color: #9b9b9b;
}

.right-sidebar .search form ::placeholder {
  color: #9b9b9b;
}

.right-sidebar .search form .btn {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #02334f;
  font-size: 20px;
  padding: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.right-sidebar .search form .btn:hover {
  color: #fdf288;
}

.right-sidebar .category {
  padding: 25px 10px 25px 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0 0 10px 0 #ccc;
          background:#fff;
}

.right-sidebar .category ul {
  margin: 0;
  padding: 0;
}

.right-sidebar .category ul li {
  list-style-type: none;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin: 5px 0;
}

.right-sidebar .category ul li:hover {
  background-color: #fdf288;
  padding-left: 12px;
}
.right-sidebar .category ul li.active {
    background-color: #d2f7e4;
    padding-left: 12px;
}
.right-sidebar .category ul li a {
  display: block;
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

.right-sidebar .category ul li a i {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 8px;
  font-size: 20px;
}

.right-sidebar .related {
  padding: 25px 30px 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
}

.right-sidebar .related .related-inner {
  margin-bottom: 12px;
}

.right-sidebar .related .related-inner:last-child {
  margin-bottom: 0;
}

.right-sidebar .related .related-inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.right-sidebar .related .related-inner ul li {
  list-style-type: none;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.right-sidebar .related .related-inner ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  margin-left: 15px;
}

.right-sidebar .related .related-inner ul li span {
  display: block;
  font-size: 13px;
  color: #6b6a6a;
  margin-bottom: 3px;
}

.right-sidebar .related .related-inner ul li a {
  display: block;
  color: #02334f;
  font-weight: 500;
}

.right-sidebar .related .related-inner ul li a:hover {
  color: #fdf288;
}

.right-sidebar .newsletter {
  padding: 25px 30px 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  text-align: center;
  background:#fff;
}

.right-sidebar .newsletter h3 {
  margin-bottom: 20px;
}

.right-sidebar .newsletter span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #656565;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.right-sidebar .newsletter .form-control {
  height: 45px;
  background-color: #f8f6f6;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  font-size: 15px;
  border-radius: 0;
  margin-bottom: 15px;
}

.right-sidebar .newsletter .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.right-sidebar .newsletter ::-webkit-input-placeholder {
  color: #919192;
}

.right-sidebar .newsletter :-ms-input-placeholder {
  color: #919192;
}

.right-sidebar .newsletter ::-ms-input-placeholder {
  color: #919192;
}

.right-sidebar .newsletter ::placeholder {
  color: #919192;
}

.right-sidebar .newsletter .subscribe-btn {
  width: 100%;
    display: block;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    background-color: #008fdc;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #fff;
}

.right-sidebar .newsletter .subscribe-btn:hover {
  color: #ffffff;
  background-color: #02334f;
}

.right-sidebar .newsletter .validation-danger {
  margin-top: 10px;
  color: #dc3545;
  font-size: 14px;
}

.right-sidebar .tags {
  padding: 25px 30px 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
}

.right-sidebar .tags ul {
  margin: 0;
  padding: 0;
}

.right-sidebar .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

.right-sidebar .tags ul li a {
  display: block;
  font-size: 14px;
  color: #787878;
  border: 1px dashed #787878;
  padding: 5px 12px;
}

.right-sidebar .tags ul li a:hover {
  color: #02334f;
  background-color: #fdf288;
  border: 1px solid #fdf288;
}

.right-sidebar .shop {
  position: relative;
  padding: 25px 30px 25px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
}

.right-sidebar .shop:hover .cmn-btn {
  top: 50%;
  opacity: 1;
}

.right-sidebar .shop .cmn-btn {
  position: absolute;
  left: 50%;
  right: 0;
  top: 53%;
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}

/*-- Services Details --*/
.service-details-area .details-item h2 {
 font-weight: 700;
    font-size: 40px;
    color: #02334f;
    margin-bottom: 15px;
}

.service-details-area .details-item .details-img {
  margin-bottom: 30px;
}

.service-details-area .details-item .details-img img {
  margin-bottom: 25px;
}

.service-details-area .details-item .details-img p {
  color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: justify;
}

.service-details-area .details-item .choose {
  margin-bottom: 30px;
}

.service-details-area .details-item .choose ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
 
}

.service-details-area .details-item .choose ul li {
  list-style-type: none;
  display: inline-block;
  
  font-weight: 500;
  font-size: 17px;
  color: #02334f;
  margin-bottom: 15px;
}

.service-details-area .details-item .choose ul li:hover i {
  color: #ffffff;
  background-color: #02334f;
}

.service-details-area .details-item .choose ul li i {
 display: inline-block;
    color: #02334f;
    background-color: #fdf288;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    margin-right: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    float: left;
}
.service-details-area .details-item .choose ul li p{
padding-left: 50px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
}
.service-details-area .details-item .choose p {
  margin-bottom: 0px;
}

.details-item .choose h3{
  color: #012a68;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-details-area .details-item .clean {
  margin-bottom: 30px;
}

.service-details-area .details-item .clean img {
  width: 100%;
  margin-bottom: 25px;
}

.service-details-area .details-item .clean p {
  margin-bottom: 15px;
}

.service-details-area .details-item .clean p:last-child {
  margin-bottom: 0;
}

/*----- End Service CSS -----*/
/*----- Project CSS -----*/
/*-- Home One --*/
.project-area {
  background-color: #030520;
}

.project-area .section-title {
  text-align: left;
}

.project-area .section-title .sub-title {
  color: #ffffff;
}

.project-area .section-title h2 {
  color: #ffffff;
}

.project-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -85px;
  right: 0;
}

.project-area .owl-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px !important;
  color: #02334f !important;
  background-color: #fdf288 !important;
  border-radius: 50% !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-area .owl-prev i {
  line-height: 40px;
}

.project-area .owl-prev:hover {
  background-color: #ffffff !important;
}

.project-area .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px !important;
  color: #02334f !important;
  background-color: #fdf288 !important;
  border-radius: 50% !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-area .owl-next i {
  line-height: 40px;
}

.project-area .owl-next:hover {
  background-color: #ffffff !important;
}

.project-item {
  background-color: #ffffff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-item:hover .project-top img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project-item:hover .project-bottom .project-btn {
  right: 5px;
}

.project-item .project-top {
  overflow: hidden;
}

.project-item .project-top a {
  display: block;
}

.project-item .project-top a img {
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-item .project-bottom {
  position: relative;
  padding: 20px 15px 20px;
}

.project-item .project-bottom .project-btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  color: #02334f;
  background-color: #fdf288;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: -18px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.project-item .project-bottom .project-btn i {
  line-height: 35px;
}

.project-item .project-bottom .project-btn:hover {
  color: #ffffff;
  background-color: #02334f;
}

.project-item .project-bottom h3 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 22px;
}

.project-item .project-bottom h3 a {
  display: block;
  color: #02334f;
}

.project-item .project-bottom h3 a:hover {
  color: #fdf288;
}

.project-item .project-bottom p {
  margin-bottom: 0;
  color: #02063c;
  font-weight: 500;
  font-size: 15px;
}

/*-- Projects --*/
.project-area-two {
  background-color: #ffffff;
}

.project-area-two .project-item {
  margin-bottom: 30px;
}

/*----- Project Details CSS -----*/
.project-details-area .details-item h3 {
  margin-bottom: 12px;
  color: #02334f;
  font-weight: 600;
  font-size: 24px;
}

.project-details-area .details-item img {
  width: 100%;
  margin-bottom: 30px;
}

.project-details-area .details-item p {
  margin-bottom: 15px;
}

.project-details-area .details-item p:last-child {
  margin-bottom: 0;
}

.project-details-area .details-item .details-img, .project-details-area .details-item .details-office {
  margin-bottom: 30px;
}

/*----- End Project CSS -----*/
/*----- Choose CSS -----*/
.choose-item {
margin-bottom: 30px;
    text-align: center;
    background: #ffffffd9;
    box-shadow: 0 0 10px 0 #ccc;
    padding: 25px 10px;
}

.choose-item .icon i {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  color:#0092e0;
  font-size: 65px;
  margin-bottom: 18px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 25%, #8ed9b3 100%);
}

.choose-item h3 {
  font-weight: 600;
  font-size: 24px;
  color: #02334f;
  margin-bottom: 10px;
}

.choose-item p {
  margin-bottom: 12px;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans';
}

.choose-item a {
  display: inline-block;
  color: #02334f;
  font-weight: 500;
}

.choose-item a i {
  display: inline-block;
  font-size: 17px;
  top: 3px;
  position: relative;
  -webkit-animation: unset;
          animation: unset;
}

.choose-item a:hover i {
  -webkit-animation: service-btn-rotate 1s infinite linear;
          animation: service-btn-rotate 1s infinite linear;
}

/*----- End Choose CSS -----*/
/*----- Virtual CSS -----*/
/*-- Home One --*/
.virtual-area {
  background-color: #030520;
  position: relative;
}

.virtual-area .virtual-shape img {
  position: absolute;
}

.virtual-area .virtual-shape img:nth-child(1) {
  top: 0;
  left: 0;
}

.virtual-area .virtual-shape img:nth-child(2) {
  bottom: 50px;
  left: 0;
  max-width: 310px;
}

.virtual-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.virtual-area .container-fluid .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.virtual-area .virtual-content {
  padding-top: 100px;
  padding-bottom: 130px;
  padding-right: 30px;
  max-width: 640px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.virtual-area .virtual-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.virtual-area .virtual-content .section-title h2 {
  color: #ffffff;
}

.virtual-area .virtual-content p {
margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Open Sans';
}

.virtual-area .virtual-content span {
  display: block;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 35px;
}

.virtual-area .virtual-content ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.virtual-area .virtual-content ul li {
list-style: disc;
    position: relative;
    color: #d2f7e4;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: 'Open Sans';
}
.virtual-content p{

}

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

.virtual-area .virtual-content ul li i {
  
}

.virtual-area .virtual-content ul li h4 {
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 5px;
}

.virtual-area .virtual-content ul li p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

.virtual-area .virtual-img {
  background-image: url("../img/home-one/virtual-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-left: 50px;
}

.virtual-area .virtual-img .virtual-img {
  display: none;
}

.virtual-area .virtual-img .counter-item {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.virtual-area .virtual-img .counter-item img {
  position: absolute;
  left: 0;
  top: -25px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.virtual-area .virtual-img .counter-item h3 {
  font-weight: 600;
  font-size: 50px;
  color: #030520;
  margin-bottom: 0;
}

.virtual-area .virtual-img .counter-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #010649;
  position: relative;
  z-index: 1;
}

/*-- Home Three --*/
.virtual-area-two .virtual-content {
  padding-bottom: 100px;
}

.virtual-area-two .virtual-img {
  background-image: url("../img/home-three/virtual-main.jpg");
  position: relative;
}

.virtual-area-two .virtual-img .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.virtual-area-two .virtual-img .video-wrap a {
  z-index: 10;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 110px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #02334f;
}

.virtual-area-two .virtual-img .video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fdf288;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.virtual-area-two .virtual-img .video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fdf288;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.virtual-area-two .virtual-img .video-wrap a:hover {
  color: #ffffff;
}

.virtual-area-two .virtual-img .video-wrap a:hover:before {
  background-color: #02334f;
}

.virtual-area-two .virtual-img .video-wrap a:hover:after {
  background-color: #02334f;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*----- End Virtual CSS -----*/
/*----- Help CSS -----*/
/*-- Home One --*/
.help-area .help-content {
  background-color: #fdf288;
  background-image: url("../img/home-one/help-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1280px;
  border-radius: 15px;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
  margin-top: -70px;
}

.help-area .help-content .section-title {
  margin-bottom: 15px;
}

.help-area .help-content .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.help-area .help-content .cmn-btn {
  color: #02334f;
  background-color: #ffffff;
}

.help-area .help-content .cmn-btn:hover {
  color: #ffffff;
}

/*-- Home Two --*/
.help-area-two {
  background-image: url("../img/home-three/help-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.help-area-two:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #060823;
  opacity: .80;
}

.help-area-two .section-title {
  text-align: left;
  position: relative;
}

.help-area-two .section-title .sub-title {
  color: #ffffff;
}

.help-area-two .section-title h2 {
  color: #ffffff;
  max-width: 500px;
}

.help-area-two .help-item {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.help-area-two .help-item .form-group {
  margin-bottom: 30px;
  position: relative;
}

.help-area-two .help-item .form-group label {
  margin-bottom: 0;
  position: absolute;
  color: #ffffff;
  top: 15px;
  right: 0;
  font-size: 22px;
}

.help-area-two .help-item .form-group .form-control {
  height: 60px;
  padding-left: 0;
  padding-right: 40px;
  border: 0;
  border-bottom: 1px solid #f1f1f170;
  font-size: 15px;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
}

.help-area-two .help-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-bottom: 1px solid #f1f1f170;
}

.help-area-two .help-item .form-group ::-webkit-input-placeholder {
  color: #ffffff;
}

.help-area-two .help-item .form-group :-ms-input-placeholder {
  color: #ffffff;
}

.help-area-two .help-item .form-group ::-ms-input-placeholder {
  color: #ffffff;
}

.help-area-two .help-item .form-group ::placeholder {
  color: #ffffff;
}

.help-area-two .help-item .form-group textarea {
  height: auto !important;
}

.help-area-two .help-item .form-group .nice-select {
  border: 0;
  border-bottom: 1px solid #f1f1f170;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
}

.help-area-two .help-item .form-group .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 7px;
  width: 7px;
}

.help-area-two .help-item .form-group .nice-select .list {
  width: 100%;
  display: block;
}

.help-area-two .help-item .form-group .nice-select .list li {
  color: #02334f;
}

.help-area-two .help-item .cmn-btn {
  border: 0;
}

/*----- End Help CSS -----*/
/*----- Testimonial CSS -----*/
/*-- Home One --*/
.testimonial-area .testimonial-item {
  background-color: #161428;
  border-radius: 5px;
  padding: 40px 65px 40px 20px;
  position: relative;
  margin-bottom: 20px
}

.testimonial-area .testimonial-item .quote {
  position: absolute;
  right: 25px;
  bottom: 5px;
  color: #0092e0;
  font-size: 50px;
}

.testimonial-area .testimonial-item ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonial-area .testimonial-item ul li {
  list-style-type: none;
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  margin-right: 15px;
}

.testimonial-area .testimonial-item ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-right: 0;
}

.testimonial-area .testimonial-item ul li .test-left {
  text-align: center;
}

.testimonial-area .testimonial-item ul li .test-left img {
  margin-bottom: 15px;
  border-radius: 5px;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-area .testimonial-item ul li .test-left h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}

.testimonial-area .testimonial-item ul li .test-left span {
  display: block;
  color: #fdf288;
  font-size: 12px;
}

.testimonial-area .testimonial-item ul li .test-right p {
  color: #ffffff;
  margin-bottom: 12px;
}

.testimonial-area .testimonial-item ul li .test-right span {
  display: inline-block;
  font-size: 20px;
}

.testimonial-area .testimonial-item ul li .test-right span .checked {
  color: #ffa500;
}

/*-- Home One --*/
.testimonial-area-two .testimonial-item ul li .test-right p {
  font-style: italic;
}

/*-- Home Three --*/
.testimonial-area-three {
  background-image: url("../img/home-one/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial-area-three .testimonial-item ul li .test-right p {
  font-style: italic;
}

/*----- End Testimonial CSS -----*/
/*----- Blog CSS -----*/
/*-- Home One --*/
.blog-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  margin-bottom: 30px;
}

.blog-item:hover .blog-top a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-item .blog-top {
  position: relative;
  overflow: hidden;
}

.blog-item .blog-top a {
  display: block;
}

.blog-item .blog-top a img {
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item .blog-top span {
  display: inline-block;
  font-size: 13px;
  color: #02334f;
  background-color: #fdf288;
  padding: 10px 15px;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 0;
}

.blog-item .blog-bottom {
  padding: 22px 20px 25px;
}

.blog-item .blog-bottom h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
}

.blog-item .blog-bottom h3 a {
  color: #02334f;
}

.blog-item .blog-bottom h3 a:hover {
  color: #fdf288;
}

/*-- Blog Details --*/
.blog-details-area .details-item h2 {
  font-weight: 600;
  font-size: 24px;
  color: #02334f;
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-img {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-img img {
  margin-bottom: 25px;
}

.blog-details-area .details-item .details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}

.blog-details-area .details-item .details-img ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-img ul li span {
  display: inline-block;
  font-size: 12px;
  color: #777676;
}

.blog-details-area .details-item .details-img ul li a {
  display: inline-block;
  color: #777676;
  font-weight: 500;
  font-size: 13px;
}

.blog-details-area .details-item .details-img ul li a:hover {
  color: #02334f;
}

.blog-details-area .details-item .details-tag {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-tag span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #9b9b9b;
  margin-right: 10px;
}

.blog-details-area .details-item .details-tag ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .details-tag ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.blog-details-area .details-item .details-tag ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-tag ul li a {
  display: block;
  color: #504f4f;
  font-size: 15px;
  background-color: #f4f0f0;
  padding: 10px 15px;
}

.blog-details-area .details-item .details-tag ul li a:hover {
  color: #02334f;
  background-color: #fdf288;
}

.blog-details-area .details-quote {
  margin-bottom: 30px;
}

.blog-details-area .details-quote p {
  margin-bottom: 25px;
}

.blog-details-area .details-quote p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-quote blockquote {
  background-color: #f4f4f4;
  border-left: 3px solid #fdf288;
  padding: 45px 25px 45px 65px;
  font-weight: 500;
  font-size: 20px;
  color: #02334f;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
}

.blog-details-area .details-quote blockquote i {
  position: absolute;
  top: 30px;
  left: 25px;
  color: #02334f;
  font-size: 35px;
}

.blog-details-area .details-quote .img {
  margin-bottom: 30px;
  position: relative;
}

.blog-details-area .details-quote .img span {
  display: inline-block;
  color: #02334f;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 23px;
  max-width: 70px;
  text-align: center;
}

.blog-details-area .details-quote .img img {
  width: 100%;
}

.blog-details-area .details-comment {
  margin-bottom: 30px;
}

.blog-details-area .details-comment h3 {
  font-weight: 500;
  font-size: 18px;
  color: #02334f;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 35px;
}

.blog-details-area .details-comment ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 100px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.blog-details-area .details-comment ul li:nth-child(2) {
  margin-left: 70px;
}

.blog-details-area .details-comment ul li:nth-child(3) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-details-area .details-comment ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-area .details-comment ul li h4 {
  font-size: 16px;
  color: #02334f;
  font-weight: 500;
  margin-bottom: 7px;
}

.blog-details-area .details-comment ul li span {
  display: block;
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 12px;
}

.blog-details-area .details-comment ul li p {
  margin-bottom: 0;
}

.blog-details-area .details-comment ul li a {
  display: inline-block;
  color: #9b9b9b;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-details-area .details-comment ul li a:hover {
  color: #fdf288;
}

.blog-details-area .details-form {
  background-color: #f4f4f4;
  padding: 35px 45px 35px;
  margin-bottom: 30px;
}

.blog-details-area .details-form h3 {
  color: #02334f;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-details-area .details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-area .details-form .form-group .form-control {
  height: 45px;
  border: 0;
  background-color: #ffffff;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
}

.blog-details-area .details-form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-area .details-form .form-group ::-webkit-input-placeholder {
  color: #9b9b9b;
}

.blog-details-area .details-form .form-group :-ms-input-placeholder {
  color: #9b9b9b;
}

.blog-details-area .details-form .form-group ::-ms-input-placeholder {
  color: #9b9b9b;
}

.blog-details-area .details-form .form-group ::placeholder {
  color: #9b9b9b;
}

.blog-details-area .details-form .form-group textarea {
  padding-top: 10px;
  height: auto !important;
}

.blog-details-area .details-form .cmn-btn {
  border: 0;
}

/*----- End Blog CSS -----*/
/*----- Logo CSS -----*/
/* .logo-area {
 background-color: #cde7f4;
    padding: 70px 30px;
} */
 
.logo-area .col-md-2{
  width: 9%;
}
.logo-area .col-lg-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.logo-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.logo-item:hover img:nth-child(2) {
  opacity: 0;
  top: -50px;
}

.logo-item img:nth-child(1) {
  position: relative;
}

.logo-item img:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*----- End Logo CSS -----*/
/*----- Footer CSS -----*/
footer {
  background-color: #060823;
  background-image: url("../img/home-one/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 25px;
}

.footer-item .footer-logo p {
  color: #ffffff;
  margin-bottom: 22px;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.footer-item .footer-logo ul li:nth-child(2) a {
  color: #1da1f2;
}

.footer-item .footer-logo ul li:nth-child(2) a:hover {
  background-color: #1da1f2;
}

.footer-item .footer-logo ul li:nth-child(3) a {
  color: #d43131;
}

.footer-item .footer-logo ul li:nth-child(3) a:hover {
  background-color: #d43131;
}

.footer-item .footer-logo ul li:nth-child(4) {
  margin-right: 0;
}

.footer-item .footer-logo ul li:nth-child(4) a {
  color: #0077b5;
}

.footer-item .footer-logo ul li:nth-child(4) a:hover {
  background-color: #0077b5;
}

.footer-item .footer-logo ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #3955bc;
  border-radius: 50%;
  font-size: 18px;
  background-color: #ffffff;
}

.footer-item .footer-logo ul li a i {
  line-height: 35px;
}

.footer-item .footer-logo ul li a:hover {
  color: #ffffff;
  background-color: #3955bc;
}

.footer-item .footer-head h3 {
  font-weight: 600;
  font-size: 24px;
  color: #55c5ff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.footer-item .footer-head h3:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #fdf288;
}

.footer-item .footer-service ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-service ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-service ul li a {
  display: block;
  color: #ffffff;
}

.footer-item .footer-service ul li a i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-right: 2px;
}

.footer-item .footer-service ul li a:hover {
  letter-spacing: 1px;
  color: #8d8d8d;
}

.footer-item .footer-info ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-info ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}

.footer-item .footer-info ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-info ul li i {
  display: inline-block;
  color: #8d8d8d;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-item .footer-info ul li h4 {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-item .footer-info ul li a {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.footer-item .footer-info ul li a:hover {
  letter-spacing: 1px;
  color: #4eb1e5;
}

.footer-item .footer-info ul li span {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

/*----- End Footer CSS -----*/
/*----- Copyright CSS -----*/
.copyright-area {
 text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #052554;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  color: #4eb1e5;
  
}

.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

/*----- End Copyright CSS -----*/
/*----- Preloader -----*/
.loader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/*----- End Preloader -----*/
/*----- Back to Top -----*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background:#02334f;
  color: #fafafa;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
}

.back-to-top-btn i:hover {
  background-color: #02334f;
  color: #ffffff;
}

/*----- End Back to Top -----*/
/*----- Team CSS -----*/
.team-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.team-item:hover .team-bottom ul {
  visibility: visible;
}

.team-item:hover .team-bottom ul li:nth-child(1) {
  top: 0;
  opacity: 1;
}

.team-item:hover .team-bottom ul li:nth-child(2) {
  top: 0;
  opacity: 1;
}

.team-item:hover .team-bottom ul li:nth-child(3) {
  top: 0;
  opacity: 1;
}

.team-item:hover .team-bottom ul li:nth-child(4) {
  top: 0;
  opacity: 1;
}

.team-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  border-left: 425px solid transparent;
  border-bottom: 125px solid #fdf288;
  width: 100%;
}

.team-item .team-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 8px;
  padding-bottom: 10px;
}

.team-item .team-bottom ul {
  margin: 0;
  padding: 0;
  text-align: center;
  top: -10px;
  left: -45px;
  position: relative;
  visibility: hidden;
}

.team-item .team-bottom ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .team-bottom ul li:nth-child(1) {
  top: -10px;
  position: relative;
  opacity: 0;
}

.team-item .team-bottom ul li:nth-child(2) {
  top: 10px;
  position: relative;
  opacity: 0;
}

.team-item .team-bottom ul li:nth-child(3) {
  top: -10px;
  position: relative;
  opacity: 0;
}

.team-item .team-bottom ul li:nth-child(4) {
  top: 10px;
  position: relative;
  margin-right: 0;
  opacity: 0;
}

.team-item .team-bottom ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  color: #02334f;
  background-color: #fdf288;
}

.team-item .team-bottom ul li a i {
  line-height: 30px;
}

.team-item .team-bottom ul li a:hover {
  color: #ffffff;
  background-color: #02334f;
}

.team-item .team-bottom .team-content {
  max-width: 170px;
  margin-left: auto;
}

.team-item .team-bottom .team-content h3 {
  font-weight: 600;
  font-size: 20px;
  color: #02334f;
  margin-bottom: 5px;
  text-align: center;
}

.team-item .team-bottom .team-content span {
  display: block;
  color: #8f9090;
  font-size: 14px;
  text-align: center;
}

/*----- End Team CSS -----*/
/*----- Shop CSS -----*/
/*-- Home Two --*/
.shop-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  text-align: center;
}

.shop-item:hover .shop-top img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.shop-item:hover .shop-top .cmn-btn {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.shop-item .shop-top {
  position: relative;
  overflow: hidden;
}

.shop-item .shop-top img {
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.shop-item .shop-top .cmn-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 140px;
  opacity: 0;
  visibility: hidden;
}

.shop-item .shop-bottom {
  padding: 30px 20px 30px;
}

.shop-item .shop-bottom h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

.shop-item .shop-bottom h3 a {
  color: #02334f;
}

.shop-item .shop-bottom h3 a:hover {
  color: #fdf288;
}

.shop-item .shop-bottom span {
  display: block;
  color: #030520;
  font-size: 17px;
}

/*-- Shop --*/
.shop-item-two {
  margin-bottom: 30px;
  text-align: center;
}

.shop-item-two:hover .shop-top img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.shop-item-two:hover .shop-top .cmn-btn {
  bottom: 35px;
  opacity: 1;
}

.shop-item-two:hover .shop-top ul li:nth-child(1) {
  left: 0;
  opacity: 1;
}

.shop-item-two:hover .shop-top ul li:nth-child(2) {
  right: 0;
  opacity: 1;
}

.shop-item-two:hover .shop-top ul li:nth-child(3) {
  left: 0;
  opacity: 1;
}

.shop-item-two:hover .shop-top ul li:nth-child(4) {
  right: 0;
  opacity: 1;
}

.shop-item-two .shop-top {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  overflow: hidden;
}

.shop-item-two .shop-top img {
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.shop-item-two .shop-top .cmn-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 135px;
  opacity: 0;
}

.shop-item-two .shop-top ul {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 145px;
  right: 45px;
}

.shop-item-two .shop-top ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.shop-item-two .shop-top ul li:nth-child(1) {
  left: 15px;
  opacity: 0;
}

.shop-item-two .shop-top ul li:nth-child(2) {
  right: 15px;
  opacity: 0;
}

.shop-item-two .shop-top ul li:nth-child(3) {
  left: 15px;
  opacity: 0;
}

.shop-item-two .shop-top ul li:nth-child(4) {
  right: 15px;
  opacity: 0;
  margin-bottom: 0;
}

.shop-item-two .shop-top ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #8e8e8d;
  background-color: #ffffff;
  font-size: 16px;
}

.shop-item-two .shop-top ul li a i {
  line-height: 30px;
}

.shop-item-two .shop-top ul li a:hover {
  color: #02334f;
  background-color: #fdf288;
}

.shop-item-two .shop-bottom h3 {
  font-weight: 600;
  font-size: 24px;
  color: #02334f;
  margin-bottom: 8px;
}

.shop-item-two .shop-bottom span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #fc2a33;
  margin-bottom: 7px;
}

.shop-item-two .shop-bottom ul {
  margin: 0;
  padding: 0;
}

.shop-item-two .shop-bottom ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 20px;
}

.shop-item-two .shop-bottom ul li i {
  display: inline-block;
}

.shop-item-two .shop-bottom ul li .checked {
  color: #ffc107;
}

/*-- Product Details --*/
.product-details-area .details-item .details-hand {
  margin-bottom: 30px;
}

.product-details-area .details-item .details-hand h3 {
  font-weight: 600;
  font-size: 20px;
  color: #02334f;
  margin-bottom: 10px;
}

.product-details-area .details-item .details-hand .review {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.product-details-area .details-item .details-hand .review li {
  list-style-type: none;
  display: inline-block;
}

.product-details-area .details-item .details-hand .review li i {
  display: inline-block;
  font-size: 18px;
}

.product-details-area .details-item .details-hand .review li .checked {
  color: #ffc107;
}

.product-details-area .details-item .details-hand .text {
  margin: 0;
  padding: 0;
}

.product-details-area .details-item .details-hand .text li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.product-details-area .details-item .details-hand .text li:last-child {
  margin-bottom: 0;
}

.product-details-area .details-item .details-hand .number {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-details-area .details-item .details-hand .number li {
  list-style-type: none;
  display: inline-block;
}

.product-details-area .details-item .details-hand .number li .minus, .product-details-area .details-item .details-hand .number li .plus {
  width: 40px;
  height: 45px;
  line-height: 45px;
  color: #5d5d5d;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.product-details-area .details-item .details-hand .number li .minus:hover, .product-details-area .details-item .details-hand .number li .plus:hover {
  color: #fdf288;
}

.product-details-area .details-item .details-hand .number li input {
  height: 45px;
  width: 50px;
  text-align: center;
  font-size: 28px;
  border: 0;
  font-size: 14px;
  color: #5d5d5d;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  margin-right: -4px;
}

.product-details-area .details-item .details-hand .number li:first-child {
  border: 1px dashed #5d5d5d;
}

.product-details-area .details-item .details-hand .number li:last-child {
  margin-left: 15px;
}

.product-details-area .details-item .details-hand .number li:last-child a {
  display: inline-block;
  font-weight: 500;
  padding: 12px 25px;
  color: #02334f;
  background-color: #fdf288;
}

.product-details-area .details-item .details-hand .number li:last-child a:hover {
  color: #ffffff;
  background-color: #02334f;
}

.product-details-area .details-item .details-hand h4 {
  margin-bottom: 10px;
  color: #02334f;
  font-weight: 600;
  font-size: 18px;
}

.product-details-area .details-item .details-hand .cat {
  margin: 0;
  padding: 0;
}

.product-details-area .details-item .details-hand .cat li {
  list-style-type: none;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.product-details-area .details-item .details-hand .cat li:last-child {
  margin-bottom: 0;
}

.product-details-area .details-item .details-tabs {
  margin-bottom: 50px;
}

.product-details-area .details-item .details-tabs .nav-pills .nav-link.active, .product-details-area .details-item .details-tabs .nav-pills .show > .nav-link {
  color: #fdf288;
  background-color: #fff;
}

.product-details-area .details-item .details-tabs ul {
  margin-bottom: 25px;
}

.product-details-area .details-item .details-tabs ul li {
  margin-right: 35px;
}

.product-details-area .details-item .details-tabs ul li:last-child {
  margin-right: 0;
}

.product-details-area .details-item .details-tabs ul li a {
  color: #02334f;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}

.product-details-area .details-item .details-tabs .table-bordered td, .product-details-area .details-item .details-tabs .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
}

.product-details-area .details-item .details-tabs .review {
  margin: 0;
  padding: 0;
}

.product-details-area .details-item .details-tabs .review li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 90px;
  margin-bottom: 40px;
}

.product-details-area .details-item .details-tabs .review li:last-child {
  margin-bottom: 0;
}

.product-details-area .details-item .details-tabs .review li img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-details-area .details-item .details-tabs .review li h3 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  color: #02334f;
}

.product-details-area .details-item .details-tabs .review li span {
  display: inline-block;
  font-size: 17px;
  margin-right: 3px;
}

.product-details-area .details-item .details-tabs .review li span i {
  display: inline-block;
}

.product-details-area .details-item .details-tabs .review li span .checked {
  color: #ffc107;
}

.product-details-area .details-item .details-tabs .review li p {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 620px;
}

/*----- End Shop CSS -----*/
/*----- Support CSS -----*/
.support-area {
 padding: 70px 0;
}

.support-area .support-wrap {
  background-color: #f5f5fe;
  border-radius: 8px;
  background-image: url("../img/home-two/support-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
}

.support-area .support-wrap .support-content {
  background-color: #ffffff;
 
  padding: 30px 25px 30px;
}

.support-area .support-wrap .support-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.support-area .support-wrap .support-content .section-title .sub-title {
  font-size: 14px;
}

.support-area .support-wrap .support-content .section-title h2 {
  font-size: 24px;
}

.support-area .support-wrap .support-content .form-group {
  margin-bottom: 20px;
  position: relative;
}

.support-area .support-wrap .support-content .form-group label {
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 22px;
}

.support-area .support-wrap .support-content .form-group label i {
  display: inline-block;
}

.support-area .support-wrap .support-content .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 40px;
  background-color: #f6f6f6;
  font-size: 14px;
  border: 0;
}

.support-area .support-wrap .support-content .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.support-area .support-wrap .support-content .form-group ::-webkit-input-placeholder {
  color: #8e8e8e;
}

.support-area .support-wrap .support-content .form-group :-ms-input-placeholder {
  color: #8e8e8e;
}

.support-area .support-wrap .support-content .form-group ::-ms-input-placeholder {
  color: #8e8e8e;
}

.support-area .support-wrap .support-content .form-group ::placeholder {
  color: #8e8e8e;
}

.support-area .support-wrap .support-content .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.support-area .support-wrap .support-content .form-group .nice-select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
  color: #8e8e8e;
}

.support-area .support-wrap .support-content .form-group .nice-select.nice-select:after {
  height: 8px;
  right: 22px;
  width: 8px;
}

.support-area .support-wrap .support-content .form-group .nice-select .list {
  display: block;
  width: 100%;
}

.support-area .support-wrap .support-content .cmn-btn {
  border: 0;
}

/*----- End Support CSS -----*/
/*----- Price CSS -----*/
.price-area {
  position: relative;
}

.price-area .price-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.price-area .price-shape:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #030520;
  opacity: .80;
}

.price-area .section-title {
  position: relative;
}

.price-area .section-title .sub-title {
  color: #ffffff;
}

.price-area .section-title h2 {
  color: #ffffff;
}

.price-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd70;
          box-shadow: 0px 0px 20px 0px #dddddd70;
  padding-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.price-item:hover {
  background-color: #030520;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.price-item:hover .price-top p {
  color: #ffffff;
}

.price-item:hover .price-top h3 {
  color: #ffffff;
}

.price-item:hover .price-top .one {
  color: #ffffff;
}

.price-item:hover .price-bottom ul li {
  color: #ffffff;
}

.price-item:hover .price-bottom .cmn-btn {
  color: #030520;
  background-color: #ffffff;
}

.price-item:hover .price-bottom .cmn-btn:hover {
  color: #ffffff;
}

.price-item .price-img {
  background-color: #e3e4fd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.price-item .price-top {
  margin-bottom: 20px;
}

.price-item .price-top p {
  font-weight: 500;
  color: #02334f;
  margin-bottom: 5px;
}

.price-item .price-top h3 {
  font-weight: 700;
  font-size: 28px;
  color: #0c0c39;
  margin-bottom: 8px;
}

.price-item .price-top h3 span {
  display: inline-block;
  font-size: 15px;
  position: relative;
  right: 5px;
}

.price-item .price-top .one {
  color: #5d5d5d;
  font-size: 14px;
  display: block;
}

.price-item .price-bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}

.price-item .price-bottom ul li {
  list-style-type: none;
  display: block;
  color: #0c0c39;
  margin-bottom: 12px;
}

.price-item .price-bottom ul li:last-child {
  margin-bottom: 0;
}

.price-item .price-bottom ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}

/*----- End Price CSS -----*/
/*----- Page Title CSS -----*/
.page-title-area {
  background-image: url("../img/page-title-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

/* Page-specific banner backgrounds */
body.bird-netting-page .page-title-area {
    background-image: url("../img/bird.png");
}

body.co2-fumigation-page .page-title-area {
    background-image: url("../img/co2 fumigation.png");
}

body.commodity-page .page-title-area {
    background-image: url("../img/commodity fumigation.png");
}

body.container-page .page-title-area {
    background-image: url("../img/container.png");
}

body.equipment-page .page-title-area {
    background-image: url("../img/Equipment fumigation.png");
}

body.heat-treatment-page .page-title-area {
    background-image: url("../img/heat.png");
}

body.prophylactic-page .page-title-area {
    background-image: url("../img/Prophylactic.png");
}

body.sanitization-page .page-title-area {
    background-image: url("../img/Sanitization.png");
}

body.silo-page .page-title-area {
    background-image: url("../img/silo.png");
}

body.stack-page .page-title-area {
    background-image: url("../img/stack.png");
}

body.phosphine-page .page-title-area {
    background-image: url("../img/ph3.png");
}


.page-title-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: #030520; */
  opacity: .80;
}

.page-title-area .page-item {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.page-title-area .page-item h2 {
 font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.page-title-area .page-item ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-item ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  color: #adacac;
  font-weight: 500;
}

.page-title-area .page-item ul li span {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.page-title-area .page-item ul li a {
  color: #adacac;
  display: inline-block;
}

.page-title-area .page-item ul li a:hover {
  color: #fdf288;
}

/*----- End Page Title CSS -----*/
/*----- Contact CSS -----*/
.contact-area #map {
  display: block;
  border: 0;
  width: 100%;
  height: 550px;
  margin-bottom: 30px;
}

.contact-area .contact-item {
  margin-bottom: 30px;
}

.contact-area .contact-item .section-title {
  text-align: left;
}

.contact-area .contact-item .form-group {
  margin-bottom: 30px;
}

.contact-area .contact-item .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  padding-left: 20px;
  border: 1px solid #f1f1f1;
  font-size: 15px;
}

.contact-area .contact-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f1f1f1;
}

.contact-area .contact-item .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.contact-area .contact-item .form-group .list-unstyled {
  margin-bottom: 0;
  font-size: 14px;
  color: #dc3545;
  margin-top: 10px;
}

.contact-area .contact-item .cmn-btn {
  opacity: 1;
  border: 0;
}

.contact-area .contact-item #msgSubmit {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
}

/*----- End Contact CSS -----*/
/*----- Cart CSS -----*/
.cart-area {
  text-align: center;
}

.cart-area .table-item .table {
  margin-bottom: 30px;
}

.cart-area .table-item .table-bordered {
  border: 1px solid #f1f1f1;
}

.cart-area .table-item .table thead th {
  border-bottom: 1px solid #f1f1f1;
  color: #02334f;
}

.cart-area .table-item .table-bordered td, .cart-area .table-item .table-bordered th {
  border: 1px solid #f1f1f1;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
}

.cart-area .table-item img {
  border-radius: 5px;
}

.cart-area .table-item .form-control {
  border: 1px solid #f1f1f1;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 5px;
}

.cart-area .table-item .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f1f1f1;
}

.cart-area .table-item a {
  display: inline-block;
  color: #02334f;
  font-size: 25px;
}

.cart-area .table-item a:hover {
  color: #fdf288;
}

.cart-area .coupon {
  position: relative;
  margin-bottom: 30px;
}

.cart-area .coupon .form-control {
  max-width: 200px;
  height: 50px;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 15px;
  border: 1px solid #f1f1f1;
}

.cart-area .coupon .form-control:focus {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-area .coupon .cmn-btn {
  border: 0;
  position: absolute;
  top: 2px;
  left: 225px;
}

.cart-area .total {
  text-align: left;
}

.cart-area .total h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  color: #02334f;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
}

.cart-area .total span {
  font-size: 15px;
  margin-right: 10px;
}

.cart-area .total h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #02334f;
}

.cart-area .total .cmn-btn {
  margin-top: 25px;
}

/*----- End Cart CSS -----*/
/*----- Checkout CSS -----*/
.checkout-area .checkout-head {
  text-align: center;
  background-color: #fdf288;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.checkout-area .checkout-head h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #02334f;
}

.checkout-area .checkout-head h2 a {
  display: inline-block;
  color: #02334f;
}

.checkout-area .checkout-head h2 a:hover {
  letter-spacing: 1px;
}

.checkout-area .checkout-item {
  margin-bottom: 30px;
}

.checkout-area .checkout-item h3 {
  font-weight: 600;
  font-size: 24px;
  color: #02334f;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.checkout-area .checkout-item h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #fdf288;
}

.checkout-area .checkout-item .form-group {
  margin-bottom: 30px;
}

.checkout-area .checkout-item .form-group label {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

.checkout-area .checkout-item .form-group .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  padding-left: 15px;
}

.checkout-area .checkout-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f1f1f1;
}

.checkout-area .checkout-item .form-group .nice-select {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  border: 1px solid #f1f1f1;
  height: 45px;
}

.checkout-area .checkout-item .form-group .nice-select .list {
  width: 100%;
  display: block;
}

.checkout-area .checkout-item .table {
  margin-bottom: 30px;
}

.checkout-area .checkout-item .table-bordered thead td, .checkout-area .checkout-item .table-bordered thead th {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #f1f1f1;
}

.checkout-area .checkout-item .table-bordered td, .checkout-area .checkout-item .table-bordered th {
  border: 1px solid #f1f1f1;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-area .checkout-item h4 {
  color: #02334f;
  font-weight: 600;
  font-size: 20px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}

.checkout-area .checkout-item h4:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 0;
  top: 5px;
  background-color: #fdf288;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkout-area .checkout-item p {
  margin-bottom: 20px;
}

.checkout-area .checkout-item .cmn-btn {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

/*----- End Checkout CSS -----*/
/*----- Sign Up CSS -----*/
.form-area .form-item {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.form-area .form-item h2 {
  margin-bottom: 10px;
  color: #02334f;
  font-weight: 700;
  font-size: 35px;
  position: relative;
  display: inline-block;
}

.form-area .form-item h2:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: -25px;
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fdf288;
}

.form-area .form-item h2:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: -25px;
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fdf288;
}

.form-area .form-item span {
  display: block;
  margin-bottom: 40px;
}

.form-area .form-item form {
  margin-top: 40px;
}

.form-area .form-item .form-group {
  text-align: left;
  margin-bottom: 30px;
}

.form-area .form-item .form-group label {
  margin-bottom: 8px;
  display: block;
}

.form-area .form-item .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  border-radius: 0;
  border: 0;
  background-color: #f1f1f1;
  font-size: 15px;
}

.form-area .form-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.form-area .form-item .cmn-btn {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.form-area .form-item span {
  display: block;
  font-size: 15px;
  margin-bottom: 0 !important;
}

.form-area .form-item span a {
  display: inline-block;
  color: #02334f;
  font-weight: 500;
}

.form-area .form-item span a:hover {
  color: #ffe700;
}

/*----- End Sign Up CSS -----*/
/*----- Gallery CSS -----*/
.gallery-area a {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.gallery-area a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #02334f;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.gallery-area a:hover:before {
  opacity: .40;
}

.gallery-area a:hover i {
  opacity: 1;
}

.gallery-area a i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 65px;
  color: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*----- End Gallery CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .accordion {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.faq-area .accordion p {
  display: none;
  padding: 20px 15px 0 15px;
  margin-bottom: 0;
}

.faq-area .accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 15px 15px 15px 18px;
  border: 1px solid #f5f5f5;
}

.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #000000;
  font-size: 25px;
  font-weight: 500;
}

.faq-area .accordion a.active {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.faq-area .accordion a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
  display: block;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .question-side {
  margin-bottom: 30px;
}

.faq-area .question-side h3 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #02334f;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}

.faq-area .question-side h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #02334f;
}

.faq-area .question-side form .form-group {
  margin-bottom: 15px;
}

.faq-area .question-side form .form-group .form-control {
  height: 50px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 15px;
}

.faq-area .question-side form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.faq-area .question-side form .form-group textarea {
  height: auto !important;
  padding-top: 10px;
}

.faq-area .question-side form .cmn-btn {
  border: 0;
  border-radius: 0;
  width: 100%;
  display: block;
}

/*----- End FAQ CSS -----*/
/*----- Error CSS -----*/
.error-item {
  height: 600px;
  text-align: center;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #02334f;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #02334f;
}

.error-item p i {
  display: inline-block;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  background-color: #02334f;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #fdf288;
}

/*----- End Error CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-item {
  height: 100vh;
  text-align: center;
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #02334f;
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  border: 1px solid #f5f5f5;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #02334f;
  margin-bottom: 0;
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.coming-item ul {
  margin: 0;
  padding: 0;
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #02334f;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 16px;
}

.coming-item ul li a:hover {
  background-color: #fdf288;
}

/*----- End Coming Soon CSS -----*/
/*----- Privacy Policy CSS -----*/
.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #02334f;
}

.privacy-item p {
  margin-bottom: 0;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*----- End Privacy Policy CSS -----*/
/*# sourceMappingURL=style.css.map */







.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand{
padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand img{
  width: 135px;
}
.main-nav.menu-shrink .navbar-brand img {
    width: 110px;
}








.choose-area{
   position: relative;
    background-image: url(../img/home-one/bg1.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
}
.choose-areabg{
  background: #ffffff80;
  padding: 100px 0;
}
.service-section {
    position: relative;
    background-image: url(../img/home-one/bg.jpg);
    background-size: contain;
    background-position: center;
}

.service-section .inner-container {
 top: -75px;
    position: relative;
}

.service-block {

}

.service-block .inner-box {
position: relative;
    padding: 30px 25px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    text-align: center;
}




.service-block .inner-box .icon-box {
  position: relative;
  color: #000000;
  font-size: 60px;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}



.service-block .inner-box h3 {
position: relative;
    line-height: 1.2em;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
}
.service-block .inner-box p{
color: #000;
    font-size: 16px;
}


.service-block .inner-box h3:before {
position: absolute;
    content: '';
    left: 0px;
    bottom: 10px;
    height: 3px;
    width: 40px;
    background-color: #086faa;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    right: 0;
    margin: auto;
}



.service-block .inner-box:hover h3 a, .service-block .inner-box:hover .icon-box {

}

.service-block .inner-box .icon-box img {
    width: 70px;
}
.process-item img{
  width: 65px;
}
.virtual-area .virtual-content ul li{
margin-bottom: 15px;
    text-align: justify;
}
.virtual-area .virtual-content ul li strong{
  color: #fff;
    font-size: 19px;
    font-weight: 500;
}
.midimg{
 position: absolute;
    top: 15pc;
    left: 3pc;
}
.footer-logo img{
  width: 190px
}








@media only screen and (min-device-width: 320px) and (max-device-width: 640px){
.header-top-area .header-item ul li span {
    display: contents;
    font-size: 12px;
    color: #ffffff;
}
.header-top-area .header-item {
    text-align: left !important;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
    color: #012a68!important;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #012a68;
    height: 4px;
    margin-top: 3px;
    border-radius: 3px;
}
.mean-container a.meanmenu-reveal {
   
    color: #012a68;
    }
  .mean-container .mean-bar {
    background-color: #fff!important;
    padding: 0;
}
.mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 0;
  }
  .navbar-nav {
    height: auto !important;
    overflow-x: scroll;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 15px;
    margin: 0;
    text-align: left;
    color: #677294;
    border-top: 1px solid #DBEEFD;
    text-decoration: none;
}
.banner-content p {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.5;
}
.virtual-area .virtual-content ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0!important;
    margin-right: 0;
    margin-bottom: 10px!important;
    font-size: 15px;
}
.process-area {
    background-color: #d2f7e4;
    position: relative;
    margin: 0 1pc;
    margin-top: -50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.choose-areabg {
    background: #ffffff80;
    padding: 15px 0;
}
.banner-area {
    height: 100%;
    text-align: center;
    padding-top: 120px!important;
    padding-bottom: 100px;
}
.banner-content h1 {
    font-size: 40px!important;
    margin-bottom: 12px;
}
}


.service-details-area{
  background-image: url(../img/bg3.jpg);
  background-attachment: fixed;
}
.service-details-areabg{
    /* background: #ffffff96; */
    padding: 90px 0;
}
.right-sidebar{

}
.service-details-area .details-item{
background: #ffffffa3;
    padding: 20px 30px;
    box-shadow: 0 0 10px 0 #ccc;
}
.visionbox{

}
.visionbox h3{
color: #fff;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}
.visionbox p{
  color: #fff;
    font-size: 16px;
    font-family: 'Open Sans';
    margin-bottom: 4px;
}
.visionbox ul{
padding-left: 20px;
}
.visionbox ul li{
  color: #fff;
}
.vboximg{
background: #ffffffa3;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    margin-bottom: 20px;
}
.vboximg img{
  width: 65px;
}
.rborder{

}


/* .certifybox {
    background-image: url(../img/bg3.jpg);
} */


.certifyboxbg {
    background: #ffffff96;
    padding: 90px 0;
}
.certifyimg{
background: #fff;
    margin-bottom: 25px;
    padding: 5px 5px;
    box-shadow: 0 0 10px 0 #333;
}
.certifyimg img{
  width: 100%;
}
.clientbox{
background-image: url(../img/bg3.jpg);
    background-attachment: fixed;
}
.clientboxbg{
   background: #ffffff96;
    padding: 90px 0;
}
.clogobox{
margin-bottom: 20px;
}
.clogobox img{

}
.leftaddbox{
background: #012a68;
    margin-bottom: 20px;
    padding: 20px 20px;
    border-radius: 5px;
}
.leftaddbox i{
color: #018b43;
    font-size: 30px;
}
.leftaddbox h4{
color: #fff;
    font-size: 20px;
}
.leftaddbox a{
  color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.thankswrp {
 background-image: url(../img/bg3.jpg);
  background-attachment: fixed;
    text-align: center;
    height: 100vh;
}
.thankswrpbg {
    background: rgba(255, 255, 255, 0.8);
    padding: 80px 0;
    height: 100vh;
}

/* .testimonial-area{
background-image: url(../img/bg3.jpg);
  background-attachment: fixed;
  padding: 35px;
  
} */
.testimonial-areabg{
   background: rgba(255, 255, 255, 0.8);
    padding: 80px 0;
}

.navbar-nav .nav-link.active{

}