@charset "utf-8";
/* CSS Document */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */
@media (min-width: 1200px){
.container {
    max-width: 1140px !important;
}

}
.pt-7,
.py-7 {
  padding-top: 7rem !important;
}
ul {
	padding: 0;
}

ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	color: #7c8595;
	font-size: 17px;
	line-height:26px;
	margin-bottom:20px;
}
	
ul li, ol li{
    font-size: 17px;
    line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
}

ul li i{
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
    line-height: 26px;
	font-weight: 400;
	color: #7c8595;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover{
	color: #0d6efd;
}

.btn {
  font-family: 'Nunito', sans-serif;
	font-size: 17px;
	font-weight: 600;
}

.btn-link {
    font-weight: 600;
    color: #595959;
    text-decoration: none;
}

.btn-link i{
	font-size: 18px;
    font-weight: 600;
    color: #595959;
    text-decoration: none;
}
.btn-two {
    color: #000;
    background: #15AED5;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 29px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.btn-two:hover{
	color: white;
}
a:hover .btn-link i{color:#0a58ca}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom:20px;
  color: #071e55;
  font-weight: 700;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.width-100{
	width: 100%;
}

.image-shadow {
    border-radius: 8px 8px;
    box-shadow: 15px 10px 20px rgb(0 0 0 / 15%);
}

.blue{
	color: #0d6efd;
}

.red{
	color: #e52f37;
}

.green {
    color: #27b36a;
}

.section-white {
	background: #fff;
	padding: 90px 0 90px 0;
}

.section-grey{
	background: #f5f7fc;
	padding: 90px 0 90px 0;
}

.section-blue{
	background: #0d6efd;
	padding: 90px 0 70px 0;
}

.section-white.no-padding, .section-grey.no-padding, .section-blue.no-padding {
	padding:0;
}

.section-white.medium-paddings, .section-grey.medium-paddings, .section-blue.medium-paddings {
	padding: 60px 0;
}

.section-white.small-paddings, .section-grey.small-paddings, .section-blue.small-paddings {
	padding: 30px 0;
}

.section-white.xsmall-paddings, .section-grey.xsmall-paddings, .section-blue.xsmall-paddings {
	padding: 10px 0;
}

.section-white.small-padding-top, .section-grey.small-padding-top, .section-blue.small-padding-top {
	padding: 30px 0 90px 0;
}

.section-white.medium-padding-bottom, .section-grey.medium-padding-bottom, .section-blue.medium-padding-bottom {
	padding: 90px 0 70px 0;
}

.section-white.small-padding-bottom, .section-grey.small-padding-bottom, .section-blue.small-padding-bottom {
	padding: 90px 0 30px 0;
}

.section-white.no-padding-bottom, .section-grey.no-padding-bottom, .section-blue.no-padding-bottom {
	padding: 90px 0 0 0;
}

iframe {
    max-width: 100%;
    border: none;
}

.iframe-youtube{
    position: relative;
    margin-top: 30px;
    z-index: 100;
}

.iframe-youtube iframe{
    padding: 10px 10px;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.20);
    background-color: #fff;
    webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
    z-index: 100;
}

/* margin and padding classes */

.margin-right-15 {
	margin-right: 15px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-5{
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-15 {
	padding-top: 15px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-35 {
	padding-top: 35px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.padding-left-20{
	padding-left: 20px;
}

.px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
/* ========================================================== */
/* 			               02. Header nav             */
/* ========================================================== */
.web{
	color: #72b4d5;
}
.text-sm {
    font-size: .7875rem;
    float: inline-end;

}

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #f8f9fa;
    border-radius: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0 !important;
}

.dropdown-menu.show {
    display: block;
    left: auto;
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}
#navTop{
    clear: both;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.1rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .275rem;
    padding-bottom: .275rem;
    margin-right: 1rem;
    font-size: 1.2rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .2rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggler:hover,.navbar-toggler:focus {
    text-decoration: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.95)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0,0,0,0.95)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.65)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.95)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.65);
    border-color: rgba(0,0,0,0)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.9);
    border-color: rgba(0,0,0,0)
}

header.header-absolute {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}

.bg-hover-white {
    transition: all .2s ease-out;
}

.bg-hover-white:hover {
    background: var(--white) !important;
}

.navbar.fixed-top.bg-fixed-white {
    position: fixed !important;
    background-color: var(--white);
    top: 0;
    width: 100%;
}

.navbar.fixed-top {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.navbar .nav-item {
    position: relative
}

.navbar .nav-link {
    color: #495057;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .9rem
}

.navbar .dropdown-menu {
    margin-top: 1.1rem
}

.navbar-light .navbar-brand,.navbar-hover-light:hover .navbar-brand,.navbar-fixed-light.fixed-top .navbar-brand {
    color: darkorange;
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus,.navbar-hover-light:hover .navbar-brand:hover,.navbar-hover-light:hover .navbar-brand:focus,.navbar-fixed-light.fixed-top .navbar-brand:hover,.navbar-fixed-light.fixed-top .navbar-brand:focus {
    color: tomato;
}

.navbar-light .navbar-nav .nav-link,.navbar-hover-light:hover .navbar-nav .nav-link,.navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    color: darkorange;
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus,.navbar-hover-light:hover .navbar-nav .nav-link:hover,.navbar-hover-light:hover .navbar-nav .nav-link:focus,.navbar-fixed-light.fixed-top .navbar-nav .nav-link:hover,.navbar-fixed-light.fixed-top .navbar-nav .nav-link:focus {
    color: tomato;
    text-decoration: none;
}

.navbar-light .navbar-toggler,.navbar-hover-light:hover .navbar-toggler,.navbar-fixed-light.fixed-top .navbar-toggler {
    color: darkorange;
    top: 0;
    border-color: rgba(0,0,0,0)
}

.navbar-icon-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .4rem 0;
    margin: 0 .5rem;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.5
}

.navbar-icon-link::after {
    display: none
}

.navbar-icon-link-badge {
    position: absolute;
    top: -5px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #343a40;
    color: #fff;
    text-align: center;
    font-size: 0.6rem
}

.navbar-fixed-light {
    background-color: var(--gray-900);
}

.index .navbar-fixed-light {
    background-color: transparent;
}

.navbar-light .navbar-icon-link,.navbar-fixed-light.fixed-top .navbar-icon-link,.navbar-hover-light:hover .navbar-icon-link {
    color: orange;
}

.navbar-light .navbar-icon-link-badge,.navbar-fixed-light.fixed-top .navbar-icon-link-badge,.navbar-hover-light:hover .navbar-icon-link-badge {
    background: #343a40;
    color: #fff
}

.navbar-dark .navbar-icon-link {
    color: #fff
}

.navbar-dark .navbar-icon-link-badge {
    background: #fff;
    color: #343a40
}

.navbar-cart-product-wrapper {
    min-width: 270px;
    max-height: 280px;
    overflow-y: auto
}

.navbar-cart-product {
    padding-top: .6rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid #e9ecef
}

.navbar-cart-product:last-of-type {
    border-bottom: none
}

.navbar-cart-product .navbar-cart-product-image {
    max-width: 70px
}

.navbar-cart-product .navbar-cart-product-link {
    font-weight: bold;
    text-decoration: none;
    color: #343a40;
    padding: 0
}

.navbar-cart-product .navbar-cart-product-link:hover {
    background: none;
    text-decoration: none
}

.navbar-cart-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    font-size: .7875rem;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.search-area-wrapper {
    display: none
}

.search-area {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.search-area .search-area-input {
    width: 100%;
    padding: 1rem 0;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #aaa
}

.search-area .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #555
}

.dropdown-menu {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1)
}

.nav-link {
    color: #343a40
}

@media(max-width: 767.98px) {
    .index .navbar-fixed-light {
        background-color:#212529;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        padding-right:0;
        padding-left: 0
    }

    .navbar-expand-lg {
        padding: .6rem 1rem
    }

    .navbar-expand-lg.navbar-sticky .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto
    }

    .navbar-expand-lg.navbar-sticky .navbar-collapse.collapsing {
        overflow-y: hidden
    }
    #navTop .px-xl-5 {
    padding-right: 0!important;
    padding-left: 0!important;
   }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-airy .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem
    }
    
}

@media (min-width: 1200px) {
    .navbar-airy .navbar-nav .nav-link {
        padding-right:1.5rem;
        padding-left: 1.5rem
    }
}

.navbar-brand span {
    font-weight: 600;
}

.breadcrumb {
    margin: 10px 0 0 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.breadcrumb>.active {
    color: #ff8c00;
    opacity: .9
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    color: #000
}

.breadcrumb li a:hover {
    color: orange
}

.breadcrumb>li+li:before {
    color: #000;
    content: "/";
    font-size: 13px;
    position: relative;
    top: 0
}

.page_breadcrumbs {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px
}

.page_breadcrumbs .breadcrumbs_inner {
    z-index: 4
}

@media (max-width: 991.98px) {
    .page_breadcrumbs {
        display:none
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

ul {
    padding: 0;
}

ul, ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
}

ul li, ol li {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    list-style-type: none;
}

ul li i {
    vertical-align: middle;
    padding-right: 5px;
}

p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}


a:hover {
    color: #15AED5;
}


/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar-brand {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #071e55;
}

.navbar-brand i {
    color: #15AED5;
}

.navbar-brand:hover {
    color: #071e55;
}

.navbar-brand span.orange, .navbar-brand:hover span.orange {
    color: #15AED5;
}

.navbar-fixed-top.opaque .navbar-brand {
    color: #071e55;
}

.navbar-fixed-top.opaque .navbar-brand span.orange {
    color: #15AED5;
}

.navbar-fixed-top.opaque .navbar-brand:hover {
    color: #071e55;
}

.navbar {
    width: 100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-toggler {
    border: 1px solid #15AED5;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.navbar-toggler-icon i {
    color: #15AED5;
    vertical-align: middle;
}

.navbar-fixed-top {
    position: absolute!important;
    background-color: #fff;
    border-bottom: none;
    transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
    position: fixed!important;
    top: 0;
    margin-top: 0;
    background-color: #fff!important;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04)!important;
    transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top.opaque .navbar-nav > li {
    display: inline-block;
}

.navbar-fixed-top .navbar-nav > li > a {
    color: #595959;
    font-size: 17px !important;
    line-height: 30px !important;
    padding: 10px 15px!important;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.navbar-fixed-top.opaque .navbar-nav > li > a {
    color: #071e55;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #15AED5!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-item.current a {
    color: #04738f!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn {
    border: 2px solid #04738f;
    color: #fff!important;
    background: #15AED5;
    border-radius: 5px 5px;
    padding: 10px 18px!important;
    margin-left: 10px;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
    color: #fff!important;
    background: transparent;
    border: 2px solid #fff;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
    color: #fff!important;
    background: #164145;
    border: 1px solid #164145;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
    border: 1px solid #164145;
    color: #164145!important;
    background: transparent;
}


/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer{
	position: relative;
	overflow: hidden;
    display: block;
    padding: 40px 0 20px 0;
    background-color: #f5f7fc;
}

.footer p {
	margin-bottom: 5px;
	line-height: 24px;
	color: #454545;
}

.footer p > a {
	font-size: 17px;
	color: #0d6efd;
	text-decoration:underline;
}

.footer p > a:hover {
	color: #0b5ed7;
	text-decoration:underline;
}

span.template-name{
	font-weight: bold;
}

a.footer-links {
    display: block;
    font-size: 17px;
    margin-bottom: 2px;
    color: #454545;
}

a.footer-links:hover {
	color: #e52f37;
	text-decoration:underline;
    transition: all .5s ease-in-out;
}

/* Footer Social Icons */
ul.footer_social{
	float: right;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: #1e90ff;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a.twitter i {
  color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
  color: #C92228;
}

ul.footer_social li a.instagram i {
  color: #3b5998;
}

ul.footer_social li a.whatsapp i {
  color: #4FCE5D;
}

ul.footer_social li a.google i {
  color: #4285f4 ;
}

ul.footer_social li a.github i {
  color: #ea4c89;
}

ul.footer_social li a i:hover {
	opacity: 0.59;
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.home-section {
	width: 100%;
	position: relative;
  	padding-top: 120px;
  	padding-bottom: 50px;
	background-color: #f5f7fc;
}

.home-section h1{
	margin-bottom: 20px;
	line-height: 1.2;
    color: #212121;
}

.home-section p.hero-text{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #454545;
}

/* -----  Newsletter ----- */
.newsletter_form_wrapper{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.newsletter_form_box{
	margin:0 auto;
	max-width:728px;
}

#newsletter-form{
	width: 100%;
	max-width: 500px;
    moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.1);
}

#newsletter-form #email_newsletter {
	background: url(../images/input-envelope.png) no-repeat 15px 20px;
	width:100%;
	max-width: 350px; 
	height: 59px;
    padding:0 20px 0 45px;
	border: none!important;
	background-color: #fff;
    moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
	color:#454545;  
    font-size:17px;
	margin:0!important
}

#newsletter-form #submit-button-newsletter {
    width: 145px;
	height:62px;
    background: #e52f37;
	border: none;
    color:#fff;  
    display: inline;
	margin:0!important;
    moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	font-size:14px;
	font-weight:700;
	font-family: 'Nunito', sans-serif;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	cursor: pointer;
    background-color: #df2931;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

input#email_newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;

}
input#email_newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
input#email_newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
input#email_newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.newsletter_success_box{
	font-size: 18px;
	font-style: italic;
	color: #27b36a;
	margin: 5px 0;
}

p.newsletter-form-terms {
    margin: 15px 0 5px 0;
    font-size: 14px;
    text-shadow: none;
}

p.newsletter-form-terms span {
    margin-right: 15px;
}

p.newsletter-form-terms i {
    font-size: 18px;
    line-height: 28px;
    margin-right: 1px;
    color: #27b36a;
}

/* ========================================================== */
/* 			               05. TEAM                           */
/* ========================================================== */

.team-item{
	padding: 10px 25px 40px 25px;
    text-align: center;
    transition: all 1s;
	border-radius: 0 0 8px 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-item h4{
	margin:20px 0 1px 0!important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-info {
	display: block;
}

.team-info p{
	color:#acacac;
	font-style:italic;
}

.team-img{
	border-radius: 8px 8px;
}

ul.team-icon {
	margin: 25px 0 0 0;
}

ul.team-icon li{
	display: inline-block;
	margin:0 3px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

ul.team-icon li a{
	margin: 0;
	display: inline-block;
	padding: 8px 8px;
	width: 36px;
	height: 36px;
	font-size: 18px;
	line-height: 18px;
	background-color: #fff;
	border-radius: 50%;
	color:#fff;
}

ul.team-icon li a.twitter{
	background-color: #4099ff;
}

ul.team-icon li a.pinterest{
	background-color: #C92228;
}

ul.team-icon li a.facebook{
	background-color: #3b5998;
}

ul.team-icon li a.dribble{
	background-color: #ea4c89;
}

.team-icon li a:hover{
	color:#dedede;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			       06. SERVICES AND FEATURES                  */
/* ========================================================== */

/* -----  Services  ----- */
.main-services {
	margin-top: 40px;
	padding: 25px 30px;
	background-color: #fff;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius: 8px;
	text-align: center;
	transition: all 1s;
}

.main-services:hover {
	margin-top: 25px;
	transition: all 1s;
}

.main-services i{
	display: block;
	font-size: 46px;
    margin-bottom: 5px;
}

.main-services p{
	padding: 0 10px;
}

/* -----  Features  ----- */
.feature-box{
	overflow: hidden;
	margin: 30px 0 0 0;	
}

.feature-box i{
	float: left;
    font-size: 40px;
    line-height: 50px;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #0d6efd;
}

.feature-box.light-green i{
    color: #a9d129;
}

.feature-box.light-blue i{
    color: #50a0d2;
}

.feature-box.orange i{
    color: #fe9c24;
}

.feature-box.dark-blue i{
    color: #3473b8;
}

.feature-box.light-red i{
    color: #fc6a3f;
}

.feature-box.dark-green i{
    color: #87ac34;
}

.feature-box img{
	float: left;
	width: 100%;
	max-width: 48px;
}

.feature-box-text {
	float: left;
	width: 75%;
	margin-left: 20px;
}

.feature-box h4{
	font-size: 20px;
	margin-bottom: 10px;
}

/* ========================================================== */
/* 			               07.TESTIMONIALS                    */
/* ========================================================== */

.testim-info{
	width: 100%;
	max-width: 500px;
}

.testim-inner{
}

.testim-inner h6{
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 28px;
	font-weight: 800;
	text-transform: uppercase;
}

.testim-inner h6 span{
	text-transform: none;

}

.testim-inner p{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #656565;
}

.testim-inner i{
	display: block;
	font-size: 40px;
	line-height: 40px;
}

.testim-inner a.video-play-icon i{
	margin-bottom: 12px;
	font-size: 26px;
	line-height: 90px;
	color: #164145;
}

.testim-rating {
	margin-bottom: 30px;
}

.testim-rating i{
	color: #fdcc28;
}

.testim-rating{
	display: inline-block;
	margin-right: 20px;
}

.testim-platform p{
	display: inline-block;
	font-size: 18px;
}

/* ----- Testimonial Single ----- */
p.testimonial-single{
	margin-bottom: 25px;
	font-size: 26px;
	line-height: 38px;
	font-weight: 300;
	font-style: italic;
}

/* ----- Vertical Carousel Indicators ----- */


.carousel-inner {
    overflow: visible!important;
}

/* ========================================================== */
/* 			               08. PRICING                        */
/* ========================================================== */

.price-box{
	position: relative;
	text-align: center;
	background-color: #fff;
	border-bottom: 3px solid #e0e0e0;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
	padding: 40px 0 30px 0;
	margin-bottom: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box:hover{
	border-bottom: 3px solid #1e90ff;
	transition: all 1s;
}

.price-box .price-subtitle,.price-box .price-text{
	color: #6a6a6a;
}

ul.pricing-list{
	padding: 0 55px;
}

ul.pricing-list li.price-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #071e55;
}

ul.pricing-list li.price-value{
	font-family: 'Nunito', sans-serif;
	font-size: 60px;
	line-height: 70px;
	display: block;
	margin-top:20px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #071e55;
}

ul.pricing-list li.price-subtitle{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #6a6a6a;
}

ul.pricing-list li.price-text{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

ul.pricing-list li.price-tag a{
	color: #fff;
	background: #1e90ff;
	border:1px solid #1e90ff;
	border-radius: 5px 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin: 30px 0 5px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover{
	background: #037aef;
}

ul.pricing-list li.price-tag-line a{
	color: #1e90ff;
	background: transparent;
	border:1px solid #1e90ff;
	border-radius: 5px 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin: 30px 0 5px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag-line a:hover{
	color: #fff;
	background: #037aef;
	border:1px solid #037aef;
}

.ribbon {
   position: absolute;
   right: -5px;
   top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px;
   height: 75px; 
   text-align: right;
}

.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px;
   display: block;
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
   background-color: #1e90ff;
}

.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
   border-left-color: #1e5799;
   border-top-color: #1e5799;
}

.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
   border-right-color: #1e5799; border-top-color: #1e5799;
}

/* ========================================================== */
/* 			                   09. BLOG                       */
/* ========================================================== */

.blog-item{
	position: relative;
    margin: 40px 5px 1px 5px;
    background-color: #fff;
    box-shadow: rgb(33 33 33 / 6%) 0 4px 24px 5px;
    border-radius: 8px;
    transition: all 1s;
}

.blog-item:hover{
	margin-top: 30px;
	transition:all 1s;
}

.blog-item img {
	-webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.blog-item-inner{
	margin-bottom: 30px;
	padding: 25px 25px;
}

.blog-item-inner p{
	margin:12px 0 2px 0;
}

h3.blog-title{
	margin-bottom:10px;
}

h3.blog-title a{
	font-size:20px;
	color: #071e55;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover{
	color:#0d6efd;
	text-decoration: underline;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons{
	color:#858585;
	font-size:14px;
	font-style:italic;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #aaa;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons i{
	padding-right: 4px;
	color:#656565;
	font-size:17px;
	line-height:18px;
	vertical-align: text-bottom;
}

a.blog-icons:hover {
	color:#0d6efd;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons.last{
	border-right: none;
}

/* ========================================================== */
/* 						    10. CONTACT                       */
/* ========================================================== */

iframe.contact-maps {
	margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 8px;
    background-color: #f6f7f8;
    border: 1px solid #eaeaea!important;
}

p.contact-info{
	margin-bottom:8px;
}

p.contact-info a{
	margin-bottom:8px;
	color: #000;
}

p.contact-info a:hover{
	text-decoration: underline;
}

p.contact-info i{
	font-size:18px;
	padding-right:5px;
	vertical-align: middle;
	color: #1e90ff;
}

#contact-form{
	margin-bottom:10px;
}

input.contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:23px;
	color: #000;
	background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
select.contact-input {
    width: 100%;
    height: 55px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 23px;
    color: #000000;
    background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size: 14px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #727272;
	background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	background: #0d6efd;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:600;
    padding: 17px 29px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover{
	color: #fff;
	background: #0b5ed7;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#000;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#000;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#454545;
	font-size:21px;
	font-style:italic;
}

/* ========================================================== */
/* 			               11. OTHER ELEMENTS                 */
/* ========================================================== */

/* Our Partners */
.our-partners {
	margin: 20px 10px 10px 0;
	padding: 10px 10px;
	background-color: #fff;
	box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius: 8px;
	text-align: center;
	transition: all 1s;
}

.our-partners:hover {
	margin-top: 10px;
	transition: all 1s;
}

/* Benefits List */
ul.benefits {
    margin-bottom: 25px;
}

ul.benefits li {
    margin-bottom: 4px;
}

ul.benefits.white li {
	color: #fff;
}

ul.benefits li i {
    font-size: 26px;
    line-height: 26px;
    margin-right: 1px;
}

ul.benefits.white li i {
    color: #fff;
}

ul.benefits-together li {
    margin-right: 10px;
    display: inline-block;
}

/* ----- Fun Facts ----- */
.fun-facts-boxs{
	display: inline-block;
	width:19%;
	padding:10px 10px;
}

.fun-facts-title{
	font-size:16px;
	font-weight:400;
}

.fun-facts-title span{
	font-size:26px;
	line-height:40px;
	font-weight:700;
	font-style:normal;
	color:#071e55;
	font-family: 'Nunito', sans-serif;
}

.fun-facts-box i{
	display: block;
	margin-bottom: 10px;
	font-size:40px;
	line-height:60px;
	color: #071e55;
}

.fun-facts-box.green i{
	color: #27b36a;
}

.fun-facts-box.blue i{
	color: #1e90ff;
}

.fun-facts-box.red i{
	color: #fc6a3f;
}

.fun-facts-box.yellow i{
	color: #fe9c24;
}

/* Popup Gallery */
.popup-gallery .video-popup-image{
	z-index: 100;
}

.popup-gallery:hover .video-popup-image{
	opacity: 1;
}

.video-play-icon {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    color: #e52f37;
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 50% 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;

    -webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon:hover {
    background-color: rgba(255, 255, 255, 0.99);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon i {
    color: #e52f37;
    font-size: 40px!important;
}

.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 1;
}

.popup-gallery a span.eye-wrapper{
	background-color:#164145;
	position: absolute;
	display: block;
	overflow:hidden;
	top: 0;
	left: 0;
	z-index: 999;
	width: 92%;
	height:92%;
	margin-top: 4%;
	margin-left: 4%;
	font-size: 36px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:36px;
	z-index: 9999;
	top: 50%!important;
	margin-top: -18px!important;
	left: 0%;
	right: 0%;
	color: #fff;
}

.popup-gallery a span.eye-wrapper2 {
	background-color:#164145;
	position: absolute;
	display: block;
	overflow:hidden;
	top: 0;
	left: 0;
	border-radius: 5px 5px;
	z-index: 999;
	width: 100%;
	height:100%;
	font-size: 36px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper2 i{
	position: absolute;
	display: inline-block;
	font-size:36px;
	z-index: 9999;
	top: 50%!important;
	margin-top: -18px!important;
	left: 0%;
	right: 0%;
	color: #fff;
}

.popup-gallery a:hover span.eye-wrapper, .popup-gallery a:hover span.eye-wrapper2{
	opacity: 0.75!important;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-item{
	margin-bottom: 37px;
}


/* How It Works - Accordion Tabs */
.accordion{
	position: relative;
	margin: 20px 0;
}

.accordion-item{
	margin-bottom: 20px;
	border:none;
    background-color: #fff !important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.accordion-header {
	max-width: 100%;
	position: relative;
    padding: 20px 25px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    /* border-left: 6px solid #27b36a; */
}

.accordion-button {
	font-family: 'Nunito', sans-serif;
	padding: 0;
    font-weight: 700;
    font-size: 20px;
    color: #071e55;
	text-align: left!important;
    background-color: transparent;
}

.accordion-button i {
	width: 46px;
	height: 46px;
	margin-right: 10px;
	padding: 10px 10px;
    color: #27b36a;
    font-size: 20px;
    line-height: 20px;
    border:2px solid #27b36a;
    border-radius: 50%;
}

.accordion-button:not(.collapsed) {
    color: #071e55;
    background-color: transparent;
    box-shadow: none;
}

.accordion-header h5 .btn-link:hover, .accordion-header h5 .btn-link:focus {
	text-decoration: none;
}

.accordion-body {
    padding: 1px 25px 25px 25px;
    border-top: none;
    font-family: 'Open Sans', sans-serif;
    color: #7c8595;
}

.testim-rating {
	margin-bottom: 30px;
}

.testim-rating i{
	color: #fdcc28;
}

.testim-platform.first{
	display: block;
	border-right: 1px solid #cecece;
}

.testim-platform p{
	margin-bottom: 5px;
	font-weight: bold;
	color: #071e55;
}

/* ========================================================== */
/* 			               12. OTHER ELEMENTS                 */
/* ========================================================== */

@media (max-width: 991px) {
   .px-xl-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden;
   }
    

@media (max-width: 768px) {
    .logo-text{
        display: none;
    }
}
	.navbar .text-end{
		text-align: left!important;
	}

	.footer {
	    padding-top: 40px;
	    text-align: center;
	}

	.footer-top i {
		display: block;
	    margin-top: 50px!important;
	}

	ul.footer_social {
		margin-top: 21px;
		float: none;
	}

	ul.footer_social li a i {
	    margin: 0 8px!important;
	}

	.responsive-top-margins{
		margin-top: 50px;
	}

	.responsive-bottom-margins{
		margin-bottom: 50px;
	}

	.section-bg-1, .section-bg-2, .section-bg-3{
	    background-attachment: inherit;
	}

	#newsletter-form #email_newsletter {
        width: 80%;
    	max-width: 334px;
    }

}

@media (max-width: 375px) {

	.home-section h1 {
		font-size: 32px;
	}

	.small-col-inside{
		margin: 50px 0;
		padding-right: 25px;
		padding-left: 25px;
	}

	.newsletter_form_wrapper{
		margin-bottom:50px;
	}

	#newsletter-form{
	    -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
	    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.15);
	}

	#newsletter-form #email_newsletter {
        width: 100%;
        padding: 0 7px 0 45px;
    	margin: 0;
	}

	#newsletter-form #submit-button-newsletter {
	    display: inline-block;
	    margin: 0;
	    width: 100%;
	    max-width: 370px;
	    height: 55px;
	    moz-border-radius: 0  0 5px 5px;
	    -webkit-border-radius: 0  0 5px 5px;
	    border-radius: 0  0 5px 5px;
	}

	.our-partners {
		margin: 20px 5px 10px 5px;
	}

	.blog-item{
	    margin: 40px 5px 1px 5px;
	}

	.main-services {
		margin: 40px 5px 0 5px;
	}

	.team-item{
		margin-left: 5px;
		margin-right: 5px;
	}

	.price-box{
		margin: 0 5px 20px 5px;
	}

}
#scrollTop {
    display: none;
    position: fixed;
    bottom: 1rem;
    left: 2rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #343a40;
    border: solid 1px #343a40;
    text-align: center;
    background: #fff;
    font-size: .8rem;
    z-index: 999;
    cursor: pointer;
}