/**
  * Name: FNC
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("et-line.css");
@import url("themify-icons.css");
@import url("shortcodes.css");
@import url("../fonts/Shonar.ttf");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");

/**
  *	Reset
  *	Repeatable Patterns
  * Boxed
  *	Top
  *	Top Style1
  *	Top Style2
  * Header Top
  * Header Top Style1
  * Header
  * Header Style1
  * Header Style2
  * Main Menu
  * Page Title
  * Main Content
  * Blog Pagination
  * Footer Top
  * Footer
  * Footer Bottom
  * Blog
  * Parallax
  * Mobile Navigation
  * Go top
  * Switcher
  * Preload
*/
@font-face {
  font-family: hoefler;
  src: url(../fonts/Hoefler-Text.ttf);
}

/* Reset
-------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/24px "hoefler";
  background-color: #212121;
  color: #fff;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #979797;
  font-family: "hoefler";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #e2b7a3;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 600;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  color: #fff;
  padding: 0px 29px 0 30px;
  height: 45px;
  line-height: 44px;
  font-size: 13px;
  color: #000000;
  background: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  font-weight: 600;
  font-family: hoefler;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
}

button.search-submit-form {
  position: absolute;
  right: 2px;
  top: 7px;
  padding: 0px 10px;
  color: #999999;
  background-color: transparent;
  display: inline-block;
  height: 29px;
  line-height: 31px;
  font-size: 12px;
  border-color: transparent;
  border-left: 1px solid #d0d0d0;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 8px 15px;
  color: #222222;
  border: 1px solid #d0d0d0;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="search"] {
  width: 250px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #ffffff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  padding: 10px 15px;
  height: 170px;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #555;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #555;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #555;
  opacity: 1;
}

/* bootstrap resetting elements */

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #000;
}

blockquote {
  padding-left: 71px;
  position: relative;
  margin-bottom: 24px;
}

blockquote span {
  position: absolute;
  font-size: 135px;
  line-height: 24px;
  font-family: "Poppins";
  color: #999999;
  top: 48px;
  left: 0px;
}

blockquote p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #5e646b;
  letter-spacing: 0.11px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: hoefler;
  font-weight: 500;
  color: #fff;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

.container {
  width: 1200px;
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.one-half {
  width: 64%;
  float: left;
}

.one-half.v3 {
  padding-right: 15px;
}

.one-half.v4 {
  padding-left: 15px;
}

.one-three {
  width: 33.33%;
  float: left;
}

.one-four {
  width: 25%;
  float: left;
}

.one-five {
  width: 20%;
}

.divider43 {
  height: 43px;
}

.bg-white {
  background-color: #fff !important;
}

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 16px 1px #7f7f7f;
  overflow: hidden;
}

/* Top
-------------------------------------------------------------- */
.top {
  background-color: #222222;
  font-size: 12px;
  padding: 12px 0 13px;
}

.flat-infomation {
  float: left;
  line-height: 25px;
}

.flat-infomation li {
  font-family: "hoefler";
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding-left: 34px;
  line-height: 1;
  color: #999999;
}

.flat-infomation li a {
  color: #999999;
}

.flat-infomation li a:hover {
  color: #000;
}

.flat-infomation li:before {
  content: "\f095";
  position: absolute;
  top: 0px;
  left: 18px;
  font-family: "FontAwesome";
}

.flat-infomation li.email {
  margin-left: 18px;
  border-left: 1px solid #999;
}

.flat-infomation li.email:before {
  content: "\f0e0";
}

/* Flat Social */
ul.flat-social {
  float: right;
}

ul.flat-social li {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
}

.tp-bannertimer {
  display: none;
}

/* Top Style1
-------------------------------------------------------------- */
.top.style1 {
  background-color: #000;
  padding: 13px 0 12px;
}

.top.style1 .flat-infomation li {
  border-color: #fff;
  border-left: 1px solid #fff;
}

.top.style1 .flat-infomation li,
.top.style1 .flat-infomation li a {
  color: #fff;
}

.top.style1 ul.flat-social li a {
  color: #fff;
}

.top.style1 .flat-infomation li a:hover,
.top.style1 ul.flat-social li a:hover {
  color: #252525;
}

.top.style1 .flat-infomation li.phone:before {
  top: 1px;
  left: 0;
}

.top.style1 .flat-infomation li.phone {
  border-left: none;
  padding-left: 20px;
}

/* Top Style1 V1 */
.top.style1.v1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Top Style2
-------------------------------------------------------------- */
.top.style2 {
  background-color: #000;
  padding: 13px 0 0px;
  font-size: 14px;
}

.title-page {
  float: left;
  color: #fff;
}

.top.style2 ul.flat-social li {
  margin-left: 29px;
  margin-right: 0px;
}

.top.style2 ul.flat-social li a {
  color: #fff;
}

.top.style2 ul.flat-social li a:hover {
  color: #fff;
}

.top.style2 ~ .header-top {
  padding-bottom: 21px;
}

/* Header Top
---------------------------------------------------------------*/
.header-top {
  background-color: #000;
}

.iconbox.style2 {
  padding: 15px 0;
  border: none;
  text-align: left;
  margin-bottom: 10px;
}

.iconbox.style2:hover {
  box-shadow: none;
}

.iconbox.style2 .iconbox-icon {
  float: left;
  margin-right: 15px;
  font-size: 35px;
}

.iconbox.style2 .iconbox-content {
  overflow: hidden;
}

.iconbox.style2 .iconbox-content p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.header-top .logo {
  margin-top: 10px;
  margin-bottom: 5px;
}

.header-top .btn-contact {
  padding: 35px 0;
}

.header-top .btn-contact a {
  display: block;
  height: 50px;
  line-height: 47px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 25px;
  color: #252525;
  font-weight: 600;
}

.header-top .btn-contact a:hover {
  background-color: #000;
  color: #fff;
}

/* Iconbox Style2 V2 */
.iconbox.style2.v2 .iconbox-icon i {
  color: #fff;
  margin-top: 15px;
}

.iconbox.style2.v2 .iconbox-content h4 {
  font-weight: 600;
  color: #fff;
  font-size: 17px;
}

.iconbox.style2.v2 .iconbox-content p {
  color: #fff;
}

/* Header Top Style1
---------------------------------------------------------------*/
.header-top.style1 {
  background-color: #1c4671;
}

.header-top.style1 .iconbox.style2 .iconbox-content h4,
.header-top.style1 .btn-contact a {
  color: #fff;
}

.header-top.style1 .btn-contact a {
  border-color: #fff;
}

.header-top.style1 .iconbox.style2 .iconbox-content p {
  color: #e0e0e0;
}

.header-top.style1 .iconbox.style2 .iconbox-icon {
  color: #000;
}

/* Header 
---------------------------------------------------------------*/
.header {
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#header.fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  background-color: #ffffff;
  width: 100%;
}

#header.fixed-header.style1 {
  background-color: #000;
}

#header.fixed-header.style2.v1 {
  background-color: rgba(0, 0, 0, 0.8);
}

.flat-header-wrap {
  margin-top: 15px;
}

.logo {
  margin-top: 21px;
  float: left;
}

/*top search*/
.flat-show-search {
  position: relative;
  float: right;
}

.show-search {
  float: right;
  margin-left: 38px;
  position: relative;
  /*margin: 27px 0 30px;*/
}

.show-search i {
  position: relative;
  display: block;
  width: 15px;
  text-align: center;
  line-height: 35px;
  width: 33px;
  height: 33px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
  margin: 28px 0;
  cursor: pointer;
}

.top-search {
  position: absolute;
  right: 0px;
  top: 22px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-search #searchform-all {
  position: relative;
}

.top-search #searchform-all input[type="text"] {
  height: 46px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 0px;
}

.top-search #searchform-all #searchsubmit {
  margin-bottom: 0;
  height: 45px;
  font-size: 14px;
  color: rgba(21, 65, 110, 0.65);
  background-color: #fff;
}

.top-search #searchform-all #searchsubmit {
  /*padding: 3px;*/
  position: absolute;
  right: -20px;
  top: 6px;
  font-family: "FontAwesome";
  color: #fff;
  background: #000;
  border: none;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-search #searchform-all #searchsubmit:hover {
  background-color: #555555;
}

.top-search.show {
  visibility: visible;
  opacity: 1;
  right: 19px;
}

.show-search.active .fa-search::before {
  content: "\f00d";
}

/* Header Style1
---------------------------------------------------------------*/
.header.style1 {
  background-color: #000;
}

.header.style1 #mainnav .menu > li {
  display: inline-flex;
}

.header.style1 #mainnav .menu > li > a:hover {
  color: #e2b7a3;
}

.mt-40 {
  margin-top: 40px;
}

.header.style1 #mainnav .menu > li > a {
  line-height: 60px;
  color: #fff;
  padding: 0 8px;
}

.header.style1 #mainnav .menu > li:last-child a {
  padding-right: 0;
}

.header.style1 #mainnav .menu > li > a:before {
  background-color: #fff;
}

.header.style1 #mainnav .menu > li:hover > .sub-menu {
  top: 60px;
}

.header.style1 .flat-show-search .show-search i {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  margin: 13px 0 12px;
}

.header.style1 .flat-show-search .top-search {
  top: 7px;
}

/* Header Style1 V1 */
/*.header.style1.v1 {
	background-color: transparent;
	height: 0;
}*/

/*.header.style1.v1 .flat-header-wrap {
	position: absolute;
	top: -30px;
	left: 12%;
	width: 100%;
	max-width: 100%;
	background-color: #212121;
	z-index: 99;
	width: 900px;
}
*/
.header.style1.v1 .flat-header-wrap .flat-show-search .show-search {
  margin-right: 15px;
}

.header.style1.v1 .flat-header-wrap .flat-show-search .show-search i {
  color: #1c4671;
}

.header.style1.v1 .flat-show-search .top-search.show {
  right: 34px;
}

/* Header Style2
---------------------------------------------------------------*/
.header.style2 #mainnav .menu > li > a {
  line-height: 90px;
  padding: 0 14px;
}

.header.style2 #mainnav .menu > li > a:before {
  background-color: #000;
}

.header.style2 #mainnav .menu > li:hover > .sub-menu {
  top: 90px;
}

.header.style2 .flat-show-search .show-search i {
  width: 33px;
  height: 33px;
  text-align: center;
  border-radius: 50%;
  margin: 28px 0;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Header Style2 V1 */
.header.style2.v1 {
  background-color: transparent;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: none;
}

.header.style2.v1 #mainnav .menu > li {
  margin: 0 17px;
}

.header.style2.v1 #mainnav .menu > li > a {
  color: #fff;
  padding: 0;
}

.header.style1 #mainnav .menu > li.active > a {
  color: #e2b7a3;
}

.header.style2.v1 .flat-show-search .show-search i {
  background-color: #1c4671;
}

/* Main Menu
---------------------------------------------------------------*/
.header-wrap {
  width: 100%;
  padding: 0 15px;
}

/*.nav-wrap {
	float: right;
}*/

.mainnav .menu {
  text-align: right;
}

#mainnav .menu > li {
  display: inline-block;
  position: relative;
}

#mainnav .menu > li > a {
  line-height: 90px;
  display: block;
  padding: 0 15.5px;
  color: #000002;
  font-weight: 500;
  position: relative;
}

#mainnav .menu > li.active > a,
#mainnav .menu > li > a:hover {
  color: #000;
}

#mainnav .menu > li:last-child a {
  padding-right: 0;
}

#mainnav .menu > li a i.fa {
  padding-left: 6px;
}

/* Sub-menu */
#mainnav .menu > li > .sub-menu {
  opacity: 0;
  position: absolute;
  width: 250px;
  padding-top: 5px;
  top: 120%;
  left: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav .menu > li:last-child .sub-menu {
  left: auto;
  right: 0;
}

#mainnav .menu > li:hover > .sub-menu {
  opacity: 1;
  top: 92px;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > .sub-menu > li {
  padding-left: 20px;
  background-color: #ddd;
}

#mainnav .menu > li > .sub-menu > li > a {
  display: block;
  line-height: 41px;
  border-bottom: 1px solid #f4f4f4;
  color: #000;
  position: relative;
  overflow: hidden;
  text-align: left;
}

#mainnav .menu > li > .sub-menu > li > a:before {
  content: "\f0da";
  position: absolute;
  font-family: "fontawesome";
  top: 0;
  left: -10px;
  color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > .sub-menu > li.active > a:before,
#mainnav .menu > li > .sub-menu > li > a:hover:before {
  left: 0px;
  opacity: 1;
}

#mainnav .menu > li > .sub-menu > li.active > a,
#mainnav .menu > li > .sub-menu > li > a:hover {
  color: #000;
  padding-left: 15px;
}

/* Page Title 
---------------------------------------------------------------*/
.page-title {
  height: 400px;
  position: relative;
  background-image: url("../images/parallax/03.jpg");
  background-position: bottom;
}

.page-title.speakup {
  height: 753px;
}

.page-title.style1 {
  background-image: url("../images/parallax/04.jpg");
}

.page-title .title-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page-title .page-title-heading .h1-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 1px;
}

.page-title .breadcrumbs li {
  display: inline-block;
  line-height: 28px;
  color: #fff;
}

.page-title .breadcrumbs li a {
  color: #000;
  letter-spacing: -0.2px;
}

.page-title .breadcrumbs li a i {
  padding: 0 3px 0 7px;
}

/* Main Content 
---------------------------------------------------------------*/
.main-content {
  padding: 100px 0 100px;
}

.main-content.style1 {
  padding: 76px 0 104px;
}

.main-content .post-wrap.style1 {
  padding-top: 21px;
}

.main-content .post-wrap.style2 {
  margin: 0px;
}

/* Blog Pagination 
---------------------------------------------------------------*/
.blog-single-pagination {
  text-align: center;
}

.flat-pagination li {
  display: inline-block;
}

.flat-pagination li a {
  background-color: #f7f7f7;
  padding: 0 15px;
  display: block;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  color: #222222;
}

.flat-pagination li a:hover,
.flat-pagination li a.active {
  background-color: #000;
  color: #ffffff;
}

.flat-pagination li a i {
  padding-left: 3px;
}

/* Footer Top
---------------------------------------------------------------*/
.footer-top {
  background-color: #29282e;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 34px 0;
  position: relative;
  z-index: 9;
}

.footer-top #logo-ftr {
  margin-bottom: 0;
}

/* Iconbox Style2 v1 */
.iconbox.style2.v1 {
  padding: 6px 0;
}

.iconbox.style2.v1 .iconbox-icon {
  color: #000;
}

.iconbox.style2.v1 .iconbox-content h4,
.iconbox.style2.v1 .iconbox-content p {
  color: #868686;
}

/* Footer 
---------------------------------------------------------------*/
#footer {
  background-color: #060606;
  padding: 60px 0 60px;
  color: #fff;
}

#footer.style1 {
  padding-top: 67px;
}

.widget-ft h3.title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}

.widget-ft h3.title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #fff;
  border-radius: 1px;
}

.widget-ft.style1 h3.title:before {
  background-color: #fff;
}

/* Widget About */
#logo-ftr {
  margin-bottom: 32px;
}

.widget-about ul.social {
  margin-top: 29px;
}

.widget-about ul.social li {
  display: inline-block;
  margin-right: 1px;
}

.widget-about ul.social li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  background-color: #343339;
}

.widget-about ul.social li a:hover i {
  color: #000;
}

.widget-about ul.social li a:hover {
  color: #fff;
  background-color: #fff;
}

/* Widget Services */
.widget-services {
  margin-left: -1px;
}

.widget-services .one-half {
  float: left;
  margin-top: -10px;
}

.widget-services .one-half li {
  position: relative;
}

.widget-services .one-half li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-services .one-half li a {
  color: #fff;
  line-height: 40px;
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

.widget-services .one-half li a:hover {
  color: #e2b7a3;
}

/* Widget Lastest */
.widget-lastest {
  margin-left: -31px;
}

.widget-lastest h3.title {
  margin-bottom: 32px;
}

.widget-lastest ul {
  margin-top: 10px;
}

.widget-lastest ul li {
  margin-bottom: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  padding-right: 10px;
}

.widget-lastest ul li a {
  font-family: "Lato";
}

.widget-lastest ul li a:not(:hover) {
  color: #fff;
}

/* Widget-subscribe */
.widget-subscribe {
  margin-left: -2px;
}

.widget-ft.widget-subscribe h3.title {
  margin-bottom: 24px;
}

.widget-subscribe form label {
  color: #ffffff;
  margin-bottom: 9px;
}

#subscribe-email {
  width: 352px;
  border-radius: 0;
  background-color: #343339;
  color: #fff;
  border: 1px solid #2e363a;
}

#subscribe-email::placeholder {
  color: #fff;
}

#subscribe-email:focus {
  border-color: #000;
}

.widget-subscribe form .button-subscribe:hover {
  background-color: #e2b7a3;
  border-color: #e2b7a3;
}

.widget-subscribe button {
  letter-spacing: 0;
  border-radius: 25px;
  padding: 0 36px;
  height: 47px;
}

.notification_error {
  padding-top: 10px;
  color: #000;
}

.notification_ok {
  text-align: center;
  color: #000;
}

/* Footer Bottom
---------------------------------------------------------------*/
.footer-bottom {
  padding: 12px 0 12px;
  background-color: #212121;
}

.footer-bottom .copyright {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.footer-bottom .copyright a {
  color: #e2b7a3;
  font-family: "Lato";
}

.footer-bottom .copyright a:hover {
  color: #fff;
}

/* BLog
-------------------------------------------------------------- */

/* Main Post */
.post-wrap {
  margin-left: -14.5px;
  margin-right: -43px;
}

.post-wrap .one-half {
  padding: 0 14.5px;
}

.post-wrap .fullwidth {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

article.main-post {
  border-radius: 5px;
  overflow: hidden;
}

article.main-post {
  margin-bottom: 48px;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 10px 0px rgba(18, 110, 175, 0.15);
}

article.main-post:hover {
  position: relative;
  bottom: 5px;
}

article.main-post .featured-post {
  overflow: hidden;
}

article.main-post .featured-post a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article.main-post:hover .featured-post a img {
  transform: rotate(3deg) scale(1.1);
}

article.main-post .entry-content {
  padding: 30px 35px 45px 29px;
  height: 230px;
}

article.main-post .entry-content .date {
  line-height: 25px;
  padding: 0 14px;
  border-radius: 2px;
  background-color: #ddd;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article.main-post:hover .entry-content .date {
  background-color: #252525;
}

article.main-post .entry-content h3 {
  margin: 21px 0 18px;
}

article.main-post .entry-content h3 a:not(:hover) {
  color: #fff;
}

article.main-post .entry-content p {
  line-height: 27px;
}

article.main-post.style1 {
  border-radius: 0px;
  margin-bottom: 60px;
}

article.main-post.style1:hover {
  box-shadow: none;
}

article.main-post.style1 .entry-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}

article.main-post.style1 .entry-title h3 a:not(:hover) {
  color: #252525;
}

article.main-post.style1 .entry-title ul {
  padding: 15px 0 22px;
}

article.main-post.style1 .entry-title ul li {
  display: inline-block;
  margin-right: 35px;
}

article.main-post.style1 .entry-title ul li i {
  color: #000;
  padding-right: 7px;
}

article.main-post.style1 .entry-title ul li a {
  font-family: "Lato";
}

article.main-post.style1 .entry-title ul li a:not(:hover) {
  color: #999999;
}

article.main-post.style1 .entry-content {
  padding: 0;
  margin-top: 16px;
  letter-spacing: 0.08px;
}

/* Comment Respond */
.comment-respond h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 31px;
}

.comment-respond form div.comment-form-name,
.comment-respond form div.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 23px;
}

.comment-respond form div.comment-form-name {
  padding-right: 15px;
}

.comment-respond form div.comment-form-email {
  padding-left: 15px;
}

.comment-respond form div input,
.comment-respond form div textarea {
  background-color: transparent;
  border: none;
  height: 41px;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 0px;
  color: #979797;
  border-radius: 0px;
  margin-bottom: 0px;
}

.comment-respond form div input:focus,
.comment-respond form div textarea:focus {
  border: none;
  border-bottom: 1px solid #000;
}

.comment-respond form div textarea {
  height: 88px;
}

.comment-respond form div.comment-form-submit {
  margin-top: 21px;
}

.comment-respond form div.comment-form-submit p {
  float: left;
  font-size: 13px;
  line-height: 46px;
}

.comment-respond form div.comment-form-submit button {
  float: right;
  height: 46px;
  line-height: 46px;
  border: none;
}

.comment-respond form div.comment-form-submit button:hover {
  background-color: #555555;
}

/* Comment Area */
.comment-area {
  margin-top: 71px;
}

.comment-area h3 {
  margin-bottom: 46px;
  font-size: 20px;
}

.comment-list {
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.comment-list li.comment article.comment-body {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 32px 35px 23px 30px;
}

.comment-list li.comment article.comment-body .comment-image {
  float: left;
  margin-right: 30px;
}

.comment-list li.comment article.comment-body .comment-image img {
  border-radius: 50%;
}

.comment-list li.comment article.comment-body .comment-text {
  overflow: hidden;
  margin-top: -3px;
}

.comment-list
  li.comment
  article.comment-body
  .comment-text
  .comment-metadata
  .name {
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "hoefler";
}

.comment-list
  li.comment
  article.comment-body
  .comment-text
  .comment-metadata
  .date {
  font-size: 13px;
  color: #999999;
}

.comment-list
  li.comment
  article.comment-body
  .comment-text
  .comment-metadata
  .date
  span.reply {
  margin-left: 35px;
}

.comment-list
  li.comment
  article.comment-body
  .comment-text
  .comment-metadata
  .date
  span.reply
  a {
  color: #000;
  font-family: "Lato";
}

.comment-list li.comment article.comment-body .comment-text .comment-content {
  margin-top: 12px;
}

.comment-list li.comment article.comment-body .comment-text .comment-content p {
  letter-spacing: 0.07px;
}

.comment-list li.comment .children li.comment article.comment-body {
  padding-left: 130px;
}

/* Blog Pagination */
.blog-pagination {
  text-align: center;
}

/* Side Bar Blog */
.sidebar.right {
  padding-left: 69px;
}

.sidebar .widget {
  margin-bottom: 48px;
  overflow: hidden;
}

.sidebar .widget.widget-search {
  margin-bottom: 66px;
}

/* Widget Title */
.widget .widget-title {
  font-size: 20px;
  margin-bottom: 22px;
  color: #0e0e0e;
  position: relative;
  font-weight: 500;
}

/* Widget Search */
.widget-search form .input-search {
  position: relative;
  padding-right: 30px;
}

.widget-search form .input-search input {
  height: 50px;
  background-color: transparent;
  border-radius: 25px;
  padding-right: 30px;
  margin-bottom: 0px;
  color: #999;
}

.widget-search form .input-search input::placeholder {
  color: #999;
}

.widget-search form .input-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  padding: 0;
  border: none;
  color: #fff;
  background-color: #000;
}

.widget-search form .input-search button:hover {
  background-color: #444444;
  color: #fff;
}

/* Widget Categories */
.widget-categories ul li {
  padding: 13px 0 12px 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.widget-categories ul li:last-child {
  border-bottom: none;
}

.widget-categories ul li a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #979797;
  border-radius: 50%;
  /* margin-top: -6.5px; */
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-categories ul li a:hover,
.widget-categories ul li.active a {
  color: #28bf6b;
}

.widget-categories ul li a:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #28bf6b;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: 3px;
  opacity: 0;
}

.widget-categories ul li a:hover:before,
.widget-categories ul li.active a:before {
  border-color: #28bf6b;
}

.widget-categories ul li a:hover:after,
.widget-categories ul li.active a:after {
  opacity: 1;
}

.widget-categories ul li a {
  letter-spacing: -0.6px;
  display: block;
  font-family: "Lato";
  font-size: 16px;
}

.widget-categories ul li a span {
  float: right;
}

.widget-post ul.post-list > li {
  border-bottom: 1px solid #f2f2f2;
  padding: 18px 0 10px;
  overflow: hidden;
}

.widget-post ul.post-list > li:last-child {
  border-bottom: none;
}

.widget-post ul.post-list li .post-image {
  float: left;
  margin-right: 17px;
}

.widget-post ul.post-list li .post-content h6 {
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 7.5px;
  margin-top: -3px;
}

.widget-post ul.post-list li .post-content h6 a:not(:hover) {
  color: #252525;
}

.widget-post ul.post-list li .post-content ul li {
  display: inline-block;
  color: #999999;
  font-size: 12px;
}

.widget-post ul.post-list li .post-content ul li span {
  padding: 0 7px;
}

/* Widget Tag */
.sidebar .widget.widget-tags .widget-title {
  margin-bottom: 25px;
}

.widget-tags .tag-cloud a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  margin-right: 28px;
  font-family: "Lato";
}

.widget-tags .tag-cloud a:before {
  content: "/";
  position: absolute;
  right: -12px;
}

.widget-tags .tag-cloud a:last-child:before {
  content: "";
}

/* Main Single */
article.main-single {
  padding-bottom: 40px;
  margin-bottom: 71px;
  margin-right: -30px;
  border-bottom: 1px solid #f2f2f2;
}

article.main-single .entry-title ul {
  padding: 17px 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 22px;
}

article.main-single .entry-title ul li {
  display: inline-block;
  margin-right: 35px;
}

article.main-single .entry-title ul li i {
  padding-right: 6px;
}

article.main-single .entry-title ul li a {
  font-family: "Lato";
}

article.main-single .entry-title h3 {
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #252525;
}

article.main-single .entry-content > p {
  color: #777777;
  line-height: 27px;
  margin-bottom: 23px;
  padding-right: 35px;
  letter-spacing: 0.07px;
}

article.main-single .entry-content h4 {
  margin-bottom: 14px;
  font-family: "Lato";
  letter-spacing: 0.15px;
  margin-top: 29px;
}

article.main-single .direction {
  float: right;
  margin-top: 8px;
  padding-right: 28px;
}

article.main-single .direction span,
article.main-single .direction ul,
article.main-single .direction ul li {
  display: inline-block;
}

article.main-single .direction span {
  font-style: italic;
  color: #252525;
  font-weight: 500;
  margin-right: 13px;
}

article.main-single .direction ul li {
  margin-left: 3px;
}

article.main-single .direction ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 16.5px;
  text-align: center;
}

article.main-single .direction ul li a:hover {
  background-color: #555555;
}

/* sidebar services */
.sidebar.left .widget {
  margin-bottom: 50px;
  overflow: hidden;
}

.sidebar .widget.widget_nav_menu ul li {
  cursor: pointer;
  display: block;
  padding: 12px 0 11px 25px;
  margin-bottom: 2px;
  color: #222222;
  font-weight: 700;
  font-size: 13px;
  font-family: hoefler;
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 35px;
  letter-spacing: 0.4px;
}

.sidebar .widget.widget_nav_menu ul li.active,
.sidebar .widget.widget_nav_menu ul li:hover {
  background-color: #3a526a;
  color: #fff;
}

.sidebar .widget.widget_nav_menu ul li.active a,
.sidebar .widget.widget_nav_menu ul li:hover a {
  color: #fff;
}

.widget-brochure.services {
  padding: 28px 24px 13px 24px;
  border: 1px solid #999999;
}

.widget-brochure.services .brochure-box-title p {
  margin-right: -5px;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
  position: relative;
  background-size: cover;
  z-index: 9;
}

.parallax1 {
  background-image: url(../images/parallax/01.jpg);
  background-repeat: no-repeat;
}

.parallax2 {
  background-image: url(../images/parallax/events.jpg);
}

.parallax4 {
  background-image: url(../images/parallax/04.jpg);
}

.parallax3 {
  background-image: url(../images/parallax/02.jpg);
}

.parallax5 {
  background-image: url(../images/parallax/05.jpg);
}

.parallax6 {
  background-image: url(../images/parallax/contact.jpg);
}

.parallax7 {
  background-image: url(../images/parallax/aboutus.jpg);
}

.parallax_workplace {
  background-image: url(../images/parallax/workplace.jpg);
}

.bg1 {
  background-image: url(../images/background.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.parallax_executive {
  background-image: url(../images/parallax/executive.png);
  background-size: cover;
  padding: 300px 0;
  background-position: top;
}

.parallax_training {
  background-image: url(../images/parallax/training.jpg);
}

.parallax_training-2 {
  background-image: url(../images/parallax/training-2.jpg);
}

.parallax_entrepreneur {
  background-image: url(../images/parallax/entreprenuer.jpg);
}

.parallax9 {
  background-image: url(../images/parallax/catalyst.jpg);
}

.parallax3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 30%,
    rgba(28, 70, 133, 0.9) 70%
  );
  z-index: -1;
}

.parallax4 .overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(28, 70, 113, 0.9);
}

.parallax7 .overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/parallax/08.png);

  z-index: -1;
}

.parallax7 .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: rgba(28, 70, 113, 0.9);
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(28, 70, 133, 0.9) 40%,
    transparent 60%
  );
  z-index: 1;
}

/* padding section */
.pd-imagebox-s3 {
  padding: 100px 0;
}

.flat-imagebox.style2 {
  padding: 50px 0 50px;
}

.pd-portfolio-s1 {
  padding: 49px 0 74px;
}

.pd-portfolio-s2 {
  padding: 49px 0 72px;
}

.pd-portfolio-s3 {
  padding: 49px 0 70px;
}

.pd-services-post {
  padding: 60px 0 41px;
}

.pd-services-widget {
  padding: 50px 0 49px;
}

.pd-about-post {
  padding: 50px 0 113px;
}

.pd-aboutv3 {
  padding: 50px 0 49px;
}

.pd-about-team {
  padding: 59px 0 90px;
}

.pd-contact-v1 {
  padding: 100px 0 90px;
}

.pd-contact-v2 {
  padding: 40px 0 58px;
}

.pd-title-section {
  padding: 59px 0 0;
}

.dividers {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.blog-single-post {
  margin: 50px 0 39px;
}

.dividers-pagination {
  height: 40px;
}

.dividers.portfolio {
  height: 42px;
}

.dividers.dividers-imagebox {
  height: 79px;
}

.dividers.dividers-imagebox.v1 {
  height: 81px;
}

.dividers.dividers-bc-v1 {
  height: 24px;
}

.dividers.dividers-bc-v2 {
  height: 44px;
}

.dividers.dividers-bc-v3 {
  height: 20px;
}

.dividers.dividers-bc-v4 {
  height: 50px;
}

.dividers.dividers-about-post {
  height: 115px;
}

.dividers.dividers-about-team {
  height: 61px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
  z-index: 1000;
  position: absolute;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
  border-top: 1px solid #252525;
  cursor: pointer;
}

#mainnav-mobi ul > li > a {
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  background-color: #1d2738;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  border-top: 1px solid #313131;
  background-color: #212121;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
  padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 0 30px;
  border-top-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  color: #fff;
}

.btn-menu {
  display: none;
  float: right;
  position: relative;
  background: transparent;
  cursor: pointer;
  margin: 38px 0px 38px 0px;
  width: 30px;
  height: 16px;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
  background-color: #000;
  -webkit-transition: all ease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.btn-menu:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
  opacity: 0;
}

.btn-menu.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
  position: absolute;
  right: 0px;
  top: 0;
  font: 20px/50px "FontAwesome";
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.btn-submenu:before {
  content: "\f107";
  color: #fff;
}

.btn-submenu.active:before {
  content: "\f106";
}

.btn-menu {
  display: none;
}

/* GoTop
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-top i {
  font-size: 14px;
  color: #e2b7a3;
  font-weight: 600;
}

.go-top:hover {
  background-color: #000;
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
  position: fixed;
  right: -220px;
  top: 137px;
  width: 220px;
  background-color: #000;
  z-index: 99999999;
}

.switcher-container h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding-left: 45px;
  padding-right: 0;
  margin: 0;
}

.switcher-container h2 a {
  background-color: #000;
  display: block;
  position: absolute;
  left: -45px;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
  left: 0;
}

.switcher-container h2 a.active:after {
  position: absolute;
  right: 21px;
  top: 0;
  content: "\f105";
  font-family: "FontAwesome";
  color: #000;
  font-size: 22px;
}

.switcher-container h2 a.active i {
  display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
  text-decoration: none;
}

.switcher-container h2 i {
  margin-top: 10px;
  font-size: 25px;
  color: #000;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
  color: #fff;
}

.switcher-container h3 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}

.switcher-container .layout-switcher {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
  margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
  color: #fff;
  cursor: pointer;
}

.switcher-container .color-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 6px;
}

.switcher-container .styleswitch {
  margin-bottom: 10px;
}

.sw-odd {
  background-color: #272727;
  padding: 21px 0 30px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even {
  background-color: #191919;
  padding: 21px 0 25px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sw-even a {
  font-family: "Karla", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  letter-spacing: 1.8px;
}

.sw-even a:hover {
  background-color: #32bfc0;
  border: 1px solid #32bfc0;
  color: #fff !important;
}

.sw-light {
  background-color: #fff;
  color: #000 !important;
}

.sw-odd a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 17px;
  width: 100%;
  position: relative;
  padding-left: 47px;
}

.sw-odd .ws-colors a:before {
  background: none;
}

.sw-odd .ws-colors a {
  position: relative;
  width: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #333;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
  position: absolute;
  left: 8px;
  top: 6px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  z-index: 999;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.sw-odd .ws-colors #color1 {
  background-color: #000;
}

.sw-odd .ws-colors #color2 {
  background-color: #247fe1;
}

.sw-odd .ws-colors #color3 {
  background-color: #f87b27;
}

.sw-odd .ws-colors #color4 {
  background-color: #e33062;
}

.sw-odd .ws-colors #color5 {
  background-color: #29c2e1;
}

.sw-odd .ws-colors #color6 {
  background-color: #9b23ea;
}

.sw-odd #color2 {
  background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
  border-bottom: 21px solid transparent;
  border-top: 21px solid transparent;
  border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
  background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
  border-bottom: 21px solid transparent;
  border-top: 21px solid transparent;
  border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
  background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
  border-bottom: 21px solid transparent;
  border-top: 21px solid transparent;
  border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
  background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
  border-bottom: 21px solid transparent;
  border-top: 21px solid transparent;
  border-left: 21px solid #090707;
}

.sw-odd #color6 {
  background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
  border-bottom: 21px solid transparent;
  border-top: 21px solid transparent;
  border-left: 21px solid #79bd9a;
}

.sw-even h3 {
  margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 98%;
  background-color: #000000;
  width: 100%;
  z-index: -1;
  padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

.sw-pattern.pattern a.current:before {
  position: absolute;
  left: 12px;
  top: 6px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

/*switcher image*/
.sw-odd .sw-image {
  padding: 0 20px 15px 0;
}

.sw-odd .sw-image a {
  padding: 0;
  margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
  width: 100%;
  border: none;
  background: #6f9a37;
  position: relative;
  height: 35px;
  line-height: 37px;
  border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
  content: "\f07a";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  left: 20%;
  top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
  background: #2e363a;
}

/* Preload

-------------------------------------------------------------- */
#loading-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

.loader:before,
.loader:after {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-animation: preloader-wave 1.6s linear infinite;
  animation: preloader-wave 1.6s linear infinite;
  border-radius: 50%;
  background: #000;
}

.loader:after {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

.iconbox-content .hover {
  display: none;
}

.iconbox-content {
  margin-top: 21px;
}

.portfolio-image img {
  width: 100%;
}

.portfolio-content {
  margin-left: 50px;
}

.portfolio-content h4 {
  font-size: 24px;
}

.portfolio-content .btn {
  background: #000;
  color: #fff;
  margin-top: 20px;
  border-radius: 25px;
  font-size: 14px;
}

.portfolio-content .teamdesc {
  margin-top: 15px;
  color: #000;
}

.teaminfo.owl-theme .owl-controls .owl-nav div {
  background: #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.teaminfo.owl-theme .owl-controls .owl-nav div.owl-prev {
  right: 42px;
}

.iconbox-content:hover .hover .hover-one,
.iconbox-content:hover .hover .hover-two,
.iconbox-content:hover .hover .hover-three,
.iconbox-content:hover .hover .hover-four {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: #fff;
}

.iconbox-content .hover .hover-one {
  top: 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.iconbox-content .hover .hover-two {
  top: 25%;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.iconbox-content .hover .hover-three {
  top: 50%;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.iconbox-content .hover .hover-four {
  top: 75%;
  border-radius: 0 0 5px 5px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.iconbox-content .hover .hover-one,
.iconbox-content .hover .hover-two,
.iconbox-content .hover .hover-three,
.iconbox-content .hover .hover-four {
  position: absolute;
  left: 0;
  width: 100%;
  height: 25%;
  background: rgb(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}

.contact-section .contact-right-bar img {
  margin-top: -86px;
  margin-left: -86px;
  z-index: 1;
  max-width: 100%;
}

.contact-section .contact-left-bar {
  position: relative;
  background: #000;
  padding: 50px 55px 40px;
  border-radius: 8px 8px 0 0;
  z-index: 5;
}

.contact-section .contact-left-bar .contact-form .form-group .form-control {
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  padding: 12px 25px;
}

.contact-section .contact-left-bar .header {
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
  color: #e2b7a3;
  background: none;
}

.contact-left-bar h2 {
  margin-bottom: 30px;
  color: #fff;
}

.contact-section {
  background-color: #ddd;
}

.submitBtn {
  text-transform: none;
  border-radius: 25px;
  padding: 10px 30px;
}

.submitBtn:hover {
  background: #e2b7a3;
  color: #fff;
}

.portfolio-item.style2 img {
  width: 250px;
  max-width: 250px;
}

.wrap-counter.style1 img {
  border-radius: 5px;
}

#banner-slide-3 .tparrows:hover {
  background-color: #000 !important;
}

.contact-section .contact-left-bar {
  border-radius: 8px;
}

.about-us h2 {
  color: #fff;
}

.aboutcontent ul {
  list-style: inside;
  margin: 21px 0;
}

.speakup img {
  max-width: 70%;
  margin: auto;
}

.speakup {
  background: #ec0000;
}

.wrap-services ul {
  list-style: circle;
  text-align: left;
}

.wrap-services h3 {
  text-align: left;
  margin-bottom: 10px;
}

.contact_details .item {
  text-align: center;
  color: #fff;
  border: 2px solid #f1f1f1;
  padding: 30px;
  transition: 0.5s ease;
  margin-bottom: 50px;
}

.contact_details .item .icon {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 4px solid #fff;
  line-height: 88px;
  border-radius: 50%;
  background: #212121;
  vertical-align: middle;
  text-align: center;
  margin-top: -88px;
}

.contact_details .item h4 {
  padding-top: 20px;
  font-size: 22px;
  margin-bottom: 10px;
}

.contact_details .icon i {
  font-size: 28px;
}

.contact_details .item:hover {
  border: 2px solid #e9a293;
}

.contact_details .item:hover .icon {
  border: 4px solid #e9a293;
  transition: 0.5s ease-in-out;
}

.contact_details .item:hover i {
  color: #e9a293;
  transition: 0.5s ease-in-out;
}

.contact_details .text p a {
  color: #fff;
}

.contact_details {
  padding: 120px 0px 20px 0px;
}

.contact-content .heading {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 21px;
}

#contact-Form .btn-more {
  margin-top: 0;
}

.aboutcontent {
  margin-top: 50px;
}

/*---------------workplace--------------*/
.below_banner {
  background: #ddd;
  padding: 35px 0px;
}

.workplace-content img {
  max-width: 150px;
  margin: auto;
  display: block;
}

.fidi5vdyuif {
  padding: 50px 0px;
}

.workplace-content.second_half ul {
  list-style: inside;
  margin-bottom: 30px;
}

.workplace-content.second_half h4 {
  margin-bottom: 21px;
}

.workplace-content p {
  margin-bottom: 15px;
}

.top_design {
  border-top: 12px solid #0077ae;
}

.qwerty_ {
  background: #0077ae;
  color: #fff;
  width: 240px;
  display: inline-flex;
  padding: 15px 20px;
  margin-left: 8%;
  text-transform: uppercase;
}

.qwerty_ .sec_div {
  background: #fff;
  color: #0077ae;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: auto;
  text-align: center;
}

.qwerty_ div p:first-child {
  font-size: 18px;
}

.qwerty_ div span {
  text-align: right;
  margin-left: auto;
  display: block;
  font-size: 14px;
}

.qwerty_ .sec_div div {
  font-weight: 600;
  font-size: 21px;
}

.section-padding {
  padding: 80px 0;
}

.workplace-section-2 {
  background: #ddd;
  padding-bottom: 25px;
}

.workplace_part_2 .heading {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 600;
  color: #0077ae;
}

.workplace_part_2 h4 {
  margin-bottom: 5px;
  color: #000;
}

.workplace_part_2 {
  color: #000;
}

.below_banner h1 {
  color: #000;
  filter: drop-shadow(1px 2px 2px #aaa);
}

.workplace_part_2 ul {
  list-style: circle;
  margin: 15px 0;
  margin-left: 15px;
}

.workplace_part_3 {
  padding-top: 80px;
}

.workplace_part_3 img {
  width: 200px;
  margin-bottom: 15px;
}

.workplace_part_3 p {
  color: #0077ae;
  font-weight: 600;
}

.workplace_part_4 .para h3 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}

.para {
  color: #000;
  margin-bottom: 35px;
}

.workplace_part_4 {
  padding-top: 80px;
}

.workplace-content ul.all_icon li {
  display: inline-flex;
  margin-right: 10px;
}

.workplace-content ul.all_icon {
  margin: auto;
  text-align: center;
  margin-bottom: 25px;
}

.workplace-section-1.section-padding {
  padding: 100px 0px;
}

.disc-circle img {
  width: 70%;
}

.news-singlepage header .text-area .title {
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 60px;
  margin-top: 0;
}

.news-singlepage header .text-area {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(52, 61, 71, 0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
}

.news-singlepage .news-main-banner {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}

.news-singlepage header .text-area .hits-area .date a {
  margin-right: 16px;
  color: inherit;
}

blockquote:before {
  background-image: url(../images/news-events/quote-light.png);
  left: 0;
  position: absolute;
  top: 10%;
  width: 129px;
  height: 112px;
  content: " ";
  opacity: 0.5;
}

blockquote {
  overflow: hidden;
  width: 100%;
  color: #e2b7a3;
  margin: 2rem 0;
  display: block;
  padding: 3rem 2rem;
  font-style: italic;
  position: relative;
  border-left: 0;
}

blockquote p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  letter-spacing: 0.11px;
}

.singlesimgnew img {
  border-radius: 5px;
  margin-bottom: 40px;
}

.newsgallery.section-padding {
  padding-top: 40px;
}

.locations i {
  color: #e2b7a3;
}

.locations a {
  color: #fff;
  margin-right: 10px;
}

.locations {
  margin: 21px 0px;
}

.events_shortinfo .knwmre {
  display: inline-flex;
  vertical-align: middle;
  margin-top: 15px;
}

.events_shortinfo .knwmre a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 0 36px;
  padding: 10px 25px;
  border-radius: 23px;
  background-color: #fff;
}

.events_shortinfo .knwmre a:hover {
  background-color: #e2b7a3;
  color: #fff;
}

.events_shortinfo .knwmre span {
  line-height: 46px;
  vertical-align: middle;
  margin-left: 20px;
}

.events_shortinfo img {
  box-shadow: 5px 5px 16px #1b1b1b;
  border-radius: 5px;
}

.headingcol {
  margin-bottom: 30px;
}

.events_shortinfo {
  margin-bottom: 50px;
}

.events_shortinfo h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.comingsoon {
  background: url(../images/coming-soon.jpg);
  padding: 300px 0 300px 0;
  background-size: cover;
}

.comingsoon h1 {
  color: #fff;
  font-size: 53px;
  margin-bottom: 20px;
}

.comingsoon h3 {
  color: #fff;
}

.catalyst-part-1 .toppart hr {
  height: 6px;
  width: 100%;
  background: #e2b7a3;
  margin: 40px 0px;
}

.catalyst-part-1 {
  text-align: center;
  margin: auto;
}

.catalyst-part-2 {
  background: url(../images/background-2.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0px;
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  border-radius: 100px 0;
}

.catalyst-part-2 .culture_ h1 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.catalyst-part-3 {
  margin-top: 60px;
}

.catalyst-part-4 h1 {
  color: #000;
  margin-bottom: 20px;
}

.catalyst-part-4 {
  background: #fff;
  padding: 40px 20px;
  filter: drop-shadow(1px 2px 5px #888);
  color: #000;
}

.catalyst-part-6,
.catalyst-part-5 {
  margin-top: 60px;
}

.catalyst-part-6 h4 {
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 24px;
}

.catalyst-part-6 ul {
  list-style: circle;
  padding-left: 15px;
}

.catalyst-part-5 h2 {
  margin-bottom: 15px;
}

.logo img {
  width: 130px;
}

.catalyst_card {
  background: #fff;
  padding: 30px;
  color: #000;
  border-radius: 5px;
  height: 425px;
}

.catalyst_card .numbering {
  margin: auto;
  text-align: center;
}

.catalyst_card img {
  width: 120px;
  height: 120px;
}

.catalyst_card ul {
  list-style: circle;
  padding-left: 15px;
  margin-top: 25px;
}

.catalyst-part-8 {
  margin: auto;
}

.catalyst-part-8 h1 span {
  color: #e2b7a3;
}

.catalyst-part-8 h1 span.ex {
  color: #fff;
}

.catalyst-part-8 p {
  margin-top: 15px;
  font-size: 20px;
}

.section-padding.bg1 {
  padding: 100px 0;
}

.p-overview {
  margin-top: 35px;
}

.p-overview ul {
  list-style: circle;
  padding-left: 15px;
}

.p-overview h3 {
  margin-bottom: 10px;
}

.product-overview-part1 h3 {
  margin-bottom: 18px;
}

.form-submit h1 {
  margin-bottom: 40px;
}

.form-submit textarea {
  background: #fff;
}

.formbtnd {
  height: 100%;
  display: inline-flex;
}

.formbtnd button {
  margin: auto;
}

.home_speakupq8_section {
  background: #ddd;
  color: #000;
}

.home_speakup p {
  margin-bottom: 12px;
}

.home_speakupq8_section .flat-title h2 {
  color: #000;
}

.speakuwait_tabs_content ul {
  list-style: disc;
  padding-left: 15px;
  margin-top: 15px;
}

.speakuwait_tabs ul {
  display: block;
}

.speakuwait_tabs {
  background: #fff;
}

.speakuwait_tabs ul li {
  margin-bottom: 10px;
  text-align: center;
}

.speakuwait_tabs ul li a.active {
  background: #e2b7a3;
  color: #fff;
}

.speakuwait_tabs ul li a {
  color: #000;
  padding: 15px 10px;
}

.speakuwait_tabs_content .contents p {
  margin-bottom: 15px;
}

.speakuwait_tabs_content .contents hr {
  height: 0.1px;
  background: #777;
}

.speakuwait_tabs_content .contents .card {
  background: transparent;
  border: none;
  margin-bottom: 1px;
}

.speakuwait_tabs_content .contents .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.speakuwait_tabs_content .contents .card .card-header a {
  background: #fff;
  display: block;
  padding: 12px 10px;
  color: #000;
}

.speakuwait_tabs_content .contents .card-header a i {
  float: right;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 3px;
}

.subcontent_1 .subcontent_1_1 {
  margin: 30px 0px;
}

.subcontent_1 .subcontent_1_2 {
  margin: 30px 0px;
}

.subcontent_1 .subcontent_1_3 {
  margin: 30px 0px;
}

.subcontent_2 .subcontent_2_1 {
  margin: 30px 0px;
}

.subcontent_2 .subcontent_2_2 {
  margin: 30px 0px;
}

.subcontent_2 .subcontent_2_3 {
  margin: 30px 0px;
}

.subcontent_2 .subcontent_2_4 {
  margin: 30px 0px;
}

.subcontent_2 .subcontent_2_5 {
  margin: 30px 0px;
}

.subcontent_2 .subcontent_2_6 {
  margin: 30px 0px;
}

.sponser_section .servicebuy_categories {
  background: #fff;
}

.sponser_section .servicebuy_categories .top {
  padding: 70px 15px 15px;
  background: #fff;
}

.sponser_section .buycontent {
  background: #000;
  padding: 30px 15px;
  color: #fff;
  border-radius: 20px 20px 0 0;
}

.sponser_section .buycontent ul {
  list-style: disc;
  padding-left: 15px;
}

.sponser_section .servicebuy_categories .top h3,
.sponser_section .servicebuy_categories .top h1 {
  text-transform: uppercase;
  color: #000;
}

.sponser_section .servicebuy_categories .pricee {
  background: #e5e4e2;
  position: absolute;
  padding: 10px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  left: 35%;
  top: -60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.sponser_section .servicebuy_categories .pricee h3 {
  display: contents;
  font-weight: 600;
  font-size: 23px;
}

.sponser_section .servicebuy_categories .pricee.gold {
  background: #ffd700;
}

.sponser_section .servicebuy_categories .pricee.silver {
  background: #c0c0c0;
}

.sponser_section.section-padding {
  padding-top: 90px;
}

.header {
  padding: 10px 0px;
  padding-top: 0px;
}

.skp_section .flat-title {
  margin-bottom: 80px;
}

.iconbox.style1 ul {
  padding-left: 15px;
}

.callusbtn a {
  background: #fff;
  color: #000;
}

.buyservice_text h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 21px;
}

.callusbtn {
  margin-top: 0px;
  text-align: right;
}

.buynow_section {
  padding: 20px 0px;
  margin-top: 30px;
  border-bottom: 4px double;
}

#more-content {
  color: #000;
}

.homebox-content ul {
  color: #000;
  list-style-type: disc;
  padding-left: 15px;
}

.disc_prices_ i {
  font-size: 90px;
}

.disc_prices_ h3 {
  position: relative;
  top: -62px;
  color: #000;
  font-weight: 700;
  left: 16px;
  font-size: 21px;
}

.disc_prices_ h3 span {
  font-size: 14px;
  display: block;
  margin-left: 17px;
}

.disc_prices_ {
  position: absolute;
  right: 10px;
  top: 0px;
}

.spk_radio input {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.single_radio {
  display: flex;
  margin-top: 15px;
}

.single_radio:last-child {
  margin-bottom: 20px;
}

.iagree {
  margin-bottom: 40px;
  display: inline-flex;
}

.iagree input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.iagree a {
  margin-left: 3px;
  color: #e9a293;
  border-bottom: 1px solid #e9a293;
}

.excecutive-large-heading h1 {
  margin-top: 60px;
  font-size: 30px;
  line-height: 1.3;
  color: #000;
}

.excecutive-large-heading h1 span {
  color: #f86c6c;
}

.dt_section {
  background: #f86c6c;
}

.dt_section canvas {
  height: auto !important;
}

.particles-bg #canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.t-d-div-2 {
  margin-top: 25px;
}

.t-d-div-2 h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.particles-bg {
  overflow: hidden;
  position: relative;
}

.t-d-div-2 p {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.t-d-div p {
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.member_agreement_content h2 {
  background: #e9a293;
  padding: 10px 5px;
  text-transform: capitalize;
  font-size: 19px;
  margin-bottom: 10px;
}

.sub_content {
  margin-bottom: 30px;
}

.member_agreement_content {
  font-size: 16px;
}

/*--------excecutive csss--------------------*/
.secondrybg.excecutive-coaching img {
  margin-top: 25px;
}

.secondrybg.excecutive-coaching {
  border-radius: 10px;
}

.excecutive-content p {
  margin-bottom: 15px;
}

.excecutive-content h3 {
  margin-bottom: 25px;
  display: inline-block;
  font-size: 22px;
  background: #fff;
  padding: 15px;
  color: #000;
}

.excecutive-conten-2 p {
  margin-bottom: 15px;
  text-align: justify;
}

.boxes .box {
  border: 1px solid #fff;
  padding: 30px 0px;
  text-align: center;
  width: 60%;
  margin: auto;
  border-radius: 10px;
}

.boxes hr {
  width: 2px;
  background-color: #fff;
  height: 50px;
  margin: 0px auto;
}

.boxes .box h1 {
  font-size: 26px;
  font-weight: 500;
}

.boxes i {
  text-align: center;
  margin: auto;
  display: block;
  font-size: 24px;
  margin-bottom: -12px;
  margin-top: -5px;
}

.boxes .box1 {
  background: #ddd;
}

.boxes .box3 {
  background: #f86c6c;
}

.boxes .box2 {
  background: #e9a293;
}

.excecutive-content-bottom {
  color: #000;
}

.excecutive-content-bottom-heading h3 {
  margin-bottom: 25px;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background: #000;
  padding: 15px;
}

.secondrybg {
  background: #ddd;
}

.excecutive-content-bottom h4 {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}

.excecutive-content-bottom p {
  margin-bottom: 15px;
}

.excecutive-content-bottom ul {
  list-style: disc;
  padding-left: 15px;
}

.excecutive-content-bottom h3 {
  color: #000;
}

.excecutive-side-img h3 {
  margin-top: 30px;
  color: #000;
}

.excecutive-side-img img {
  margin-top: 30px;
}

.italic {
  font-style: italic;
}

.wcu_ p {
  font-size: 27px;
  display: inline-block;
}

#home_boxes .col-md-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.widget-ft.widget-subscribe ul li a {
  color: #fff;
}

.widget-ft.widget-subscribe ul li a i {
  margin-right: 10px;
}

.widget-ft.widget-subscribe ul li {
  margin-bottom: 10px;
}

.widget-ft.widget-subscribe ul.social li a i {
  margin-right: 0px;
}

.consulting_card_heading h3 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.consulting_card_heading {
  text-align: center;
}

.consulting_card_heading label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  color: #f86c6c;
}

.consulting_card_heading label span {
  font-size: 24px;
}

.pb-0 {
  padding-bottom: 0px;
}

.entrepreneurs_box {
  background: #ddd;
  padding: 25px 15px;
  color: #080808;
  height: 190px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 3px solid #fff;
}

.entrepreneurs_box h4 {
  font-size: 21px;
  color: #000;
  margin-bottom: 10px;
}

/* Asad css Start */

.brand_banner_content {
  position: relative;
}

.banner_img {
  width: 100%;
  height: 86vh;
  object-fit: cover;
  filter: opacity(0.7);
}

/* .brand_banner_content .centered {
	width: 100%;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: #ffffff;
} */

.brand_banner_content .centered {
  width: 100%;
  font-size: 60px;
  position: absolute;
  top: 30%;
  left: 0;
  /* transform: translate(-50%, -50%); */
  text-align: center;
  color: #ffffff;
}

.banner_inside_img {
  object-fit: cover !important;
}

.centered .center-content {
  margin: 40px;
}

.centered .center-content h1 {
  font-size: 50px;
}

.centered .center-content p {
  font-size: 20px;
  margin: 20px 0 0 10px;
}

.centered .center-content .btn-more {
  text-align: center !important;
  margin-top: 20px;
  filter: drop-shadow(2px 4px 6px black);
}

.mentalhealth_p {
  line-height: 2 !important;
  margin: 30px 30px 0 0;
  text-align: justify;
}

ul.mentalhealth_p {
  line-height: 2 !important;
  margin: 10px 30px 0 0;
  text-align: left;
}

.flat-tab-about {
  padding-bottom: 70px;
}

.flat-tab-about.no-margin {
  padding-top: 60px;
  margin-top: 0px;
}

.mental_pic img {
  width: 100%;
  object-fit: cover;
}

.text-tabs.style1 .text-content h2 {
  margin-top: 10px;
  line-height: 1.5;
}
.text-tabs.style1 .text-content h3 {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 24px;
}

.Right_Steps,
.About {
  background-color: #fff;
}

.Right_Steps h2,
.Right_Steps p {
  color: #000 !important;
}

.Right_Steps h2 {
  margin: 0 0 0 30px;

}
.Right_Steps h3 {
    margin: 0 0 0 30px;
        font-family: hoefler;
}

.Right_Steps p {
  margin: 30px 0 0 30px;
}

.Right_Steps a {
  margin-left: 30px;
}

.About h2 {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
}

.About p {
  text-align: center;
  color: #000;
}

.about3points {
  margin-top: 50px;
}

.about3points img {
  width: 200px;
  object-fit: cover;
}

.about3points h3 {
  margin-top: 20px;
  color: #000;
  font-weight: bold;
}

.about3points p {
  margin: 10px 40px 0;
  text-align: center;
  color: #000;
}

.Right_Steps .btn-more {
  text-align: left;
  margin-top: 25px;
}

.consultation p {
  text-align: center;
}

.consultation_box {
  padding: 20px;
  border: 2px solid #ddd;
}

.consultation_box h3 {
  font-weight: bold;
}

.consultation_box p {
  text-align: left !important;
  padding: 12px 0 30px 0;
}

.consultation_box a {
  text-align: left;
  color: #fff;
  text-decoration: underline;
}

.consultation .mentalhealth_p {
  margin-bottom: 50px;
}

.consultation_heading {
  text-align: left !important;
  font-weight: bold;
  font-size: 20px;
}

.servicess h3 {
  text-align: center;
  margin-top: 20px;
}

.servicess p {
  padding: 10px 0 5px 0 !important;
  text-align: center !important;
}

.servicess img {
  width: 90%;
  text-align: center !important;
}

.servicess img {
  object-fit: cover;
  margin-bottom: 30px;
}

.product-slick-arrow-banner.banner_left_arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  font-size: 30px;
  color: #170000;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}

.product-slick-arrow-banner.banner_right_arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 30px;
  color: #170000;
  transform: translate(0%, -50%);
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}

.product-slider img {
  display: unset;
  margin: 5px 0;
  padding: 10px;
}

ul {
  padding-inline-start: 0px !important;
}

.product-slider-body a {
  display: flex;
  justify-content: center;
}

/* banner video */
.player {
  width: 100%;
  max-width: 100%;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.player_video {
  /* width: 100%;
	cursor: pointer; */
  width: 100%;
  cursor: auto;
  height: 100vh;
  object-fit: cover;
}

.Account {
  padding: 100px 0 !important;
}

.Account img {
  margin-bottom: 20px;
}

.About_Box {
  border: 1px solid transparent;
  padding: 15px 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #ddd;
}

.Account label {
  color: #000;
}

/* .form-control {
	background-color: #5e5e5e6b;
} */

input:focus {
  border: 1px solid #d0d0d0 !important;
}

input[type="password"] {
  margin-bottom: 0 !important;
}

.About_Box a {
  color: #222;
}

#secureVideo {
  border: 1px solid #ddd;
}

.About_Box a:hover,
.About_Box a:focus {
  color: #e2b7a3;
}

.iti__country {
  color: #000 !important;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-group .full-width {
  width: 100%;
  box-sizing: border-box;
  /* Ensures padding doesn't affect the width */
}

.iti--allow-dropdown input[type="tel"],
.iti.iti--allow-dropdown {
  width: 100% !important;
}

.Account .btn-more {
  margin-top: 20px;
}

.Account .btn-more a {
  color: #000;
}

.Account_edit .About_Box {
  text-align: left !important;
}

.account_topbar {
  display: flex;
}

.account_topbar {
  margin-bottom: 50px;
}

.account_topbar h2 {
  margin-right: 5%;
  font-size: 20px;
  text-align: left !important;
}

.account_topbar h2 a.active {
  color: #d18561;
}

.Account_edit .btn-more {
  text-align: left;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #d1d1d1;
  opacity: 1;
}

.Account_edit input[type="password"] {
  margin-bottom: 20px !important;
}

.Courses_Reg .card {
  background-color: transparent;
  margin-bottom: 10px;
}

.Courses_Reg .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 116, 216, 0) !important;
  box-shadow: 0 0 0 2px rgba(2, 116, 216, 0) !important;
}

.Courses_Reg .card-body {
  padding: 36px;
  color: #000;
  background-color: #e7e4e4;
}

.Courses_Reg .table td,
.Courses_Reg .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #676868;
}

.firstthtd th,
.firstthtd td {
  border-top: unset !important;
}

.Courses_Reg .card h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Courses_Reg .card h2 button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0;
  white-space: normal;
}

.Courses_Reg .btn-more {
  margin-top: 0;
}

.Courses_Reg_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.Courses_Reg_detail p {
  text-align: left !important;
}

.course_parts {
  margin: 20px 0;
}

/* youtube video */
.video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.Course_module {
  margin: 20px 0 20px 0;
}

.Courses_Reg_detail h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 30px 0 10px 0;
}

.breadcrumb {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  background-color: #eceeef52;
}

.breadcrumb span {
  text-decoration: underline;
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.service_box {
  width: 100%;
  height: 250px;
  border: 4px solid #fdd2a5;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 40px;
  background-size: contain;
  transition: 0.4s ease-in-out;
}

.service_box.service_box1 {
  background-image: url(../images/courses/serr1.jpg);
}

.service_box.service_box2 {
  background-image: url(../images/courses/ser2.jpg);
}

.service_box.service_box3 {
  background-image: url(../images/courses/ser4.jpg);
}

.service_box.service_box4 {
  background-image: url(../images/courses/ser3.jpg);
}

.service_box.service_box5 {
  background-image: url(../images/courses/ser5.jpg);
}

.service_box.service_box6 {
  background-image: url(../images/courses/ser6.jpg);
}

.service_box.service_box7 {
  background-image: url(../images/courses/ser1.jpg);
}

.service_box .service_box_content {
  background-color: #5a5a5ac7;
  padding: 15px;
  border-radius: 40px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
  height: 210px;
  overflow: hidden;
  color: #ffffff;
}

.service_box h1 {
  font-size: 20px;
  color: #ffffff;
}

.service_box p {
  color: #ffffff;
}

.btn-more div {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 0 36px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: #fff;
  transition: 0.4s ease-in-out;
}

.service_box .btn-more {
  margin: 10px 0 0 0;
}

.service_box:hover {
  border: 4px solid #fff;
}

.service_box:hover .btn-more div {
  background-color: #e2b7a3;
  color: #fff;
}

.about_us ul li {
  list-style: circle;
}

/* .about_us ul {
	padding-inline-start: 20px !important;
} */

.about_us .mentalhealth_p {
  line-height: 1.5 !important;
  margin: 20px 30px 0 0;
}

.flat-tab-about h2 {
  margin-bottom: 20px !important;
}

textarea {
  border: 1px solid #d0d0d0 !important;
}

textarea:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #464a4c;
  background-color: #fff;
  outline: 0;
}

.brand_banner_content.executives {
  background-color: #ddd;
}

/* .brand_banner_content.executives .centered {
	text-align: left;
}

.brand_banner_content.executives .centered .center-content .btn-more {
	text-align: left !important;
}

.brand_banner_content.executives .centered .center-content p {
	margin-left: 0;
} */

.flat-tab-about.executives_para {
  background-color: #fff;
}

.flat-tab-about.executives_para h2,
.flat-tab-about.executives_para p {
  color: #000 !important;
  margin-bottom: 10px !important;
}

.Executives .flat-tab-about.Right_Steps {
  background-color: transparent;
}

.Executives .flat-tab-about.Right_Steps h2,
.Executives .flat-tab-about.Right_Steps p {
  color: #fff !important;
}

.Executives .Right_Steps ul {
  padding-inline-start: 45px !important;
}

.Executives .Right_Steps ul li,
.Executives .executives_para ul li {
  list-style: disc;
}

.Executives .Right_Steps p {
  margin: 20px 0 0 30px;
}

.executives_para ul {
  color: #000;
}

.executives_para .btn-more {
  text-align: left;
}

.executives_para2 ul {
  padding-inline-start: 20px !important;
}

.contact_page .flat-tab-about.contact {
  padding-top: 60px !important;
}

.newss .page-title-heading p {
  padding: 0 10%;
}

.news_box {
  width: 100%;
  height: 500px;
  border: 4px solid #fdd2a5;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 40px;
  background-size: contain;
  transition: 0.4s ease-in-out;
}

.news_box h1 {
  font-size: 20px;
  color: #ffffff;
  text-align: left;
}

.news_box p {
  color: #ffffff;
  text-align: left !important;
}

.servicess .news_box img {
  width: 100% !important;
  border-radius: 6px;
}

.news_box .btn-more {
  margin-top: 24px;
}

.news_box:hover {
  border: 4px solid #fff;
}

.news_box:hover .btn-more div {
  background-color: #e2b7a3;
  color: #fff;
}

.newss .contact {
  background-color: #ddd;
  padding-top: 60px !important;
}

.newss .contact h2 {
  color: #000 !important;
}

.newss .form-control {
  color: #000 !important;
}

.newss label {
  color: #000 !important;
}

.speakup_second {
  background-color: #fff;
}

.Speakup .flat-tab-about.contact {
  padding-top: 60px;
}

.speakup_second h2,
.speakup_second p,
.speakup_second ul li {
  color: #000 !important;
}

.speakup_second h2 {
  margin: 30px 0 !important;
}

.text-tabs.style1 .text-content h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}

.companiess .Right_Steps {
  background-color: transparent;
}
.text-white {color: #fff !important}

.companiess .Right_Steps h2,
.companiess .Right_Steps p,
.companiess .Right_Steps ul li {
  color: #fff !important;
}

.Counselling .first_body h2,
.Counselling .first_body p,
.Counselling .first_body ul li {
  color: #000 !important;
}

.training_Topics ul li {
  list-style: disc;
}

.training_Topics ul {
  padding-inline-start: 80px !important;
}

.training_Topics_last_part {
  padding-top: 50px;
}

.training_Topics_last_part h2,
.training_Topics_last_part p {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.Counselling .first_body {
  background-color: #ddd;
}

.Counselling .Right_Steps ul {
  padding-inline-start: 40px !important;
}

.Counselling .Right_Steps ul li {
  list-style-type: disc !important;
}

.Counselling .contact {
  padding-top: 60px;
}

.Talks .training_Topics h2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.Talks .TalksApproach {
  background-color: #ddd !important;
  color: #000 !important;
}

.Talks .TalksApproach h2,
.Talks .TalksApproach p,
.Talks .TalksApproach ul li {
  color: #000 !important;
}

.parallax_news {
  background-image: url(../images/courses/ser1.jpg);
}

.news-main-banner img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
}

.csi-news p {
  text-align: left;
}

.csi-news ul {
  padding-inline-start: 15px !important;
  padding-top: 15px;
}

.csi-news ul li {
  list-style-type: disc !important;
}

h2 {
  font-weight: bold !important;
  font-size: 24px !important;
}

.csi-news h2 {
  margin-bottom: 20px;
}

.csi-news footer {
  text-align: center;
}

.csi-news .breadcrumb {
  color: #000;
  font-weight: 500;
  background-color: #fff;
}

.csi-news .breadcrumb a {
  color: #000;
}

.csi-news .breadcrumb span {
  color: #000;
}

.Course_Registered .flat-tab-about h2 {
  margin-bottom: 0 !important;
}

.Course_Registered .account_topbar h2 {
  margin-bottom: 10px !important;
}

.Course_Detail .brand_banner_content .centered {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CourseDetailOne h2 {
  text-align: left !important;
  margin-top: 10% !important;
}

.CourseDetailOne .tab-list-about {
  margin-bottom: 50px;
}

.CourseDetailTwo {
  background-color: #ddd;
}

.CourseDetailTwo h1,
.CourseDetailTwo h2,
.CourseDetailTwo p {
  text-align: center !important;
  color: #000 !important;
}

.CourseDetailTwo ul {
  padding-inline-start: 40px !important;
}

.CourseDetailTwo ul li {
  color: #000 !important;
  list-style: disc;
}

.CourseDetailTwo .btn-more,
.CourseDetailOne .btn-more {
  margin-top: 20px;
}

.CourseDetailLast {
  background-color: #ddd;
}

.CourseDetailLast h2 {
  margin-top: 10% !important;
}

.CourseDetailLast h1,
.CourseDetailLast h2,
.CourseDetailLast ul li,
.CourseDetailLast p {
  text-align: left !important;
  color: #000 !important;
}

.ThankYou h2,
.ThankYou p {
  text-align: justify !important;
  text-align-last: center !important;
}

.ThankYou .btn-more {
  margin-top: 30px;
}

.titleArea h3 {
  color: #000;
  font-weight: 600;
  font-size: 30px;
}

.titleArea {
  text-align: center;
  display: block;
  margin-bottom: 45px;
  width: 100%;
}

.bg-grey {
  background: #fff;
}

.heroLayout {
  /* background: linear-gradient(to right, rgba(255, 240, 240, 1), rgba(250, 190, 190, 0.9)); */
  color: #000;
  padding: 0px 0;
  background: #fff;
  border-bottom: 3px solid #f17171;
}

.product-slider .slick-slide {
  border: 1px solid #eee;
  margin: 0 5px;
}

.border-pink {
  border: 1px solid #f17171;
  border-radius: 10px;
  padding: 5px;
}

.border-lightpink {
  border: 2px solid #e9a293;
  border-radius: 5px;
  padding: 5px;
}

.heroLayoutImg {
  overflow: hidden;
}

.heroLayoutImg img {
  border-radius: 0px;
}

.heroContentColumn {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}

.heroLayoutContent h1 {
  font-size: 48px;
  color: #000;
}

.heroLayoutContent p {
  font-size: 22px;
}

.heroLayoutContent .btn-more {
  text-align: left;
}

.heroLayoutContent .btn-more a {
  background-color: #f17171;
  color: #fff;
}

.bg-grey .content-inner .text-tabs .text-content p,
.bg-grey h2,
.bg-grey label {
  color: #000;
}

.bg-grey input,
.bg-grey textarea {
  background-color: #fff;
}

.heroLayoutContent:hover .border-pink {
  border: 1px solid #000;
}

.mentalhealth_p ul {
  padding-left: 0;
}

.mentalhealth_p ul li {
  list-style: none;
}

.mentalhealth_p ul li i {
  margin-right: 10px;
}

.listview .single-list {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  padding: 8px 10px;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 15px;
}

.listview .single-list p {
  text-align: left;
}

.listview .single-list h5 {
  color: #e33062;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 18px;
}

.listview .single-list .Content {
  padding-top: 15px;
}

.PriceRight {
  margin-top: 30px;
}

.PriceRight h3 {
  margin-bottom: 20px;
  font-size: 21px;
  color: #000;
  font-family: sans-serif;
}

.PriceRight .enrollbtn a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 0 36px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background-color: #fff;
  border: 1px solid #000;
}

.PriceRight .enrollbtn a:hover {
  background-color: #e2b7a3;
  border: 1px solid #e2b7a3;
  color: #fff;
}

.UprOverview {
  padding: 50px 0;
}
.breadcumbs ul {
  list-style: none;
  display: inline-flex;
}

.breadcumbs ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcumbs li.active a {
  color: #e2b7a3;
}

.Cocontent {
  margin-top: 30px;
}
.Cocontent p {
  margin-top: 10px;
  line-height: 1.8;
}
.CourseSBtn a {
  background-color: #e2b7a3;
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  padding: 12px 20px;
  border-radius: 5px;
}
.courseBOx .card {
  padding: 15px 12px;
}
.courseBOx img {
  margin-bottom: 15px;
}
.price {
  margin: 15px 0;
}

.price h5 {
  font-size: 25px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.createdBy {
  margin-top: 20px;
}
.createdBy a {
  color: #d18561;
}
.courseDescription {
  border: 1px solid #222;
  padding: 30px 40px;
}

.courseDescription li {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  display: flex;
}
.courseDescription li i {
  margin-right: 7px;
  align-items: center;
  position: relative;
  top: 4px;
}
.coursedetailsection {
  padding: 80px 0;
  background-color: #fff;
  color: #222;
}
.courseDescription h1 {
  color: #222;
  margin-bottom: 20px;
}
.text-secondary {
  font-family: "Montserrat", sans-serif;
}

.timeLine span {
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 600;
}
.CourseAccordian .card-header {
  padding: 0;
}
.CourseAccordian .card-header button {
  width: 100%;
  text-align: left;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;

  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  text-align: left;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.CourseAccordian .card-header button span {
  width: 93%;
}

.CourseAccordian .card-header button i {
  width: 7%;
  text-align: right;
}

.TopicCOntent {
  padding: 20px 20px;
}
.CourseAccordian .Videolist li a {
  color: #000;
  width: 100%;
  display: flex;
  pointer-events: none;
  justify-content: space-between;
}

.duration {
  float: right;
  font-family: "Montserrat", sans-serif;
}
.Videolist li {
  margin-bottom: 20px;
}

.Videolist li {
  display: flex;
  gap: 4px;
  align-items: center;
}
.Videolist li:last-child {
  margin: 0;
}
.timeLine {
  margin-bottom: 10px;
}
.Videolist li i {
  border: 1px solid #000;
  padding: 2px 4px;
}

.CourseVideos {
  margin-top: 60px;
}
.text-black {
  color: #222;
}

.course_Modal .modal-content {
  background-color: #222;
}

.course_Modal button.close {
  background-color: #fff;
  opacity: 0.9;
  width: 30px;
  height: 30px;
  border-radius: 0;
  font-size: 21px;
}

.course_Modal button.close span {
  line-height: 18px;
  font-size: 28px;
}
.course-preview button img {
  width: 15%;
  height: auto;
}
.course-preview button {
  background-color: transparent;
  color: #fff;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 30px 20px;
}
.course-preview button.active {
  background-color: #aaa;
}

.course_Modal .modal-body {
  padding: 0;
}
.videoTitle {
  width: 70%;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}

.v-duration {
  text-align: right;
  float: right;
  width: 10%;
  font-family: "Montserrat", sans-serif;
}

.course-preview button:hover {
  background-color: #aaa;
}
.OurCourses .single-list .Content h5 a {
  color: #e2b7a3;
}

.previewCourse .course-preview button {
  pointer-events: none;
}
.enrolled-Btn {
  background-color: #00912b !important;
  color: #fff !important;
}
.CourseAccordian.Enrolled .Videolist a {
  pointer-events: unset;
}
.courseDescription {
  padding: 30px 20px;
}

.courseVIewBTn {
  width: 110px;
  display: block;
}
.courseVIewBTn a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.EnrollCourse .modal-dialog {
  max-width: 70%;
}

/* Center the modal properly on smaller screens */
.forgotPasswordModal .modal-dialog {
  max-width: 400px; /* Adjust width */
  margin: auto;
}

.forgotPasswordModal .modal-header {
  padding: 10px 0;
}

/* Add some padding and spacing */
.forgotPasswordModal .modal-content {
  border-radius: 10px;
  padding: 20px;
  background-color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Style the close button */
.forgotPasswordModal .modal-header .btn-close {
  outline: none;
  padding: 0;
  background: transparent;
  color: #fff;
  border: none;
  font-size: 24px;
}

/* Style the input field */
.forgotPasswordModal .modal-body input {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}

/* Style the submit button */
.forgotPasswordModal .modal-body .btn-primary {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #d18561;
  border: none;
  transition: 0.3s;
}

.forgotPasswordModal .modal-body .btn-primary:hover {
  background: #e2b7a3;
}

@media (max-width: 1200px) {
  .heroLayoutContent p {
    font-size: 21px;
  }

  .heroContentColumn {
    padding: 30px 0;
  }

  .heroLayoutContent h1 {
    font-size: 32px;
  }

  .heroLayoutContent {
    padding-left: 15px;
  }

  .heroLayoutContent p {
    font-size: 18px;
  }

  .heroContentColumn .btn-more {
    margin-top: 15px;
  }
}

@media (max-width: 1100px) {
  .comingsoon {
    padding: 240px 0px;
  }

  .news-singlepage header .text-area .title {
    font-size: 44px;
    line-height: 50px;
  }

  .iconbox.style2 {
    margin-bottom: 18px;
  }

  .container {
    width: 980px;
    max-width: 100%;
  }

  .imagebox.style2.v1 .imagebox-content {
    padding: 20px 20px 16px;
    height: 285px;
  }
}

@media (max-width: 991px) {
  .product-slick-arrow-banner.banner_left_arrow {
    right: 95%;
  }

  .product-slick-arrow-banner.banner_right_arrow {
    left: 95%;
  }

  .EnrollCourse .modal-dialog {
    max-width: 80%;
  }

  .mentalhealth_p {
    margin: 30px 0 0 0;
  }

  .Right_Steps h2,
  .Right_Steps a {
    margin: 0;
  }

  .Right_Steps p {
    margin: 30px 0 0 0;
  }

  .consultation_box {
    margin-bottom: 50px;
    height: auto;
  }

  .header.style1.v1 .btn-menu {
    float: right;
  }

  .portfolio-content {
    margin-left: 30px;
  }

  .contact-section .hidden-sm {
    display: none;
  }

  .flat-news {
    padding: 50px 0 110px;
  }

  .owl-theme .owl-controls .owl-nav div {
    top: -85px;
  }

  .contact-section {
    padding-bottom: 50px;
  }

  .widget-brochures ul.download li a {
    font-size: 14px;
  }

  .contact-section .contact-left-bar {
    border-radius: 8px;
  }

  .disc-circle img {
    width: 100%;
  }

  .page-title.speakup {
    height: 392px;
  }

  .speakup img {
    max-width: 53%;
    margin: auto;
  }

  .catalyst_card {
    margin-bottom: 50px;
    padding: 20px 15px;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .hidden-sm {
    display: none;
  }

  .iconbox.style5 .iconbox-icon span {
    left: 37%;
    top: -50px;
  }

  .news-singlepage header .text-area .title {
    font-size: 42px;
    line-height: 40px;
  }

  .newsgallery.section-padding {
    padding-top: 0px;
  }

  .buynow_section .servicebuy_categories .pricee {
    left: 28%;
  }

  .buynow_section .servicebuy_categories .top h3 {
    font-size: 21px;
  }

  .buynow_section .servicebuy_categories .top h1 {
    font-size: 27px;
  }

  .pl-15 {
    padding-left: 15px;
  }

  .wrap-counter.style1 img {
    margin-bottom: 40px !important;
    border-radius: 5px;
    margin: auto;
    width: 92%;
    text-align: center;
    display: block;
  }

  .text-tabs.style1 {
    margin-bottom: 40px;
  }

  .wcu_slider .owl-nav {
    display: none;
  }

  .heroLayoutContent p {
    font-size: 21px;
  }

  .heroContentColumn {
    padding: 20px 0;
  }

  .heroLayoutContent h1 {
    font-size: 27px;
  }

  .heroLayoutContent {
    padding: 0 15px;
  }

  .heroLayoutContent p {
    font-size: 18px;
  }

  .heroContentColumn .btn-more {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .Course_Detail h1,
  .Course_Detail h2,
  .Course_Detail p,
  .Course_Detail img {
    text-align: center;
  }

  .EnrollCourse .modal-dialog {
    max-width: 90%;
  }
  .CourseAccordian .card-header button span {
    font-size: 14px;
  }
  .courseVIewBTn a {
    font-size: 15px;
  }

  .Courses_Reg .card h2 button {
    font-size: 16px;
  }
  .About_Box .card-header {
    padding: 15px 8px;
  }

  .courseDescription h1 {
    text-align: left;
    font-size: 24px;
  }
  .CourseAccordian .card-header button {
    padding: 15px 10px;
  }

  .Videolist li a span {
  }

  .courseDescription {
    padding: 30px 9px;
  }
  .CourseOverview {
    margin-bottom: 50px;
  }

  .TopicCOntent {
    padding: 20px 10px;
  }
  .duration {
    float: right;
  }

  .heroLayout {
    height: 100vh;
  }

  .heroContentColumn {
    padding: 70px 0;
  }

  .Course_Detail h2 {
    margin-top: 0 !important;
  }

  .text-tabs.style1 .text-content p {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .training_Topics ul {
    padding-inline-start: 20px !important;
  }

  .account_topbar {
    display: block;
  }

  .contact-section .hidden-sm {
    display: none;
  }

  .portfolio-item.style2 {
    display: block;
  }

  .portfolio-content {
    margin-left: 0px;
  }

  .portfolio-item.style2 img {
    width: 180px;
    margin: auto;
    display: block;
    margin-bottom: 21px;
  }

  .contact-section .contact-left-bar {
    padding: 40px 15px 35px;
  }

  .tab-list-about ul.tab-menu li {
    margin: 0;
  }

  .hidden-xs {
    display: none;
  }

  .below_banner h1 {
    font-size: 22px;
  }

  .below_banner {
    padding: 30px 0px;
  }

  .page-title.speakup {
    height: 272px;
  }

  .speakup img {
    max-width: 80%;
  }

  .comingsoon {
    padding: 180px 0px;
  }

  .comingsoon h1 {
    font-size: 34px !important;
  }

  .events_shortinfo {
    margin-bottom: 70px;
  }

  .events_shortinfo:last-child {
    margin-bottom: 0px;
  }

  .contact_details .item {
    margin-bottom: 85px;
  }

  .contactmap {
    margin-top: 50px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 16px 0px;
  }

  .go-top {
    bottom: 31px;
  }

  .catalyst-part-4 h1 {
    font-size: 24px;
  }

  .catalyst-part-2 .culture_ h1 {
    font-size: 27px;
  }

  .catalyst-part-2 {
    border-radius: 60px 0px;
  }

  .catalyst-part-1 h1 {
    font-size: 30px;
  }

  .section-padding.bg1 {
    padding: 70px 0;
  }

  .catalyst-part-8 h1 {
    font-size: 30px;
  }

  .section-padding.culture-matter {
    padding-top: 0px;
  }

  .catalyst_card img {
    width: 110px;
    height: 110px;
  }

  .news-singlepage header .text-area .title {
    font-size: 32px;
    line-height: 36px;
  }

  .formbtnd {
    margin-bottom: 40px;
  }

  .text-download {
    margin-bottom: 40px;
  }

  .speakuwait_tabs_content .contents {
    margin-top: 35px;
  }

  .buynow_section .servicebuy_categories .pricee {
    left: 33%;
  }

  .servicebuy_categories {
    margin-bottom: 80px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .callusbtn {
    text-align: center;
    margin-top: 10px;
  }

  .buyservice_text h2 {
    text-align: center;
    font-size: 14px;
  }

  .iconbox.style5 .iconbox-icon span {
    left: 41%;
  }

  .contact-left-bar h2 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .parallax {
    background-attachment: unset !important;
    background-position: center !important;
    background-size: cover;
  }

  .top.style2 ul.flat-social li {
    margin-left: 0px;
  }

  .workplace-section-2 {
    padding-bottom: 0px;
  }

  .para:last-child {
    margin-bottom: 0px;
  }

  .boxes .box {
    width: 100%;
  }

  .boxes .box h1 {
    font-size: 24px;
  }

  .excecutive-content-bottom {
    margin-top: 30px;
  }

  #home_boxes .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .imagebox.style2.v1 .imagebox-content {
    height: auto;
  }

  .secondrybg.excecutive-coaching {
    border-radius: 0px;
  }

  .secondrybg.excecutive-coaching img {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .entrepreneurs_box {
    height: auto;
  }

  /* .heroLayoutImg {
		margin-top: 50px;
	} */

  .listview .single-list {
    margin-bottom: 20px;
  }

  .listview .single-list h5 {
    font-size: 20px;
  }

  .heroLayout .row {
    flex-direction: column-reverse;
  }

  .heroLayoutContent {
    padding: 0 25px;
  }

  .about_us .mentalhealth_p {
    line-height: 1.5 !important;
    margin: 20px 0px 0 15px;
  }
  .Courses_Reg .About_Box {
    padding: 15px 10px;
  }
}

@media (max-width: 500px) {
  .centered .center-content h1 {
    font-size: 30px;
  }

  .centered .center-content p {
    font-size: 18px;
    margin: 20px 0 0 5px;
  }

  .top.style2 {
    display: none;
  }

  .logo {
    text-align: left !important;
  }

  .about3points p {
    margin-bottom: 40px !important;
  }
  .courseVIewBTn {
    width: 121px;
  }
}

@media (max-width: 424px) {
  .catalyst-part-4 h1 {
    font-size: 22px;
  }

  .catalyst-part-4 {
    background: #fff;
    padding: 30px 10px;
  }

  .catalyst-part-2 .culture_ h1 {
    font-size: 22px;
  }

  .catalyst-part-1 h1 {
    font-size: 27px;
  }

  .catalyst-part-8 h1 {
    font-size: 27px;
  }

  .iconbox-content {
    margin-top: 12px;
  }

  .contact-left-bar h2 {
    font-size: 18px;
  }

  .disc_prices_ i {
    font-size: 75px;
  }

  .disc_prices_ h3 {
    font-size: 18px;
    top: -53px;
    left: 11px;
  }
}

@media (max-width: 340px) {
  .single_session {
    padding: 30px 15px !important;
    height: 373px !important;
  }

  .iconbox .iconbox-content p {
    line-height: 22px;
  }

  .disc_prices_ i {
    font-size: 70px;
  }

  .contact-left-bar h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .disc_prices_ h3 {
    top: -50px;
    left: 11px;
    font-size: 16px;
  }

  .disc_prices_ h3 span {
    margin-left: 13px;
  }
}
