@charset "UTF-8";

/*
	*****************************************************************
	*	Theme Name: Azir									
	*	Author: DeerCreative 										
	*	Author URL: https://themeforest.net/user/deercreative 		
	*	Version: 1.0.0												
	*****************************************************************
*/


/************************************
	-------------------------[Table of contents]----------------------
	This files contains the styling for the actual templates, this is the file you need to edit to change the look of the template.

	This file contents are outlined below.
	------------------------------------------------------------------

	[Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
  	content / #[keyword to find]
  	1. LAYOUT STYLE
  		1.1. About us
  		1.2. Approach
  		1.3. Banner
  		1.4. Blog layouts
        1.4.1. Blog default
        1.4.2. Blog grid sidebar
        1.4.3. Blog metro
        1.4.4. Blog masonri
        1.4.5. Blog timeline
        1.4.6. Blog detail
  		1.5. Careers
  		1.6. Case study
  		1.7. Comming soon
  		1.8. Contact
  		1.9. 404 error
  		1.10. Event
        1.10.1. Event Detail
  		1.11. FAQ
  		1.12. Feature list
  		1.13. Featured cases
        1.13.1. Homepage 2 feature case
        1.13.2. Homepage 3 feature case
      1.14. Homepage 01
      1.15. Homepage 02
      1.16. Homepage 03
      1.17. Homepage 04
      1.18. Homepage 05
  		1.19. Insight
        1.19.1. Default insight property
        1.19.2. Homepage 1 lastest insight layout
        1.19.3. Homepage 2 FAQ & Insight layout
        1.19.4. Homepage 3 lastest insight layout
        1.19.5. Homepage 4 faq insight layout
        1.19.6. Homepage 5 lastest insight layout
  		1.20. Our team
        1.20.1. Team detail
  		1.21. Pricing
  		1.22. Review
  		1.23. Services detail page
  		1.24. Services page
  		1.25. Shop
        1.25.1. Shop list
        1.25.1. Shop detail
        1.25.1. Shop cart
        1.25.1. Checkout
        1.25.1. Order complete 
  	2. COMPONENT
  	 	2.1. Accordion
      2.2. Button
      2.3. Call to action
      2.4. Display
      2.5. Header
        2.5.1. Header style 2
        2.5.2. Header style 3
        2.5.3. Header style 4
        2.5.4. Header style 5
        2.5.5. Header for mobile version
      2.6. Input form
      2.7. Loader
      2.8. Page header
      2.9. Pagination
      2.10. Partners
      2.11. Product
      2.12. Quantity control
      2.13. Quick contact
  		2.14. Scroll up button
  		2.15. Search
      2.16. Section header
      2.17. Sidebars
      2.18. Spacing
      2.19. Tabs
      2.20. Timeline
      2.21. Top Nav
        2.21.1. Top nav style 2
      2.22. Typography
*************************************/


/************************************
  Reset css
*************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: cerebrisans-regular;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

footer {
    background: #000;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

input,
textarea {
    font-family: 'Noto Sans', sans-serif;
}

input:focus {
    outline: 0;
}

input[type="checkbox" i] {
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-image: url("../images/icon-set/arrow_carrot-down.svg");
    background-size: 20px;
    background-position: 98% center;
    background-repeat: no-repeat;
}


/************************************
    Typography
*************************************/

@font-face {
    font-family: "cerebrisans-regular";
    src: url("../fonts/cerebrisans-regular.eot");
    src: url("../fonts/cerebrisans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans-regular.woff") format("woff"), url("../fonts/cerebrisans-regular.woff2") format("woff2"), url("../fonts/cerebrisans-regular.ttf") format("truetype"), url("../fonts/cerebrisans-regular.svg") format("svg");
}

@font-face {
    font-family: "cerebrisans-medium";
    src: url("../fonts/cerebrisans-medium.eot");
    src: url("../fonts/cerebrisans-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans-medium.woff") format("woff"), url("../fonts/cerebrisans-medium.woff2") format("woff2"), url("../fonts/cerebrisans-medium.ttf") format("truetype"), url("../fonts/cerebrisans-medium.svg") format("svg");
}

@font-face {
    font-family: "cerebrisans-semibold";
    src: url("../fonts/cerebrisans-semibold.eot");
    src: url("../fonts/cerebrisans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans-semibold.woff") format("woff"), url("../fonts/cerebrisans-semibold.woff2") format("woff2"), url("../fonts/cerebrisans-semibold.ttf") format("truetype"), url("../fonts/cerebrisans-semibold.svg") format("svg");
}

@font-face {
    font-family: "cerebrisans-bold";
    src: url("../fonts/cerebrisans-bold.eot");
    src: url("../fonts/cerebrisans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/cerebrisans-bold.woff") format("woff"), url("../fonts/cerebrisans-bold.woff2") format("woff2"), url("../fonts/cerebrisans-bold.ttf") format("truetype"), url("../fonts/cerebrisans-bold.svg") format("svg");
}

.heading {
    font-size: 30px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.h1 {
    font-size: 40px;
    color: #202020;
    line-height: 50px;
    font-family: cerebrisans-bold;
}

.h2 {
    font-size: 35px;
    color: #202020;
    line-height: 40px;
    font-family: cerebrisans-bold;
}

.h3 {
    font-size: 30px;
    color: #202020;
    line-height: 40px;
    font-family: cerebrisans-bold;
}

.h4 {
    font-size: 24px;
    color: #202020;
    line-height: 30px;
    font-family: cerebrisans-bold;
}

.h5 {
    font-size: 20px;
    color: #202020;
    line-height: 25px;
    font-family: cerebrisans-bold;
}

.h6 {
    font-size: 18px;
    color: #202020;
    line-height: 24px;
    font-family: cerebrisans-bold;
}

.p {
    font-size: 18px;
    color: #828282;
    line-height: 32px;
    font-family: cerebrisans-regular;
}

.p-16 {
    font-size: 16px;
    color: #828282;
    line-height: 28px;
    font-family: cerebrisans-regular;
}

.font-light {
    font-family: cerebrisans-regular !important;
}

.font-bold {
    font-family: cerebrisans-bold !important;
}

.highlight-bg {
    background-color: #3262F2;
    padding: 0 5px;
    color: #FFF;
}

.highlight-simple {
    color: #202020;
}

.block-quote {
    padding: 30px;
    border: 1px solid #E0E0E0;
}

.block-quote quote {
    font-size: 20px;
    color: #202020;
    line-height: 32px;
    font-family: cerebrisans-regular;
    display: block;
    margin-bottom: 15px;
}

.block-quote p {
    color: #FD6F8D;
    font-size: 16px;
}

.block-quote p:before {
    content: "-";
    margin-right: 10px;
}

.ul-16 li {
    font-size: 16px;
    color: #202020;
    line-height: 32px;
    font-family: cerebrisans-regular;
}

@media (max-width: 576px) {
    .h1 {
        font-size: 30px;
        color: #202020;
        line-height: 40px;
        font-family: cerebrisans-bold;
    }
    .heading {
        font-size: 40px;
        color: #202020;
        line-height: 50px;
        font-family: cerebrisans-bold;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h1 {
        font-size: 35px;
        color: #202020;
        line-height: 42px;
        font-family: cerebrisans-bold;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1 {
        font-size: 35px;
        color: #202020;
        line-height: 45px;
        font-family: cerebrisans-bold;
    }
    .heading {
        font-size: 45px;
        color: #202020;
        line-height: 55px;
        font-family: cerebrisans-bold;
    }
}

.color-red {
    color: #E53E58 !important;
}

.color-blue {
    color: #3262F2 !important;
}

.color-yellow {
    color: #E9AA13 !important;
}

.color-green {
    color: #6AAD38 !important;
}

.color-blue-green {
    color: #1BBD95 !important;
}

.color-pink {
    color: #FD6F8D !important;
}


/************************************
	Accordion style
*************************************/

.faqs-accordion.accordion-block .accordion-header {
    border: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 5px;
}

.faqs-accordion.accordion-block .accordion-header span {
    cursor: pointer;
    font-size: 22px;
    color: #202020;
    line-height: 35px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.faqs-accordion.accordion-block .accordion-header span:hover {
    color: #202020;
    text-decoration: none;
}

.faqs-accordion.accordion-block .accordion-header span:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #3262F2;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.faqs-accordion.accordion-block .accordion-header span:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .faqs-accordion.accordion-block .accordion-header span:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .faqs-accordion.accordion-block .accordion-header span:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .faqs-accordion.accordion-block .accordion-header span:after {
        display: none;
    }
}

.faqs-accordion.accordion-block .accordion-header.ui-state-focus {
    outline: 0;
}

.faqs-accordion.accordion-block .accordion-content {
    font-size: 16px;
    color: #B3B3B3;
    line-height: 28px;
    font-family: cerebrisans-regular;
    padding: 0;
    border: 0;
    margin-bottom: 15px;
    background-color: transparent;
}

.faqs-accordion-style2 .accordion-header {
    border: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 5px;
}

.faqs-accordion-style2 .accordion-header .ui-accordion-header-icon {
    border: 1px solid #FD6F8D;
    margin-top: 10px;
    float: right;
    padding: 8px;
    margin-left: 30px;
}

.faqs-accordion-style2 .accordion-header .accordion-title {
    cursor: pointer;
    font-size: 22px;
    color: #202020;
    line-height: 35px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.faqs-accordion-style2 .accordion-header .accordion-title:hover {
    color: #FFF;
    text-decoration: none;
}

.faqs-accordion-style2 .accordion-header.ui-state-active {
    background-color: #3262F2;
}

.faqs-accordion-style2 .accordion-header.ui-state-active .accordion-title {
    color: #FFF;
}

.faqs-accordion-style2 .accordion-header.ui-state-active .ui-accordion-header-icon {
    color: #FFF;
    border-color: #FFF;
}

.faqs-accordion-style2 .accordion-header.ui-state-focus {
    outline: 0;
}

.faqs-accordion-style2 .accordion-header.ui-state-hover {
    background-color: #3262F2;
}

.faqs-accordion-style2 .accordion-header.ui-state-hover .accordion-title {
    color: #FFF;
}

.faqs-accordion-style2 .accordion-header.ui-state-hover .ui-accordion-header-icon {
    color: #FFF;
    border-color: #FFF;
    background-image: url(images/ui-icons_ffffff_256x240.png);
}

.faqs-accordion-style2 .accordion-content {
    font-size: 16px;
    color: #B3B3B3;
    line-height: 28px;
    font-family: cerebrisans-regular;
    padding: 0;
    border: 0;
}


/************************************
   Display
*************************************/

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.img-fluid {
    max-width: 100%;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
}


/************************************
	Button
*************************************/

.btn-red {
    cursor: pointer;
    background-color: #E53E58;
    color: #FFF;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #E53E58;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-red:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-red:hover {
    color: #202020;
    border: 2px solid #E53E58;
    text-decoration: none;
}

.btn-red:hover:before {
    right: 0;
    z-index: -1;
}

.btn-red:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-red.btn-round {
    border-radius: 999px;
}

.btn-blue {
    cursor: pointer;
    background-color: #3262F2;
    color: #FFF;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #3262F2;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-blue:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-blue:hover {
    color: #202020;
    border: 2px solid #3262F2;
    text-decoration: none;
}

.btn-blue:hover:before {
    right: 0;
    z-index: -1;
}

.btn-blue:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-blue.btn-round {
    border-radius: 999px;
}

.btn-yellow {
    cursor: pointer;
    background-color: #E9AA13;
    color: #FFF;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #E9AA13;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-yellow:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-yellow:hover {
    color: #202020;
    border: 2px solid #E9AA13;
    text-decoration: none;
}

.btn-yellow:hover:before {
    right: 0;
    z-index: -1;
}

.btn-yellow:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-yellow.btn-round {
    border-radius: 999px;
}

.btn-green {
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #6AAD38;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-green:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-green:hover {
    color: #202020;
    border: 2px solid #6AAD38;
    text-decoration: none;
}

.btn-green:hover:before {
    right: 0;
    z-index: -1;
}

.btn-green:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-green.btn-round {
    border-radius: 999px;
}

.btn-blue-green {
    cursor: pointer;
    background-color: #1BBD95;
    color: #FFF;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #1BBD95;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-blue-green:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-blue-green:hover {
    color: #202020;
    border: 2px solid #1BBD95;
    text-decoration: none;
}

.btn-blue-green:hover:before {
    right: 0;
    z-index: -1;
}

.btn-blue-green:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-blue-green.btn-round {
    border-radius: 999px;
}

.btn-pink {
    cursor: pointer;
    background-color: #FD6F8D;
    color: #FFF;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-pink:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-pink:hover {
    color: #202020;
    border: 2px solid #FD6F8D;
    text-decoration: none;
}

.btn-pink:hover:before {
    right: 0;
    z-index: -1;
}

.btn-pink:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-pink.btn-round {
    border-radius: 999px;
}

.btn-outline-red {
    cursor: pointer;
    background-color: #e53e58;
    color: #fff;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #E53E58;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-outline-red:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #E53E58;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-outline-red:hover {
    color: #FFF;
    border: 2px solid #E53E58;
    text-decoration: none;
}

.btn-outline-red:hover:before {
    right: 0;
    z-index: -1;
}

.btn-outline-red:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-outline-red.btn-round {
    border-radius: 999px;
}

.btn-outline-blue {
    cursor: pointer;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #3262F2;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-outline-blue:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #3262F2;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-outline-blue:hover {
    color: #FFF;
    border: 2px solid #3262F2;
    text-decoration: none;
}

.btn-outline-blue:hover:before {
    right: 0;
    z-index: -1;
}

.btn-outline-blue:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-outline-blue.btn-round {
    border-radius: 999px;
}

.btn-outline-yellow {
    cursor: pointer;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #E9AA13;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-outline-yellow:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #E9AA13;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-outline-yellow:hover {
    color: #FFF;
    border: 2px solid #E9AA13;
    text-decoration: none;
}

.btn-outline-yellow:hover:before {
    right: 0;
    z-index: -1;
}

.btn-outline-yellow:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-outline-yellow.btn-round {
    border-radius: 999px;
}

.btn-outline-green {
    cursor: pointer;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #6AAD38;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-outline-green:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #6AAD38;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-outline-green:hover {
    color: #FFF;
    border: 2px solid #6AAD38;
    text-decoration: none;
}

.btn-outline-green:hover:before {
    right: 0;
    z-index: -1;
}

.btn-outline-green:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-outline-green.btn-round {
    border-radius: 999px;
}

.btn-outline-blue-green {
    cursor: pointer;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #1BBD95;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-outline-blue-green:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #1BBD95;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-outline-blue-green:hover {
    color: #FFF;
    border: 2px solid #1BBD95;
    text-decoration: none;
}

.btn-outline-blue-green:hover:before {
    right: 0;
    z-index: -1;
}

.btn-outline-blue-green:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-outline-blue-green.btn-round {
    border-radius: 999px;
}

.btn-outline-pink {
    cursor: pointer;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-outline-pink:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-outline-pink:hover {
    color: #FFF;
    border: 2px solid #FD6F8D;
    text-decoration: none;
}

.btn-outline-pink:hover:before {
    right: 0;
    z-index: -1;
}

.btn-outline-pink:focus {
    outline: 0;
    box-shadow: 0;
}

.btn-outline-pink.btn-round {
    border-radius: 999px;
}


/************************************
   Top Nav
*************************************/

.top-nav {
    background: #3262F2;
    padding: 2px 0;
}

.top-nav .top-nav_left .top-nav_left--content {
    font-size: 15px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.top-nav .top-nav_left .top-nav_left--content.email {
    margin-right: 35px;
}

.top-nav .top-nav_left .top-nav_left--content i {
    margin-right: 10px;
    font-size: 15px;
}

.top-nav .top-nav_right .language,
.top-nav .top-nav_right .office {
    margin-right: 25px;
    position: relative;
}

.top-nav .top-nav_right .language:hover .options-box,
.top-nav .top-nav_right .office:hover .options-box {
    display: block;
}

.top-nav .top-nav_right .language .select,
.top-nav .top-nav_right .office .select {
    color: #FFF;
    background-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid transparent;
    padding: 0px;
    transition: border 0.3s ease;
    display: flex;
    align-items: center;
    font-family: cerebrisans-regular;
    font-size: 16px;
}

.top-nav .top-nav_right .language .select:after,
.top-nav .top-nav_right .office .select:after {
    content: "\33";
    font-family: 'ElegantIcons';
    margin-left: 5px;
}

.top-nav .top-nav_right .language .select .flag,
.top-nav .top-nav_right .office .select .flag {
    margin-right: 8px;
}

.top-nav .top-nav_right .language .select .flag img,
.top-nav .top-nav_right .office .select .flag img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 999px;
}

.top-nav .top-nav_right .language .options-box,
.top-nav .top-nav_right .office .options-box {
    position: absolute;
    min-width: 100px;
    background-color: #FFF;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    z-index: 15;
    padding: 10px;
    left: 0;
    top: 100%;
    display: none;
}

.top-nav .top-nav_right .language .options-box ul li,
.top-nav .top-nav_right .office .options-box ul li {
    padding: 10px 0;
}

.top-nav .top-nav_right .language .options-box ul li .option,
.top-nav .top-nav_right .office .options-box ul li .option {
    cursor: pointer;
    font-size: 15px;
    color: #828282;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

.top-nav .top-nav_right .language .options-box ul li .option:hover,
.top-nav .top-nav_right .office .options-box ul li .option:hover {
    color: #202020;
    text-decoration: none;
}

.top-nav .top-nav_right .language .options-box ul li .option:after,
.top-nav .top-nav_right .office .options-box ul li .option:after {
    display: none;
}

.top-nav .top-nav_right .office .select {
    color: #FFF;
    background-color: #E53E58;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid transparent;
    padding: 15px 20px;
    transition: border 0.3s ease;
    display: flex;
    align-items: center;
    font-family: cerebrisans-regular;
    font-family: 'cerebrisans-bold';
}

.top-nav .top-nav_right .office .select:after {
    content: "\33";
    font-family: 'ElegantIcons';
    margin-left: 5px;
}

.top-nav .top-nav_right .office .options-box {
    width: 100%;
    padding: 10px 20px;
}

.top-nav .top-nav_right .office .options-box ul li .option {
    background-color: #FFF;
    padding: 0;
}

.top-nav .top-nav_right .social a {
    font-size: 15px;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 10px;
}

.top-nav .top-nav_right .social a:hover {
    color: #FFF;
    text-decoration: none;
}

.top-nav .top-nav_right .social a:last-child {
    margin-right: 0;
}

.top-nav .top-nav_right .social a:first-child {
    margin-left: 0;
}

.top-nav.top-nav-style2 {
    background: #FFF;
}

.top-nav.top-nav-style2 .top-nav_left .notification {
    font-size: 15px;
    color: #202020;
    line-height: 20px;
    font-family: cerebrisans-regular;
}

.top-nav.top-nav-style2 .top-nav_left .top-nav_left--content {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.top-nav.top-nav-style2 .top-nav_left .top-nav_left--content i {
    margin-right: 10px;
    font-size: 15px;
    color: #3262F2;
}

.top-nav.top-nav-style2 .top-nav_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-nav.top-nav-style2 .top-nav_right .language,
.top-nav.top-nav-style2 .top-nav_right .office {
    padding: 10px 25px 10px 0;
    border-right: 1px solid #E0E0E0;
}

.top-nav.top-nav-style2 .top-nav_right .select {
    color: #202020;
}

.top-nav.top-nav-style2 .top-nav_right .social a {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.top-nav.top-nav-style2 .top-nav_right .social a:hover {
    color: #3262F2;
    text-decoration: none;
}


/************************************
    Spacing
*************************************/

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}


/************************************
	Header
*************************************/

header {
    padding-bottom: 80px;
}

header .header {
    padding: 20px 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
}

header .header.isScroll.hide {
    top: -300px;
}

header .header.isScroll {
    /*position: fixed;*/
    top: 0;
    box-shadow: -1px 25px 42px -27px rgba(0, 0, 0, 0.22);
    transition: 0.3s ease;
}

header .header.isScroll .top-nav {
    display: none;
}

header .header .logo {
    max-width: 125px;
}

header .header .navigation .navigtion-item {
    display: inline-block;
    padding: 10px 0;
    margin: 0 15px;
    position: relative;
    z-index: 10;
}

header .header .navigation .navigtion-item:last-child {
    margin-right: 0;
}

header .header .navigation .navigtion-item:first-child {
    margin-left: 0;
}

header .header .navigation .navigtion-item:hover .navigation-link:before {
    width: 100%;
}

header .header .navigation .navigtion-item:hover .dropdown_menu {
    display: block;
}

header .header .navigation .navigtion-item.active .navigation-link:before {
    width: 100%;
}

header .header .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #000;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header .header .navigation .navigtion-item .navigation-link:hover {
    color: #6aad38;
    text-decoration: none;
}

header .header .navigation .navigtion-item .navigation-link:before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    height: 2px;
    background-color: #000;
    left: 0;
    width: 0%;
    /*transition: 0.4s ease-out;*/
}

header .header .navigation .navigtion-item .submenu-opener {
    display: none;
}

header .header .navigation .navigtion-item .dropdown_menu {
    position: absolute;
    min-width: 220px;
    top: 100%;
    left: 0;
    z-index: 11;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    display: none;
}

header .header .navigation .navigtion-item .dropdown_menu ul {
    background-color: #FFF;
}

header .header .navigation .navigtion-item .dropdown_menu ul li {
    display: block;
}

header .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 40px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    display: block;
    padding: 0 20px;
    text-align: left;
}

header .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link:hover {
    color: #3262F2;
    text-decoration: none;
}

header .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link:hover {
    background-color: #F7F5EF;
}

header .header .page-function .function-btn {
    margin-left: 25px;
}

header .header .page-function .function-btn:first-child {
    margin-left: 0;
}

header .header .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header .header .page-function .function-btn a:hover {
    color: #3262F2;
    text-decoration: none;
}

header .header .function-btn.nav-bar {
    display: none;
}

header.header-style2 {
    padding-bottom: 135px;
}

header.header-style2 .header {
    padding: 0;
}

header.header-style2 .header .header-middle {
    padding: 15px 0;
    border-top: 1px solid #E0E0E0;
}

header.header-style2 .header .header-middle .website-info {
    display: flex;
    justify-content: flex-end;
}

header.header-style2 .header .header-middle .website-info .info-block {
    margin-right: 80px;
    display: flex;
    align-items: center;
}

header.header-style2 .header .header-middle .website-info .info-block .info-icon {
    font-size: 28px;
    color: #E9AA13;
    margin-right: 15px;
    display: inline-block;
}

header.header-style2 .header .header-middle .website-info .info-block .info-content {
    display: inline-block;
}

header.header-style2 .header .header-middle .website-info .info-block .info-content .light-title {
    font-size: 15px;
    color: #828282;
    line-height: 20px;
    font-family: cerebrisans-regular;
}

header.header-style2 .header .header-middle .website-info .info-block .info-content .main-title {
    font-size: 15px;
    color: #202020;
    line-height: 20px;
    font-family: cerebrisans-bold;
}

header.header-style2 .header .header-middle .website-info .info-block:last-child {
    margin-right: 0;
}

header.header-style2 .header .header-middle .page-function {
    display: none;
}

header.header-style2 .header .header-middle .page-function .function-btn {
    margin: 0 5px;
}

header.header-style2 .header .header-middle .page-function .function-btn:last-child {
    margin-right: 0;
}

header.header-style2 .header .header-middle .page-function .function-btn:first-child {
    margin-left: 0;
}

header.header-style2 .header .header-middle .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style2 .header .header-middle .page-function .function-btn a:hover {
    color: #3262F2;
    text-decoration: none;
}

header.header-style2 .header .header-bottom {
    background-color: #3262F2;
    padding: 7px 0;
}

header.header-style2 .header .header-bottom .navigation ul {
    white-space: nowrap;
}

header.header-style2 .header .header-bottom .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style2 .header .header-bottom .navigation .navigtion-item .navigation-link:hover {
    color: #FFF;
    text-decoration: none;
}

header.header-style2 .header .header-bottom .navigation .navigtion-item .navigation-link:before {
    background-color: #FFF;
}

header.header-style2 .header .header-bottom .navigation .navigtion-item .dropdown_menu ul {
    background-color: #FFF;
}

header.header-style2 .header .header-bottom .navigation .navigtion-item .dropdown_menu ul li .dropdown_link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 40px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

header.header-style2 .header .header-bottom .navigation .navigtion-item .dropdown_menu ul li .dropdown_link:hover {
    color: #E9AA13;
    text-decoration: none;
}

header.header-style2 .header .header-bottom .page-function_block {
    display: flex;
    align-items: center;
}

header.header-style2 .header .header-bottom .page-function_block .page-function {
    margin-right: 30px;
}

header.header-style2 .header .header-bottom .page-function_block .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style2 .header .header-bottom .page-function_block .page-function .function-btn a:hover {
    color: #FFF;
    text-decoration: none;
}

header.header-style2 .header .header-bottom .page-function_block .page-function .function-btn #open-menu-sidebar {
    display: none;
}

header.header-style2 .header .header-bottom .page-function_block .btn {
    padding: 15px 30px;
}

header.header-style2.pink .header .header-middle .website-info .info-block .info-icon {
    color: #FD6F8D;
}

header.header-style2.pink .header .header-middle .page-function {
    display: none;
}

header.header-style2.pink .header .header-middle .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style2.pink .header .header-middle .page-function .function-btn a:hover {
    color: #FD6F8D;
    text-decoration: none;
}

header.header-style2.pink .header .header-bottom .navigation .navigtion-item .dropdown_menu ul li .dropdown_link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 40px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

header.header-style2.pink .header .header-bottom .navigation .navigtion-item .dropdown_menu ul li .dropdown_link:hover {
    color: #FD6F8D;
    text-decoration: none;
}

header.header-style3 {
    padding-bottom: 0;
}

header.header-style3 .header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
}

header.header-style3 .header.isScroll {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #3262F2;
}

header.header-style3 .header.isScroll.hide {
    top: -300px;
}

header.header-style3 .header .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style3 .header .navigation .navigtion-item .navigation-link:hover {
    color: #FFF;
    text-decoration: none;
}

header.header-style3 .header .navigation .navigtion-item .navigation-link:before {
    background-color: #FFF;
}

header.header-style3 .header .navigation .navigtion-item .dropdown_menu ul {
    background-color: #FFF;
}

header.header-style3 .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 40px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

header.header-style3 .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link:hover {
    color: #FD6F8D;
    text-decoration: none;
}

header.header-style3 .header .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style3 .header .page-function .function-btn a:hover {
    color: #FFF;
    text-decoration: none;
}

header.header-style4 {
    position: relative;
    padding-bottom: 0;
}

header.header-style4 .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

header.header-style4 .header.isScroll {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #3262F2;
}

header.header-style4 .header.isScroll.hide {
    top: -300px;
}

header.header-style4 .header .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style4 .header .navigation .navigtion-item .navigation-link:hover {
    color: #FFF;
    text-decoration: none;
}

header.header-style4 .header .navigation .navigtion-item .navigation-link:before {
    background-color: #6AAD38;
}

header.header-style4 .header .navigation .navigtion-item .dropdown_menu ul {
    background-color: #FFF;
}

header.header-style4 .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 40px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

header.header-style4 .header .navigation .navigtion-item .dropdown_menu ul li .dropdown_link:hover {
    color: #6AAD38;
    text-decoration: none;
}

header.header-style4 .header .contact {
    font-size: 15px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-regular;
}

header.header-style4 .header .contact span {
    font-family: 'cerebrisans-bold';
}

header.header-style4 .header .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style4 .header .page-function .function-btn a:hover {
    color: #6AAD38;
    text-decoration: none;
}

header.header-style4 .header .page-function .social-icons {
    padding-left: 80px;
}

header.header-style4 .header .page-function .social-icons a {
    font-size: 18px;
    color: #FFF;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 5px;
}

header.header-style4 .header .page-function .social-icons a:hover {
    color: #6AAD38;
    text-decoration: none;
}

header.header-style4 .header .page-function .social-icons a:last-child {
    margin-right: 0;
}

header.header-style4 .header .page-function .social-icons a:first-child {
    margin-left: 0;
}

header.header-style5 {
    padding-bottom: 0;
}

header.header-style5 .header {
    padding: 0;
    position: unset;
}

header.header-style5 .header.isScroll {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

header.header-style5 .header.isScroll.hide {
    top: -300px;
}

header.header-style5 .header .navigation {
    padding-left: 60px;
}

header.header-style5 .header .h5-page-function-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.header-style5 .header .h5-page-function-block .contact {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
}

header.header-style5 .header .h5-page-function-block .contact span {
    font-family: 'cerebrisans-bold';
}

header.header-style5 .header .h5-page-function-block .page-function {
    display: flex;
    align-items: center;
    border-left: 1px solid #E0E0E0;
    padding-left: 50px;
}

header.header-style5 .header .h5-page-function-block .page-function .function-btn_block {
    padding-right: 50px;
}

header.header-style5 .header .h5-page-function-block .page-function .function-btn_block .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style5 .header .h5-page-function-block .page-function .function-btn_block .function-btn a:hover {
    color: #1BBD95;
    text-decoration: none;
}

header.header-style5 .header .h5-page-function-block .page-function .btn {
    padding: 25px 40px;
}


/************************************
	Header for mobile
*************************************/

header.mobile {
    padding-bottom: 80px;
}

header.mobile .header {
    box-shadow: -1px 25px 42px -27px rgba(0, 0, 0, 0.22);
}

header.mobile .top-nav {
    display: none;
}

header.mobile .navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    z-index: 20;
    background-color: #FFF;
    padding: 20px;
    overflow-y: auto;
    transition: 0.4s ease-out;
    -webkit-overflow-scrolling: touch;
}

header.mobile .navigation .navigtion-item {
    display: block;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

header.mobile .navigation .navigtion-item .navigation-link {
    margin-bottom: 15px;
    display: inline-block;
}

header.mobile .navigation .navigtion-item .navigation-link:before {
    display: none;
}

header.mobile .navigation .navigtion-item .submenu-opener {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

header.mobile .navigation .navigtion-item .dropdown_menu {
    position: unset;
    min-width: auto;
    box-shadow: none;
    display: block;
}

header.mobile .function-btn.nav-bar {
    display: inline-block;
}

header.header-style2.mobile .header {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

header.header-style2.mobile .header .header-middle {
    border-top: 0;
    padding: 10px 0;
}

header.header-style2.mobile .header .header-middle .website-info {
    display: none;
}

header.header-style2.mobile .header .header-middle .page-function {
    display: inline-block;
}

header.header-style2.mobile .header .header-bottom {
    padding: 0;
    background-color: #FFF;
    width: 100%;
}

header.header-style2.mobile .header .header-bottom .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style2.mobile .header .header-bottom .navigation .navigtion-item .navigation-link:hover {
    color: #202020;
    text-decoration: none;
}

header.header-style2.mobile .header .header-bottom .page-function_block .page-function {
    margin-right: 0;
}

header.header-style2.mobile .header .header-bottom .page-function_block .page-function .function-btn a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style2.mobile .header .header-bottom .page-function_block .page-function .function-btn a:hover {
    color: #202020;
    text-decoration: none;
}

header.header-style2.mobile .header .header-bottom .page-function_block .page-function .function-btn #open-menu-sidebar {
    display: block;
}

header.header-style2.mobile .header .header-bottom .btn {
    display: none;
}

header.header-style3.mobile {
    padding-bottom: 0;
}

header.header-style3.mobile .header {
    background-color: #3262F2;
    position: unset;
}

header.header-style3.mobile .header .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style3.mobile .header .navigation .navigtion-item .navigation-link:hover {
    color: #202020;
    text-decoration: none;
}

header.header-style4.mobile {
    padding-bottom: 0;
}

header.header-style4.mobile .header .contact {
    display: none;
}

header.header-style4.mobile .header .page-function .social-icons {
    display: none;
}

header.header-style4.mobile .header .navigation .navigtion-item .navigation-link {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

header.header-style4.mobile .header .navigation .navigtion-item .navigation-link:hover {
    color: #202020;
    text-decoration: none;
}

header.header-style5.mobile {
    padding: 10px 15px;
}

header.header-style5.mobile .navigation {
    padding-left: 20px;
}

header.header-style5.mobile .header.isScroll {
    padding: 10px 15px;
}

header.header-style5.mobile .header .h5-page-function-block {
    justify-content: flex-end;
}

header.header-style5.mobile .header .h5-page-function-block .contact {
    display: none;
}

header.header-style5.mobile .header .h5-page-function-block .page-function {
    padding-left: 0;
    border: 0;
}

header.header-style5.mobile .header .h5-page-function-block .page-function .function-btn_block {
    padding-right: 0;
}

header.header-style5.mobile .header .h5-page-function-block .page-function .btn {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .navigation .navigtion-item {
        margin: 0 10px;
    }
    header.header-style4 .header .contact {
        display: none;
    }
    header.header-style4 .header .page-function .social-icons {
        display: none;
    }
    header.header-style5 {
        padding: 10px 15px;
    }
    header.header-style5 .header.isScroll {
        padding: 10px 15px;
    }
    header.header-style5 .header .navigation {
        text-align: center;
        padding-left: 0;
    }
    header.header-style5 .header .h5-page-function-block {
        justify-content: flex-end;
        padding-left: 0;
    }
    header.header-style5 .header .h5-page-function-block .contact {
        display: none;
    }
    header.header-style5 .header .h5-page-function-block .page-function {
        padding-left: 0;
        border: 0;
    }
    header.header-style5 .header .h5-page-function-block .page-function .function-btn_block {
        padding-right: 0;
    }
    header.header-style5 .header .h5-page-function-block .page-function .btn {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    header.header-style4 .header .contact {
        display: none;
    }
    header.header-style5 {
        padding: 10px 15px;
    }
    header.header-style5 .header.isScroll {
        padding: 10px 15px;
    }
    header.header-style5 .header .navigation {
        text-align: center;
        padding-left: 0;
    }
    header.header-style5 .header .h5-page-function-block {
        justify-content: flex-end;
    }
    header.header-style5 .header .h5-page-function-block .contact {
        display: none;
    }
    header.header-style5 .header .h5-page-function-block .page-function {
        border: 0;
    }
    header.header-style5 .header .h5-page-function-block .page-function .function-btn_block {
        padding-right: 0;
    }
    header.header-style5 .header .h5-page-function-block .page-function .btn {
        display: none;
    }
}

@media (min-width: 1400px) and (max-width: 1769px) {
    header.header-style5 .header .logo {
        margin-left: 30px;
    }
    header.header-style5 .header .navigation {
        text-align: center;
        padding-left: 0;
    }
    header.header-style5 .header .h5-page-function-block {
        justify-content: flex-end;
    }
    header.header-style5 .header .h5-page-function-block .contact {
        display: none;
    }
    header.header-style5 .header .h5-page-function-block .page-function {
        border-left: 0;
    }
}


/************************************
    Call to action
*************************************/

.call-to-action {
    padding: 30px 0;
    background-color: #3262F2;
}

.call-to-action.bg-blue-green {
    background-color: #1BBD95;
}

.call-to-action.bg-blue-green .btn-white {
    cursor: pointer;
    background-color: #FFF;
    color: #1BBD95;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.call-to-action.bg-blue-green .btn-white:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #1BBD95;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.call-to-action.bg-blue-green .btn-white:hover {
    color: #FFF;
    border: 2px solid #FFF;
    text-decoration: none;
}

.call-to-action.bg-blue-green .btn-white:hover:before {
    right: 0;
    z-index: -1;
}

.call-to-action.bg-blue-green .btn-white:focus {
    outline: 0;
    box-shadow: 0;
}

.call-to-action .call-to-action_content .cta-title {
    color: #FFF;
    margin-bottom: 10px;
}

.call-to-action .call-to-action_content .cta-pragraph {
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
    font-family: cerebrisans-regular;
}

.call-to-action .cta-btn {
    border: 0px;
}

@media (max-width: 576px) {
    .call-to-action .call-to-action_content {
        margin-bottom: 30px;
    }
    .call-to-action .call-to-action_content .cta-title {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .call-to-action .call-to-action_content {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .call-to-action .call-to-action_content {
        margin-bottom: 30px;
    }
}


/************************************
    Quick contact
*************************************/

.quick-contact form {
    padding: 70px 70px 60px 70px;
    background: #FFFFFF;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
}

.quick-contact .quick-contact_left h1 {
    margin-bottom: 15px;
}

.quick-contact .quick-contact_left .input-group label {
    font-size: 20px;
    color: #B3B3B3;
    line-height: 23px;
    font-family: cerebrisans-regular;
    display: block;
    margin-bottom: 25px;
}

.quick-contact .quick-contact_left .input-group select {
    font-size: 20px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    cursor: pointer;
    background-color: #FFF;
    border: 2px solid #E53E58;
    padding: 15px 30px;
    transition: border 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    width: 100%;
}

.quick-contact .quick-contact_left .input-group select::placeholder {
    color: #B3B3B3;
    font-size: 16px;
}

.quick-contact .quick-contact_left .input-group select:focus {
    outline: 0;
}

.quick-contact .quick-contact_left .input-group select.yellow {
    border-color: #E9AA13;
}

.quick-contact .quick-contact_left .input-group select.pink {
    border-color: #FD6F8D;
}

.quick-contact .quick-contact_left .input-group select.green {
    border-color: #6AAD38;
}

.quick-contact .quick-contact_left .input-group select.blue-green {
    border-color: #1BBD95;
}

.quick-contact .quick-contact_right p {
    margin-bottom: 50px;
}

.quick-contact .quick-contact_right .input-group {
    display: flex;
}

.quick-contact .quick-contact_right .input-group input {
    flex-grow: 1;
    width: 70%;
}

.quick-contact .quick-contact_right .input-group button {
    height: 50px;
    padding: 0;
    width: 30%;
}

.quick-contact.quick-contact_h1 {
    margin-bottom: 100px;
}

.quick-contact.quick-contact_h3 {
    background-color: #FFF;
    padding: 45px 32px;
}

.quick-contact.quick-contact_h3 .quick-contact_left {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .quick-contact form {
        padding: 60px 30px 60px 30px;
    }
    .quick-contact .quick-contact_left {
        margin-bottom: 30px;
    }
    .quick-contact .quick-contact_left h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .quick-contact .quick-contact_left .input-group label {
        margin-bottom: 15px;
    }
    .quick-contact .quick-contact_right p {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .quick-contact form {
        padding: 60px 40px 60px 40px;
    }
    .quick-contact .quick-contact_left {
        margin-bottom: 30px;
    }
}


/************************************
    Partners
*************************************/

.partners {
    background-color: #F7F5EF;
}

.partners .partners-group {
    padding: 40px 0;
}

.partners .partners-group .slick-track {
    display: flex;
    align-items: center;
}

.partners .partners-group .partner img {
    margin: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s ease-out;
}

.partners .partners-group .partner:hover img {
    opacity: 1;
}


/************************************
    Footer
*************************************/

footer .footer-top {
    padding: 60px 0;
    border-bottom: 1px solid #E0E0E0;
    /*background-image: url("../images/homepage1/map.png");*/
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

footer .footer-top .logo {
    margin-bottom: 20px;
}

footer .footer-top .website-introduce {
    font-size: 14px;
    color: #828282;
    line-height: 26px;
    font-family: cerebrisans-regular;
}

footer .footer-top .footer-title {
    font-size: 22px;
    color: #202020;
    line-height: 30px;
    font-family: cerebrisans-bold;
    margin-bottom: 30px;
}

footer .footer-top .footer-links_group {
    margin-right: 80px;
}

footer .footer-top .footer-links_group:last-child {
    margin-right: 0;
}

footer .footer-top .footer-links_group li {
    display: block;
}

footer .footer-top .footer-links_group li .footer-link {
    cursor: pointer;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

footer .footer-top .footer-links_group li .footer-link:hover {
    color: #3262F2;
    text-decoration: none;
}

footer .footer-top .footer-links_group li .footer-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #3262F2;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

footer .footer-top .footer-links_group li .footer-link:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    footer .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

footer .footer-top .form-group .input-group {
    margin-bottom: 20px;
    display: flex;
}

footer .footer-top .form-group .input-group input {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 0 30px;
    height: 50px;
    width: 100%;
    transition: border 0.3s ease;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    max-width: 65%;
    flex: 1;
}

footer .footer-top .form-group .input-group input:focus {
    outline: 0;
    box-shadow: none;
}

footer .footer-top .form-group .input-group input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

footer .footer-top .form-group .input-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    color: #909;
    line-height: -moz-block-height;
}

footer .footer-top .form-group .input-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    color: #909;
    line-height: -moz-block-height;
}

footer .footer-top .form-group .input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

footer .footer-top .form-group .input-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

footer .footer-top .form-group .input-group input::placeholder {
    /* Most modern browsers support this now. */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

footer .footer-top .form-group .input-group button {
    height: 50px;
    padding: 0 20px;
}

footer .footer-top .form-group label {
    font-size: 14px;
    color: #828282;
    line-height: 19px;
    font-family: cerebrisans-regular;
}

footer .footer-top .form-group label input {
    margin-right: 10px;
}

footer .footer-bottom {
    padding: 20px 0;
}

footer .footer-bottom .copyright {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
}

footer .footer-bottom .footer-socials a {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 5px;
}

footer .footer-bottom .footer-socials a:hover {
    color: #3262F2;
    text-decoration: none;
}

footer .footer-bottom .footer-socials a:last-child {
    margin-right: 0;
}

footer .footer-bottom .footer-socials a:first-child {
    margin-left: 0;
}

footer.yellow .footer-top .footer-links_group li {
    display: block;
}

footer.yellow .footer-top .footer-links_group li .footer-link {
    cursor: pointer;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

footer.yellow .footer-top .footer-links_group li .footer-link:hover {
    color: #E9AA13;
    text-decoration: none;
}

footer.yellow .footer-top .footer-links_group li .footer-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #E9AA13;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

footer.yellow .footer-top .footer-links_group li .footer-link:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    footer.yellow .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer.yellow .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.yellow .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

footer.yellow .footer-bottom .footer-socials a {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer.yellow .footer-bottom .footer-socials a:hover {
    color: #E9AA13;
    text-decoration: none;
}

footer.pink .footer-top .footer-links_group li {
    display: block;
}

footer.pink .footer-top .footer-links_group li .footer-link {
    cursor: pointer;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

footer.pink .footer-top .footer-links_group li .footer-link:hover {
    color: #FD6F8D;
    text-decoration: none;
}

footer.pink .footer-top .footer-links_group li .footer-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #FD6F8D;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

footer.pink .footer-top .footer-links_group li .footer-link:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    footer.pink .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer.pink .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.pink .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

footer.pink .footer-bottom .footer-socials a {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer.pink .footer-bottom .footer-socials a:hover {
    color: #FD6F8D;
    text-decoration: none;
}

footer.green .footer-top .footer-links_group li {
    display: block;
}

footer.green .footer-top .footer-links_group li .footer-link {
    cursor: pointer;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

footer.green .footer-top .footer-links_group li .footer-link:hover {
    color: #6AAD38;
    text-decoration: none;
}

footer.green .footer-top .footer-links_group li .footer-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #6AAD38;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

footer.green .footer-top .footer-links_group li .footer-link:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    footer.green .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer.green .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.green .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

footer.green .footer-bottom .footer-socials a {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer.green .footer-bottom .footer-socials a:hover {
    color: #6AAD38;
    text-decoration: none;
}

footer.blue-green .footer-top .footer-links_group li {
    display: block;
}

footer.blue-green .footer-top .footer-links_group li .footer-link {
    cursor: pointer;
    font-size: 14px;
    color: #B3B3B3;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

footer.blue-green .footer-top .footer-links_group li .footer-link:hover {
    color: #1BBD95;
    text-decoration: none;
}

footer.blue-green .footer-top .footer-links_group li .footer-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #1BBD95;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

footer.blue-green .footer-top .footer-links_group li .footer-link:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    footer.blue-green .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer.blue-green .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer.blue-green .footer-top .footer-links_group li .footer-link:after {
        display: none;
    }
}

footer.blue-green .footer-bottom .footer-socials a {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer.blue-green .footer-bottom .footer-socials a:hover {
    color: #1BBD95;
    text-decoration: none;
}

footer.blue-green .footer-top .footer-title {
    font-size: 22px;
    color: #202020;
    line-height: 30px;
    font-family: cerebrisans-regular;
}

@media (max-width: 576px) {
    footer .footer-top .website-introduce {
        margin-bottom: 30px;
    }
    footer .footer-top .footer-links_group {
        margin-bottom: 30px;
    }
    footer .footer-top .footer-title {
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer .footer-top .website-introduce {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-top .website-introduce {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .footer-top .footer-links_group {
        margin-right: 65px;
    }
}


/************************************
    Slider css
*************************************/

.slider-dots li {
    cursor: pointer;
    height: 5px;
    width: 20px;
    background-color: #DDDBD7;
    display: inline-block;
    margin: 0 5px;
}

.slider-dots li.slick-active {
    width: 40px;
    background-color: #3262F2;
}

.slider-arrow {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 18px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0;
    text-transform: capitalize;
    border: 1px solid #E0E0E0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 40px;
    width: 40px;
}

.slider-arrow:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slider-arrow:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.slider-arrow:hover:before {
    right: 0;
    z-index: -1;
}

.slider-arrow:focus {
    outline: 0;
    box-shadow: 0;
}

.slider-arrow:before {
    display: none;
}

.slider-arrow:hover {
    background-color: #FD6F8D;
}


/************************************
	Tabs
*************************************/

.tab-block {
    padding: 0;
    border: 0;
}

.tab-block.ui-widget.ui-widget-content {
    padding: 0;
    border: 0;
}

.tab-block.pink .ui-tabs-nav.tab-list .tab-name a {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tab-block.pink .ui-tabs-nav.tab-list .tab-name a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #FD6F8D;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.tab-block.pink .ui-tabs-nav.tab-list .tab-name a:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .tab-block.pink .ui-tabs-nav.tab-list .tab-name a:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tab-block.pink .ui-tabs-nav.tab-list .tab-name a:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-block.pink .ui-tabs-nav.tab-list .tab-name a:after {
        display: none;
    }
}

.tab-block.pink .ui-tabs-nav.tab-list .tab-name a:after {
    height: 4px;
}

.tab-block .ui-tabs-nav.tab-list {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin-bottom: 40px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.tab-block .ui-tabs-nav.tab-list .tab-name {
    background-color: transparent;
    border: 0;
    margin: 0 15px;
}

.tab-block .ui-tabs-nav.tab-list .tab-name:last-child {
    margin-right: 0;
}

.tab-block .ui-tabs-nav.tab-list .tab-name:first-child {
    margin-left: 0;
}

.tab-block .ui-tabs-nav.tab-list .tab-name a {
    cursor: pointer;
    font-size: 20px;
    color: #B3B3B3;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 0 7px 0;
}

.tab-block .ui-tabs-nav.tab-list .tab-name a:hover {
    color: #202020;
    text-decoration: none;
}

.tab-block .ui-tabs-nav.tab-list .tab-name a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #1BBD95;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.tab-block .ui-tabs-nav.tab-list .tab-name a:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .tab-block .ui-tabs-nav.tab-list .tab-name a:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tab-block .ui-tabs-nav.tab-list .tab-name a:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-block .ui-tabs-nav.tab-list .tab-name a:after {
        display: none;
    }
}

.tab-block .ui-tabs-nav.tab-list .tab-name a:after {
    height: 4px;
}

.tab-block .ui-tabs-nav.tab-list .tab-name.ui-state-active a {
    color: #202020;
}

.tab-block .ui-tabs-nav.tab-list .tab-name.ui-state-active a:after {
    right: 0;
}

.tab-block .ui-tabs-nav.tab-list .tab-name.ui-state-focus a {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.tab-block .tab-box.ui-tabs-panel {
    padding: 0;
}

.tab-block .tab-box.ui-tabs-panel p {
    font-size: 18px;
    color: #828282;
    line-height: 30px;
    font-family: cerebrisans-regular;
    margin-bottom: 30px;
}


/************************************
	Page header
*************************************/

.page-header {
    margin-bottom: 100px;
}

.page-header h1 {
    margin-bottom: 20px;
}

.page-header .bread-crumb .bread-crumb__link {
    font-size: 18px;
    color: #202020;
}

.page-header .bread-crumb .bread-crumb__link.prv-page:after {
    content: "\35";
    font-family: 'ElegantIcons';
    margin: 0 5px;
}

.page-header .bread-crumb .bread-crumb__link.crt-page {
    color: #828282;
}

.page-header_parallax {
    text-align: center;
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header_parallax h1 {
    color: #FFF;
}

.page-header_team {
    background-color: #F7F5EF;
}

.page-header_team .content {
    padding: 150px 0;
    background-image: url("../images/pages/team/chairman.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 355px;
}

.page-header_team .content h1 {
    margin-bottom: 10px;
}

.page-header_blog,
.page-header_event {
    background-image: url("../images/blog/blog_detail/header_bg.png");
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

.page-header_blog .tag,
.page-header_event .tag,
.page-header_blog .blog .blog-detail .blog-detail_footer .share,
.blog .blog-detail .blog-detail_footer .page-header_blog .share,
.page-header_event .blog .blog-detail .blog-detail_footer .share,
.blog .blog-detail .blog-detail_footer .page-header_event .share {
    display: inline-block;
    border-radius: 2px;
    background-color: #3262F2;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-bold;
    padding: 8px 13px;
    margin-bottom: 30px;
}

.page-header_blog h1,
.page-header_event h1 {
    font-size: 42px;
    color: #FFF;
    line-height: 54px;
    font-family: cerebrisans-bold;
    margin-bottom: 20px;
}

.page-header_blog .blog-info p,
.page-header_event .blog-info p {
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-regular;
    display: inline-block;
    margin: 0 30px;
}

.page-header_blog .blog-info p:last-child,
.page-header_event .blog-info p:last-child {
    margin-right: 0;
}

.page-header_blog .blog-info p:first-child,
.page-header_event .blog-info p:first-child {
    margin-left: 0;
}

.page-header_blog .blog-info p i,
.page-header_event .blog-info p i {
    margin-right: 10px;
    color: #FD6F8D;
}

.page-header_event {
    background-image: url("../images/pages/event/header_bg.png");
}

.page-header_event .date,
.page-header_event .event .events-list .event_block .event__content .location,
.event .events-list .event_block .event__content .page-header_event .location {
    font-size: 16px;
    color: #FD6F8D;
    line-height: 1;
    font-family: cerebrisans-regular;
}

@media (max-width: 576px) {
    .page-header {
        margin-bottom: 70px;
    }
    .page-header_parallax {
        padding: 75px;
    }
    .page-header_parallax h1 {
        font-size: 35px;
    }
    .page-header_team .content {
        background-image: none;
    }
    .page-header_blog .tag,
    .page-header_event .tag,
    .page-header_blog .blog .blog-detail .blog-detail_footer .share,
    .blog .blog-detail .blog-detail_footer .page-header_blog .share,
    .page-header_event .blog .blog-detail .blog-detail_footer .share,
    .blog .blog-detail .blog-detail_footer .page-header_event .share {
        margin-bottom: 15px;
    }
    .page-header_blog h1,
    .page-header_event h1 {
        font-size: 30px;
    }
    .page-header_blog .blog-info p,
    .page-header_event .blog-info p {
        margin: 0 5px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .page-header {
        margin-bottom: 70px;
    }
    .page-header_blog .tag,
    .page-header_event .tag,
    .page-header_blog .blog .blog-detail .blog-detail_footer .share,
    .blog .blog-detail .blog-detail_footer .page-header_blog .share,
    .page-header_event .blog .blog-detail .blog-detail_footer .share,
    .blog .blog-detail .blog-detail_footer .page-header_event .share {
        margin-bottom: 20px;
    }
    .page-header_blog h1,
    .page-header_event h1 {
        font-size: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-header {
        margin-bottom: 70px;
    }
}


/************************************
    Timeline
*************************************/


/* Media Queries */


/* Card sizing */


/* Calculations */


/* Placeholders */

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .head::after,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 150px;
        height: 3px;
        background-color: #3262F2;
        display: block;
        top: 25px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .head::before,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background-color: #FFF;
        border-radius: 15px;
        border: 3px solid #FD6F8D;
        outline: 2px solid #FFF;
        top: 20px;
    }
}


/* Some Cool Stuff */

.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}


/* Fonts */

#timeline {
    padding: 100px 0;
}

#timeline .demo-card-wrapper,
#timeline .demo-card-wrapper_style2 {
    position: relative;
    margin: auto;
}

#timeline .demo-card-wrapper::after,
#timeline .demo-card-wrapper_style2::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #E0E0E0;
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper::after,
    #timeline .demo-card-wrapper_style2::after {
        background-color: #3262F2;
    }
}

@media (min-width: 0px) {
    #timeline .demo-card-wrapper,
    #timeline .demo-card-wrapper_style2 {
        padding-top: 50px;
    }
    #timeline .demo-card-wrapper .demo-card .date,
    #timeline .demo-card-wrapper_style2 .demo-card .date,
    #timeline .demo-card-wrapper .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper .demo-card .location,
    #timeline .demo-card-wrapper_style2 .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card .location {
        top: -50px;
    }
    #timeline .demo-card-wrapper .demo-card:last-child,
    #timeline .demo-card-wrapper_style2 .demo-card:last-child {
        margin-bottom: 0;
    }
    #timeline .demo-card-wrapper::after,
    #timeline .demo-card-wrapper_style2::after {
        height: auto;
    }
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper,
    #timeline .demo-card-wrapper_style2 {
        padding-top: 0;
        display: flex;
        flex-flow: column wrap;
        width: 1260px;
        height: 1500px;
        margin: 0 auto;
    }
    #timeline .demo-card-wrapper::after,
    #timeline .demo-card-wrapper_style2::after {
        height: 1230px;
    }
}

#timeline .demo-card-wrapper .demo-card,
#timeline .demo-card-wrapper_style2 .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 150px;
    max-width: 94%;
    z-index: 2;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
}

@media (min-width: 0px) {
    #timeline .demo-card-wrapper .demo-card,
    #timeline .demo-card-wrapper_style2 .demo-card {
        max-width: 90%;
    }
    #timeline .demo-card-wrapper .demo-card .date,
    #timeline .demo-card-wrapper_style2 .demo-card .date,
    #timeline .demo-card-wrapper .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper .demo-card .location,
    #timeline .demo-card-wrapper_style2 .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card .location {
        top: -50px;
    }
}

@media (min-width: 768px) {
    #timeline .demo-card-wrapper .demo-card,
    #timeline .demo-card-wrapper_style2 .demo-card {
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    #timeline .demo-card-wrapper .demo-card,
    #timeline .demo-card-wrapper_style2 .demo-card {
        max-width: 40%;
    }
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper .demo-card,
    #timeline .demo-card-wrapper_style2 .demo-card {
        max-width: 370px;
        height: 410px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    #timeline .demo-card-wrapper .demo-card .date,
    #timeline .demo-card-wrapper_style2 .demo-card .date,
    #timeline .demo-card-wrapper .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper .demo-card .location,
    #timeline .demo-card-wrapper_style2 .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card .location {
        top: 15px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd),
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) {
        margin-right: 170px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .date,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .date,
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper .demo-card:nth-child(odd) .location,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .location {
        left: 560px;
        transform: translateX(0);
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .head,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .head {
        justify-content: flex-end;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .head h5,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .head h5 {
        margin-right: 30px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .head::after {
        left: 380px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .head::before {
        left: 534px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(odd) .body,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(odd) .body {
        text-align: right;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even),
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) {
        margin-left: 170px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .date,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .date,
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper .demo-card:nth-child(even) .location,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .location {
        left: auto;
        right: 560px;
        transform: translateX(0);
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .head,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .head {
        justify-content: flex-start;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .head h5,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .head h5 {
        margin-left: 30px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .head::after,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .head::after {
        width: 147px;
        right: 380px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .head::before,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .head::before {
        right: 531px;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(even) .body,
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(even) .body {
        text-align: left;
    }
    #timeline .demo-card-wrapper .demo-card:nth-child(2),
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}

#timeline .demo-card-wrapper .demo-card .date,
#timeline .demo-card-wrapper_style2 .demo-card .date,
#timeline .demo-card-wrapper .demo-card .event .events-list .event_block .event__content .location,
.event .events-list .event_block .event__content #timeline .demo-card-wrapper .demo-card .location,
#timeline .demo-card-wrapper_style2 .demo-card .event .events-list .event_block .event__content .location,
.event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card .location {
    position: absolute;
    background-color: #F7F5EF;
    font-size: 14px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    padding: 5px 10px;
    min-width: 100px;
    left: 50%;
    transform: translateX(-50%);
}

#timeline .demo-card-wrapper .demo-card .head,
#timeline .demo-card-wrapper_style2 .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'cerebrisans-regular';
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 10px;
}

#timeline .demo-card-wrapper .demo-card .head h5,
#timeline .demo-card-wrapper_style2 .demo-card .head h5 {
    font-size: 22px;
    color: #202020;
    line-height: 30px;
    font-family: cerebrisans-bold;
    display: block;
}

#timeline .demo-card-wrapper .demo-card .body,
#timeline .demo-card-wrapper_style2 .demo-card .body {
    background: #fff;
    border-top: 0;
    padding: 0 30px 30px;
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper .demo-card .body,
    #timeline .demo-card-wrapper_style2 .demo-card .body {
        height: 325px;
    }
}

#timeline .demo-card-wrapper .demo-card .body img,
#timeline .demo-card-wrapper_style2 .demo-card .body img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 0px) {
    #timeline .demo-card-wrapper_style2 .demo-card:last-child {
        margin-bottom: 77.5px;
    }
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper_style2 {
        padding-top: 0;
        display: flex;
        flex-flow: column wrap;
        width: 1260px;
        height: 1140px;
        margin: 0 auto;
        margin-bottom: -130px;
    }
    #timeline .demo-card-wrapper_style2::after {
        height: 985px;
    }
}

#timeline .demo-card-wrapper_style2 .demo-card {
    background-color: #FFF;
}

@media (min-width: 0px) {
    #timeline .demo-card-wrapper_style2 .demo-card {
        padding: 20px 30px;
        text-align: center;
        margin-bottom: 75px;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 768px) {
    #timeline .demo-card-wrapper_style2 .demo-card {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    #timeline .demo-card-wrapper_style2 .demo-card {
        max-width: 50%;
    }
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper_style2 .demo-card {
        padding: 0;
        box-shadow: none;
        max-width: 370px;
        height: 130px;
        margin: 90px;
        margin-top: 0;
        margin-bottom: 155px;
    }
    #timeline .demo-card-wrapper_style2 .demo-card:nth-child(2) {
        margin-top: 135px;
    }
    #timeline .demo-card-wrapper_style2 .demo-card .date,
    #timeline .demo-card-wrapper_style2 .demo-card .event .events-list .event_block .event__content .location,
    .event .events-list .event_block .event__content #timeline .demo-card-wrapper_style2 .demo-card .location {
        top: 15px;
    }
}

#timeline .demo-card-wrapper_style2 .demo-card .head {
    padding-top: 0;
}

#timeline .demo-card-wrapper_style2 .demo-card .head h6 {
    font-size: 16px;
    color: #E53E58;
    line-height: 1;
    font-family: cerebrisans-bold;
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper_style2 .demo-card .head {
        height: 30px;
    }
}

#timeline .demo-card-wrapper_style2 .demo-card .body {
    padding: 0;
}

#timeline .demo-card-wrapper_style2 .demo-card .body .blog-title {
    cursor: pointer;
    font-size: 22px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 30px;
    /* fallback */
    max-height: 60px;
    /* fallback */
    margin-bottom: 10px;
}

#timeline .demo-card-wrapper_style2 .demo-card .body .blog-title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

#timeline .demo-card-wrapper_style2 .demo-card .body .blog-info p {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    display: inline-block;
}

#timeline .demo-card-wrapper_style2 .demo-card .body .blog-info p.author:after {
    content: ".";
    margin: 0 5px;
}

@media (min-width: 1300px) {
    #timeline .demo-card-wrapper_style2 .demo-card .body {
        height: 100px;
    }
}

@media (max-width: 576px) {
    #timeline {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #timeline {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #timeline {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


/************************************
    Section header
*************************************/

.section-header-style-1 .h1 {
    margin-bottom: 65px;
}

.section-header-style-2 .h1 {
    margin-bottom: 15px;
}

.section-header-style-2 p {
    margin-bottom: 65px;
}

.section-header-style-3 .h1 {
    margin-bottom: 10px;
}

.section-header-style-3 .h6 {
    margin-bottom: 30px;
}

.section-header-style-3 p {
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .section-header-style-1 .h1 {
        margin-bottom: 30px;
    }
    .section-header-style-2 p {
        margin-bottom: 50px;
    }
    .section-header-style-3 .h1 {
        margin-bottom: 10px;
    }
    .section-header-style-3 .h6 {
        margin-bottom: 20px;
    }
    .section-header-style-3 p {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section-header-style-1 .h1 {
        margin-bottom: 30px;
    }
    .section-header-style-2 .h1 {
        margin-bottom: 15px;
    }
    .section-header-style-2 p {
        margin-bottom: 30px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-header-style-3 .h1 {
        margin-bottom: 10px;
    }
    .section-header-style-3 .h6 {
        margin-bottom: 20px;
    }
    .section-header-style-3 p {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-header-style-1 .h1 {
        margin-bottom: 50px;
    }
    .section-header-style-2 .h1 {
        margin-bottom: 15px;
    }
    .section-header-style-2 p {
        margin-bottom: 40px;
    }
    .section-header-style-3 .h1 {
        margin-bottom: 10px;
    }
    .section-header-style-3 .h6 {
        margin-bottom: 30px;
    }
    .section-header-style-3 p {
        margin-bottom: 40px;
    }
}


/************************************
    Input form
*************************************/

.input-form {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 0 30px;
    height: 50px;
    width: 100%;
    transition: border 0.3s ease;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-bottom: 20px;
}

.input-form:focus {
    outline: 0;
    box-shadow: none;
}

.input-form::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.input-form:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    color: #909;
    line-height: -moz-block-height;
}

.input-form::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    color: #909;
    line-height: -moz-block-height;
}

.input-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.input-form::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.input-form::placeholder {
    /* Most modern browsers support this now. */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.textarea-form {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
    width: 100%;
    transition: border 0.3s ease;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-bottom: 20px;
}

.textarea-form:focus {
    outline: 0;
    box-shadow: none;
}

.textarea-form::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.textarea-form:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.textarea-form::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.textarea-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.textarea-form::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.textarea-form::placeholder {
    /* Most modern browsers support this now. */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

.checkbox-form {
    margin-bottom: 20px;
}

.checkbox-form input[type="checkbox"] {
    margin-right: 10px;
}

.checkbox-form label {
    font-size: 16px;
    color: #202020;
    line-height: 19px;
    font-family: cerebrisans-regular;
}

.select-form {
    color: #202020;
    background-color: #FFF;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid #E0E0E0;
    padding: 0px 15px;
    transition: border 0.3s ease;
    display: flex;
    align-items: center;
    font-family: cerebrisans-regular;
    height: 50px;
    font-size: 16px;
}

.select-form:after {
    content: "\33";
    font-family: 'ElegantIcons';
    margin-left: 5px;
}


/************************************
   Pagination
*************************************/

.pagination .pagenumber {
    cursor: pointer;
    background-color: #FFF;
    color: #828282;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 16px 20px;
    text-transform: capitalize;
    border: 1px solid #E0E0E0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: 0 7px;
}

.pagination .pagenumber:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #3262F2;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pagination .pagenumber:hover {
    color: #FFF;
    border: 1px solid #3262F2;
    text-decoration: none;
}

.pagination .pagenumber:hover:before {
    right: 0;
    z-index: -1;
}

.pagination .pagenumber:focus {
    outline: 0;
    box-shadow: 0;
}

.pagination .pagenumber:last-child {
    margin-right: 0;
}

.pagination .pagenumber:first-child {
    margin-left: 0;
}

.pagination .pagenumber.active {
    background-color: #3262F2;
    border-color: #3262F2;
    color: #FFF;
}

.pagination .pagenumber.active:before {
    display: none;
}


/************************************
   	Sidebars
*************************************/

#sidebar.fixed {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80vw;
    height: 100vh;
    z-index: 20;
    background-color: #FFF;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.4s ease-out;
}

#sidebar .sidebar-title {
    font-size: 26px;
    color: #202020;
    line-height: 38px;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

#sidebar .sidebar_section {
    margin-bottom: 60px;
}

#sidebar-opener {
    cursor: pointer;
    font-size: 18px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    display: block;
    margin-bottom: 30px;
}

#sidebar-opener:hover {
    color: #FD6F8D;
    text-decoration: none;
}

#sidebar-opener i {
    margin-right: 15px;
}

#sidebar.services-detail_sidebar .sidebar_section .our-services .services-list li,
#sidebar.team-detail_sidebar .sidebar_section .our-services .services-list li,
#sidebar.blog_sidebar .sidebar_section .our-services .services-list li,
#sidebar.shop_sidebar .sidebar_section .our-services .services-list li {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
}

#sidebar.services-detail_sidebar .sidebar_section .our-services .services-list li:last-child,
#sidebar.team-detail_sidebar .sidebar_section .our-services .services-list li:last-child,
#sidebar.blog_sidebar .sidebar_section .our-services .services-list li:last-child,
#sidebar.shop_sidebar .sidebar_section .our-services .services-list li:last-child {
    border-bottom: 0;
}

#sidebar.services-detail_sidebar .sidebar_section .our-services .services-list li a,
#sidebar.team-detail_sidebar .sidebar_section .our-services .services-list li a,
#sidebar.blog_sidebar .sidebar_section .our-services .services-list li a,
#sidebar.shop_sidebar .sidebar_section .our-services .services-list li a {
    cursor: pointer;
    font-size: 16px;
    color: #828282;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

#sidebar.services-detail_sidebar .sidebar_section .our-services .services-list li a:hover,
#sidebar.team-detail_sidebar .sidebar_section .our-services .services-list li a:hover,
#sidebar.blog_sidebar .sidebar_section .our-services .services-list li a:hover,
#sidebar.shop_sidebar .sidebar_section .our-services .services-list li a:hover {
    color: #202020;
    text-decoration: none;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block,
#sidebar.team-detail_sidebar .sidebar_section .support-block,
#sidebar.blog_sidebar .sidebar_section .support-block,
#sidebar.shop_sidebar .sidebar_section .support-block {
    padding: 40px 35px;
    background-image: url("../images/services/sidebar-support.png");
    background-position: center;
    background-size: cover;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block h3,
#sidebar.team-detail_sidebar .sidebar_section .support-block h3,
#sidebar.blog_sidebar .sidebar_section .support-block h3,
#sidebar.shop_sidebar .sidebar_section .support-block h3 {
    color: #FFF;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block p,
#sidebar.team-detail_sidebar .sidebar_section .support-block p,
#sidebar.blog_sidebar .sidebar_section .support-block p,
#sidebar.shop_sidebar .sidebar_section .support-block p {
    color: #FFF;
    margin-bottom: 25px;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block .btn,
#sidebar.team-detail_sidebar .sidebar_section .support-block .btn,
#sidebar.blog_sidebar .sidebar_section .support-block .btn,
#sidebar.shop_sidebar .sidebar_section .support-block .btn {
    cursor: pointer;
    background-color: #FFF;
    color: #FD6F8D;
    font-size: 14px;
    font-family: cerebrisans-bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 12px;
    text-transform: capitalize;
    border: 0 solid #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block .btn:before,
#sidebar.team-detail_sidebar .sidebar_section .support-block .btn:before,
#sidebar.blog_sidebar .sidebar_section .support-block .btn:before,
#sidebar.shop_sidebar .sidebar_section .support-block .btn:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block .btn:hover,
#sidebar.team-detail_sidebar .sidebar_section .support-block .btn:hover,
#sidebar.blog_sidebar .sidebar_section .support-block .btn:hover,
#sidebar.shop_sidebar .sidebar_section .support-block .btn:hover {
    color: #FFF;
    border: 0 solid #FD6F8D;
    text-decoration: none;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block .btn:hover:before,
#sidebar.team-detail_sidebar .sidebar_section .support-block .btn:hover:before,
#sidebar.blog_sidebar .sidebar_section .support-block .btn:hover:before,
#sidebar.shop_sidebar .sidebar_section .support-block .btn:hover:before {
    right: 0;
    z-index: -1;
}

#sidebar.services-detail_sidebar .sidebar_section .support-block .btn:focus,
#sidebar.team-detail_sidebar .sidebar_section .support-block .btn:focus,
#sidebar.blog_sidebar .sidebar_section .support-block .btn:focus,
#sidebar.shop_sidebar .sidebar_section .support-block .btn:focus {
    outline: 0;
    box-shadow: 0;
}

#sidebar.services-detail_sidebar .sidebar_section .our-brouchure p,
#sidebar.team-detail_sidebar .sidebar_section .our-brouchure p,
#sidebar.blog_sidebar .sidebar_section .our-brouchure p,
#sidebar.shop_sidebar .sidebar_section .our-brouchure p {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    font-family: cerebrisans-regular;
    margin-bottom: 30px;
}

#sidebar.services-detail_sidebar .sidebar_section .our-brouchure .download-btn,
#sidebar.team-detail_sidebar .sidebar_section .our-brouchure .download-btn,
#sidebar.blog_sidebar .sidebar_section .our-brouchure .download-btn,
#sidebar.shop_sidebar .sidebar_section .our-brouchure .download-btn {
    display: block;
    padding: 14px 20px;
    background-color: #FFF;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
    margin-bottom: 18px;
}

#sidebar.services-detail_sidebar .sidebar_section .our-brouchure .download-btn:last-child,
#sidebar.team-detail_sidebar .sidebar_section .our-brouchure .download-btn:last-child,
#sidebar.blog_sidebar .sidebar_section .our-brouchure .download-btn:last-child,
#sidebar.shop_sidebar .sidebar_section .our-brouchure .download-btn:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#sidebar.services-detail_sidebar .sidebar_section .our-brouchure .download-btn i,
#sidebar.team-detail_sidebar .sidebar_section .our-brouchure .download-btn i,
#sidebar.blog_sidebar .sidebar_section .our-brouchure .download-btn i,
#sidebar.shop_sidebar .sidebar_section .our-brouchure .download-btn i {
    margin-right: 10px;
    color: #3262F2;
}

#sidebar.services-detail_sidebar .sidebar_section .our-brouchure .download-btn span,
#sidebar.team-detail_sidebar .sidebar_section .our-brouchure .download-btn span,
#sidebar.blog_sidebar .sidebar_section .our-brouchure .download-btn span,
#sidebar.shop_sidebar .sidebar_section .our-brouchure .download-btn span {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

#sidebar.team-detail_sidebar .sidebar_section .h2-section3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

#sidebar.team-detail_sidebar .sidebar_section .h2-section3 .counselor-wrapper .counselor-block q {
    font-size: 18px;
    line-height: 30px;
}

#sidebar.blog_sidebar,
#sidebar.shop_sidebar {
    width: calc(100% - 80px);
}

#sidebar.blog_sidebar .sidebar_section .search .input-form,
#sidebar.shop_sidebar .sidebar_section .search .input-form {
    margin-bottom: 0;
}

#sidebar.blog_sidebar .sidebar_section .blog-categories ul li,
#sidebar.shop_sidebar .sidebar_section .blog-categories ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
}

#sidebar.blog_sidebar .sidebar_section .blog-categories ul li:last-child,
#sidebar.shop_sidebar .sidebar_section .blog-categories ul li:last-child {
    border-bottom: 0;
}

#sidebar.blog_sidebar .sidebar_section .blog-categories ul li .category-link,
#sidebar.shop_sidebar .sidebar_section .blog-categories ul li .category-link {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    color: #828282;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

#sidebar.blog_sidebar .sidebar_section .blog-categories ul li .category-link:hover,
#sidebar.shop_sidebar .sidebar_section .blog-categories ul li .category-link:hover {
    color: #202020;
    text-decoration: none;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block:last-child,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block:last-child {
    border-bottom: 0;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .date,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .date,
#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .event .events-list .event_block .event__content .location,
.event .events-list .event_block .event__content #sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .location,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .event .events-list .event_block .event__content .location,
.event .events-list .event_block .event__content #sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .location {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-bottom: 20px;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .date i,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .date i,
#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .event .events-list .event_block .event__content .location i,
.event .events-list .event_block .event__content #sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .location i,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .event .events-list .event_block .event__content .location i,
.event .events-list .event_block .event__content #sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .location i {
    color: #FD6F8D;
    margin-right: 5px;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .title,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .title {
    cursor: pointer;
    font-size: 18px;
    color: #202020;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    display: block;
    margin-bottom: 10px;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .title:hover,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .author,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .author {
    font-size: 16px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-regular;
}

#sidebar.blog_sidebar .sidebar_section .feature-news .feature-news_block .author span,
#sidebar.shop_sidebar .sidebar_section .feature-news .feature-news_block .author span {
    color: #3262F2;
    margin-left: 5px;
}

#sidebar.blog_sidebar .sidebar_section .support-block .sidebar-title,
#sidebar.shop_sidebar .sidebar_section .support-block .sidebar-title {
    font-size: 20px;
    line-height: 28px;
}

#sidebar.shop_sidebar {
    width: 100%;
}

#sidebar.shop_sidebar .top-product .top-product_block {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
}

#sidebar.shop_sidebar .top-product .top-product_block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

#sidebar.shop_sidebar .top-product .top-product_block .top-product__img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    margin-right: 10px;
}

#sidebar.shop_sidebar .top-product .top-product_block .top-product__content .product-name {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 20px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 24px;
    /* fallback */
    max-height: 24px;
    /* fallback */
}

#sidebar.shop_sidebar .top-product .top-product_block .top-product__content .product-name:hover {
    color: #FD6F8D;
    text-decoration: none;
}

#sidebar.shop_sidebar .top-product .top-product_block .top-product__content .product-rate {
    margin-bottom: 10px;
}

#sidebar.shop_sidebar .top-product .top-product_block .top-product__content .product-rate i {
    font-size: 14px;
    color: #EDBB0E;
}

#sidebar.shop_sidebar .top-product .top-product_block .top-product__content .product-price,
#sidebar.shop_sidebar .top-product .top-product_block .top-product__content .shop .shop-cart table tbody tr td.product-total,
.shop .shop-cart table tbody tr #sidebar.shop_sidebar .top-product .top-product_block .top-product__content td.product-total {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

#sidebar.shop_sidebar .price-filter #slider-range {
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #F7F5EF;
    border: 0;
    height: 8px;
}

#sidebar.shop_sidebar .price-filter #slider-range .ui-slider-range {
    background-color: #FD6F8D;
}

#sidebar.shop_sidebar .price-filter #slider-range .ui-slider-handle {
    background-color: #FD6F8D;
    border: 2px solid #FFF;
    border-radius: 999px;
}

#sidebar.shop_sidebar .price-filter #slider-range .ui-slider-handle.ui-state-focus {
    outline: 0;
}

#sidebar.shop_sidebar .price-filter .price-filter__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .filter-btn {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 11px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 15px;
    text-transform: capitalize;
    border: 1px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .filter-btn:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .filter-btn:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .filter-btn:hover:before {
    right: 0;
    z-index: -1;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .filter-btn:focus {
    outline: 0;
    box-shadow: 0;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .input-group label {
    font-size: 16px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-regular;
    display: inline-block;
}

#sidebar.shop_sidebar .price-filter .price-filter__content .input-group input {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    width: 90px;
    text-align: right;
}

@media (max-width: 576px) {
    #sidebar.fixed {
        width: 80vw;
    }
    #sidebar .sidebar_section {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #sidebar.fixed {
        width: 50vw;
    }
    #sidebar .sidebar_section {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #sidebar.fixed {
        width: 50vw;
    }
    #sidebar .sidebar_section {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #sidebar.blog_sidebar,
    #sidebar.shop_sidebar {
        width: calc(100% - 30px);
    }
    #sidebar.shop_sidebar {
        width: 100%;
    }
}


/************************************
    Quantity control
*************************************/

.quantity-control .control-btn {
    height: 30px;
    width: 30px;
    border: 1px solid #E0E0E0;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #FFF;
    transition: 0.3s ease-out;
}

.quantity-control .control-btn:hover {
    box-shadow: 0px 5px 20px #C8CBD7;
}

.quantity-control .quantity {
    width: 60px;
    text-align: center;
    border: 0;
    height: 30px;
    font-size: 18px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}


/************************************
   	Product
*************************************/

.product_block {
    margin-bottom: 40px;
}

.product_block:hover .product__img img {
    transform: scale(1.1);
}

.product_block:hover .product__img .product__action a {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.product_block .product__img {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.product_block .product__img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.3s ease-out;
}

.product_block .product__img .product-status {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-bold;
    padding: 5px 13px;
}

.product_block .product__img .product-status.discount {
    background-color: #FD6F8D;
}

.product_block .product__img .product-status.new {
    background-color: #3262F2;
}

.product_block .product__img .product__action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.product_block .product__img .product__action a {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0;
    text-transform: capitalize;
    border: 0px solid #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition-property: transform, opacity;
}

.product_block .product__img .product__action a:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product_block .product__img .product__action a:hover {
    color: #FFF;
    border: 0px solid #FFF;
    text-decoration: none;
}

.product_block .product__img .product__action a:hover:before {
    right: 0;
    z-index: -1;
}

.product_block .product__img .product__action a:focus {
    outline: 0;
    box-shadow: 0;
}

.product_block .product__img .product__action a:last-child {
    margin-right: 0;
}

.product_block .product__img .product__action a:first-child {
    margin-left: 0;
}

.product_block .product__img .product__action a:nth-child(2) {
    transition-delay: 0.1s;
}

.product_block .product__img .product__action a:nth-child(3) {
    transition-delay: 0.2s;
}

.product_block .product__content .product-name {
    cursor: pointer;
    font-size: 18px;
    color: #202020;
    line-height: 24px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 24px;
    /* fallback */
    max-height: 24px;
    /* fallback */
    margin-bottom: 10px;
}

.product_block .product__content .product-name:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.product_block .product__content .price_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_block .product__content .price_block .product-price,
.product_block .product__content .price_block .shop .shop-cart table tbody tr td.product-total,
.shop .shop-cart table tbody tr .product_block .product__content .price_block td.product-total {
    font-size: 18px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    display: block;
}

.product_block .product__content .price_block .product-price.discounted,
.product_block .product__content .price_block .shop .shop-cart table tbody tr td.discounted.product-total,
.shop .shop-cart table tbody tr .product_block .product__content .price_block td.discounted.product-total {
    color: #FD6F8D;
}

.product_block .product__content .price_block .product-price.discounted span,
.product_block .product__content .price_block .shop .shop-cart table tbody tr td.discounted.product-total span,
.shop .shop-cart table tbody tr .product_block .product__content .price_block td.discounted.product-total span {
    font-size: 16px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-left: 10px;
}

.product_block .product__content .price_block .product-rate i {
    font-size: 16px;
    color: #EDBB0E;
}

@media (max-width: 576px) {
    .product_block .product__img {
        height: auto;
    }
    .product_block .product__content .price_block .product-rate {
        display: none;
    }
}


/************************************
    Search
*************************************/

#search-box {
    animation-duration: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
}

#search-box #close-searchbox {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 25px;
    color: #B3B3B3;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#search-box #close-searchbox:hover {
    color: #202020;
    text-decoration: none;
}

#search-box form {
    width: 50vw;
}

#search-box form .input-group {
    display: flex;
}

#search-box form .input-group input {
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    padding: 0 0 15px 0;
    height: 50px;
    width: 100%;
    transition: border 0.3s ease;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    border-width: 0 0 2px 0;
    font-size: 30px;
    font-family: 'cerebrisans-bold';
}

#search-box form .input-group input:focus {
    outline: 0;
    box-shadow: none;
}

#search-box form .input-group input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

#search-box form .input-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    color: #909;
    line-height: -moz-block-height;
}

#search-box form .input-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    color: #909;
    line-height: -moz-block-height;
}

#search-box form .input-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

#search-box form .input-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

#search-box form .input-group input::placeholder {
    /* Most modern browsers support this now. */
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    line-height: -moz-block-height;
}

#search-box form .input-group input::placeholder {
    font-size: 30px;
    font-family: 'cerebrisans-bold';
}

#search-box form .input-group button {
    background: none;
    border: 0;
    font-size: 30px;
    color: #B3B3B3;
    cursor: pointer;
    transition: 0.3s ease-out;
}

#search-box form .input-group button:hover {
    color: #202020;
}

@media (max-width: 576px) {
    #search-box form {
        width: 80vw;
    }
    #search-box form .input-group input {
        font-size: 20px;
    }
    #search-box form .input-group input::placeholder {
        font-size: 20px;
    }
    #search-box form .input-group button {
        font-size: 20px;
    }
    .hide-xs {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #search-box form {
        width: 80vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #search-box form {
        width: 60vw;
    }
}


/************************************
   Scroll up button
*************************************/

#scrollUp {
    bottom: 30px;
    right: 30px;
    background-color: #FFF;
    padding: 15px;
    border-radius: 999px;
    color: #202020;
    border: 2px solid #E53E58;
    transition: 0.3s ease-out;
}

#scrollUp:hover {
    background-color: #E53E58;
    border-color: #E53E58;
    color: #FFF;
}


/************************************
    Loader
*************************************/

#loader {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

#loader .loader-img {
    height: 150px;
    width: 150px;
}


/************************************
   Layout
*************************************/

.layout-2col-ti .layout-2col-ti_left {
    text-align: left;
}

.layout-2col-ti .layout-2col-ti_right {
    text-align: left;
}

.layout-2col-ti .layout-2col-ti_right.ta-right {
    text-align: right;
}

.layout-2col-lc .layout-2col-lc_left {
    padding-right: 50px;
    border-right: 1px solid #E0E0E0;
}

.layout-2col-lc .layout-2col-lc_right {
    padding-left: 80px;
}

@media (max-width: 576px) {
    .layout-2col-ti .layout-2col-ti_left {
        margin-bottom: 30px;
    }
    .layout-2col-lc .layout-2col-lc_left {
        padding-right: 0;
        border-right: 0px;
        margin-bottom: 50px;
    }
    .layout-2col-lc .layout-2col-lc_right {
        padding-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .layout-2col-ti .layout-2col-ti_left {
        margin-bottom: 50px;
        text-align: left;
    }
    .layout-2col-lc .layout-2col-lc_left {
        padding-right: 0;
        border-right: 0px;
        margin-bottom: 50px;
    }
    .layout-2col-lc .layout-2col-lc_right {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .layout-2col-lc .layout-2col-lc_left {
        padding-right: 30px;
    }
    .layout-2col-lc .layout-2col-lc_right {
        padding-left: 50px;
    }
}


/************************************
   Insight post
*************************************/

.insight-tag {
    font-size: 16px;
    color: #E53E58;
    line-height: 22px;
    font-family: cerebrisans-bold;
}

.insight-public-date p {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 16px;
    font-family: cerebrisans-regular;
}

.insight-public-date p.author:after {
    content: ".";
    padding: 0 15px;
}

.insight-regular:hover .insight-img img {
    transform: scale(1.1);
}

.insight-regular .insight-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.insight-regular .insight-img img {
    max-width: 100%;
    width: 100%;
    transition: 0.3s ease-out;
}

.insight-regular .insight-img p {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    left: 20px;
    font-size: 12px;
    color: #B3B3B3;
    line-height: 14px;
    font-family: cerebrisans-regular;
    padding: 5px 15px;
}

.insight-regular .insight-img p:before {
    content: "\f133";
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    color: #E9AA13;
}

.insight-regular .insight-content a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    display: block;
    margin-bottom: 15px;
}

.insight-regular .insight-content a:hover {
    color: #E9AA13;
    text-decoration: none;
}

.insight-regular .insight-content .author {
    font-size: 12px;
    color: #B3B3B3;
    line-height: 14px;
    font-family: cerebrisans-regular;
}

.insight-regular .insight-content .author span {
    color: #3262F2;
    margin-left: 5px;
}


/************************************
	Banner
*************************************/

.h1-banner {
    background-color: #F7F5EF;
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    /*background-image: url("../images/homepage1/banner-bg.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h1-banner .banner-content {
    overflow: hidden;
}

.h1-banner .banner-content .banner-title {
    margin-bottom: 30px;
    line-height: 70px;
    animation-delay: .8s;
}

.h1-banner .banner-content .banner-paragraph {
    margin-bottom: 50px;
    animation-delay: 1s;
}

.h1-banner .banner-content .banner-btn-group {
    animation-delay: 1.2s;
}

.h1-banner .banner-content .banner-btn-group .banner-qoute {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 19px 45px;
    text-transform: capitalize;
    border: 0 solid transparent;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-right: 20px;
    text-align: center;
}

.h1-banner .banner-content .banner-btn-group .banner-qoute:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #E53E58;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.h1-banner .banner-content .banner-btn-group .banner-qoute:hover {
    color: #FFF;
    border: 0 solid transparent;
    text-decoration: none;
}

.h1-banner .banner-content .banner-btn-group .banner-qoute:hover:before {
    right: 0;
    z-index: -1;
}

.h1-banner .banner-content .banner-btn-group .banner-qoute:focus {
    outline: 0;
    box-shadow: 0;
}

.h1-banner .banner-content .banner-btn-group .banner-qoute:hover {
    box-shadow: 0px 15px 45px #DEE1EA;
}

.h1-banner .banner-content .banner-btn-group .banner-video a {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.h1-banner .banner-content .banner-btn-group .banner-video a:hover {
    color: #3262F2;
    text-decoration: none;
}

.h1-banner .banner-content .banner-btn-group .banner-video a .video-btn {
    padding: 15px 16px;
    margin-right: 20px;
    background-color: #E53E58;
    border-radius: 999px;
    color: #FFF;
}

.h1-banner .banner-content .banner-btn-group .banner-video a:hover .video-btn {
    box-shadow: 0px 15px 45px #DEE1EA;
}

.h1-banner .banner-content .banner-btn-group .banner-video a p {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-semibold;
}

.h1-banner .banner-image img {
    max-width: 100%;
    animation-delay: .5s;
}

.h2-banner {
    padding: 190px 0;
    overflow: hidden;
    background-image: url("../images/homepage2/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h2-banner .banner-content {
    overflow: hidden;
}

.h2-banner .banner-content .banner-subtitle {
    font-size: 20px;
    color: #E9AA13;
    line-height: 27px;
    font-family: cerebrisans-bold;
    font-style: italic;
    margin-bottom: 30px;
}

.h2-banner .banner-content .banner-title {
    margin-bottom: 60px;
    animation-delay: 1s;
}

.h2-banner .banner-content .banner-btn {
    animation-delay: 1.6s;
}

.h3-banner {
    padding: 170px 0;
    overflow: hidden;
    background-image: url("../images/homepage3/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h3-banner .banner-content .banner-title {
    margin-bottom: 30px;
    color: #FFF;
}

.h3-banner .banner-content .banner-benefit {
    margin-bottom: 40px;
}

.h3-banner .banner-content .banner-benefit li {
    font-size: 18px;
    color: #FFF;
    line-height: 36px;
    font-family: cerebrisans-regular;
}

.h3-banner .banner-content .banner-benefit li:before {
    content: "\4e";
    font-family: 'ElegantIcons';
    margin-right: 10px;
}

.h3-banner .banner-content .banner-btn {
    cursor: pointer;
    background-color: #FFF;
    color: #FD6F8D;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 19px 45px;
    text-transform: capitalize;
    border: 0 solid transparent;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

.h3-banner .banner-content .banner-btn:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.h3-banner .banner-content .banner-btn:hover {
    color: #202020;
    border: 0 solid transparent;
    text-decoration: none;
}

.h3-banner .banner-content .banner-btn:hover:before {
    right: 0;
    z-index: -1;
}

.h3-banner .banner-content .banner-btn:focus {
    outline: 0;
    box-shadow: 0;
}

.h3-banner .banner-content .banner-btn:before {
    display: none;
}

.h3-banner .banner-content .banner-btn:hover {
    box-shadow: 0px 15px 45px #DEE1EA;
}

.h4-banner {
    padding: 300px 0;
    background-image: url("../images/homepage4/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h4-banner .banner-content .banner-subtitle {
    font-style: italic;
    color: #FFF;
    font-family: 'cerebrisans-regular';
    margin-bottom: 30px;
}

.h4-banner .banner-content .banner-title {
    margin-bottom: 60px;
    color: #FFF;
}

.h4-banner .banner-content .btn-group {
    display: block;
}

.h4-banner .banner-content .btn-group a {
    margin: 0 15px;
}

.h4-banner .banner-content .btn-white-green {
    cursor: pointer;
    background-color: #FFF;
    color: #6AAD38;
    font-size: 16px;
    font-family: cerebrisans-bold;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 15px 40px;
    text-transform: capitalize;
    border: 2px solid #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.h4-banner .banner-content .btn-white-green:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FFF;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.h4-banner .banner-content .btn-white-green:hover {
    color: #FFF;
    border: 2px solid #6AAD38;
    text-decoration: none;
}

.h4-banner .banner-content .btn-white-green:hover:before {
    right: 0;
    z-index: -1;
}

.h4-banner .banner-content .btn-white-green:focus {
    outline: 0;
    box-shadow: 0;
}

.h4-banner .banner-content .btn-white-green:before {
    background-color: #6AAD38;
}

.h5-banner {
    padding: 400px 0 120px 0;
    background-image: url("../images/homepage5/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h5-banner .banner-content .banner-title {
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.h5-banner .banner-content .banner-paragraph {
    color: #FFF;
    margin-bottom: 40px;
}

.h5-banner .banner-content .banner-video {
    display: inline-block;
}

.h5-banner .banner-content .banner-video a {
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.h5-banner .banner-content .banner-video a:hover {
    color: #1BBD95;
    text-decoration: none;
}

.h5-banner .banner-content .banner-video a .video-btn {
    padding: 15px 16px;
    margin-right: 20px;
    background-color: #1BBD95;
    border-radius: 999px;
    color: #FFF;
    transition: 0.3s ease-out;
}

.h5-banner .banner-content .banner-video a:hover .video-btn {
    box-shadow: 0px 15px 45px #DEE1EA;
}

@media (max-width: 576px) {
    .h1-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .h1-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .h1-banner .banner-content .banner-btn-group .banner-qoute {
        padding: 19px 25px;
    }
    .h2-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .h3-banner {
        padding: 100px 0;
    }
    .h3-banner .banner-content {
        margin-bottom: 30px;
    }
    .h3-banner .quick-contact {
        display: none;
    }
    .h4-banner {
        padding: 100px 0;
    }
    .h4-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .h4-banner .banner-content .btn-group .banner-btn {
        margin-bottom: 15px;
    }
    .h5-banner {
        padding: 200px 0 120px 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h1-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h1-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .h1-banner .banner-content .banner-paragraph {
        margin-bottom: 25px;
    }
    .h1-banner .banner-content .banner-btn-group .banner-qoute {
        padding: 19px 25px;
    }
    .h2-banner .banner-content .banner-subtitle {
        margin-bottom: 15px;
    }
    .h2-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .h3-banner {
        padding: 100px 0;
    }
    .h3-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .h3-banner .quick-contact {
        display: none;
    }
    .h4-banner {
        padding: 100px 0;
    }
    .h4-banner .banner-content .banner-title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .h4-banner .banner-content .btn-group .banner-btn {
        margin-bottom: 15px;
    }
    .h5-banner {
        padding: 200px 0 120px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .h1-banner .banner-content .banner-title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .h1-banner .banner-content .banner-btn-group .banner-qoute {
        padding: 19px 25px;
    }
    .h4-banner {
        padding: 150px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h1-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .h1-banner .banner-content .banner-title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px;
    }
    .h2-banner .banner-content .banner-subtitle {
        margin-bottom: 20px;
    }
    .h2-banner .banner-content .banner-title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 35px;
    }
}


/************************************
   Insight
*************************************/

.h1-lastest-insight {
    margin-top: 100px;
    margin-bottom: 100px;
}

.h1-lastest-insight .h1-lastest-insight_top {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h1-lastest-insight .h1-lastest-insight_top a {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.h1-lastest-insight .h1-lastest-insight_top a:hover {
    color: #202020;
    text-decoration: none;
}

.h1-lastest-insight .h1-lastest-insight_top a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #E53E58;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.h1-lastest-insight .h1-lastest-insight_top a:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .h1-lastest-insight .h1-lastest-insight_top a:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h1-lastest-insight .h1-lastest-insight_top a:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1-lastest-insight .h1-lastest-insight_top a:after {
        display: none;
    }
}

.h1-lastest-insight .lastest-insights .feature-lastest-insights:hover .feature-lastest-insights_img img {
    transform: scale(1.1);
}

.h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_img {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_img img {
    max-width: 100%;
    width: 100%;
    transition: 0.3s ease-out;
    transform-origin: 50% 50%;
}

.h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-tag {
    margin-bottom: 20px;
}

.h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title {
    cursor: pointer;
    font-size: 40px;
    color: #202020;
    line-height: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    display: block;
    margin-bottom: 20px;
}

.h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title:hover {
    color: #E53E58;
    text-decoration: none;
}

.h1-lastest-insight .lastest-insights .list-lastest-insights_group {
    padding-left: 30px;
}

.h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
}

.h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight:last-child {
    margin-bottom: 0;
    border: 0px;
    padding-bottom: 0;
}

.h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight .list-lastest-insight_content .list-insight--title {
    cursor: pointer;
    font-size: 22px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 30px;
    /* fallback */
    max-height: 60px;
    /* fallback */
    display: block;
    margin-bottom: 5px;
}

.h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight .list-lastest-insight_content .list-insight--title:hover {
    color: #E53E58;
    text-decoration: none;
}

.h2-faqs-insights,
.h3-section4,
.h4-section4,
.h5-section4 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.h2-faqs-insights .faqs-accordion .accordion-box,
.h3-section4 .faqs-accordion .accordion-box,
.h4-section4 .faqs-accordion .accordion-box,
.h5-section4 .faqs-accordion .accordion-box {
    margin-bottom: 10px;
}

.h2-faqs-insights .faqs-accordion .accordion-box .accordion-section,
.h3-section4 .faqs-accordion .accordion-box .accordion-section,
.h4-section4 .faqs-accordion .accordion-box .accordion-section,
.h5-section4 .faqs-accordion .accordion-box .accordion-section {
    cursor: pointer;
    font-size: 22px;
    color: #202020;
    line-height: 35px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
}

.h2-faqs-insights .faqs-accordion .accordion-box .accordion-section:hover,
.h3-section4 .faqs-accordion .accordion-box .accordion-section:hover,
.h4-section4 .faqs-accordion .accordion-box .accordion-section:hover,
.h5-section4 .faqs-accordion .accordion-box .accordion-section:hover {
    color: #202020;
    text-decoration: none;
}

.h2-faqs-insights .faqs-accordion .accordion-box .accordion-section:after,
.h3-section4 .faqs-accordion .accordion-box .accordion-section:after,
.h4-section4 .faqs-accordion .accordion-box .accordion-section:after,
.h5-section4 .faqs-accordion .accordion-box .accordion-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #3262F2;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.h2-faqs-insights .faqs-accordion .accordion-box .accordion-section:hover:after,
.h3-section4 .faqs-accordion .accordion-box .accordion-section:hover:after,
.h4-section4 .faqs-accordion .accordion-box .accordion-section:hover:after,
.h5-section4 .faqs-accordion .accordion-box .accordion-section:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .h2-faqs-insights .faqs-accordion .accordion-box .accordion-section:after,
    .h3-section4 .faqs-accordion .accordion-box .accordion-section:after,
    .h4-section4 .faqs-accordion .accordion-box .accordion-section:after,
    .h5-section4 .faqs-accordion .accordion-box .accordion-section:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h2-faqs-insights .faqs-accordion .accordion-box .accordion-section:after,
    .h3-section4 .faqs-accordion .accordion-box .accordion-section:after,
    .h4-section4 .faqs-accordion .accordion-box .accordion-section:after,
    .h5-section4 .faqs-accordion .accordion-box .accordion-section:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h2-faqs-insights .faqs-accordion .accordion-box .accordion-section:after,
    .h3-section4 .faqs-accordion .accordion-box .accordion-section:after,
    .h4-section4 .faqs-accordion .accordion-box .accordion-section:after,
    .h5-section4 .faqs-accordion .accordion-box .accordion-section:after {
        display: none;
    }
}

.h2-faqs-insights .faqs-accordion .accordion-box .faq-answer,
.h3-section4 .faqs-accordion .accordion-box .faq-answer,
.h4-section4 .faqs-accordion .accordion-box .faq-answer,
.h5-section4 .faqs-accordion .accordion-box .faq-answer {
    font-size: 16px;
    color: #B3B3B3;
    line-height: 28px;
    font-family: cerebrisans-regular;
}

.h2-faqs-insights .h2-insights-group,
.h3-section4 .h2-insights-group,
.h4-section4 .h2-insights-group,
.h5-section4 .h2-insights-group {
    margin: 0 -15px;
}

.h2-faqs-insights .h2-insights-group:hover .slider-arrow,
.h3-section4 .h2-insights-group:hover .slider-arrow,
.h4-section4 .h2-insights-group:hover .slider-arrow,
.h5-section4 .h2-insights-group:hover .slider-arrow {
    opacity: 1;
}

.h2-faqs-insights .h2-insights-group .slider-arrow,
.h3-section4 .h2-insights-group .slider-arrow,
.h4-section4 .h2-insights-group .slider-arrow,
.h5-section4 .h2-insights-group .slider-arrow {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.h2-faqs-insights .h2-insights-group .slider-arrow.prev-slider,
.h3-section4 .h2-insights-group .slider-arrow.prev-slider,
.h4-section4 .h2-insights-group .slider-arrow.prev-slider,
.h5-section4 .h2-insights-group .slider-arrow.prev-slider {
    left: 15px;
}

.h2-faqs-insights .h2-insights-group .slider-arrow.next-slider,
.h3-section4 .h2-insights-group .slider-arrow.next-slider,
.h4-section4 .h2-insights-group .slider-arrow.next-slider,
.h5-section4 .h2-insights-group .slider-arrow.next-slider {
    right: 15px;
}

.h2-faqs-insights .h2-insights-group .insight-regular,
.h3-section4 .h2-insights-group .insight-regular,
.h4-section4 .h2-insights-group .insight-regular,
.h5-section4 .h2-insights-group .insight-regular {
    margin: 0 15px;
}

.h3-lastest-insight {
    margin-bottom: 100px;
}

.h3-lastest-insight .insights-group {
    margin-left: -15px;
    margin-right: -15px;
}

.h3-lastest-insight .insights-group .insight-regular {
    padding: 0 15px;
}

.h3-lastest-insight .insights-group .insight-regular .insight-img p:before {
    color: #FD6F8D;
}

.h3-lastest-insight .insights-group .insight-regular .insight-content a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.h3-lastest-insight .insights-group .insight-regular .insight-content a:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.h3-lastest-insight .insights-group .slider-dots {
    margin-top: 30px;
    text-align: center;
}

.h4-faqs-insights h1 {
    margin-bottom: 30px;
}

.h4-faqs-insights .insights-group h1 {
    margin-bottom: 40px;
}

.h5-lastest-insight {
    margin-top: 100px;
}

.h5-lastest-insight .insights-group .insight-regular .insight-img .date:before,
.h5-lastest-insight .insights-group .insight-regular .insight-img .event .events-list .event_block .event__content .location:before,
.event .events-list .event_block .event__content .h5-lastest-insight .insights-group .insight-regular .insight-img .location:before {
    color: #1BBD95;
}

.h5-lastest-insight .insights-group .insight-regular .insight-content a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

.h5-lastest-insight .insights-group .insight-regular .insight-content a:hover {
    color: #1BBD95;
    text-decoration: none;
}

.h5-lastest-insight .insights-group .insight-regular .insight-content .author span {
    color: #1BBD95;
}

@media (max-width: 576px) {
    .h1-lastest-insight .h1-lastest-insight_top {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
    }
    .h1-lastest-insight .h1-lastest-insight_top h1 {
        margin-bottom: 10px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights {
        margin-bottom: 30px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_img {
        margin-bottom: 15px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .h1-lastest-insight .lastest-insights .list-lastest-insights_group {
        padding-left: 0;
    }
    .h2-faqs-insights .faqs-accordion,
    .h3-section4 .faqs-accordion,
    .h4-section4 .faqs-accordion,
    .h5-section4 .faqs-accordion {
        margin-bottom: 30px;
    }
    .h2-faqs-insights .insights-group .insight-regular,
    .h3-section4 .insights-group .insight-regular,
    .h4-section4 .insights-group .insight-regular,
    .h5-section4 .insights-group .insight-regular {
        margin-bottom: 30px;
    }
    .h2-faqs-insights .h2-insights-group .slider-arrow,
    .h3-section4 .h2-insights-group .slider-arrow,
    .h4-section4 .h2-insights-group .slider-arrow,
    .h5-section4 .h2-insights-group .slider-arrow {
        opacity: 1;
    }
    .h3-lastest-insight {
        margin-bottom: 50px;
    }
    .h5-lastest-insight {
        margin-top: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h1-lastest-insight .h1-lastest-insight_top {
        margin-bottom: 30px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights {
        margin-bottom: 30px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_img {
        margin-bottom: 15px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 36px;
    }
    .h1-lastest-insight .lastest-insights .list-lastest-insights_group {
        padding-left: 0;
    }
    .h2-faqs-insights .faqs-accordion,
    .h3-section4 .faqs-accordion,
    .h4-section4 .faqs-accordion,
    .h5-section4 .faqs-accordion {
        margin-bottom: 30px;
    }
    .h2-faqs-insights .h2-insights-group .slider-arrow,
    .h3-section4 .h2-insights-group .slider-arrow,
    .h4-section4 .h2-insights-group .slider-arrow,
    .h5-section4 .h2-insights-group .slider-arrow {
        opacity: 1;
    }
    .h3-lastest-insight {
        margin-bottom: 50px;
    }
    .h5-lastest-insight {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_img {
        margin-bottom: 15px;
    }
    .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 40px;
    }
    .h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight:nth-child(n+5) {
        display: none;
    }
    .h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight:nth-child(4) {
        border-bottom: 0;
    }
    .h2-faqs-insights .h2-insights-group .slider-arrow,
    .h3-section4 .h2-insights-group .slider-arrow,
    .h4-section4 .h2-insights-group .slider-arrow,
    .h5-section4 .h2-insights-group .slider-arrow {
        opacity: 1;
    }
    .h3-lastest-insight {
        margin-bottom: 70px;
    }
}


/************************************
    Featured cases
*************************************/

.featured-cases .featured-cases_top {
    margin-bottom: 50px;
}

.featured-cases .featured-cases_top .featured-cases--title h1 {
    margin-bottom: 15px;
}

.featured-cases .featured-cases_top .featured-cases--title p {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 18px;
    font-family: cerebrisans-regular;
}

.featured-cases .featured-cases_top a {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.featured-cases .featured-cases_top a:hover {
    color: #202020;
    text-decoration: none;
}

.featured-cases .featured-cases_top a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #E9AA13;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.featured-cases .featured-cases_top a:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .featured-cases .featured-cases_top a:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .featured-cases .featured-cases_top a:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-cases .featured-cases_top a:after {
        display: none;
    }
}

.featured-cases .featured-cases_bottom .cases-group,
.featured-cases .featured-cases_bottom .study-case-group {
    margin: 0 -15px;
    margin-bottom: 40px;
}

.featured-cases .featured-cases_bottom .cases-group .case-block,
.featured-cases .featured-cases_bottom .study-case-group .case-block {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-date,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-date {
    font-size: 14px;
    color: #E9AA13;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-bottom: 15px;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-title,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-title {
    cursor: pointer;
    font-size: 30px;
    color: #202020;
    line-height: 36px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 36px;
    /* fallback */
    max-height: 72px;
    /* fallback */
    margin-bottom: 15px;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-title:hover,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-title:hover {
    color: #E9AA13;
    text-decoration: none;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-describe,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-describe {
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    font-family: cerebrisans-regular;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-height: 30px;
    /* fallback */
    max-height: 90px;
    /* fallback */
    margin-bottom: 50px;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-button,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    color: #E9AA13;
    font-size: 18px;
    font-family: cerebrisans-bold;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0;
    text-transform: capitalize;
    border: 1px solid #E9AA13;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-button:before,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-button:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #E9AA13;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-button:hover,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-button:hover {
    color: #FFF;
    border: 1px solid #E9AA13;
    text-decoration: none;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-button:hover:before,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-button:hover:before {
    right: 0;
    z-index: -1;
}

.featured-cases .featured-cases_bottom .cases-group .case-block .case-content .case-button:focus,
.featured-cases .featured-cases_bottom .study-case-group .case-block .case-content .case-button:focus {
    outline: 0;
    box-shadow: 0;
}

.featured-cases .featured-cases_bottom__style1 .cases-group .case-block {
    background-color: #f9f9f9;
    height: 380px;
}

.featured-cases .featured-cases_bottom__style1 .cases-group .case-block img {
    flex: 1 1 40%;
    height: 100%;
    width: 40%;
    object-fit: cover;
}

.featured-cases .featured-cases_bottom__style1 .cases-group .case-block .case-content {
    flex: 1 1 60%;
    max-width: 60%;
    padding: 0px 40px;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block {
    position: relative;
    padding: 40px;
    background-color: #f9f9f9;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block:hover .case-content .case-date,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block:hover .case-content .case-date {
    color: #FFF;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block:hover .case-content .case-title,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block:hover .case-content .case-title {
    cursor: pointer;
    font-size: 30px;
    color: #FFF;
    line-height: 36px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block:hover .case-content .case-title:hover,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block:hover .case-content .case-title:hover {
    color: #FFF;
    text-decoration: none;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block:hover .case-content .case-describe,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block:hover .case-content .case-describe {
    color: #FFF;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block:hover img,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block:hover img {
    opacity: 1;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content {
    position: relative;
    z-index: 1;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-date,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-date {
    color: #FD6F8D;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-title,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-title {
    cursor: pointer;
    font-size: 30px;
    color: #202020;
    line-height: 36px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 36px;
    /* fallback */
    max-height: 72px;
    /* fallback */
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-title:hover,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-describe,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-describe {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-height: 30px;
    /* fallback */
    max-height: 90px;
    /* fallback */
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-button,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-button {
    cursor: pointer;
    background-color: #FFF;
    color: #FD6F8D;
    font-size: 18px;
    font-family: cerebrisans-bold;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0;
    text-transform: capitalize;
    border: 1px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-button:before,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-button:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-button:hover,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-button:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-button:hover:before,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-button:hover:before {
    right: 0;
    z-index: -1;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block .case-content .case-button:focus,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block .case-content .case-button:focus {
    outline: 0;
    box-shadow: 0;
}

.featured-cases .featured-cases_bottom__style2 .cases-group .case-block img,
.featured-cases .featured-cases_bottom__style2 .study-case-group .case-block img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    transition: 0.3s ease-out;
    opacity: 0;
}

.h2-featured-cases,
.h3-featured-cases {
    margin-top: 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

.h3-featured-cases {
    margin-bottom: 70px;
}

.h3-featured-cases .featured-cases_top a {
    cursor: pointer;
    font-size: 16px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.h3-featured-cases .featured-cases_top a:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.h3-featured-cases .featured-cases_top a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #3262F2;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.h3-featured-cases .featured-cases_top a:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .h3-featured-cases .featured-cases_top a:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h3-featured-cases .featured-cases_top a:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h3-featured-cases .featured-cases_top a:after {
        display: none;
    }
}

@media (max-width: 576px) {
    .featured-cases .featured-cases_top .featured-cases--title {
        margin-bottom: 15px;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block {
        flex-direction: column;
        height: auto;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block img {
        display: none;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block .case-content {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 40px;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block .case-content .case-describe {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .featured-cases .featured-cases_top .featured-cases--title {
        margin-bottom: 15px;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block {
        height: 320px;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block .case-content .case-describe {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-cases .featured-cases_top .featured-cases--title {
        margin-bottom: 15px;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block {
        height: 350px;
    }
    .featured-cases .featured-cases_bottom__style1 .cases-group .case-block .case-content .case-describe {
        margin-bottom: 30px;
    }
}


/************************************
	Services page
*************************************/

.services {
    margin-top: 100px;
    margin-bottom: 70px;
}

.services .services-group .service_block,
.services .services-group-style2 .service_block {
    display: flex;
    margin-bottom: 40px;
}

.services .services-group .service_block .service-icon,
.services .services-group-style2 .service_block .service-icon {
    margin-right: 40px;
}

.services .services-group .service_block .service-icon img,
.services .services-group-style2 .service_block .service-icon img {
    width: 66px;
}

.services .services-group .service_block .service-content .service-content--pragraph,
.services .services-group-style2 .service_block .service-content .service-content--pragraph {
    margin-bottom: 20px;
}

.services .services-group .service_block .service-content a,
.services .services-group-style2 .service_block .service-content a {
    cursor: pointer;
    font-size: 14px;
    color: #202020;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.services .services-group .service_block .service-content a:hover,
.services .services-group-style2 .service_block .service-content a:hover {
    color: #202020;
    text-decoration: none;
}

.services .services-group .service_block .service-content a:hover:after,
.services .services-group-style2 .service_block .service-content a:hover:after {
    margin-left: 15px;
}

.services .services-group .service_block .service-content a:after,
.services .services-group-style2 .service_block .service-content a:after {
    content: "\24";
    font-family: 'ElegantIcons';
    color: #FD6F8D;
    margin-left: 5px;
    font-size: 12px;
    transition: 0.3s ease-out;
}

.services .services-group-style2 .service_block {
    display: block;
    padding: 50px;
    background-color: #FFF;
    transition: 0.3s ease-out;
    position: relative;
    border: 1px solid #E0E0E0;
}

.services .services-group-style2 .service_block:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    background-color: #3262F2;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.3s ease-out;
}

.services .services-group-style2 .service_block:hover {
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
}

.services .services-group-style2 .service_block:hover:after {
    width: 100%;
}

.services .services-group-style2 .service_block .service-icon {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    height: 100px;
    width: 100px;
    background: #FFFFFF;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    border-radius: 999px;
}

.services .services-group-style2 .service_block .service-icon i {
    font-size: 35px;
    line-height: 100px;
    color: #3262F2;
}

.services .services-group-style2 .service_block .service-content {
    text-align: center;
}

@media (max-width: 576px) {
    .services {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .services {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .services .services-group .service_block,
    .services .services-group-style2 .service_block {
        flex-direction: column;
    }
    .services .services-group .service_block .service-icon,
    .services .services-group-style2 .service_block .service-icon {
        margin-right: 0;
        margin-bottom: 15px;
        margin: auto;
    }
    .services .services-group .service_block .service-content,
    .services .services-group-style2 .service_block .service-content {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services {
        margin-top: 70px;
        margin-bottom: 40px;
    }
}


/************************************
	Services detail page
*************************************/

.services-detail {
    margin-top: 100px;
    margin-bottom: 100px;
}

.services-detail .service-title {
    font-size: 26px;
    color: #202020;
    line-height: 38px;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

.services-detail .services-detail_contents .serivces-detail_header {
    margin-bottom: 30px;
}

.services-detail .services-detail_contents .serivces-detail_header h1 {
    margin-right: 30px;
}

.services-detail .services-detail_contents ul li {
    font-size: 16px;
    color: #828282;
    line-height: 32px;
    font-family: cerebrisans-regular;
}

.services-detail .services-detail_contents .h1-lastest-insight {
    margin-top: 0;
    margin-bottom: 0;
}

.services-detail .services-detail_contents .h1-lastest-insight .lastest-insights .insight-public-date .inline-block.author {
    color: #3262F2;
}

.services-detail .services-detail_contents .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-tag {
    margin-bottom: 5px;
}

.services-detail .services-detail_contents .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 32px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    margin-bottom: 5px;
}

.services-detail .services-detail_contents .h1-lastest-insight .lastest-insights .feature-lastest-insights .feature-lastest-insights_content .insight-title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.services-detail .services-detail_contents .h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight .list-lastest-insight_content .list-insight--title {
    cursor: pointer;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.services-detail .services-detail_contents .h1-lastest-insight .lastest-insights .list-lastest-insights_group .list-lastest-insight .list-lastest-insight_content .list-insight--title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

@media (max-width: 576px) {
    .services-detail {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .services-detail .services-detail_contents .serivces-detail_header {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .services-detail {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .services-detail_sidebar.fixed,
    .fixed#sidebar.team-detail_sidebar,
    .fixed#sidebar.blog_sidebar,
    .fixed#sidebar.shop_sidebar {
        width: 50vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .services-detail {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .services-detail_sidebar.fixed,
    .fixed#sidebar.team-detail_sidebar,
    .fixed#sidebar.blog_sidebar,
    .fixed#sidebar.shop_sidebar {
        width: 50vw;
    }
}


/************************************
    About us
*************************************/

.about {
    margin-top: 100px;
}

.about .about-content .experience-part .experience-part_content {
    margin-bottom: 30px;
}

.about .about-content .experience-part .experience-part_content h1 {
    margin-bottom: 10px;
}

.about .about-content .experience-part .experience-part_content h6 {
    margin-bottom: 35px;
}

.about .about-content .experience-part .experience-part_content p {
    margin-bottom: 40px;
}

.about .about-part {
    margin-bottom: 100px;
}

.about .about-part .h1-section2,
.about .about-part .h3-section3,
.about .about-part .h4-section2,
.about .about-part section.h5-section2 {
    margin-top: 0;
}

.about .about-part .h1-section2 .data-proof,
.about .about-part .h3-section3 .data-proof,
.about .about-part .h4-section2 .data-proof,
.about .about-part section.h5-section2 .data-proof {
    margin-top: 0 !important;
}

.about .our-job-part .our-job-part_header,
.about .hww-part .our-job-part_header {
    margin-bottom: 60px;
}

.about .our-job-part .our-job-part_header h1,
.about .hww-part .our-job-part_header h1 {
    margin-bottom: 15px;
}

.about .our-job-part .our-job-part_services,
.about .hww-part .our-job-part_services {
    margin-top: 0;
}

.about .our-job-part .our-job-part_services .services-group-style2,
.about .hww-part .our-job-part_services .services-group-style2 {
    margin: 0 -15px;
    margin-bottom: 50px;
}

.about .our-job-part .our-job-part_services .services-group-style2 .service_block,
.about .hww-part .our-job-part_services .services-group-style2 .service_block {
    margin: 0 15px;
}

.about .about-content_style2 .about-part.experience-part .stack-img {
    height: 570px;
    width: 100%;
    position: relative;
}

.about .about-content_style2 .about-part.experience-part .stack-img img {
    position: absolute;
}

.about .about-content_style2 .about-part.experience-part .stack-img img.img-1 {
    top: 0;
    left: 0;
    max-width: 80%;
    z-index: 0;
}

.about .about-content_style2 .about-part.experience-part .stack-img img.img-2 {
    right: 0;
    bottom: 0;
    max-width: 55%;
    z-index: 1;
}

.about .hww-part {
    margin-bottom: 100px;
}

.about .hww-part .hww-part_services .hww_steps {
    text-align: center;
}

.about .hww-part .hww-part_services .hww_steps .hww_step__block .number {
    height: 100px;
    width: 100px;
    text-align: center;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    margin: auto;
    border-radius: 999px;
    margin-bottom: 25px;
}

.about .hww-part .hww-part_services .hww_steps .hww_step__block .number span {
    font-size: 45px;
    color: #FD6F8D;
    line-height: 100px;
    font-family: cerebrisans-bold;
}

.about .hww-part .hww-part_services .hww_steps .hww_step__block .content h5 {
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .about {
        margin-top: 50px;
    }
    .about .about-content .section-header-style-3 {
        margin-bottom: 30px;
    }
    .about .about-content .chart {
        margin-top: 30px;
    }
    .about .about-content_style2 .about-part.experience-part .stack-img {
        height: 500px;
    }
    .about .about-part {
        margin-bottom: 50px;
    }
    .about .hww-part .hww-part_services .hww_steps .hww_step__block {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .about {
        margin-top: 50px;
    }
    .about .about-content .section-header-style-3 {
        margin-bottom: 30px;
    }
    .about .hww-part .hww-part_services .hww_steps .hww_step__block {
        margin-bottom: 30px;
    }
    .about .about-part {
        margin-bottom: 50px;
    }
    .about .about-content_style2 .about-part.experience-part .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .about .about-content_style2 .about-part.experience-part .layout-2col-ti_left .experience-part_content {
        margin-bottom: 0;
    }
    .about .about-content_style2 .about-part.experience-part .stack-img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about {
        margin-bottom: 70px;
    }
    .about .about-part {
        margin-bottom: 70px;
    }
}


/************************************
   Review
*************************************/

.review {
    margin-top: 100px;
    margin-bottom: 100px;
}

.review .review-form {
    padding: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 45px rgba(200, 203, 215, 0.499645);
    margin-bottom: 100px;
}

.review .reviewer-group {
    margin-bottom: 20px;
}

.review .reviewer-group .reviewer-comment {
    padding: 40px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    transition: 0.3s ease-out;
    width: calc(33.3333% - 20px);
    margin-bottom: 30px;
}

.review .reviewer-group .reviewer-comment:hover {
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
}

.review .reviewer-group .reviewer-comment .reviewer-comment_head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.review .reviewer-group .reviewer-comment .reviewer-comment_head .reviewer__avatar {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 999px;
    margin-right: 20px;
}

.review .reviewer-group .reviewer-comment .reviewer-comment_head .reviewer__info h5 {
    margin-bottom: 10px;
}

.review .reviewer-group .reviewer-comment .reviewer-comment_head .reviewer__info p {
    font-size: 12px;
    color: #FD6F8D;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.review .reviewer-group .reviewer-comment .reviewer-comment_content p {
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    font-family: cerebrisans-regular;
}

@media (max-width: 576px) {
    .review {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .review .review-form {
        margin-bottom: 50px;
    }
    .review .reviewer-group .reviewer-comment {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    margin-top: 50px;
    margin-bottom: 50px;
    .review .review-form {
        margin-bottom: 50px;
    }
    .review .reviewer-group .reviewer-comment {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    margin-top: 70px;
    margin-bottom: 70px;
    .review .review-form {
        margin-bottom: 70px;
    }
    .review .reviewer-group .reviewer-comment {
        width: calc(50% - 15px);
    }
}


/************************************
   Our team
*************************************/

.our-team {
    margin-bottom: 100px;
    margin-top: 100px;
}

.our-team .h5-section1 {
    margin-top: 0;
    margin-bottom: 100px;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.our-team .h5-section1 .h5-section1_quote {
    font-size: 36px;
    color: #202020;
    line-height: 48px;
    font-family: cerebrisans-bold;
    margin-bottom: 30px;
}

.our-team .join-team h1 {
    margin-bottom: 20px;
}

.our-team .join-team p {
    margin-bottom: 40px;
}

.our-team .service-title {
    font-size: 26px;
    color: #202020;
    line-height: 38px;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

.our-team .team-detail #about-sidebar-opener {
    margin-bottom: 30px;
}

.our-team .team-detail .team-detail_content .featured-cases.h3-featured-cases {
    margin-top: 0;
    margin-bottom: 50px;
}

.our-team .team-detail .team-detail_content .featured-cases.h3-featured-cases .featured-cases_bottom.featured-cases_bottom__style2 .cases-group .case-block .case-content .case-title {
    font-size: 18px;
    line-height: 30px;
}

.our-team .team-detail .team-detail_content .featured-cases.h3-featured-cases .featured-cases_bottom.featured-cases_bottom__style2 .cases-group .case-block .case-content .case-describe {
    margin-bottom: 30px;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail {
    overflow-x: auto;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table {
    white-space: nowrap;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr:last-child {
    border-bottom: 0;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr:hover {
    background-color: #F7F5EF;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td {
    vertical-align: middle;
    padding: 15px;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-date i {
    margin-right: 10px;
    color: #FD6F8D;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-date span {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-slot {
    text-align: center;
    font-size: 16px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-slot.disable {
    color: #D8D8D8;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-btn {
    text-align: right;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-btn a {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 14px;
    font-family: cerebrisans-bold;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    padding: 10px 15px;
    text-transform: capitalize;
    border: 1px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-btn a:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-btn a:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-btn a:hover:before {
    right: 0;
    z-index: -1;
}

.our-team .team-detail .team-detail_content .make-appointment .appointment-lists .appointment_detail table tbody tr td.appointment-btn a:focus {
    outline: 0;
    box-shadow: 0;
}

@media (max-width: 576px) {
    .our-team {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .our-team .h5-section1 {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .our-team {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .our-team .h5-section1 {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-team {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .our-team .h5-section1 {
        margin-bottom: 70px;
    }
}


/************************************
	Approach
*************************************/

.our-approach {
    margin-top: 100px;
}

.our-approach .about {
    margin-top: 0;
    margin-bottom: 0;
}

.our-approach .approach-content .approach-content_group {
    margin-bottom: 100px;
}

.our-approach .approach-content .approach-content_group h1 {
    font-size: 44px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 15px;
}

.our-approach .approach-content .approach-content_group p {
    font-size: 16px;
    color: #828282;
    line-height: 28px;
    font-family: cerebrisans-regular;
    margin-bottom: 25px;
}

.our-approach .approach-content .approach-content_group ul li {
    font-size: 18px;
    color: #202020;
    line-height: 40px;
    font-family: cerebrisans-regular;
}

.our-approach .approach-content .approach-content_group ul li:before {
    content: "●";
    margin-right: 15px;
}

.our-approach .approach-content .approach-content_group img {
    max-width: 100%;
}

@media (max-width: 576px) {
    .our-approach .approach-content .approach-content_group {
        margin-bottom: 50px;
    }
    .our-approach .approach-content .approach-content_group img {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .our-approach .approach-content .approach-content_group {
        margin-bottom: 50px;
    }
    .our-approach .approach-content .approach-content_group img {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-approach .approach-content .approach-content_group {
        margin-bottom: 70px;
    }
}


/************************************
    Feature list
*************************************/

.feature-list {
    margin-bottom: 100px;
    margin-top: 100px;
}

.feature-list .feature-list-section {
    margin-bottom: 80px;
}

@media (max-width: 576px) {
    .feature-list {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .feature-list .feature-list-section {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .feature-list {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .feature-list .feature-list-section {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .feature-list {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .feature-list .feature-list-section {
        margin-bottom: 50px;
    }
}


/************************************
    Comming soon
*************************************/

.comming-soon {
    text-align: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/pages/comming-soon/bg.png");
    background-size: cover;
    background-position: center;
}

.comming-soon .comming-soon_content .comming-soon--title {
    color: #FFF;
    margin-bottom: 15px;
}

.comming-soon .comming-soon_content .comming-soon--subtitle {
    color: #FFF;
    margin-bottom: 80px;
}

.comming-soon .comming-soon_content #countdown {
    margin-bottom: 40px;
}

.comming-soon .comming-soon_content #countdown .countdown-number {
    display: inline-block;
    margin: 0 35px;
}

.comming-soon .comming-soon_content #countdown .countdown-number:last-child {
    margin-right: 0;
}

.comming-soon .comming-soon_content #countdown .countdown-number:first-child {
    margin-left: 0;
}

.comming-soon .comming-soon_content #countdown .countdown-number span {
    font-size: 60px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-bold;
    display: block;
    margin-bottom: 10px;
}

.comming-soon .comming-soon_content #countdown .countdown-number p {
    font-size: 14px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.comming-soon .comming-soon_content form {
    display: flex;
}

.comming-soon .comming-soon_content form input {
    flex: 1;
}

.comming-soon .comming-soon_content form button {
    padding: 0 40px;
    height: 50px;
}

@media (max-width: 576px) {
    .comming-soon .comming-soon_content .comming-soon--title {
        font-size: 35px;
    }
    .comming-soon .comming-soon_content #countdown .countdown-number {
        margin: 0 15px;
    }
    .comming-soon .comming-soon_content #countdown .countdown-number span {
        font-size: 50px;
    }
}


/************************************
    FAQ
*************************************/

.FAQ {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQ .FAQ_content .FAQ_content__left .faq--title {
    margin-bottom: 60px;
}

.FAQ .FAQ_content .FAQ_content__right .faq--paragraph-title {
    margin-bottom: 60px;
}

@media (max-width: 576px) {
    .FAQ {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .FAQ .FAQ_content .FAQ_content__left {
        margin-bottom: 50px;
    }
    .FAQ .FAQ_content .FAQ_content__right .faq--paragraph-title {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .FAQ {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .FAQ .FAQ_content .FAQ_content__left {
        margin-bottom: 50px;
    }
    .FAQ .FAQ_content .FAQ_content__right .faq--paragraph-title {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .FAQ {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .FAQ .FAQ_content .FAQ_content__left {
        margin-bottom: 70px;
    }
    .FAQ .FAQ_content .FAQ_content__right .faq--paragraph-title {
        margin-bottom: 50px;
    }
}


/************************************
    404 error
*************************************/

.error-404 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.error-404 img {
    margin-bottom: 80px;
}

.error-404 .solution--title {
    font-size: 24px;
    color: #202020;
    line-height: 33px;
    font-family: cerebrisans-bold;
    margin-bottom: 30px;
}

.error-404 form {
    display: flex;
}

.error-404 form input {
    flex: 1;
    margin-right: 15px;
}

.error-404 form button {
    padding: 0 40px;
    height: 50px;
    border-radius: 2px;
}

.error-404 form button i {
    margin-left: 5px;
}

@media (max-width: 576px) {
    .error-404 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .error-404 form input {
        margin-right: 0;
    }
    .error-404 form button {
        padding: 0 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .error-404 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .error-404 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}


/************************************
    Pricing
*************************************/

.pricing {
    margin-top: 100px;
    margin-bottom: 100px;
}

.pricing .plans-group #plane-choose {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.pricing .plans-group #plane-choose #plan-switch {
    cursor: pointer;
    height: auto;
    width: 45px;
    background-color: #FFF;
    border: 2px solid #FD6F8D;
    display: inline-block;
    border-radius: 999px;
    padding: 1px;
    margin: 0 30px;
}

.pricing .plans-group #plane-choose #plan-switch.switched {
    background-color: #FD6F8D;
}

.pricing .plans-group #plane-choose #plan-switch.switched .switch-btn {
    background-color: #FFF;
    margin-left: auto;
}

.pricing .plans-group #plane-choose #plan-switch .switch-btn {
    background-color: #FD6F8D;
    height: 15px;
    width: 15px;
    border-radius: 999px;
    transition: 0.3s ease-out;
}

.pricing .plans-group #plane-choose .plan-type span {
    font-size: 14px;
    color: #FD6F8D;
    margin-left: 5px;
}

.pricing .plans-group #plane-choose .plan-type.active {
    color: #202020;
}

.pricing .plans-group .planes_wrapper {
    animation-duration: 0.5s;
}

.pricing .plans-group .planes_wrapper .plane_detail {
    border: 1px solid #E0E0E0;
    padding: 40px;
    text-align: center;
    background: #FFFFFF;
    transition: 0.3s ease-out;
    position: relative;
}

.pricing .plans-group .planes_wrapper .plane_detail:hover {
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
}

.pricing .plans-group .planes_wrapper .plane_detail:hover:after {
    width: 100%;
}

.pricing .plans-group .planes_wrapper .plane_detail:after {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 0;
    background-color: #3262F2;
    transition: 0.3s ease-out;
    top: 0;
    left: 0;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-pack--title {
    font-size: 24px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-describe {
    font-size: 16px;
    color: #828282;
    line-height: 28px;
    font-family: cerebrisans-regular;
    margin-bottom: 20px;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-price {
    font-size: 50px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    display: block;
    margin-bottom: 20px;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-price sup {
    vertical-align: text-top;
    font-size: 18px;
    margin-right: 10px;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-price span {
    font-size: 14px;
    font-family: 'cerebrisans-regular';
    color: #828282;
}

.pricing .plans-group .planes_wrapper .plane_detail .access-btn {
    cursor: pointer;
    background-color: #FFF;
    color: #FD6F8D;
    font-size: 12px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 20px;
    text-transform: capitalize;
    border: 1px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 20px;
}

.pricing .plans-group .planes_wrapper .plane_detail .access-btn:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pricing .plans-group .planes_wrapper .plane_detail .access-btn:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.pricing .plans-group .planes_wrapper .plane_detail .access-btn:hover:before {
    right: 0;
    z-index: -1;
}

.pricing .plans-group .planes_wrapper .plane_detail .access-btn:focus {
    outline: 0;
    box-shadow: 0;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-benefit {
    margin-bottom: 30px;
}

.pricing .plans-group .planes_wrapper .plane_detail .plane-benefit li {
    font-size: 16px;
    color: #202020;
    line-height: 32px;
    font-family: cerebrisans-regular;
}

.pricing .plans-group .planes_wrapper .plane_detail .trial-btn {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 12px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 15px 35px;
    text-transform: capitalize;
    border: 1px solid #E0E0E0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.pricing .plans-group .planes_wrapper .plane_detail .trial-btn:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.pricing .plans-group .planes_wrapper .plane_detail .trial-btn:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.pricing .plans-group .planes_wrapper .plane_detail .trial-btn:hover:before {
    right: 0;
    z-index: -1;
}

.pricing .plans-group .planes_wrapper .plane_detail .trial-btn:focus {
    outline: 0;
    box-shadow: 0;
}

@media (max-width: 576px) {
    .pricing {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .pricing .plans-group .planes_wrapper .plane_detail {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pricing {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .pricing .plans-group .planes_wrapper .plane_detail {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pricing {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .pricing .plans-group .planes_wrapper .plane_detail {
        margin-bottom: 30px;
    }
}


/************************************
   	Careers
*************************************/

.careers {
    margin-top: 100px;
    margin-bottom: 100px;
}

.careers .careers-content {
    margin-bottom: 100px;
}

.careers .open-positon .job-lists {
    overflow-x: auto;
}

.careers .open-positon .job-lists table {
    white-space: nowrap;
    border: 1px solid #E0E0E0;
    border-width: 1px 0 1px 0;
}

.careers .open-positon .job-lists table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

.careers .open-positon .job-lists table tbody tr:last-child {
    border-bottom: 0;
}

.careers .open-positon .job-lists table tbody tr:hover {
    background-color: #F7F5EF;
}

.careers .open-positon .job-lists table tbody tr td {
    vertical-align: middle;
    padding: 30px;
}

.careers .open-positon .job-lists table tbody tr td.job-detail .job-position {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

.careers .open-positon .job-lists table tbody tr td.job-detail .job-location {
    font-size: 14px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.careers .open-positon .job-lists table tbody tr td.job-detail .job-location i {
    color: #FD6F8D;
    margin-right: 10px;
}

.careers .open-positon .job-lists table tbody tr td.job-time .fulltime,
.careers .open-positon .job-lists table tbody tr td.job-time .parttime {
    background-color: #3262F2;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.careers .open-positon .job-lists table tbody tr td.job-time .parttime {
    background-color: #E9AA13;
}

.careers .open-positon .job-lists table tbody tr td.job-salary {
    font-size: 15px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.careers .open-positon .job-lists table tbody tr td.apply-btn {
    text-align: right;
}

.careers .open-positon .job-lists table tbody tr td.apply-btn a {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 14px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 15px;
    text-transform: capitalize;
    border: 2px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.careers .open-positon .job-lists table tbody tr td.apply-btn a:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.careers .open-positon .job-lists table tbody tr td.apply-btn a:hover {
    color: #FFF;
    border: 2px solid #FD6F8D;
    text-decoration: none;
}

.careers .open-positon .job-lists table tbody tr td.apply-btn a:hover:before {
    right: 0;
    z-index: -1;
}

.careers .open-positon .job-lists table tbody tr td.apply-btn a:focus {
    outline: 0;
    box-shadow: 0;
}

@media (max-width: 576px) {
    .careers {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .careers .careers-content {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .careers {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .careers .careers-content {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .careers {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .careers .careers-content {
        margin-bottom: 70px;
    }
}


/************************************
    Case study
*************************************/

.case-study {
    margin-top: 100px;
}

.case-study .case-study--title {
    font-size: 26px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.case-study .case-study--small-title {
    font-size: 16px;
    color: #202020;
    line-height: 22px;
    font-family: cerebrisans-bold;
    margin-bottom: 5px;
}

.case-study .case-study_detail .info-block {
    background-color: #F7F5EF;
    padding: 30px;
}

.case-study .case-study_detail .info-block p {
    font-size: 14px;
    color: #828282;
    line-height: 40px;
    font-family: cerebrisans-regular;
}

.case-study .case-study_detail .info-block p span {
    font-family: 'cerebrisans-bold';
    margin-left: 10px;
    color: #202020;
}

.case-study .featured-cases .featured-cases_bottom .study-case-group {
    margin-left: 0;
    margin-right: 0;
}

.case-study .featured-cases .featured-cases_bottom .study-case-group .case-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    background-color: #FFF;
}

.case-study .h3-section4,
.case-study .h4-section4,
.case-study .h5-section4 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.case-study .h3-section4 .h2-section3,
.case-study .h4-section4 .h2-section3,
.case-study .h5-section4 .h2-section3 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

@media (max-width: 576px) {
    .case-study {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .case-study .case-study_detail .info-block {
        margin-bottom: 30px;
    }
    .case-study .case-study_detail .planning {
        margin-bottom: 30px;
    }
    .case-study .case-study_detail .case-study-content .planning {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .case-study {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .case-study .case-study_detail .planning {
        margin-bottom: 30px;
    }
    .case-study .case-study_detail .case-study-content .planning {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .case-study {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .case-study .case-study_detail .planning {
        margin-bottom: 30px;
    }
    .case-study .case-study_detail .case-study-content .planning {
        margin-bottom: 30px;
    }
}


/************************************
    Contact
*************************************/

.contact-us {
    margin-bottom: 100px;
}

.contact-us .contact-infomation {
    position: relative;
}

.contact-us .contact-infomation .infomation-box_wrapper {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.contact-us .contact-infomation .infomation-box_wrapper .infomation-box {
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    display: inline-block;
}

.contact-us .contact-infomation .infomation-box_wrapper .infomation-box .ul-16 {
    margin-bottom: 40px;
}

.contact-us .contact-infomation .infomation-box_wrapper .infomation-box .ul-16 i {
    margin-right: 10px;
    color: #3262F2;
}

.contact-us .contact-infomation .infomation-box_wrapper .infomation-box .opening-hours li {
    font-size: 16px;
    color: #828282;
    line-height: 36px;
    font-family: cerebrisans-regular;
    display: flex;
    justify-content: space-between;
}

.contact-us .contact-infomation .infomation-box_wrapper .infomation-box .opening-hours li span {
    color: #202020;
    margin-left: 90px;
}

.contact-us .contact-content {
    margin-top: 100px;
}

@media (max-width: 576px) {
    .contact-us {
        margin-bottom: 50px;
    }
    .contact-us iframe {
        margin-bottom: 30px;
    }
    .contact-us .contact-infomation .infomation-box_wrapper {
        width: 100%;
        position: unset;
        width: 100%;
        transform: translateY(0);
    }
    .contact-us .contact-infomation .infomation-box_wrapper .infomation-box {
        width: 100%;
    }
    .contact-us .contact-content {
        margin-top: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-us {
        margin-bottom: 50px;
    }
    .contact-us .contact-content .layout-2col-ti .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .contact-us .contact-content .layout-2col-ti .layout-2col-ti_right {
        display: none;
    }
    .contact-us .contact-content {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-us {
        margin-bottom: 70px;
    }
    .contact-us .contact-content {
        margin-top: 50px;
    }
}


/************************************
    Blog layouts
*************************************/

.blog {
    margin-top: 100px;
    margin-bottom: 100px;
}

.blog .blog-default .blog-default_group {
    margin-bottom: 40px;
}

.blog .blog-default .blog-default_group .insight-regular {
    margin-bottom: 30px;
}

.blog .blog-default .blog-default_group .insight-regular .insight-img .date:before,
.blog .blog-default .blog-default_group .insight-regular .insight-img .event .events-list .event_block .event__content .location:before,
.event .events-list .event_block .event__content .blog .blog-default .blog-default_group .insight-regular .insight-img .location:before {
    color: #FD6F8D;
}

.blog .blog-default .blog-default_group .insight-regular .insight-content {
    padding: 0 15px;
}

.blog .blog-default .blog-default_group .insight-regular .insight-content a:hover {
    color: #FD6F8D;
}

.blog .blog-metro .metro-blog_block {
    height: 440px;
    position: relative;
    overflow: hidden;
}

.blog .blog-metro .metro-blog_block:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 53.4%, #00000082 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.blog .blog-metro .metro-blog_block:hover img {
    transform: scale(1.1);
}

.blog .blog-metro .metro-blog_block .metro-blog_block__content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}

.blog .blog-metro .metro-blog_block .metro-blog_block__content .tag,
.blog .blog-metro .metro-blog_block .metro-blog_block__content .blog-detail .blog-detail_footer .share,
.blog .blog-detail .blog-detail_footer .blog-metro .metro-blog_block .metro-blog_block__content .share {
    background-color: #3262F2;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-bold;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 15px;
}

.blog .blog-metro .metro-blog_block .metro-blog_block__content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 34px;
    /* fallback */
    max-height: 68px;
    /* fallback */
    cursor: pointer;
    font-size: 24px;
    color: #FFF;
    line-height: 34px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    margin-bottom: 5px;
}

.blog .blog-metro .metro-blog_block .metro-blog_block__content .title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.blog .blog-metro .metro-blog_block .metro-blog_block__content .blog-info p {
    font-size: 14px;
    color: #B3B3B3;
    line-height: 1;
    font-family: cerebrisans-regular;
    display: inline-block;
}

.blog .blog-metro .metro-blog_block .metro-blog_block__content .blog-info p.author:after {
    content: ".";
    margin: 0 5px;
}

.blog .blog-metro .metro-blog_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
    transition: 0.3s ease-out;
}

.blog .blog-masonri .blog-masonri_group .insight-regular {
    width: calc(33.3333% - 20px);
    margin-bottom: 30px;
}

.blog .blog-masonri .blog-masonri_group .insight-regular .insight-img p:before {
    color: #FD6F8D;
}

.blog .blog-masonri .blog-masonri_group .insight-regular .insight-content a {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
}

.blog .blog-masonri .blog-masonri_group .insight-regular .insight-content a:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.blog #timeline {
    padding-top: 0;
    padding-bottom: 0;
}

.blog .blog-detail .blog-detail_content {
    margin-bottom: 60px;
}

.blog .blog-detail .blog-detail_content .p-16 {
    margin-bottom: 10px;
}

.blog .blog-detail .blog-detail_content .first-p:first-child:first-letter {
    font-size: 55px;
    font-family: 'cerebrisans-bold';
    color: #202020;
    float: left;
    margin-top: 15px;
    margin-right: 5px;
}

.blog .blog-detail .blog-detail_content h3 {
    font-size: 24px;
    color: #202020;
    line-height: 28px;
    font-family: cerebrisans-bold;
    margin-bottom: 15px;
}

.blog .blog-detail .blog-detail_content .image-group {
    margin-bottom: 40px;
    position: relative;
}

.blog .blog-detail .blog-detail_content .image-group .image-group_wrapper {
    margin: 0 -15px;
}

.blog .blog-detail .blog-detail_content .image-group .image-group_wrapper img {
    margin: 0 15px;
}

.blog .blog-detail .blog-detail_content .image-group .image-group_control .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.blog .blog-detail .blog-detail_content .image-group .image-group_control .prev-slider {
    left: 0;
}

.blog .blog-detail .blog-detail_content .image-group .image-group_control .next-slider {
    right: 0;
}

.blog .blog-detail .blog-detail_content .block-quote {
    margin: 40px 0;
}

.blog .blog-detail .blog-detail_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 80px;
}

.blog .blog-detail .blog-detail_footer .tag h3,
.blog .blog-detail .blog-detail_footer .share h3 {
    font-size: 18px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    display: inline-block;
    margin-right: 15px;
}

.blog .blog-detail .blog-detail_footer .tag .tag-group,
.blog .blog-detail .blog-detail_footer .share .tag-group {
    display: inline-block;
}

.blog .blog-detail .blog-detail_footer .tag .tag-group a,
.blog .blog-detail .blog-detail_footer .share .tag-group a {
    font-size: 12px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-bold;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    transition: 0.3s ease-out;
    margin: 0 10px;
}

.blog .blog-detail .blog-detail_footer .tag .tag-group a:last-child,
.blog .blog-detail .blog-detail_footer .share .tag-group a:last-child {
    margin-right: 0;
}

.blog .blog-detail .blog-detail_footer .tag .tag-group a:first-child,
.blog .blog-detail .blog-detail_footer .share .tag-group a:first-child {
    margin-left: 0;
}

.blog .blog-detail .blog-detail_footer .tag .tag-group a:hover,
.blog .blog-detail .blog-detail_footer .share .tag-group a:hover {
    background-color: #f3f3f3;
}

.blog .blog-detail .blog-detail_footer .share .social-group {
    display: inline-block;
}

.blog .blog-detail .blog-detail_footer .share .social-group a {
    font-size: 16px;
    color: #828282;
    line-height: 1;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 10px;
}

.blog .blog-detail .blog-detail_footer .share .social-group a:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.blog .blog-detail .blog-detail_footer .share .social-group a:last-child {
    margin-right: 0;
}

.blog .blog-detail .blog-detail_footer .share .social-group a:first-child {
    margin-left: 0;
}

.blog .blog-detail .block-action--title {
    font-size: 26px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 40px;
}

.blog .blog-detail .blog-detail_comment {
    margin-bottom: 60px;
}

.blog .blog-detail .blog-detail_comment .comment-block {
    display: flex;
    margin-bottom: 40px;
}

.blog .blog-detail .blog-detail_comment .comment-block .comment__avatar {
    margin-right: 30px;
    float: left;
}

.blog .blog-detail .blog-detail_comment .comment-block .comment__avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content {
    padding-left: 30px;
    border-left: 1px solid #E0E0E0;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .date,
.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .event .events-list .event_block .event__content .location,
.event .events-list .event_block .event__content .blog .blog-detail .blog-detail_comment .comment-block .commnet__content .location {
    font-size: 14px;
    color: #FD6F8D;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-bottom: 5px;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .username {
    font-size: 18px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment-text {
    font-size: 16px;
    color: #828282;
    line-height: 27px;
    font-family: cerebrisans-regular;
    margin-bottom: 10px;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a {
    cursor: pointer;
    background-color: #FFF;
    color: #828282;
    font-size: 12px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5px 10px;
    text-transform: capitalize;
    border: 1px solid #E0E0E0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: 0 5px;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a:hover:before {
    right: 0;
    z-index: -1;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a:focus {
    outline: 0;
    box-shadow: 0;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a:last-child {
    margin-right: 0;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content .comment__content_action a:first-child {
    margin-left: 0;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content>.comment-block {
    margin-top: 40px;
    margin-bottom: 0;
}

.blog .blog-detail .blog-detail_comment .comment-block .commnet__content>.comment-block .commnet__content {
    border-left: 0;
    padding-left: 0;
}

@media (max-width: 576px) {
    .blog {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .blog .blog-default .blog-default_group {
        margin-bottom: 20px;
    }
    .blog .blog-masonri .blog-masonri_group .insight-regular {
        width: 100%;
    }
    .blog .blog-detail .blog-detail_footer {
        margin-bottom: 50px;
    }
    .blog .blog-detail .blog-detail_footer .tag,
    .blog .blog-detail .blog-detail_footer .share {
        margin-bottom: 30px;
    }
    .blog .blog-detail .blog-detail_comment {
        margin-bottom: 50px;
    }
    .blog .blog-detail .blog-detail_comment .comment-block .commnet__content>.comment-block {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .blog {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .blog .blog-default .blog-default_group {
        margin-bottom: 20px;
    }
    .blog .blog-masonri .blog-masonri_group .insight-regular {
        width: calc(50% - 15px);
    }
    .blog .blog-detail .blog-detail_footer {
        margin-bottom: 50px;
    }
    .blog .blog-detail .blog-detail_comment {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .blog .blog-default .blog-default_group {
        margin-bottom: 30px;
    }
    .blog .blog-detail .blog-detail_footer {
        margin-bottom: 70px;
    }
    .blog .blog-detail .blog-detail_comment {
        margin-bottom: 70px;
    }
}


/************************************
    Event
*************************************/

.event {
    margin-top: 100px;
    margin-bottom: 100px;
}

.event .events-search {
    margin-bottom: 70px;
}

.event .events-search h1 {
    margin-bottom: 30px;
    text-align: center;
}

.event .events-search .events-search_box {
    padding: 40px 50px;
    background: #FFFFFF;
    box-shadow: 0px 10px 45px rgba(200, 203, 215, 0.5);
    border-radius: 5px;
}

.event .events-search input {
    margin-bottom: 0;
}

.event .events-search label {
    font-size: 22px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
    display: block;
}

.event .events-search button {
    width: 100%;
    padding: 15px 0;
}

.event .events-list h3 {
    text-align: center;
    margin-bottom: 40px;
}

.event .events-list .event_block {
    transition: 0.3s ease-out;
    margin-bottom: 30px;
}

.event .events-list .event_block:hover {
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.5);
}

.event .events-list .event_block:hover .event__img img {
    transform: scale(1.1);
}

.event .events-list .event_block .event__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.event .events-list .event_block .event__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease-out;
}

.event .events-list .event_block .event__img .price {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    border-radius: 2px;
    background-color: #3262F2;
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    font-family: cerebrisans-bold;
    padding: 5px 13px;
    margin-bottom: 30px;
}

.event .events-list .event_block .event__content {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
}

.event .events-list .event_block .event__content .date,
.event .events-list .event_block .event__content .location {
    font-size: 14px;
    color: #FD6F8D;
    line-height: 20px;
    font-family: cerebrisans-regular;
    margin-bottom: 10px;
}

.event .events-list .event_block .event__content .event--title {
    cursor: pointer;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 30px;
    /* fallback */
    max-height: 60px;
    /* fallback */
    margin-bottom: 20px;
}

.event .events-list .event_block .event__content .event--title:hover {
    color: #FD6F8D;
    text-decoration: none;
}

.event .events-list .event_block .event__content .location {
    color: #828282;
    margin-bottom: 15px;
}

.event .events-list .event_block .event__content .participants {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event .events-list .event_block .event__content .participants .participants-avatars_group {
    position: relative;
    flex: 1;
    width: 100%;
}

.event .events-list .event_block .event__content .participants .participants-avatars_group img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 999px;
}

.event .events-list .event_block .event__content .participants .participants-avatars_group img:nth-child(n+2) {
    margin-left: -15px;
}

.event .events-list .event_block .event__content .participants .participants-avatars_group span {
    font-size: 12px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-left: 5px;
    position: absolute;
    top: 15px;
}

.event .events-list .event_block .event__content .participants .event-btn {
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 11px;
    font-family: cerebrisans-bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 15px;
    text-transform: capitalize;
    border: 1px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

.event .events-list .event_block .event__content .participants .event-btn:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.event .events-list .event_block .event__content .participants .event-btn:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.event .events-list .event_block .event__content .participants .event-btn:hover:before {
    right: 0;
    z-index: -1;
}

.event .events-list .event_block .event__content .participants .event-btn:focus {
    outline: 0;
    box-shadow: 0;
}

#ui-datepicker-div {
    z-index: 5 !important;
}

.event .event-detail .description {
    margin-bottom: 60px;
}

.event .event-detail .description .ul-16 li {
    color: #828282;
}

.event .event-detail .description .ul-16 li:before {
    content: "●";
    color: #3262F2;
    margin-right: 15px;
}

.event .event-detail .event-detail_block {
    margin-bottom: 60px;
    padding: 40px;
    border: 1px solid #E0E0E0;
}

.event .event-detail .event-detail_block ul li {
    font-size: 16px;
    color: #202020;
    line-height: 36px;
    font-family: cerebrisans-regular;
}

.event .event-detail .event-detail_block ul li i {
    color: #3262F2;
    margin-right: 15px;
}

.event .event-detail .event-detail_map iframe {
    filter: grayscale(100);
}

@media (max-width: 576px) {
    .event {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .event .events-search h1 {
        font-size: 25px;
    }
    .event .events-search input {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .event {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .event .events-search h1 {
        font-size: 30px;
    }
    .event .events-search input {
        margin-bottom: 30px;
    }
    .event .events-list .event_block .event__content .participants .event-btn {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .event {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .event .events-search h1 {
        font-size: 35px;
    }
}


/************************************
    Shop
*************************************/

.shop {
    margin-top: 100px;
    margin-bottom: 100px;
}

.shop .shop-list .shop-list_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shop .shop-list .shop-list_header .select-form {
    padding: 0 30px 0 15px;
}

.shop .shop-detail .shop-detail_header {
    margin-bottom: 60px;
}

.shop .shop-detail .shop-detail_header .product-image {
    display: flex;
    flex-wrap: nowrap;
}

.shop .shop-detail .shop-detail_header .product-image .slider.slider-nav {
    margin-right: 15px;
    width: 90px;
}

.shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .product-image_wrapper {
    margin-bottom: 15px;
    border: 1px solid transparent;
}

.shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .product-image_wrapper.is-active {
    border: 1px solid #3262F2;
    outline: 0;
}

.shop .shop-detail .shop-detail_header .product-image .slider.slider-nav img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

.shop .shop-detail .shop-detail_header .product-image .slider.slider-single {
    flex: 1;
    width: 100%;
}

.shop .shop-detail .shop-detail_header .product-image .slider.slider-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-name {
    font-size: 36px;
    color: #202020;
    line-height: 48px;
    font-family: cerebrisans-bold;
    margin-bottom: 10px;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-rate_block {
    margin-bottom: 15px;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-rate_block .product-rate {
    display: inline-block;
    margin-right: 5px;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-rate_block .product-rate i {
    font-size: 16px;
    color: #EDBB0E;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-rate_block p {
    display: inline-block;
    font-size: 16px;
    color: #828282;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-price,
.shop .shop-detail .shop-detail_header .product-infomation .shop-cart table tbody tr td.product-total,
.shop .shop-cart table tbody tr .shop-detail .shop-detail_header .product-infomation td.product-total {
    font-size: 30px;
    color: #FD6F8D;
    line-height: 1;
    font-family: cerebrisans-bold;
    margin-bottom: 20px;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-describe {
    font-size: 16px;
    color: #828282;
    line-height: 26px;
    font-family: cerebrisans-regular;
    margin-bottom: 15px;
}

.shop .shop-detail .shop-detail_header .product-infomation .quantity-select {
    margin-bottom: 30px;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-btn {
    margin-bottom: 40px;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-more-info p {
    font-size: 18px;
    color: #202020;
    line-height: 36px;
    font-family: cerebrisans-bold;
}

.shop .shop-detail .shop-detail_header .product-infomation .product-more-info p span {
    color: #828282;
    font-family: 'cerebrisans-regular';
    margin-left: 5px;
}

.shop .shop-detail .shop-detail_footer .tab-block .tab-list {
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    justify-content: center;
}

.shop .shop-detail .shop-detail_footer .tab-block .tab-list .tab-name a:after {
    height: 2px;
}

.shop .shop-detail .shop-detail_footer .blog {
    margin-top: 0;
}

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

.shop .shop-cart table {
    white-space: nowrap;
}

.shop .shop-cart table thead tr {
    border-bottom: 1px solid #E0E0E0;
}

.shop .shop-cart table thead tr th {
    padding: 30px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.shop .shop-cart table thead tr th.product-name {
    text-align: left;
}

.shop .shop-cart table tbody {
    border: 1px solid #E0E0E0;
}

.shop .shop-cart table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

.shop .shop-cart table tbody tr td {
    vertical-align: middle;
    padding: 30px 0;
    text-align: center;
}

.shop .shop-cart table tbody tr td.product-clear a {
    cursor: pointer;
    font-size: 20px;
    color: #828282;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
}

.shop .shop-cart table tbody tr td.product-clear a:hover {
    color: #202020;
    text-decoration: none;
}

.shop .shop-cart table tbody tr td.product-image {
    height: 80px;
    width: 80px;
    object-fit: cover;
    object-position: center;
}

.shop .shop-cart table tbody tr td.product-name {
    text-align: left;
    padding: 30px;
    font-size: 20px;
    color: #202020;
    line-height: 26px;
    font-family: cerebrisans-regular;
}

.shop .shop-cart table tbody tr td.product-price,
.shop .shop-cart table tbody tr td.product-total {
    font-size: 18px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.shop .shop-cart .shop-cart_footer {
    margin-bottom: 40px;
}

.shop .shop-cart .shop-cart_footer .coupon_block {
    display: flex;
}

.shop .shop-cart .shop-cart_footer .coupon_block input {
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    margin-right: 11px;
}

.shop .shop-cart .shop-cart_footer .coupon_block button {
    padding: 0px 20px;
}

.shop .shop-cart .shop-cart_total h3 {
    margin-bottom: 20px;
}

.shop .shop-cart .shop-cart_total table tbody tr th,
.shop .shop-cart .shop-cart_total table tbody tr td {
    vertical-align: middle;
    padding: 15px;
}

.shop .shop-cart .shop-cart_total table tbody tr th {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
    text-align: left;
}

.shop .shop-cart .shop-cart_total table tbody tr td {
    text-align: right;
}

.shop .shop-cart .shop-cart_total table tbody tr.cart-subtotal td {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.shop .shop-cart .shop-cart_total table tbody tr.shipping td {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.shop .shop-cart .shop-cart_total table tbody tr.total th {
    font-size: 24px;
}

.shop .shop-cart .shop-cart_total table tbody tr.total td {
    font-size: 24px;
    color: #FD6F8D;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.shop .shop-checkout .billing-detail_form .input-group label {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
    margin-bottom: 15px;
    display: block;
}

.shop .shop-checkout .billing-detail_form .input-group .select-form {
    margin-bottom: 30px;
    width: 100%;
}

.shop .shop-checkout .place-order_box {
    padding: 30px;
    border: 1px solid #E0E0E0;
}

.shop .shop-checkout .place-order_box table {
    margin-bottom: 30px;
}

.shop .shop-checkout .place-order_box table td,
.shop .shop-checkout .place-order_box table th {
    padding: 15px 0;
}

.shop .shop-checkout .place-order_box table thead tr th {
    font-size: 20px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.shop .shop-checkout .place-order_box table tbody tr {
    border-bottom: 1px solid #E0E0E0;
}

.shop .shop-checkout .place-order_box table tbody tr td {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.shop .shop-checkout .place-order_box table tbody tr td.product-price,
.shop .shop-checkout .place-order_box .shop-cart table tbody tr td.product-total,
.shop .shop-cart .shop-checkout .place-order_box table tbody tr td.product-total {
    font-family: 'cerebrisans-bold';
}

.shop .shop-checkout .place-order_box table tbody tr td.cart-subtotal {
    font-family: 'cerebrisans-bold';
}

.shop .shop-checkout .place-order_box table tbody tr td.cart-subtotal--price {
    font-family: 'cerebrisans-bold';
    color: #FD6F8D;
}

.shop .shop-checkout .place-order_box table tbody tr td.ship {
    font-family: 'cerebrisans-bold';
}

.shop .shop-checkout .place-order_box .check-to-show {
    margin-bottom: 15px;
}

.shop .shop-checkout .place-order_box .check-to-show .show-content {
    border: 1px solid #E0E0E0;
    padding: 20px;
    margin-top: 15px;
}

.shop .shop-checkout .place-order_box .place-order-btn {
    margin-top: 15px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.shop .order-complete .order-complete--title {
    font-size: 24px;
    color: #202020;
    line-height: 32px;
    font-family: cerebrisans-bold;
    margin-bottom: 30px;
}

.shop .order-complete .order_status .order_status__item {
    font-size: 16px;
    color: #828282;
    line-height: 26px;
    font-family: cerebrisans-regular;
    margin-bottom: 20px;
}

.shop .order-complete .order_status .order_status__item span {
    color: #202020;
    font-family: 'cerebrisans-bold';
    display: block;
}

.shop .order-complete .order_detail table {
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
}

.shop .order-complete .order_detail table td,
.shop .order-complete .order_detail table th {
    padding: 15px 0;
}

.shop .order-complete .order_detail table tr {
    padding: 0 30px;
    border-bottom: 1px solid #E0E0E0;
}

.shop .order-complete .order_detail table .text-left {
    padding-left: 30px;
}

.shop .order-complete .order_detail table .text-right {
    padding-right: 30px;
}

.shop .order-complete .order_detail table thead tr th {
    font-size: 20px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-bold;
}

.shop .order-complete .order_detail table tbody tr td {
    font-size: 16px;
    color: #202020;
    line-height: 1;
    font-family: cerebrisans-regular;
}

.shop .order-complete .order_detail table tbody tr td.product-price,
.shop .order-complete .order_detail .shop-cart table tbody tr td.product-total,
.shop .shop-cart .order-complete .order_detail table tbody tr td.product-total {
    font-family: 'cerebrisans-bold';
}

.shop .order-complete .order_detail table tbody tr td.cart-subtotal {
    font-family: 'cerebrisans-bold';
}

.shop .order-complete .order_detail table tbody tr td.cart-subtotal--price,
.shop .order-complete .order_detail table tbody tr td.payment,
.shop .order-complete .order_detail table tbody tr td.note {
    font-family: 'cerebrisans-bold';
}

.shop .order-complete .order_detail table tbody tr td.total,
.shop .order-complete .order_detail table tbody tr td.total--price {
    font-family: 'cerebrisans-bold';
    font-size: 20px;
}

.shop .order-complete .order_detail table tbody tr td.total--price {
    color: #FD6F8D;
}

@media (max-width: 576px) {
    .shop {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .shop .shop-list .shop-list_header {
        white-space: nowrap;
        overflow-x: auto;
    }
    .shop .shop-list .shop-list_header p {
        margin-right: 30px;
    }
    .shop .shop-detail .shop-detail_header .product-image {
        margin-bottom: 60px;
        flex-direction: column;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav {
        margin-right: 0;
        width: 100%;
        order: 2;
        margin-right: -20px;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .product-image_wrapper {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .slider-arrow.prev-slider {
        left: 0;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .slider-arrow.next-slider {
        right: 0;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-single {
        order: 1;
        margin-bottom: 30px;
    }
    .shop .shop-detail .shop-detail_footer .tab-block .tab-list {
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
    .shop .shop-cart .cart-table {
        overflow-x: auto;
    }
    .shop .shop-cart .shop-cart_footer .coupon_block {
        margin-bottom: 30px;
    }
    .shop .shop-cart .shop-cart_footer .update-cart-btn {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .shop {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .shop .shop-detail .shop-detail_header .product-image {
        margin-bottom: 50px;
    }
    .shop .shop-cart .cart-table {
        overflow-x: auto;
    }
    .shop .shop-cart .shop-cart_footer .update-cart-btn {
        padding: 15px 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shop {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .shop .shop-detail .shop-detail_header .product-image {
        margin-bottom: 60px;
        flex-direction: column;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav {
        margin-right: 0;
        width: 100%;
        order: 2;
        margin-right: -20px;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .product-image_wrapper {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 30px;
        width: 30px;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .slider-arrow.prev-slider {
        left: 0;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-nav .slider-arrow.next-slider {
        right: 0;
    }
    .shop .shop-detail .shop-detail_header .product-image .slider.slider-single {
        order: 1;
        margin-bottom: 30px;
    }
    .shop .shop-detail .shop-detail_footer .tab-block .tab-list {
        justify-content: flex-start;
        white-space: nowrap;
        overflow-x: auto;
    }
}


/************************************
    Homepage 1
*************************************/

.h1-section1 {
    margin-top: 60px;
    margin-bottom: 36px;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group {
    display: flex;
    margin-bottom: 30px;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group:nth-child(3) {
    margin-bottom: 0;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-icon {
    margin-right: 50px;
    max-width: 66px;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-icon img {
    width: 66px;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content {
    flex-grow: 1;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content .benefit-content--title {
    margin-bottom: 10px;
}

.h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content .benefit-content--pragraph {
    font-size: 18px;
    color: #828282;
    line-height: 28px;
    font-family: cerebrisans-regular;
}

.h1-section1 .h1-section-1_industry {
    background-color: #FFF;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.503278);
    padding: 30px 50px;
}

.h1-section1 .h1-section-1_industry h3 {
    margin-bottom: 20px;
}

.h1-section1 .h1-section-1_industry .industry-links {
    margin-bottom: 30px;
}

.h1-section1 .h1-section-1_industry .industry-links ul li {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    display: table;
}

.h1-section1 .h1-section-1_industry .industry-links ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #3262F2;
    left: 0;
    width: 0%;
    transition: 0.4s ease-out;
}

.h1-section1 .h1-section-1_industry .industry-links ul li:hover:after {
    width: 100%;
}

@media (max-width: 576px) {
    .h1-section1 .h1-section-1_industry .industry-links ul li:after {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h1-section1 .h1-section-1_industry .industry-links ul li:after {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h1-section1 .h1-section-1_industry .industry-links ul li:after {
        display: none;
    }
}

.h1-section1 .h1-section-1_industry .industry-links ul li .industry-link {
    cursor: pointer;
    font-size: 18px;
    color: #B3B3B3;
    line-height: 28px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-regular;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 28px;
    /* fallback */
    max-height: 28px;
    /* fallback */
}

.h1-section1 .h1-section-1_industry .industry-links ul li .industry-link:hover {
    color: #202020;
    text-decoration: none;
}

.h1-section1 .h1-section-1_industry .industry-links ul li .industry-link:hover {
    font-family: 'cerebrisans-bold';
}

.h1-section1 .h1-section-1_industry .all-industries {
    cursor: pointer;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: cerebrisans-bold;
    position: relative;
}

.h1-section1 .h1-section-1_industry .all-industries:hover {
    color: #3262F2;
    text-decoration: none;
}

.h1-section1 .h1-section-1_industry .all-industries:before {
    content: "";
    height: 2px;
    width: 0px;
    display: inline-block;
    background-color: #3262F2;
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
}

.h1-section1 .h1-section-1_industry .all-industries:hover:before {
    width: 37px;
    margin-right: 20px;
}

.h1-section2,
.h3-section3,
.h4-section2,
section.h5-section2 {
    margin-top: 30px;
    overflow: hidden;
}

.h1-section2 .welcome-block .welcome-block_img img,
.h3-section3 .welcome-block .welcome-block_img img,
.h4-section2 .welcome-block .welcome-block_img img,
section.h5-section2 .welcome-block .welcome-block_img img {
    max-width: 100%;
}

.h1-section2 .data-proof,
.h3-section3 .data-proof,
.h4-section2 .data-proof,
section.h5-section2 .data-proof {
    /*margin-top: 100px;*/
    background-color: #F6F5F0;
    padding-top: 70px;
    padding-bottom: 70px;
}

.h1-section2 .data-proof .data-group .data-icon,
.h3-section3 .data-proof .data-group .data-icon,
.h4-section2 .data-proof .data-group .data-icon,
section.h5-section2 .data-proof .data-group .data-icon {
    margin-bottom: 30px;
}

.h1-section2 .data-proof .data-group .data-icon i,
.h3-section3 .data-proof .data-group .data-icon i,
.h4-section2 .data-proof .data-group .data-icon i,
section.h5-section2 .data-proof .data-group .data-icon i {
    font-size: 50px;
    line-height: 1;
    color: #3262F2;
    font-family: 'icomoon';
}

.h1-section2 .data-proof .data-group .data-content .data-number,
.h3-section3 .data-proof .data-group .data-content .data-number,
.h4-section2 .data-proof .data-group .data-content .data-number,
section.h5-section2 .data-proof .data-group .data-content .data-number {
    margin-bottom: 10px;
}

.h1-section2 .data-proof .data-group .data-content .data-type,
.h3-section3 .data-proof .data-group .data-content .data-type,
.h4-section2 .data-proof .data-group .data-content .data-type,
section.h5-section2 .data-proof .data-group .data-content .data-type {
    color: #828282;
}

@media (max-width: 576px) {
    section.h1-section1,
    section.h1-lastest-insight {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    section.h1-section2,
    section.h3-section3,
    section.h4-section2,
    section.h5-section2 {
        margin-top: 50px;
    }
    section.h1-section2 .data-proof,
    section.h3-section3 .data-proof,
    section.h4-section2 .data-proof,
    section.h5-section2 .data-proof {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.quick-contact.quick-contact_h1 {
        margin-bottom: 50px;
    }
    .mb30-md {
        margin-bottom: 30px;
    }
    .h1-section1 .h1-section1_benefit {
        margin-bottom: 30px;
    }
    .h1-section2 .data-proof .data-group .data-content .data-number,
    .h3-section3 .data-proof .data-group .data-content .data-number,
    .h4-section2 .data-proof .data-group .data-content .data-number,
    section.h5-section2 .data-proof .data-group .data-content .data-number {
        margin-bottom: 10px;
        font-size: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section.h1-section1,
    section.h1-lastest-insight {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    section.h1-section2,
    section.h3-section3,
    section.h4-section2,
    section.h5-section2 {
        margin-top: 50px;
    }
    section.h1-section2 .data-proof,
    section.h3-section3 .data-proof,
    section.h4-section2 .data-proof,
    section.h5-section2 .data-proof {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.quick-contact.quick-contact_h1 {
        margin-bottom: 50px;
    }
    .h1-section1 .h1-section1_benefit {
        margin-bottom: 50px;
    }
    .h1-section2 .welcome-block .layout-2col-ti_left,
    .h3-section3 .welcome-block .layout-2col-ti_left,
    .h4-section2 .welcome-block .layout-2col-ti_left,
    section.h5-section2 .welcome-block .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h1-section2 .welcome-block .layout-2col-ti_left .welcome-block_img,
    .h3-section3 .welcome-block .layout-2col-ti_left .welcome-block_img,
    .h4-section2 .welcome-block .layout-2col-ti_left .welcome-block_img,
    section.h5-section2 .welcome-block .layout-2col-ti_left .welcome-block_img {
        display: none;
    }
    .h1-section2 .data-proof .data-group .data-icon,
    .h3-section3 .data-proof .data-group .data-icon,
    .h4-section2 .data-proof .data-group .data-icon,
    section.h5-section2 .data-proof .data-group .data-icon {
        margin-bottom: 30px;
    }
    .h1-section2 .data-proof .data-group .data-icon i,
    .h3-section3 .data-proof .data-group .data-icon i,
    .h4-section2 .data-proof .data-group .data-icon i,
    section.h5-section2 .data-proof .data-group .data-icon i {
        font-size: 60px;
    }
    .h1-section2 .data-proof .data-group .data-content .data-number,
    .h3-section3 .data-proof .data-group .data-content .data-number,
    .h4-section2 .data-proof .data-group .data-content .data-number,
    section.h5-section2 .data-proof .data-group .data-content .data-number {
        font-size: 40px;
    }
    .h1-section2 .data-proof .data-group .data-content .data-type,
    .h3-section3 .data-proof .data-group .data-content .data-type,
    .h4-section2 .data-proof .data-group .data-content .data-type,
    section.h5-section2 .data-proof .data-group .data-content .data-type {
        color: #828282;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.h1-section1,
    section.h1-lastest-insight {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    section.h1-section2,
    section.h3-section3,
    section.h4-section2,
    section.h5-section2 {
        margin-top: 70px;
    }
    section.h1-section2 .data-proof,
    section.h3-section3 .data-proof,
    section.h4-section2 .data-proof,
    section.h5-section2 .data-proof {
        margin-top: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.quick-contact.quick-contact_h1 {
        margin-bottom: 70px;
    }
    .h1-section2 .welcome-block .layout-2col-ti_left,
    .h3-section3 .welcome-block .layout-2col-ti_left,
    .h4-section2 .welcome-block .layout-2col-ti_left,
    section.h5-section2 .welcome-block .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h1-section2 .welcome-block .layout-2col-ti_left .welcome-block_img,
    .h3-section3 .welcome-block .layout-2col-ti_left .welcome-block_img,
    .h4-section2 .welcome-block .layout-2col-ti_left .welcome-block_img,
    section.h5-section2 .welcome-block .layout-2col-ti_left .welcome-block_img {
        display: none;
    }
    .h1-section2 .data-proof .data-group .data-content .data-number,
    .h3-section3 .data-proof .data-group .data-content .data-number,
    .h4-section2 .data-proof .data-group .data-content .data-number,
    section.h5-section2 .data-proof .data-group .data-content .data-number {
        font-size: 40px;
    }
}


/************************************
   	Homepage 02
*************************************/

.h2-section1 {
    margin-top: -80px;
    margin-bottom: 100px;
}

.h2-section1 .welcome-header {
    padding-top: 100px;
}

.h2-section1 .h1-section1 {
    margin-top: 0;
    margin-bottom: 0;
}

.h2-section2,
.h3-section2,
.h4-section3,
.h5-section3 {
    margin-bottom: 20px;
    overflow: hidden;
}

.h2-section2 .h1-section1,
.h3-section2 .h1-section1,
.h4-section3 .h1-section1,
.h5-section3 .h1-section1 {
    margin-top: 0;
    margin-bottom: 0;
}

.h2-section2 .benifit-illus img,
.h3-section2 .benifit-illus img,
.h4-section3 .benifit-illus img,
.h5-section3 .benifit-illus img {
    max-width: 100%;
}

.h2-section2 .benefit-detail,
.h3-section2 .benefit-detail,
.h4-section3 .benefit-detail,
.h5-section3 .benefit-detail {
    padding-left: 60px;
}

.h2-section2 .benefit-detail .benefit-detail_group,
.h3-section2 .benefit-detail .benefit-detail_group,
.h4-section3 .benefit-detail .benefit-detail_group,
.h5-section3 .benefit-detail .benefit-detail_group {
    margin-bottom: 30px;
}

.h2-section3 {
    /*margin-bottom: 100px;*/
    /*background-color: #F6F5F0;*/
    padding-top: 70px;
}

.h2-section3 .consulting-content h3 {
    font-size: 26px;
    color: #202020;
    line-height: 35px;
    font-family: cerebrisans-bold;
    margin-bottom: 15px;
}

.h2-section3 .consulting-content p {
    font-size: 16px;
    color: #828282;
    line-height: 28px;
    font-family: cerebrisans-regular;
    margin-bottom: 30px;
}

.h2-section3 .consulting-content ul li {
    font-size: 18px;
    color: #202020;
    line-height: 26px;
    font-family: cerebrisans-regular;
    margin-bottom: 15px;
}

.h2-section3 .consulting-content ul li:before {
    content: "●";
    color: #E9AA13;
    margin-right: 30px;
}

.h2-section3 .counselor-wrapper .counselor-block .counselor {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.h2-section3 .counselor-wrapper .counselor-block .counselor .avatar {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 999px;
    margin-right: 30px;
}

.h2-section3 .counselor-wrapper .counselor-block .counselor .counselor-detail h5 {
    font-size: 20px;
    color: #202020;
    line-height: 27px;
    font-family: cerebrisans-bold;
    margin-bottom: 5px;
}

.h2-section3 .counselor-wrapper .counselor-block .counselor .counselor-detail p {
    font-size: 12px;
    color: #B3B3B3;
    line-height: 14px;
    font-family: cerebrisans-regular;
}

.h2-section3 .counselor-wrapper .counselor-block q {
    font-size: 24px;
    color: #202020;
    line-height: 36px;
    font-family: cerebrisans-regular;
    display: block;
    margin-bottom: 50px;
}

@media (max-width: 576px) {
    .h2-section1 {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .h2-section1 .welcome-header {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .h2-section2,
    .h3-section2,
    .h4-section3,
    .h5-section3 {
        margin-bottom: 50px;
    }
    .h2-section2 .h1-section1_benefit,
    .h3-section2 .h1-section1_benefit,
    .h4-section3 .h1-section1_benefit,
    .h5-section3 .h1-section1_benefit {
        margin-bottom: 0;
    }
    .h2-section2 .h1-section1_benefit .benefit-detail,
    .h3-section2 .h1-section1_benefit .benefit-detail,
    .h4-section3 .h1-section1_benefit .benefit-detail,
    .h5-section3 .h1-section1_benefit .benefit-detail {
        padding-left: 0;
    }
    .featured-cases.h2-featured-cases,
    .featured-cases.h3-featured-cases {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .h2-section3 {
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h2-section3 .section-header-style-1 h1 {
        margin-bottom: 30px;
    }
    .h2-faqs-insights,
    .h3-section4,
    .h4-section4,
    .h5-section4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .mb30-md {
        margin-bottom: 30px;
    }
    .h2-section1 {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .h2-section1 .welcome-header {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .h2-section2,
    .h3-section2,
    .h4-section3,
    .h5-section3 {
        margin-bottom: 50px;
    }
    .h2-section2 .layout-2col-ti_left,
    .h3-section2 .layout-2col-ti_left,
    .h4-section3 .layout-2col-ti_left,
    .h5-section3 .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h2-section2 .layout-2col-ti_left .benifit-illus img,
    .h3-section2 .layout-2col-ti_left .benifit-illus img,
    .h4-section3 .layout-2col-ti_left .benifit-illus img,
    .h5-section3 .layout-2col-ti_left .benifit-illus img {
        display: none;
    }
    .h2-section2 .h1-section1_benefit,
    .h3-section2 .h1-section1_benefit,
    .h4-section3 .h1-section1_benefit,
    .h5-section3 .h1-section1_benefit {
        margin-bottom: 0;
    }
    .h2-section2 .h1-section1_benefit .benefit-detail,
    .h3-section2 .h1-section1_benefit .benefit-detail,
    .h4-section3 .h1-section1_benefit .benefit-detail,
    .h5-section3 .h1-section1_benefit .benefit-detail {
        padding-left: 0;
    }
    .featured-cases.h2-featured-cases,
    .featured-cases.h3-featured-cases {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .h2-section3 {
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h2-section3 .section-header-style-1 h1 {
        margin-bottom: 30px;
    }
    .h2-faqs-insights,
    .h3-section4,
    .h4-section4,
    .h5-section4 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h2-section2 .benifit-illus,
    .h3-section2 .benifit-illus,
    .h4-section3 .benifit-illus,
    .h5-section3 .benifit-illus {
        display: none;
    }
    .h2-section2 .benefit-detail,
    .h3-section2 .benefit-detail,
    .h4-section3 .benefit-detail,
    .h5-section3 .benefit-detail {
        padding-left: 0;
    }
    .h2-section2 .h1-section1 .h1-section1_benefit .benefit-detail,
    .h3-section2 .h1-section1 .h1-section1_benefit .benefit-detail,
    .h4-section3 .h1-section1 .h1-section1_benefit .benefit-detail,
    .h5-section3 .h1-section1 .h1-section1_benefit .benefit-detail {
        display: flex;
    }
    .h2-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group,
    .h3-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group,
    .h4-section3 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group,
    .h5-section3 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group {
        flex-direction: column;
        margin-bottom: 0;
    }
    .h2-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-icon,
    .h3-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-icon,
    .h4-section3 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-icon,
    .h5-section3 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .h2-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content,
    .h3-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content,
    .h4-section3 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content,
    .h5-section3 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group .benefit-content {
        text-align: center;
    }
    .h2-section1 {
        margin-bottom: 70px;
    }
    .h2-section2,
    .h3-section2,
    .h4-section3,
    .h5-section3 {
        margin-bottom: 70px;
    }
    .h2-section2 .h1-section1_benefit,
    .h3-section2 .h1-section1_benefit,
    .h4-section3 .h1-section1_benefit,
    .h5-section3 .h1-section1_benefit {
        margin-bottom: 0;
    }
    .h2-section2 .h1-section1_benefit .benefit-detail,
    .h3-section2 .h1-section1_benefit .benefit-detail,
    .h4-section3 .h1-section1_benefit .benefit-detail,
    .h5-section3 .h1-section1_benefit .benefit-detail {
        padding-left: 0;
    }
    .featured-cases.h2-featured-cases,
    .featured-cases.h3-featured-cases {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .h2-section3 {
        margin-bottom: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .h2-faqs-insights,
    .h3-section4,
    .h4-section4,
    .h5-section4 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}


/************************************
   	Homepage 03
*************************************/

.h3-section1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.h3-section1 .benifit-illus img {
    max-width: 100%;
}

.h3-section1 .h1-section2,
.h3-section1 .h3-section3,
.h3-section1 .h4-section2,
.h3-section1 section.h5-section2 {
    margin-top: 0;
}

.h3-section2 {
    margin-bottom: 40px;
}

.h3-section2 .h1-section1 {
    margin-top: 0;
}

.h3-section2 .h1-section1 .h1-section1_benefit .benefit-detail {
    padding-left: 0;
}

.h3-section3 {
    margin-top: 0;
    margin-bottom: 100px;
}

.h3-section3 .data-proof {
    margin-top: 0 !important;
}

.h3-section4,
.h4-section4,
.h5-section4 {
    background-color: #F6F5F0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.h3-section4 .h2-section3,
.h4-section4 .h2-section3,
.h5-section4 .h2-section3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.h3-section5 {
    margin-bottom: 70px;
}

.h3-section5 .advisors-group .advisor-block {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    padding: 40px;
    position: relative;
}

.h3-section5 .advisors-group .advisor-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #3262F2;
    transition: 0.3s ease-out;
}

.h3-section5 .advisors-group .advisor-block:hover:before {
    width: 100%;
}

.h3-section5 .advisors-group .advisor-block .advisor-info {
    margin-right: 30px;
    text-align: center;
}

.h3-section5 .advisors-group .advisor-block .advisor-info img {
    height: 190px;
    width: 190px;
    object-fit: cover;
    margin-bottom: 15px;
}

.h3-section5 .advisors-group .advisor-block .advisor-info .advisor-name h5 {
    margin-bottom: 8px;
}

.h3-section5 .advisors-group .advisor-block .advisor-info .advisor-name p {
    font-size: 12px;
    color: #3262F2;
    line-height: 1;
    font-family: cerebrisans-regular;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-advice {
    font-size: 16px;
    color: #202020;
    line-height: 28px;
    font-family: cerebrisans-regular;
    margin-bottom: 15px;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    color: #202020;
    font-size: 15px;
    font-family: cerebrisans-bold;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    padding: 0;
    text-transform: capitalize;
    border: 1px solid #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: 0 5px;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    background-color: #FD6F8D;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a:hover {
    color: #FFF;
    border: 1px solid #FD6F8D;
    text-decoration: none;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a:hover:before {
    right: 0;
    z-index: -1;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a:focus {
    outline: 0;
    box-shadow: 0;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a:last-child {
    margin-right: 0;
}

.h3-section5 .advisors-group .advisor-block .advisor-content .advisor-socials a:first-child {
    margin-left: 0;
}

@media (max-width: 576px) {
    .h3-section1 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .h3-section3 {
        margin-bottom: 50px;
    }
    .h3-section3 .data-proof {
        margin-top: 0;
    }
    .h3-section4,
    .h4-section4,
    .h5-section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h3-section5 {
        margin-bottom: 50px;
    }
    .h3-section5 .advisors-group .advisor-block {
        flex-direction: column;
    }
    .h3-section5 .advisors-group .advisor-block .advisor-info {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .h3-section5 .advisors-group .advisor-block .advisor-content {
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h3-section1 {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .h3-section1 .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h3-section1 .layout-2col-ti_left .benifit-illus {
        display: none;
    }
    .h3-section2 {
        margin-bottom: 20px;
    }
    .h3-section3 {
        margin-bottom: 0;
    }
    .h3-section3 .data-proof .data-group {
        margin-bottom: 0;
    }
    .h3-section4,
    .h4-section4,
    .h5-section4 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h3-section5 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h3-section1 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .h3-section2 {
        margin-bottom: 40px;
    }
    .h3-section2 .h1-section1 .h1-section1_benefit .benefit-detail .benefit-detail_group {
        margin-bottom: 30px;
    }
    .h3-section3 {
        margin-bottom: 70px;
    }
    .h3-section4,
    .h4-section4,
    .h5-section4 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .h3-section5 {
        margin-bottom: 40px;
    }
    .h3-section5 .advisors-group .advisor-block {
        flex-direction: column;
    }
    .h3-section5 .advisors-group .advisor-block .advisor-info {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .h3-section5 .advisors-group .advisor-block .advisor-content {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h3-section5 {
        margin-bottom: 40px;
    }
    .h3-section5 .advisors-group .advisor-block {
        flex-direction: column;
    }
    .h3-section5 .advisors-group .advisor-block .advisor-info {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .h3-section5 .advisors-group .advisor-block .advisor-content {
        text-align: center;
    }
}


/************************************
   	Homepage 04
*************************************/

.h4-section1 {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #F6F5F0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.h4-section1 .h1-section2,
.h4-section1 .h3-section3,
.h4-section1 .h4-section2,
.h4-section1 section.h5-section2 {
    margin-top: 0;
}

.h4-section1 .benifit-illus img {
    max-width: 100%;
}

.h4-section2,
section.h5-section2 {
    margin-bottom: 30px;
}

.h4-section2 .data-proof,
section.h5-section2 .data-proof {
    margin-top: 0 !important;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.h4-section2 .data-proof .data-group .data-icon i,
section.h5-section2 .data-proof .data-group .data-icon i {
    color: #6AAD38;
}

.h4-section3,
.h5-section3 {
    margin-top: 30px;
}

.h4-section3 .benefit-detail,
.h5-section3 .benefit-detail {
    padding-left: 0;
}

.h4-section3 .benefit-detail .benefit-detail_group,
.h5-section3 .benefit-detail .benefit-detail_group {
    text-align: center;
}

.h4-section3 .benefit-detail .benefit-detail_group .benefit-icon,
.h5-section3 .benefit-detail .benefit-detail_group .benefit-icon {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
    margin: auto;
    border-radius: 999px;
    margin-bottom: 20px;
}

.h4-section3 .benefit-detail .benefit-detail_group .benefit-icon i,
.h5-section3 .benefit-detail .benefit-detail_group .benefit-icon i {
    font-size: 35px;
    color: #3262F2;
}

.h4-section3 .benefit-detail .benefit-detail_group .benefit-content .benefit-content--title,
.h5-section3 .benefit-detail .benefit-detail_group .benefit-content .benefit-content--title {
    margin-bottom: 15px;
}

.h4-section4,
.h5-section4 {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.h4-section4 .h4-section4_introduction h1,
.h5-section4 .h4-section4_introduction h1 {
    margin-bottom: 30px;
}

.h4-section4 .h4-section4_introduction p,
.h5-section4 .h4-section4_introduction p {
    margin-bottom: 30px;
}

.h4-section4 .h4-section4_introduction ul li,
.h5-section4 .h4-section4_introduction ul li {
    font-size: 18px;
    color: #202020;
    line-height: 40px;
    font-family: cerebrisans-regular;
}

.h4-section4 .h4-section4_introduction ul li:before,
.h5-section4 .h4-section4_introduction ul li:before {
    content: "●";
    margin-right: 15px;
    color: #6AAD38;
}

.h4-section4 img,
.h5-section4 img {
    max-width: 100%;
}

.h4-section5 {
    background-color: #F6F5F0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.h4-section5 .quick-contact {
    box-shadow: 0px 15px 45px rgba(200, 203, 215, 0.499645);
}

.h4-section5 .h2-section3 {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.h4-section5 .h2-section3 h1 {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .h4-section1 {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h4-section1 .h1-section2,
    .h4-section1 .h3-section3,
    .h4-section1 .h4-section2,
    .h4-section1 section.h5-section2 {
        margin-bottom: 30px;
    }
    .h4-section2,
    section.h5-section2 {
        margin-bottom: 50px;
    }
    .h4-section3,
    .h5-section3 {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .h4-section4 .h4-section4_introduction,
    .h5-section4 .h4-section4_introduction {
        margin-bottom: 30px;
    }
    .h4-section5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h4-section5 .h2-section3 {
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h4-section1 {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h4-section1 .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h4-section1 .benifit-illus img {
        display: none;
    }
    .h4-section2,
    section.h5-section2 {
        margin-bottom: 50px;
    }
    .h4-section3,
    .h5-section3 {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .h4-section4 .layout-2col-ti_left,
    .h5-section4 .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h4-section4 img,
    .h5-section4 img {
        display: none;
    }
    .h4-section5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h4-section5 .h2-section3 {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h4-section1 {
        margin-top: 70px;
        margin-bottom: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .h4-section2,
    section.h5-section2 {
        margin-bottom: 70px;
    }
    .h4-section3,
    .h5-section3 {
        margin-top: 70px;
    }
    .h4-section5 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


/************************************
   	Homepage 05
*************************************/

.h5-section1 {
    margin-top: 70px;
    overflow: hidden;
    background-color: #F6F5F0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.h5-section1 .h5-section1_quote {
    font-size: 40px;
    color: #202020;
    line-height: 52px;
    font-family: cerebrisans-regular;
    display: block;
    margin-bottom: 100px;
}

.h5-section1 #tabs {
    align-self: top;
    background-color: transparent;
}

section.h5-section2 .data-proof {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

section.h5-section2 .data-proof .data-group .data-icon i {
    color: #1BBD95;
}

section.h5-section2 .data-proof .data-group .data-content .data-number {
    font-family: cerebrisans-regular;
}

section.h5-section2 .data-proof .data-group .data-content .data-type {
    font-family: cerebrisans-regular;
}

.h5-section3 {
    margin-bottom: 0;
}

.h5-section3 .benefit-detail .benefit-detail_group .benefit-icon i {
    color: #1BBD95;
}

.h5-section5 {
    padding: 100px 0;
    background-image: url("../images/homepage5/banner-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h5-section5 .h2-section3 {
    margin-bottom: 0;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.h5-section5 .h2-section3 .counselor-wrapper .counselor-block .counselor .counselor-detail h5 {
    color: #FFF;
}

.h5-section5 .h2-section3 .counselor-wrapper .counselor-block .counselor .counselor-detail p {
    color: #1BBD95;
}

.h5-section5 .h2-section3 .counselor-wrapper .counselor-block .counselors-advice {
    color: #FFF;
}

.h5-section5 .h2-section3 .counselor_slider-control .slider-dots li {
    background-color: #FFF;
}

.h5-section5 .h2-section3 .counselor_slider-control .slider-dots li.slick-active {
    background-color: #1BBD95;
}

.h5-section5 .h2-section3 .counselor_slider-control.pink li.slick-active {
    background-color: #FD6F8D;
}

@media (max-width: 576px) {
    .h5-section1 {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h5-section1 .h5-section1_quote {
        font-size: 30px;
        color: #202020;
        line-height: 40px;
        font-family: cerebrisans-regular;
        margin-bottom: 50px;
    }
    .h5-section5 {
        margin-bottom: 50px;
    }
    .h5-section5 .quick-contact {
        margin-bottom: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .h5-section1 {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .h5-section1 .h5-section1_quote {
        font-size: 30px;
        color: #202020;
        line-height: 40px;
        font-family: cerebrisans-regular;
        margin-bottom: 30px;
    }
    .h5-section1 .layout-2col-ti_left {
        margin-bottom: 0;
    }
    .h5-section1 .layout-2col-ti_right img {
        display: none;
    }
    .h5-section5 {
        margin-bottom: 50px;
    }
    .h5-section5 .quick-contact {
        margin-bottom: 60px;
        max-width: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .h5-section1 {
        margin-top: 70px;
        margin-bottom: 70px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .h5-section1 .h5-section1_quote {
        margin-bottom: 50px;
        font-size: 35px;
        color: #202020;
        line-height: 42px;
        font-family: cerebrisans-regular;
    }
    .h5-section5 {
        margin-bottom: 70px;
    }
}


/* custom css*/

.navigation.menu-area {
    text-align: right;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 450px;
}

.testim {
    text-align: center;
}

.client_heading {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.spac {
    margin-left: 20px;
}


/*.h1-section2 .data-proof .data-group .data-icon i{
  font-size: 50px;
  color: #3262F2;
}*/

.benefit-icon span {
    color: #6aad38;
    font-size: 2.7em;
    width: 2.2em;
    border-radius: 100%;
    height: 2.2em;
    line-height: 2.2em;
    border: 2px dotted #6aad38;
}

.about_top {
    padding-top: 100px;
}

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

.h1-section2 .data-proof .data-group .data-icon i {
    font-size: 35px;
}

.our_gallery {
    padding-bottom: 20px;
}

.grid-gallery {
    margin-top: 50px;
}

.body_color {
    background: #fff;
}


/* home gellery css start */

h1.gallry-heading {
    text-align: center;
    padding-bottom: 29px;
}

.grid-gal {
    margin-top: 0px;
}


/* home gellery css end */

h3.product-area {
    text-align: center;
}

.product-area a {
    color: #000;
}

* {
    box-sizing: border-box
}

body {
    font-family: "Lato", sans-serif;
}


/* Style the tab */

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    /* height: 300px; */
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    /* height: 300px; */
    background-color: #ccc;
}
tr.bold-heading {
    font-weight: 800;
}
p.icon-area {
    float: right;
}
.Slider-area h2 {
    position: absolute;
    color: #000;
    top: 42%;
    left: 10%;
    font-size: 40px;
    font-weight: 800;
}
h4.all-powder {
    text-align: center;
}