/*!
Theme Name: cloudzone
Theme URI: http://underscores.me/
Author: CloudZone
Author URI: http://underscores.me/
Description: Cloud Zone Wordpress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cloudzone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cloudzone is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
=================================================================
*                     ~TABLE OF CONTENTS~                       *
=================================================================
01. FONTS INSTALLER
    1.1 Poppins

02. GENERAL

03. SECTION HEADER
	3.1 Navbar Menu V1
	3.2 Header 02
	3.3 Sticky Menu
	3.4 Burger Menu
	3.5 Mega Menus
	3.6 Animation
	3.7 Breadcrumb
		3.7.1 Breadcrumb 1

04. SECTION CONTENTS
	4.1. Section Blog 01
	4.2. Section Our Services
	4.3. Section Our Services
	4.4. Section Quote
	4.5. Section Partners
	4.6. Section Meet

05. SECTION FOOTER

06. RESPONSIVE


*/
/*============================
 *    01. FONTS INSTALLER    *
 *===========================*/
/**
 * 1.1 Poppins
 */
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('assets/fonts/poppins/Poppins-SemiBold.eot');
    src: url('assets/fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('assets/fonts/poppins/Poppins-SemiBold.woff') format('woff'),
         url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype'),
         url('assets/fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('assets/fonts/poppins/Poppins-Regular.eot');
    src: url('assets/fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
         url('assets/fonts/poppins/Poppins-Regular.woff') format('woff'),
         url('assets/fonts/poppins/Poppins-Regular.ttf') format('truetype'),
         url('assets/fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('assets/fonts/poppins/Poppins-Bold.eot');
    src: url('assets/fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
         url('assets/fonts/poppins/Poppins-Bold.woff') format('woff'),
         url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype'),
         url('assets/fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('assets/fonts/poppins/Poppins-Light.eot');
    src: url('assets/fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/poppins/Poppins-Light.woff2') format('woff2'),
         url('assets/fonts/poppins/Poppins-Light.woff') format('woff'),
         url('assets/fonts/poppins/Poppins-Light.ttf') format('truetype'),
         url('assets/fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins-ExtraLight';
    src: url('assets/fonts/poppins/Poppins-ExtraLight.eot');
    src: url('assets/fonts/poppins/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
         url('assets/fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
         url('assets/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'),
         url('assets/fonts/poppins/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
}



/*============================
 *        02. GENERAL        *
 *===========================*/
html,body{
	font-family: 'Poppins-Regular';
	height: 100%;
}
body{
	background: #ffffff;
	color: #000000;
}

p {
    font-family: 'Poppins-Regular';
    /*color: #5e5e5e;*/
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;

}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button,
button:hover,
button:focus{
	text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
input,textarea,form-control,
input:hover,textarea:hover,form-control:hover,
input:focus,textarea:focus,form-control:focus{
	outline: 0 !important;
	border:none !important;
    box-shadow: none !important;
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   -moz-transition: none !important;
   -webkit-transition: none !important;
}
h1, h2, h3, h4, h5, h6 {
    /*margin-bottom: 0;*/
    font-family: inherit;
    font-weight: normal;
    color: inherit;
}
body.overlay{
	position: relative;
}
body.overlay:after{
	content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: inline-block;
    top: 0;
    position: fixed;
}
.lh0{
	line-height: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
	margin:0;
}
.f-none{
	display: none !important;
}
#main-content {
	height: 100%;
    width: calc(100% - 43.3%);
    min-height: 100vh;
    transition: all 0.4s;
    top: 0;
    left: 0;
}
.main-wrapper{
	height: 100%;
}
#main-content.active {
    width: 100%;
}
.c-yellow{
	color: #FFEB3B !important;
}
.mw-100{
	max-width: 100% !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.alert-success p{
    color: #155724;
}
.alert-danger p{
    color: #721c24;
}
#section-example{
	padding: 100px 0;
	background: #ffffff;
}
.bg-white{
	background-color: #ffffff !important;
}
.bg-grey{
	background-color: #f7f7f7;
}
.bg-grey-02{
	background-color: #f8f9fb;
}

.spacer-80{
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
}
.cmz-spacer-50{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
}
.p-top0{
	padding-top: 0 !important;
}
b, strong {
    font-weight: 900 !important;
}

/**
 * 2.1 Social Links
 */
.social-links a{
  	text-align: center;
  	display: inline-block;
  	width: 40px;
    height: 40px;
  	border: 2px solid #3b5375;
  	border-radius: 100%;
  	margin-right: 10px; /*space between*/
}
.social-links a i{
	font-size: 20px;
	line-height: 36px;
	color: #3b5375;
}
.social-links a:hover {
	text-decoration:none;
	box-shadow:none;
  	background-color:#3b5375;
  	border: 2px solid #3b5375;
}
.social-links a:hover i{
  color:#ffffff;
}

/* Button 1 */
.btn-1,.btn-1:focus{
	font-family: 'Poppins-SemiBold';
    font-size: 17px;
    background-color: transparent;
    color: #4a3168;
    border-radius: 30px;
    border:2px solid #4a3168;
    width: 100%;
    max-width: 180px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 20px -17px #1b1b1b;
    box-shadow: 0 5px 20px -17px #1b1b1b;
}
.btn-1:hover{
	color: #ffffff;
   	/*opacity: 0.9;*/
   	text-decoration: none;
}

.btn-1.style3:hover{
	background-color: #4a3168;
	border:2px solid #4a3168 !important;
	color: #ffffff !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.section-style01 .item .wrapper a{
	color:blue;
}

/* Button 2 */
.btn-02{
	font-family: 'Poppins-Regular';
	font-size: 18px;
	color: #ffffff !important;
	background-color: #237dc1;
	padding: 10px 15px;
	min-width: 190px;
	border-radius: 30px;
	display: inline-block;
    text-align: center;
}
.btn-02:hover{
	color: #ffffff;
	opacity: 0.9;
}



/* Button 3 */
.btn-03{
	font-family: 'Poppins-Regular';
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	padding: 10px 15px;
	min-width: 190px;
	border-radius: 30px;
	display: inline-block;
    text-align: center;
}
.btn-03:hover{
	color: #237dc1;
	background-color: #ffffff;
}

/**
 * Title
 */
.title{
	text-align: center;
	margin-bottom: 60px;
}
.title h1, .title h2{
	font-family: 'Poppins-SemiBold';
	font-size: 36px;
	color: #237dc1;
}
.title p{
	font-family: 'Poppins-Regular';
	font-size: 17px;
	line-height: 25px;
	margin-top: 20px !important;
}

/*=============================
 *     03. SECTION HEADER     *
 *============================*/
/**
 * 3.1 Navbar Menu V1
 */
.navbar-menu {
	background-color: transparent;
    z-index: 999;
    position: absolute;
    width: 100%;
    padding: 0;
}
.navbar-menu .dropdown-menu.active {
	display: block;
}
.navbar-menu .dropdown-menu.active.show {
	display: none;
}
.navbar-menu .navbar-toggler:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.navbar-menu .offcanvas-navbar .nav-item .nav-link {
	padding: 13px 15px !important;
}
.navbar-menu .offcanvas-navbar .cart-quantity {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 13px;
}
.navbar-menu .offcanvas-navbar .dropdown-menu {
	left: auto;
	right: 0;
	width: 230px;
	padding: 0;
}
.navbar-menu .offcanvas-navbar .dropdown-menu li {
	border-bottom: 1px solid #dddddd;
	padding: 14px;
}
.navbar-menu .offcanvas-navbar .cart-image {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.navbar-menu .offcanvas-navbar .cart-content {
	float: left;
	width: calc(100% - 70px);
}
.navbar-menu .offcanvas-navbar .cart-content h6 {
	margin-bottom: 0;
}
.navbar-menu .offcanvas-navbar .dropdown-toggle::after {
	display: none;
}
.navbar-menu .price {
	font-weight: bold;
	font-size: 18px;
	color: #7AA93C;
}
/*.navbar-menu .product-dropdown-list li{
	border-bottom: 1px dotted #dddddd;
}*/
.navbar-menu .product-dropdown-list li a {
	display: block;
	padding: 10px 0;
}
.navbar-menu .product-dropdown-list li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}
.navbar-menu .dropdown-item{
	font-family: 'Poppins-SemiBold';
	color: #ffffff;
	font-weight: 500;
	padding: 7px 20px;
	border-bottom: none;
	position: relative;
}
.navbar-menu .dropdown-menu .dropdown-toggle {
	font-family: 'Poppins-SemiBold' !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	padding: 7px 20px !important;
	border-bottom: none !important;
	position: relative !important;
}

.navbar-menu .dropdown-item:focus, .navbar-menu .dropdown-item:hover {
	background: transparent;
	/*background: #ffffff;*/
	color: #03A9F4;
}
.navbar-menu .dropdown-item:before{
	content:'';
	background: var(--ts-accent-color);
	position:absolute;
	bottom:50%;
	transform:translateY(50%);
	left:0;
	height:0;
	width:3px;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.navbar-menu .dropdown-item:hover:before,
.navbar-menu .dropdown-item.active:before{
	height:100%;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.navbar-menu .dropdown-item.active{
	color: #03A9F4;
	background-color: transparent;
}
.navbar-menu .carousel-control-next, .navbar-menu .carousel-control-prev {
	opacity: 1;
	color: #ffffff;
}
.navbar-menu .carousel-control-next:hover, .navbar-menu .carousel-control-prev:hover {
	background-color: transparent !important;
}
.navbar-menu .carousel {
	padding-bottom: 10px;
}
.navbar-menu .dropdown-heading {
	padding-top: 10px;
}
.navbar-menu .navbar-brand {
	color: #265196;
	font-size: 24px;
	font-weight: bold;
}
.navbar-brand img {
	width: 140px;
	height: 70px;
	object-fit: contain;
	object-position: center;
}

.navbar-menu .product-dropdown-menu .product-heading {
	color: #265196;
	font-size: 20px;
	font-weight: 600;
}

.navbar-menu .product-dropdown-menu ul li {
	border-bottom: 1px solid #dddddd;
}

.navbar-menu .product-dropdown-menu ul li:last-child {
	border-bottom: none;
}

.navbar-menu .product-dropdown-menu ul li a {
	padding: 10px;
	display: block;
}

.navbar-menu .product-dropdown-menu ul li a:hover {
	color: #E91E63;
}

.navbar-menu .navbar-nav .nav-item .nav-link {
	font-family: 'Poppins-SemiBold';
	color: #ffffff;
	padding: 35px 12px;
    font-size: 14px;
	position: relative;
    display: inline-block;
}
.navbar-menu.home-menu .navbar-nav .nav-item .nav-link {
	color: #371b58;
}
.navbar-menu .navbar-nav .nav-item .nav-link:before{
	content: "";
    width: 0;
    height: 3px;
    background: var(--ts-accent-color);
    position: absolute;
    bottom: 22px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-menu .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
.navbar-menu .navbar-nav .nav-item .dropdown-toggle.nav-link{
	background: transparent;
}
.navbar-menu .dropdown-item:focus, .navbar-menu .dropdown-item:hover {
    border-radius: 0;
}
.navbar-menu .navbar-nav .nav-item .nav-link:hover:before{
	width: 60%;
}
.navbar-menu .dropdown-menu {
	border: none;
	background-color: #0e314b !important;
	font-size: 14px;
}

.navbar-menu .dropdown-menu .nav-item .nav-link {
	color: #1c1c1c;
	padding: 6px 0;
}

.navbar-menu .btn-1{
	margin-left: 25px;
}

.menu-item-has-children.dropdown .menu-item-has-children.dropdown > .dropdown-item::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-menu.v1.navbar-expand-lg.header-v2 .btn-1,
.navbar-menu.v1.navbar-expand-lg.header-v2 .btn-1:focus {
    color: #ffffff;
    border: 2px solid #ffffff;
}
.navbar-menu.v1.navbar-expand-lg.header-v2.sticky-menu .btn-1,
.navbar-menu.v1.navbar-expand-lg.header-v2.sticky-menu .btn-1:focus {
    color: #382a65;
    border: 2px solid #382a65;
}

/**
 * 3.2 Header 02
 */
.header-02 {
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    z-index: 999;
}
.header-02 .btn-1{
	float: right;
	top: 35px;
}

/**
 * 3.3 Sticky Menu
 */
nav .logo-dark{
	display: none;
}
nav.sticky-menu {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -15px #9cb1cf;
    box-shadow: 0 5px 20px -15px #9cb1cf;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.navbar-menu.sticky-menu .navbar-nav .nav-item .nav-link {
    color: #3f255f;
    padding: 28px 11px;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
}
.navbar-menu.sticky-menu .navbar-nav .nav-item .nav-link:hover{
	color: #237dc1;
}
.navbar-menu.sticky-menu .navbar-nav .nav-item .nav-link:before {
    bottom: 10px;
    background: var(--ts-accent-color);
}

.navbar-menu.sticky-menu #sidebarCollapse span{
	background: #4a3168;
}
.navbar-menu.sticky-menu .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
.navbar-menu.sticky-menu .navbar-nav .nav-item .dropdown-toggle.nav-link{
	background: transparent;
}

.navbar-menu .logolight_sticky{
	display: none;
}
.navbar-menu.sticky-menu .logolight_sticky{
	display: block;
}
.navbar-menu.sticky-menu .logolight_nosticky{
	display: none;
}

/**
 * 3.4 Burger Menu
 */
.navbar-menu #sidebarCollapse {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    margin-left: 10px;
}
.navbar-menu #sidebarCollapse span{
    width: 33px;
    height: 3px;
    margin: 0 auto;
    display: block;
    background: #4a3168;
    transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}
.navbar-menu #sidebarCollapse span:first-of-type{
    transform: rotate(45deg) translate(3px, 3px);
}
.navbar-menu #sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
.navbar-menu #sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -2px);
}
.navbar-menu #sidebarCollapse.active span {
	width: 27px;
    transform: none !important;
    opacity: 1;
    margin: 5px auto;
}
.navbar-menu #sidebarCollapse span:nth-of-type(3) {
    opacity: 0
}
.navbar-menu #sidebarCollapse.active span:nth-of-type(3) {
    opacity: 1;
}
.navbar-menu #sidebarCollapse[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 1;
    transform: rotate(-45deg) translate(1px, -2px);
}

/**
 * 3.5 Mega Menus
 */
nav .dropdown, nav .dropleft, nav .dropright, nav .dropup {
    position: initial;
}
nav li.mega-menu h6 {
    font-family: 'Poppins-Bold';
    color: #5f7492;
    margin-bottom: 15px;
    position:relative;
}
nav li.mega-menu h6:before{
	content: "";
    width: 15%;
    height: 2px;
    background: var(--ts-accent-color);
    position: absolute;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
nav.navbar-menu.navbar .mega-menu .dropdown-menu {
    margin-top: 3px;
}
nav.navbar-menu .mega-menu .product-dropdown-list li a {
	font-family: 'Poppins-Bold';
    font-size: 14px;
    font-weight: 700;
    color: #5f7492;
    padding: 8px 0;
    position: relative;
    display: inline-block;
}
nav.navbar-menu .mega-menu .product-dropdown-list li a.new:before {
    font-family: 'Poppins-Regular';
    font-size: 10px;
    content: "New";
    background: var(--ts-bgc-preset);
    color: #ffffff;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: -1px;
    margin-right: -42px;
    padding: 1px 7px;
}
nav.navbar-menu .mega-menu .product-dropdown-list li a:hover {
	color: var(--ts-accent-color);
}
nav.navbar-menu .mega-menu .col-lg-2.col-md-2.mt-md-2.mb-md-2.mt-lg-2.mb-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/**
 * 3.7 Breadcrumb
 */
/* 3.7.1 Breadcrumb 1 */
#section-breadcrumb1 .content{
	padding: 190px 15px 40px;
}
#section-breadcrumb1 .content h2,
#section-breadcrumb1 .content h1{
	font-family: 'Poppins-Bold';
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 20px;
}
#section-breadcrumb1 ul,
#section-breadcrumb1 li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#section-breadcrumb1 li{
	display: inline-block;
}
#section-breadcrumb1 li{
	font-family: 'Poppins-Bold';
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 3px;
	margin-right: 30px;
}
#section-breadcrumb1 li.current a{
	color: #ffffff;
}
#section-breadcrumb1 li:not(:last-child) a:after{
	font-family: fontawesome;
    content: '\f054';
    position: absolute;
    margin-top: 5px;
    margin-left: 13px;
    font-size: 7px;
    color: #ffffff;
}

/**
 * 3.7 Slider
 */
/* 3.7.1 Slider 1 */
#section-slider.slider1,
#section-slider.slider1 .swiper-container{
    height: 100%;
    max-height: 894px;
    position: relative;
}
#section-slider.slider1 .slider-image{
	height: 100%;
}
#section-slider.slider1 .slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#section-slider.slider1 .slider-content {
	color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 45%;
    z-index: 9;
    transform: translateY(50%);
}
#section-slider.slider1 .slider-content h2{
	font-family: 'Poppins-SemiBold';
	font-size: 60px;
	color: #237dc1;
	line-height: 65px;
	position: relative;
	margin-bottom: 20px;
}
#section-slider.slider1 .slider-content h1{
	font-family: 'Poppins-ExtraLight';
	font-size: 60px;
	color: #3a205a;
	line-height: 65px;
	margin-bottom: 10px;
}
#section-slider.slider1 .slider-content p{
	font-family: 'Poppins-Regular';
	color: #ffffff;
	margin-bottom: 20px;
}

#section-slider.slider1 .swiper-pagination-bullet-active {
    background: #3d008e;
}
#section-slider.slider1 .swiper-pagination-bullets {
    margin: 7px 0px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: rotate(90deg);
}
#section-slider.slider1 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 3px !important;
}
#section-slider.slider1 .swiper-pagination-bullet:focus{
	outline: none;
}

#section-slider.slider1 .slider-content .content-wrapper ul.ticker-content{
	margin:0;
	padding:0;
}
#section-slider.slider1 .slider-content .content-wrapper .ticker-line{
	position: relative;
	margin-bottom: 20px;
}
#section-slider.slider1 .slider-content .content-wrapper .ticker-line:before {
    content: '';
    height: 1px;
    width: 90%;
    left: 0;
    background-color: #381d58;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 10px 0px #381d58;
}

/**
 * 3.8 Subheader
 */
/* 3.8.1 Subheader 1 */
#section-subheader{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center, center;
}


#section-subheader .contents{
	padding: 203px 15px 62px;
	position: relative;
	text-align: center;
}
#section-subheader.competency.v4.event .contents{
	padding-bottom: 160px;
}
#section-subheader.competency.big .contents {
    padding: 180px 15px 100px;
}
#section-subheader .contents h1,
#section-subheader .contents h2{
	font-family: 'Poppins-SemiBold';
	font-size: 60px;
	color: #ffffff;
}
#section-subheader.competency.v4.event .contents h2{
	margin-bottom: 20px;
}
#section-subheader .contents p{
	font-family: 'Poppins-Light';
	font-size: 18px;
	color: #ffffff;
}
#section-subheader .contents a.cta-btn{
	font-family: 'Poppins-SemiBold';
    font-size: 17px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 8px 15px;
    width: 100%;
    max-width: 250px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 50px;
}
#section-subheader .contents a.cta-btn:hover{
	background-color: #30448f;
}

#section-subheader ul,
#section-subheader li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#section-subheader li{
	display: inline-block;
}
#section-subheader li{
	font-family: 'Poppins-Bold';
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 3px;
	margin-right: 30px;
}
#section-subheader li.current a{
	color: #ffffff;
}
#section-subheader li:not(:last-child) a:after{
	font-family: fontawesome;
    content: '\f054';
    position: absolute;
    margin-top: 5px;
    margin-left: 13px;
    font-size: 7px;
    color: #ffffff;
}

/* Competency */
#section-subheader.competency .contents {
    padding: 130px 15px 62px;
    position: relative;
    text-align: center;
}
#section-subheader.competency.v2 .contents {
    padding: 130px 15px 220px;
}
#section-subheader.competency.v3 .contents {
    padding: 200px 15px 70px;
}
#section-subheader.competency .contents img{
	margin-bottom: 30px;
}

/* Section Thumbnail */
.section-thumbnail{
	position: relative;
	margin-top: -170px;
}
.section-thumbnail .wrapper{
	display: inline-block;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

/*============================
 *    04. SECTION CONTENTS   *
 *===========================*/
/**
 * 4.1. Section Blog 01
 */
#section-blog01{
	padding: 80px 0;
}
#section-blog01.v2 .item{
	margin-bottom:30px;
}
#section-blog01 .item a > img{
	width: 100%;
}
#section-blog01 .item .content-wrapper{
	padding:15px;
	background-color: #ffffff;
	box-shadow: 0 0 15px -5px #9cb1cf;
}
#section-blog01 .item .content-wrapper h2{
	font-family: 'Poppins-Bold';
	font-size: 18px;
	color: #000000;
}
#section-blog01 .item .content-wrapper p{
	font-family: 'Poppins-Regular';
	font-size: 14px;
	color: #424242;
	margin-bottom: 25px;
}
#section-blog01 .item .content-wrapper .author .img-thumb{
	display: inline-block;
	width: 30px;
	float: left;
}
#section-blog01 .item .content-wrapper .author .detail{
	display: inline-block;
	width: 200px;
	padding-left: 10px;
}
#section-blog01 .item .content-wrapper .author .detail h3{
	font-family: 'Poppins-SemiBold';
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}
#section-blog01 .item .content-wrapper .author .detail p{
	font-family: 'Poppins-Regular';
	font-size: 13px;
	color: #6f6f6f;
	margin-bottom: 0;
}
#section-blog01 .swiper-container{
	padding: 0 15px 15px;
}
/**
 * 4.2. Section Our Services
 */
#section-ourservices{
	padding: 80px 0 70px;
}
#section-ourservices .item{
	margin-bottom: 30px;
}
#section-ourservices .item .item-wrapper{
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}
#section-ourservices .item .item-wrapper a{
	height: 100%;
    width: 100%;
    z-index: 99;
    position: relative;
    display: inline-block;
}
#section-ourservices .item .item-wrapper a:before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 67, 149, 0.75);
	position: absolute;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-ourservices .item .item-wrapper img{
	width: 100%;
	object-fit: cover;
	position: relative;
}
#section-ourservices .item .item-wrapper h2{
	font-family: 'Poppins-SemiBold';
	font-size: 22px;
	color: #ffffff;
	z-index: 9;
	position: absolute;
	margin:0 auto;
	left:0;
	right:0;
	bottom:50%;
	transform: translateY(50%);
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-ourservices .item .item-wrapper:hover a:before{
	opacity: 0.1;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/**
 * 4.3. Section Our Services
 */
#section-expertise{
	padding: 80px 0;
}
#section-expertise ul{
	padding:0;
	margin:0 auto;
	font-size: 0;
	text-align: center;
}
#section-expertise ul li{
	list-style: none;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    width: 160px;
    position: relative;
    float: left;
}
#section-expertise ul li .menu{
	border-bottom: 3px solid #e0e0e0;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	width: 100%;
	cursor: pointer;
}
#section-expertise ul li .menu img{
	margin-bottom: 25px;
}
#section-expertise ul li .menu h4{
	font-family: 'Poppins-Light';
	font-size: 18px;
	color: #4c4458;
}
#section-expertise ul li .content{
	position: relative;
    width: 330px;
    left: -85px;
    z-index: 9;
    display: none;
}
#section-expertise ul li .content h3{
	font-family: 'Poppins-SemiBold';
	font-size: 22px;
	color: #237dc1;
}
#section-expertise ul li .content p{
	font-family: 'Poppins-Light';
	font-size: 21px;
	color: #4c4458;
	line-height: 28px;
}
/* Active */
#section-expertise ul li.active .menu{
	border-bottom: 2px solid #237dc1;
}
#section-expertise ul li.active .menu:after{
	font-family: 'fontawesome';
    content: '\f0d7';
    font-size: 19px;
    position: absolute;
    left: 0;
    right: 0;
    color: #237dc1;
}
#section-expertise ul li.active .content{
    z-index: 99;
    display: inline-block;
}
/* Animation Tab Expertise */
#section-expertise ul .line {
    background: #237dc1;
    width: 175px;
    height: 3px;
    position: absolute;
    bottom: 181px;
}
#section-expertise ul .line:after{
	font-family: 'fontawesome';
    content: '\f0d7';
    font-size: 19px;
    position: absolute;
    top: -9px;
    left: 10px;
    right: 0;
    color: #237dc1;
}

#section-expertise ul li.active~.line {
    left: 0;
}

#section-expertise ul li:nth-child(2).active~.line {
    left: 164px;
}

#section-expertise ul li:nth-child(3).active~.line {
    left: 327px;
}

#section-expertise ul li:nth-child(4).active~.line {
    left: 484px;
}

#section-expertise ul li:nth-child(5).active~.line {
    left: 644px;
}
#section-expertise ul li:nth-child(6).active~.line {
    left: 804px;
}
#section-expertise ul li:nth-child(7).active~.line {
    left: 964px;
}
.ease {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/**
 * 4.4. Section Quote
 */
#section-quote{
	padding: 80px 0;
}

#section-quote .left .quote{
	font-family: 'Poppins-Light';
    font-size: 359px;
    color: #237dc1;
    width: 100px;
    height: 100px;
    float: left;
    line-height: 310px;
    margin-right: 15px;
}

#section-quote .left .description{
	width: 100%;
	max-width: 550px;
	float: left;
}
#section-quote .left .description p{
	font-family: 'Poppins-Light';
	font-size: 29px;
	color: #777777;
	line-height: 38px;
	margin-bottom: 30px;
}
#section-quote .left .description .user img.profile{
	width: 72px;
	height: 72px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
}
#section-quote .left .description .user h3{
	font-family: 'Poppins-Light';
	font-size: 20px;
	color: #939393;
	display: inline-block;
}
#section-quote .left .description .user h3 span{
	font-family: 'Poppins-SemiBold';
	color: #237dc1;
}
#section-quote .right img{
	width: 100%;
	object-fit: cover;
}

/*#section-quote .swiper-pagination-bullet-active {
    background: #3d008e;
}
#section-quote .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 7px 0;
}
#section-quote .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}
#section-quote .swiper-pagination-bullet:focus{
	outline: none;
}*/

#section-quote .owl-carousel .owl-item img {
    display: block;
    width: auto;
}
#section-quote .owl-carousel .owl-item .right img {
    margin: 0 auto;
}
#section-quote .owl-theme .owl-dots, #section-quote .owl-theme .owl-nav {
    display: inline-block;
    transform: rotate(90deg);
    right: 0;
    bottom: 50%;
    position: absolute;
}
#section-quote .owl-theme .owl-dots .owl-dot.active span,
#section-quote .owl-theme .owl-dots .owl-dot:hover span {
    background: #3d008e;
}
#section-quote .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}
#section-quote .owl-theme .owl-nav{
	display: none;
}
/**
 * 4.5. Section Partners
 */
#section-partners{
	background-color: #f8f9fb;
	padding: 80px 0;
}

#section-partners .main-item .item img{
	width: 100%;
	box-shadow: 0 0 25px -14px rgba(58, 15, 109, 0.65);
}
#section-partners .main-item .item{
	margin-bottom: 30px;
}
#section-partners .second-item{
	margin-top: 60px;
}
#section-partners .owl-carousel .owl-item img {
    width: auto;
}

/**
 * 4.6. Section Meet
 */
#section-meet{
	background-color: #ffffff;
	padding: 80px 0 0;
}
#section-meet .container-fluid{
	padding: 0;
}

#section-meet .img-fluid{
	width: 100%;
}

/**
 * 4.7. Section Meet The Ream
 */
.section-meettheteam{
	padding: 80px 0 20px;
}
.section-meettheteam .item{
	text-align: center;
	margin-bottom: 60px;
}
.section-meettheteam .item img{
	width: 201px;
	height: 201px;
	border-radius: 100%;
	margin-bottom: 20px;
}
.section-meettheteam .item h3{
	font-family: 'Poppins-SemiBold';
	font-size: 20px;
	color: #202020;
	margin-bottom: 5px;
}
.section-meettheteam .item p{
	font-family: 'Poppins-Light';
	font-size: 20px;
	color: #202020;
}

/**
 * 4.8. Section Quote
 */
.section-quote{
	padding-top: 120px;
}
.section-quote .container-fluid{
	padding: 0;
}
.section-quote .quote-content{
	text-align: center;
    position: absolute;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.section-quote .quote-content h2,
.section-quote .quote-content h1{
	font-family: 'Poppins-SemiBold';
	font-size: 36px;
	color: #237dc1;
	margin-bottom: 10px;
}
.section-quote .quote-content p{
	font-family: 'Poppins-Regular';
    font-size: 17px;
    color: #2e2e2e;
    margin-top: 15px;
    display: inline-block;
}
.section-quote .quote-content .quote{
	font-family: 'Poppins-Light';
    font-size: 359px;
    color: #237dc1;
    width: 100px;
    height: 100px;
    float: left;
    top: -70px;
    position: relative;
    line-height: 310px;
    margin-right: -30px;
}
.section-quote .quote-img img{
	object-fit: cover;
}

/**
 * 4.9. Section Matrix
 */
.section-matrix{
	padding: 100px 0;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center, center;
}
.section-matrix img{
	margin-bottom: 25px;
}
.section-matrix h2,
.section-matrix h1{
	font-family: 'Poppins-SemiBold';
	font-size: 36px;
	color: #237dc1;
	margin-bottom: 20px;
}
.section-matrix p{
	font-family: 'Poppins-Light';
	font-size: 22px;
	color: #777777;
	margin-bottom: 20px;
	line-height: 35px;
}
.section-matrix a{
	font-family: 'Poppins-Light';
	font-size: 22px;
	color: #237dc1;
	text-decoration: underline;
}

/**
 * 4.10 Section Journey
 */
.section-journey{
	padding:80px 0;
}
.section-journey .ts-accordion2{
	width: 100%;
}
.section-journey .ts-accordion2>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.section-journey .ts-accordion2>.card:not(:last-of-type){
	border-bottom: 0;
}
.section-journey .ts-accordion2>.card .card-header {
    margin-bottom: -1px;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.section-journey .ts-accordion2>.card {
    overflow: hidden;
    box-shadow: 0 0 20px 2px #e8e8e8;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 10px 15px;
}
.section-journey .ts-accordion2 .btn-link:hover,
.section-journey .ts-accordion2 .btn-link:focus {
    text-decoration: none;
}
.section-journey .ts-accordion2 .btn-link {
	font-family: 'Poppins-Regular';
    font-size: 28px;
    color: #02011e;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    background: #ffffff;
    border-radius: 0;
    border: none;
}
.section-journey .ts-accordion2 .card-body{
	font-family: 'Poppins-Regular';
}

.section-journey .ts-accordion2 .card-header button:after{
	font-family: "fontawesome";
    content: '\f068';
    float: right;
    font-size: 14px;
    color: #210048;
    line-height: 44px;
}
.section-journey .ts-accordion2 .card-header .collapsed:after{
	font-family: "fontawesome";
	content: '\f067';
	font-size: 25px;
	color: #210048;
}

.section-journey .ts-accordion2 .detail p{
	font-family: 'Poppins-Regular';
    font-size: 20px;
    color: #2e2e2e;
    line-height: 30px;
}
.section-journey .ts-accordion2 .btn-link span {
    font-size: 19px;
    position: absolute;
    right: 60px;
    top: 23px;
    color: #200048;
    border: 2px solid #200048;
    padding: 3px 15px;
    width: 100%;
    font-weight: bold;
    max-width: 170px;
    text-align: center;
    border-radius: 30px;
}
.section-journey .ts-accordion2 .btn-link[aria-expanded="true"] span{
	display: none;
}

.section-journey .ts-accordion2 .detail .btn-link span {
    font-size: 19px;
    position: absolute;
    right: 60px;
    top: 23px;
    color: #200048;
    border: 2px solid #200048;
    padding: 3px 15px;
    width: 100%;
    font-weight: bold;
    max-width: 170px;
    text-align: center;
    border-radius: 30px;
}
.section-journey .ts-accordion2 .detail .btn-link[aria-expanded="true"] span{
	display: none;
}
/* Form */
.section-journey .ts-accordion2 .form h3{
	font-family: 'Poppins-SemiBold';
	color: #5c5c5c;
	font-size: 20px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.section-journey .ts-accordion2 .form input {
    padding: 10PX 15PX;
    height: 50px;
    width: 100%;
    border: 1px solid #3b205b !important;
    border-radius: 30px;
}
.section-journey .ts-accordion2 .form form p{
	margin-bottom: 10px;
}
.section-journey .ts-accordion2 .form input[type="file"]{
	width: 140px;
	height: 35px;
	margin-bottom: 20px;
}
.section-journey .ts-accordion2 .form input[type="file"]:after {
    content: 'Upload CV';
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    height: 33px;
    width: 138px;
    background-color: #e8e8e8;
    border-radius: 30px;
    position: absolute;
    left: 1px;
    top: -11px;
}
.section-journey .ts-accordion2 .form input[type="submit"] {
    background-color: #237dc1;
    border-color: #237dc1 !important;
    width: 100%;
    max-width: 200px;
    color: #ffffff;
    cursor: pointer;
}

/**
 * Testimonial 02
 */
.section-testimonial02{
	position: relative;
}
.section-testimonial02 .container-fluid{
	padding:0;
}
.section-testimonial02 .testimonial-content{
	position: absolute;
    width: 665px;
    left: 9%;
    top: 15%;
}
.section-testimonial02 .testimonial-content .testimonial{

}
.section-testimonial02 .testimonial-content .testimonial .testi{
	position: absolute;
	padding: 100px 80px 80px 120px;
}
.section-testimonial02 .testimonial-content .testimonial .testi h2,
.section-testimonial02 .testimonial-content .testimonial .testi h1{
	font-family: 'Poppins-SemiBold';
	font-size: 36px;
	color: #237dc1;
	margin-bottom: 30px;
}

.section-testimonial02 .testimonial-content .testimonial .testi .quote{
	font-family: 'Poppins-Light';
    font-size: 260px;
    color: #237dc1;
    width: 70px;
    float: left;
    line-height: 220px;
    margin-right: 15px;
    display: flex;
}

.section-testimonial02 .testimonial-content .testimonial .testi .description{
	width: 100%;
	max-width: 360px;
	float: left;
}
.section-testimonial02 .testimonial-content .testimonial .testi .description p {
    font-family: 'Poppins-Light';
    font-size: 20px;
    color: #777777;
    line-height: 30px;
    margin-bottom: 30px;
}
.section-testimonial02 .testimonial-content .testimonial .testi .description .user img.profile{
	width: 72px;
	height: 72px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
}
.section-testimonial02 .testimonial-content .testimonial .testi .description .user h3{
	font-family: 'Poppins-Light';
	font-size: 20px;
	color: #939393;
	display: inline-block;
}
.section-testimonial02 .testimonial-content .testimonial .testi .description .user h3 span{
	font-family: 'Poppins-SemiBold';
	color: #237dc1;
}

/**
 * 4.11 Section Single Blog
 */
#section-singleblog{
	padding: 80px 0;
}
#section-singleblog .single-content{
	margin-bottom: 30px;
}

#section-singleblog a.single-content{
	color:#ff0000;
}

#section-singleblog .entry-title {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    color: #237dc1;
    margin-bottom: 25px;
}
#section-singleblog .entry-meta{
	font-family: 'Poppins-Regular';
	color: #237dc1;
	font-size: 15px;
	margin-bottom: 20px;
}
#section-singleblog .entry-meta time.updated{
	display: none;
}
#section-singleblog .entry-meta .sprt{
	margin: 0 8px;
    display: inline-block;
}
#section-singleblog nav.navigation.post-navigation{
	display: none;
}

#section-singleblog img{
	max-width: 100%;
}
#section-singleblog .single-content img {
    /*margin-bottom: 30px;*/
}

#section-singleblog .entry-content p{
	line-height: 27px;
    margin-bottom: 1rem;
}

#section-singleblog .entry-content a{
    color: #237dc1;
}

#section-singleblog .entry-content h1,
#section-singleblog .entry-content h2,
#section-singleblog .entry-content h3,
#section-singleblog .entry-content h4,
#section-singleblog .entry-content h5 {
    margin-top: 30px;
}

p a {
    color: #237dc1;
}

/* Sidebar */

.sidebar section.widget{
	margin-bottom: 30px;
	padding: 25px;
    border: 1px solid #e4e4e4;
}
.sidebar section.widget:first-of-type{
	border:none;
	padding: 0;
	margin-bottom: 20px;
}
.sidebar section.widget ul{
	margin:0;
	padding:0;
}
.sidebar section.widget ul li{
	list-style: none;
}
.sidebar section.widget form .screen-reader-text{
	display: none;
}
.sidebar section.widget form > label{
	width: 72.9%;
}
.sidebar section.widget form input{
	height: 50px;
	width: 100%;
	padding: 0 15px;
	border:1px solid #f0f0f0 !important;
}
.sidebar section.widget form input[type="submit"]{
	padding: 0 5px;
    cursor: pointer;
    width: 25%;
    background: #237dc1;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 50px;
    top: -2px;
    position: relative;
}
.sidebar section.widget form input[type="submit"]:hover{
	opacity: 0.9;
}

.sidebar section.widget .widget-title{
	font-family: 'Poppins-SemiBold';
	font-size: 20px;
	color:#31353e;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sidebar section.widget .widget-title:before{
	content: '';
    width: 35%;
    height: 3px;
    background-color: #237dc1;
    left: 0;
    bottom: 0;
    position: absolute;
}
.sidebar section.widget.widget_categories ul li{
	font-family: 'Poppins-SemiBold';
    font-size: 14px !important;
    display: block;
    color: #5e5e5e;
	margin-bottom: 10px;
}
.sidebar section.widget.widget_categories ul li:last-child{
	display: none;
}
.sidebar section.widget.widget_categories ul li:hover{
	color: #237dc1;
}
.sidebar section.widget.widget_tag_cloud a{
	font-family: 'Poppins-Regular';
    font-size: 14px !important;
    display: inline-block;
    color: #ffffff;
    padding: 5px 7px;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #237dc1;
	margin-right: 5px;
}
.sidebar section.widget.widget_tag_cloud a:hover{
	color: #ffffff;
	opacity: 0.9;
}
/*.sidebar section.widget.widget_tag_cloud a:last-of-type{
	display: none;
}*/


/**
 * 4.12 Section Style 01
 */
.section-style01{
	padding: 80px 0 0;

}
.section-style01 .item{
	padding:0;
	background-color: #f7f7f7;
}
.section-style01 .item > img{
	height: 100%;
	object-fit: cover;
}
.section-style01 .item .wrapper{
	width: 100%;
    height: 100%;
    padding: 30px;
}
.section-style01 .item .wrapper img{
	margin-bottom: 30px;
}
.section-style01 .item .wrapper h2,
.section-style01 .item .wrapper h1{
	font-family: 'Poppins-SemiBold';
	font-size: 35px;
	color: #237dc1;
	margin-bottom: 15px;
}
.section-style01 .item .wrapper p{
	font-family: 'Poppins-Regular';
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
	text-align: justify;


}

.section-style01 .item .wrapper ul{
	padding:0;
	margin:40px 0 0;
}
.section-style01 .item .wrapper ul li{
	list-style: none;
	text-align: left;
	width: 240px;
	margin-bottom: 30px;
	display: inline-block;
}
.section-style01 .item .wrapper ul li h3{
	font-family: 'Poppins-SemiBold';
	color: #237dc1;
	font-size: 25px;
	margin-bottom: 0;
}
.section-style01 .item .wrapper ul li p{
	font-family: 'Poppins-Regular';
	font-size: 14px;
	color: #777b83;
}

/**
 * 4.12 Section Style 02
 */
.section-style02{
	padding: 80px 0;

}
.section-style02 .item > img{
	height: 100%;
	object-fit: cover;
}
.section-style02.default .item > img,
.section-style02.default-02 .item > img,
.section-style02.default-03 .item > img{
	height: auto;
}

.section-style02 .item .wrapper{
	width: 100%;
    height: 100%;
}
.section-style02 .item .wrapper h2,
.section-style02 .item .wrapper h1{
	font-family: 'Poppins-SemiBold';
	font-size: 36px;
	color: #237dc1;
	margin-bottom: 20px;
}
.section-style02 .item .wrapper p{
	font-family: 'Poppins-Regular';
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
}
/* Default 3 */
.section-style02.default-03{
	margin-top: 80px;
	padding:0;

	background-size: cover;
	background-repeat: no-repeat;
}
.section-style02.default-03 .item .wrapper h1,
.section-style02.default-03 .item .wrapper h2,
.section-style02.default-03 .item .wrapper p {
    color: #ffffff;
}

/**
 * 4.12. Section Search
 */
.section-search{
	padding: 80px 0 80px;
}
.section-search header{
	width: 100%;
	margin-bottom: 40px;
}

.section-search article {
    margin-bottom: 30px;
    padding: 25px 25px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.section-search article .entry-header{
	margin-bottom: 0;
}
.section-search .entry-footer {
    display: none;
}
.navigation.posts-navigation a{
	padding:10px 15px;
	background-color: #c31728;
	color: #ffffff;
}
.navigation.posts-navigation i{
	font-size: 14px;
}
.navigation.posts-navigation .screen-reader-text{
	display: none;
}

#section-subheader.competency.search-subheader .contents {
    padding: 130px 15px 100px;
    position: relative;
    text-align: center;
}

/**
 * 4.13 Section Style 03
 */
.section-style03{
	padding: 80px 0 50px;

}
.section-style03 .item{
	margin-bottom: 30px;
}
.section-style03 .item .wrapper{
	position: relative;
	border-radius: 10px;
	height: 300px;
	-webkit-box-shadow: 0 5px 20px 0 rgb(0,0,0,0.1);
	box-shadow: 0 5px 20px 0 rgb(0,0,0,0.1);
}
/* Main Card */
.section-style03 .item .wrapper .main-card{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.section-style03 .item .wrapper .main-card h2{
	font-family: 'Poppins-Bold';
	font-size: 28px;
	color: #237dc1;
	margin-bottom: 0;
}
/* Hover Card */
.section-style03 .item .wrapper .hover-card{
	display: none;
	background-image: url(assets/images/bg-build-item.png);
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
}
.section-style03 .item .wrapper .hover-card .hover-wrapper{
	padding: 20px;
	text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.section-style03 .item .wrapper .hover-card h2{
	font-family: 'Poppins-Bold';
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 10px;
}
.section-style03 .item .wrapper .hover-card p{
	font-family: 'Poppins-Regular';
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 15px;
}
.section-style03 .item .wrapper .hover-card a{
	color: #ffffff;
}
.section-style03 .item .wrapper .hover-card a:hover{
	opacity: 0.9;
}
.section-style03 .item .wrapper .hover-card a i{
	color: #ffffff;
	margin-left: 5px;
}

/* Hover CArd */
.section-style03 .item .wrapper:hover .main-card{
	display: none;
}
.section-style03 .item .wrapper:hover .hover-card{
	display: block;
	cursor: default;
}

/**
 * 4.14 Section Style 04
 */
.section-style04{
	padding: 80px 0;

}
.section-style04 .play-video{
	text-align: center;
	position: relative;
}

/**
 * play button
 */
.section-style04 .play-video .floating-wpp-button {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    margin:0 auto;
    width: 72px;
    height: 72px;
    background-color: #237dc1;
    background-image: url(assets/images/play.svg);
    background-position: center;
    background-size: 110%;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60,60,60,.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
}
.section-style04 .play-video .floating-wpp-button:before {
  	content: "";
  	position: absolute;
  	z-index: 0;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 80px;
  	height: 80px;
	background: rgba(35, 125, 193, 0.6);
  	border-radius: 50%;
  	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/**
 * 4.15 Section Style 04
 */
.section-style05{
	padding: 80px 0 50px;

}
.section-style05 .title p{
	font-family: 'Poppins-SemiBold';
	margin-top: 0 !important;
}
.section-style05 .item{
	margin-bottom: 30px;
	text-align: center;
}
.section-style05 .item .wrapper{
	position: relative;
	height: 170px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 20px 0 rgb(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px 0 rgb(0, 0, 0, 0.1);
}
.section-style05 .item .wrapper img{
	left: 0;
	right: 0;
	margin:0 auto;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
}

/**
 * 4.16 Section Style 06
 */
.section-style06{
	padding: 80px 0 50px;
	background-color: #f7f7f7;
}
.section-style06 .item{
	margin-bottom: 30px;
}
.section-style06 .item img{
	width: 100%;
}
.section-style06 .item .label{
	font-family: 'Poppins-SemiBold';
	color: #2f303b;
	position: absolute;
	width: 100%;
	max-width: 200px;
	bottom: 30px;
	padding: 10px 10px;
	text-align: center;
	background-color: #ffffff;
}

/**
 * 4.17 Section Style 07
 */
.section-style07{
	padding: 80px 0 50px;
	background-color: #ffffff;
}
.section-style07 .item{
	margin-bottom: 30px;
}
.section-style07 .item img{
	width: 100%;
	margin-bottom: 20px;
}

.section-style07 .item .wrapper h2{
	font-family: 'Poppins-SemiBold';
	color: #2f303b;
	font-size: 23px;
}
.section-style07 .item .wrapper p{
	font-family: 'Poppins-Regular';
	color: #777b83;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 23px;
}
.section-style07 .item .wrapper a{
	font-family: 'Poppins-SemiBold';
	color: #237dc1;
	font-size: 15px;
}
.section-style07 .item .wrapper a:hover{
	opacity: 0.9;
}

/**
 * 4.18 Section Style 08
 */
.section-style08{
	padding: 80px 0 50px;
	background-color: #ffffff;
}
.section-style08 .item{
	margin-bottom: 30px;
}
.section-style08 .item .wrapper{
	padding:20px;
	display: flex;
	-webkit-box-shadow: 0 5px 20px 0 rgb(0, 0, 0, 0.1);
	box-shadow: 0 5px 25px -5px rgb(0, 0, 0, 0.1);
}
.section-style08 .item .wrapper .image{
	width: 805px;
}
.section-style08 .item .wrapper .image img{
	width: 100%;
}
.section-style08 .item .wrapper .content{
	padding: 15px 30px;
}
.section-style08 .item .wrapper .content h2{
	font-family: 'Poppins-SemiBold';
	font-size: 30px;
	color: #0056b3;
	margin-bottom: 10px;
}
.section-style08 .item .wrapper .content p{
	font-family: 'Poppins-Regular';
	font-size: 18px;
	color: #777b83;
	line-height: 25px;
	margin-bottom: 20px;
}
/**
 * 4.19 Section Style 09
 */
.section-style09{
	padding: 120px 0;
	text-align: center;
	background-color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-style09 h2,
.section-style09 h1{
	font-family: 'Poppins-SemiBold';
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 10px;
}
.section-style09 p{
	font-family: 'Poppins-Regular';
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 30px;
}

/**
 * 4.20 Section Style 20
 */
.section-style10{
	padding: 80px 0 50px;
	text-align: center;
	background-color: #ffffff;
}
.section-style10 .item{
	margin-bottom: 30px;
}
/**
 * 4.21 Section Style 11
 */
.section-style11{
	padding: 80px 0 50px;
	text-align: center;
}
.section-style11 .item{
	margin-bottom: 30px;
}
.section-style11 .item img{
	width: 100%;
    object-fit: cover;
}
.section-style11.v2 .item img{
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}
/**
 * 4.22 Section Style 12
 */
.section-style12{
	padding: 80px 0 50px;
}
.section-style12 .left{
	margin-bottom: 30px;
}
.section-style12 .left h2,
.section-style12 .left h1{
	font-family: 'Poppins-SemiBold';
	font-size: 35px;
	color: #237dc1;
	position: relative;
	display: inline-block;
}
.section-style12 .left h2:after,
.section-style12 .left h1:after{
	content: '';
    width: 30%;
    height: 4px;
    left: 0;
    bottom: -18px;
    background-color: #2f303b;
    position: absolute;
}
.section-style12 .right{
	margin-bottom: 30px;
}
.section-style12 .right p{
	font-family: 'Poppins-Regular';
	font-size: 17px;
	line-height: 25px;
	color: #2f303b;
	position: relative;
	text-align: justify;
}

/**
 * 4.23 Section Style 13
 */
.section-eventregistration{
	margin-top: -150px;
	padding: 80px 0 50px;
}

.section-eventregistration a:link{
	color: #0000FF;
	text-decoration: underline;
}

.section-eventregistration .wrapper{
	border: 1px solid #eeeeee;
}
.section-eventregistration .section-schedule{
    background-color: #ffffff;
    display: flex;
}

.section-eventregistration .section-schedule .img-event{
	width: 830px;
}
.section-eventregistration .section-schedule .img-event img{
	width: 100%;
}
.section-eventregistration .section-schedule .description-event{
	padding: 30px;
}

.section-eventregistration .section-schedule .description-event h2{
	font-family: 'Poppins-SemiBold';
	font-size: 35px;
	color: #237dc1;
	margin-bottom: 15px;
}
.section-eventregistration .section-schedule .description-event h3{
	font-family: 'Poppins-Regular';
	font-size: 25px;
	color: #777b83;
	margin-bottom: 15px;
}
.section-eventregistration .section-schedule .description-event p{
	font-family: 'Poppins-Regular';
	font-size: 17px;
	color: #777b83;
	line-height: 25px;
	margin-bottom: 20px;
}
.section-eventregistration .section-schedule .description-event span.btn-02{
	cursor: pointer;
	padding-left: 25px;
    padding-right: 25px;
}

.section-eventregistration .section-schedule .description-event span.btn-02 i{
	margin-left: 5px;
}

/* Information */
.section-eventregistration .section-information{
	padding:40px 40px 45px;
	background-color: #edfbff;
}
.section-eventregistration .section-information h2{
	font-family: 'Poppins-SemiBold';
	font-size: 35px;
	color: #237dc1;
	margin-bottom: 15px;
}

.section-eventregistration .section-information h3{
	font-family: 'Poppins-Regular';
	font-size: 25px;
	color: #777b83;
	margin-bottom: 15px;
}
.section-eventregistration .section-information p{
	font-family: 'Poppins-Regular';
	font-size: 17px;
	color: #777b83;
	line-height: 25px;
	margin-bottom: 30px;
}


.section-eventregistration .section-information a.btn-02{
	text-decoration: none;
	color: #ffffff;

}

.section-eventregistration .section-information a:hover.btn-02{
	color: #ffffff;
	opacity: 0.9;
}





/* Form */
.section-eventregistration .section-form{
	padding:40px;
}
.section-eventregistration .section-form h2,
.section-eventregistration .section-form h1{
	font-family: 'Poppins-SemiBold';
	font-size: 35px;
	color: #237dc1;
	margin-bottom: 50px;
}
.section-eventregistration .section-form form .col-12{
	margin-bottom: 30px;
}
.section-eventregistration .section-form form input{
	width: 100%;
    border-radius: 0;
    height: 60px;
    border: 1px solid #eeeeee !important;

    padding: 0 15px;
}
.section-eventregistration .section-form form input[type="submit"]{
	font-family: 'Poppins-SemiBold';
	color: #ffffff;
	background-color: #237dc1;
	width: 100%;
	max-width: 200px;
	padding: 0 15px;
	cursor: pointer;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}
.section-eventregistration .section-form form input[type="checkbox"]{
	display: inline-block;
    width: 30px;
    height: 25px;
    margin-right: 10px;
}
.section-eventregistration .section-form form .wpcf7-checkbox{
	position: relative;
	top: -10px;
}
.section-eventregistration .section-form form .wpcf7-checkbox > span{
	display: flex;
	width: 100%;
	max-width: 850px;
    float: left;
}

/* OWL Carousel */
.section-eventregistration .owl-prev {
    float: left;
    left: -35px;
    position: relative;
    border-radius: 0;
}
.section-eventregistration .owl-next {
    float: right;
    right: -35px;
    position: relative;
    border-radius: 0;
}
.section-eventregistration .owl-nav {
    width: 100%;
    top: 8%;
    position: absolute;
    margin: 0;
}

.section-eventregistration .owl-carousel .owl-nav button.owl-next,
.section-eventregistration .owl-carousel .owl-nav button.owl-prev,
.section-eventregistration .owl-carousel button.owl-dot {
    height: 30px;
    width: 30px;
    border: 1px solid #5a5a5a;
    border-radius: 100%;
}

.section-eventregistration .owl-carousel .owl-nav button span{
	position: relative;
    font-size: 40px;
    line-height: 23px;
    color: #5a5a5a;
}
.section-eventregistration .owl-carousel .owl-nav button:hover{
	border: 1px solid #237dc1 !important;
	background: #237dc1 !important;
}
.section-eventregistration .owl-carousel .owl-nav button:hover span{
	color: #ffffff !important;
}

/* POPUP */
.section-eventregistration.popup{
	position: fixed;
	margin: 0 auto;
	top: 10%;
    left: 0;
    right: 0;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 1170px;
    z-index: 9999;
    background-color: #ffffff;
    display: none;
}
.section-eventregistration.popup i.fa-close{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	color: #237dc1;
	cursor: pointer;
}

.section-eventregistration.popup .title h1,
.section-eventregistration.popup .title h2 {
	color: #2e2e2e;
}
.section-eventregistration.popup .section-form form .wpcf7-checkbox > span {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
}
.section-eventregistration.popup .section-form form .wpcf7-checkbox {
    position: relative;
    top: 0px !important;
    display: inline-block !important;
    margin-top: 20px !important;
}
.section-eventregistration.popup .section-information a{
	float: right;
	border-radius: 5px;
}
.section-eventregistration.popup .section-information h2.v2{
	display: inline-block;
}
/* Scrollbar Styling */
.section-eventregistration.popup::-webkit-scrollbar {
    width: 8px;
}
.section-eventregistration.popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #237dc1;
    border-radius: 0;
    background:black;
}

.section-eventregistration.popup::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px #237dc1;
    background:#237dc1;
}

/* V2 */
.section-eventregistration.v2{
    padding: 80px 0 40px;
}
.section-eventregistration.v2{
	margin-top: 0;
}
.section-eventregistration.v2{
	margin-top: 0;
}
.section-eventregistration.v2 .item{
	margin-bottom: 40px;
}
.section-eventregistration.v2 .item .wrapper{
	-webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
}

/**
 * 5.24. Section Not Found
 */
.section-notfound{
	padding: 80px 0 80px;
}
.section-notfound h2,
.section-notfound h1{
	margin-bottom: 40px;
}
.section-notfound a.backtohome{
	background: #197ec2;
    color: #fff;
    padding: 10px 15px;
}
.section-notfound a.backtohome i{
	font-size: 14px;
	margin-right: 3px;
}

.no-results.not-found{
	text-align: center;
}
.no-results.not-found h2,
.no-results.not-found h1{
	margin-bottom: 30px;
}
.no-results.not-found a.backtohome{
	background: #197ec2;
    color: #fff;
    padding: 10px 15px;
}
.no-results.not-found a.backtohome i{
	font-size: 14px;
	margin-right: 3px;
}

/**
 * 5.25. Section Life at Cloudzone
 */
.section-lifeatcloudzone{
	padding: 80px 0 80px;
}
.section-lifeatcloudzone .owl-theme {
	position: relative;
}
.section-lifeatcloudzone .owl-theme .owl-nav {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45%;
}
.section-lifeatcloudzone .owl-prev {
    left: 0;
    position: absolute;
}
.section-lifeatcloudzone .owl-next {
    right: 0;
    position: absolute;
}
.section-lifeatcloudzone .owl-theme .owl-nav i:before{
	font-size: 36px;
}
.section-lifeatcloudzone .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 0;
    font-size: 30px;
    border-radius: 100%;
    background: #197ec2 !important;
}
.section-lifeatcloudzone .owl-theme .owl-nav [class*=owl-]:hover{
	opacity: 0.9;
}
.section-lifeatcloudzone .owl-theme .owl-nav [class*=owl-] span{
	position: relative;
	top: -3px;
}

/**
 * Section Video Carousel
 */
.section-videocarousel{
	padding: 80px 0 0;
}
.section-videocarousel .item{
	text-align: center;
	position: relative;
}

/**
 * play button
 */
.section-videocarousel .item .floating-wpp-button {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    margin:0 auto;
    width: 72px;
    height: 72px;
    background-color: #237dc1;
    background-image: url(assets/images/play.svg);
    background-position: center;
    background-size: 110%;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60,60,60,.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
}
.section-videocarousel .item .floating-wpp-button:before {
  	content: "";
  	position: absolute;
  	z-index: 0;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 80px;
  	height: 80px;
	background: rgba(35, 125, 193, 0.6);
  	border-radius: 50%;
  	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Navigation */
.section-videocarousel .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.section-videocarousel .owl-theme .owl-dots .owl-dot.active span,
.section-videocarousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #197ec2;
}

.section-videocarousel .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 5px;
    background: transparent;
    border: 1px solid #197ec2;
}

.navigation ul{
	padding: 0;
	margin:0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #197ec2;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


/*============================
 *    05. SECTION FOOTER     *
 *===========================*/
#section-footer{
	padding: 80px 0 50px;
	background-color: #02041a;
   	background-repeat: no-repeat;
    background-position: center center;
}
#section-footer .ft-column{
	margin-bottom: 30px;
}
#section-footer h3{
	font-family: 'Poppins-SemiBold';
	font-size: 36px;
	color: #237dc1;
	margin-bottom: 30px;
}
#section-footer h5{
	font-family: 'Poppins-Light';
	font-size: 24px;
	color: #a4a7c5;
	margin-bottom: 20px;
}
#section-footer .address ul{
	margin:0;
	padding:0;
}
#section-footer .address ul li{
	list-style: none;
	display: flex;
	margin-bottom: 35px;
}
#section-footer .address ul li:last-child{
	margin-bottom: 0;
}
#section-footer .address ul li .marker{
	margin-right: 18px;
}
#section-footer .address ul li .detail h4{
	font-family: 'Poppins-Bold';
	font-size: 20px;
	color: #ffffff;

}
#section-footer .address ul li .detail p{
	font-family: 'Poppins-Light';
	font-size: 20px;
	color: #ffffff;
}

/* Contact Form */
#section-footer .contact-form .form-group {
    margin-bottom: 15px;
    padding: 0 5px;
}
#section-footer .contact-form form{
	margin-bottom: 0;
}
#section-footer .contact-form form > .row{
	margin-right: -5px;
    margin-left: -5px;
}
#section-footer .contact-form form .row:last-of-type .form-group{
    margin-bottom: 0;
}

#section-footer .contact-form input,#section-footer .contact-form textarea{
	font-family: 'Poppins-Light';
    color: #4c4458;
    font-size: 19px;
    border: 2px solid #ffffff !important;
    background: white;
    border-radius: 30px;
    padding: 28px 30px;
    letter-spacing: 0;
}
#section-footer .contact-form input:focus, #section-footer .contact-form textarea:focus{
	border: 2px solid #ffffff !important;
}
#section-footer .contact-form textarea{
    height: 100px;
}
#section-footer .contact-form .form-row>.col, #section-footer .contact-form .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

#section-footer .contact-form ::-webkit-input-placeholder {
	font-family: 'Poppins-Light';
	font-size: 18px;
    color: #4c4458;
}
#section-footer .contact-form ::-moz-placeholder {
	font-family: 'Poppins-Light';
	font-size: 18px;
    color: #4c4458;
}
#section-footer .contact-form :-ms-input-placeholder {
	font-family: 'Poppins-Light';
	font-size: 18px;
    color: #4c4458;
}
#section-footer .contact-form :-moz-placeholder {
	font-family: 'Poppins-Light';
	font-size: 18px;
    color: #4c4458;
}#section-footer .contact-form button{
	font-family: 'Poppins-Bold';
    font-size: 22px;
    background: #237dc1;
    color: #ffffff;
    border: none;
    padding: 15px 15px;
    width: 100%;
    max-width: 260px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section-footer .contact-form button:hover{
    background: #237dc1;
    color: #0d0f16;
}

/* Checkbox Not Robot */
#section-footer .contact-form input[type="checkbox"] {
	position: relative;
	opacity: 1;
	top: 8px;
    left: 5px;
}
#section-footer .contact-form input[type="checkbox"] + label {
	font-family: 'Poppins-Light';
    font-size: 16px;
    color: #b9b9b9;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0;
}
#section-footer .contact-form input[type="checkbox"]:before {
	content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    top: -5px;
    left: -6px;
    position: relative;
}
#section-footer .contact-form input[type="checkbox"]:disabled {
	color: #b8b8b8;
	cursor: auto;
}
#section-footer .contact-form input[type="checkbox"]:disabled:before {
	box-shadow: none;
	background: #ddd;
}
#section-footer .contact-form input[type="checkbox"]:checked:after {
	content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    background: #237dc1;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

#section-footer span.wpcf7-list-item-label {
    left: 20px;
	font-size: 14px;
    position: relative;
    color: #e6e6e6;
}
#section-footer span.wpcf7-list-item {
    display: flex;
    margin: 0;
}
#section-footer div.wpcf7-response-output {
    color: #ffffff;
}

/**
 * Section Copyright
 */
#section-copyright{
	padding:50px 0;
	background-color: #0a0d35;
	text-align: center;
}
#section-copyright img{
	margin-bottom: 15px;
}
#section-copyright p{
	font-family: 'Poppins-SemiBold';
	font-size: 10px;
	color: #8d91ce;
	margin-bottom: 15px;
}
#section-copyright ul.social{
	padding: 0;
	margin:0 0 10px;
}
#section-copyright ul.social li{
	list-style: none;
	display: inline-block;
}
#section-copyright ul.social li i{
	color: #ffffff;
    font-size: 23px;
    margin: 0 5px;
}
#section-copyright ul.social li i:hover{
	color: #8d91ce;
}

#section-copyright ul.footer-menus{
	padding:0;
	margin:0 0 15px;
}
#section-copyright ul.footer-menus li{
	list-style: none;
	display: inline-block;
	border-right: 2px solid #fff;
}
#section-copyright ul.footer-menus li:last-child{
	border-right: none;
}
#section-copyright ul.footer-menus li a{
	font-family: 'Poppins-SemiBold';
	font-size: 13px;
	color: #ffffff;
	margin:0 15px;
	line-height: 1;
	text-decoration: underline;
}

#section-copyright ul.footer-menus li a:hover{
	color: #8d91ce;
}

/**
 * WIDGET [Top Post]
 */
.widget_top_post .item{
	margin-bottom: 30px;
}
.widget_top_post .item:last-of-type{
	margin-bottom: 0;
}
.widget_top_post .item,
.widget_top_post .item > a{
	display: flex;
}
.widget_top_post .item .image{
	width:120px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.widget_top_post .item .image img{
	border-radius: 5px;
	height: 52px;
	object-fit: cover;
}
.widget_top_post .item .content{
	display: inline-block;
}
.widget_top_post .item .content h3{
	font-family: 'Poppins-SemiBold';
	font-size: 14px;
	margin-bottom: 2px;
	/*Limit*/
	word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget_top_post .item .content h3:hover{
	color: #237dc1;
}
.widget_top_post .item .content p{
	font-size: 13px;
	color: #828487;
}

/**
 * Default Template
 */
.default-template{
	padding: 160px 0 80px;
}
.default-template .entry-footer{
	margin-top: 40px;
}

/*============================
 *      06. RESPONSIVE       *
 *===========================*/

@media only screen and ( max-width: 1500px ){
	#section-expertise ul li {
		display: block;
		width: 100%;
		margin-top: 7px;
	}
	#section-expertise ul li .content {
		left: 0;
		width: 100%;
		max-width: 330px;
		padding: 25px 0;
	}
	#section-expertise ul li img.icon-desktop{
		display: none;
	}
	#section-expertise ul li img.icon-mobile{
		margin-bottom: 20px;
	}
	#section-expertise ul li .menu {
		text-align: left;
	}
	#section-expertise ul li .menu {
		margin-bottom: 0;
	}
	#section-expertise ul li .menu:after {
		font-family: fontawesome;
		content: '\f078';
		font-size: 19px;
		left: auto;
		top: 0px;
		right: 0;
		position: absolute;
		color: #4c4458;
	}
	#section-expertise ul li.active .menu:after {
		content: '\f077';
		font-size: 19px;
		left: auto;
		top: 0px;
		right: 0;
		color: #4c4458;
	}
	#section-expertise ul li .menu,
	#section-expertise ul li.active .menu {
		border-bottom: 1px solid #d7c9e7;
	}
	#section-expertise ul .line{
		display: none;
	}
}

@media only screen and ( max-width: 1400px ){
	.section-testimonial02 .img-testimonial img{
		height: 900px;
		object-fit: cover;
	}
}
@media only screen and ( min-width: 1200px ) and ( max-width: 1290px ){
	#section-expertise ul li .content {
	    left: 0;
	    text-align: left;
	}
}
@media only screen and ( min-width: 1200px ){
	.container {
	    max-width: 1170px;
	    padding-right: 0;
    	padding-left: 0;
	}
	#section-footer1 .ft-column:nth-of-type(2) {
	    padding-left: 90px;
	}
	#section-footer1 .ft-column:nth-of-type(3) {
	    padding-left: 30px;
	}
	#section-blog01 .item .content-wrapper h2 {
		min-height:42px;
	    overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#section-blog01 .item .content-wrapper p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	#section-expertise ul li img.icon-mobile{
		display: none;
	}
	#section-quote .left{
		height: 500px;
		display: table;
	}
	#section-quote .left .content-wrapper{
		display: table-cell;
	    vertical-align: middle;
	}
	#section-quote .left{
		position: relative;
		right: 500px;
	}
	#section-quote .right{
		position: relative;
		right: -700px;
	}
	#section-footer .address{
		padding-right: 30px;
	}
	#section-footer h5{
		max-width: 480px;
	}
	#section-quote .owl-theme .owl-dots, #section-quote .owl-theme .owl-nav {
	    right: -70px;
	}
	#section-slider.slider1 .slider-content .content-wrapper ul.ticker-content{
		height:150px;
		overflow:hidden;
	}
	#section-expertise ul li.active .menu:after{
		display: none;
	}
	#section-expertise ul li.active .menu{
		border-bottom: 3px solid #e0e0e0;
	}
	#section-subheader .contents h2,
	#section-subheader .contents h1 {
	    max-width: 1030px;
	    margin: 0 auto;
	}
	#section-subheader .contents p{
		max-width: 540px;
		margin:0 auto;
	}
	#section-subheader .contents p {
		max-width: 750px;
		margin: 0 auto;
	}
	.section-matrix p {
		margin:0 auto 20px;
    	max-width: 960px;
    }
    .section-style01 .item .wrapper {
	    display: table-cell;
	    vertical-align: middle;
	    height: 659px;
	    max-width: 600px;
    	padding-right: 15px;
	}
	.section-style01.v2 .item .wrapper {
	    float: right;
	    max-width: 610px;
	}
	.section-style02 .item .wrapper {
	    display: table-cell;
	    vertical-align: middle;
	    height: 630px;
	    max-width: 400px;
	    max-width: 550px;
	}
	.section-style02.default .item .wrapper {
	    height: 450px;
	}
	.section-style02.default-02 .item .wrapper {
	    height: 530px;
	}
	.section-style02.default-03 .item .wrapper {
	    height: 630px;
	}
	.section-style02.default-03 .item img {
	    height: 112%;
	    top: -40px;
	    position: relative;
	    object-fit: initial;
	}
	.title p{
		max-width: 670px;
   		margin: 0 auto;
	}
	.section-style09 p{
		max-width: 820px;
		margin:0 auto 30px;
	}
	#section-subheader.competency.v4 .contents p {
	    max-width: 710px;
	    margin: 0 auto;
	}
	.section-style12 .right{
		padding: 0 15px 70px;
	}
	.section-eventregistration.popup .title p {
	    max-width: 800px;
	}
	.section-lifeatcloudzone .container-fluid {
	    width: 85%;
	}
	.section-lifeatcloudzone .owl-prev {
	    left: -50px;
	    position: absolute;
	}
	.section-lifeatcloudzone .owl-next {
	    right: -50px;
	    position: absolute;
	}
	.section-lifeatcloudzone .owl-theme .owl-nav [class*=owl-] {
	    color: #391f5a;
	    border: 1px solid #391f5a;
	    background: transparent!important;
	}
	#section-expertise ul li.active .content {
	    height: 146px;
	}

	#section-expertise .container,
	#section-expertise .container .ez-animate{
		max-width: max-content;
		margin:0 auto;
	}
	.section-meettheteam > .container > .row {
		justify-content: center!important;
	}
	.mega-menu ul .dropdown-toggle::after{
		display: none;
	}
	#section-blog01 .swiper-slide{
		min-width: 270px;
	}
}

@media only screen and ( max-width: 1199px ){
	#section-blog01 .item .content-wrapper .author .detail {
	    width: 150px;
	}
	.section-quote .quote-img img{
		height: 650px;
	}
	.cmz-spacer-50{
		display: none;
	}
	.section-style02.default-03{
		margin-top: 0;
		padding: 80px 0;
	}
	.section-style11 .item img{
	    height: auto;
	}
	.section-eventregistration .section-form form .wpcf7-checkbox {
	    top: 0;
	    margin-top: 20px;
	    display: inline-block;
	}
	.section-eventregistration .section-form form .wpcf7-checkbox > span {
		display: inline-block;
	    margin: 0;
	}
	.section-eventregistration .section-form form input[type="checkbox"] {
	    height: 100px;
	    position: relative;
	    top: -30px;
	    float: left;
	}

}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ){
	.navbar-menu .navbar-nav .nav-item .nav-link {
	    padding: 35px 15px;
	}
	#section-blog01 .item .content-wrapper .author .detail h3 {
	    font-size: 14px;
	}
	#section-blog01 .item .content-wrapper .author .detail p {
	    font-size: 12px;
	}
	#section-quote .left{
		right: 400px;
	}
	#section-quote .right{
		right: -560px;
	}
}

@media only screen and ( min-width: 992px ){
	/** NAVIGATION **/
	.navbar-menu.navbar .dropdown-menu {
		background-color: #fff;
		border-radius: 0;
		border: none;
		border-top: 3px solid var(--ts-accent-color);
		display: block;
		left: 0;
		margin-top: 4px;
		opacity: 0;
		right: 0;
		top: 96%;
		width: 225%;
/* 		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all; */
		visibility: hidden;
/* 		-webkit-box-shadow: 0 5px 20px -15px #5f7492;
		box-shadow: 0 5px 20px -15px #5f7492; */
	}
	/*.navbar-menu.navbar .dropdown {
		position: static;
	}*/
	.navbar-menu.navbar .dropdown:hover > .dropdown-menu {

		opacity: 1;
		transform: none;
/* 		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all; */
		visibility: visible;
	}
	.navbar-menu.navbar .dropdown-submenu,
	.navbar-menu.navbar .menu-item-has-children {
		position: relative;
	}
	.navbar-menu.navbar .dropdown-menu .dropdown-menu {
		left: 100%;
		width: 100%;
		top: -8px;
    	margin-top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.navbar-menu.navbar .dropdown-submenu:hover > .dropdown-menu,
	.navbar-menu.navbar .menu-item-has-children:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
/* 		-webkit-transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		transition: 0.2s linear all; */
	}
	/** /.NAVIGATION **/
	nav.navbar-menu.navbar .mega-menu .dropdown-menu {
	    padding: 25px 0;
	}
	/*.navbar-menu.v1.navbar-expand-lg .navbar-collapse{
		display: none !important;
	}*/
	.navbar-menu.v1.navbar-expand-lg.header-v2 .navbar-collapse{
		display: block !important;
	}

	#section-slider.slider1 .slider-content .content-wrapper {
	    max-width: 480px;
	}
	#section-partners .main-item{
		display: flex;
		width: 100%;
	}
	#section-partners .main-item .item{
		-ms-flex: 0 0 270px;
	    flex: 0 0 270px;
	    max-width: 270px;
	    margin:0 auto;
	}
	.section-style11.v2 .item:nth-of-type(3){
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	/**
	 * Mega Menu
	 */
	.navbar-menu.navbar .mega-menu .dropdown-menu {
   		display: flex;
	}
	.navbar-menu.navbar .mega-menu .dropdown-menu .dropdown-menu {
	    display: block;
	    left: 0;
	    top: auto;
	    padding: 0 0 15px;
	    position: relative;
	    width: 100%;
	}
	.navbar-menu.navbar .mega-menu .dropdown-submenu, .navbar-menu.navbar .mega-menu .menu-item-has-children {
	    background: #0e314b;
	    padding: 10px 0 0;
	}
	.mega-menu.menu-item-has-children.dropdown .menu-item-has-children.dropdown > .dropdown-item::after{
	 display:none;
	}
	.navbar-menu.navbar .mega-menu .dropdown-submenu > .dropdown-menu,
	.navbar-menu.navbar .mega-menu .menu-item-has-children > .dropdown-menu{
		opacity: 1;
		visibility: visible;
	}
	nav.navbar-menu.navbar .mega-menu .dropdown-menu {
	    margin-top: 4px;
	}
	nav.navbar-menu.navbar .mega-menu > .dropdown-menu {
	    padding: 0 0;
	    display: none;
	}
	nav.navbar-menu.navbar .mega-menu:hover > .dropdown-menu {
	    display: flex;
	}
	.navbar-menu .mega-menu .dropdown-menu .dropdown-menu a {
	    font-family: 'Poppins-Regular';
	    color: #e4e4e4;
	}
	.navbar-menu .mega-menu .dropdown-menu .dropdown-menu a:hover {
	    color: #03A9F4;
	}

	/**
	 * /.Mega Menu
	 */

}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ){
	#section-blog01 .item .content-wrapper p {
	    height: 60px;
	}
}

@media only screen and ( max-width: 991px ){
	/** NAVIGAITON **/
	#navbarSupportedContent {
		position: absolute;
	    top: 67px;
	    background-color: #ffffff;
	    padding-left: 20px;
	    padding-right: 20px;
	    width: 95%;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    height: auto !important;
	    overflow-y: auto;
	}
	.navbar-menu .navbar-container {
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		text-align: right;
	}
	.navbar-menu .offcanvas-navbar {
		position: absolute;
		right: 0;
		top: -3px;
		flex-direction: unset;
	}
	.navbar-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
		padding: 10px 0;
		/*border-bottom: 1px solid #dddddd;*/
		font-size: 14px;
		color: #4a3168;
	}
	.navbar-menu .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
		border-bottom: none;
	}
	.navbar-menu .navbar-nav .nav-item .nav-link:before{
		display: none;
	}
	.navbar-menu #sidebarCollapse {
	    margin-left: auto;
		float: right;
		margin: 0;
		top: 8px;
		position: relative;
	}
	/** /.NAVIGATION **/
	#section-blog01 .item .content-wrapper .author .detail {
	    width: 200px;
	}
	#section-quote .right{
		margin-bottom: 30px;
		text-align: center;
	}
	#section-quote .right img {
	    max-width: 320px;
	}
	#section-partners .main-item{
		width: 100%;
	}
	.section-quote .quote-img img {
	    opacity: 0.7;
	}
	.section-quote .quote-content {
	    z-index: 99;
	}
	.section-journey .ts-accordion2 .detail{
		margin-bottom: 30px;
	}
	.section-testimonial02 .testimonial-content {
	    position: absolute;
	    width: 100%;
	    max-width: 665px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.section-style02.default-02 .item,
	.section-style02.default-03 .item{
		margin-bottom: 30px;
	}
	.section-style02.default-02 .item:last-of-type,
	.section-style02.default-03 .item:last-of-type{
		margin-bottom: 0;
	}
	.section-style12 .left h2,
	.section-style12 .left h1 {
	    font-size: 30px;
	}
	.section-eventregistration .owl-prev {
	    left: 15px;
	}
	.section-eventregistration .owl-next {
	    right: 15px;
	}
	.section-eventregistration .owl-carousel .owl-nav button{
		border: 1px solid #237dc1 !important;
		background: #237dc1 !important;
	}
	.section-eventregistration .owl-carousel .owl-nav button span{
		color: #ffffff !important;
	}

}
@media only screen and ( min-width: 768px ) {
	#section-slider.slider1 .slider-image img.mobile{
		display: none;
	}
}
@media only screen and ( max-width: 767px ) {
	/** NAVIGATION **/
	.navbar-menu .product-heading, .navbar-menu .shop-heading {
		font-size: 14px;
		cursor: pointer;
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.navbar-menu .product-heading:after, .navbar-menu .shop-heading:after {
		content: "\f107";
		float: right;
		font-family: fontawesome;
		line-height: 30px;
		position: absolute;
		right: 0;
	}
	.navbar-menu .product-dropdown-list, .navbar-menu .shop-dropdown-list {
		display: none;
	}
	.navbar-menu .product-dropdown-list.active, .navbar-menu .shop-dropdown-list.active {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	.navbar-menu .product-dropdown-list a, .navbar-menu .shop-dropdown-list a {
		cursor: pointer;
	}
	.navbar-menu .product-dropdown-menu .product-heading {
		font-size: 14px;
		font-weight: normal;
	}
	/** /.NAVIGATION **/
	.navbar-menu .btn-1 {
	    margin-left: 50px !important;
   	 	max-width: 160px;
	}
	nav li.mega-menu h6 {
	    margin-bottom: 5px;
	}
	nav li.mega-menu h6:before{
		display: none;
	}
	nav.navbar-menu .mega-menu .product-dropdown-list li a {
	    padding: 8px 0;
	}
	nav.navbar-menu .mega-menu .col-lg-2.col-md-2.mt-md-2.mb-md-2.mt-lg-2.mb-lg-2 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#section-slider.slider1 .slider-content{
		text-align: center;
	}

	#section-slider.slider1 .slider-content h2,
	#section-slider.slider1 .slider-content h1 {
	    font-size: 23px;
    	line-height: 26px;
	    margin-bottom: 25px;
	}
    #section-slider.slider1 .slider-content h2 {
        font-size: 25px;
        line-height: 30px;
    }
	#section-slider.slider1 .slider-content h2:before ,
	#section-slider.slider1 .slider-content h1:before {
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.btn-1, .btn-1:focus {
	    font-size: 15px;
	    max-width: 150px;
	    height: 35px;
	    line-height: 30px;
	}
	#section-slider.slider1 .slider-image img.desktop{
		display: none;
	}
	#section-slider.slider1 .slider-content {
	    bottom: 75%;
	}
	#section-blog01 .item .content-wrapper .author .detail {
	    width: 155px;
	}
	#section-blog01 .item .content-wrapper .author .detail h3 {
	    font-size: 15px;
	}
	#section-quote .left .description p {
	    font-size: 20px;
	    line-height: 30px;
	}
	#section-quote .left .quote {
	    font-size: 200px;
	    width: 60px;
	    line-height: 180px;
	}
	#section-quote .left .description {
	    width: 100%;
	    max-width: 430px;
	    float: left;
	}
	#section-quote .left .description .user h3 {
	    font-size: 18px;
	}
	#section-quote .owl-theme .owl-dots, #section-quote .owl-theme .owl-nav {
	    bottom: 60%;
	}
	#section-partners .second-item{
		margin-top: 30px;
	}
	#section-partners .owl-carousel .owl-item img {
	    width: 100%;
	}
	#section-partners .owl-stage{
		padding-left: 0 !important;
	}
	.title {
	    margin-bottom: 30px;
	}
	#section-footer h3 {
	    font-size: 30px;
	}
	#section-footer .address ul li .detail h4 {
	    font-size: 17px;
	}
	#section-footer .address ul li .detail p {
	    font-size: 16px;
	}
	#section-footer h5 {
	    font-size: 18px;
	}
	#section-footer .contact-form input, #section-footer .contact-form textarea {
	    font-size: 16px;
	    padding: 20px 20px;
	}
	#section-footer .contact-form ::-webkit-input-placeholder {
		font-size: 16px;
	}
	#section-footer .contact-form ::-moz-placeholder {
		font-size: 16px;
	}
	#section-footer .contact-form :-ms-input-placeholder {
		font-size: 16px;
	}
	#section-footer .contact-form :-moz-placeholder {
		font-size: 16px;
	}
	#section-footer .contact-form button {
	    font-size: 20px;
	    padding: 10px 15px;
	    max-width: 230px;
	}
	#section-copyright ul.footer-menus li{
		border-right: none;
	}
	#section-slider.slider1 .slider-content .content-wrapper .ticker-line:before {
	    width: 100%;
	}
	#section-slider.slider1 .slider-content .content-wrapper ul.ticker-content {
	    height: 50px !important;
	}
	#section-subheader .contents h2,
	#section-subheader .contents h1 {
	    font-size: 35px;
	}
	#section-subheader .contents p {
	    font-size: 14px;
	}
	.section-quote .quote-content h2,
	.section-quote .quote-content h1 {
	    font-size: 25px;
	}
	.section-quote .quote-content .quote {
	    font-size: 190px;
	    color: #237dc1;
	    top: -120px;
	    left: -20px;
	    position: absolute;
	}
	.section-matrix h2,
	.section-matrix h1 {
	    font-size: 25px;
	}
	.section-matrix p {
	    font-size: 17px;
	    line-height: 27px;
	}
	.section-journey .ts-accordion2 .card-body {
	    padding: 0;
	}
	.section-journey .ts-accordion2 .btn-link {
	    font-size: 22px;
	    padding: 0px 0;
	    line-height: 40px;
	}
	.section-journey .ts-accordion2 .detail p {
	    font-size: 16px;
	    line-height: 25px;
	}
	.section-journey .ts-accordion2 .btn-link span{
		display: none;
	}
	.section-journey .ts-accordion2 {
	    padding: 0 15px;
	}
	.section-journey .ts-accordion2 .card-header .collapsed:after {
	    font-size: 20px;
	}
	.section-journey .ts-accordion2>.card {
	    margin-bottom: 15px;
	}
	.section-testimonial02 .testimonial-content .testimonial .testi {
	    padding: 60px 15px 60px 15px;
	}
	.section-testimonial02 .testimonial-content .testimonial .testi h2,
	.section-testimonial02 .testimonial-content .testimonial .testi h1 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.section-testimonial02 .testimonial-content .testimonial .testi .quote {
	    font-size: 140px;
	    width: 40px;
	    line-height: 140px;
	    margin-right: 10px;
	    display: inline-block;
	}
	.section-testimonial02 .testimonial-content .testimonial .testi .description {
	    max-width: 240px;
	}
	.section-testimonial02 .testimonial-content .testimonial .testi .description p {
	    font-size: 14px;
	    line-height: 19px;
	    margin-bottom: 25px;
	}
	.section-testimonial02 .testimonial-content .testimonial .bg-testi {
	    height: 440px;
	    object-fit: cover;
	}
	.section-testimonial02 .testimonial-content .testimonial .testi .description .user h3 {
	    font-size: 15px;
	}
	.section-testimonial02 .img-testimonial img {
	    height: 600px;
	}
	.section-style01 .item .wrapper {
	    padding: 30px 15px 0;
	}
	.section-style01 .item{
		background-color: transparent;
	}
	.section-style02 .item > img {
	   height: auto;
	}
	.section-style02 .item .wrapper {
	    padding: 30px 0;
	}
	.section-style02.default-02 .item .wrapper {
	    padding: 0;
	}
	.section-style08 .item .wrapper {
		display: inline-block;
	}
	.section-style08 .item .wrapper .image{
		width:100%;
		margin-bottom: 10px;
	}
	.section-style08 .item .wrapper .content {
	    padding: 15px 10px;
	}
	.section-eventregistration .section-schedule .img-event {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-eventregistration .section-schedule {
	    display: inline-block;
	}
	.section-eventregistration .section-schedule .description-event {
	    padding: 30px 15px;
	}
	.section-eventregistration .section-information {
	    padding: 40px 20px 45px;
	}
	.section-eventregistration .section-form {
	    padding: 20px;
	}
	.section-eventregistration .section-form form .wpcf7-checkbox > span > span{
		font-size: 13px;
	}
	.section-eventregistration.popup .section-information a {
    	float: none;
    }
	ul#menu-main-menu {
		text-align: left;
	}

}
@media only screen and ( max-width: 534px ){
	#section-expertise ul li .content p {
	    font-size: 17px;
	}
	#section-quote .left .description p {
	    font-size: 14px;
	    line-height: 25px;
	}
	#section-quote .left .quote {
	    font-size: 100px;
	    width: 6%;
	    margin-right: 10px;
	    line-height: 100px;
	}
	#section-quote .left .description {
	    width: 100%;
	    max-width: 91%;
	    float: left;
	}
	#section-quote .left .description .user img.profile {
	    width: 40px;
	    height: 40px;
	}
}
@media only screen and ( max-width: 768px ){
	.navbar-brand {
	    margin-right: 0;
		float: left;
	}
	.header-02 .navbar-brand img{
		max-width: 120px;
	}
	.header-02 .btn-1, .header-02 .btn-1:focus {
	    font-family: 'Poppins-SemiBold';
	    font-size: 15px;
	    max-width: 140px;
	    height: 35px;
	    line-height: 30px;
	    top: 25px;
	}
	.navbar-menu .btn-1 {
	    margin-left: 15px !important;
		max-width: 115px;
		top: 15px;
		font-size: 13px;
		height: 30px;
		line-height: 25px;
	}
	.navbar-menu .navbar-brand img{
		max-width: 120px;
		max-height: 56px;
	}
	#section-quote .left .description .user h3 {
	    font-size: 13px;
	}
	.section-style05 .item .wrapper {
	    position: relative;
	    width: 130px;
	    height: 130px;
	    margin: 0 auto;
	}

}

@media only screen and ( max-width: 500px){
	.navbar-menu .navbar-brand img{
		max-height: 56px;
	}
	.navbar-menu .btn-1 {
		margin-left: 0 !important;
	}
}

@media only screen and ( max-width: 400px){
	.navbar-menu .btn-1 {
		margin-left: 0 !important;
		max-width: 90px;
	}
	.navbar-menu .navbar-brand img {
		max-width: 80px;
	}
}

article .entry-content h2 {
	font-size: 2.25rem;
	margin: 15px 0 5px 0;
}

#section-singleblog img {
	height: auto;
}

#categories-2, #tag_cloud-2 {
	display: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

@media only screen and ( max-width: 560px ){
	img.alignright,
	img.alignleft {
		margin: 0 auto;
		float: none;
		display: block;
	}
}


/* *  cloudzone-breadcrumbs * */
.cloudzone-breadcrumbs {
	font-family: 'Poppins-Bold';
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 3px;
	margin-right: 30px;
}

.cloudzone-breadcrumbs a:after {
	font-family: fontawesome;
	content: '\f054';
	position: absolute;
	margin-top: 5px;
	margin-left: 13px;
	font-size: 7px;
	color: #ffffff;
}


.marketplace .entry-meta {
	display: none;
}


.item.col-12.withoutImg {
	padding: 0 5%;
}
.item.withoutImg .wrapper {
	max-width: 100% !important;
	padding: 35px 5% !important;
}

.page-template-tpl-aboutus .section-quote {
	padding-bottom: 60px;
}


/*body.category #categories-2 {
    display: block;
}*/


/*** Filter posts **/
.category-btn {
	display: flex;
	justify-content: center;
	margin: 65px auto 10px auto;
	list-style-type: none;
	flex-wrap: wrap;
}

.category-btn li {
	margin: 4px;
	padding: 8px 26px;
	background: #eee;
	color: #009ec2;
	font-size: 0.85em;
	cursor: pointer;
	border-radius: 20px;
	transition: 0.3s ease;
}
.category-btn li:hover {
	color: #fff;
	background: #23375e;
}
.page-template-tpl_compliances .section-style05 {
    padding: 10px 0 50px;
}
.is-animate {
    animation: 0.6s zoom-in;
}
@keyframes zoom-in {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: none;
    }
}

.category-list {
	display: flex;
	flex-wrap: wrap;
}

.category-list img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/*img {*/
	/*height: auto;*/
	/*max-width: 100%;*/
	/*vertical-align: middle;*/
/*}*/


@media screen and (max-width: 600px) {
	.category-btn {
		padding: 0 10px;
	}
	.category-btn li {
		margin: 4px;
		padding: 6px 20px;
	}
}

.cards {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cards_item {
	display: flex;
	padding: 1rem;
}

@media (min-width: 40rem) {
	.cards_item {
		width: 33.3333%;
	}
}

@media (min-width: 56rem) {
	.cards_item {
		width: 25%;
	}
}

.card {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.card_content {
	margin: 1rem;
}

.card_title {
	color: #212529;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	display: -webkit-box;
	height: 43px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card_image {
	margin: 1rem;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.card_text {
	color: #212529;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.4px;
	display: -webkit-box;
	height: 63px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn.card_btn {
	background: #23375e;
	color: white;
}
.btn.card_btn:hover {
	opacity: 0.9;
}



/** ADD EVENT - addevent.com custom styling **/

#addeventatc1 {
	font-family: 'Poppins-Regular';
	color: #ffffff !important;
	background-color: #237dc1;
	padding: 10px 15px !important;
	border-radius: 30px;
	display: block;
	text-align: center;
	width: 190px;
	margin-top: 20px;
	font-size: 14px;
	z-index: 1 !important;
}
.addeventatc_dropdown .copyx,
.addeventatc .addeventatc_icon {
	display: none !important;
}
span#addeventatc1-drop {
	width: 188px;
	right: -2px !important;
	left: 0 !important;
	position: absolute;
	top: 35px !important;
	transform: none;
	box-shadow: none;
	border: 1px solid;
	border-radius: 25px;
	margin: 0;
}
p.atc_node {
	color: white;
	padding: 0;
	margin: 0;
}
p.atc_node:first-child:after {
	content: "â–¼";
	padding-right: 10px;
}
.addeventatc_dropdown .copyx {
	display: none !important;
}

/* fix bug with testimonials in #section-quote homepage */
#section-quote .owl-carousel,
#section-quote .owl-carousel .owl-stage-outer,
#section-quote .owl-carousel .owl-stage,
#section-quote .owl-carousel .owl-item{
	height:50vh;
}
#section-quote .slide{height:100%}

/** section-videos-cards **/
.section-videos-cards {
	padding: 0 0 80px 0;
}
.page-template-tpl_videos .section-videocarousel {
	padding: 60px 0 0;
}

.page-template-tpl-homepage-video .section-videocarousel {

		

}


.section-videos-cards .floating-wpp-button {
	z-index: 99;
	position: absolute;
	top: 50px;
	transform: translateY(50%);
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background-color: #237dc1;
	background-image: url(assets/images/play.svg);
	background-position: center;
	background-size: 110%;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
	transition: box-shadow 0.2s;
	cursor: pointer;
}
.section-videos-cards .floating-wpp-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(35, 125, 193, 0.6);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}





.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

.section-button  {
	font-family: 'Poppins-SemiBold';
	color: #ffffff;
	background-color: #237dc1;
	max-width: 150px;
	
	text-align: center;
	width: 50%;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 150px;
	
}

.section-button:hover {
	text-decoration:none;
	box-shadow:none;
  	background-color:#3b5375;
}

@media (min-width: 769px) and (max-width: 991px){
	.navbar-menu .navbar-container{
		align-items: center;
		display: flex;
	}
	.navbar-menu #sidebarCollapse{
		top: -2px;
	}
}

@media (min-width: 769px){
	.navbar-container .btn-1{
		font-size: 14px;
		padding: 0 10px;
		width: auto;
		white-space: nowrap;
	}
}

@media (min-width: 992px) and (max-width: 1440px){
	.navbar-container{
		max-width: 95%;
	}
	.navbar-menu .btn-1 {
		margin-left: 5px;
	}
	.navbar-brand img {
		width: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1050px){
	.navbar-container{
		max-width: 100%;
	}
}