@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Wan
    Template URI: 
    Description: This is html5 template
    Author: 
    Author URI: 
    Version: 1.0

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

    CSS INDEX
    ===================
  
    Theme default CSS
    2. Home Product Showcase
        2.2 Hero
        2.3 Feature
        2.4 Built
        2.5 Facilities
        2.6 Experience
        2.7 More Product
        2.8 Subscribe
        2.9 Blog
        2.10 Footer
  
    
-----------------------------------------------------------------------------------*/
/* Google Font */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500|Open+Sans|Rubik|Barlow+Condensed:500,600|Karla:400,700");
/*----------------------------------------*/
/*  Other Files
/*----------------------------------------*/
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
.clear {
  clear: both;
}

::-moz-selection {
  background: #312b2b;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #312b2b;
  color: #ffffff;
  text-shadow: none;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

div#preloader {
  background: #fff url("../img/loader.png") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}



.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-35 {
  margin-bottom: 35px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-108 {
  margin-top: 108px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  letter-spacing: 1px;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Gilroy";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Gilroy";
  font-weight: 700;
  color: #001a40;
  letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Gilroy";
}

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  color: #6e7c90;
}

p img {
  margin: 0;
}

span {
  font-family: "Montserrat", sans-serif;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/*  blockquotes */
blockquote {
  border-left: 0 none;
  font-family: "Gilroy";
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}

blockquote::before {
  color: #4e5665;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px;
}

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  border: none;
}

/* abbreviations */
abbr {
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .6px;
}

abbr:hover {
  cursor: help;
}

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Gilroy";
  font-weight: normal;
  font-size: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  outline: 0;
}

a:hover,
a:active {
  color: #00b0ff;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

a.active-page {
  color: #e6ae48;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  margin-bottom: 0px;
}

/* definition list */
dl {
  margin: 12px 0;
}

dt {
  margin: 0;
  color: #11ABB0;
}

dd {
  margin: 0 0 0 20px;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
  position: relative;
}

.bg-with-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-white {
  position: relative;
}

.bg-with-white::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-blue {
  position: relative;
}

.bg-with-blue::before {
  background: #00bff3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hvr-bs:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.btn-style-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#004dcd), to(#00baff));
  background-image: linear-gradient(90deg, #004dcd 0%, #00baff 100%);
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 20px 60px;
}

.btn-style-1:hover {
  color: #ffffff;
}

.btn-style-outline-1 {
  color: #98a9c2;
  font-weight: 600;
  border: 2px solid #f1f2ff;
  display: inline-block;
  border-radius: 50px;
  padding: 16px 54px;
  letter-spacing: 0;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-style-outline-1::before {
  content: "";
  height: 100px;
  width: 0;
  background: #03a3f0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.btn-style-outline-1:hover {
  color: #ffffff;
}

.btn-style-outline-1:hover::before {
  width: 100%;
}

.home2-button-1 {
  color: #000c35;
  font-weight: 700;
  border: 2px solid #d5ddf6;
  display: inline-block;
  padding: 18px 38px;
  letter-spacing: 0;
  font-size: 14px;
}

.home2-button-1:hover {
  background: #ef4060;
  border-color: #ef4060;
  color: #ffffff;
}

.home2-button-2 {
  background: #EA5526;
  color: #ffffff;
  font-weight: 900;
  border: 2px solid #EA5526;
  display: inline-block;
  padding: 18px 40px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  position: relative;
  border-radius: 20px;

}

.home2-button-2:hover {
  background: #03b05a;
  border-color: #312b2b;
  color: #ffffff;
}

.home3-link {
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#5123c6), to(#b66fec));
  background-image: linear-gradient(90deg, #5123c6 0%, #b66fec 100%);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 52px;
}

.home3-link:hover {
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
}

.home3-link-2 {
  border-radius: 50px;
  color: #000c35;
  background: #ffffff;
  border: 2px solid #d3ddff;
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 52px;
}

.home3-link-2 .icon {
  margin-right: 6px;
}

.home3-link-2:hover {
  color: #000c35;
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
}

.home4-btn-style-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#5123c6), to(#b66fec));
  background-image: linear-gradient(90deg, #5123c6 0%, #b66fec 100%);
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  border: 0;
  cursor: pointer;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 60px;
}

.home4-btn-style-1 .icon {
  margin-right: 12px;
}

.home4-btn-style-1:hover {
  color: #ffffff;
}

.home4-btn-style-2 {
  border: 1px solid #c395ee;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 60px;
}

.home4-btn-style-2:hover {
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  background: #642c9f;
  border-color: #642c9f;
}

.home5-btn-style-1 {
  font-family: "Gilroy";
  border: 2px solid #0061c6;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 20px 58px;
}

.home5-btn-style-1:hover {
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  background: #0042ad;
  border-color: #0042ad;
}

.home6-btn-1 {
  font-family: "Karla", sans-serif;
  background: #247ffb;
  border: 2px solid #247ffb;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 19px 46px;
}

.home6-btn-1:hover {
  color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
}

.home6-btn-2 {
  font-family: "Karla", sans-serif;
  background: #fff323;
  border: 2px solid #fff323;
  display: inline-block;
  border-radius: 100px;
  color: #003160;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 19px 46px;
}

.home6-btn-2:hover {
  color: #003160;
  box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -moz-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
  -o-box-shadow: 0px 16px 32px 0px rgba(127, 94, 225, 0.2);
}

.sticky-top {
  z-index: 99;
}

.btn-hvr-anim-top {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}

.btn-hvr-anim-top:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.btn-ripple-out {
  position: relative;
}

.btn-ripple-out::before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: popcircle;
  animation-name: popcircle;
  border: 1px solid #ffffff;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

@keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.item-round {
  -webkit-animation: round 3s infinite linear;
  animation: round 3s infinite linear;
}

@-webkit-keyframes round {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes round {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.item-zoom-inout {
  -webkit-animation: zoom-inout 3s infinite ease-in-out;
  animation: zoom-inout 3s infinite ease-in-out;
}

@-webkit-keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----------------------------------------*/
/*  2. Home Product Showcase
/*----------------------------------------*/
body.home2 {
  background-color: #0A3A86;
  background-position: center center;
  background-size: 80% auto;
}

header.h2-header .home2-header-container {
  max-width: 1520px;
  text-align: center;
}
.logo2{
  width: 14%;
  padding: 1rem;

}

header.h2-header .home2-header-container .main-menu ul li {
  position: relative;
}

header.h2-header .home2-header-container .main-menu ul li::after {
  content: "";
  background: #ef4060;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  height: 1px;
  width: 45px;
  left: 22px;
  bottom: 6px;
  opacity: 0;
}

header.h2-header .home2-header-container .main-menu ul li:hover > a, header.h2-header .home2-header-container .main-menu ul li.active > a {
  color: #ef4060;
}

header.h2-header .home2-header-container .main-menu ul li:hover::after, header.h2-header .home2-header-container .main-menu ul li.active::after {
  opacity: 1;
}

header.h2-header .home2-header-container .main-menu ul li a {
  color: #000c35;
  padding: 20px 22px;
}

header.h2-header .home2-header-container .main-menu ul li ul li::after {
  display: none;
}

header.h2-header .home2-header-container .logo .link {
  color: #000c35;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

header.h2-header .home2-header-container .logo .link .color {
  color: #ef4060;
}

header.h2-header .home2-header-container .header2-right {
  text-align: right;
}

header.h2-header .home2-header-container .header2-right .links {
  padding: 0;
  list-style: none;
}

header.h2-header .home2-header-container .header2-right .links li {
  display: inline-block;
  margin-right: 14px;
}

header.h2-header .home2-header-container .header2-right .links li a, header.h2-header .home2-header-container .header2-right .links li span {
  display: block;
  border: 2px solid #e2e9ff;
  border-radius: 100px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #81879b;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

header.h2-header .home2-header-container .header2-right .links li a:hover, header.h2-header .home2-header-container .header2-right .links li span:hover {
  background: #ef4060;
  border-color: #ef4060;
  color: #ffffff;
}

.search-modal {
  background: rgba(0, 0, 0, 0.95);
}

.search-modal .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
}

.search-modal .modal-dialog .modal-content form {
  background: transparent;
  border: 0;
  padding: 0px;
  position: relative;
}

.search-modal .modal-dialog .modal-content form input[type="search"] {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 10px;
  background: transparent;
}

.search-modal .modal-dialog .modal-content form .search-button {
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0;
}

.search-modal .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 32px;
  padding: 14px;
}

/* 2.2 Hero */
.home2-hero-area {
  padding: 37px 10% 32px;
  background-image: url(../img/hero-banner.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  
  
}

.home2-hero-area .home2-bg-text {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 200px;
  line-height: 200px;
}

.home2-hero-area .home2-hero-banner {
  position: absolute;
  right: 0;
  top: 0;
}

.home2-hero-area .home2-hero-container {
  max-width: 1400px;
  margin:auto;
  padding: 0 50px;
}

.home2-hero-area .home2-hero-container .home2-hero-content .intro {
  color: #626981;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.home2-hero-area .home2-hero-container .home2-hero-content .title {
  color: #000c35;
  font-size: 4rem;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase !important;
  margin: 1px 0 0;
  color: #eaa526;


}

.home2-hero-area .home2-hero-container .home2-hero-content .text {
  color: #626981;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 20px 0 0;
  color: #fff;
}

.home2-hero-area .home2-hero-container .home2-hero-content .img-her {

  margin-top: 20px;
  width: 50%;

}

.home2-hero-area .home2-hero-container .home2-hero-content .links {
  padding: 0;
  list-style: none;
  margin: 39px 0 0;
}

.home2-hero-area .home2-hero-container .home2-hero-content .links li {
  display: inline-block;
  margin-right: 14px;
}

.home2-hero-area .home2-hero-container .home2-hero-content .links li a.link {
  display: block;
}

/* 2.3 Feature */
.section-title-2 {
  margin: 0 0 72px;
  text-align: center;
}

.section-title-2 .intro {
  font-family: "Open Sans", sans-serif;
  color: #ef4060;
  text-transform: uppercase;
}

.section-title-2 .title {
  color: #eaa526;
  font-size: 4rem;
  line-height: 60px;
  margin: 26px 0 0;
  font-weight: 800;
  text-transform: uppercase !important;

}

.section-title-2.color-white .title {
  color: #ffffff;
}

.home2-feature-area {
  padding: 46px 0 50px;
  background-image: url(../img/bg-sessao2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home2-single-feature {
  background: #ffffff;
  margin: 10px 0 40px;
  padding: 70px 32px 36px;
  text-align: center;
  border-radius: 20px;
}

.home2-single-feature .icon-box {
  margin-bottom: -50px;
  position: relative;
  top: -50px;
}

.home2-single-feature .icon-box .icon {
  border-radius: 100px;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 30px;
  color: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.home2-single-feature .icon-box .color-1 {
  box-shadow: 0px 16px 32px 0px rgba(65, 140, 255, 0.3);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(65, 140, 255, 0.3);
  -moz-box-shadow: 0px 16px 32px 0px rgba(65, 140, 255, 0.3);
  -o-box-shadow: 0px 16px 32px 0px rgba(65, 140, 255, 0.3);
  background: #4285ff;
}

.home2-single-feature .icon-box .color-2 {
  box-shadow: 0px 16px 32px 0px rgba(255, 191, 66, 0.3);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(255, 191, 66, 0.3);
  -moz-box-shadow: 0px 16px 32px 0px rgba(255, 191, 66, 0.3);
  -o-box-shadow: 0px 16px 32px 0px rgba(255, 191, 66, 0.3);
  background: #ffbf42;
}

.home2-single-feature .icon-box .color-3 {
  box-shadow: 0px 16px 32px 0px rgba(82, 193, 90, 0.3);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(82, 193, 90, 0.3);
  -moz-box-shadow: 0px 16px 32px 0px rgba(82, 193, 90, 0.3);
  -o-box-shadow: 0px 16px 32px 0px rgba(82, 193, 90, 0.3);
  background: #52c15a;
}

.home2-single-feature .icon-box .color-4 {
  box-shadow: 0px 16px 32px 0px rgba(255, 133, 66, 0.3);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(255, 133, 66, 0.3);
  -moz-box-shadow: 0px 16px 32px 0px rgba(255, 133, 66, 0.3);
  -o-box-shadow: 0px 16px 32px 0px rgba(255, 133, 66, 0.3);
  background: #ff8542;
}

.home2-single-feature .content {
  margin: 34px 0 0;
}

.home2-single-feature .content .title {
  color: #000c35;
}

.home2-single-feature .content .text {
  color: #626981;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}

.home2-single-feature:hover .icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 2.4 Built */
.home2-built-with-area {
  padding: 178px 0 302px;
  position: relative;
}

.home2-built-with-area .home2-built-bg {
  left: 260px;
  position: absolute;
  top: 118px;
}

.home2-built-with-area .home2-built-banner {
  left: 445px;
  position: absolute;
  top: 181px;
}

.home2-built-with-area .section-title-2 {
  text-align: left;
}

.home2-built-with-area .home2-built-with-content .text {
  color: #626981;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.home2-built-with-area .home2-built-with-content .download {
  padding: 0;
  list-style: none;
  margin: 37px 0 0;
}

.home2-built-with-area .home2-built-with-content .download li {
  display: inline-block;
  margin-right: 14px;
}

.home2-built-with-area .home2-built-with-content .download li a {
  background: #ffffff;
  display: block;
  overflow: hidden;
  position: relative;
  min-width: 248px;
  padding: 23px 20px 23px 38px;
}

.home2-built-with-area .home2-built-with-content .download li a .left {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  line-height: 50px;
}

.home2-built-with-area .home2-built-with-content .download li a .left .icon {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  color: #ef4060;
  font-size: 36px;
  line-height: 26px;
}

.home2-built-with-area .home2-built-with-content .download li a .right {
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
}

.home2-built-with-area .home2-built-with-content .download li a .right .intro {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  display: block;
  letter-spacing: 0;
  color: #70768b;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 8px;
}

.home2-built-with-area .home2-built-with-content .download li a .right .title {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000c35;
  font-family: "Gilroy";
  display: block;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.home2-built-with-area .home2-built-with-content .download li a:hover {
  background: #ef4060;
}

.home2-built-with-area .home2-built-with-content .download li a:hover .left .icon {
  color: #ffffff;
}

.home2-built-with-area .home2-built-with-content .download li a:hover .right .intro {
  color: #ffffff;
}

.home2-built-with-area .home2-built-with-content .download li a:hover .right .title {
  color: #ffffff;
}

.home2-built-with-area .home2-built-with-content .download li::last-child {
  margin-right: 0;
}

/* 2.5 Facilities */
.home2-facilities-area {
  position: relative;
  padding: 0 0 115px;
}

.home2-facilities-area .home2-facilities-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.home2-facilities-area .facilities-container {
  background: #ffffff;
  max-width: 1520px;
  margin: auto;
  padding: 194px 30px 0;
}

.all-facilities .single-facilities {
  overflow: hidden;
  margin: 0 0 60px;
}

.all-facilities .single-facilities .icon-box {
  float: left;
  width: 100px;
  text-align: center;
}

.all-facilities .single-facilities .icon-box .icon {
  border-radius: 100px;
  color: #ef4060;
  display: inline-block;
  background: #fafaff;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.all-facilities .single-facilities .content {
  padding-left: 40px;
  overflow: hidden;
}

.all-facilities .single-facilities .content .title {
  color: #000c35;
  font-size: 26px;
  line-height: 30px;
}

.all-facilities .single-facilities .content .text {
  color: #626981;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  margin: 17px 0 0;
}

.all-facilities .single-facilities:hover .icon {
  background: #ef4060;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
}

.facilities-more {
  text-align: center;
  position: relative;
  bottom: -30px;
  margin-top: -30px;
  padding-top: 154px;
}

.facilities-more .link {
  box-shadow: 0px 16px 32px 0px rgba(239, 64, 96, 0.3);
  -webkit-box-shadow: 0px 16px 32px 0px rgba(239, 64, 96, 0.3);
  -moz-box-shadow: 0px 16px 32px 0px rgba(239, 64, 96, 0.3);
  -o-box-shadow: 0px 16px 32px 0px rgba(239, 64, 96, 0.3);
  padding: 13px 40px;
}

/* 2.6 Experience */
.home2-experience-area {
  position: relative;
  padding: 220px 0 150px;
}

.home2-experience-area .home2-experience-bg {
  position: absolute;
  right: 375px;
  top: 114px;
}

.home2-experience-area .home2-experience-banner {
  position: absolute;
  right: 100px;
  top: 330px;
}

.home2-experience-area .home2-expierince-content .section-title-2 {
  text-align: left;
}

.home2-experience-area .home2-expierince-content .text {
  color: #626981;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.home2-experience-area .home2-expierince-content .shop-price {
  margin: 37px 0 0;
}

.home2-experience-area .home2-expierince-content .shop-price .shop {
  padding: 13px 40px;
  margin-right: 34px;
}

.home2-experience-area .home2-expierince-content .shop-price .shop .icon {
  margin-right: 8px;
}

.home2-experience-area .home2-expierince-content .shop-price .price {
  font-family: "Gilroy";
  color: #000c35;
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.home2-experience-area .home2-expierince-content .shop-price .price .color {
  font-family: "Gilroy";
  color: #ef4060;
}

/* 2.7 More Product */
.home2-more-products-area {
  padding: 127px 0 70px;
}

.single-home2-more-product {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  background: #ffffff;
  text-align: center;
  padding: 5px 0 26px;
  margin: 0 0 30px;
}

.single-home2-more-product .img {
  padding: 0 24px;
}

.single-home2-more-product .content {
  text-align: center;
  padding: 26px 0 0;
}

.single-home2-more-product .content .type {
  font-family: "Open Sans", sans-serif;
  color: #9fa6be;
  line-break: 18px;
  text-transform: uppercase;
}

.single-home2-more-product .content .name {
  color: #000c35;
  font-size: 18px;
  line-height: 22px;
  margin: 9px 0 0;
}

.single-home2-more-product .content .price {
  color: #ef4060;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  margin: 16px 0 0;
}

.single-home2-more-product .content .price .old {
  font-family: "Open Sans", sans-serif;
  color: #b8bed3;
}

.single-home2-more-product:hover {
  box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* 2.8 Subscribe */
.home2-subscribe-area {
  padding: 100px 0 120px;
}

.home2-subscribe-area .home2-subscribe-container {
  background: #000c35;
  max-width: 1478px;
  padding: 115px 30px 121px;
  margin: auto auto;
  position: relative;
}

.home2-subscribe-area .home2-subscribe-container .home2-subscribe-top-banner {
  position: absolute;
  left: 33%;
  top: -15px;
}

.home2-subscribe-area .home2-subscribe-container .home2-subscribe-left-banner {
  position: absolute;
  left: -42px;
  bottom: 194px;
}

.home2-subscribe-area .home2-subscribe-container .home2-subscribe-right-banner {
  position: absolute;
  right: -90px;
  bottom: -90px;
}

.home2-subscribe-area .home2-subscribe-box {
  text-align: center;
}

.home2-subscribe-area .home2-subscribe-box .h2sb-input-box {
  position: relative;
}

.home2-subscribe-area .home2-subscribe-box .h2sb-input-box input[type="text"] {
  background: transparent;
  letter-spacing: 0;
  color: #b3bad1;
  width: 100%;
  border: 4px solid #404a6d;
  font-size: 14px;
  padding: 31px 47px;
}

.home2-subscribe-area .home2-subscribe-box .h2sb-input-box input[type="submit"] {
  background: #ef4060;
  color: #ffffff;
  border: none;
  cursor: pointer;
  letter-spacing: 0;
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 40px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home2-subscribe-area .home2-subscribe-box .info-text {
  color: #40efc0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 28px 0 0;
}

/* 2.9 Blog */
.home2-blog-area {
  padding: 75px 0 170px;
}

.single-blog {
  background: #ffffff;
  margin: 0 0 30px;
}

.single-blog .content {
  position: relative;
  padding: 33px 42px 37px;
}

.single-blog .content::before {
  background: #ef4060;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 40px;
  width: 2px;
}

.single-blog .content .date {
  font-family: "Open Sans", sans-serif;
  color: #ef4060;
  font-weight: 700;
  text-transform: uppercase;
}

.single-blog .content .title {
  font-family: "Gilroy";
  color: #000c35;
  display: block;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin: 7px 0 0;
}

.single-blog .content .title:hover {
  color: #ef4060;
}

.single-blog .content .text {
  font-family: "Open Sans", sans-serif;
  color: #626981;
  line-height: 26px;
  margin: 20px 0 0;
}

/* 2.10 Footer */
footer.footer2 {
  padding: 0 30px;
}

footer.footer2 .home2-footer-container {
  max-width: 1520px;
  padding: 102px 30px 120px;
  margin: auto;
  position: relative;
}

footer.footer2 .home2-footer-container .home2-footer-banner-top-left {
  position: absolute;
  top: -27px;
  left: 377px;
}

footer.footer2 .home2-footer-container .home2-footer-banner-top-right {
  position: absolute;
  top: -38px;
  right: 40px;
}

footer.footer2 .home2-footer-container .home2-footer-banner-bototm-left {
  position: absolute;
  bottom: -34px;
  left: 100px;
}

footer.footer2 .home2-footer-content {
  text-align: center;
}

footer.footer2 .home2-footer-content .logo .link {
  font-family: "Gilroy";
  color: #000c35;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}

footer.footer2 .home2-footer-content .logo .link .color {
  color: #ef4060;
}

footer.footer2 .home2-footer-content .text {
  font-family: "Open Sans", sans-serif;
  color: #626981;
  font-size: 16px;
  line-height: 26px;
  margin: 35px 0 0;
}

footer.footer2 .home2-footer-content .social {
  padding: 0;
  list-style: none;
  margin: 48px 0 0;
}

footer.footer2 .home2-footer-content .social li {
  display: inline-block;
  margin-right: 6px;
}

footer.footer2 .home2-footer-content .social li:last-child {
  margin-right: 0;
}

footer.footer2 .home2-footer-content .social li a {
  background: #0f288c;
  border-radius: 100px;
  color: #626981;
  display: block;
  font-size: 16px;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

footer.footer2 .home2-footer-content .social li a:hover {
  color: #ffffff;
  background: #ef4060;
}

footer.footer2 .copyright {
  text-align: center;
  padding: 23px 0;
}

footer.footer2 .copyright .text {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}


/* 8.11 Footer */
footer.home6-footer {
  background-image: url(../img/cleanrex/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
  z-index: 1;
  padding: 0 0 70px;
}

footer.home6-footer::before {
  background: #003160;
  opacity: 0.75;
  z-index: -1;
}

footer.home6-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 110px 1920px;
  width: 100%;
  border-color: #ffffff transparent transparent transparent;
}

.h6-footer-brand {
  padding: 220px 0 0;
}

.h6-footer-carousel {
  border-bottom: 1px solid #43688c;
  padding-bottom: 110px;
}

.h6-single-brand {
  text-align: center;
}

.h6-single-brand img {
  height: 77px;
  margin: auto;
  width: auto !important;
}

.h6-footer-contents {
  padding: 100px 0 0;
}

.h6-footer-widget {
  margin: 0 0 30px;
}

.h6-footer-widget .title {
  color: #ffffff;
  margin: 0 00 27px;
}

.h6-footer-widget .text {
  font-family: "Karla", sans-serif;
  color: #ffffff;
  margin: 29px 0 0;
}

.h6-footer-widget .social-links {
  padding: 0;
  list-style: none;
  margin: 25px 0 0;
}

.h6-footer-widget .social-links li {
  display: inline-block;
  margin-right: 4px;
}

.h6-footer-widget .social-links li:last-child {
  margin-right: 0;
}

.h6-footer-widget .social-links li a {
  border-radius: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

.h6-footer-widget .social-links li a:hover {
  background: #247ffb;
}

.h6-footer-widget .links {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h6-footer-widget .links li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.h6-footer-widget .links li a {
  display: block;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
}

.h6-footer-widget .address {
  padding: 0;
  list-style: none;
}

.h6-footer-widget .address li {
  display: block;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  position: relative;
  padding-left: 24px;
}

.h6-footer-widget .address li .icon {
  color: #fff323;
  position: absolute;
  left: 0;
  top: 0;
}

.h6-footer-widget .insta {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.h6-footer-widget .insta li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 27.45%;
          flex: 1 1 27.45%;
  margin-right: 15px;
  margin-bottom: 15px;
}

.h6-footer-widget .insta li a {
  display: block;
}

.h6-footer-widget .insta li a img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */